@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
button , input ,  select , textarea  {
  outline: none !important;
  box-shadow: none !important;
  border: 0 ; 
}


a {
  text-decoration: none;
}

.btn:focus {
  box-shadow: none !important;
}

.header-navbar {
  display: flex;
  align-items: center;
}
.header-navbar .header-navbar-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.header-navbar .header-navbar-logo img {
  width: 180px;
  height: 70px;
}
.header-navbar .header-navbar-logo a {
  width: auto;
}
.header-navbar .header-navbar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-navbar .header-navbar-menu ul li {
  margin-right: 10px;
}
.header-navbar .header-navbar-menu ul li i {
  font-size: 13px;
}
.header-navbar .header-navbar-menu ul li:last-child {
  margin-right: 0;
}
.header-navbar .header-navbar-menu ul a {
  opacity: 0.75;
  color: #121212;
  font-size: 14px;
  overflow: hidden;
  font-weight: 600;
  padding: 1px 0 0;
  line-height: 93px;
  position: relative;
  text-transform: uppercase;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}
.header-navbar .header-navbar-menu ul a:hover {
  opacity: 1;
  background-color: transparent;
  color: #c30e2e;
}

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

body {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
#home-top .container-fluid {
  padding-right: var(--bs-gutter-x, 0.1rem);
  padding-left: var(--bs-gutter-x, 0.1rem);
}
#home-top .row {
  --bs-gutter-x: 0.1rem;
}
#home-top .image-blok {
  padding: 1px;
}
#home-top .image-blok .image-blok-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#home-top .image-blok .image-blok-container img {
  width: 100%;
  height: 100%;
}
#home-top .image-blok .wrapper {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  text-align: left;
}
#home-top .image-blok .wrapper img {
  display: block;
  width: 100%;
  max-width: 220px;
}
#home-top .image-blok .wrapper p {
  color: #fff;
  margin: 15px 0px 20px 0px;
  display: block;
  width: 100%;
  max-width: 420px;
  text-align: left;
  font-size: 14px;
  text-shadow: 2px 4px 5px rgba(4, 10, 32, 0.5);
}
#home-top .image-blok .wrapper span {
  display: inline-block;
  text-align: left;
  background: #c30e2e !important;
  width: auto;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding: 10px 10px;
}
#home-top .image-blok .ribbon-block-style-1 {
  bottom: 15px;
  left: 15px;
  width: auto;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  border-radius: 0px;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
}
#home-top .image-blok .content-block-container a.main-link {
  background: #fff !important;
  text-decoration: none !important;
}
#home-top .image-blok .ribbon-block {
  z-index: 30;
  line-height: 1;
  text-align: center;
  position: absolute;
}
#home-top .image-blok .main-background-color {
  background-color: #c30e2e !important;
}
#home-top .image-blok .main-link {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
#home-top .image-blok p.overSlider {
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  color: white;
  text-align: right;
  font-family: "Roboto", sans-serif;
}
#home-top .image-blok p.overSlider strong {
  font-weight: 700;
}
#home-top .main-top-little-blok {
  position: relative;
  padding: 1px;
}
#home-top .main-top-little-blok img {
  width: 100%;
}
#home-top .main-top-little-blok .main-top-little-blok-image {
  width: 100%;
  height: 100%;
  position: relative;
}
#home-top .main-top-little-blok .main-top-little-blok-buttom {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #c30e2e;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 550;
  font-family: "Roboto", sans-serif;
}
#home-top .main-top-little-blok .main-top-little-blok-buttom a {
  text-decoration: none;
  color: white;
}

#white-section {
  padding: 50px 0 20px !important;
}
#white-section h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
}
#white-section p {
  font-size: 17px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
}
#white-section .section-left {
  margin-left: 16.66666667%;
}

@media only screen and (max-width: 600px) {
  #white-section h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.5rem;
  }
  #white-section p {
    font-size: 16px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Roboto", sans-serif;
  }
  #white-section .section-left {
    margin-left: 0;
  }
}
#fitness-grey-section {
  background-color: #f7f7f7;
}
#fitness-grey-section .fitness-grey-img img {
  width: 100%;
}
#fitness-grey-section h2 {
  padding: 50px 0 0 0;
  font-weight: 700;
  line-height: 1.2;
}
#fitness-grey-section p {
  padding: 20px 0 50px 0;
}
#fitness-grey-section .fitness-grey-button {
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
}
#fitness-grey-section .fitness-grey-button:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}
#fitness-grey-section .fitness-line {
  width: 40px;
  height: 3px;
  display: block;
  margin: 20px 0 10px;
  background-color: #121212;
}

@media only screen and (max-width: 480px) {
  #fitness-grey-section {
    background-color: white;
  }
  #fitness-grey-section .fitness-grey-button {
    margin: 30px 10px 60px 0;
  }
  #fitness-grey-section h2 {
    font-size: 21px;
  }
  #fitness-grey-section .fitness-grey-button {
    display: block;
    width: 100%;
    text-align: center;
  }
  #fitness-grey-section p {
    padding: 0;
  }
  .a {
    order: 2;
  }
  .b {
    order: 1;
  }
}
#maschines p {
  width: 75%;
  text-align: start;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300;
  margin-bottom: 2rem;
}
#maschines .maschines-img {
  width: 100%;
}
#maschines .maschines-line {
  width: 40px;
  height: 3px;
  display: block;
  margin: 25px 0 25px 0;
  background-color: #121212;
}
#maschines h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  padding-top: 70px;
}
#maschines .meschines-btn {
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none !important;
  font-family: "Roboto", sans-serif;
}
#maschines .meschines-btn:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 480px) {
  #maschines .meschines-btn {
    margin: 30px 10px 60px 0;
  }
  #maschines p {
    font-size: 16px;
    width: 100%;
  }
  #maschines .meschines-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
  #maschines h2 {
    font-size: 21px;
  }
}
#home-fitness {
  background-color: #f7f7f7;
}
#home-fitness p {
  font-family: "Roboto", sans-serif;
  padding-bottom: 40px;
}
#home-fitness h2 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 50px;
}
#home-fitness .container-fluid {
  padding-right: var(--bs-gutter-x, 0rem);
  padding-left: var(--bs-gutter-x, 0rem);
}
#home-fitness .container-fluid .row {
  --bs-gutter-x: 0rem;
}
#home-fitness .home-fitness-btn {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  text-decoration: none !important;
}
#home-fitness .home-fitness-btn:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}
#home-fitness .home-fitness-line {
  width: 40px;
  height: 3px;
  display: block;
  margin: 25px 0 25px 0;
  background-color: #121212;
}
#home-fitness .home-fitness-text {
  padding-left: 20%;
}

@media only screen and (max-width: 480px) {
  #home-fitness {
    background-color: white;
  }
  #home-fitness .container-fluid {
    padding-right: var(--bs-gutter-x, 0.5rem);
    padding-left: var(--bs-gutter-x, 0.5rem);
  }
  #home-fitness .home-fitness-btn {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  #home-fitness p {
    font-size: 16px;
    padding-bottom: 0;
  }
  #home-fitness h2 {
    font-weight: 700;
    line-height: 1.2;
    -webkit-font-smoothing: auto;
    font-size: 21px;
  }
  #home-fitness .home-fitness-text {
    padding-left: 0%;
  }
}
#stay-up-to-date {
  background-color: #c30e2e;
  color: white;
  padding: 50px 0 30px;
}
#stay-up-to-date h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}
#stay-up-to-date label {
  padding-top: 0;
  font-size: 14px;
  line-height: 14px;
}
#stay-up-to-date input .form-control {
  border: 0;
  z-index: 2;
  height: 44px;
  color: #121212;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  line-height: 24px;
  position: relative;
  background-color: transparent;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
  backface-visibility: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #515151;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.login-form .form-group {
  width: 100%;
  display: block;
  line-height: 0;
  position: relative;
  /* margin: 0 auto 30px; */
  backface-visibility: hidden;
}

.regsiterforms {
  margin: 0 auto 30px;
}


.login-form .form-group input {
  border: 0;
  z-index: 2;
  height: 40px;
  color: white;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  line-height: 24px;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  appearance: none;
  outline: none;
  backface-visibility: hidden;
}
.login-form .form-group label {
  padding-top: 0;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 40px;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  cursor: text;
  display: block;
  color: #515151;
  margin: 0 auto;
  font-weight: 400;
  text-align: left;
  position: absolute;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.login-form .form-group label::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #dddddd;
}
.login-form .form-group label::after {
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #c30e2e;
  transition: all 0.3s ease-in-out;
}
.login-form .form-group .active::after {
  width: 100%;
  left: 0;
}

.home-subscribe {
  color: #121212 !important;
  background-color: #ffffff !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 50px;
  border-radius: 2px;
  text-transform: uppercase;
}

.stay-uo-title-block {
  width: 80%;
}
.stay-uo-title-block > h2  {
  text-transform: uppercase;
}

.form-block-container {
  display: flex;
}
.form-block-container form {
  padding: 0 80px 0 0;
}

@media only screen and (max-width: 480px) {
  #stay-up-to-date {
    padding: 10px 0 30px;
  }
  #stay-up-to-date .home-subscribe {
    margin-top: 30px;
    display: block;
    width: 100%;
  }
  #stay-up-to-date .form-block-container {
    margin: 30px 0 0 0;
    display: block;
  }
}
#footer-main {
  background-color: #121212;
}
#footer-main .widget-block-content-text p {
  cursor: default;
}
#footer-main .widget-block-header h4 {
  cursor: default;
}
#footer-main .widget-block-content a {
  font-weight: 500;
}
#footer-main .widget-block-content a:hover {
  transition: all 0.3s ease-in-out;
  color: #c30e2e;
}
#footer-main .widget-block-img img {
  max-height: 35px;
}
#footer-main .widget-block-one {
  width: 80%;
}
#footer-main p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  text-align: start;
  cursor: default;
}
#footer-main h4 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  cursor: default;
}
#footer-main a {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#footer-main ul {
  padding-left: 0rem;
}
#footer-main ul li {
  list-style: none;
}
#footer-main .widget-block-header {
  margin-top: 4rem;
  margin-bottom: 1rem;
}
#footer-main .widget-block-content {
  margin-bottom: 4rem;
  width: 80%;
}

@media only screen and (max-width: 480px) {
  .widget-block-content {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  #footer-main p {
    text-align: center;
  }
  #footer-main h4 {
    text-align: center;
  }
  #footer-main ul {
    text-align: center;
  }
  #footer-main .widget-block-header {
    margin-top: 2rem;
  }
  #footer-main .widget-block-content {
    margin-bottom: 2rem;
  }
  #footer-main .widget-block-img {
    text-align: center;
  }
}
#follow-us h6 {
  display: block;
  color: #c30e2e;
  font-weight: 900;
  margin: 20px auto 0px auto;
  text-align: center;
  margin-top: 2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
  cursor: default;
}
#follow-us .facebook a,
#follow-us .instagram a,
#follow-us .youtube a,
#follow-us .tiktok a,
#follow-us .linkedin a {
  display: block;
  width: 50px;
  height: 50px;
  background: #3b5998;
  color: #515151;
  text-align: center;
  border-radius: 50%;
  outline: none !important;
  cursor: pointer;
}
#follow-us .facebook a:hover,
#follow-us .instagram a:hover,
#follow-us .youtube a:hover,
#follow-us .tiktok a:hover,
#follow-us .linkedin a:hover {
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  color: #ffffff;
  box-shadow: #000000 0px 0px 0px 1px;
}
#follow-us .facebook a:hover svg,
#follow-us .instagram a:hover svg,
#follow-us .youtube a:hover svg,
#follow-us .tiktok a:hover svg,
#follow-us .linkedin a:hover svg {
  fill: #000000;
}
#follow-us .instagram a {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
#follow-us .youtube a {
  background: #ff0100;
}
#follow-us .tiktok a {
  background: #000000;
}
#follow-us .linkedin a {
  background: #2867b2;
}
#follow-us svg {
  height: 25px;
  width: 25px;
  width: auto;
  margin: 12px auto;
  height: 26px;
  fill: rgb(255, 255, 255);
}
#follow-us ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#follow-us ul li {
  list-style: none;
  margin-bottom: 2rem;
}

#copyright-section .copyright p {
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#copyright-section .copyright a {
  text-decoration: none;
  color: #c30e2e;
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#copyright-section .copyright a:hover {
  transition: all 0.5s ease-in-out;
  color: #000000;
}

@media only screen and (max-width: 767px) {
  #footer-main .widget-block-one {
    width: 100%;
  }
  #footer-main .widget-block-img img {
    max-height: 22px;
  }
}
.about-us-header-grey {
  background-color: #505050;
}
.about-us-header-grey ul {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.about-us-header-grey ul li {
  list-style: none;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.about-us-header-grey ul li a {
  color: white;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  opacity: 0.75;
  text-transform: capitalize;
}
.about-us-header-grey ul li h6 a {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  .about-us-header-grey {
    display: none;
  }
}
.header-grey {
  background-color: #505050;
}
.header-grey .header-grey-ul {
  display: flex;
  justify-content: start;
  text-align: center;
}
.header-grey .header-grey-ul li {
  list-style: none;
}
.header-grey .header-grey-ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

#numeri {
  padding: 50px 0 30px 0;
}
#numeri .numeri-content {
  width: 80%;
  margin: auto;
}
#numeri h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#numeri small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 65%;
}
#numeri p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-font-smoothing: none;
}

@media only screen and (max-width: 767px) {
  #numeri .numeri-content {
    width: 100% !important;
    margin: auto;
  }
  #numeri h1 {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-font-smoothing: auto;
  }
  #numeri p {
    font-size: 15px;
  }
  #numeri h1 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #numeri .numeri-content {
    width: 100% !important;
    margin: auto;
  }
}
#decades-of-history {
  background-color: #f7f7f7;
}
#decades-of-history .decades-of-history-text {
  width: 70%;
  margin: auto;
}
#decades-of-history h2 {
  padding: 50px 0 0 0;
  color: #121212;
  letter-spacing: 0;
  margin: 0 auto 10px;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.2;
}
#decades-of-history a {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  text-decoration: none !important;
}
#decades-of-history a:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}
#decades-of-history p {
  margin-top: 1rem;
  margin-bottom: 3rem;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  #decades-of-history {
    background-color: #f7f7f7;
  }
  #decades-of-history h2 {
    font-size: 21px !important;
  }
  #decades-of-history .decades-of-history-text {
    width: 100%;
  }
  #decades-of-history a {
    display: block;
    width: 100%;
    text-align: center;
  }
  #decades-of-history iframe {
    width: 100%;
    height: 100%;
  }
  #decades-of-history .q {
    order: 2;
  }
  #decades-of-history .w {
    order: 1;
  }
}
@media only screen and (max-width: 1200px) {
  #decades-of-history iframe {
    width: 100%;
    height: 100%;
  }
}
#numbers .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 30px 0;
}

#design {
  background-color: #f7f7f7;
}
#design .made-in-italy-img {
  width: 100%;
  height: 100%;
}
#design .made-in-italy-img img {
  width: 100%;
  height: 100%;
}
#design .made-in-italy-padding {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5§);
}
#design h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#design .r {
  margin-top: 20px;
  display: flex;
}
#design .made-in-italy-content {
  padding: 90px 0px 0 45px;
  width: 90%;
}
#design .made-in-italy-content p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  #design .made-in-italy-content {
    width: 100%;
  }
  #design .made-in-italy-content p {
    font-size: 15px !important;
  }
  #design h2 {
    margin-top: 50px;
    font-size: 21px;
  }
  #design .made-in-italy-padding {
    padding-right: calc(var(--bs-gutter-x) * 0);
    padding-left: calc(var(--bs-gutter-x) * 0§);
  }
}
#material .material-content {
  width: 80%;
  margin: auto;
  padding: 0px 0 0 50px;
}
#material .material-content h2 {
  margin-top: 70px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#material .material-img img {
  width: 100%;
  height: 330px;
}

@media only screen and (max-width: 767px) {
  #material .q {
    order: 2;
  }
  #material .w {
    order: 1;
  }
  #material .material-content {
    width: 100% !important;
  }
  #material .material-content h2 {
    font-size: 21px;
    margin-top: 30px;
  }
}
#technology .technoligia-content {
  width: 80%;
  margin: auto;
}
#technology h2 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#technology p {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #technology .technoligia-content {
    width: 100% !important;
  }
  #technology h2 {
    font-size: 21px;
  }
}
#certification {
  background-color: #f7f7f7;
}
#certification .certification-content-img {
  width: 100%;
  height: 100%;
}
#certification .certification-content-img img {
  width: 100%;
  height: 100%;
}
#certification .certification-content {
  width: 70%;
  margin: auto;
}
#certification .certification-content h2 {
  margin-top: 60px !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#certification .certification-content a {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 30px 0 !important;
  outline: none !important;
}
#certification .certification-content a:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}
#certification .certification-content p {
  margin-bottom: 60px;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 767px) {
  #certification .certification-content {
    width: 100%;
  }
  #certification a {
    display: block;
    width: 100%;
    text-align: center;
  }
  #certification .q {
    order: 2;
  }
  #certification .w {
    order: 1;
  }
  #certification h2 {
    font-size: 21px !important;
  }
  #certification p {
    -webkit-font-smoothing: antialiased;
  }
}
#subscribe {
  background-color: #c30e2e;
}
#subscribe .subscribe-content {
  padding: 60px 0 60px 0px;
  width: 70%;
}
#subscribe .subscribe-centre {
  display: flex;
  justify-content: center;
}
#subscribe h2 {
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  color: #fff;
}
#subscribe p {
  color: #fff;
  margin-bottom: 40px;
}
#subscribe a {
  text-decoration: none;
  background-color: #1d1d1b !important;
  color: #fff !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
}

@media only screen and (max-width: 767px) {
  #subscribe .subscribe-content {
    padding: 30px 0 30px 0px;
    width: 100%;
  }
  #subscribe p {
    font-size: 15px;
  }
  #subscribe h2 {
    font-size: 21px;
  }
  #subscribe a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  #subscribe .subscribe-content {
    padding: 30px 0 30px 0px;
    width: 100%;
  }
}
.col-md-6 {
  padding-right: calc(var(--bs-gutter-x) * 0) !important;
  padding-left: calc(var(--bs-gutter-x) * 0) !important;
}

.line-separator {
  width: 40px;
  height: 3px;
  display: block;
  margin: 20px 0 20px;
  background-color: #121212;
}

.row {
  --bs-gutter-x: 0rem !important;
  --bs-gutter-y: 0;
}

p::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {
  background-color: #0b0b0b;
  color: #fff;
}

#intro .intro-content {
  padding: 40px 0;
  width: 80%;
  margin: auto;
}
#intro .intro-content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
}
#intro .intro-content p {
  font-size: 21px;
  font-weight: 200;
  line-height: 1.5;
  -webkit-font-smoothing: auto;
  cursor: default;
}

#machines p,
#progettazione p,
#assistance p,
#usato p,
#financing p {
  cursor: default;
  font-size: 18px;
  color: #515151;
}
#machines img,
#progettazione img,
#assistance img,
#usato img,
#financing img {
  width: 100%;
}
#machines h2,
#progettazione h2,
#assistance h2,
#usato h2,
#financing h2 {
  cursor: default;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
#machines .machines-content,
#machines .progettazione-content,
#machines .assistance-content,
#machines .usato-content,
#machines .financing-content,
#progettazione .machines-content,
#progettazione .progettazione-content,
#progettazione .assistance-content,
#progettazione .usato-content,
#progettazione .financing-content,
#assistance .machines-content,
#assistance .progettazione-content,
#assistance .assistance-content,
#assistance .usato-content,
#assistance .financing-content,
#usato .machines-content,
#usato .progettazione-content,
#usato .assistance-content,
#usato .usato-content,
#usato .financing-content,
#financing .machines-content,
#financing .progettazione-content,
#financing .assistance-content,
#financing .usato-content,
#financing .financing-content {
  padding: 4rem 0 0 0;
  width: 80%;
  margin: auto;
}
#machines a,
#progettazione a,
#assistance a,
#usato a,
#financing a {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
}
#machines a:hover,
#progettazione a:hover,
#assistance a:hover,
#usato a:hover,
#financing a:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}
#machines p:nth-of-type(2),
#progettazione p:nth-of-type(2),
#assistance p:nth-of-type(2),
#usato p:nth-of-type(2),
#financing p:nth-of-type(2) {
  margin-top: 40px;
}

.assistance-img img,
.financing-img img {
  width: 100%;
  min-height: 100%;
}

.container-fluid {
  padding-right: var(--bs-gutter-x, 0rem) !important;
  padding-left: var(--bs-gutter-x, 0rem) !important;
}

.grey-background {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 484px) {
  #intro .intro-content {
    width: 100%;
  }
  #intro p {
    font-size: 16px !important;
  }
  #intro h1 {
    font-size: 23px !important;
  }
}
@media only screen and (max-width: 484px) {
  #machines .machines-content,
#machines .progettazione-content,
#machines .assistance-content,
#machines .usato-content,
#machines .financing-content,
#progettazione .machines-content,
#progettazione .progettazione-content,
#progettazione .assistance-content,
#progettazione .usato-content,
#progettazione .financing-content,
#assistance .machines-content,
#assistance .progettazione-content,
#assistance .assistance-content,
#assistance .usato-content,
#assistance .financing-content,
#usato .machines-content,
#usato .progettazione-content,
#usato .assistance-content,
#usato .usato-content,
#usato .financing-content,
#financing .machines-content,
#financing .progettazione-content,
#financing .assistance-content,
#financing .usato-content,
#financing .financing-content {
    width: 100%;
  }
  a {
    display: block;
    width: 100%;
    text-align: center;
  }
  p {
    font-size: 16px;
  }
  h2 {
    padding-top: 50px;
    font-size: 21px !important;
  }
  .order1 {
    order: 2;
  }
  .order2 {
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 0 10px !important;
  }
}
#equiipment-for-real .equiipment-for-real-content {
  padding: 30px 0;
  width: 90%;
  margin: 0 auto;
}
#equiipment-for-real .equiipment-for-real-content h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  cursor: default;
}
#equiipment-for-real .equiipment-for-real-content p {
  width: 85%;
  font-weight: 300;
  line-height: 1.4;
  font-size: 21px;
  cursor: default;
  color: #515151;
}
#equiipment-for-real .equiipment-for-real-content strong {
  font-weight: 700;
  cursor: default;
}

@media only screen and (max-width: 1200px) {
  #equiipment-for-real .equiipment-for-real-content {
    width: 100%;
  }
  #equiipment-for-real .equiipment-for-real-content h1 {
    font-size: 36px;
  }
  #equiipment-for-real .equiipment-for-real-content p {
    width: 100%;
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #equiipment-for-real .equiipment-for-real-content {
    width: 100%;
  }
  #equiipment-for-real .equiipment-for-real-content h1 {
    font-size: 23px;
  }
  #equiipment-for-real .equiipment-for-real-content p {
    width: 100%;
    font-size: 16px;
  }
}
#cardio-color-text h2 {
  color: #c30e2e;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  cursor: default;
}
#cardio-color-text .cardio-text-content {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 50px !important;
}

@media only screen and (max-width: 1200px) {
  #cardio-color-text .cardio-text-content {
    padding: 40px 0 40px 0;
    width: 100% !important;
  }
  #cardio-color-text h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  #cardio-color-text .cardio-text-content {
    padding: 0px 0 40px 0;
    width: 100% !important;
  }
  #cardio-color-text h2 {
    font-size: 23px;
    padding: 0;
  }
}
@media only screen and (max-width: 484px) {
  #cardio-color-text .cardio-text-content {
    padding: 0;
  }
}
#product_card .image-block {
  padding: 1px;
  width: 100%;
}
#product_card .image-block img {
  /* width: 100%; */
}
#product_card .image-block-relative {
  position: relative;
}
#product_card .image-block-relative img {
  position: relative;
  width: 100%;
  height: 100%;
}
#product_card .image-block-relative img:hover {
  background: linear-gradient(0deg, rgba(20, 19, 19, 0.2), rgba(0, 0, 0, 0.2)), #d9d9d9;
}
#product_card .image-block-relative .red-button-a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #c30e2e !important;
  line-height: 1;
  text-align: center;
  position: absolute;
  padding: 12px 15px 10px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 484px) {
  #product_card .red-button-a {
    display: block;
    width: auto;
  }
}
strong::selection {
  background: #0d0d0d;
  color: white;
}

.main-link {
  width: 100%;
  min-height: 250px;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
}

.main-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.main-link:hover::after {
  opacity: 0.4;
}

.red-button-a:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}

#profucts-grey-footer {
  background: #505050;
}
#profucts-grey-footer .mar-25 {
  margin-left: 25%;
}
#profucts-grey-footer .profucts-grey-footer-content {
  text-align: center;
  padding: 50px 0;
}
#profucts-grey-footer h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  color: white;
  font-family: "Roboto", sans-serif;
}
#profucts-grey-footer p {
  margin-top: 60px;
}
#profucts-grey-footer p a {
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 70px 10px 0 0 !important;
  outline: none !important;
  color: #121212 !important;
  background-color: #ffffff !important;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #profucts-grey-footer .profucts-grey-footer-content {
    padding: 30px 0 !important;
  }
  #profucts-grey-footer .mar-25 {
    margin-left: 0%;
  }
  #profucts-grey-footer a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #profucts-grey-footer p {
    margin-top: 30px;
  }
}
.product-header-bottom {
  background: #505050;
}
.product-header-bottom .product-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-header-bottom .product-navbar ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 20px;
}
.product-header-bottom .product-navbar .product-navbar-nav {
  display: flex;
}
.product-header-bottom .product-navbar .product-navbar-nav a {
  font-size: 13px;
  text-decoration: none;
  list-style: none;
  color: #fff;
  font-weight: 600;
  opacity: 0.75;
}
.product-header-bottom .product-navbar .product-navbar-nav a:hover {
  opacity: 1;
}
.product-header-bottom .product-navbar .product-navbar-nav li {
  list-style: none;
  align-items: center;
}
.product-header-bottom .product-navbar .product-navbar-nav li h6 a {
  opacity: 1;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.4;
  color: white;
}

@media only screen and (max-width: 1240px) {
  .product-header-bottom a {
    font-size: 10px !important;
  }
  .product-header-bottom h6 {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 991px) {
  .product-header-bottom {
    display: none;
  }
}
#contacts {
  padding: 60px 0;
}
#contacts .main-block-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
#contacts .facebook a,
#contacts .instagram a,
#contacts .youtube a,
#contacts .tiktok a,
#contacts .linkedin a {
  display: block;
  width: 36px;
  height: 36px;
  background: #3b5998;
  color: #515151;
  text-align: center;
  border-radius: 50%;
  outline: none !important;
  cursor: pointer;
}
#contacts .facebook a:hover,
#contacts .instagram a:hover,
#contacts .youtube a:hover,
#contacts .tiktok a:hover,
#contacts .linkedin a:hover {
  transition: all 0.5s ease-in-out;
  background: #ffffff;
  color: #ffffff;
  box-shadow: #000000 0px 0px 0px 1px;
}
#contacts .facebook a:hover svg,
#contacts .instagram a:hover svg,
#contacts .youtube a:hover svg,
#contacts .tiktok a:hover svg,
#contacts .linkedin a:hover svg {
  fill: #000000;
}
#contacts .instagram a {
  background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
}
#contacts .youtube a {
  background: #ff0100;
}
#contacts .tiktok a {
  background: #000000;
}
#contacts .linkedin a {
  background: #2867b2;
}
#contacts svg {
  height: 16px;
  width: 16px;
  width: auto;
  margin: 12px auto;
  fill: rgb(255, 255, 255);
}
#contacts ul {
  display: flex;
  gap: 10px;
  padding: 10px 0 0 0;
}
#contacts ul li {
  list-style: none;
  margin-bottom: 2rem;
}

.contact-block-container h6 {
  color: black;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.contact-block-container p {
  font-size: 14px;
}
.contact-block-container a {
  color: #c30e2e;
}
.contact-block-container a:hover {
  color: black;
}
.contact-block-container .social-title {
  display: block;
  color: #c30e2e;
  font-weight: 900;
  margin: 20px auto 0px auto;
  font-size: 16px;
}

.showroom-title {
  color: #121212;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

@media only screen and (max-width: 484px) {
  #contacts {
    padding: 30px 0;
  }
  #contacts .main-block-title {
    font-size: 24px;
  }
  #contacts a {
    text-align: left;
    display: contents;
  }
}
.wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#tooltip {
  padding: 15px;
  background-color: #eee;
  color: #9c9c9c;
  width: 100%;
  text-align: center;
}

.land {
  fill: #ccc;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
  transition: 0.2s ease-out;
}

.land:hover {
  fill: #a9a9a9;
}

.tooltip {
  background-color: #333;
  color: #fff;
  padding: 1em;
}

@media only screen and (max-width: 991px) {
  #map {
    display: none;
  }
}
#login {
  padding: 50px 0 30px;
}
#login .col-md-offset-1 {
  margin-left: 8.33333333%;
}
#login .btn-register {
  color: #ffffff;
  background-color: #c30e2e;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 15px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none;
  text-transform: uppercase;
}
#login .btn-register:hover {
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.1);
}
#login h2,
#login h4,
#login p {
  cursor: default;
}
#login p {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  color: #515151;
}
#login h4 {
  color: #c30e2e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
#login h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
#login .register-btn-class {
  margin-top: 40px;
}
#login .black {
  background-color: black;
}
#login .forget-password {
  color: #c30e2e;
  cursor: pointer;
  text-decoration: none;
  outline: none !important;
  font-size: 14px;
}
#login .forget-password:hover {
  color: black;
  transition: all 0.3s ease-in-out;
}
#login .login-form .form-group {
  width: 100%;
  display: block;
  line-height: 0;
  position: relative;
  margin: 0 auto 30px;
  backface-visibility: hidden;
}
#login .login-form .form-group input {
  border: 0;
  z-index: 2;
  height: 40px;
  color: #121212;
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  line-height: 24px;
  position: relative;
  background-color: transparent;
  box-shadow: none;
  appearance: none;
  outline: none;
  backface-visibility: hidden;
}
#login .login-form .form-group label  {
  padding-top: 0;
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 40px;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  cursor: text;
  display: block;
  color: #515151;
  margin: 0 auto;
  font-weight: 400;
  text-align: left;
  position: absolute;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.login-form .form-group label {
  padding-bottom: 60px;
}

#login .login-form .form-group label::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #dddddd;
}
#login .login-form .form-group label::after {
  width: 0;
  left: 50%;
  bottom: 0;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #c30e2e;
  transition: all 0.3s ease-in-out;
}
#login .login-form .form-group .active::after {
  width: 100%;
  left: 0;
}
#login .registered-yet-1 {
  padding: 0 15px;
}

@media only screen and (max-width: 484px) {
  #login {
    padding: 50px 0 30px;
  }
  #login .col-md-offset-1 {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #login h4 {
    font-size: 20px;
  }
  #login p {
    font-size: 16px;
  }
  #login .registered-yet-1 {
    padding: 0;
  }
  #login .forget-password {
    display: contents;
  }
}
#longest-lived-italian .longest-lived-content {
  padding: 0 15px;
  width: 80%;
  float: right;
}
#longest-lived-italian .longest-lived-content h1 {
  padding: 30px 0 0 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
}
#longest-lived-italian .longest-lived-img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #longest-lived-italian .longest-lived-content {
    width: 100%;
  }
  #longest-lived-italian .longest-lived-content .lead {
    font-size: 16px;
  }
  #longest-lived-italian .longest-lived-content h1 {
    font-size: 23px;
  }
}
#headquarted {
  background-color: #f7f7f7;
}
#headquarted .headquarted-content {
  padding: 0 15px;
  width: 80%;
  float: right;
}
#headquarted .headquarted-content .normal {
  padding-left: 0;
}
#headquarted .headquarted-content h2 {
  padding: 30px 0 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
}
#headquarted .headquarted-content ul {
  font-size: 18px;
  line-height: 40px;
}
#headquarted .headquarted-img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  #headquarted .order1 {
    order: 2;
  }
  #headquarted .order2 {
    order: 1;
  }
  #headquarted .headquarted-content {
    width: 100%;
  }
  #headquarted .headquarted-content .normal {
    padding: 20px;
  }
  #headquarted .headquarted-content h2 {
    font-size: 23px;
  }
  #headquarted .headquarted-content ul {
    font-size: 16px;
    line-height: 30px;
  }
}
#manufacturing-plant .manufacturing-plant-content {
  padding: 0px 0 0 45px;
  width: 80%;
  float: left;
}
#manufacturing-plant .manufacturing-plant-content .normal {
  padding-left: 0;
}
#manufacturing-plant .manufacturing-plant-content h2 {
  padding: 30px 0 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
}
#manufacturing-plant .manufacturing-plant-content ul {
  font-size: 14px;
  line-height: 25px;
}
#manufacturing-plant .manufacturing-plant-img img {
  width: 100%;
  height: 100%;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
  color: #515151;
  cursor: default;
}

p {
  cursor: default;
}

#sertification-page .col-md-10 {
  margin-left: 8.33333333%;
}
#sertification-page .sertification-main {
  padding: 50px 0 0 0;
}
#sertification-page .sertification-main h1 {
  color: #289c38;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
  cursor: default;
}
#sertification-page .sertification-main p {
  font-size: 18px;
  padding: 10px;
  cursor: default;
}
#sertification-page .sertification-main .btn-sertification {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 15px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
}
#sertification-page .sertification-main .btn-sertification:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 767px) {
  #sertification-page .col-md-10 {
    margin-left: 0;
  }
  #sertification-page h1 {
    font-size: 24px !important;
  }
}
#still-thinking {
  background: #c30e2e;
}
#still-thinking .still-thinking-content {
  padding: 50px 0 30px;
  text-align: center;
}
#still-thinking .still-thinking-content h2 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#still-thinking .still-thinking-content p {
  color: white;
  font-size: 21px;
}
#still-thinking .still-thinking-content a {
  background-color: white;
  color: black;
  font-weight: 600;
}
#still-thinking .still-thinking-content a:hover {
  background-color: rgb(242, 230, 230);
}

@media only screen and (max-width: 484px) {
  #still-thinking .still-thinking-content {
    padding: 0px 0 30px;
  }
}
#home-fitness-intro {
  padding: 0 130px;
}
#home-fitness-intro .card-home-fitness {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
#home-fitness-intro .card-home-fitness img {
  width: 90%;
}
#home-fitness-intro .card-home-fitness p {
  width: 90%;
}
#home-fitness-intro .card-home-fitness h2 {
  padding: 1rem 0;
  color: #c30e2e;
  cursor: pointer;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#home-fitness-intro .card-home-fitness h2:hover {
  color: #000;
  transition: all 0.3s ease-in-out;
}
#home-fitness-intro .card-home-fitness a {
  color: #ffffff !important;
  background-color: #c30e2e !important;
}
#home-fitness-intro .card-home-fitness a {
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
}
#home-fitness-intro .card-home-fitness .hf-btn {
  margin-bottom: 80px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #home-fitness-intro {
    padding: 0;
  }
  #home-fitness-intro .card-home-fitness img {
    width: 100%;
  }
  #home-fitness-intro .card-home-fitness p {
    width: 100%;
  }
}
#hf-info .hf-info-content {
  padding: 40px 0 80px 0;
  width: 53%;
  margin: 0 auto;
}
#hf-info p {
  font-size: 18px;
}
#hf-info .lead {
  font-size: 21px;
}

@media only screen and (max-width: 767px) {
  #hf-info .hf-info-content {
    padding: 40px 0 40px 0;
    width: 100%;
  }
}
#hf-slider .carousel-control-prev-icon,
#hf-slider .carousel-control-next-icon {
  background-color: #f60a0a;
  border: 50%;
  border-radius: 50%;
}
#hf-slider .carousel-inner .carousel-item img {
  height: 530px;
}

@media only screen and (max-width: 1200px) {
  #hf-slider .carousel-inner .carousel-item img {
    height: auto;
  }
}
#frills-workout .workout-img {
  padding: 50px 0 30px 50px;
}

@media only screen and (max-width: 767px) {
  #frills-workout .workout-img {
    padding: 30px 0;
  }
}
#workout-card iframe {
  width: 33%;
}

#cardio-fitness-header-red {
  background-color: #c30e2e;
}
#cardio-fitness-header-red .cardio-fitness-header-red-navbar ul {
  display: flex;
  padding: 20px;
  margin: 0;
}
#cardio-fitness-header-red .cardio-fitness-header-red-navbar ul li {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  list-style: none;
  margin: 0 5px;
  font-weight: 600;
  opacity: 0.6;
  cursor: default;
}

@media only screen and (max-width: 992px) {
  #cardio-fitness-header-red {
    display: none;
  }
}
#cardio-video {
  background-color: #0f0f27;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#cardio-video video {
  width: 100%;
  height: 100%;
}

#cardio-slogan {
  background: url(/assets/img/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 80vh;
  padding: 15rem 0px;
}
#cardio-slogan .cardio-slogan-title {
  padding: 70px 0;
}
#cardio-slogan .col-md-10 {
  margin: 0 auto;
}
#cardio-slogan img {
  width: 100%;
  max-width: 500px;
}
#cardio-slogan h4 {
  color: white;
  text-align: center;
  cursor: default;
}
#cardio-slogan .cardio-slogan-btn {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 15px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #cardio-slogan {
    padding: 5rem 0px;
  }
}
#swiper {
  background: url(/assets/img/bg-4.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#swiper .swiper-body .swiper-body-h6 {
  color: white;
  font-size: 16px;
  font-weight: 700;
}
#swiper .swiper-body .swiper-body-p {
  font-size: 12px;
  color: white;
}
#swiper .swiper-body hr {
  color: white;
  height: 2px;
  opacity: 1;
}
#swiper .swiper-body .text {
  color: white;
}
#swiper .swiper-body .swiper-body-btn {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 15px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#swiper .swiper-title h4 {
  padding: 70px 0 0;
  font-size: 3rem;
  color: #e10613;
  font-weight: 900;
}
#swiper .swiper-img img {
  width: 100%;
}

#cardio-fitness-footer {
  background: url(/assets/img/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#cardio-fitness-footer .cardio-fitness-footer-logo {
  text-align: center;
  padding: 50px 0;
}
#cardio-fitness-footer .cardio-fitness-footer-logo img {
  width: 100%;
  max-width: 500px;
}

#freeweight-special-grey {
  background: #505050;
}
#freeweight-special-grey ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#freeweight-special-grey ul li {
  color: white;
  font-size: 13px;
  opacity: 0.75;
  list-style: none;
  font-weight: 600;
  cursor: default;
}
#freeweight-special-grey ul li:hover {
  opacity: 1;
}

@media only screen and (max-width: 991px) {
  #freeweight-special-grey {
    display: none;
  }
}
#freeweight-slider .carousel {
  position: relative;
}
#freeweight-slider .carousel-caption {
  margin-bottom: 15% !important;
  text-align: left;
  background-color: black;
  min-width: 200px;
  max-width: 260px;
  text-align: center;
}
#freeweight-slider .carousel-caption h1 {
  word-break: break-word;
  cursor: default;
}

 .freeweight-product-list-title h3 {
  font-weight: 600;
  margin-bottom: 3rem;
  cursor: default;
}
 .special {
  overflow: hidden;
  padding: 0px 25px 0px 5px;
  background: #c30e2e;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
 .freeweight-img img {
  width: 227px !important;
}
 .freeweight-img:hover {
  opacity: 0.5;
}
 .freeweight-items {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .freeweight-items {
    display: contents !important;
  }
}
#freeweight-details-grey {
  background: #505050;
}
#freeweight-details-grey ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#freeweight-details-grey ul li,
#freeweight-details-grey ul h6 {
  color: white;
  font-size: 13px;
  opacity: 0.75;
  list-style: none;
  font-weight: 600;
  cursor: default;
}
#freeweight-details-grey ul li:hover,
#freeweight-details-grey ul h6:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#freeweight-details-grey ul h6 {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  #freeweight-details-grey {
    display: none;
  }
}
#details-machine .carousel-indicators [data-bs-target] {
  background-color: #c30e2e;
}
#details-machine li {
  cursor: default;
}
#details-machine h1 {
  padding-left: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-font-smoothing: auto;
}
#details-machine h1 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
  font-size: 65%;
}
#details-machine .title-block {
  padding-left: 2rem;
}
#details-machine .title-block button ,  .redButton {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none;
  text-decoration: none;
}
#details-machine .title-block button:hover ,  .redButton:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}
#details-machine .title-block .title-block-ul li {
  font-size: 14px;
  cursor: default;
}

@media only screen and (max-width: 484px) {
  #details-machine h1 {
    font-size: 23px;
    padding-left: 0;
    text-align: center;
  }
  #details-machine .title-block {
    padding-left: 0rem;
  }
}
#atelier {
  background-color: #383838;
}
#atelier a {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  text-decoration: none;
}
#atelier a:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}
#atelier hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid rgb(255, 252, 252);
  opacity: 1;
}
#atelier .atelier-top {
  display: flex;
}
#atelier .read-more-btn {
  padding: 30px 0;
}
#atelier h2 {
  padding: 30px 0;
}
#atelier img {
  width: 100%;
}
#atelier .content-block-container {
  padding: 10px;
}
#atelier h4,
#atelier h6 {
  color: white;
  text-align: center;
  cursor: default;
}

@media only screen and (max-width: 767px) {
  #atelier .img-color {
    height: 50px;
  }
  #atelier .img-4 {
    height: 220px;
  }
}
#related-products h3 {
  font-weight: 700;
}

#ecoline-main {
  background-color: #f2f2f2;
  padding: 100px 0;
}
#ecoline-main .banner-cont {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  height: 100%;
}
#ecoline-main .banner-cont .text {
  margin-bottom: 80px;
  margin-top: 10px;
  display: inline-block;
  color: white;
  font-size: 18px;
}
#ecoline-main .banner-cont a {
  color: #ffffff;
  background-color: #c30e2e;
  text-decoration: none;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 30px;
  border-radius: 2px;
  outline: none;
}
#ecoline-main .banner-cont a:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  #ecoline-main {
    padding: 0;
  }
  #ecoline-main .col-md-6 {
    margin: 0;
    position: static;
  }
}
@media only screen and (max-width: 484px) {
  .main-features-img {
    background: green;
    width: 73px;
    height: 60px;
    border-radius: 22%;
  }
}
#main-features .main-features-img {
  background: green;
  width: 73px;
  height: 60px;
  border-radius: 22%;
}

.aa-img {
  width: 90%;
}
.aa-img:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}

.fenix-slider {
  width: 100%;
  height: 600px;
}

.fenix-touch-btn {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
}
.fenix-touch-btn:hover {
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
}

.fenix-touch-top {
  padding: 80px 60px;
}
.fenix-touch-top iframe {
  width: 100%;
  height: 315px;
}

@media only screen and (max-width: 767px) {
  .fenix-slider {
    height: auto;
  }
  .fenix-touch-top {
    padding: 0px 0px;
  }
  .fenix-touch-top iframe {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
#fenix-features {
  background-color: #f7f7f7;
}
#fenix-features .features-block {
  padding: 0 60px;
}
#fenix-features .features-block p {
  text-align: start;
  font-size: 14px;
}
#fenix-features .features-block h4 {
  margin: 15px 0;
  text-align: start;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
#fenix-features .features-block img {
  width: 100%;
}

#hip-thrust {
  padding: 100px 0;
}
#hip-thrust h1 {
  font-weight: 600;
}
#hip-thrust .trust-block {
  padding: 0 70px;
  margin: 0 auto;
}

.trust-btn-black {
  background-color: #1d1d1b;
  color: #ffffff;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none;
}
.trust-btn-black:hover {
  color: white;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.trust-btn-red {
  color: #ffffff;
  background-color: #c30e2e;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none;
}
.trust-btn-red:hover {
  color: white;
  box-shadow: 0 5px 11px rgba(0, 0, 0, 0.18), 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 770px) {
  #hip-thrust {
    padding: 0;
  }
  #hip-thrust .trust-block {
    padding: 0;
  }
}
.glutes-hr {
  margin: 70px 0;
}

#burger-menu .icon {
  gap: 10px;
}
#burger-menu li {
  display: flex;
  justify-content: center;
  align-items: center;
}
#burger-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#burger-menu ul li {
  text-decoration: none;
}
#burger-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  overflow: hidden;
  font-weight: 700;
  padding: 5px 0px;
  color: black;
}

#modal .modal-header {
  background-color: #c30e2e;
}
#modal .modal-header h2 {
  color: white;
  text-transform: uppercase;
}
#modal .modal-header button {
  position: absolute;
  top: -14px;
  right: -20px;
  border-radius: 50%;
  width: 35px;
  color: white;
  background: #c30e2e;
  border: 1px solid black;
}
#modal .modal-footer {
  border: none !important;
  display: flex;
  justify-content: center;
}
#modal .modal-footer .modal-btn a {
  color: #ffffff !important;
  background-color: #c30e2e !important;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 15px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
  font-family: "Roboto", sans-serif;
}
#modal .modal-footer .modal-btn a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}

.modal-dialog {
  max-width: 700px !important;
  /* max-height: 300px; */
  margin: 13.75rem auto !important;
}

.modal-main {
  width: 80%;
  margin: 0 auto;
}

#register .type {
  width: 100%;
  height: 40px;
}
#register .policy a {
  color: #c30e2e;
  cursor: pointer;
  text-decoration: none;
}
#register .policy a:hover {
  color: black;
}
#register .register-btn {
  background-color: #1d1d1b !important;
  color: #fff !important;
  text-decoration: none;
  border: 0;
  z-index: 15;
  font-size: 14px;
  overflow: hidden;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 10px 30px;
  border-radius: 2px;
  margin: 30px 10px 0 0;
  outline: none !important;
}


.breadcrumb-container{
  display: flex; 

}

.breadcrumbs{
  display: flex; 


}

.breadcrumb-item {
  list-style-type: none ;
}

.breadcrumb-item > a {
  color: #c30e2e ; 
  text-transform: capitalize ;
}


.langButon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  color: #828282 ; 
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  padding: 0 !important ; 
}

.langImages {
  width: 25px;
  height: 25px; 
  border-radius: 50%;
  margin-right: 5px;
}

.langDrop {
  line-height: 18px !important;
  padding: 0 !important;
  color: #828282 ; 
}

.dropdown-menu {
  padding: 10px ;
}

.product_append_container {
  width: 100%;
}

.product_append_container > div:first-child{
  width: 15%;
}

.product_append_container > div:last-child{
  width: 90%;
}

.radioButtonsContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  background-color: #f7f7f7;
  padding: 10px 0 ; 
}

.radioButtonsContainer > div {
  width: 33%;
  padding: 0 10px; 
}

.radioButtonsContainer > div > label {
  font-weight: 700;
}

.radioButtonsContainer > div > p {
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  margin-top: 10px;
}

.modale-header-append {
  background-color: #c30e2e  !important;
}

.modale-header-append > h1 , .modale-header-append > button {
  color: #fff;
  background-image: none;
}

.modale-header-append > button {
  width: auto;
  height: auto;
  padding: 0;
}

.modale-header-append > button > i {
  color: white ;
  font-size: 30px;
}

.article-video-container {
  width: 95% ; 
  height: 350px ;
}

.article-video-container > iframe {
  width: 100% !important; 
  height: 100% !important;
}

.clearfix {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.clearfix::after{
  content: none;
}

.forgotTitle {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: black ; 
}

.subtitle-forgot {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  color: #515151;
}

.search-container {
  background-color: #c30e2e ;
  border-radius: calc(0.25rem - 1px);
}

.header-title {
  padding: 10px 0 ; 
}

.header-title > h1 {
  color: #fff ; 
}

.card-title {
  color: #121212;
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.main-color {
  text-transform: uppercase ;
}

.requestinfobtn {
  text-transform: uppercase;
}


.relatedProductsContainer {
  overflow-x: auto;
  display: flex;
  width: 100%;
  height: 100%;
  scrollbar-width: 0;
}

.related_product_item {
  width: 300px;
}


.red-cycle {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
   background-color: #c30e2e ;
   border-radius: 50%;
   padding:5px;
}
.red-cycle > img {
  width: 95%;
  height: 95%;
} 

.title-container {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 10px ; 
  margin: 10px 0  ; 
}

.register-selects {
    border: 0.3px solid lightgray !important;
    border-radius: 6px !important;
}



