/*:root {
   --main-color: #00A5E9;
   --color-blue1: #87C8EE;

   --transition: all 0.3 linear;
   --shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
   --radius: 16px;
}
*/
.dhide {
   display: none;
}
.d-flex {
   display: flex !important;
}
.v-center {
   align-items: center;
}
.h-center {
   justify-content: center;
}
.d-flex.wrap {
   flex-wrap: wrap;
}
* { scroll-behavior: smooth; }
*::selection { background: rgba(138, 27, 134, 0.2); }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background-color: #BE1622; border-radius: 1px; }
::-webkit-scrollbar-track { background-color: #E5E5E5; }
html {
   font-family: 'Outfit';
   scroll-behavior: smooth;
   width: 100vw;
   overflow-x: hidden;
}
h1, h3, h4, h5 {
   color: #000;
   font-family: 'Outfit';
}
body {
   max-width: 100vw;
   overflow-x: hidden;
   background: #E5E5E5;
   margin: 0;
   color: #555;
   scroll-behavior: smooth;
   transition: background-color 0.54s;
}
.mt-40 {
   margin-top: 40px;
}
@media(min-width: 1024px){
   .mt-40 {
      width: 200%;
      margin-left: -50%;
   }
}
.container {
   max-width: 90vw;
}
a:hover {
   cursor: pointer;
   text-decoration: none;
   transition: 0.54s;
}
li {
   margin-left: 20px;
}
img {
   object-fit: contain;
}
section {
   min-height: 100vh;
   /*position: relative;*/
}
header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100vw;
   padding: 15px 2vw;
   z-index: 2;
   position: relative;
}
.logo:hover img {
   transition: 0.54s;
   transform: scale(1.05);
}
.logo img {
   transition: 0.54s;
}
header nav {
   display: flex;
   align-items: center;
}
header .menu-item {
   position: relative;
   font-size: 20px;
   color: #000;
   display: flex;
   align-items: center;
   margin: 10px 27px;
   font-family: 'Outfit-SemiBold';
   transition: background-color 0.54s;
}

header .menu-item:hover {
   transition: 0.54s;
   color: #BE1622 !important;
}
header .menu-item img {
   max-height: 32px;
   max-width: 37px;
   height: auto;
   width: auto;
   margin-right: 12px;
}
header .red-btn {
   margin-left: 100px;
}
.round:before {
    content: '';
    position: absolute;
    width: 80vw;
    height: 80vw;
    background: #fff;
    opacity: 0.9;
    border-radius: 50%;
    left: -25vw;
    top: -25vw;
    opacity: 0.3;
    z-index: -1;
}
@media(max-width: 1024px){
   .round:before {
      top: 0;
      width: 100vw;
      height: 100vw;
   }
}
.red-btn {
   color: #fff !important;
   display: flex;
   transition: 0.54s;
   background: #BE1622;
   border-radius: 20px;
   font-family: 'Outfit-Black';
   font-size: 19px;
   padding: 20px;
   min-width: 225px;
   position: relative;
   z-index: 2;
}
.red-btn span {
   padding: 0 15px;
   display: flex;
   align-items: center;
   letter-spacing: 0.1px;
}
.red-btn span img, .red-btn span svg {
   margin-left: 2.5px;
}
.red-btn span img:nth-child(1), .red-btn span svg:nth-child(1){
   transition: 1.1s;
}
.red-btn span img:nth-child(2), .red-btn span svg:nth-child(2){
   transition: .8s;
}
.red-btn span img:nth-child(3), .red-btn span svg:nth-child(3){
   transition: .5s;
}
.red-btn span img:nth-child(4), .red-btn span svg:nth-child(4){
   transition: .1s;
}
.red-btn:hover {
   opacity: 0.9;
}
.red-btn:hover span img, 
.red-btn:hover span svg {
   margin-left: 5px;
}
#first-images {
   align-items: end;
}
#first-images img {
   z-index: 2;
   max-height: 90vh;
}
#first-images img:nth-child(2) {
   max-height: 60vh;
}
#first-images img.img-left-fix {
   margin-left: -20%;
   z-index: 0;
}
#home .row {
   align-items: center;
   padding-bottom: 50px;
}
h1 {
   font-size: 80px;
   font-weight: 500;
   margin-bottom: 40px;
   color: #000;
   line-height: 1;
   font-family: 'Outfit-SemiBold';
}
@media(min-width: 1367px){
   h1 {
      min-width: 750px;
   }
}
@media(min-width: 1200px){
   h1 {
      max-width: 660px;
      min-width: 657px;
      font-size: 72px;
   }
   .d-w {
      width: 600px;
      margin: 50px calc(50% - 300px);
   }
}
@media(max-width: 1199px){
   h1 {
      font-size: 44px;
   }
}
h2 {
   font-size: 72px;
   /*max-width: 840px;*/
   font-family: 'Outfit';
   text-align: center;
   margin: 20px 0;
   display: inline-block;
   letter-spacing: -0.03em;
   font-weight: 900;
   line-height: 1;
   color: #BE1622;
}
h3 {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 900;
   font-size: 54px;
   line-height: 70px;
   letter-spacing: -0.03em;
   color: rgba(255, 255, 255, 0.9);
   margin-top: -20%;
}
p {
   font-family: 'Outfit';
}
.subnumber {
   width: 60px;
   height: 60px;
   border-radius: 50%;
   background: #D7EFFF;
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 900;
   font-size: 30px;
   line-height: 60px;
   text-align: center;
   color: #BE1622;
}
.onetrothree {
   margin-bottom: 50px;
}
.onetrothree .d-flex {
   justify-content: space-between;
}
.onetrothree h4 {
   font-family: 'Outfit-SemiBold';
   font-weight: 700;
   margin: 15px 0px;
}
.perev {
   width: calc(100% - 76px);
}
p.subtext {
   font-family: 'Outfit';
   font-weight: 600;
   font-size: 28px;
   line-height: 48px;
   text-align: center;
   color: #000;
   text-align: center;
   padding: 10px 0 50px;
}
.detaltext {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 300;
   font-size: 20px;
   letter-spacing: 1px;
   line-height: 36px;
   /*color: rgba(255, 255, 255, 0.5);*/
   margin: 20px 0 40px;
   max-width: 80%;
}
@media(max-width: 767px){
   .detaltext {
     font-size: 18px;
     letter-spacing: 0px;
     line-height: 26px;
     max-width: 100%;
   }
}
.app-btns {
   padding: 20px 0 80px;
}
.app-btns a {
   display: inline-block;
   margin-right: 24px;
   border-radius: 7px;
   box-shadow: 0px 0px 25px rgba(255, 255, 255, 0.4);
}
.app-btns a img {
   border-radius: 4px;
}
.app-btns a:hover {
   box-shadow: 0px 0px 5px #fff;
}
#home .red-btn {
   max-width: 294px;
   background: #D7EFFF;
   color: #BE1622;
}
#home .red-btn span {
   color: #BE1622;
}
.drill {
   position: absolute;
   bottom: -3vw;
   left: -60%;
   width: 30vw;
   height: 11vw;
   background-image: url(images/vawe.svg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: contain;
   z-index: 1;
   transition: 5.15s !important;
   animation-name: pulse;
   animation-duration: 5.15s;
   animation-iteration-count: infinite;
}
.line {
   width: 100vw;
   min-height: 42px;
   height: 42px;
   margin: 50px 0 30px;
   background-image: url(images/line.svg);
   background-size: contain;
   background-repeat: no-repeat;
   background-position: center;
}

#about-images {
   /*overflow: hidden;*/
}
#about-images img {
   margin: 0 -60px;
}
#about-img {
   width: 55vw;
   left: 0;
   max-width: 100%;
   max-height: 100%;
}
.roundbg {
   transition: 4s;
   z-index: 0;
   position: fixed;
   right: -5vw;
   top: 45vh;
   height: 60vw;
   width: 60vw;
   background-repeat: no-repeat;
   transition: background-color 3s;
}
.pink {
   background: radial-gradient(circle, #8A1B86 4%, transparent 70%);
}
.blue {
   background: radial-gradient(circle, #352984 4%, transparent 70%);
}

#about-text {
   height: 100%;
   display: flex;
   align-items: center;
}
@media(max-width: 1023px){
   #about-text {
      padding: 50px 0;
   }
}
#about-text {
   padding: 50px 0;
}
@media(min-width: 1200px) {
	#about-text {
    margin-left: -100px;
    width: calc(50% + 100px);
	}
}
.point {
   margin: 10px 0;
}
.point img {
   display: block;
   text-align: center;
   width: 58px;
   margin: 5px auto;
   max-width: 58px;
}
.point strong {
   display: block;
   width: 100%;
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 900;
   font-size: 32px;
   line-height: 40px;
   text-align: center;
   letter-spacing: -0.02em;
   color: #000;
}
.point p {
   display: block;
   width: 100%;
   font-family: 'Outfit';
   font-style: normal;
   font-size: 20px;
   line-height: 23px;
   font-weight: 300;
   margin-top: 10px;
   text-align: center;
   color: #555555;
}
.glass-blur {
   position: absolute;
   margin-left: 50%;
   margin-top: -50px;
   transition: 8s !important;
   animation-name: pulse;
   animation-duration: 8s;
   animation-iteration-count: infinite;
}
.pasta-ico {
   position: absolute;
   margin-top: 100px;
   margin-left: 50px;
   transition: 4s !important;
   animation-name: pulse;
   animation-duration: 4s;
   animation-iteration-count: infinite;
}
#half-img {
   position: absolute;
   left: 0;
}

.left-img img {
   margin-left: calc(22vw - 570px);
}
img[data-paroller-direction="horizontal"]{
   max-width: 70%;
   max-height: 70%;
   width: auto;
   height: auto;
}

@media(max-width: 1023px){
   img[data-paroller-direction="horizontal"]{
      max-width: 90%;
      max-height: 90%;
   }
}

.left-line {
   position: absolute;
   margin-top: 400px;
   height: 4px;
   width: 50vw;
   left: 0;
   background: linear-gradient(90deg, #492FE7 13.14%, rgba(247, 21, 237, 0.92) 77.64%);
}
.center-line {
   position: absolute;
   margin-top: 400px;
   height: 520px;
   width: 4px;
   left: calc(50vw - 2px);
   background: linear-gradient(0deg, #492FE7 13.14%, rgba(247, 21, 237, 0.92) 77.64%);
}
.right-line {
   position: absolute;
   margin-top: 916px;
   left: 50vw;
   width: 50vw;
   height: 4px;
   background: linear-gradient(90deg, #492FE7 13.14%, rgba(247, 21, 237, 0.92) 77.64%);
}
#how {
   position: relative;
}
#vertical-sc {
   padding-top: 150px;
}

#sec-4 img {
   max-width: 50%;
}
#sec-4-2 {
   margin-top: -100px;
}
@media(min-width: 1024px) and (max-width: 1601px){
   #sec-4-2 {
      margin-top: -150px;
   }
}
.sec-4-text {
   max-width: 600px;
}
@media(min-width: 1024px) {
   .sec-4-text {
      border-left: 50px solid transparent;
   }
   .point strong span {
     display: block;
   }
}
.sec-4-text li {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 900;
   font-size: 28px;
   line-height: 50px;
}
.sec-4-text p {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 36px;
}
.four-text {
   max-width: 96%;
}
.four-text p {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 36px;
   color: rgba(255, 255, 255, 0.7);
}
.four-text li {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 400;
   font-size: 20px;
   line-height: 36px;
   color: rgba(255, 255, 255, 0.7);
   margin: 7px 0;
}
#four-h img {
   max-width: 80%;
}


.popup-bg {
   position: fixed;
   left: 0;
   bottom: -150px;
   width: 100vw;
   height: 100px;
   background: rgba(34, 34, 34, 0.8);
   z-index: 9;
   transition: 0.54s;
}
.popup {
   position: fixed;
   left: calc(50vw - 175px);
   bottom: -150px;
   margin-top: calc(50vh - 150px);
   z-index: 10;
   width: 350px;
   height: 100px;
   transition: 1.54s;
   justify-content: space-between;
}
.popup a {
   margin: 5px;
}
.popup.app-btns {
   padding: 0;
}
#close {
   position: absolute;
   right: 10px;
   bottom: 70px;
   color: #fff;
   transform: rotate(45deg);
   font-size: 24px;
   cursor: pointer;
   transition: 0.54s;
   z-index: 11;
}
#close:hover {
   transform: scale(1.1)rotate(45deg);
}
#promo .container {
   padding: 50px 15px;
}
#promo ol {
   padding-left: 10px;
   padding-top: 20px;
}
#promo ol li {
   font-weight: 100;
}
#promo .red-btn {
   max-width: 326px;
   margin: 30px auto;
}
@media(max-width: 767px){
   #close {
      bottom: 85px;
      box-shadow: 0px 0px 1px #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background: #000;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 2px;
   }
   #promo .red-btn {
      max-width: 310px;
   }
   #promo .red-btn span {
      font-size: 17px;
   }
}
.text-promo {
   max-width: 630px;
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 600;
   font-size: 20px;
   line-height: 36px;
   color: rgba(255, 255, 255, 0.7);
}
#discover {
   min-height: auto;
   position: relative;
}
#discover .drill {
   left: 0;
   bottom: 250px;
}
#discover .red-btn span img {
   padding-left: 15px;
}
.p-50 {
   padding: 50px 0;
}
@media(min-width: 1024px) and (max-width: 1601px){
   #four-h {
      margin-top: 150px;
   }
   .left-img img {
      margin-left: -10vw;
   }
}
@media (min-width: 1024px) {
   .img-left-fix {
      margin-left: -100px;
   }
   .img-right-fix {
      margin-right: -100px;
   }
}

@media (max-width: 1023px) {
   body {
      max-width: 100vw;
      overflow-x: hidden;
   }
   main {
      width: 100vw;
      overflow-x: hidden;
      display: block;
      position: relative;
   }
   section {
      position: relative;
   }
   .mhide {
      display: none !important;
   }
   .dhide {
      display: block;
   }
   .left-img img {
      margin-left: 0;
   }
   img.dhide {
      max-width: 100%;
   }
   #first-images img {
      margin-left: -125px;
   }
   header {
      display: flex;
      justify-content: center;
   }
   header nav, #home .app-btns {
      display: none;
   }
   h1 {
      font-size: 46px;
      text-align: center;
      margin: 30px 0;
   }
   .roundbg {
      left: -50vw !important;
      right: -50vw !important;
      top: -80vw !important;
      width: 200vw !important;
      height: 200vw !important;
      position: fixed !important;
      z-index: 0 !important;
   }
   #home .detaltext {
      text-align: center;
      margin: 20px auto 40px;
   }
   .red-btn {
      margin: 20px auto;
      font-size: 17px;
   }
   #home .red-btn {
      width: 270px;
   }
   .drill {
      top: 0;
      height: 35vw;
      width: 110vw;
      left: 0;
   }
   h2 {
      font-size: 36px;
      text-transform: none;
      padding: 0 10px;
   }
   .about .row {
      /*flex-direction: column-reverse;*/
   }
   .point {
      text-align: center;
   }
   .point img {
      width: auto;
      display: block;
   }
   .point strong {
      display: inline;
      font-size: 24px;
      position: relative;
      margin-left: 10px;
      top: 5px;
   }
   .point p {
      font-weight: 100;
      text-align: left;
      margin: 0px 45px 10px;
      width: calc(100% - 80px);
      font-size: 18px;
   }
   #about-images img {
      margin: 0;
   }
   .app-btns a img {
      max-width: 100%;
   }
   #events .detaltext {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      text-align: left;
      max-width: 95%;
      margin-top: 180px;
   }
   #events h3 {
      margin-top: 120px;
   }
   h3 {
      font-style: normal;
      font-weight: 800;
      font-size: 24px;
      line-height: 30px;
      letter-spacing: -0.02em;
      margin-top: 0;
   }
   .glass-blur {
      width: 70px;
      height: 70px;
   }
   .pasta-ico {
      width: 80px;
      height: 80px;
   }
   .revert {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
   }
   .sec-4-text ul {
      margin: 0;
   }
   .sec-4-text li {
      font-size: 24px;
      line-height: 40px;
   }
   .sec-4-text p, .four-text p {
      margin-top: 30px;
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      opacity: 0.7;
   }
   .left-line, .center-line, .right-line {
      display: none;
   }
   #vertical-sc, #four-h {
      display: none !important;
   }
   #sec-4-2 {
      margin-top: 0;
   }
   .mob-lines img {
      width: 92vw !important;
      margin: 10px 0;
      display: block;
      z-index: 2;
      position: relative;
   }
   .mob-lines .no-calendar {
      width: 70%;
      margin-left: 30% !important;
      position: relative;
   }
   .mob-calendar {
      height: 70vh;
      width: auto !important;
      max-width: 1000px;
      margin: 10px 0;
      display: block;
      z-index: 2;
      position: relative;
      max-width: 100vw !important;
   }
   .left-mob-line {
      position: absolute;
      margin-top: 0vw;
      height: 4px;
      width: 85vw;
      left: 15vw;
      background: linear-gradient(90deg, #492FE7 13.14%, rgba(247, 21, 237, 0.92) 77.64%);
   }
   .center-mob-line {
      position: absolute;
      margin-top: 0vw;
      height: 100vw;
      width: 4px;
      left: calc(15vw + 0px);
      background: linear-gradient(0deg, rgba(247, 21, 237, 0.92) 13.14%, #492FE7 77.64%);
   }
   .right-mob-line {
      position: absolute;
      margin-top: 100vw;
      left: 15vw;
      width: 85vw;
      height: 4px;
      background: linear-gradient(90deg, rgba(247, 21, 237, 0.92) 13.14%, #492FE7 77.64%);
   }
   .lines-mobs {
      z-index: 1;
      margin-top: -25vh;
      margin-bottom: 15vh;
   }
   .stars {
      width: 80%;
      margin: 10px 10% 0px;
   }
   .stars img {
      width: 14%;
      margin: 2%;
   }
   .mobpromo  {
      margin: 30px 0;
      height: 308vw;
      background-image: url('images/big-promo.webp');
      background-position: right;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between;
   }
   .mob-lines {
      width: 90vw;
      margin-left: 10vw !important;
      margin: 30px 0;
      height: 366vw;
      background-image: url('images/how-works.webp');
      background-position: right;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center;
   }
   .mobpromo img {
      max-width: 100%;
   }
   .promo-photo {
      width: 60vw;
      display: block;
   }
   #discover {
      padding-bottom: 50px;
   }
}
.steps-class {
   margin-left: 15px;
   margin-top: 30px !important;
}
#guarda {
   background-image: url(images/bgclouds.webp);
   background-repeat: no-repeat;
   background-position: 50% 0;
   margin-top: 85px;
}
#guarda h2 {
   margin-top: 190px;
}
.guardaimgs img {
   margin: 0 auto;
   display: block;
   max-height: 100vh !important;
}
.guardaimgs .mhide:nth-child(1) img {
   margin-top: 300px;
}
.guardaimgs .mhide:nth-child(2) img {
   margin-top: -150px;
}
.price {
   width: 96%;
   max-width: 861px;
   top: 4328px;
   background: #F3F3F3;
   box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
   border-radius: 25px;
   display: block;
   margin: 20px auto;
}
.price h5 {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 500;
   font-size: 26px;
   line-height: 36px;
   text-align: center;
   letter-spacing: 0.02em;
   text-transform: uppercase;
   color: #000000;
   padding: 50px 10px 20px;
}
.price h5 b {
   font-weight: 300;
   font-family: 'Outfit-SemiBold';
}
.price h5 span {
   font-weight: 300;
   font-family: 'Outfit-SemiBold';
   color: #BE1622;
}
.priceblock {
   width: 96%;
   margin: 10px auto;
   max-width: 480px;
   display: flex;
   align-items: center;
   text-align: center;
   font-family: 'Outfit';
}
.oldprice {
   width: 45%;
   text-transform: uppercase;
}
.oldprice s {
   font-size: 36px;
   font-weight: 300;
}
.oldprice p {
   font-size: 16px;
   font-weight: 300;
   color: #BE1622;
}
.actualprice {
   width: 55%;
   background: #BE1622;
   border-radius: 15px;
   color: #fff;
}
.actualprice p.mainprice {
   font-family: 'Outfit-SemiBold';
   font-size: 46px;
   font-weight: 700;
   margin-bottom: -5px;
   text-transform: none;
}
.actualprice p.mainprice span {
   font-size: 22px;
}
.actualprice p {
   text-transform: uppercase;
}
.benefici {
   padding: 40px 80px 60px;
}
.benefici p {
   font-family: 'Outfit';
   font-style: normal;
   font-weight: 400;
   font-size: 30px;
   line-height: 90px;
   color: #000000;
   display: flex;
   justify-content: space-between;
   border-bottom: 1px solid lightgray;
   margin-top: -15px;
}
.benefici p:last-child {
   border-bottom: none;
}
#contattaci {
   background-image: url(images/graybg.svg);
   background-repeat: no-repeat;
   background-position: 50% 0;
   margin-top: 85px;
   min-height: 100vh;
}
#contattaci h2 {
   margin-top: 100px;
}
#contattaci form {
   width: 96%;
   max-width: 740px;
   margin: 20px auto;
}
#contattaci input {
   background: rgba(255, 255, 255, 0.7);
}
#contattaci input,
#contattaci select {
   width: 100%;
   border-radius: 15px;
   margin: 10px 0;
	 font-size: 24px;	
   padding: 17px 34px 15px;
   border: none;
}
@media(max-width: 767px){
	#contattaci input,
	#contattaci select {
		font-size: 14px;
	}
}
#contattaci label {
   text-align: center;
   display: block;
   margin-bottom: 0px;
}
#contattaci .styled-select {
   margin-bottom: 10px;
}
#contattaci .lastlabel {
   margin: 40px auto;
}
#contattaci input[type="checkbox"] {
   width: 17px;
   height: 17px;
   position: relative;
   bottom: -2px;
}
#contattaci label a {
   color: #BE1622;
}
#contattaci label a:hover {
   color: #BE1622;
   text-decoration: underline;
}
#contattaci form p {
   text-align: center;
   margin: 40px auto;
}

.styled-select {
  width: 100%;
  height: 68px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  background: url(images/arr-down.svg) no-repeat calc(100% - 30px) rgba(255, 255, 255, 0.7);
  display: inline-block;
  position: relative;
  border-radius: 15px;
  margin-top: 10px;
  background-size: 15px;
}

.styled-select select {
  background: transparent;
  -webkit-appearance: none;
  width: 100%;
  font-size: 11px;
  border: 0;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important;
}

.place_holder {
    font-family: 'Outfit';
    z-index: 100;
    cursor: text;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
    display: none;
    color: #aaa;
    font-size: 24px;
    text-align: left;
    padding: 17px 30px;
}
.placeinput input:invalid + .place_holder {
     display: inline;
}
input:active, input:visited, input:focus,
select:active, select:visited, select:focus {
   outline: none;
}

.placeinput {
    position: relative;
    overflow: hidden;
}
.place_holder span {
    color: #BE1622;
}
#contattaci form {
   padding-bottom: 120px;
}
button.red-btn {
   align-items: center;
   border: none;
   margin: 10px auto;
}
footer {
   padding: 50px 0 0;
   background: #757575;
}
footer>.container {
   padding-bottom: 50px;
}
footer * {
   color: #fff;
}
footer a:hover {
   color: #BE1622;
}
footer .subfooter {
   background: rgba(0, 0, 0, 0.05);
   padding: 26px 0;
}
footer img {
   margin: 5px;
   transition: 0.54s;
}
footer a:hover img {
   filter: invert(1);
}
footer .foo-logo {
   text-align: center;
}
footer .right a {
   display: block;
   text-align: right;
}
footer .subfooter .col-md-5 {
   text-align: right;
}

@media(max-width: 1023px){
   .benefici p {
      font-size: 20px;
      line-height: 1.3 !important;
      padding: 10px 0;
   }
}
@media(max-width: 600px){
   .logo img {
      width: 33.3vw;
   }
   #about-img {
       max-width: 100%;
       max-height: 100%;
       width: 100vw;
       max-width: 100vw;
       margin-left: 60px;
   }
   .guardaimgs img {
      width: 100%;
   }
   .benefici {
       padding: 10px 10px 20px;
   }
   .benefici p {
      font-size: 20px;
      line-height: 1.3 !important;
      max-width: 80vw;
      padding: 15px 0;
   }
   .benefici img {
      width: 24px;
   }
   .price {
      width: calc(100% + 30px);
      margin: 20px -15px;
      padding: 0 20px;
   }
   .actualprice {
      position: relative;
      top: -5px;
   }
   p.subtext {
      font-size: 20px;
      line-height: 36px;
      padding: 10px 20px 30px;
   }
   footer, footer .right a, footer .subfooter .col-md-5 {
      text-align: center;
   }
   footer .right a {
      padding: 10px 0;
   }
   footer .foo-logo {
      margin: 30px 0;
   }

}
.grecaptcha-badge {
   left: 300vw;
}
/*#contattaci .radiocheck label {
   width: 100px;
   float: left;
   text-align: center;
   display: flex;
   justify-content: center;
}
#contattaci .radiocheck {
   text-align: center;
   padding-top: 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
}
#contattaci .radiocheck h4 {
   width: 100%;
}
#contattaci .radiocheck label span,
#contattaci .radiocheck label input {
   display: block;
   width: 30px;
}
*/
.form_toggle {
   display: inline-block;
   overflow: hidden;
}
.form_toggle-item {
   float: left;
   display: inline-block;
}
.form_toggle-item input[type=radio] {
   display: none;
}
.form_toggle-item label {
   display: inline-block;
   padding: 0px 15px;   
   line-height: 34px;    
   border: 1px solid #999;
   border-right: none;
   cursor: pointer;
   user-select: none;   
}
 
.form_toggle .item-1 label {
   border-radius: 6px 0 0 6px;
   width: 80px;
   transition: 0.54s;
}
.form_toggle .item-2 label {
   border-radius: 0 6px 6px 0;
   border-right: 1px solid #999;
   width: 80px;
   transition: 0.54s;
}
/* Checked */
.form_toggle .item-1 input[type=radio]:checked + label {
   background: #222;
   color: #fff;
}
.form_toggle .item-2 input[type=radio]:checked + label {
   background: #BE1622;
   color: #fff;
}
.form_toggle h4 {
   display: inline-block;
   width: 120px;
}
.checks {
   padding: 10px 0;
   text-align: center;
}
.checks h4 {
   display: inline;
   position: relative;
   bottom: 10px;
   margin-right: 20px;
}
img {
   transition: 0.54s;
}
@media(min-width: 1024px){
   .checks{
      padding: 25px 0 20px;
   }
}
.big-mgs-0 {
   margin-left: 0;
   margin-right: 0;
}
#ajaxFormResult {
   display: none;
}
#ajaxFormResult p {
   font-size: 28px;
   color: #BE1622;
}
.mbg {
   position: fixed;
   left: -100vw;
   top: 0;
   width: 100vw;
   height: 100vh;
   background: rgba(0,0,0,0.2);
   transition: 0.54s;
   z-index: 9999;
}
.thanks {
   position: fixed;
   left: 100vw;
   top: calc(50vh - 25px);
   margin-left: calc(50vw - 160px);
   width: 320px;
   height: 50px;
   transition: 0.54s;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 10000;
}
.thanks p {
   width: 100%;
   text-align: center;
   color: #BE1622;
}
header {
   transition: 0.54s;
}
.fix-header {
   position: fixed;
   background: rgba(255,255,255,0.95);
   padding: 0px 2vw;
   z-index: 9;
}
.fix-header .logo img {
   width: 100px;
}
header.fix-header .red-btn  { 
   padding: 15px;
   margin: 10px;
}