@font-face {
  font-family: 'Belleza';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/belleza/v17/0nkoC9_pNeMfhX4BtcY.ttf) format('truetype');
}
body {
  background-color: #3d3d3d;
  color: #939393;
  font-size: 16px;
  min-width: 320px;
}
.web-container {
  background-color: #ffffff;
}
.v-center {
  align-items: center;
  display: flex;
}
.button {
  border-radius: 4px;
  border: none;
  color: #ffffff !important;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: 220px;
}
.button.button-blue {
  background-color: #2e4fbd;
}
.button.button-red {
  background-color: #bd252c;
}
#contact {
  color: #bd252c;
  padding: 50px 0;
}
@media (min-width: 992px) {
  #contact {
    padding: 20px 0;
  }
}
#contact .logo-it {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
@media (min-width: 992px) {
  #contact .logo-it {
    justify-content: start;
  }
}
#contact .logo-it img {
  width: 250px;
}
#contact .phone-email {
  font-family: 'Belleza';
  font-size: 18px;
  padding: 50px 0;
}
@media (min-width: 992px) {
  #contact .phone-email {
    padding: 0;
  }
}
#contact .phone-email a {
  color: #bd252c;
  display: inline-block;
  font-size: 26px;
  margin-left: 8px;
  text-decoration: none;
}
#contact .phone-email a:hover {
  text-decoration: underline;
}
#contact .text {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #contact .text {
    justify-content: end;
  }
}
#contact .text .wrap {
  display: inline-block;
  /*a {
        color: @red;
        text-decoration: none;

        &:hover {
          text-decoration: underline;
        }
      }*/
}
@media (min-width: 992px) {
  #contact .text .wrap {
    text-align: right;
  }
}
#contact .text .wrap .button-red {
  margin-bottom: 1rem;
}
#contact .text .wrap .logo-tt {
  margin-bottom: 1rem;
  width: 220px;
}
#desc {
  background-color: black;
  color: #ffffff;
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #desc .col-lg-6 {
    border-right: 1px solid #ffffff;
  }
}
#desc .col-lg-6:last-child {
  border-right: none;
}
#desc .text {
  padding: 40px 15px;
}
@media (min-width: 992px) {
  #desc .text {
    padding: 40px 30px;
  }
}
@media (min-width: 1200px) {
  #desc .text {
    padding: 40px 90px;
  }
}
#desc .text h2 {
  color: #bd252c;
  font-family: 'Belleza';
  font-size: 28px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#desc .text p:last-child {
  margin-bottom: 0;
}
#desc .text p img {
  margin-bottom: 1rem;
}
#desc .text p a {
  color: #bd252c;
  text-decoration: none;
}
#desc .text p a:hover {
  text-decoration: underline;
}
#footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  padding: 20px;
  text-align: center;
}
#header {
  position: relative;
}
@media (min-width: 992px) {
  #header .row-1 {
    bottom: 10px;
    position: absolute;
    width: 100%;
    z-index: 500;
  }
}
#header .row-2 {
  position: relative;
}
#header .navbar {
  /*.navbar-brand {
      margin-left: 12px;
      width: 130px;

      @media (min-width: 992px) {
        display: block;
        margin: 0 auto 70px auto;
        width: 255px;
      }

      img {
        width: 100%;
      }
    }*/
}
@media (min-width: 992px) {
  #header .navbar {
    display: block;
  }
}
#header .navbar .navbar-toggler {
  border: none;
  color: #bd252c;
  font-size: 35px;
  margin-left: auto;
  padding-right: 12px;
}
#header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  #header .navbar .navbar-nav {
    justify-content: center;
    width: 100%;
  }
}
#header .navbar .navbar-nav .nav-item .nav-link {
  border-bottom: 1px solid #bd252c;
  color: #b5b5b5;
  font-family: 'Belleza';
  font-size: 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #header .navbar .navbar-nav .nav-item .nav-link {
    border-bottom: none;
    padding: 0 26px 0 20px;
  }
}
#header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #bd252c;
}
@media (min-width: 992px) {
  #header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  #header .navbar .navbar-nav .nav-item .nav-link:after {
    background: #bd252c;
    content: '';
    height: 2px;
    margin-left: 1rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
  }
}
#header .navbar .navbar-nav .nav-item:last-child .nav-link {
  border-bottom: none;
}
@media (min-width: 992px) {
  #header .navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 20px;
  }
}
#header .navbar .navbar-nav .nav-item:last-child .nav-link:after {
  display: none;
}
#header .text {
  color: #ffffff;
  font-size: 16px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px #000000;
  top: 30%;
}
@media (min-width: 576px) {
  #header .text {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #header .text {
    font-size: 25px;
  }
}
#header .video {
  bottom: 15px;
  position: absolute;
  text-align: center;
}
@media (min-width: 992px) {
  #header .video {
    bottom: 60px;
  }
}
#header .video .button-red {
  padding-bottom: 2px;
  padding-top: 2px;
  width: 22%;
  font-size: 11px;
  /*@media (min-width: 576px) {
        font-size: 15px;
        padding-bottom: 5px;
        padding-top: 5px;
      }*/
}
@media (min-width: 992px) {
  #header .video .button-red {
    width: 220px;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}
#header .main-image {
  width: 100%;
}
#info {
  background-color: #bd252c;
  padding: 50px 0;
  text-align: center;
}
#info h1 {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Belleza';
  margin-bottom: 0;
}
#modal-video iframe {
  max-width: 100%;
}
#new {
  padding: 90px 0;
}
#new img {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  #new img {
    margin-bottom: 0;
  }
}
#new .text {
  text-align: center;
}
@media (min-width: 992px) {
  #new .text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #new .text {
    padding-left: 30px;
  }
}
#new .text h1 {
  color: #bd252c;
  font-family: 'Belleza';
  font-size: 28px;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  #new .text p {
    text-align: justify;
  }
}
#new .text p:last-child {
  margin-bottom: 0;
}
#products {
  background-color: #bd252c;
  padding: 90px 5%;
}
@media (min-width: 992px) {
  #products {
    padding-left: 100px;
    padding-right: 100px;
  }
}
#products h1 {
  color: #ffffff;
  font-family: 'Belleza';
  font-size: 40px;
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}
#products .product {
  text-align: center;
}
#products .product h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}
#products .product img {
  margin: 0 auto;
  max-width: 100%;
}
#products .slick-arrow {
  background-color: transparent;
  border: none;
  font-size: 0;
  height: 50px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 100;
}
#products .slick-arrow:after {
  color: #ffffff;
  font-family: 'Font Awesome 6 Free';
  font-size: 30px;
  font-weight: 900;
}
#products .slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 992px) {
  #products .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media (min-width: 1200px) {
  #products .slick-arrow.slick-prev {
    left: -45px;
  }
}
#products .slick-arrow.slick-prev:after {
  content: '\f104';
}
#products .slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 992px) {
  #products .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (min-width: 1200px) {
  #products .slick-arrow.slick-next {
    right: -45px;
  }
}
#products .slick-arrow.slick-next:after {
  content: '\f105';
}
#products .button-wrap {
  padding-top: 50px;
  text-align: center;
}
#sizes {
  color: #000000;
  padding-bottom: 90px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  #sizes {
    padding-bottom: 0;
  }
}
#sizes .col-lg-4 {
  padding: 90px 0 0 0;
}
@media (min-width: 992px) {
  #sizes .col-lg-4 {
    border-right: 1px solid #e6e6e6;
    padding: 90px 0;
  }
}
#sizes .col-lg-4:last-child {
  border-right: none;
}
#sizes h2 {
  color: #bd252c;
  font-family: 'Belleza';
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
#sizes .icon {
  font-size: 30px;
  margin-bottom: 10px;
}
#sizes .icon.car {
  font-size: 40px;
}
#sizes .icon i {
  margin: 0 6px;
}
#sizes .title {
  color: #bd252c;
  margin-bottom: 5px;
}
