h1, .h1 {
  font-size: 50px;
  font-family: "Albert Sans SemiBold", sans-serif;
  letter-spacing: -2.5px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 35px;
  }
}
h1.hero_h, .h1.hero_h {
  font-size: 100px;
  letter-spacing: -5px;
  line-height: 110%;
}
@media (max-width: 1199px) {
  h1.hero_h, .h1.hero_h {
    font-size: 80px;
  }
}
@media (max-width: 1023px) {
  h1.hero_h, .h1.hero_h {
    font-size: 70px;
  }
}

h2, .h2 {
  font-size: 30px;
  font-family: "Albert Sans Medium", sans-serif;
  line-height: 110%;
  margin-bottom: 20px;
}

p {
  margin-bottom: 20px;
}

a.btn, .btn, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  padding: 15px 23px;
  color: #002244;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.4s;
  border-radius: 5px;
  border: 2px solid #002244;
}
@media (max-width: 1199px) {
  a.btn, .btn, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    padding: 10px 16px;
  }
}
a.btn:hover, .btn:hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  background-color: #002244;
  color: #fff;
  transition: all 0.4s;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  border: 2px solid #002244;
}
a.btn.selected, .btn.selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  background-color: #114469;
  border: 2px solid #114469;
}
a.btn.btn-neg, .btn.btn-neg, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).btn-neg {
  border: 2px solid #002244;
}
a.btn.btn-neg:hover, .btn.btn-neg:hover, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).btn-neg:hover {
  background-color: #002244;
  color: #fff;
  border: 2px solid #002244;
}

.circles {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.circles .circle {
  position: absolute;
  border-radius: 50%;
  border: 2px solid #002244;
}
.circles .circle.bold {
  border: 4px solid #002244;
}

ol, ul {
  padding-left: 1rem;
}

a.big-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 99;
  cursor: pointer;
}

#navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  font-family: "Maven Pro Medium", sans-serif;
}
@media (max-width: 767px) {
  #navbar {
    position: relative;
  }
}
#navbar .topheader {
  background-color: #303030;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 0;
}
@media (max-width: 767px) {
  #navbar .topheader {
    font-size: 12px;
  }
}
#navbar .topheader a {
  text-decoration: none;
  color: #fff;
}
#navbar .topheader .col-sx {
  display: flex;
  justify-content: space-between;
}
#navbar .topheader .col-dx {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #navbar .topheader .col-dx {
    justify-content: flex-start;
  }
}
#navbar .topheader .col-dx .support {
  margin-right: 20px;
}
#navbar .testata {
  background-color: #d9d9d9;
  padding: 35px 0;
}
#navbar .testata .flex-container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #navbar .testata .flex-container {
    display: block;
  }
}
#navbar .testata .flex-container .logo img {
  width: 240px;
}
@media (max-width: 767px) {
  #navbar .testata .flex-container .logo img {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #navbar .testata .flex-container .menu {
    margin-top: 25px;
  }
}
#navbar .testata .flex-container .menu ul {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #navbar .testata .flex-container .menu ul {
    justify-content: center;
  }
}
#navbar .testata .flex-container .menu ul li {
  list-style: none;
  padding: 0 20px;
}
#navbar .testata .flex-container .menu ul li.menu-item-36 {
  padding-left: 0;
}
#navbar .testata .flex-container .menu ul li:last-of-type {
  padding-right: 0;
}
@media (max-width: 767px) {
  #navbar .testata .flex-container .menu ul li {
    padding: 0 15px;
  }
}
#navbar .testata .flex-container .menu ul li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
@media (max-width: 767px) {
  #navbar .testata .flex-container .menu ul li a {
    font-size: 16px;
  }
}

.prefooter {
  background-color: #303030;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .prefooter {
    position: relative;
    z-index: 1;
  }
}

footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0 20px;
  }
}
footer .container-xxl {
  position: relative;
}
footer .up {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 0;
  width: 35px;
  height: 35px;
  border: 3px solid #fff;
  opacity: 0.6;
  border-radius: 50%;
}
footer .up svg {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .logo-footer {
  width: 150px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  footer .logo-footer {
    margin-bottom: 10px;
  }
}
footer .info {
  padding: 5px 0;
}
footer .info a {
  color: #fff;
  text-decoration: none;
}
footer .title_menu {
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  footer .title_menu {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
footer #menu-footer ul {
  padding-left: 0;
}
footer #menu-footer ul li {
  list-style: none;
  padding: 5px 0;
}
@media (max-width: 767px) {
  footer #menu-footer ul li {
    padding: 0;
  }
}
footer #menu-footer ul li a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer #menu-footer ul li a {
    font-size: 16px;
  }
}
footer .social {
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
footer .social a {
  display: block;
  color: #fff;
  margin-bottom: 20px;
}
footer .social a:last-of-type {
  margin-bottom: 0;
}
footer .social a svg {
  width: 20px;
  height: 20px;
}

.copyright {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.copyright .dati-soc {
  display: none;
}
.copyright .riga-copyright {
  justify-content: flex-start;
}
.copyright .col-info {
  display: none;
}
.copyright .privacy {
  text-align: left;
}
.copyright .privacy .logo-maja {
  width: 35px;
  display: initial;
  margin: 0 0 0 4px;
}

/*Formattazione generale*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Albert Sans", sans-serif;
  color: #000;
  font-size: 18px;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}

img {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
}

.clearfix::before, .clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.ov-hidd {
  overflow: hidden;
}

.container-full {
  width: 100%;
}

.padd-sez, .container_form_prod, .sezione_testo_sinistra_video_destra, .sezione_testo_centrato, .sezione_testo_sinistra_immagine_destra, .intro-page, .recensioni, .technology, .cta-configuratore, .prodotti-home {
  padding: 150px 0;
}
@media (max-width: 1699px) {
  .padd-sez, .container_form_prod, .sezione_testo_sinistra_video_destra, .sezione_testo_centrato, .sezione_testo_sinistra_immagine_destra, .intro-page, .recensioni, .technology, .cta-configuratore, .prodotti-home {
    padding: 110px 0;
  }
}
@media (max-width: 1023px) {
  .padd-sez, .container_form_prod, .sezione_testo_sinistra_video_destra, .sezione_testo_centrato, .sezione_testo_sinistra_immagine_destra, .intro-page, .recensioni, .technology, .cta-configuratore, .prodotti-home {
    padding: 70px 0;
  }
}

.padd-top-sez, .sezione_testo_centrato_immagine_bg {
  padding-top: 150px;
}
@media (max-width: 1699px) {
  .padd-top-sez, .sezione_testo_centrato_immagine_bg {
    padding-top: 110px;
  }
}
@media (max-width: 1023px) {
  .padd-top-sez, .sezione_testo_centrato_immagine_bg {
    padding-top: 70px;
  }
}

.padd-bottom-sez, .contatti_page {
  padding-bottom: 150px;
}
@media (max-width: 1699px) {
  .padd-bottom-sez, .contatti_page {
    padding-bottom: 110px;
  }
}
@media (max-width: 1023px) {
  .padd-bottom-sez, .contatti_page {
    padding-bottom: 70px;
  }
}

.no_pad_bottom {
  padding-bottom: 0 !important;
}

.no_pad_top {
  padding-top: 0 !important;
}

.dark_backg {
  background-color: #000;
  color: #fff;
}
.dark_backg .testi {
  z-index: 90;
  position: relative;
}
.dark_backg .icona {
  opacity: 1 !important;
  z-index: 50 !important;
  top: 30px !important;
}

.ircles {
  opacity: 0.4;
}

/**
*********
*********
*/
.intro_page {
  padding-top: 140px;
}
@media (max-width: 1023px) {
  .intro_page {
    padding-top: 0px;
  }
}
.intro_page .inner {
  padding-top: 70px;
}
@media (max-width: 1023px) {
  .intro_page .inner {
    padding-top: 50px;
  }
}
.intro_page .rank-math-breadcrumb {
  font-size: 16px;
  margin-bottom: 30px;
}
.intro_page .rank-math-breadcrumb a {
  color: #000;
  text-decoration: none;
}

/*HOME*/
.hero {
  padding-top: 200px;
  position: relative;
  width: 100vw;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: flex-end;
  min-height: 85vh;
}
.hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero__bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.15));
  z-index: 1;
  pointer-events: none;
}
.hero .inner,
.hero .riga-hero,
.hero .testi {
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .hero .inner,
  .hero .riga-hero,
  .hero .testi {
    padding-right: 20px;
  }
}
.hero .inner,
.hero .inner > div {
  width: 100%;
}
@media (max-width: 768px) {
  .hero .hero {
    max-height: 60vh;
    min-height: 60vh;
  }
}
@media (max-width: 1199px) {
  .hero {
    min-height: 70vh;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 100px;
  }
}
.hero .inner {
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.hero .inner .riga-hero {
  justify-content: flex-end;
}
.hero .inner .riga-hero .col-img {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .hero .inner .riga-hero .col-img {
    order: 2;
  }
}
.hero .inner .riga-hero .img-cont {
  position: relative;
}
.hero .inner .riga-hero .img-cont:before {
  content: "";
  width: 100%;
  height: 70%;
  background: black;
  background: linear-gradient(180deg, black 0%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.hero .inner .riga-hero .img-cont:after {
  content: "";
  width: 50%;
  height: 100%;
  background: black;
  background: linear-gradient(-260deg, black 0%, transparent 100%);
  position: absolute;
  top: 4px;
  left: -5px;
}
.hero .inner .riga-hero .col-txt {
  padding-right: calc((100vw - 1320px) / 2 + 24px);
  display: flex;
  align-items: flex-end;
  margin-bottom: 10vh;
}
@media (max-width: 1399px) {
  .hero .inner .riga-hero .col-txt {
    padding-right: 24px;
  }
}
@media (max-width: 1199px) {
  .hero .inner .riga-hero .col-txt {
    margin-bottom: 5vh;
  }
}
.hero .inner .testi {
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 767px) {
  .hero .inner .testi {
    padding: 0;
    text-align: center;
  }
}

.outer {
  position: absolute;
  right: 30px;
  z-index: 90;
  top: 70%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 1499px) {
  .outer {
    display: none;
  }
}
.outer .scroll_start_page {
  transform: rotate(-90deg);
  cursor: pointer;
}
@media (max-width: 767px) {
  .outer .scroll_start_page {
    display: none;
  }
}
.outer .scroll_start_page:before {
  content: "";
  width: 3px;
  height: 110px;
  background-color: #d9d9d9;
  position: absolute;
  top: -41px;
  left: 110px;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .prodotti-home {
    text-align: center;
  }
}
.prodotti-home .slider-prod-home .single-slide:hover img {
  transform: scale(1.2);
  transition: all 0.3s;
}
.prodotti-home .slider-prod-home .single-slide:hover .info {
  padding-bottom: 50px;
  margin-top: -15px;
  transition: all 0.3s;
}
.prodotti-home .slider-prod-home .innerbox-prod {
  background-color: #000;
  text-align: right;
  position: relative;
  overflow: hidden;
}
.prodotti-home .slider-prod-home .innerbox-prod::after {
  content: "";
  background: linear-gradient(to top, rgb(0, 0, 0) 35%, rgba(0, 0, 0, 0) 60%);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  display: block;
  top: 0;
}
.prodotti-home .slider-prod-home .innerbox-prod img {
  width: 100%;
  margin: 0 auto;
  transform: scale(1);
  transition: all 0.3s;
}
.prodotti-home .slider-prod-home .innerbox-prod .info {
  padding: 0 25px 35px 25px;
  color: #fff;
  position: relative;
  z-index: 999;
  text-align: center;
  transition: all 0.3s;
  margin-top: 0;
}
.prodotti-home .slider-prod-home .innerbox-prod .info .nome-prod {
  font-size: 22px;
  font-family: "Albert Sans Bold", sans-serif;
}
.prodotti-home .slider-prod-home .innerbox-prod .info .info-evid {
  font-size: 22px;
  font-family: "Albert Sans Bold", sans-serif;
  color: #fff;
  margin-top: 10px;
  display: none !important;
}

.cta-configuratore {
  color: #fff;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.cta-configuratore .riga-testi {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 767px) {
  .cta-configuratore .riga-testi {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-configuratore {
    background-position: bottom left;
  }
}

.technology {
  position: relative;
  overflow: hidden;
}
.technology .inner-row {
  align-items: center;
}
.technology .base_tooltip {
  width: 820px;
  z-index: 1;
}
.technology .testi {
  padding-left: calc((100vw - 1320px) / 2 + 12px);
  z-index: 9;
  position: relative;
}
@media (max-width: 1320px) {
  .technology .testi {
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .technology .testi {
    text-align: center;
  }
  .technology .testi .testo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .technology .testi .testo li {
    list-style-type: none;
  }
}
.technology .col-img {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .technology .col-img {
    padding-bottom: 30px;
    margin-top: 150px;
  }
}
.technology .circles {
  right: 0;
  top: 0;
  z-index: 0;
  display: none !important;
}
.technology .circles .circle_1 {
  top: 100px;
  right: -250px;
  width: 490px;
  height: 490px;
}
@media (max-width: 767px) {
  .technology .circles .circle_1 {
    width: 100vw;
    height: 100vw;
  }
}
.technology .circles .circle_2 {
  top: 80px;
  right: -100px;
  width: 850px;
  height: 850px;
}
@media (max-width: 767px) {
  .technology .circles .circle_2 {
    top: 0px;
    right: -50px;
    width: 80vw;
    height: 80vw;
  }
}
.technology .circles .circle_3 {
  top: 520px;
  right: 410px;
  width: 410px;
  height: 410px;
}
.technology .tooltips {
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .technology .tooltips .tool:first-of-type {
    left: 30px !important;
  }
  .technology .tooltips .tool:nth-of-type(2) {
    left: 102px !important;
    top: 286px !important;
  }
  .technology .tooltips .tool:nth-of-type(3) {
    top: -111px !important;
    left: 384px !important;
  }
}
@media (max-width: 1024px) {
  .technology .tooltips .tool:nth-of-type(3) {
    top: -25px !important;
  }
}
@media (max-width: 767px) {
  .technology .tooltips .tool:first-of-type {
    top: 166px !important;
    left: 25px !important;
  }
  .technology .tooltips .tool:nth-of-type(2) {
    left: 114px !important;
    top: 315px !important;
  }
  .technology .tooltips .tool:nth-of-type(3) {
    top: -38px !important;
    left: 365px !important;
  }
}
@media (max-width: 630px) {
  .technology .tooltips .tool:first-of-type {
    top: 58px !important;
  }
  .technology .tooltips .tool:nth-of-type(2) {
    left: 195px !important;
    top: 144px !important;
  }
  .technology .tooltips .tool:nth-of-type(3) {
    top: -75px !important;
    left: 306px !important;
  }
}
@media (max-width: 425px) {
  .technology .tooltips .tool:nth-of-type(3) {
    left: 260px !important;
  }
}
@media (max-width: 375px) {
  .technology .tooltips .tool:nth-of-type(3) {
    top: -75px !important;
    left: 183px !important;
  }
  .technology .tooltips .tool:nth-of-type(2) {
    left: 173px !important;
    top: 140px !important;
  }
}
.technology .tool {
  display: flex;
  align-items: center;
  position: absolute;
}
@media (max-width: 1023px) {
  .technology .tool {
    font-size: 14px;
  }
}
.technology .tool .fumetto {
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  max-width: 250px;
}
@media (max-width: 768px) {
  .technology .tool .fumetto {
    padding: 10px 10px;
    width: 28vw;
  }
}
@media (max-width: 320px) {
  .technology .tool .fumetto {
    width: 38vw;
  }
}
.technology .tool .fumetto:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(226, 226, 226, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  left: 0;
  top: 0;
  position: absolute;
}
.technology .tool .fumetto:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-top: solid 15px transparent;
  border-left: solid 15px rgba(226, 226, 226, 0.8);
  border-bottom: solid 15px transparent;
  right: -22px;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media (max-width: 768px) {
  .technology .tool .fumetto:after {
    display: none;
  }
}
.technology .tool .fumetto .titolo {
  color: #002244;
  font-family: "Albert Sans Bold", sans-serif;
  position: relative;
}
@media (max-width: 1023px) {
  .technology .tool .fumetto .titolo {
    margin-bottom: 0;
  }
}
@media (max-width: 630px) {
  .technology .tool .fumetto .titolo {
    font-size: 13px;
  }
}
.technology .tool .fumetto .testo {
  font-size: 16px;
  position: relative;
}
@media (max-width: 1023px) {
  .technology .tool .fumetto .testo {
    font-size: 14px;
  }
}
@media (max-width: 630px) {
  .technology .tool .fumetto .testo {
    font-size: 11px;
  }
}
.technology .tool .fumetto .testo p {
  margin-bottom: 0;
}
.technology .tool .icona {
  margin: 20px;
}
@media (max-width: 768px) {
  .technology .tool .icona {
    margin: 17px;
  }
  .technology .tool .icona img {
    display: none;
  }
}
.technology .tool.top_tool {
  display: block;
}
.technology .tool.top_tool .icona {
  transform: rotate(90deg);
  top: 80px;
  position: relative;
}
.technology .tool.top_tool .fumetto:after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border-right: solid 15px transparent;
  border-left: solid 15px transparent;
  border-top: solid 15px rgba(226, 226, 226, 0.8);
  border-bottom: 0;
  right: auto;
  left: 50%;
  top: auto;
  bottom: -22px;
  transform: translate(-50%, -50%);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.about {
  background-color: #000;
  padding: 170px 0 150px;
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1023px) {
  .about {
    padding: 70px 0;
  }
}
.about .testi {
  width: 50%;
  margin: 0 auto;
  z-index: 99999;
  position: relative;
}
@media (max-width: 1023px) {
  .about .testi {
    width: 70%;
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 767px) {
  .about .testi {
    width: 100%;
  }
}
.about .immagini .sinistra {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1499px) {
  .about .immagini .sinistra {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .about .immagini .sinistra {
    width: 320px;
  }
}
.about .immagini .destra {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1499px) {
  .about .immagini .destra {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .about .immagini .destra {
    width: 320px;
  }
}
.about .immagini .sotto {
  position: absolute;
  right: calc((100vw - 1320px) / 2 + 12px);
  bottom: -120px;
  height: 240px;
  width: 950px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .about .immagini {
    display: none;
  }
}
.about.has_not_recens {
  margin-bottom: 0;
}

.recensioni .slider-recensioni .splide__arrows {
  position: absolute;
  right: 35px;
  top: -40px;
}
.recensioni .slider-recensioni .splide__arrow {
  background: transparent;
  border: 3px solid #002244;
  border-radius: 10px;
  opacity: 1;
}
.recensioni .slider-recensioni .splide__arrow.splide__arrow--next {
  right: auto;
}
.recensioni .slider-recensioni .splide__arrow.splide__arrow--prev {
  left: auto;
  right: 20px;
}
.recensioni .slider-recensioni .splide__arrow svg {
  fill: #002244;
  width: 1em;
  height: 1em;
}
.recensioni .inner-recensione {
  padding: 40px 15px 30px;
  border: 1px solid #d9d9d9;
}
.recensioni .inner-recensione .footer {
  display: flex;
  justify-content: space-between;
}
.recensioni .inner-recensione .nome {
  font-size: 22px;
}
.recensioni .inner-recensione .stelle {
  display: flex;
}
.recensioni .inner-recensione .stelle svg {
  color: #d9d9d9;
}
.recensioni .inner-recensione .stelle svg.active {
  color: #000;
}

/*CONTATTI*/
.contatti_page {
  position: relative;
}
.contatti_page:before {
  content: "";
  background-image: url("../img/contatti/majestic-contatti-bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 10%;
  z-index: -1;
}
.contatti_page .info {
  font-family: "Albert Sans Bold", sans-serif;
}
.contatti_page .info a {
  color: #000;
  text-decoration: none;
}
.contatti_page .tit-form {
  margin: 30px 0;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=file],
form textarea {
  background: transparent;
  border: 2px solid #002244;
  width: 100%;
  color: #000;
  padding: 15px 40px;
  margin-bottom: 25px;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  form input[type=text],
  form input[type=email],
  form input[type=tel],
  form input[type=file],
  form textarea {
    padding: 12px 20px;
    font-size: 16px;
  }
}
form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=file]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #002244;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=tel]::placeholder,
form input[type=file]::placeholder,
form textarea::placeholder {
  color: #002244;
}
form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=file]:focus-visible,
form textarea:focus-visible {
  outline: #002244 auto 1px;
  background-color: #002244;
  border-color: #fff;
  color: #fff;
}
form textarea {
  height: 230px;
}
@media (max-width: 1199px) {
  form textarea {
    height: 170px;
  }
}
form label {
  width: 100%;
}
form .wpcf7-not-valid-tip {
  font-size: 0.7em;
  position: absolute;
  bottom: -10px;
  right: 10px;
}
form .wpcf7-form-control-wrap {
  position: relative;
}
form .riga-acceptance {
  margin-bottom: 25px;
}
form .checkbox-wrapper {
  display: block;
  position: relative;
  margin-bottom: 11px;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
form .checkbox-wrapper a {
  color: #000;
  text-decoration: none;
}
form .checkbox-wrapper .wpcf7-form-control-wrap {
  margin-left: 20px;
}
form .checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .checkbox-wrapper .checkmark {
  position: absolute;
  top: 10px;
  left: 2px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 5px;
}
form .checkbox-wrapper .checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  height: 13px;
  border: solid #002244;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  display: none;
}
form .checkbox-wrapper .checkmark.checked:after {
  display: block;
}
@media (max-width: 767px) {
  form .checkbox-wrapper .wpcf7-list-item-label {
    padding: 0 12px;
    display: block;
  }
}
form input[type=submit] {
  display: none;
}

/*SEZIONI SITO*/
.intro-page {
  position: relative;
}
.intro-page .testi {
  text-align: right;
  padding-right: calc((100vw - 1320px) / 2 + 12px);
}
@media (max-width: 1320px) {
  .intro-page .testi {
    padding-right: 12px;
  }
}
.intro-page.int-page .testi {
  padding-right: 0;
}
@media (max-width: 767px) {
  .intro-page.int-page .testi {
    text-align: center;
  }
}

.sezione_testo_centrato_immagine_bg {
  padding-bottom: 400px;
  background-color: #000;
  position: relative;
}
@media (max-width: 1023px) {
  .sezione_testo_centrato_immagine_bg {
    padding-bottom: 200px;
  }
}
.sezione_testo_centrato_immagine_bg .testi {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.sezione_testo_centrato_immagine_bg .testi .inner-text {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sezione_testo_centrato_immagine_bg .testi .inner-text {
    width: 100%;
  }
}
.sezione_testo_centrato_immagine_bg .img-bg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sezione_testo_centrato_immagine_bg .img-bg:before {
  content: "";
  width: 100%;
  height: 70%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.sezione_testo_sinistra_immagine_destra {
  position: relative;
  overflow: hidden;
}
.sezione_testo_sinistra_immagine_destra .testi {
  padding-left: calc((100vw - 1320px) / 2 + 12px);
}
@media (max-width: 1320px) {
  .sezione_testo_sinistra_immagine_destra .testi {
    padding-left: 12px;
  }
}
.sezione_testo_sinistra_immagine_destra .circles {
  top: 20px;
  right: 230px;
}
.sezione_testo_sinistra_immagine_destra .circles .circle_1 {
  width: 750px;
  height: 750px;
  right: -120px;
}
@media (max-width: 1440px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_1 {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 1024px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_1 {
    width: 470px;
    height: 470px;
  }
}
@media (max-width: 768px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_1 {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_1 {
    right: -27px;
    top: 232px;
  }
}
@media (max-width: 375px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_1 {
    display: none;
  }
}
.sezione_testo_sinistra_immagine_destra .circles .circle_2 {
  width: 500px;
  height: 500px;
  top: 50px;
}
@media (max-width: 1440px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_2 {
    width: 350px;
    height: 350px;
    top: 96px;
  }
}
@media (max-width: 1024px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_2 {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_2 {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_2 {
    width: 240px;
    height: 240px;
    top: 255px;
    left: -64px;
  }
}
@media (max-width: 375px) {
  .sezione_testo_sinistra_immagine_destra .circles .circle_2 {
    display: none;
  }
}

.sezione_testo_centrato {
  position: relative;
}
.sezione_testo_centrato .testi {
  text-align: center;
}
.sezione_testo_centrato .icona {
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  opacity: 0.6;
}
@media (max-width: 1023px) {
  .sezione_testo_centrato .icona img {
    width: 55%;
  }
}

.sezione_testo_sinistra_video_destra .testi {
  padding-left: calc((100vw - 1320px) / 2 + 12px);
}
@media (max-width: 1320px) {
  .sezione_testo_sinistra_video_destra .testi {
    padding-left: 12px;
  }
}
@media (max-width: 767px) {
  .sezione_testo_sinistra_video_destra .testi {
    text-align: center;
    padding-right: 12px;
  }
}

section.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0px;
}
section.video .inner-row {
  display: flex;
  align-items: stretch;
}
section.video .col-sm-5 {
  z-index: 2;
}
section.video .col-sm-7 {
  position: relative;
  flex: 1;
}
section.video .col-sm-7 video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  background: #000;
}

.sezione_testo_centrato {
  position: relative;
}

.sezione_testo_centrato .testi {
  position: relative;
  z-index: 1;
}

.decor-w {
  max-width: clamp(180px, 40vw, 800px);
  height: auto;
  display: block;
  margin: 0;
}

.decor-row {
  flex-wrap: nowrap;
}

@media (max-width: 575.98px) {
  .decor-row {
    flex-wrap: wrap !important;
  }
  .decor-w {
    max-width: 100%;
  }
}
.zoomImg {
  background-color: #fff;
}

/*SINGOLO PRODOTTO*/
.woo-variation-swatches .variations_form {
  margin-bottom: 0 !important;
}
.woo-variation-swatches .variations_form .variations td {
  display: flex !important;
  justify-content: space-between !important;
}
.woo-variation-swatches .variations_form .variations th.label {
  display: none;
}
.woo-variation-swatches .variations_form .variations ul.variable-items-wrapper {
  padding-left: 0;
}
.woo-variation-swatches .variations_form .variations ul.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 5px !important;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  margin-right: 20px;
  cursor: pointer;
}
.woo-variation-swatches .variations_form .variations .reset_variations {
  text-transform: uppercase;
  background: #114469;
  padding: 2px 4px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 12px !important;
  align-self: flex-start;
  line-height: normal;
}
.woo-variation-swatches .variations_form .single_variation_wrap {
  display: none !important;
}

.product {
  padding-top: 140px;
}
@media (max-width: 767px) {
  .product {
    padding-top: 0;
  }
}
.product .slick-slider.wpgs-nav {
  display: none !important;
}
.product .wpgs-for .slick-arrow {
  bottom: -40px;
  top: auto;
}
.product .wpgs-for .slick-arrow.flaticon-back {
  left: 50px;
}
.product .wpgs-for .slick-arrow.flaticon-right-arrow {
  right: 50px;
}
.product form.variations_form {
  display: none;
}
.product .technology {
  background-color: #000;
  color: #fff;
}
.product .technology .tool .fumetto .testo {
  color: #000;
}
.product .intro_page {
  padding-top: 0;
}
.product .woocommerce-product-gallery, .product .summary {
  width: 100% !important;
  float: none !important;
}
@media (max-width: 767px) {
  .product .woocommerce-product-gallery {
    display: none !important;
  }
}
.product .img-mobile.img-prod {
  display: none;
}
@media (max-width: 767px) {
  .product .img-mobile.img-prod {
    display: block;
  }
}

.container_form_prod span {
  text-align: center;
  display: block;
}
.container_form_prod .form_prod {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container_form_prod .form_prod {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .container_form_prod .form_prod {
    width: 100%;
  }
}
.container_form_prod form .cont-btn {
  text-align: center;
}

.cont-outer-prod {
  /*  left: 0;
    top: 0;
    position: absolute;
    right: 0;
    height: 80vh;
    pointer-events: none;
  */
}
.cont-outer-prod .outer {
  pointer-events: visible;
  top: 60vh;
}

@media (max-width: 1199px) {
  .single-product .tool:first-of-type {
    top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */