.main-bar-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  border-top: 2px solid #c11a1f;
  border-bottom: 1px solid #c7c7c7;
  background-color: #fff;
}

.main-banner-section {
  position: relative;
  z-index: 1000;
  width: 100%;
  height: auto;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 69, 132, 0)), to(rgba(0, 69, 132, 0.9)));
  background-image: linear-gradient(180deg, rgba(0, 69, 132, 0), rgba(0, 69, 132, 0.9));
  background-position: 0px 0px;
}

.top-bar-section {
  display: none;
  overflow: visible;
  width: 100%;
  height: 30px;
  background-color: #001125;
}

.top-section {
  position: fixed;
  z-index: 2000;
  width: 100%;
}

.top-bar-container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.main-bar-container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.main-banner-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.promo-section {
  position: relative;
  z-index: 1000;
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 69, 132, 0.9);
}

.promo-container {
  width: 100%;
  height: auto;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.logo-wrapper {
  padding-top: 19px;
  padding-bottom: 19px;
}

.logo {
  display: block;
  height: 20px;
  float: right;
}

.link {
  display: block;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: right;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: right;
  text-decoration: none;
}

.main-txt-wrapper {
  width: 520px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.main-txt {
  display: inline-block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 20px #000;
}

.main-txt._1linea {
  margin-bottom: 50px;
}

.main-txt._2linea {
  height: 30px;
  padding-top: 2px;
  padding-left: 132px;
  font-size: 32px;
  font-weight: 800;
  text-align: left;
}

.main-txt._3linea {
  height: 74px;
  padding-top: 23px;
  font-family: 'Open Sans', sans-serif;
  color: #c11a1f;
  font-size: 86px;
  font-weight: 800;
}

.main-txt._4linea {
  height: 36px;
  padding-top: 6px;
  padding-right: 96px;
  font-size: 42px;
  font-weight: 800;
  text-align: right;
}

.main-txt.lineapromo {
  height: 63px;
  margin-bottom: 30px;
  padding-top: 20px;
  color: #c11a1f;
  font-size: 72px;
  font-weight: 800;
  text-shadow: none;
}

.main-txt._1lineapromo {
  display: block;
  width: auto;
  height: auto;
  max-width: 590px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding-top: 0px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-shadow: none;
}

.main-txt.promo {
  display: block;
  width: 590px;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  line-height: 40px;
  text-shadow: none;
}

.text-span {
  font-weight: 800;
}

.btn {
  display: block;
  width: 150px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px;
  background-color: #004584;
  box-shadow: 0 0 41px 0 rgba(0, 0, 0, 0.63);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}

.btn.more {
  margin-top: 80px;
}

.scrolldown {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 120px;
  margin-top: 50px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.footer-section {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer-section.last {
  border-bottom: 1px none #000;
}

.footer-container {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.table-wrapper {
  overflow: hidden;
  width: 620px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  background-color: #f3f3f3;
  box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}

.table-header-wrapper {
  overflow: visible;
  height: 60px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.table-row-wrapper {
  height: 100px;
  margin-right: 30px;
  margin-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table-row-wrapper.last {
  border-bottom-style: none;
}

.table-left-wrapper {
  width: 35%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.table-left-wrapper.header {
  padding-top: 18px;
  color: #004584;
  font-size: 18px;
  font-weight: 800;
}

.table-right-wrapper {
  width: 65%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  float: right;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}

.table-right-wrapper.header {
  padding-top: 18px;
  color: #004584;
  font-size: 18px;
  font-weight: 800;
}

.footer-logo-wrapper {
  display: block;
  width: 15%;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-txt {
  display: block;
  width: 85%;
  height: 100%;
  margin-right: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
}

.div-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50px;
  margin-bottom: -59px;
}

.img-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-image: url('../images/bg-img-80.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.btns-wrapper {
  height: 60px;
  margin-left: 40px;
  padding: 0px;
  float: right;
}

.bar-link {
  display: block;
  height: 100%;
  margin-left: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
  float: left;
  border-bottom: 0px solid #004584;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #004584;
  text-decoration: none;
}

.bar-link:hover {
  padding-top: 19px;
  border-bottom-width: 4px;
}

.b-cta-button {
  height: 50px;
  padding: 0px 30px;
  border-radius: 30px;
  background-color: #bf0811;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.b-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.b-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #000;
}

.b-section.colorgray {
  position: relative;
  z-index: 500;
  padding-top: 150px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f5;
}

.b-h4 {
  font-family: 'Open Sans', sans-serif;
  color: #004681;
}

.b-tyre-text-conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.b-tyre-conteiner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-h2 {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #004681;
}

.b-tyire {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
}

.b-text {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}

.footer-container-upper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container-lower-wrapper {
  padding-top: 50px;
}

.b-columns {
  margin-bottom: 80px;
}

.b-columns.footer {
  margin-top: 50px;
  margin-bottom: 0px;
}

.b-col-conteiner {
  padding-right: 20px;
  padding-left: 20px;
}

.b-col-wrapper {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  color: #004681;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
}

.b-col-wrapper.footer {
  font-size: 14px;
  line-height: 25px;
}

.b-footer-link {
  color: #004681;
  font-weight: 400;
  text-decoration: none;
}

.b-fotter-social-media {
  padding-right: 20px;
  padding-left: 20px;
  color: #004681;
  font-size: 14px;
  text-decoration: none;
}

.lega-txt {
  font-family: 'Open Sans', sans-serif;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
}

.text-block-3 {
  font-family: 'Open Sans', sans-serif;
}

.legal-txt {
  display: inline-block;
  margin-right: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #004584;
  text-decoration: none;
}

.legal-txt.right {
  margin-right: 0px;
  margin-left: 40px;
  float: right;
  font-family: Social, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.legal-txt.no-link {
  color: #333;
}

.legal-txt.hide {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hide-social {
  display: none;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2 {
  position: absolute;
  width: 20px;
  height: 5px;
}

.blue-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #004584;
}

.language--bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5000;
  display: none;
  width: 100%;
  height: 40px;
  background-color: #c11a1f;
  text-align: center;
}

.language-question {
  display: inline-block;
  height: 40px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 600;
}

.language-link {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.cross-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  font-family: Micrositios, sans-serif;
  color: #fff;
  text-decoration: none;
}

.cross-btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.logo-150 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 40px;
}

.text-span-2 {
  font-weight: 700;
}

.text-span-3 {
  color: #c11a1f;
  font-weight: 800;
}

.img-kit {
  position: relative;
  z-index: 1000;
  display: block;
  margin: 31px auto -86px;
}

html.w-mod-js *[data-ix="menu-appear"] {
  -webkit-transform: translate(0px, -65px);
  -ms-transform: translate(0px, -65px);
  transform: translate(0px, -65px);
}

html.w-mod-js *[data-ix="temporada"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="cta"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

html.w-mod-js *[data-ix="linea"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="linea-2"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="linea-3"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}

html.w-mod-js *[data-ix="linea-appear"] {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
}

html.w-mod-js *[data-ix="table"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

html.w-mod-js *[data-ix="dissappear"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .scrolldown {
    bottom: 210px;
  }
  .btns-wrapper {
    height: 58px;
  }
  .b-fotter-social-media {
    margin-top: 0px;
    font-size: 14px;
  }
  .legal-txt.right {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-bar-section {
    height: 50px;
  }
  .main-banner-section {
    padding-bottom: 50px;
  }
  .main-bar-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-banner-container {
    height: auto;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .promo-section {
    height: auto;
    margin-bottom: 0px;
    padding: 50px 20px 60px;
  }
  .promo-container {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0px;
  }
  .logo-wrapper.w--current {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .main-txt-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 170px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .main-txt._1linea {
    margin-bottom: 30px;
    line-height: 35px;
  }
  .main-txt._2linea {
    padding-left: 70px;
  }
  .main-txt._3linea {
    font-size: 66px;
  }
  .main-txt._4linea {
    padding-right: 77px;
  }
  .main-txt.lineapromo {
    height: auto;
    font-size: 66px;
    line-height: 59px;
  }
  .main-txt._1lineapromo {
    height: auto;
  }
  .main-txt.promo {
    width: 100%;
  }
  .btn.more {
    margin-top: 50px;
  }
  .scrolldown {
    margin-top: 30px;
  }
  .footer-container {
    padding: 50px 30px;
  }
  .table-wrapper {
    width: 100%;
  }
  .footer-logo-wrapper {
    display: none;
  }
  .footer-txt {
    width: 100%;
  }
  .div-block {
    margin-bottom: -10px;
  }
  .btns-wrapper {
    height: 48px;
  }
  .bar-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bar-link:hover {
    padding-top: 15px;
  }
  .bar-link.w--current {
    float: left;
  }
  .b-tyre-text-conteiner {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .b-tyre-conteiner {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-h2 {
    margin-bottom: 60px;
  }
  .b-tyire {
    height: 300px;
  }
  .footer-container-lower-wrapper {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .b-columns {
    margin-bottom: 40px;
  }
  .b-col-wrapper {
    margin-bottom: 20px;
  }
  .legal-txt {
    width: 38%;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }
  .legal-txt.right {
    display: none;
    width: 25%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: none;
    clear: both;
  }
  .legal-txt.no-link {
    width: 24%;
  }
  .legal-txt.hide {
    font-family: Social, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }
  .hide-social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 150px;
    padding-left: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .language-question {
    display: none;
  }
  .logo-150 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .banner-img {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
}

@media screen and (max-width: 479px) {
  .main-bar-section {
    z-index: 2000;
    display: block;
  }
  .main-banner-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    padding-bottom: 0px;
  }
  .main-bar-container {
    padding-right: 0px;
    padding-left: 20px;
  }
  .main-banner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promo-section {
    height: auto;
    margin-bottom: 0px;
  }
  .promo-container {
    height: auto;
  }
  .logo-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
  }
  .logo-wrapper.w--current {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .logo {
    height: 20px;
  }
  .main-txt-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .main-txt._2linea {
    padding-left: 30px;
  }
  .main-txt._3linea {
    font-size: 45px;
  }
  .main-txt._4linea {
    padding-right: 30px;
    font-size: 36px;
  }
  .main-txt.lineapromo {
    font-size: 55px;
  }
  .main-txt._1lineapromo {
    font-size: 24px;
  }
  .main-txt.promo {
    font-size: 18px;
    line-height: 30px;
  }
  .table-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .table-row-wrapper {
    height: 80px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .table-left-wrapper {
    width: 45%;
    padding-top: 27px;
    padding-bottom: 27px;
  }
  .table-left-wrapper.header {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
  }
  .table-right-wrapper {
    width: 55%;
    padding-top: 27px;
    padding-bottom: 0px;
  }
  .table-right-wrapper.header {
    height: auto;
    padding-top: 0px;
    font-size: 16px;
  }
  .div-block {
    margin-bottom: -27px;
  }
  .btns-wrapper {
    width: 100%;
    height: 100px;
    margin-left: 0px;
    background-color: #fff;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .bar-link {
    width: 100%;
    height: 50px;
    margin-left: 0px;
    padding-bottom: 0px;
    float: none;
  }
  .b-cta-button {
    font-size: 12px;
  }
  .b-tyre-text-conteiner {
    text-align: center;
  }
  .b-h2 {
    margin-bottom: 40px;
  }
  .b-tyire {
    width: 200px;
    height: 200px;
  }
  .b-text {
    text-align: left;
  }
  .legal-txt {
    width: 100%;
  }
  .legal-txt.no-link {
    width: 100%;
  }
  .legal-txt.hide {
    width: 36px;
  }
  .hide-social {
    padding-right: 63px;
    padding-left: 63px;
  }
  .phone-menu-section {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 2000;
    display: block;
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-top: 2px solid #b22222;
    border-bottom: 1px solid #c7c7c7;
    background-color: #fff;
  }
  .phone-menu-container {
    height: 48px;
    padding-left: 20px;
  }
  .menu-btn {
    width: 48px;
    height: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    float: right;
    color: #004584;
    text-align: center;
    text-decoration: none;
  }
  .menu-btns-wrapper {
    width: 100%;
    height: auto;
  }
  .phone-menu-btn {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Oswald, sans-serif;
    color: #004584;
    text-align: center;
    text-decoration: none;
  }
  .menu-button {
    padding: 12px;
  }
  .menu-button.w--open {
    background-color: #fff;
  }
  .menu-icon {
    color: #004584;
  }
  .language-question {
    display: none;
  }
  .logo-150 {
    position: relative;
    width: 220px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

@font-face {
  font-family: 'Micrositios';
  src: url('../fonts/micrositios.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Social';
  src: url('../fonts/social.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}