:root {
  --mulish: "Mulish", sans-serif;
  --gradient:linear-gradient(180deg, #F8F9FA 0%, transparent 516px);
  --bs-gutter-x:8px;
  --header-h:58px;
  --stickhead-h:70px;
  --footer-h:70px;
  --gradient-gray:#F8F9FA;
  --bg-gray:#ECECEC;
  --bg-cyano:#CCEDF9;
  --blue:#0074AE;
  --blue-link:#0074AE;
  --light-blue:#64D4FF;
  --crayola:#313D45;
  --white:#fff;
  --cool-gray:#88959E;
  --border:var(--cool-gray);
  --black:#000;
  --cyano:#00A3E0;
  --red:#D83C3C;
  --dark-red:#D62631;
  --cadet:#5B6770;
  --green:#38BA0B;
  --orange:#F9861B;
  --dark-gray:#333F48;
  --maya-blue:#62D4FF;
  --border-dash:#B3B3B3;
  --gainsboro:#D7DADE;
  --gainsboro-2:#dadada;
  --cultured:#f5f5f5;
  --silver:#CACACA;
  --dark-silver:#B7B7B7;
  --metallic:#A6AFB6;
  --philip-silver:#B2B2B2;
  --fucsia:#C517C9;
  --purple:#9E2877;
  --green-light: #50C2294D;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
html.mobile a[href^="tel:"] {
  pointer-events: auto;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
*::selection {
  background: rgba(0, 0, 0, 0.2);
}
*::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}
* img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

button {
  cursor: pointer !important;
}

textarea, input, button {
  box-shadow: none;
  border-radius: 0;
  background: none;
  border: none;
}

:focus, :visited, :active {
  box-shadow: none;
  outline: 0;
}

.ratio > img {
  object-fit: cover;
  object-position: center;
}

.error {
  --error:var(--red);
  --outline-error:rgba(216, 60, 60, 0.5);
  --show-error:flex;
}

select {
  cursor: pointer;
}

html {
  font-size: 11px;
}

body {
  font-family: var(--mulish);
  color: var(--crayola);
  font-size: 16px;
  background: var(--white);
}

.cursor-pointer {
  cursor: pointer;
}

hr {
  border: none;
  border-top: dashed 1px var(--border-dash);
  height: 0;
  background: transparent;
  opacity: 1;
  margin-top: 24px;
  margin-bottom: 14px;
}
hr.gb-mx {
  margin-top: 34px;
  margin-bottom: 34px;
}

@media screen and (max-width: 991px) {
  .invisible-tablet {
    visibility: hidden;
  }
}
.mt-60 {
  margin-top: 60px;
}

[data-stato=available],
[data-status=ok] {
  --status:var(--green);
  --status-bg:var(--status);
}

[data-status=alert] {
  --status:var(--orange);
  --status-bg:var(--status);
}

[data-stato="not available"],
[data-status=ko] {
  --status:var(--red);
  --status-bg:var(--status);
}

[data-status=wait] {
  --status:var(--maya-blue);
  --status-bg:var(--status);
  --status-color:var(--blue);
}

[data-status=conf] {
  --status:var(--cyano);
  --status-bg:var(--status);
  --tr-color:#DFEFFF !important;
}

[data-status=approved] {
  --status:var(--cyano);
  --status-bg:var(--status);
}

[data-status=exp] {
  --status:var(--silver);
  --status-bg:var(--status);
  --color-status:#898989;
}

[data-status=unset],
[data-status=draft] {
  --status:var(--metallic);
  --status-bg:var(--status);
}

[data-status=rejected] {
  --status:var(--red);
  --status-bg:var(--white);
  --status-color:var(--red);
}

.gb-label {
  display: inline-block;
  border-radius: 2px;
  padding: 0px 6px;
  background: var(--status-bg, var(--crayola));
  color: var(--status-color, var(--white));
  margin-right: 4px;
  border: solid 1px var(--status, var(--crayola));
  letter-spacing: 0.04em;
  font-weight: 300;
  line-height: 1.3;
}
.gb-label.gb-regular {
  font-weight: 400;
}
.gb-label.gb-xs {
  font-size: 10px;
}
.gb-label strong {
  font-weight: 800;
}

.gb-h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  display: block;
  float: none !important;
  margin: 0;
}
.gb-h1 strong {
  font-weight: 800;
}
.gb-h1.b {
  color: var(--blue);
}

.gb-h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  display: block;
  float: none !important;
  margin: 0;
}
.gb-h2 strong {
  font-weight: 800;
}
.gb-h2.b {
  color: var(--blue);
}

.gb-h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.gb-h3.weight-n {
  font-weight: 400;
}
.gb-h3.c-light {
  color: var(--cadet);
}
.gb-h3.icon svg {
  display: inline-block;
  height: 36px;
  width: 36px;
  vertical-align: middle;
  fill: var(--cool-gray);
  margin-right: 10px;
  position: relative;
  top: -0.15em;
}

.gb-h4 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
}

.gb-h6 {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
  margin-bottom: 10px;
}

.gb-p {
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.gb-tcta {
  color: var(--cyano) !important;
  text-decoration: underline !important;
  letter-spacing: 0.04em;
}
.gb-tcta.no-underline {
  text-decoration: none !important;
}
.gb-tcta.gb-arrow::after {
  content: "";
  margin-left: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: -0.1em;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--cyano) transparent transparent transparent;
  pointer-events: none;
}
.gb-tcta.gb-dark {
  --cyano: var(--blue);
}
.gb-tcta.gb-xs {
  font-size: 10px;
}
.gb-tcta.font-weight-bold {
  font-weight: 600 !important;
  letter-spacing: 0;
}

.gb-cta {
  padding: 12px 40px;
  color: var(--white) !important;
  background: var(--cyano);
  border: solid 2px var(--cyano);
  font-weight: 800;
  letter-spacing: 0.03em;
  text-decoration: none !important;
  display: inline-block;
  font-size: 20px;
}
.gb-cta.blue {
  color: var(--white) !important;
  background: var(--blue-link);
  border-color: var(--blue-link);
}
.gb-cta.w {
  color: var(--cyano) !important;
  background: var(--white);
  border-color: var(--white);
}
.gb-cta.w.t-red {
  color: var(--red) !important;
}
.gb-cta.green {
  color: var(--white) !important;
  background: var(--green);
  border-color: var(--green);
}
.gb-cta.outline {
  background: transparent;
  color: var(--cyano) !important;
}
.gb-cta.outline.hover:hover {
  background: var(--cyano);
  color: var(--white) !important;
}
.gb-cta.outline.w {
  --cyano:var(--white);
}
.gb-cta.small {
  padding: 6px 40px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .gb-cta.mw {
    min-width: 219px;
    text-align: center;
  }
}
@media screen and (min-width: 1199px) {
  .gb-cta.mw {
    min-width: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .gb-cta.mw {
    min-width: 314px;
  }
}
.gb-cta.arrow-next {
  position: relative;
}
.gb-cta.arrow-next svg {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 16px;
  top: calc(50% - 9px);
  display: block;
  pointer-events: none;
}
.gb-cta.arrow-prev {
  position: relative;
}
.gb-cta.arrow-prev svg {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 16px;
  top: calc(50% - 9px);
  display: block;
  pointer-events: none;
}
.gb-cta.disabled {
  background: var(--border-dash);
  border-color: var(--border-dash);
  pointer-events: none;
}
.gb-cta.disabled-dark {
  background: var(--gainsboro);
  border-color: var(--gainsboro);
  pointer-events: none;
  color: var(--metallic) !important;
}
.gb-cta.disabled-outline {
  background: transparent;
  border-color: var(--border-dash);
  color: var(--border-dash) !important;
  pointer-events: none;
}
.gb-cta.icon-only {
  padding: 10px;
}
.gb-cta.icon-only svg {
  display: block;
  width: auto;
  height: 14px;
}

.gb-bigcap-btn {
  background: var(--bg-gray);
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .gb-bigcap-btn {
    flex-direction: column;
    text-align: center;
  }
}
.gb-bigcap-btn .gb-caption-btn {
  flex: 1 1 auto;
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
}
.gb-bigcap-btn .gb-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .gb-bigcap-btn .gb-cta {
    padding: 16px;
  }
}

.gb-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.gb-pagination li a {
  display: block;
  text-align: center;
  padding: 8px 12px;
  border: solid 1px var(--cyano);
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  color: var(--cyano) !important;
  background: var(--white);
}
.gb-pagination li a.gb-act {
  background: var(--cyano);
  color: var(--white) !important;
}
.gb-pagination li a.gb-disabled, .gb-pagination li a[disabled] {
  --cyano: var(--border-dash);
  pointer-events: none;
}
.gb-pagination li:not(:last-child) a {
  border-right: 0;
}

legend {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  display: block;
  float: none !important;
  margin: 0;
}

label {
  color: var(--error, var(--black));
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 6px;
}
label.allcyano {
  color: var(--error, var(--cyano));
}
label a {
  color: var(--error, var(--black)) !important;
  text-decoration: underline;
}
label sup {
  top: 0em;
  font-size: 1em;
}

.gb-checkbox input[type=checkbox] {
  display: none !important;
}
.gb-checkbox input[type=checkbox]:checked + label::before {
  content: "\f26e";
  color: var(--cyano);
}
.gb-checkbox input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  cursor: default;
}
.gb-checkbox input[type=checkbox]:disabled + label::before {
  background: transparent;
  color: var(--crayola);
}
.gb-checkbox label {
  font-size: 12px;
  display: flex;
  cursor: pointer;
  align-items: start;
}
.gb-checkbox label::before {
  font-family: bootstrap-icons;
  flex: 0 0 auto;
  content: "";
  width: 22px;
  height: 22px;
  border: solid 1px var(--error, var(--border));
  display: block;
  margin-right: 8px;
  background: var(--white);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
}
.gb-checkbox label[for*=privacy]::before, .gb-checkbox label[data-for*=privacy]::before {
  top: 0.1em;
  position: relative;
}

.gb-radio input[type=radio] {
  display: none !important;
}
.gb-radio input[type=radio]:checked + label {
  background: var(--white);
  border-width: 2px;
}
.gb-radio input[type=radio]:checked + label::before {
  background: radial-gradient(circle, hsl(200, 100%, 34%) 0%, hsl(200, 100%, 34%) 50%, hsl(0, 0%, 100%) 51%, hsl(0, 0%, 100%) 100%);
}
.gb-radio input[type=radio]:disabled + label {
  pointer-events: none;
  opacity: 0.55;
}
.gb-radio label {
  display: block;
  margin-bottom: 0;
  margin-top: 4px;
  cursor: pointer;
}
.gb-radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 2px var(--cyano);
  border-radius: 50%;
  margin-right: 18px;
  margin-right: auto;
  display: inline-block;
}

.gb-checkbox-text {
  margin-right: 3px;
}
@media screen and (max-width: 991px) {
  .gb-checkbox-text {
    margin-right: 1px;
  }
}
.gb-checkbox-text input[type=radio], .gb-checkbox-text input[type=checkbox] {
  display: none !important;
}
.gb-checkbox-text input[type=radio]:checked + label, .gb-checkbox-text input[type=checkbox]:checked + label {
  background: var(--white);
  border-width: 2px;
}
.gb-checkbox-text input[type=radio]:checked + label.colored, .gb-checkbox-text input[type=checkbox]:checked + label.colored {
  background: var(--bg-cyano);
}
.gb-checkbox-text input[type=radio]:checked + label.colored::before, .gb-checkbox-text input[type=checkbox]:checked + label.colored::before {
  background: radial-gradient(circle, hsl(200, 100%, 34%) 0%, hsl(200, 100%, 34%) 50%, hsl(0, 0%, 100%) 51%, hsl(0, 0%, 100%) 100%);
}
.gb-checkbox-text input[type=radio]:disabled + label, .gb-checkbox-text input[type=checkbox]:disabled + label {
  pointer-events: none;
  opacity: 0.55;
}
.gb-checkbox-text label {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: solid 1px var(--cyano);
  padding: 8px 16px;
  font-weight: 700;
  color: var(--cyano);
  letter-spacing: 0.04em;
}
.gb-checkbox-text label.icon {
  display: block;
  padding: 0 0 8px;
  text-align: center;
}
.gb-checkbox-text label.icon .gb-icon-container {
  width: 100px;
  height: 82px;
  padding: 8px 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-bottom: dashed 1px var(--cyano);
  margin-bottom: 8px;
}
.gb-checkbox-text label.icon .gb-icon-container svg {
  width: 67px;
  height: auto;
  display: block;
  fill: var(--cyano);
}
.gb-checkbox-text label.b {
  border-color: var(--dark-silver);
  color: var(--crayola);
}
.gb-checkbox-text label.b.icon .gb-icon-container {
  border-color: var(--border-dash);
}
.gb-checkbox-text label.b.icon .gb-icon-container svg {
  fill: var(--black);
}
.gb-checkbox-text label.colored {
  color: var(--blue);
  background: var(--white);
}
.gb-checkbox-text.gb-radio-visible label {
  min-width: 164px;
  text-align: center;
}
.gb-checkbox-text.gb-radio-visible label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: solid 2px var(--cyano);
  border-radius: 50%;
  margin-right: 18px;
  margin-right: auto;
}
.gb-checkbox-text.gb-radio-visible label::after {
  content: "";
  margin-left: auto;
}

.gb-input-select {
  position: relative;
}
.gb-input-select select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.gb-input-select select:disabled {
  pointer-events: none !important;
}
.gb-input-select select:disabled + button {
  pointer-events: none !important;
}
.gb-input-select select:disabled + button span {
  outline: none !important;
  background: transparent;
  border-color: var(--border);
}
.gb-input-select select:disabled + button span::after {
  border-color: var(--border) transparent transparent transparent;
}
.gb-input-select select.big-select + button span {
  height: 82px;
  overflow: hidden;
  line-height: 1.3;
}
.gb-input-select button {
  padding: 0;
  width: 100%;
  text-align: left;
}
.gb-input-select button span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: var(--white);
  border: solid 1px var(--error, var(--border));
  height: 54px;
  font-size: 16px;
  padding: 13px 16px;
  color: var(--crayola);
  outline: solid 3px var(--outline-error, transparent);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gb-input-select button span.gb-placeholder {
  color: var(--cool-gray);
  opacity: 1;
  font-weight: 400;
}
.gb-input-select button span:after {
  content: "";
  margin-left: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--cyano) transparent transparent transparent;
}
.gb-input-select button.gb-plus {
  width: 38px;
  z-index: 2;
}
.gb-input-select button.gb-plus gb-icon {
  width: 38px;
  height: 38px;
  display: block;
  border: 1px solid var(--cyano);
  background: var(--white);
  color: var(--cyano);
  text-align: center;
  align-content: center;
}
.gb-input-select.gb-small button span {
  height: 38px;
  padding: 8px 16px;
}

textarea {
  width: 100%;
  background: var(--white);
  border: solid 1px var(--error, var(--border));
  height: 156px;
  font-size: 16px;
  padding: 10px 16px;
  color: var(--crayola);
  outline: solid 3px var(--outline-error, transparent) !important;
}
textarea:active, textarea:focus {
  border-color: var(--error, var(--cyano));
  outline-color: var(--outline-error, rgba(0, 163, 224, 0.45)) !important;
}
textarea:disabled {
  outline: none !important;
  background: transparent;
  border-color: var(--border);
}
textarea:disabled + .gb-um {
  border-color: var(--border);
  background: transparent;
}
textarea::placeholder {
  color: var(--cool-gray);
  opacity: 1;
  font-weight: 400;
}

.gb-um, input[type=data], input[type=tel], input[type=password], input[type=email], input[type=date], input[type=text] {
  width: 100%;
  background: var(--white);
  border: solid 1px var(--error, var(--border));
  height: 54px;
  font-size: 16px;
  padding: 20px 16px;
  color: var(--crayola);
  outline: solid 3px var(--outline-error, transparent);
}
.gb-um:active, .gb-um:focus, input[type=data]:active, input[type=data]:focus, input[type=tel]:active, input[type=tel]:focus, input[type=password]:active, input[type=password]:focus, input[type=email]:active, input[type=email]:focus, input[type=date]:active, input[type=date]:focus, input[type=text]:active, input[type=text]:focus {
  border-color: var(--error, var(--cyano));
  outline-color: var(--outline-error, rgba(0, 163, 224, 0.45));
}
.gb-um:disabled, .gb-um.disabled, input[type=data]:disabled, input[type=data].disabled, input[type=tel]:disabled, input[type=tel].disabled, input[type=password]:disabled, input[type=password].disabled, input[type=email]:disabled, input[type=email].disabled, input[type=date]:disabled, input[type=date].disabled, input[type=text]:disabled, input[type=text].disabled {
  outline: none !important;
  background: transparent;
  border-color: var(--border);
  pointer-events: none;
  cursor: not-allowed;
}
.gb-um:disabled + .gb-um, .gb-um.disabled + .gb-um, input[type=data]:disabled + .gb-um, input[type=data].disabled + .gb-um, input[type=tel]:disabled + .gb-um, input[type=tel].disabled + .gb-um, input[type=password]:disabled + .gb-um, input[type=password].disabled + .gb-um, input[type=email]:disabled + .gb-um, input[type=email].disabled + .gb-um, input[type=date]:disabled + .gb-um, input[type=date].disabled + .gb-um, input[type=text]:disabled + .gb-um, input[type=text].disabled + .gb-um {
  border-color: var(--border);
  background: transparent;
}
.gb-um:read-only, input[type=data]:read-only, input[type=tel]:read-only, input[type=password]:read-only, input[type=email]:read-only, input[type=date]:read-only, input[type=text]:read-only {
  outline: none !important;
}
.gb-um:read-only + .gb-um, input[type=data]:read-only + .gb-um, input[type=tel]:read-only + .gb-um, input[type=password]:read-only + .gb-um, input[type=email]:read-only + .gb-um, input[type=date]:read-only + .gb-um, input[type=text]:read-only + .gb-um {
  box-shadow: unset !important;
}
.gb-um::-webkit-datetime-edit-fields-wrapper, .gb-um::placeholder, input[type=data]::-webkit-datetime-edit-fields-wrapper, input[type=data]::placeholder, input[type=tel]::-webkit-datetime-edit-fields-wrapper, input[type=tel]::placeholder, input[type=password]::-webkit-datetime-edit-fields-wrapper, input[type=password]::placeholder, input[type=email]::-webkit-datetime-edit-fields-wrapper, input[type=email]::placeholder, input[type=date]::-webkit-datetime-edit-fields-wrapper, input[type=date]::placeholder, input[type=text]::-webkit-datetime-edit-fields-wrapper, input[type=text]::placeholder {
  color: var(--error, var(--cool-gray));
  opacity: 1;
  font-weight: 400;
}
.gb-um.gb-input-small, input[type=data].gb-input-small, input[type=tel].gb-input-small, input[type=password].gb-input-small, input[type=email].gb-input-small, input[type=date].gb-input-small, input[type=text].gb-input-small {
  height: 38px;
  padding: 8px 16px;
}
.gb-um.gb-input-small + .gb-um, input[type=data].gb-input-small + .gb-um, input[type=tel].gb-input-small + .gb-um, input[type=password].gb-input-small + .gb-um, input[type=email].gb-input-small + .gb-um, input[type=date].gb-input-small + .gb-um, input[type=text].gb-input-small + .gb-um {
  height: 38px;
  padding: 5px 16px 8px;
}
.gb-um.gb-input-small + .gb-um svg, input[type=data].gb-input-small + .gb-um svg, input[type=tel].gb-input-small + .gb-um svg, input[type=password].gb-input-small + .gb-um svg, input[type=email].gb-input-small + .gb-um svg, input[type=date].gb-input-small + .gb-um svg, input[type=text].gb-input-small + .gb-um svg {
  display: block;
  height: 18px;
  width: 18px;
}
.gb-um.allcyano, input[type=data].allcyano, input[type=tel].allcyano, input[type=password].allcyano, input[type=email].allcyano, input[type=date].allcyano, input[type=text].allcyano {
  color: var(--error, var(--cyano));
  border-color: var(--error, var(--cyano));
  outline: solid 3px var(--outline-error, transparent);
  font-weight: 700;
}
.gb-um.allcyano:active, .gb-um.allcyano:focus, input[type=data].allcyano:active, input[type=data].allcyano:focus, input[type=tel].allcyano:active, input[type=tel].allcyano:focus, input[type=password].allcyano:active, input[type=password].allcyano:focus, input[type=email].allcyano:active, input[type=email].allcyano:focus, input[type=date].allcyano:active, input[type=date].allcyano:focus, input[type=text].allcyano:active, input[type=text].allcyano:focus {
  outline-color: var(--outline-error, rgba(0, 163, 224, 0.45));
}
.gb-um.allcyano::placeholder, input[type=data].allcyano::placeholder, input[type=tel].allcyano::placeholder, input[type=password].allcyano::placeholder, input[type=email].allcyano::placeholder, input[type=date].allcyano::placeholder, input[type=text].allcyano::placeholder {
  color: var(--error, var(--cyano));
  opacity: 1;
  font-weight: 400;
}
.gb-um.allcyano:read-only, input[type=data].allcyano:read-only, input[type=tel].allcyano:read-only, input[type=password].allcyano:read-only, input[type=email].allcyano:read-only, input[type=date].allcyano:read-only, input[type=text].allcyano:read-only {
  background: transparent !important;
}
.gb-um.allcyano:read-only + .gb-um, input[type=data].allcyano:read-only + .gb-um, input[type=tel].allcyano:read-only + .gb-um, input[type=password].allcyano:read-only + .gb-um, input[type=email].allcyano:read-only + .gb-um, input[type=date].allcyano:read-only + .gb-um, input[type=text].allcyano:read-only + .gb-um {
  background: transparent !important;
}
.gb-um.allcyano:read-only.gb-gm-input, input[type=data].allcyano:read-only.gb-gm-input, input[type=tel].allcyano:read-only.gb-gm-input, input[type=password].allcyano:read-only.gb-gm-input, input[type=email].allcyano:read-only.gb-gm-input, input[type=date].allcyano:read-only.gb-gm-input, input[type=text].allcyano:read-only.gb-gm-input {
  background: var(--green-light) !important;
}
.gb-um.allcyano:read-only.gb-gm-input + .gb-um, input[type=data].allcyano:read-only.gb-gm-input + .gb-um, input[type=tel].allcyano:read-only.gb-gm-input + .gb-um, input[type=password].allcyano:read-only.gb-gm-input + .gb-um, input[type=email].allcyano:read-only.gb-gm-input + .gb-um, input[type=date].allcyano:read-only.gb-gm-input + .gb-um, input[type=text].allcyano:read-only.gb-gm-input + .gb-um {
  background: var(--green-light) !important;
}
.gb-um.allcyano:read-only.gb-border-white, input[type=data].allcyano:read-only.gb-border-white, input[type=tel].allcyano:read-only.gb-border-white, input[type=password].allcyano:read-only.gb-border-white, input[type=email].allcyano:read-only.gb-border-white, input[type=date].allcyano:read-only.gb-border-white, input[type=text].allcyano:read-only.gb-border-white {
  border-color: var(--white);
}
.gb-um.allcyano:read-only.gb-border-white + .gb-um, input[type=data].allcyano:read-only.gb-border-white + .gb-um, input[type=tel].allcyano:read-only.gb-border-white + .gb-um, input[type=password].allcyano:read-only.gb-border-white + .gb-um, input[type=email].allcyano:read-only.gb-border-white + .gb-um, input[type=date].allcyano:read-only.gb-border-white + .gb-um, input[type=text].allcyano:read-only.gb-border-white + .gb-um {
  border-color: var(--white);
}
.gb-um.allcyano + .gb-um, input[type=data].allcyano + .gb-um, input[type=tel].allcyano + .gb-um, input[type=password].allcyano + .gb-um, input[type=email].allcyano + .gb-um, input[type=date].allcyano + .gb-um, input[type=text].allcyano + .gb-um {
  color: var(--error, var(--cyano));
  border-color: var(--error, var(--cyano));
}

.gb-um {
  width: auto;
  border-left: 0;
  background: var(--white);
  padding-block: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.gb-um:not(button) {
  pointer-events: none !important;
}

.gb-pwd-show {
  position: relative;
}
.gb-pwd-show button {
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.gb-pwd-show button span {
  height: 54px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-pwd-show button span svg {
  width: 24px;
  height: auto;
  display: block;
  fill: var(--cyano);
}

.gb-footer-login {
  padding: 18px 0;
  color: var(--cadet);
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.gb-footer-login .gb-foot-logo {
  padding-block: 50px 30px;
}
.gb-footer-login a {
  color: var(--cadet) !important;
}

#gb-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  overscroll-behavior: contain;
  z-index: 20;
  overflow: auto;
}
#gb-popup .w-50 {
  width: calc(50% - 8px) !important;
}
#gb-popup .gb-innerpopup {
  width: 100%;
  max-width: 486px;
  background: var(--white);
  padding: 30px 40px 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  margin: auto;
}
#gb-popup .gb-innerpopup .gb-pop-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 12px;
}
#gb-popup .gb-innerpopup .gb-pop-head .gb-t {
  color: var(--crayola);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
}
#gb-popup .gb-innerpopup .gb-pop-head button {
  padding: 0;
  margin-top: 0.88em;
}
#gb-popup .gb-innerpopup .gb-pop-head button span svg {
  display: block;
  height: 16px;
  width: 16px;
  fill: var(--cyano);
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-cont-input {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-cont-input li:not(:last-child) {
  margin-bottom: 4px;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-cont-input li.gb-submit {
  margin-top: 32px;
}
#gb-popup .gb-innerpopup .gb-pop-main p {
  margin-bottom: 0;
  line-height: 1.25;
  letter-spacing: 0.04em;
}
#gb-popup .gb-innerpopup .gb-pop-main legend {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
  color: var(--black);
  margin-bottom: 12px;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-multi-info {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-multi-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 0 0 auto;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-multi-info ul:nth-of-type(2) {
  flex: 1 1 auto;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-multi-info ul li {
  margin: 0 !important;
}
#gb-popup .gb-innerpopup .gb-pop-main .gb-multi-info ul li:not(:first-child) {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px !important;
}

header {
  width: 100%;
  background: var(--bg-gray);
  position: relative;
  z-index: 11;
}
header .gb-header-container {
  height: var(--header-h);
  display: flex;
}
header .gb-header-container .gb-right-side,
header .gb-header-container .gb-left-side {
  width: 50%;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
header .gb-header-container .gb-right-side .gb-logo-bw,
header .gb-header-container .gb-left-side .gb-logo-bw {
  height: auto;
  width: 226px;
  display: block;
}
@media screen and (max-width: 991px) {
  header .gb-header-container .gb-right-side .gb-logo-bw,
  header .gb-header-container .gb-left-side .gb-logo-bw {
    height: 33px;
  }
}
header .gb-header-container .gb-right-side .gb-logo-nemco,
header .gb-header-container .gb-left-side .gb-logo-nemco {
  height: 30px;
  width: auto;
  display: block;
}
@media screen and (max-width: 991px) {
  header .gb-header-container .gb-right-side .gb-logo-nemco,
  header .gb-header-container .gb-left-side .gb-logo-nemco {
    height: 20px;
  }
}
header .gb-header-container .gb-left-side {
  width: auto;
  padding-right: 76px;
}
header .gb-header-container .gb-right-side {
  justify-content: flex-end;
  width: 100%;
}
header .gb-header-container .gb-mask {
  flex: 0 0 auto;
  width: var(--header-h);
  background: linear-gradient(-45deg, var(--bg-gray) 50%, var(--dark-gray) 50%);
}
header .gb-header-container .gb-user-menu {
  position: relative;
  padding-left: 27px;
  margin-left: 27px;
  border-left: solid 1px var(--cadet);
}
header .gb-header-container .gb-user-menu .gb-user-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .gb-header-container .gb-user-menu .gb-user-button::after {
  content: "";
  margin-left: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--cyano) transparent transparent transparent;
}
header .gb-header-container .gb-user-menu .gb-user-button.gb-act + .gb-menu-utente {
  display: block !important;
}
header .gb-header-container .gb-user-menu .gb-user-fl {
  margin: 0;
  position: relative;
}
header .gb-header-container .gb-user-menu .gb-user-fl span {
  width: 32px;
  height: 32px;
  background: var(--cadet);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--white);
  font-size: 14px;
}
header .gb-header-container .gb-user-menu .gb-user-fl::before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(0, 163, 224, 0.8) 0%, rgba(0, 163, 224, 0.1) 100%);
}
header .gb-header-container .gb-user-menu .gb-menu-utente {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 160px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: none;
}
header .gb-header-container .gb-user-menu .gb-menu-utente .gb-user-name {
  background: var(--cadet);
  color: var(--white);
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 12px 15px;
  letter-spacing: 0.02em;
}
header .gb-header-container .gb-user-menu .gb-menu-utente ul {
  padding: 0 15px;
  margin: 0;
  list-style: none;
  background: var(--white);
  font-size: 14px;
}
header .gb-header-container .gb-user-menu .gb-menu-utente ul li {
  padding: 11px 0 14px;
}
header .gb-header-container .gb-user-menu .gb-menu-utente ul li:not(:first-child) {
  border-top: dashed 1px var(--border-dash);
}
header .gb-header-container .gb-user-menu .gb-menu-utente ul li a {
  letter-spacing: 0.02em;
  font-weight: 800;
  color: var(--cyano) !important;
  text-decoration: none !important;
}
header .gb-header-container .gb-user-menu .gb-menu-utente .gb-logout {
  font-size: 14px;
}
header .gb-header-container .gb-user-menu .gb-menu-utente .gb-logout a {
  display: block;
  padding: 11px 15px 14px;
  letter-spacing: 0.02em;
  font-weight: 800;
  color: var(--cyano) !important;
  text-decoration: none !important;
  background: var(--bg-gray);
}

#gb-sticky-head {
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: solid 1px var(--bg-gray);
  background: var(--white);
}
#gb-sticky-head.gb-gbg {
  background: var(--cultured);
}
#gb-sticky-head.gb-gbg + main {
  background: var(--cultured);
}
#gb-sticky-head .gb-stickhead-container {
  height: var(--stickhead-h);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-areas: "leftside center rightside";
}
#gb-sticky-head .gb-stickhead-container.gb-flex-nogrid {
  display: flex;
}
#gb-sticky-head .gb-stickhead-container.gb-flex-nogrid .gb-left-side {
  width: 100%;
  max-width: 744px;
}
#gb-sticky-head .gb-stickhead-container.gb-flex-nogrid .gb-left-side .gb-um-wrapper span {
  color: var(--philip-silver);
  top: 0;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  text-transform: none;
  align-items: flex-end;
  padding-block: 8px;
  height: auto;
}
#gb-sticky-head .gb-stickhead-container.gb-flex-nogrid .gb-right-side {
  margin-left: auto;
  flex: 0 0 auto;
  padding-left: 16px;
}
#gb-sticky-head .gb-stickhead-container .gb-left-side {
  grid-area: leftside;
  align-self: center;
}
#gb-sticky-head .gb-stickhead-container .gb-left-side img {
  height: 41px;
  width: auto;
  display: inline-block;
}
#gb-sticky-head .gb-stickhead-container .gb-left-side span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: var(--blue);
  position: relative;
  top: 0.1em;
}
@media screen and (max-width: 992px) {
  #gb-sticky-head .gb-stickhead-container .gb-left-side span {
    display: block;
    font-size: 10px;
    padding-left: 6px;
  }
}
#gb-sticky-head .gb-stickhead-container .gb-left-side input {
  height: auto;
  padding: 1px 16px;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--cyano);
}
#gb-sticky-head .gb-stickhead-container .gb-center-side {
  grid-area: center;
  align-self: center;
}
#gb-sticky-head .gb-stickhead-container .gb-right-side {
  grid-area: rightside;
  align-self: center;
  justify-self: flex-end;
}
#gb-sticky-head .gb-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-self: center;
  justify-content: center;
}
#gb-sticky-head .gb-nav li {
  padding: 0 8px;
}
#gb-sticky-head .gb-nav a {
  text-decoration: none;
  color: var(--cyano);
  font-weight: 800;
  position: relative;
}
#gb-sticky-head .gb-nav a .gb-badge {
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, rgba(0, 163, 224, 0.8) 0%, rgba(0, 163, 224, 0.1) 100%);
}
#gb-sticky-head .gb-nav a .gb-badge strong {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: var(--red);
  font-size: 10px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
#gb-sticky-head .gb-nav a.gb-act {
  font-weight: 400;
}
#gb-sticky-head .gb-nav a:hover {
  text-decoration: underline;
}

.gb-embox-release {
  padding-bottom: 4px;
  pointer-events: none !important;
}
.gb-embox-release #embox-release {
  font-size: 8px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  color: var(--dark-gray);
}

footer {
  overflow: hidden;
  background: var(--dark-gray);
}
footer .gb-footer-container {
  height: var(--footer-h);
  display: flex;
}
footer .gb-footer-container .gb-left-side {
  margin-right: 60px;
  align-content: center;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-left-side {
    margin-right: 10px;
  }
}
footer .gb-footer-container .gb-left-side .gb-top img {
  display: block;
  height: auto;
  width: 100%;
}
footer .gb-footer-container .gb-left-side .gb-foot {
  font-size: 11px;
  line-height: 28px;
  font-weight: 800;
  color: var(--white) !important;
  padding-bottom: 4px;
}
footer .gb-footer-container .gb-mask {
  width: var(--footer-h);
  height: var(--footer-h);
  background: linear-gradient(315deg, var(--dark-gray) 50%, transparent 50%);
  flex: 0 0 auto;
}
footer .gb-footer-container .gb-right-side {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  background: var(--dark-gray);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-right-side {
    flex-direction: column;
    align-items: flex-end;
    padding-top: 8px;
  }
}
footer .gb-footer-container .gb-right-side .gb-payoff-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  color: var(--white) !important;
  font-weight: 800;
  padding: 11px 0 0;
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-right-side .gb-payoff-text {
    padding-top: 0;
    font-size: 12px;
  }
}
footer .gb-footer-container .gb-right-side .gb-menu-foot {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 8px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-right-side .gb-menu-foot {
    padding-top: 3px;
  }
}
footer .gb-footer-container .gb-right-side .gb-menu-foot ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 10px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
footer .gb-footer-container .gb-right-side .gb-menu-foot ul li {
  padding-right: 13px;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-right-side .gb-menu-foot ul li {
    padding-right: 8px;
  }
}
footer .gb-footer-container .gb-right-side .gb-menu-foot ul li a {
  color: var(--white) !important;
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-right-side .gb-menu-foot ul {
    font-size: 9px;
  }
}
footer .gb-footer-container .gb-right-side .gb-menu-foot .gb-agency {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: var(--bg-gray);
}
@media screen and (max-width: 991px) {
  footer .gb-footer-container .gb-right-side .gb-menu-foot .gb-agency {
    font-size: 9px;
  }
}

main {
  min-height: calc(100svh - (var(--header-h) + 1px) - var(--footer-h) - var(--stickhead-h));
}
main.gb-min-button-h {
  min-height: calc(100svh - (var(--header-h) + 1px) - var(--footer-h) - var(--stickhead-h) - var(--other-height, 0));
}
main.gb-main-gbg {
  background-color: var(--bg-gray);
  background-size: 16% auto;
  background-repeat: repeat-y;
  background-position: left top;
  padding-bottom: 30px;
}
@media screen and (min-width: 1401px) {
  main.gb-main-gbg {
    background-size: 205px auto;
  }
}
@media screen and (max-width: 720px) {
  main.gb-main-gbg {
    background-color: var(--bg-gray);
    background-size: auto 160px;
    background-repeat: repeat-x;
    background-position: left top;
  }
}
main.gb-main-gbg + .gb-embox-release {
  position: relative;
  padding: 0;
}
main.gb-main-gbg + .gb-embox-release > .container {
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

section {
  margin-bottom: 64px;
}
@media screen and (max-width: 720px) {
  section:not(.gb-section-login) {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
#gb-small-device {
  display: none;
}
@media screen and (max-width: 720px) {
  #gb-small-device {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-gray);
    background-image: url(../img/texture-grigia-v.svg);
    background-size: auto 160px;
    background-repeat: repeat-x;
    background-position: left top;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
  }
  #gb-small-device .gb-smalldevice-wrapper {
    width: 100%;
    max-width: 500px;
    padding: 0 30px;
  }
  #gb-small-device .gb-smalldevice-wrapper .gb-form-head {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  #gb-small-device .gb-smalldevice-wrapper .gb-form-head .gb-proj-name {
    margin: 40px 0 30px;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: var(--blue);
  }
  #gb-small-device .gb-smalldevice-wrapper .gb-form-head > img {
    height: 29px;
  }
  #gb-small-device .gb-smalldevice-wrapper .gb-big-text {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
  }
  #gb-small-device .gb-smalldevice-wrapper svg {
    width: 120px;
    height: auto;
    display: block;
    fill: var(--gainsboro);
    margin-top: 40px;
  }
}

.gb-avatar {
  margin: 0;
  position: relative;
  width: 24px;
  height: 24px;
}
.gb-avatar span {
  width: 100%;
  height: 100%;
  background: var(--cadet);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--white);
  font-size: 10px;
}
.gb-avatar::before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(0, 163, 224, 0.8) 0%, rgba(0, 163, 224, 0.1) 100%);
}

.gb-title-legenda {
  display: flex;
  justify-content: space-between;
}
.gb-title-legenda .gb-cont-legenda {
  display: flex;
  align-items: center;
}
.gb-title-legenda .gb-cont-legenda .gb-legenda {
  display: block;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  padding: 0px 4px;
  border-radius: 2px;
  letter-spacing: 0.03em;
  border: solid 1px var(--tipo, var(--black));
  color: var(--tipo, var(--black));
}
.gb-title-legenda .gb-cont-legenda .gb-legenda:not(:first-child) {
  margin-left: 4px;
}
.gb-title-legenda .gb-cont-legenda .gb-legenda[data-tipo=target] {
  --tipo: var(--green);
}
.gb-title-legenda .gb-cont-legenda .gb-legenda[data-tipo=upper] {
  --tipo: var(--fucsia);
}
.gb-title-legenda .gb-cont-legenda .gb-legenda[data-tipo=lower] {
  --tipo: var(--fucsia);
  border-style: dashed;
}
.gb-title-legenda .gb-cont-legenda .gb-legenda[data-tipo=combo] {
  --tipo: var(--cyano);
  color: var(--white);
  background: var(--cyano);
}
.gb-title-legenda .gb-cont-legenda .gb-legenda[disabled], .gb-title-legenda .gb-cont-legenda .gb-legenda.disabled {
  --tipo: var(--metallic);
  --cyano:var(--metallic);
}

.gb-coming-soon {
  display: block;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  padding: 0px 4px;
  border-radius: 2px;
  letter-spacing: 0.03em;
  border: solid 1px var(--tipo, var(--black));
  color: var(--tipo, var(--black));
  --tipo: var(--metallic);
  --cyano:var(--metallic);
}

.gb-error {
  color: var(--error);
}

.gb-section-login {
  margin-bottom: 0;
}
.gb-section-login.gb-pad-bottom {
  padding-bottom: 60px;
}
@media screen and (min-width: 1401px) {
  .gb-section-login {
    background-size: 205px auto;
  }
}
.gb-section-login .gb-form-login-wrapper {
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-section-login .gb-form-login-wrapper.logged {
  min-height: calc(100svh - (var(--header-h) + 1px) - var(--footer-h) - var(--stickhead-h) - 60px);
}
@media screen and (max-width: 720px) {
  .gb-section-login .gb-form-login-wrapper {
    min-height: 100vh !important;
    min-height: 100svh !important;
  }
}
.gb-section-login .gb-legend-caption {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.gb-section-login .gb-legend-caption + .gb-error-info {
  margin-bottom: 20px;
}
.gb-section-login .gb-small-caption {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
}
.gb-section-login .gb-small-caption + .gb-error-info {
  margin-bottom: 20px;
}
.gb-section-login .gb-isform {
  width: 100%;
  min-height: 100%;
  max-width: 554px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px 1fr auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "head" "main" "foot";
}
@media screen and (max-width: 1199px) {
  .gb-section-login .gb-isform {
    max-width: 410px;
  }
}
@media screen and (max-width: 720px) {
  .gb-section-login .gb-isform {
    grid-template-rows: 60px 1fr auto;
    grid-template-columns: 100%;
    max-width: unset;
  }
}
.gb-section-login .gb-isform[data-status]::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: var(--status, var(--cyano));
  grid-area: head;
}
.gb-section-login .gb-isform[data-status] .gb-h1 {
  color: var(--status, var(--crayola));
  margin-bottom: 8px;
}
.gb-section-login .gb-isform[data-status] .gb-h3 {
  margin-top: 23px;
}
.gb-section-login .gb-isform[data-status] .gb-form-inner {
  display: flex;
  flex-direction: column;
}
.gb-section-login .gb-isform[data-status] .gb-form-inner .gb-form-head {
  margin: 0;
}
.gb-section-login .gb-isform[data-status] .gb-form-inner .gb-respose-text {
  margin-top: auto;
  margin-bottom: auto;
}
.gb-section-login .gb-isform .gb-form-inner {
  grid-area: main;
}
.gb-form-foot {
  grid-area: foot;
  margin-top: 50px;
}
.gb-form-foot .gb-signup-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.gb-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
}
.gb-form-head .gb-proj-name {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: var(--blue);
}
.gb-form-head .gb-proj-name span {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  color: var(--blue);
  position: relative;
  top: 0.1em;
  padding-left: 0.2em;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 992px) {
  .gb-form-head .gb-proj-name span {
    display: block;
    font-size: 10px;
    padding-left: 6px;
  }
}
.gb-form-head .gb-proj-name img {
  height: 41px;
  width: auto;
  display: block;
}
@media screen and (max-width: 720px) {
  .gb-form-head .gb-proj-name img {
    height: 31px;
  }
}
.gb-form-head .gb-brand {
  height: 29px;
  width: auto;
  display: block;
}
@media screen and (max-width: 720px) {
  .gb-form-head .gb-brand {
    height: 19px;
  }
}

.gb-section-login .gb-isform .gb-legend-error-wrapper {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gb-section-login .gb-isform .gb-error-info {
  align-items: center;
  justify-content: space-between;
  display: var(--show-error, none);
  font-size: 16px;
}
.gb-section-login .gb-isform .gb-error-info span {
  color: var(--red);
}
.gb-section-login .gb-isform fieldset ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gb-section-login .gb-isform fieldset ul .w-33 {
  width: calc(33.3333333333% - 8px);
}
.gb-section-login .gb-isform fieldset ul li:not(:last-child) {
  margin-bottom: 4px;
}
.gb-section-login .gb-isform fieldset ul li.gb-submit {
  margin-top: 32px;
}
.gb-section-login .gb-review-profile {
  margin-bottom: 20px;
}
.gb-section-login .gb-sales-cont {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 8px;
}
.gb-section-login .gb-sales-cont .gb-sales-fl {
  margin: 0;
  position: relative;
  width: 64px;
  height: 64px;
}
.gb-section-login .gb-sales-cont .gb-sales-fl span {
  width: 64px;
  height: 64px;
  background: var(--cadet);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: var(--white);
  font-size: 14px;
}
.gb-section-login .gb-sales-cont .gb-sales-fl::before {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, rgba(0, 163, 224, 0.8) 0%, rgba(0, 163, 224, 0.1) 100%);
}
.gb-section-login .gb-sales-cont .gb-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-left: 14px;
}
.gb-section-login .gb-sales-cont .gb-info .gb-role {
  text-transform: none !important;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.gb-section-bcrumb {
  padding-top: 12px;
  margin-bottom: 40px;
}
.gb-section-bcrumb.gb-grey {
  background: var(--gradient-gray);
  margin-bottom: 0;
  padding-bottom: 40px;
}
.gb-section-bcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.gb-section-bcrumb ul li {
  font-size: 11px;
  color: var(--blue);
  font-weight: 300;
  letter-spacing: 0.03em;
}
.gb-section-bcrumb ul li a {
  font-weight: 800;
  text-decoration: underline;
  color: var(--cyano) !important;
}
.gb-section-bcrumb ul li:not(:last-child)::after {
  content: "";
  margin: 0 6px;
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 3px 0px 3px 3px;
  border-color: transparent transparent transparent var(--blue);
}

.gb-section-hero-home {
  background-size: 16% auto;
  background: linear-gradient(24deg, #00A3E0 40%, #12ACDE 50%, #42C4D9 69%, #6CD9D6 85%) repeat-y left top;
}
.gb-section-hero-home .gb-text-hero-wrapper {
  min-height: 500px;
  height: calc(100vh - var(--header-h) - var(--stickhead-h));
  height: calc(100svh - var(--header-h) - var(--stickhead-h));
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .gb-section-hero-home .gb-text-hero-wrapper {
    height: auto;
  }
}
.gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text {
  text-align: center;
  max-width: 648px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text {
    max-width: 554px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text {
    max-width: 464px;
  }
}
.gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text .gb-user-name,
.gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text .gb-wlcm {
  color: var(--white);
  font-size: 32px;
  line-height: 1.2;
}
.gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text .gb-user-name {
  font-weight: 800;
}
.gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text .gb-p {
  letter-spacing: 0.02em;
  margin-top: 14px;
}
.gb-section-hero-home .gb-text-hero-wrapper .gb-welcome-text .gb-hero-btn {
  max-width: 364px;
  margin: 20px auto 0;
}

.gb-section-feature .gb-feature-wrapper {
  padding: 24px 15px 18px;
  background: var(--cadet);
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 115px;
}
@media screen and (max-width: 991px) {
  .gb-section-feature .gb-feature-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
}
.gb-section-feature .gb-feature-wrapper .gb-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.gb-section-feature .gb-feature-wrapper .gb-testo {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.2;
  color: var(--bg-gray);
}
.gb-section-feature .gb-feature-wrapper .gb-title-feat {
  flex: 0 0 auto;
}
@media screen and (max-width: 991px) {
  .gb-section-feature .gb-feature-wrapper .gb-title-feat {
    width: 100%;
    text-align: center;
  }
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat {
  max-width: 864px;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .gb-section-feature .gb-feature-wrapper .gb-lista-feat {
    max-width: 640px;
  }
}
@media screen and (max-width: 991px) {
  .gb-section-feature .gb-feature-wrapper .gb-lista-feat {
    max-width: unset;
    margin-top: 30px;
    justify-content: space-between;
  }
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem {
    width: auto;
  }
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem[data-href] {
  cursor: pointer;
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem .gb-icon {
  margin-bottom: 10px;
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem .gb-icon svg {
  margin: 0 auto;
  height: 36px;
  width: 36px;
  display: block;
  fill: var(--cool-gray);
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem .gb-elem-tit {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.gb-section-feature .gb-feature-wrapper .gb-lista-feat .gb-list-elem .gb-elem-txt {
  font-size: 16px;
  letter-spacing: 0.01em;
  font-weight: 300;
  line-height: 1.2;
  color: var(--bg-gray);
}

.gb-section-duecard .gb-card-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 14px;
}
.gb-card-50 {
  width: calc(50% - 8px);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  background: var(--bg-gray);
  display: flex;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .gb-card-50 {
    flex-direction: column;
  }
}
.gb-card-50 .gb-infolabel {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
}
.gb-card-50 .gb-infolabel span {
  text-transform: uppercase;
  color: var(--blue);
  background: var(--maya-blue);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 2px 4px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.gb-card-50[data-info]::before {
  content: attr(data-info);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--maya-blue);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 2px 4px;
  line-height: 1.2;
}
.gb-card-50 .gb-image {
  width: 100%;
  flex: 1 1 auto;
  position: relative;
  position: relative;
  max-height: 453px;
}
.gb-card-50 .gb-image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 159.4827586207%;
}
.gb-card-50 .gb-image > * {
  position: absolute;
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-image {
    position: relative;
  }
  .gb-card-50 .gb-image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .gb-card-50 .gb-image > * {
    position: absolute;
  }
}
.gb-card-50 .gb-details {
  width: 314px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1399px) {
  .gb-card-50 .gb-details {
    width: 269px;
  }
}
@media screen and (max-width: 1199px) {
  .gb-card-50 .gb-details {
    width: 219px;
  }
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details {
    width: 100%;
  }
}
.gb-card-50 .gb-details-hed {
  padding: 15px;
  border-bottom: dashed 1px var(--border-dash);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details-hed {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.gb-card-50 .gb-details-hed .gb-smll-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gb-card-50 .gb-details-hed .gb-smll-code sup {
  top: 0;
  display: block;
  background: var(--blue);
  color: var(--white);
  padding: 2px 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  border-radius: 2px;
  margin-right: 4px;
}
.gb-card-50 .gb-details-hed .gb-det-tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 5px;
}
.gb-card-50 .gb-details-hed .gb-det-code {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.gb-card-50 .gb-details-main {
  padding: 15px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details-main {
    padding-top: 0;
  }
}
.gb-card-50 .gb-details-main .gb-skl-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details-main .gb-skl-list {
    display: flex;
    margin-top: 8px;
  }
}
.gb-card-50 .gb-details-main .gb-skl-list li {
  padding-top: 4px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details-main .gb-skl-list li {
    padding: 0 4px;
    width: 20%;
    border-left: dashed 1px var(--border-dash);
    display: block;
  }
}
.gb-card-50 .gb-details-main .gb-skl-list li .gb-skl {
  flex: 0 0 auto;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details-main .gb-skl-list li .gb-skl {
    font-size: 9px;
  }
}
.gb-card-50 .gb-details-main .gb-skl-list li hr {
  margin: 0.15em 5px;
  width: 100%;
  height: auto;
  background: transparent;
  border-top: 0;
  border-bottom: dashed 1px var(--border-dash);
}
@media screen and (max-width: 991px) {
  .gb-card-50 .gb-details-main .gb-skl-list li hr {
    display: none;
  }
}
.gb-card-50 .gb-details-main .gb-skl-list li .gb-point {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.gb-card-50 .gb-details-main .gb-skl-list li .gb-point::after {
  content: "/10";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.gb-card-50 .gb-details-main .gb-cta-wrapper {
  margin-top: 25px;
}
.gb-card-50 .gb-details-main .gb-cta-wrapper .gb-cta {
  border-width: 1px;
  padding: 7px 20px;
  font-size: 16px;
  text-align: center;
}

.gb-cardlist-wrapper {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6px;
}
.gb-cardlist-wrapper .empty {
  padding: 0 8px;
}
section.gb-foryou .gb-cardlist-wrapper .empty {
  display: none !important;
}
.gb-card-cont {
  padding: 8px;
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .gb-card-cont {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .gb-card-cont {
    width: 50%;
  }
}
.gb-card-cont .gb-card {
  width: 100%;
  background: var(--bg-gray);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.gb-card-cont .gb-card.gb-act {
  border: solid 2px var(--blue);
  background: var(--maya-blue);
}
.gb-card-cont .gb-card.gb-act .gb-cta-wrapper .gb-h4 {
  color: var(--blue);
  padding: 9px 0;
  margin: 0;
}
.gb-card-cont .gb-card .gb-infolabel {
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  pointer-events: none;
}
.gb-card-cont .gb-card .gb-infolabel span {
  text-transform: uppercase;
  color: var(--blue);
  background: var(--maya-blue);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 2px 4px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.gb-card-cont .gb-card[data-info]::before {
  content: attr(data-info);
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 20px;
  text-transform: uppercase;
  color: var(--blue);
  background: var(--maya-blue);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 2px 4px;
  line-height: 1.2;
}
.gb-card-cont .gb-card .gb-details {
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.gb-card-cont .gb-card .gb-details-hed {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.gb-card-cont .gb-card .gb-details-hed .gb-smll-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gb-card-cont .gb-card .gb-details-hed .gb-smll-code sup {
  top: 0;
  display: block;
  background: var(--blue);
  color: var(--white);
  padding: 2px 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.1;
  border-radius: 2px;
  margin-right: 4px;
}
.gb-card-cont .gb-card .gb-details-hed .gb-det-tit {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-top: 5px;
}
.gb-card-cont .gb-card .gb-details-hed .gb-det-code {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
.gb-card-cont .gb-card .gb-details-main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.gb-card-cont .gb-card .gb-details-main .gb-skl-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin-top: 8px;
}
.gb-card-cont .gb-card .gb-details-main .gb-skl-list li {
  padding: 0 4px;
  width: 20%;
  border-left: dashed 1px var(--border-dash);
}
.gb-card-cont .gb-card .gb-details-main .gb-skl-list li:last-child {
  border-right: dashed 1px var(--border-dash);
}
.gb-card-cont .gb-card .gb-details-main .gb-skl-list li .gb-skl {
  flex: 0 0 auto;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.gb-card-cont .gb-card .gb-details-main .gb-skl-list li .gb-point {
  flex: 0 0 auto;
  font-weight: 800;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.gb-card-cont .gb-card .gb-details-main .gb-skl-list li .gb-point::after {
  content: "/10";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.gb-card-cont .gb-card .gb-cta-wrapper {
  margin-top: 15px;
}
.gb-card-cont .gb-card .gb-cta-wrapper .gb-cta {
  border-width: 1px;
  padding: 7px 20px;
  font-size: 16px;
  text-align: center;
}
.gb-card-cont .gb-card.gb-exclusive-request {
  background: var(--cyano);
  height: 100%;
  padding: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px 1fr 40px;
  grid-template-areas: "top" "center" "bottom";
  min-height: var(--min-card-h, 450px);
}
.gb-card-cont .gb-card.gb-exclusive-request .gb-exclusive-txt {
  grid-area: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-card-cont .gb-card.gb-exclusive-request .gb-exclusive-txt .gb-txt-inn {
  text-align: center;
}
.gb-card-cont .gb-card.gb-exclusive-request .gb-exclusive-txt .gb-txt-inn strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: var(--crayola);
}
.gb-card-cont .gb-card.gb-exclusive-request .gb-exclusive-txt .gb-txt-inn svg {
  width: 48px;
  height: 48px;
  display: block;
  opacity: 0.2;
  margin: 0 auto 15px;
}
.gb-card-cont .gb-card.gb-exclusive-request .gb-cta-wrapper {
  margin-top: auto;
  grid-area: bottom;
}

g.gb-section-catalog {
  padding-top: 40px;
  background: var(--gradient);
}
.gb-tabbtn-catalog-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
}
.gb-tabbtn-catalog-wrapper .gb-button-cont {
  width: calc(100% / var(--number, 1));
  position: relative;
}
.gb-tabbtn-catalog-wrapper .gb-button-cont:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--cyano);
}
.gb-tabbtn-catalog-wrapper .gb-button-cont.gb-act {
  --cyano:var(--blue);
}
.gb-tabbtn-catalog-wrapper .gb-button-cont.gb-act:after {
  height: 3px;
  top: calc(100% - 1.5px);
}
.gb-tabbtn-catalog-wrapper .gb-button-cont a {
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  text-decoration: none;
  color: var(--cyano) !important;
}
.gb-tabbtn-catalog-wrapper .gb-button-cont a strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6px;
}
.gb-tabbtn-catalog-wrapper .gb-button-cont a small {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6px;
}
.gb-tabbtn-catalog-wrapper .gb-button-cont.disabled {
  pointer-events: none;
  --cyano:var(--philip-silver);
  --black:var(--philip-silver);
}

.gb-filter-selector {
  margin-bottom: 40px;
}
.gb-filter-selector.disabled {
  pointer-events: none;
  --cyano:var(--philip-silver);
  --black:var(--philip-silver);
}
.gb-filter-selector.gb-small-border {
  margin-bottom: 20px;
}
.gb-filter-selector.cyano {
  --bg-gray: var(--bg-cyano);
  --gainsboro-2: var(--bg-cyano);
}
.gb-filter-selector.allcyano {
  --bg-gray: var(--bg-cyano);
  --gainsboro-2: var(--bg-cyano);
  --border-dash:var(--cyano);
}
.gb-filter-selector.white {
  --bg-gray:var(--white);
  --gainsboro-2: var(--white);
}
.gb-filter-selector.white .gb-filter-head {
  border-top: solid 1px var(--cyano);
  border-left: solid 1px var(--cyano);
  border-right: solid 1px var(--cyano);
}
.gb-filter-selector.white .gb-filter-main {
  border-bottom: solid 1px var(--cyano);
  border-left: solid 1px var(--cyano);
  border-right: solid 1px var(--cyano);
}
.gb-filter-selector.gb-total-price {
  --bg-gray: var(--cyano);
  --gainsboro-2: var(--cyano);
  --border-dash:var(--cyano);
  --cadet: var(--white);
  color: var(--white);
  /*            .bg-white {
                  --cyano: var(--blue);
              }

              .gb-um-wrapper + input:not([readonly]) {
                  --cyano: var(--blue)
              }*/
}
.gb-filter-selector.gb-total-price label.allcyano {
  color: var(--white);
}
.gb-filter-selector.gb-total-price .gb-tcta,
.gb-filter-selector.gb-total-price input[readonly],
.gb-filter-selector.gb-total-price input[disabled]:not(.gb-gm-input) {
  --cyano: var(--white);
}
.gb-filter-selector.gb-total-price .gb-tcta + .gb-um,
.gb-filter-selector.gb-total-price input[readonly] + .gb-um,
.gb-filter-selector.gb-total-price input[disabled]:not(.gb-gm-input) + .gb-um {
  --cyano: var(--white);
}
.gb-filter-selector.gb-full-open .gb-filter-main {
  display: block;
}
.gb-filter-selector .gb-filter-head {
  padding: 16px;
  background: var(--bg-gray);
  display: flex;
  justify-content: space-between;
}
.gb-filter-selector .gb-filter-head .gb-filter-opn-button span {
  display: flex;
  align-items: center;
}
.gb-filter-selector .gb-filter-head .gb-filter-opn-button span u:nth-of-type(2) {
  display: none;
}
.gb-filter-selector .gb-filter-head .gb-filter-opn-button span::after {
  content: "";
  margin-left: 8px;
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: 0.1em;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--cyano) transparent transparent transparent;
}
.gb-filter-selector .gb-filter-head.gb-act .gb-filter-opn-button span u:nth-of-type(1) {
  display: none;
}
.gb-filter-selector .gb-filter-head.gb-act .gb-filter-opn-button span u:nth-of-type(2) {
  display: block;
}
.gb-filter-selector .gb-filter-head.gb-act .gb-filter-opn-button span::after {
  transform-origin: center;
  transform: rotate(-180deg);
}
.gb-filter-selector .gb-filter-head.gb-act + .gb-filter-main {
  display: block;
}
.gb-filter-selector .gb-filter-main {
  border-top: dashed 1px var(--border-dash);
  padding: 16px;
  background: linear-gradient(to bottom, var(--bg-gray) 0%, var(--gainsboro-2) 94.56%);
  display: none;
}
.gb-filter-selector .gb-filter-main fieldset legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: var(--error, var(--blue));
}
.gb-filter-selector .gb-filter-main fieldset legend.gb-input-label {
  color: var(--crayola);
}
.gb-filter-selector .gb-filter-main fieldset legend span {
  font-weight: 300;
}
.gb-filter-selector .gb-filter-main fieldset legend + ul {
  margin-top: 8px;
}
.gb-filter-selector .gb-filter-main fieldset ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .gb-filter-selector .gb-filter-main fieldset ul:not(.gb-mobi-2) {
    display: block;
  }
  .gb-filter-selector .gb-filter-main fieldset ul:not(.gb-mobi-2) li {
    width: 100%;
  }
  .gb-filter-selector .gb-filter-main fieldset ul.gb-mobi-2 li {
    width: calc(50% - 8px);
  }
}
.gb-filter-selector .gb-filter-main fieldset ul li {
  width: calc(100% / var(--number, 2) - 8px);
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .gb-filter-selector .gb-filter-main fieldset ul li:empty {
    display: none;
  }
}
.gb-filter-selector .gb-filter-main fieldset ul li input {
  max-width: unset;
}
.gb-um-wrapper {
  display: flex;
}
.gb-um-wrapper input {
  border-right: 0;
}
.gb-um-wrapper input:focus + .gb-um {
  border-color: var(--error, var(--cyano));
  box-shadow: 3px -3px 0px 0px var(--outline-error, rgba(0, 163, 224, 0.45)), 3px 3px 0px 0px var(--outline-error, rgba(0, 163, 224, 0.45));
  border-left: 0;
}
.gb-um-wrapper .gb-um {
  display: block;
  flex: 0 0 auto;
  outline: none !important;
  box-shadow: 3px -3px 0px 0px var(--outline-error, transparent), 3px 3px 0px 0px var(--outline-error, transparent);
}

.gb-filter-selector .gb-filter-main fieldset .gb-infolink-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .gb-filter-selector .gb-filter-main fieldset .gb-infolink-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.gb-filter-selector .gb-filter-main fieldset .gb-infolink-wrapper span:not(.gb-placeholder) {
  color: var(--cadet);
}
@media screen and (max-width: 991px) {
  .gb-filter-selector .gb-filter-main fieldset .gb-infolink-wrapper .gb-tcta {
    margin-top: 5px;
  }
}
.gb-filter-selector .gb-filter-main fieldset .gb-checkselect-wrap {
  margin-top: 14px;
}
.gb-filter-selector .gb-filter-main .gb-cta-wrapper {
  width: calc(100% + 32px);
  margin-left: -16px;
  border-top: dashed 1px var(--border-dash);
  padding: 16px 16px 0;
  margin-top: 16px;
  text-align: center;
}
.gb-filter-selector .gb-filter-main .gb-cta-wrapper .gb-cta {
  max-width: 554px;
}
.gb-filter-selector .gb-filter-main.gb-discount-container {
  border: none;
  display: none;
  background: var(--green);
  --cyano: var(--white);
}
.gb-filter-selector .gb-filter-main.gb-discount-container .gb-um-wrapper {
  --cyano: var(--green);
}
.gb-filter-selector .gb-filter-main.gb-discount-container.gb-open {
  display: block;
}
.gb-filter-selector .gb-filter-main.gb-discount-container.gb-open .discount {
  display: flex !important;
}
.gb-filter-selector .gb-filter-review {
  margin-top: 40px;
}
.gb-filter-selector .gb-filter-review .gb-small-title {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: var(--black);
}
.gb-filter-selector .gb-filter-review .gb-filter-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gb-filter-selector .gb-filter-review .gb-filter-label {
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: solid 2px var(--cyano);
  padding: 8px 16px;
  font-weight: 700;
  color: var(--cyano);
  letter-spacing: 0.04em;
  margin: 10px 10px 0 0;
}
.gb-filter-selector .gb-filter-review .gb-filter-label .gb-rmv-label {
  padding: 0;
  margin-left: 10px;
}
.gb-filter-selector .gb-filter-review .gb-filter-label .gb-rmv-label span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cyano);
  border-radius: 50%;
}
.gb-filter-selector .gb-filter-review .gb-filter-label .gb-rmv-label span svg {
  width: 45%;
  height: auto;
  fill: var(--white);
}

.gb-numb-pagination,
.gb-order-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gb-numb-pagination {
  margin-top: 30px;
}
.gb-numb-pagination .gb-left-btn .gb-select-pers .gb-tcta {
  margin-left: 7px;
  margin-right: 4px;
}

g.gb-section-catalog .gb-download-btn {
  margin-top: 48px;
}
g.gb-section-catalog .gb-download-btn ul {
  padding: 0;
  margin: 17px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  g.gb-section-catalog .gb-download-btn ul {
    flex-direction: column;
  }
}
g.gb-section-catalog .gb-download-btn ul li {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 991px) {
  g.gb-section-catalog .gb-download-btn ul li {
    width: 100%;
  }
  g.gb-section-catalog .gb-download-btn ul li:not(:first-child) {
    margin-top: 14px;
  }
}

.gb-request-authorization {
  display: none;
  color: var(--white);
}
.gb-request-authorization a {
  color: var(--white);
}

.gb-discount-exceed {
  --green: var(--red);
}
.gb-discount-exceed .gb-request-authorization {
  display: inline-block;
}

.gb-tabinfo .gb-tab {
  width: calc(100% / var(--num-tab, 6));
  padding: 0 15px;
  border-left: dashed 1px var(--border-dash);
  margin-bottom: 40px;
}
.gb-tabinfo .gb-tab.user-avatar {
  display: flex;
  justify-content: space-between;
}
.gb-tabinfo .gb-tab.user-avatar .gb-avatar {
  flex: 0 0 auto;
  margin-left: 10px;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-tabinfo .gb-tab.user-avatar .gb-avatar {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .gb-tabinfo .gb-tab {
    padding: 0 8px;
  }
}
@media screen and (max-width: 991px) {
  .gb-tabinfo .gb-tab {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .gb-tabinfo .gb-tab:last-child {
    border-right: dashed 1px var(--border-dash);
  }
}
.gb-tabinfo .gb-tab .gb-tit {
  font-size: 11px;
  line-height: 13px;
}
.gb-info-tooltip {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  cursor: pointer;
  margin-left: 4px;
}
.gb-info-tooltip svg {
  display: block;
  width: 14px;
  height: auto;
  fill: var(--cyano);
}
.gb-info-tooltip .gb-tooltip {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
  width: 276px;
  width: 316px;
  padding: 14px 16px;
  border: solid 1px var(--cyano);
  border-radius: 10px;
  background: var(--white);
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  z-index: 20;
}
.gb-info-tooltip .gb-tooltip:not(.gb-act) {
  display: none !important;
}
.gb-info-tooltip .gb-tooltip::after, .gb-info-tooltip .gb-tooltip::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--white) transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.gb-info-tooltip .gb-tooltip::before {
  z-index: 0;
  border-width: 11px 11px 0 11px;
  border-color: var(--cyano) transparent transparent transparent;
  top: calc(100% - 0px);
}

.gb-tabinfo .gb-tab .gb-textside {
  max-width: 100%;
}
.gb-tabinfo .gb-tab .gb-testo {
  margin-top: 3px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gb-tabinfo .gb-tab .gb-testo img {
  height: 10px;
  width: auto;
  display: inline-block;
  position: relative;
  top: -0.1em;
}
.gb-tabinfo .gb-tab .gb-label {
  border-radius: 2px;
  padding: 0px 6px;
  background: var(--status-bg, var(--crayola));
  color: var(--status-color, var(--white));
  border: solid 1px var(--status, var(--crayola));
  margin-right: 4px;
  white-space: normal;
  letter-spacing: 0;
  display: inline-block;
}
.gb-tabinfo .gb-tab .gb-label:not(:last-child) {
  margin-bottom: 4px;
}
.gb-tabinfo .gb-tab .gb-label:only-child {
  margin-right: 0;
}
.gb-tabinfo .gb-tab .gb-label-standard {
  border-radius: 2px;
  padding: 0px 6px;
  font-weight: 800;
  text-transform: uppercase;
  border: solid 1px transparent;
  display: inline-block;
}
.gb-tabinfo .gb-tab .gb-label-standard:not(:last-child) {
  margin-bottom: 4px;
}
.gb-tabinfo .gb-tab .gb-label-standard.a, .gb-tabinfo .gb-tab .gb-label-standard.info {
  background: var(--maya-blue);
  color: var(--blue);
  border-color: var(--maya-blue);
}
.gb-tabinfo .gb-tab .gb-label-standard.b, .gb-tabinfo .gb-tab .gb-label-standard.type {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.gb-tabinfo .gb-tab .gb-label-standard.c, .gb-tabinfo .gb-tab .gb-label-standard.style {
  background: var(--white);
  color: var(--blue);
  text-transform: capitalize;
  border-color: var(--blue);
}

.gb-perfomance-wrapper .gb-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
}
.gb-perfomance-wrapper .gb-performance-charts {
  padding: 15px;
  width: calc(50% - 8px);
  height: 520px;
  background-color: var(--bg-gray);
  background-size: auto 60px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.gb-perfomance-wrapper .gb-performance-charts .gb-area-density {
  display: flex;
  justify-content: flex-end;
  width: 60%;
  flex: 0 0 auto;
}
.gb-perfomance-wrapper .gb-performance-charts .gb-area-density .gb-tab {
  margin-bottom: 0;
}
.gb-perfomance-wrapper .gb-performance-charts .gb-area-density .gb-tab .gb-testo {
  margin-top: 0;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper {
  width: 400px;
  height: 400px;
  margin: 40px auto 30px auto;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="1"] {
  background: url(../img/chart-status/p1-t1.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="1"][data-target-2="2"] {
  background: url(../img/chart-status/p1-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p2-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="1"][data-target-2="3"] {
  background: url(../img/chart-status/p1-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p3-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="1"][data-target-2="4"] {
  background: url(../img/chart-status/p1-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p4-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="1"][data-target-2="5"] {
  background: url(../img/chart-status/p1-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p5-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="2"] {
  background: url(../img/chart-status/p2-t1.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="2"][data-target-2="1"] {
  background: url(../img/chart-status/p2-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p1-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="2"][data-target-2="3"] {
  background: url(../img/chart-status/p2-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p3-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="2"][data-target-2="4"] {
  background: url(../img/chart-status/p2-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p4-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="2"][data-target-2="5"] {
  background: url(../img/chart-status/p2-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p5-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="3"] {
  background: url(../img/chart-status/p3-t1.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="3"][data-target-2="1"] {
  background: url(../img/chart-status/p3-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p1-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="3"][data-target-2="2"] {
  background: url(../img/chart-status/p3-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p2-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="3"][data-target-2="4"] {
  background: url(../img/chart-status/p3-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p4-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="3"][data-target-2="5"] {
  background: url(../img/chart-status/p3-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p5-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="4"] {
  background: url(../img/chart-status/p4-t1.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="4"][data-target-2="1"] {
  background: url(../img/chart-status/p4-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p1-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="4"][data-target-2="2"] {
  background: url(../img/chart-status/p4-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p2-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="4"][data-target-2="3"] {
  background: url(../img/chart-status/p4-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p3-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="4"][data-target-2="5"] {
  background: url(../img/chart-status/p4-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p5-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="5"] {
  background: url(../img/chart-status/p5-t1.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="5"][data-target-2="1"] {
  background: url(../img/chart-status/p5-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p1-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="5"][data-target-2="2"] {
  background: url(../img/chart-status/p5-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p2-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="5"][data-target-2="3"] {
  background: url(../img/chart-status/p5-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p3-t2.svg) no-repeat center center/403px 403px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper[data-target-1="5"][data-target-2="4"] {
  background: url(../img/chart-status/p5-t1.svg) no-repeat center center/403px 403px, url(../img/chart-status/p4-t2.svg) no-repeat center center/403px 403px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper {
    width: 340px;
    height: 340px;
    margin: 62px auto;
    background-size: 340px 340px !important;
  }
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart {
  position: absolute;
  display: block;
  width: auto !important;
  height: auto !important;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-info-target] {
  font-weight: 700;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-info-target]::before {
  display: block;
  content: attr(data-info-target);
  font-size: 8px;
  color: var(--green);
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart small {
  font-weight: 400;
  display: block;
  font-size: 10px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart small strong {
  font-size: 12px;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="1"] {
  bottom: calc(100% - 14px);
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="2"] {
  top: 34%;
  left: 94%;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="3"] {
  top: calc(100% - 42px);
  bottom: auto;
  left: 67%;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="4"] {
  top: calc(100% - 42px);
  bottom: auto;
  left: 12%;
}
.gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="5"] {
  top: 34%;
  left: -1%;
  transform: translateX(-50%);
}
.gb-perfomance-wrapper .gb-performance-charts canvas {
  width: 500px;
}
@media screen and (max-width: 991px) {
  .gb-perfomance-wrapper .gb-performance-charts {
    width: 100%;
    margin-bottom: 16px;
  }
}
.gb-perfomance-wrapper .gb-pattern-roll,
.gb-perfomance-wrapper .gb-img-slider {
  width: calc(50% - 8px);
  position: relative;
}
@media screen and (max-width: 991px) {
  .gb-perfomance-wrapper .gb-pattern-roll,
  .gb-perfomance-wrapper .gb-img-slider {
    width: 100%;
  }
}
.gb-perfomance-wrapper .gb-pattern-roll .swiper:hover,
.gb-perfomance-wrapper .gb-img-slider .swiper:hover {
  --opahover:1;
}
.gb-perfomance-wrapper .gb-pattern-roll .swiper .swiper-slide,
.gb-perfomance-wrapper .gb-img-slider .swiper .swiper-slide {
  height: 520px;
}
.gb-perfomance-wrapper .gb-pattern-roll .swiper .swiper-slide img,
.gb-perfomance-wrapper .gb-img-slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-pagination,
.gb-perfomance-wrapper .gb-img-slider .gb-pagination {
  position: absolute;
  top: calc(100% - 0.5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-pagination span,
.gb-perfomance-wrapper .gb-img-slider .gb-pagination span {
  border-radius: 0;
  height: 3px;
  width: 30px;
  background: var(--cyano);
  margin: 0 8px;
  opacity: 1;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-pagination span.swiper-pagination-bullet-active,
.gb-perfomance-wrapper .gb-img-slider .gb-pagination span.swiper-pagination-bullet-active {
  height: 1px;
  --cyano: var(--blue);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container {
  --opahover:1;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  pointer-events: none;
  opacity: var(--opahover, 0);
  transition: opacity 200ms;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-Fscreen,
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-prev,
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-next,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-Fscreen,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-prev,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-next {
  cursor: pointer;
  pointer-events: auto;
  display: block !important;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-Fscreen.swiper-button-lock,
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-prev.swiper-button-lock,
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-next.swiper-button-lock,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-Fscreen.swiper-button-lock,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-prev.swiper-button-lock,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-next.swiper-button-lock {
  visibility: hidden;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-Fscreen svg,
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-prev svg,
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-next svg,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-Fscreen svg,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-prev svg,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-next svg {
  height: 16px;
  width: auto;
  display: block;
  fill: var(--cyano);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-Fscreen,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-Fscreen {
  pointer-events: none;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-Fscreen svg,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-Fscreen svg {
  height: 18px;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-button-container .gb-button-next,
.gb-perfomance-wrapper .gb-img-slider .gb-button-container .gb-button-next {
  transform: rotate(180deg);
}
.gb-perfomance-wrapper .gb-pattern-roll {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-switch-pat-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  padding: 0;
  background: var(--cyano);
  box-shadow: 0px 1px 3px var(--cyano);
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 6;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-switch-pat-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-switch-pat-btn span svg {
  width: 50%;
  height: auto;
  fill: var(--white);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol {
  height: 252px;
  position: relative;
  flex: 0 0 auto;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol img,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol .gb-rolinfo,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol .gb-rolinfo {
  padding: 16px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background: linear-gradient(270deg, #FFFFFF 2.17%, rgba(255, 255, 255, 0.8) 98.47%);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol .gb-rolinfo.disabled,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol .gb-rolinfo.disabled {
  color: var(--metallic);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-select,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select {
  padding: 40px 30px;
  background: var(--light-blue);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-select .gb-icon-wrap,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select .gb-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-select .gb-info-text,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select .gb-info-text {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-top: 16px;
  color: var(--cyano);
  width: 100%;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-select .gb-rolinfo,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select .gb-rolinfo {
  background: rgba(255, 255, 255, 0.5);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-select svg,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: block;
  margin: 0 8px;
  fill: var(--cyano);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-disabled, .gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-sync,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-disabled,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-sync {
  background: var(--gainsboro);
  padding: 40px 30px;
  color: var(--metallic);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-disabled .gb-info-text, .gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-sync .gb-info-text,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-disabled .gb-info-text,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-sync .gb-info-text {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 16px;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-disabled .gb-rolinfo, .gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-sync .gb-rolinfo,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-disabled .gb-rolinfo,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-sync .gb-rolinfo {
  background: rgba(255, 255, 255, 0.5);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-disabled svg, .gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-sync svg,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-disabled svg,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-sync svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  display: block;
  margin: 0 auto;
  fill: var(--metallic);
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-upperrol.gb-disabled img,
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-disabled img {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol {
    margin-top: 16px;
  }
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol .gb-rolinfo {
  top: auto;
  bottom: 0;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select {
  flex-direction: column-reverse;
}
.gb-perfomance-wrapper .gb-pattern-roll .gb-lowerrol.gb-select .gb-info-text {
  margin-top: 0;
  margin-bottom: 16px;
}
.gb-perfomance-wrapper .gb-pattern-alert,
.gb-perfomance-wrapper .gb-chart-alert {
  width: calc(50% - 8px);
  margin-top: 12px;
  --status-bg:transparent;
  --status-color:var(--fucsia);
  --status: var(--fucsia);
}
@media screen and (max-width: 991px) {
  .gb-perfomance-wrapper .gb-pattern-alert,
  .gb-perfomance-wrapper .gb-chart-alert {
    width: 100%;
  }
  .gb-perfomance-wrapper .gb-pattern-alert:not(:last-of-type),
  .gb-perfomance-wrapper .gb-chart-alert:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 991px) {
  .gb-perfomance-wrapper .gb-performance-charts {
    order: 0;
  }
  .gb-perfomance-wrapper .gb-img-slider {
    order: 3;
  }
  .gb-perfomance-wrapper .gb-pattern-roll,
  .gb-perfomance-wrapper .gb-pattern-alert {
    order: 4;
  }
  .gb-perfomance-wrapper .gb-chart-alert {
    order: 2;
    margin-top: -3px;
  }
}

.sl-wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.sl-wrapper > .sl-counter,
.sl-wrapper > .sl-navigation,
.sl-wrapper > .sl-close {
  display: none !important;
}

.sl-image.gb-pat-image .sl-navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
  pointer-events: none;
  opacity: 1;
  transition: opacity 200ms;
}
.sl-image.gb-pat-image .sl-navigation.opame {
  opacity: 0 !important;
}
.sl-image.gb-pat-image .sl-navigation .sl-close,
.sl-image.gb-pat-image .sl-navigation .sl-next,
.sl-image.gb-pat-image .sl-navigation .sl-prev {
  display: block !important;
  cursor: pointer;
  pointer-events: auto;
  position: static;
  height: auto;
  width: auto;
  margin: 0 !important;
}
.sl-image.gb-pat-image .sl-navigation .sl-close svg,
.sl-image.gb-pat-image .sl-navigation .sl-next svg,
.sl-image.gb-pat-image .sl-navigation .sl-prev svg {
  height: 16px;
  width: auto;
  display: block !important;
  fill: var(--cyano);
}
.sl-image.gb-pat-image .sl-navigation .sl-next {
  transform: rotate(180deg);
  order: 3;
}
.sl-image.gb-pat-image .sl-navigation .sl-close {
  order: 2;
}
.sl-image.gb-pat-image .sl-navigation .sl-close svg {
  height: 18px;
}

.gb-section-catalog-3d .gb-column-3d {
  column-count: 3;
  column-gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .gb-section-catalog-3d .gb-column-3d {
    column-count: 2;
  }
}
.gb-section-catalog-3d .gb-column-3d + .gb-correlati {
  margin-top: 59px;
}
.gb-section-catalog-3d .gb-column-3d .gb-image img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.gb-section-configuration {
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 64px;
}
.gb-section-configuration .gb-conf-table-wrapper {
  margin-top: 19px;
}
.gb-section-configuration .gb-conf-table-wrapper table {
  width: 100%;
}
.gb-section-configuration .gb-conf-table-wrapper table .madeby {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .gb-section-configuration .gb-conf-table-wrapper table .madeby,
  .gb-section-configuration .gb-conf-table-wrapper table .date {
    display: none !important;
  }
}
.gb-section-configuration .gb-conf-table-wrapper table thead th {
  padding: 8px 16px;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.06em;
  border-bottom: solid 1px var(--bg-gray);
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr {
  background: var(--tr-color, transparent);
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr:nth-child(odd) {
  --tr-color:#F8F9FA;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td {
  padding: 14px 16px;
  color: var(--color-status, var(--crayola));
  font-size: 12px;
  white-space: nowrap;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-avatar {
  margin: 0 auto;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td.desc {
  width: 50%;
  white-space: normal;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td.desc a {
  font-weight: 600;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-download,
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-delete {
  display: inline-block;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-download svg,
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-delete svg {
  display: block;
  height: 16px;
  width: auto;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-download {
  margin-right: 16px;
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-download svg {
  fill: var(--cyano);
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr td .gb-delete svg {
  fill: var(--red);
}
.gb-section-configuration .gb-conf-table-wrapper table tbody tr:last-child {
  border-bottom: solid 1px var(--bg-gray);
}

.gb-section-request-status {
  margin-bottom: 0;
}

.gb-section-conf-det-input {
  padding-top: 20px;
  background: var(--gradient);
  margin-bottom: 0;
  padding-bottom: 64px;
}
.gb-section-conf-det-input .gb-filter-selector {
  margin-bottom: 16px;
}
.gb-download-btn {
  margin-top: 48px;
}
.gb-download-btn > a {
  margin-top: 17px;
  margin-right: 11px;
}
.gb-download-btn ul {
  padding: 0;
  margin: 17px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gb-download-btn ul.justify-content-center {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .gb-download-btn ul {
    flex-direction: column;
  }
}
.gb-download-btn ul li {
  width: calc(33.3333333333% - 8px);
}
@media screen and (max-width: 991px) {
  .gb-download-btn ul li {
    width: 100%;
  }
  .gb-download-btn ul li:not(:first-child) {
    margin-top: 14px;
  }
}

.gb-section-pattern-configurator .gb-pattern-roll .gb-delete {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.gb-section-pattern-configurator .gb-pattern-roll .gb-delete svg {
  display: block;
  height: 16px;
  width: auto;
  fill: var(--red);
}
.gb-section-pattern-configurator .gb-filter-selector {
  margin-top: 40px;
  margin-bottom: 40px;
}
.gb-simple-alert {
  width: 100%;
  border: solid 1px var(--cadet);
  margin-bottom: 40px;
  padding: 25px;
  text-align: center;
}
.gb-simple-alert.ko {
  --cadet: var(--red);
  --metallic:var(--red);
}
.gb-simple-alert.highlight {
  --cadet: var(--blue);
  --metallic:var(--blue);
  background: rgba(0, 163, 224, 0.1);
}
.gb-simple-alert svg {
  fill: var(--metallic);
  width: 30px;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}
.gb-simple-alert.big-icon svg {
  width: auto;
  height: 36px;
}
.gb-simple-alert .gb-h3 {
  color: var(--cadet);
  font-weight: 400;
}
.gb-simple-alert .gb-h3 strong {
  font-weight: 700;
  display: inline-block;
}

.gb-section-priv-cook-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
.gb-section-priv-cook-page .gb-date {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-top: -10px;
  margin-bottom: 20px;
}
.gb-section-priv-cook-page .gb-mw {
  max-width: 553px;
  margin: 0 auto;
}
.gb-section-priv-cook-page .gb-mw .gb-page-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--mulish);
}
.gb-section-priv-cook-page .gb-mw .gb-page-title:not(:last-child) {
  margin-bottom: 30px;
}
.gb-section-priv-cook-page .gb-mw .gb-h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 5px;
}
.gb-section-priv-cook-page .gb-mw .gb-h2 + ol, .gb-section-priv-cook-page .gb-mw .gb-h2 ul {
  margin-top: 20px;
}
.gb-section-priv-cook-page .gb-mw ol,
.gb-section-priv-cook-page .gb-mw ul,
.gb-section-priv-cook-page .gb-mw p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.gb-section-priv-cook-page .gb-mw ol a,
.gb-section-priv-cook-page .gb-mw ul a,
.gb-section-priv-cook-page .gb-mw p a {
  text-decoration: underline;
  color: var(--crayola) !important;
}
.gb-section-priv-cook-page .gb-mw ol.bigspace li,
.gb-section-priv-cook-page .gb-mw ul.bigspace li {
  padding-block: 16px;
  margin: 0 !important;
}
.gb-section-priv-cook-page .gb-mw ol[type=a],
.gb-section-priv-cook-page .gb-mw ul[type=a] {
  list-style: none;
  counter-reset: lister;
}
.gb-section-priv-cook-page .gb-mw ol[type=a] li,
.gb-section-priv-cook-page .gb-mw ul[type=a] li {
  counter-increment: lister;
  position: relative;
}
.gb-section-priv-cook-page .gb-mw ol[type=a] li::before,
.gb-section-priv-cook-page .gb-mw ul[type=a] li::before {
  position: absolute;
  left: -1.2em;
  top: -0.05em;
  content: counter(lister, lower-alpha) ")";
}
.gb-section-priv-cook-page .gb-mw ol li:not(:last-child),
.gb-section-priv-cook-page .gb-mw ul li:not(:last-child) {
  margin-bottom: 8px;
}
.gb-section-priv-cook-page .gb-mw p + ul {
  margin-top: -10px;
}
.gb-section-priv-cook-page .gb-mw hr.spacer {
  border: none;
  opacity: 0;
  height: 80px;
  margin: 0;
}
.gb-section-priv-cook-page table {
  margin: 30px auto 40px;
}
.gb-section-priv-cook-page table tr th {
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05em;
  border-bottom: solid 1px var(--black);
}
.gb-section-priv-cook-page table tr th.gb-desc {
  width: 304px;
}
.gb-section-priv-cook-page table tr td {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
}

@page {
  size: unset !important;
}
@media print {
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  body, .container {
    min-width: unset !important;
  }
  .gb-h3 {
    font-size: 18px;
  }
  footer .gb-footer-container .gb-left-side,
  footer .gb-footer-container .gb-payoff-text,
  footer .gb-footer-container .gb-menu-foot ul,
  .gb-info-tooltip,
  .gb-download-btn,
  .gb-section-request-status .gb-bigcap-btn,
  .gb-section-bcrumb,
  #gb-sticky-head .gb-right-side,
  header .gb-user-menu {
    display: none !important;
  }
  header .gb-header-container .gb-right-side .gb-logo-bw,
  header .gb-header-container .gb-left-side .gb-logo-bw {
    height: 32px;
  }
  header .gb-header-container .gb-right-side .gb-logo-nemco,
  header .gb-header-container .gb-left-side .gb-logo-nemco {
    height: 23px;
  }
  #gb-sticky-head {
    border-bottom: none !important;
    margin-bottom: 10px;
    position: static;
  }
  #gb-sticky-head .gb-stickhead-container {
    display: flex;
  }
  .gb-section-request-status .gb-tabinfo .gb-tab {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
  .gb-section-pattern-configurator,
  .gb-section-conf-det-input {
    background: none !important;
  }
  .gb-section-pattern-configurator .gb-tabbtn-catalog-wrapper,
  .gb-section-conf-det-input .gb-tabbtn-catalog-wrapper {
    margin-bottom: 20px;
  }
  .gb-section-pattern-configurator .gb-tabbtn-catalog-wrapper .gb-button-cont,
  .gb-section-conf-det-input .gb-tabbtn-catalog-wrapper .gb-button-cont {
    width: 100%;
  }
  .gb-section-pattern-configurator .gb-tabbtn-catalog-wrapper .gb-button-cont:first-child,
  .gb-section-conf-det-input .gb-tabbtn-catalog-wrapper .gb-button-cont:first-child {
    display: none !important;
  }
  .gb-section-pattern-configurator .gb-tabbtn-catalog-wrapper .gb-button-cont small,
  .gb-section-conf-det-input .gb-tabbtn-catalog-wrapper .gb-button-cont small {
    display: none !important;
  }
  .gb-section-pattern-configurator .gb-tabinfo .gb-tab,
  .gb-section-conf-det-input .gb-tabinfo .gb-tab {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
  .gb-perfomance-wrapper .gb-chart-alert {
    page-break-after: always;
  }
  .gb-perfomance-wrapper .gb-pattern-roll {
    width: 100%;
    order: 2;
  }
  .gb-perfomance-wrapper .gb-chart-alert {
    order: 1;
    margin-top: 6px;
    margin-bottom: 10px;
  }
  .gb-perfomance-wrapper .gb-performance-charts {
    width: 100%;
    order: 0;
    background-image: none;
  }
  .gb-perfomance-wrapper .gb-lowerrol {
    margin-top: 20px;
  }
  footer {
    background: #fff;
  }
  footer .gb-footer-container {
    height: auto;
  }
  footer .gb-footer-container .gb-mask {
    display: none !important;
  }
  footer .gb-footer-container .gb-right-side {
    background: none;
  }
  footer .gb-footer-container .gb-right-side .gb-agency {
    color: var(--crayola) !important;
  }
  .gb-perfomance-wrapper .gb-performance-charts {
    height: auto;
  }
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper {
    width: 270px !important;
    height: 270px !important;
    background-size: 260px 260px !important;
  }
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper canvas {
    width: 270px !important;
    height: 270px !important;
  }
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart {
    font-size: 14px;
  }
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="3"],
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="4"] {
    top: calc(100% - 29px);
  }
  .gb-perfomance-wrapper .gb-performance-charts #gb-chart-wrapper .gb-info-chart[data-pos="1"] {
    bottom: calc(100% - 21px);
  }
}
.gb-prv-request-quot {
  padding-top: 40px;
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
}
@media screen and (max-width: 991px) {
  .gb-prv-request-quot .gb-prv-req-cta-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta {
  min-height: 310px;
  padding: 40px;
  border: solid 1px var(--blue);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--dark-gray);
}
@media screen and (max-width: 991px) {
  .gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta {
    width: 100%;
  }
  .gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta:not(:first-child) {
    margin-top: 20px;
  }
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta .gb-tcta {
  padding: 8px 0;
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta .gb-prv-icon-cont svg {
  display: block;
  height: 60px;
  width: auto;
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta .gb-prv-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta .gb-prv-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.03em;
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta:not(.gb-create) .gb-prv-icon-cont {
  color: var(--cool-gray);
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta.gb-create {
  background-color: var(--cyano);
  background-size: 77px auto;
  background-repeat: repeat-y;
  background-position: left top;
  border-color: var(--cyano);
  color: var(--maya-blue);
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta.gb-create .gb-prv-title {
  color: var(--white);
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta.gb-drafts {
  background-color: var(--bg-cyano);
  border-color: var(--bg-cyano);
}
.gb-prv-request-quot .gb-prv-req-cta-wrapper .gb-prv-req-cta.gb-drafts .gb-prv-icon-cont {
  color: var(--maya-blue);
}

.gb-prv-shortcut .gb-prv-shortcut-wrapper {
  width: calc(100% + 16px);
  display: flex;
  margin-left: -8px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut {
  padding: 8px;
  width: 33.3333333333%;
}
.gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut .gb-prv-shortcut-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 46px 30px;
  aspect-ratio: 364/311;
  background: var(--bg-gray);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: var(--dark-gray);
  text-align: center;
}
.gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut .gb-prv-shortcut-inner.disabled, .gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut .gb-prv-shortcut-inner:disabled {
  pointer-events: none !important;
  --cyano:var(--cool-gray);
}
.gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut .gb-prv-shortcut-inner .gb-prv-icon-cont svg {
  display: block;
  height: 60px;
  width: auto;
  fill: var(--cyano);
  opacity: 0.8;
}
.gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut .gb-prv-shortcut-inner .gb-prv-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
}
.gb-prv-shortcut .gb-prv-shortcut-wrapper .gb-prv-shortcut .gb-prv-shortcut-inner .gb-prv-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.03em;
}

.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper {
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation {
  width: 25%;
  padding: 8px;
}
@media screen and (max-width: 991px) {
  .gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation {
    width: 50%;
  }
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner {
  display: block;
  background: var(--bg-gray);
  padding: 10px;
  position: relative;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner::before {
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  background: linear-gradient(45deg, #C6C6C6 0%, #C6C6C6 50%, var(--white) 50%, var(--white) 100%);
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-head-logo {
  padding-top: 18px;
  padding-bottom: 18px;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-head-logo img {
  height: 15px;
  width: auto;
  display: block;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text {
  padding: 10px 8px;
  background: var(--cadet);
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, var(--cyano) 33%, var(--dark-red) 33%, var(--dark-red) 66%, var(--purple) 66%, var(--purple) 100%) 5;
  color: var(--white);
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-azienda {
  font-size: 16px;
  font-weight: 400;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-code {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  line-height: 1;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-cta-wrap {
  padding: 0;
  margin: 13px 0 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-cta-wrap li {
  margin-right: 8px;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-cta-wrap li a {
  text-decoration: none !important;
  color: var(--white) !important;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-main-text .gb-cta-wrap li svg {
  height: 36px;
  width: auto;
  display: block;
  fill: var(--white);
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-imagepreview {
  width: 100%;
  height: 142px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-template-rows: repeat(2, 50%);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "image1 image3" "image2 image3";
  margin-top: 10px;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-imagepreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-imagepreview img:nth-of-type(1) {
  grid-area: image1;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-imagepreview img:nth-of-type(2) {
  grid-area: image2;
}
.gb-prv-last-hot-quot .gb-prv-lastquot-wrapper .gb-prv-quotation .gb-prv-lastquot-inner .gb-imagepreview img:nth-of-type(3) {
  grid-area: image3;
}

.gb-section-hot-quot,
.gb-section-mydraft {
  padding-top: 40px;
  margin-bottom: 0;
  padding-bottom: 64px;
}
.gb-conf-table-wrapper {
  margin-top: 19px;
}
.gb-conf-table-wrapper table {
  width: 100%;
}
.gb-conf-table-wrapper table .madeby {
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .gb-conf-table-wrapper table .madeby,
  .gb-conf-table-wrapper table .date {
    display: none !important;
  }
}
.gb-conf-table-wrapper table thead th {
  padding: 8px 16px;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.06em;
  border-bottom: solid 1px var(--bg-gray);
}
.gb-conf-table-wrapper table tbody tr {
  background: var(--tr-color, transparent);
}
.gb-conf-table-wrapper table tbody tr:nth-child(odd) {
  --tr-color:#F8F9FA;
}
.gb-conf-table-wrapper table tbody tr td {
  padding: 14px 16px;
  color: var(--color-status, var(--crayola));
  font-size: 12px;
  white-space: nowrap;
}
.gb-conf-table-wrapper table tbody tr td .gb-avatar {
  margin: 0 auto;
}
.gb-conf-table-wrapper table tbody tr td.desc {
  width: 90%;
  white-space: normal;
}
.gb-conf-table-wrapper table tbody tr td.desc a {
  font-weight: 600;
}
.gb-conf-table-wrapper table tbody tr td.rolls {
  width: 80px;
}
.gb-conf-table-wrapper table tbody tr td.for {
  width: 70px;
}
.gb-conf-table-wrapper table tbody tr td .gb-tab-icon,
.gb-conf-table-wrapper table tbody tr td .gb-download,
.gb-conf-table-wrapper table tbody tr td .gb-delete {
  display: inline-block;
  vertical-align: middle;
}
.gb-conf-table-wrapper table tbody tr td .gb-tab-icon svg,
.gb-conf-table-wrapper table tbody tr td .gb-download svg,
.gb-conf-table-wrapper table tbody tr td .gb-delete svg {
  display: block;
  height: 16px;
  width: auto;
}
.gb-conf-table-wrapper table tbody tr td .gb-complete {
  display: inline-block;
  margin-right: 15px;
}
.gb-conf-table-wrapper table tbody tr td .gb-complete svg {
  display: inline-block;
  height: 18px;
  width: auto;
  vertical-align: top;
  margin-left: 6px;
}
.gb-conf-table-wrapper table tbody tr td .gb-download {
  margin-right: 16px;
}
.gb-conf-table-wrapper table tbody tr td .gb-download svg {
  fill: var(--cyano);
}
.gb-conf-table-wrapper table tbody tr td .gb-delete svg {
  fill: var(--red);
}
.gb-conf-table-wrapper table tbody tr td .gb-tab-icon:not(:last-child) {
  margin-right: 16px;
}
.gb-conf-table-wrapper table tbody tr td .gb-tab-icon svg {
  fill: var(--cyano);
}
.gb-conf-table-wrapper table tbody tr:last-child {
  border-bottom: solid 1px var(--bg-gray);
}

[data-mark=pos] {
  --markup:var(--green);
}

[data-mark=neg] {
  --markup:var(--red);
}

.gb-section-hot-quot .gb-conf-table-wrapper table thead tr th {
  text-align: end;
  padding-inline: 10px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gb-section-hot-quot .gb-conf-table-wrapper table thead tr th {
    padding-inline: 6px;
  }
}
.gb-section-hot-quot .gb-conf-table-wrapper table thead tr th.chance {
  padding-inline: 8px;
}
.gb-section-hot-quot .gb-conf-table-wrapper table thead tr th.price {
  padding-inline: 8px;
}
.gb-section-hot-quot .gb-conf-table-wrapper table thead tr th.rolls {
  padding-inline: 8px;
}
@media screen and (max-width: 1199px) {
  .gb-section-hot-quot .gb-conf-table-wrapper table thead tr th {
    padding: 14px 6px;
  }
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td {
  padding: 10px 10px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td {
    padding: 10px 6px;
  }
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.price {
  font-size: 18px;
  font-weight: 700;
  padding-inline: 8px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.price {
    font-size: 14px;
  }
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.price small {
  font-size: 12px;
  font-weight: 500;
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.tot-markup, .gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.tot-markup span {
  font-size: 18px;
  font-weight: 700;
  color: var(--markup);
}
@media screen and (max-width: 1199px) {
  .gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.tot-markup, .gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.tot-markup span {
    font-size: 14px;
  }
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.tot-markup small, .gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.tot-markup span small {
  font-size: 12px;
  font-weight: 500;
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.rolls {
  width: 40px;
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.forecast span {
  display: block;
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.chance {
  padding-inline: 8px;
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td.chance img {
  width: 53px;
}
.gb-section-hot-quot .gb-conf-table-wrapper table tbody tr td .gb-tab-icon {
  margin: 0 8px !important;
}

.gb-section-request-prev-det {
  margin-bottom: 0;
}

.gb-section-prev-quotation-detail {
  padding-top: 20px;
  background: var(--gradient);
  margin-bottom: 0;
  padding-bottom: 64px;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-tit {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.03em;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-disc-price {
  font-size: 14px;
  letter-spacing: 0.03em;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-disc-price s {
  font-weight: 700;
  line-height: 1;
  display: block;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo img {
  width: 53px;
  height: auto;
  display: block;
  margin-top: 5px;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo.price {
  display: flex;
  align-items: flex-end;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo.price small {
  line-height: 1.4;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo {
    font-size: 12px;
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo sub {
  font-weight: 400;
  bottom: 0;
  font-size: 14px;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo span {
  font-weight: 400;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo.big {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-testo.big {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-dato {
    padding: 0 15px;
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-tabtitle {
  color: var(--cadet);
  font-size: 20px;
  font-weight: 600;
  grid-area: a1;
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-tabtitle {
    margin-bottom: 20px;
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-tabtitle .gb-icon {
  width: 20px;
  height: 20px;
  position: relative;
  top: 0.1em;
  margin-right: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-tabtitle svg {
  display: block;
  fill: var(--cool-gray);
  height: 20px;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr {
  margin: 15px 0;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(1) {
  grid-area: hr1;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(2) {
  grid-area: hr2;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(3) {
  grid-area: hr3;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(4) {
  grid-area: hr4;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(5) {
  grid-area: hr5;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(6) {
  grid-area: hr6;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(7) {
  grid-area: hr7;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(8) {
  grid-area: hr8;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(9) {
  grid-area: hr9;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper hr:nth-of-type(10) {
  grid-area: hr10;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-pricetab {
  width: 100%;
  background: var(--bg-cyano);
  padding: 25px 0 25px 15px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 198px 1fr calc((100% - 180px - 19px - 150px) / 4) 150px;
  grid-template-rows: auto;
  grid-template-areas: "a1 a2 a3 a4 a5 a6";
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-pricetab {
    padding: 25px 15px;
    grid-template-columns: 1fr calc((100% - 30px) / 4);
    grid-template-rows: auto auto;
    grid-template-areas: "a1 a1 a1 a1" "a2 a3 a4 a5";
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-forecasttab {
  background: var(--white);
  border: solid 1px var(--cyano);
  padding: 25px 0 25px 15px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 198px 1fr 150px;
  grid-template-rows: auto minmax(0, auto) auto;
  grid-template-areas: "a1 a2 a3" "hr1 hr1 empty1" "b1 b2 b3";
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-forecasttab {
    padding: 25px 15px;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto auto;
    grid-template-areas: "a1 a1 a1 a1" "a2 a3 a4 a5";
  }
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-forecasttab .empty,
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-forecasttab hr {
    display: none;
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab {
  width: 100%;
  background: var(--bg-gray);
  padding: 0 0 0 15px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 198px repeat(4, calc((100% - 180px - 19px - 150px) / 4)) 150px;
  grid-template-rows: 25px auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto 25px;
  grid-template-areas: "pad pad pad pad pad x0" "a1 a2 a3 a4 a5 a6" "hr1 hr1 hr1 hr1 hr1 empty1" "b1 b2 b3 b4 b5 b6" "hr2 hr2 hr2 hr2 hr2 empty2" "c1 c2 c3 c4 c5 c6" "hr3 hr3 hr3 hr3 hr3 empty3" "d1 d2 d3 d4 d5 d6" "hr4 hr4 hr4 hr4 hr4 empty4" "e1 e2 e3 e4 e5 e6" "hr5 hr5 hr5 hr5 hr5 empty5" "f1 f2 f3 f4 f5 f6" "hr6 hr6 hr6 hr6 hr6 empty6" "g1 g2 g3 g4 g5 g6" "hr7 hr7 hr7 hr7 hr7 empty7" "h1 h2 h3 h4 h5 h6" "padb padb padb padb padb y0";
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab {
    padding-left: 0;
    grid-template-columns: 15px repeat(4, calc((100% - 30px) / 4)) 15px;
    grid-template-rows: 25px auto auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto 25px minmax(0, auto);
    grid-template-areas: "0p pad pad pad pad 1p" "0p a1 a1 a1 a1 1p" "0p a2 a3 a4 a5 1p" "0p hr1 hr1 hr1 hr1 1p" "0p b2 b3 b4 b5 1p" "0p hr2 hr2 hr2 hr2 1p" "0p c2 c3 c4 c5 1p" "0p hr3 hr3 hr3 hr3 1p" "0p d2 d3 d4 d5 1p" "0p hr4 hr4 hr4 hr4 1p" "0p e2 e3 e4 e5 1p" "0p hr5 hr5 hr5 hr5 1p" "0p f2 f3 f4 f5 1p" "0p hr6 hr6 hr6 hr6 1p" "0p g2 g3 g4 g5 1p" "0p hr7 hr7 hr7 hr7 1p" "0p h2 h3 h4 h5 1p" "0p padb padb padb padb 1p" "x0 XX XX XX XX y0";
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab .gb-dato {
  grid-area: var(--grid-position);
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab [data-area=itemarea] {
  grid-area: var(--grid-position);
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab figure {
  grid-area: x0/x0/y0/y0;
  margin: 0;
  margin-left: 15px;
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab figure {
    margin-left: 0;
    margin-top: 15px;
    height: 150px;
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab.gb-subtotal {
  background-color: var(--cyano);
  color: var(--white);
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-reviewtab.gb-subtotal .gb-testo {
  font-size: 20px;
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-abjustcard {
  background: var(--white);
  border: solid 1px var(--cyano);
  width: 100%;
  padding: 25px 0 25px 15px;
  margin-top: 16px;
  display: grid;
  grid-template-columns: 198px repeat(4, calc((100% - 180px - 19px - 150px) / 4)) 150px;
  grid-template-rows: auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto;
  grid-template-areas: "a1 a2 a3 a4 a5 a6" "hr1 hr1 hr1 hr1 hr1 empty1" "b1 b2 b3 b4 b5 b6" "hr2 hr2 hr2 hr2 hr2 empty2" "c1 c2 c3 c4 c5 c6" "hr3 hr3 hr3 hr3 hr3 empty3" "d1 d2 d3 d4 d5 d6" "hr4 hr4 hr4 hr4 hr4 empty4" "e1 e2 e3 e4 e5 e6" "hr5 hr5 hr5 hr5 hr5 empty5" "f1 f2 f3 f4 f5 f6" "hr6 hr6 hr6 hr6 hr6 empty6" "g1 g2 g3 g4 g5 g6";
}
@media screen and (max-width: 991px) {
  .gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-abjustcard {
    padding-left: 0;
    grid-template-columns: 15px repeat(4, calc((100% - 30px) / 4)) 15px;
    grid-template-rows: auto auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto minmax(0, auto) auto;
    grid-template-areas: "0p a1 a1 a1 a1 1p" "0p a2 a3 a4 a5 1p" "0p hr1 hr1 hr1 hr1 1p" "0p b2 b3 b4 b5 1p" "0p hr2 hr2 hr2 hr2 1p" "0p c2 c3 c4 c5 1p" "0p hr3 hr3 hr3 hr3 1p" "0p d2 d3 d4 d5 1p" "0p hr4 hr4 hr4 hr4 1p" "0p e2 e3 e4 e5 1p" "0p hr5 hr5 hr5 hr5 1p" "0p f2 f3 f4 f5 1p" "0p hr6 hr6 hr6 hr6 1p" "0p g2 g3 g4 g5 1p";
  }
}
.gb-section-prev-quotation-detail .gb-reviewtab-wrapper .gb-abjustcard hr {
  grid-area: unset !important;
}

.gb-section-prev-total-cta {
  background: var(--blue);
  padding-top: 40px;
  padding-bottom: 64px;
  margin: 0;
  color: var(--white);
}
.gb-section-prev-total-cta + .gb-embox-release {
  background: var(--blue);
}
.gb-section-prev-total-cta + .gb-embox-release #embox-release {
  color: var(--white);
}
.gb-section-prev-total-cta.red {
  --blue:var(--red);
}
.gb-section-prev-total-cta.red + .gb-embox-release {
  --blue:var(--red);
}
@media screen and (min-width: 992px) {
  .gb-section-prev-total-cta {
    --tit-dimension: 198px ;
  }
}
.gb-section-prev-total-cta .gb-content-totale {
  padding: 0 0 0 15px;
  display: grid;
  align-items: center;
  grid-template-columns: var(--tit-dimension, auto) 0.5fr auto 0.3fr auto 0.3fr calc((100% - 180px - 19px - 149px) / 4 + 150px);
  grid-template-rows: auto auto;
  grid-template-areas: "tit cost gm price" "empty empty gmperc info";
  --border-dash:var(--white);
}
.gb-section-prev-total-cta .gb-content-totale .gb-text-label {
  padding-right: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .gb-section-prev-total-cta .gb-content-totale .gb-text-label {
    padding-right: 0;
    padding-left: 28px;
  }
}
.gb-section-prev-total-cta .gb-content-totale .gb-final-price {
  padding: 0 15px;
}
.gb-section-prev-total-cta .gb-content-totale .gb-big-price {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.gb-section-prev-total-cta .gb-content-totale .gb-big-perc {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 0.4em;
}
.gb-section-prev-total-cta .gb-content-totale .gb-sup {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gb-section-prev-total-cta .gb-content-totale .gb-markup-tot {
  grid-area: info;
  font-size: 20px;
  line-height: 1;
}
.gb-section-prev-total-cta .gb-content-totale .gb-gm-perc {
  grid-column-start: 5;
  font-size: 16px;
  line-height: 1;
  padding-left: 16px;
}
.gb-section-prev-total-cta .gb-content-totale .gb-discount {
  grid-column-start: 7;
  font-size: 20px;
  line-height: 1;
  padding-left: 16px;
}
.gb-section-prev-total-cta .gb-content-totale hr {
  margin-top: 17px;
  margin-bottom: 0;
}

.gb-section-prev-rfq {
  background: var(--gradient);
}
.gb-section-prev-rfq table .gb-act {
  --tr-color:var(--bg-cyano) !important;
}
.gb-simple-tab-wrapper {
  margin-top: 36px;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  column-gap: 16px;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont {
  width: calc(100% / var(--number, 2));
  position: relative;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont.gb-act {
  --white:var(--bg-cyano);
  --shadow:inset 0 0 0 2px var(--cyano);
  --text:var(--blue);
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont.disabled {
  pointer-events: none;
  --cyano:var(--philip-silver);
  --black:var(--philip-silver) ;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a {
  display: block;
  text-decoration: none;
  color: var(--text, var(--cyano)) !important;
  background: var(--white);
  align-items: center;
  border: solid 1px var(--cyano);
  box-shadow: var(--shadow);
  padding: 12px 20px;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a:not(.gb-small) {
  display: grid;
  grid-template-columns: 30px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 14px;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a.gb-small {
  padding: 12px 12px;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a.gb-small svg {
  display: none;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a svg {
  width: 30px;
  height: 30px;
  display: block;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a strong {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}
.gb-simple-tab-wrapper .gb-button-tab-wrapper .gb-button-cont a small {
  display: block;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.05em;
  color: var(--black);
}
.gb-simple-tab-wrapper .gb-data-tab:not(.gb-visible) {
  display: none;
}

.gb-pattern-selection-list {
  margin-top: 10px;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper {
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector {
  padding: 8px;
  width: 25%;
}
@media screen and (max-width: 1199px) {
  .gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991px) {
  .gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector {
    width: 50%;
  }
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat {
  background: var(--bg-gray);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  height: 100%;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat.gb-act {
  border: solid 3px var(--cyano);
  background: var(--bg-cyano);
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat figure {
  width: 28%;
  min-width: 75px;
  height: auto;
  min-height: 75px;
  margin: 0;
  flex: 0 0 auto;
  aspect-ratio: 10/10;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat figcaption {
  padding: 5px 10px;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat figcaption .gb-patname {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}
.gb-pattern-selection-list .gb-selection-pattern-wrapper .gb-pat-selector .gb-inner-pat figcaption .gb-padcode {
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  margin-top: 4px;
  line-height: 1.2;
}

.gb-section-prev-rfq .ko {
  --error:var(--red);
}
.gb-section-prev-rfq .ok {
  --error:var(--green);
}
.gb-section-prev-rfq .gb-discount-open {
  color: var(--cadet);
}
.gb-section-prev-rfq .gb-discount-open > a {
  color: var(--error, var(--cyano)) !important;
}
.gb-section-prev-rfq .gb-discount-open span:nth-child(2) {
  display: none;
}
.gb-section-prev-rfq .gb-discount-open span .gb-tcta::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--cyano) transparent transparent transparent;
}
.gb-section-prev-rfq .gb-discount-open ~ hr {
  margin-top: 20px;
}
.gb-section-prev-rfq .gb-discount-open.gb-open span:nth-child(1) {
  display: none;
}
.gb-section-prev-rfq .gb-discount-open.gb-open span:nth-child(2) {
  display: block;
}
.gb-section-prev-rfq .gb-discount-open.gb-open .gb-tcta::after {
  transform: rotate(-180deg);
}
.gb-section-prev-rfq .gb-discount-open.gb-open + .gb-m-s-b-input-wrapper.discount {
  display: flex;
}
.gb-section-prev-rfq .gb-reviewtab {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  grid-column-gap: 14px;
  margin-bottom: 6px;
}
.gb-section-prev-rfq .gb-reviewtab .gb-dato {
  color: var(--black);
}
.gb-section-prev-rfq .gb-reviewtab .gb-dato .gb-tit {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.03em;
}
.gb-section-prev-rfq .gb-reviewtab .gb-dato .gb-testo {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03em;
}
.gb-section-prev-rfq .gb-m-s-b-input-wrapper {
  /*        li{
              &:nth-child(1){
                  width:calc(35% - 8px);
              }
              &:nth-child(2){
                  width:calc(15% - 8px);
              }
              &:nth-child(3){
                  width:calc(50% - 8px);
              }
          }*/
}
.gb-section-prev-rfq .gb-m-s-b-input-wrapper.discount {
  display: none;
}

.gb-section-cta-between {
  margin: 0;
  padding: 32px 0;
  background: var(--gradient-gray);
}
.gb-section-cta-between + .gb-embox-release {
  background: var(--gradient-gray);
}

#configuration-form + .gb-embox-release {
  background: var(--gradient-gray);
}

.gb-section-prev-regularprice {
  margin: 0;
  padding: 32px 0 34px;
  background: var(--blue);
}
.gb-section-prev-regularprice + .gb-embox-release {
  background: var(--blue);
}
.gb-section-prev-regularprice + .gb-embox-release #embox-release {
  color: var(--white);
}
.gb-section-prev-regularprice.green {
  --blue:var(--green);
}
.gb-section-prev-regularprice.green + .gb-embox-release {
  --blue:var(--green);
}
.gb-section-prev-regularprice.red {
  --blue:var(--red);
}
.gb-section-prev-regularprice.red + .gb-embox-release {
  --blue:var(--red);
}
.gb-section-prev-regularprice .gb-big-label {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  margin-top: 1.4em;
  display: inline-block;
  letter-spacing: 0.08em;
}
.gb-section-prev-regularprice label {
  color: var(--white);
}
.gb-section-prev-regularprice .gb-quote-price-wrapper {
  padding: 16px;
  /*.discount-price-input,
  .regular-price-input {
      font-size: 24px;
      font-style: normal;

      line-height: normal;
      letter-spacing: 0.5px;
  }*/
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
}
.gb-sales-gm {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: flex-end;
}
.gb-sales-gm li:last-child {
  flex: 0 1 0;
}
.gb-sales-gm .gb-gm-input {
  background: var(--green-light);
}
.gb-sales-gm .gb-gm-input + .gb-um {
  background: var(--green-light);
}
.gb-sales-gm .gb-percentage-input {
  padding: 0 0 0 6px !important;
  width: 40px !important;
}
.gb-sales-gm .gb-percentage-input + .gb-um {
  padding-left: 4px !important;
  border-left: none !important;
}

.gb-li-50 {
  width: calc(50% - 8px) !important;
}

.gb-li-25 {
  width: calc(25% - 8px) !important;
}

.gb-section-prev-regularprice .gb-quote-price-wrapper ul li {
  /*                ul{
                      li{
                          &:nth-child(1){
                              width:calc(75%);

                              @media screen and (max-width: $col-md) {
                                  &:only-child{
                                      width: 100%;
                                  }
                              }
                          }
                          &:nth-child(2){
                              width:calc(25%);
                          }
                      }
                  }*/
}
@media screen and (max-width: 991px) {
  .gb-section-prev-regularprice .gb-quote-price-wrapper ul li.gb-last-mobi {
    order: 10;
  }
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li a.gb-disabled {
  color: var(--blue) !important;
  pointer-events: none;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote) {
  border-color: var(--error, var(--cyano)) !important;
  color: var(--error, var(--cyano)) !important;
  font-weight: 800;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote).appl-discount {
  text-decoration: line-through;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote):not(.regular-price-input):not(.discount-price-input) {
  background: var(--bg-cyano);
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote):not(.regular-price-input):not(.discount-price-input) + .gb-um {
  background: var(--bg-cyano);
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote):not(.regular-price-input):not(.discount-price-input):read-only {
  background: var(--blue);
  border-color: var(--white) !important;
  color: var(--white) !important;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote):not(.regular-price-input):not(.discount-price-input):read-only::placeholder {
  color: var(--white) !important;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote):not(.regular-price-input):not(.discount-price-input):read-only + .gb-um {
  background: var(--blue);
  border-color: var(--white) !important;
  color: var(--white) !important;
  outline: none !important;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote).discount-price-input {
  color: var(--blue) !important;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote).discount-price-input + .gb-um {
  color: var(--blue) !important;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote) + .gb-um {
  border-color: var(--error, var(--cyano)) !important;
  color: var(--error, var(--cyano)) !important;
  outline: none !important;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote).gb-gm-input, .gb-section-prev-regularprice .gb-quote-price-wrapper ul li input:not(.btn-generate-quote).gb-gm-input + .gb-um {
  border-color: var(--white) !important;
}
@media screen and (max-width: 991px) {
  .gb-section-prev-regularprice .gb-quote-price-wrapper ul > li {
    width: 100%;
  }
}
.gb-section-prev-regularprice .gb-quote-price-wrapper .gb-discount-open + ul {
  display: none;
}
.gb-section-prev-regularprice .gb-quote-price-wrapper .gb-discount-open.gb-open + ul {
  display: flex;
}
.gb-section-prev-regularprice .gb-discount-open {
  color: var(--white);
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.gb-section-prev-regularprice .gb-discount-open span:nth-child(2) {
  display: none;
}
.gb-section-prev-regularprice .gb-discount-open span .gb-tcta {
  color: var(--white) !important;
}
.gb-section-prev-regularprice .gb-discount-open span .gb-tcta::after {
  content: "";
  margin-left: 8px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: var(--white) transparent transparent transparent;
}
.gb-section-prev-regularprice .gb-discount-open.gb-open span:nth-child(1) {
  display: none;
}
.gb-section-prev-regularprice .gb-discount-open.gb-open span:nth-child(2) {
  display: block;
}
.gb-section-prev-regularprice .gb-discount-open.gb-open .gb-tcta::after {
  transform: rotate(-180deg);
}
.gb-section-prev-regularprice .gb-discount-open.gb-open + .gb-m-s-b-input-wrapper.discount {
  display: flex;
}

/*# sourceMappingURL=main.css.map */
