.car-info-sidebar-options-share__whatsapp-button {
  background-color: #53af50;
  background-image: url('../images/whatsapp.svg');
  color: white;
  display: inline-block;
  font-family: Renaultlife,sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 10px 6px 30px;
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
  font-size: 12px;
  border-radius: 5px;
}

.car-info-sidebar-options-share__facebook {
  text-align: center;
  margin-bottom: 10px;
}

.car-info-sidebar-options-share__twitter {
  text-align: center;
  margin-bottom: 4px;
}

.car-info-sidebar-options-share__whatsapp {
  text-align: center;
}

.c-car-info-sidebar-options-share {
  background-color: white;
  border: 1px solid #ccc;
  border-top-color: transparent; 
  padding: 14px;
}

.car-info-sidebar-options-share {
  width: 100%;
}

.c-thank-you-page {
  font-family: Renaultlife,sans-serif;
  margin: auto;
  max-width: 600px;
  padding: 60px 10px;
}

.thank-you-page__title {
  font-size: 32px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
}

.thank-you-page-enlace {
  text-align: center;
}

.thank-you-page-enlace__cta {
  background-color: #fc3;
  color: #1d2332;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 30px;
  text-decoration: none;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.c-header-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.header-information-texts__title {
  display: inline-block;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.header-information-texts__subtitle {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.header-information-logo__image {
  width: 150px;
}

.main-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar {
  background-color: #fff;
}

.c-navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  border-left: 1px none #ccc;
}

.navbar-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.navbar-favorites {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.navbar-items__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.navbar-favorites-texts {
  height: 100%;
  text-align: center;
}

.navbar-favorites-image {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
}

.navbar-favorites-link {
  display: block;
  padding: 14px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-left: 1px solid #dbdbdb;
  text-decoration: none;
}

.navbar-favorites-link__text {
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.nav-menu__link {
  display: block;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 28px 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Renaultlife, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.nav-menu__link.nav-menu__link--active {
  border-bottom: 3px solid #fc3;
  color: #000;
}

.submenu {
  position: absolute;
  left: 2%;
  top: 102%;
  display: none;
  background-color: #fff;
}

.c-submenu {
  padding: 25px 35px;
}

.submenu__link {
  display: block;
  margin-bottom: 4px;
  color: #999;
  text-decoration: none;
}

.nav-menu__link-copy {
  display: block;
  height: 100%;
  margin-right: 15px;
  margin-left: 15px;
  padding: 25px 0px;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Renaultlife, sans-serif;
  color: #999;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.c-banner {
  padding-top: 40px;
  padding-bottom: 140px;
  background-image: url('../images/bg-renault.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-heading {
  max-width: 720px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-heading__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Renaultlife, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.banner-heading__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.filter-column.filter-column-50 {
  width: 47%;
  border-right: 1px solid #edeff3;
}

.filter-column.filter-column-20 {
  width: 31%;
  /*padding-right: 2%;*/
  border-right: 1px solid #edeff3;
}

.filter-column.filter-column-20.no-border {
  border-right-style: none;
}

.filter-column.filter-column-10 {
  width: 6%;
  text-align: left;
}

.filter-column.filter-column-15 {
  width: 46px;
}

.filter-column.filter-column-more {
  width: 21%;
  background-color: #1e2433;
  text-align: right;
}

.filter-input {
  display: block;
  width: 100%;
  height: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-color: #fff;
  font-family: Renaultlife, sans-serif;
  color: #656565;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.filter-input:active {
  border-style: none;
}

.filter-input:focus {
  border-bottom-style: solid;
  border-bottom-color: #fc3;
}

.filter-input.filter-input-33 {
  width: 32%;
  border-style: solid;
  border-color: #dbdbdb;
  color: black;
}

.c-filter-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -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;
  background-color: #fff;
}

.filter__submit {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #ffca43;
  background-image: url('../images/busqueda.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.yellow {
  color: #fc3;
}

.form-block {
  margin-bottom: 0px;
}

.c-discover {
  padding-bottom: 40px;
  background-color: #f1f5f8;
}

.discover-items {
  flex-wrap: wrap;
  position: relative;
  top: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.18), 1px 1px 4px 4px hsla(0, 0%, 100%, 0.37);
}

.discover-item {
  width: 25%;
  padding: 20px;
}

.discover-item-image {
  margin-bottom: 14px;
  text-align: center;
}

.discover-item-texts {
  text-align: center;
}

.discover-item-texts__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.c-line {
  font-size: 4px;
  line-height: 14px;
  text-align: center;
}

.c-line.c-line--left {
  text-align: left;
}

.horizontal-line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #000;
}

.horizontal-line.horizontal-line--visit {
  width: 70px;
  height: 2px;
}

.discover-heading__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
}

.add {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -13%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  background-color: #fc3;
  -webkit-transform: translate(-50%, 0px) rotate(45deg);
  -ms-transform: translate(-50%, 0px) rotate(45deg);
  transform: translate(-50%, 0px) rotate(45deg);
}

.add__image {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-cars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.item-car {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.item-car-heading {
  margin-bottom: 40px;
}

.item-car-image {
  margin-top: auto;
  margin-bottom: 20px;
  text-align: center;
}

.item-car-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  -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;
  opacity: 0;
}

.item-car-information.item-car-information--active {
  opacity: 1;
}

.item-car-heading__title {
  margin-top: 0px;
  margin-bottom: 4px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.item-car-heading__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.item-car-information-price {
  margin-right: 15px;
  margin-left: 15px;
}

.item-car-information-from__text {
  font-family: Renaultlife, sans-serif;
  color: #656565;
  font-weight: 700;
  text-align: center;
}

.item-car-information-price__text {
  font-family: Renaultlife, sans-serif;
  color: #fc3;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.item-car-information-price__tax {
  font-family: Renaultlife, sans-serif;
  color: #fc3;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.item-car-information-coin__text {
  font-family: Renaultlife, sans-serif;
  color: #656565;
  font-weight: 300;
  text-align: center;
}

.slider-cars {
  position: relative;
}

.arrows-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrow-slider {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  padding: 25px 12px;
  background-color: #656565;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrow-slider.arrow-slider__left {
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.arrow-slider.arrow-slider__left.arrow-slider--hide {
  opacity: 0;
}

.arrow-slider.arrow-slider__right {
  left: auto;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.c-services {
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px;
}

.services-heading {
  margin-bottom: 40px;
}

.services-heading__title {
  margin-top: 0px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: center;
}

.services-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-right: 1%;
  margin-left: 1%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.service-item__image {
  position: relative;
  height: 300px;
  background-image: url('../images/services-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-item__image.service-item__image--insurance {
  background-image: url('../images/services-2.jpg');
}

.service-item-information {
  display: block;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.service-item-information__category {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.service-item-information__title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 26px;
  line-height: 32px;
}

.service-item-information__text {
  margin-bottom: auto;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-weight: 700;
}

.vertical-line {
  position: absolute;
  left: 4%;
  bottom: -10%;
  width: 2px;
  height: 82px;
  background-color: #fc3;
}

.add-services {
  position: absolute;
  left: auto;
  top: auto;
  right: -4.3%;
  bottom: -6.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  background-color: #fc3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.add-services__image {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.services-container {
  background-color: #f1f5f8;
}

.options-container {
  background-color: #132042;
}

.options-container.dark {
  background-color: #1d2332;
}

.c-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.option-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.option-item-image {
  margin-bottom: 20px;
  text-align: center;
}

.option-item-heading {
  margin-top: auto;
}

.option-item-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-links {
  width: 50%;
  margin-bottom: 0px;
}

.footer-heading {
  width: 50%;
}

.footer-links__link {
  display: inline-block;
  font-family: Renaultlife, sans-serif;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.footer-links__line {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Renaultlife, sans-serif;
  color: #9a9a9a;
  font-size: 16px;
  line-height: 22px;
}

.footer-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.nav-favorites-image-count {
  position: absolute;
  left: 52%;
  top: -30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.nav-favorites-image-count__text {
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0px;
  border-radius: 50%;
  background-color: #fc3;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.c-favorites-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  -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;
  border-bottom: 1px solid #ccc;
  background-color: #f3f5f6;
  text-align: center;
}

.c-favorites-heading.c-favorites-heading--bm0 {
  border-bottom-style: none;
}

.favorites-heading__title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.favorites-heading-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  text-decoration: none;
}

.favorites-heading-back-image {
  display: inline-block;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.favorites-heading-back-texts {
  display: inline-block;
}

.favorites-heading-back-texts__text {
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  line-height: 14px;
}

.c-favorites-heading-back {
  width: 6%;
  text-align: left;
}

.c-favorites-heading__title {
  width: 94%;
}

.c-favorite-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f5f6;
}

.c-favorite-items.p0 {
  padding-right: 0px;
  padding-left: 0px;
}

.favorite-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  margin-right: 0.5%;
  margin-bottom: 20px;
  margin-left: 0.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.favorite-item.favorite-item-100 {
  display: block;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0px;
  margin-left: 0%;
  height: 100%;
}

.favorite-item-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  text-decoration: none;
}

.favorite-item-contact {
  display: block;
  margin-top: auto;
  padding: 15px;
  background-color: #fc3;
  text-align: center;
  text-decoration: none;
}

.favorite-item-contact.display-none {
  display: none;
}

.favorite-item-contact.favorite-item-contact-row {
  width: 100%;
  margin-top: auto;
}

.favorite-item-information__image {
  height: 220px;
  margin-bottom: 30px;
  background-image: url('../images/image-car.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.favorite-item-information__image.nissan {
  background-image: url('../images/image-car-2.jpg');
}

.favorite-item-information__title {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.favorite-item-information__subtitle {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.favorite-item-information-specs {
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.favorite-item-information-specs__item {
  display: inline-block;
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
}

.favorite-item-information-specs__line {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
}

.favorite-item-information-price {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: Renaultlife, sans-serif;
  color: #fc3;
  font-size: 30px;
}

.favorite-item-information-price.favorite-item-information-price--center {
  margin-bottom: 20px;
  text-align: center;
}

.favorite-item-information-place {
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.favorite-item-information-place.favorite-item-information-place-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.favorite-item-information-place__title {
  display: inline-block;
  margin-right: 4px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.favorite-item-information-place__information {
  display: inline;
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
}

.favorite-item-information-place__information.favorite-item-information-place__information-ml {
  display: inline-block;
  margin-left: 10px;
}

.favorite-item-information__other {
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 14px;
  line-height: 20px;
}

.favorite-item-contact__text {
  display: inline-block;
  margin-left: 20px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.favorite-item-information-price__coin {
  font-size: 22px;
  line-height: 28px;
}

.c-used {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1e2433;
}

.more-options__text {
  display: inline-block;
  padding: 14px;
  border: 1px solid #fc3;
  background-color: #1e2433;
  font-family: Renaultlife, sans-serif;
  color: #ffca43;
  font-weight: 700;
  text-decoration: none;
}

.text-block {
  display: inline-block;
  margin-left: 10px;
}

.filter-submenu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  width: 100%;
  opacity: 0;
  transition: .4s;
}

.filter-submenu--show {
  opacity: 1;
  z-index: 2;
}

.c-filter-submenu {
  background-color: #f9f9fb;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #dbdbdb;
}

.tab-link {
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
}

.tab-link.w--current {
  border-bottom: 2px solid #fc3;
  background-color: transparent;
}

.tab-link__text {
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-weight: 700;
}

.c-tab-pane {
  padding-top: 20px;
}

.tab-pane__title {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.tab-pane__title.tab-pane__title--principal {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
}

.tab-pane-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-pane-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-pane-add-column {
  width: 40%;
}

.tab-pane-add-column.tab-pane-add-column-line {
  width: 40%;
}

.tab-pane-add-column.tab-pane-add-column-circle {
  width: 20%;
}

.tab-pane-add-column__line {
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

.tab-pane-add-column-icon {
  text-align: center;
}

.tab-pane-add-column-icon__text {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 0px;
  border-radius: 50%;
  background-color: #dbdbdb;
  color: #8c8c8c;
  font-size: 30px;
  line-height: 40px;
  transition: .4s;
}

.tab-pane-add-column-icon__text--disabled {
  opacity: .4;
  cursor: no-drop;
}

.text-block-2 {
  width: 100%;
  margin-top: 20px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
}

.tab-pane-ok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dbdbdb;
}

.tab-pane-ok__cancel {
  padding: 20px;
  border-right: 1px solid #dbdbdb;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-weight: 700;
  text-decoration: none;
}

.tab-pane-ok__aply {
  padding: 20px;
  background-color: #fc3;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-weight: 700;
  text-decoration: none;
}

.tab-pane-ok__quantity {
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-weight: 400;
}

.quantity {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.tab-pane-anios {
  margin-bottom: 100px;
  text-align: center;
}

.tab-pane-years {
  margin-bottom: 180px;
  text-align: center;
}

.tab-pane-categories-row {
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.tab-pane-categories-row.tab-pane-categories-row--mb-40 {
  margin-bottom: 40px;
}

.tab-pane-categories-row-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.tab-pane-categories-row-item {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  padding: 30px;
  border-bottom: 2px solid transparent;
  background-color: #fff;
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  text-decoration: none;
}

.tab-pane-categories-row-item.tab-pane-categories-row-item--other {
  padding: 10px 40px 20px;
}

.tab-pane-categories-row-item.tab-pane-categories-row-item--active {
  border-bottom-color: #fc3;
}

.tab-pane-categories-row-item-image {
  margin-bottom: 30px;
}

.tab-pane-categories-row-item-image.tab-pane-categories-row-item-image--other {
  margin-bottom: 0px;
}

.tab-pane-categories-row-item-texts.tab-pane-categories-row-item-texts--other {
  margin-bottom: 30px;
}

.tab-pane-categories-row-item-texts__text {
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.tab-pane-colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-pane-color {
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.tab-pane-color-circle {
  margin-bottom: 20px;
}

.tab-pane-color-circle-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 1px 0 6px 0 rgba(0, 0, 0, 0.2);
}

.tab-pane-color-circle-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: red;
}

.tab-pane-color-circle-small.gris {
  background-color: #bfbfbf;
}

.tab-pane-color-circle-small.negro {
  background-color: #000;
}

.tab-pane-color-circle-small.blanco {
  background-color: #f1f1f1;
}

.tab-pane-color-texts__text {
  border-bottom: 2px solid transparent;
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  font-weight: 400;
}

.tab-pane-color-texts__text.tab-pane-color-texts__text--active {
  border-bottom-color: #fc3;
}

.tab-pane-warranties-row {
  max-width: 660px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.c-favorite-opitons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f5f6;
}

.c-favorite-opiton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.favorite-option-cars {
  display: inline-block;
  margin-right: 40px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 16px;
  line-height: 22px;
}

.favorite-option-cars__number {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.favorite-option-list {
  margin-right: 10px;
  margin-left: 10px;
}

.favorite-option-grid {
  margin-right: 10px;
  margin-left: 10px;
}

.c-favorite-option-order {
  display: inline-block;
  margin-right: 20px;
  font-family: Renaultlife, sans-serif;
  color: #999;
  font-weight: 700;
}

.dropdown {
  z-index: 1;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-right: 100px;
  padding-bottom: 10px;
}

.dropdown-icon {
  color: #999;
}

.dropdown-text {
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
}

.dropdown-link {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
}

.dropdown-link.dropdown-link--active {
  background-color: #fc3;
}

.c-car-heading {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f3f5f6;
}

.car-heading__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  font-size: 32px;
  line-height: 38px;
}

.car-heading__subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  font-size: 20px;
  line-height: 26px;
}

.car-heading__text {
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
}

.container-car-heading {
  margin-bottom: 20px;
}

.car-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.car-info-content {
  width: 70%;
}

.car-info-sidebar {
  width: 30%;
}

.car-info-content-gallery {
  margin-bottom: 20px;
}

.slider {
  height: 520px;
  border-bottom: 8px solid #fc3;
}

.slide {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-2 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrow-icon {
  margin-right: 0px;
  padding: 40px 30px 40px 10px;
  background-color: #1d2332;
  font-size: 20px;
  line-height: 0px;
}

.arrow-icon.arrow-icon-left {
  margin-right: auto;
  margin-left: 0px;
}

.car-info-content-specs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.car-info-content-spec {
  width: 25%;
  padding: 0px 10px;
  border-right: 1px solid #ccc;
}

.car-info-content-spec.car-info-content-spec--mr-0 {
  border-right-color: transparent;
}

.car-info-content-spec-image {
  margin-bottom: 4px;
  text-align: center;
}

.car-info-content-spec-texts__text {
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  text-align: center;
}

.car-tabs-menu {
  text-align: center;
}

.car-tab-link {
  padding: 15px 50px;
  border-top: 2px solid #fc3;
  background-color: #e6e6ec;
}

.car-tab-link.w--current {
  background-color: #fff;
}

.car-tab-link__text {
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  font-weight: 700;
}

.car-tabs-content-table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.car-tabs-content-table-row:nth-child(even) {
  background-color: #e6e6ec;
}

.car-tabs-content-table-row.car-tabs-content-table-row--even {
  background-color: #e6e6ec;
}

.car-tabs-content-table-column {
  width: 50%;
  padding: 20px;
}

.car-tabs-content-table-column.car-tabs-content-table-column-100 {
  width: 100%;
}

.car-tabs-content-table-column__text {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
}

.car-tabs-content-table-column__text.car-tabs-content-table-column__text--center {
  font-weight: 700;
  text-align: center;
}

.c-car-info-sidebar {
  max-width: 400px;
  margin-left: auto;
  padding-left: 30px;
  background-color: transparent;
}

.car-info-sidebar-price {
  padding: 15px 10px;
  border-bottom: 1px solid #ccc;
}

.car-info-sidebar-price__text {
  font-family: Renaultlife, sans-serif;
  color: #fc3;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

.car-info-sidebar-price__text--font {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.car-info-sidebar-content {
  padding: 20px;
}

.car-info-sidebar-content__title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.c-form-sidebar {
  margin-bottom: 15px;
}

.form-sidebar__input {
  margin-bottom: 0px;
  padding: 20px 15px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e6e6ec;
  font-family: Renaultlife, sans-serif;
  color: #bfbfbf;
}

.form-sidebar__input::-webkit-input-placeholder {
  font-family: Renaultlife, sans-serif;
  color: #e6e6ec;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.form-sidebar__input:-ms-input-placeholder {
  font-family: Renaultlife, sans-serif;
  color: #e6e6ec;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.form-sidebar__input::-ms-input-placeholder {
  font-family: Renaultlife, sans-serif;
  color: #e6e6ec;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.form-sidebar__input::placeholder {
  font-family: Renaultlife, sans-serif;
  color: #e6e6ec;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.radio-button.mr-40 {
  margin-right: 40px;
}

.radio.w--redirected-checked {
  border-color: #fc3;
}

.radio-button__label {
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  margin-left: 5px;
}

.c-radio-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-sidebar__label {
  margin-bottom: 20px;
  font-family: Renaultlife, sans-serif;
  color: #1d2332;
}

.form-sidebar__select {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.form-sidebar__submit {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fc3;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.c-car-info-sidebar-form {
  margin-bottom: 20px;
  background-color: #fff;
}

.form-sidebar__back {
  display: block;
  padding: 12px 15px;
  background-color: #ccc;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.c-car-info-sidebar-options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.car-info-sidebar-options-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 12px 10px;
  -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;
  border: 1px solid #ccc;
  background-color: #fff;
  text-decoration: none;
}

.car-info-sidebar-options-link.car-info-sidebar-options-link__100 {
  width: 100%;
  /*border-top-color: transparent;*/
}

.car-info-sidebar-options-link__share {
  border-top-color: transparent !important;
}

.car-info-sidebar-options-link.car-info-sidebar-options-link__br0 {
  border-right-color: transparent;
}

.car-info-sidebar-options-link-image {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.car-info-sidebar-options-link-texts__text {
  font-family: Renaultlife, sans-serif;
  color: #8b8b8b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.car-visit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.car-visit-information {
  width: 70%;
  background-color: #fc3;
}

.car-visit-map {
  width: 30%;
  background-image: url('../images/map.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.c-car-visit-information {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.car-visit-information-heading {
  margin-bottom: 20px;
}

.car-visit-information-heading__title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.car-visit-information-direction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.car-visit-information-direction-texts {
  width: 50%;
}

.car-visit-information-direction-items {
  width: 50%;
}

.car-visit-information-direction-texts__text {
  margin-bottom: 20px;
  font-family: Renaultlife, sans-serif;
  color: #000;
}

.car-visit-information-direction-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.car-visit-information-direction-item__image {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.car-visit-information-direction-item-texts__text {
  font-family: Renaultlife, sans-serif;
  color: #000;
}

.similar-cars__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  text-align: center;
}

.dropdown-filter {
  width: 100%;
}

.dropdown-filter-toggle {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-filter-list.w--open {
  width: 400px;
  max-width: 500px;
}

.dropdown-filter__icon {
  color: #656565;
}

.dropdown-filter__text {
  font-family: Renaultlife, sans-serif;
  color: #656565;
  font-size: 16px;
  line-height: 22px;
}

.dropdown-filter-content-filter {
  padding: 40px 50px;
  background-color: #fff;
}

.dropdown-filter-content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dbdbdb;
  background-color: #f9f9f9;
}

.dropdown-filter-content-filter__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Renaultlife, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}

.dropdown-filter-content-links__cancel {
  padding: 20px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #dbdbdb;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  text-decoration: none;
}

.dropdown-filter-content-links__aply {
  padding: 20px;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  background-color: #fc3;
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
  text-decoration: none;
}

.dropdown-filter-content-links__text {
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
}

.dropdown-filter-content-links__text--number {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.favorite-item-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.favorite-item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.favorite-item-row__image {
  width: 20%;
  min-height: 140px;
  background-image: url('../images/image-car.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.favorite-item-row-information {
  width: 45%;
  padding: 20px;
  background-color: #fff;
}

.favorite-item-row-information.favorite-item-row-information-bl {
  border-right: 1px solid #ccc;
}

.favorite-item-row-location {
  width: 35%;
  padding: 10px;
  background-color: #fff;
}

.favorite-item-row-location.favorite-item-row-location-br {
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #ccc;
}

.favorite-item-row-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #fff;
}

.favorite-item-row-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72%;
  height: 100%;
  text-decoration: none;
}

.c-favorite-item {
  width: 24%;
  margin-right: 0.5%;
  margin-left: 0.5%;
  margin-bottom: 20px;
}

.c-favorite-item.c-favorite-item-w100 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-favorite-item-row {
  display: none;
}

.c-favorite-pagination {
  background-color: #f3f5f6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 40px;
  -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;
}

.c-favorite-pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 4px;
  margin-left: 4px;
  -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;
  border: 1px solid #9b9c9c;
  border-radius: 50%;
  background-color: #f3f5f6;
  text-decoration: none;
}

.c-favorite-pagination-link.c-favorite-pagination-link--active {
  background-color: #8b8b8b;
}

.c-favorite-pagination-link.c-favorite-pagination-link--next {
  border-color: transparent;
  background-color: #fc3;
}

.c-favorite-pagination-link__text {
  font-family: Renaultlife, sans-serif;
  color: #1e2433;
}

.c-favorite-pagination-link__text.c-favorite-pagination-link__text--active {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .c-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-items {
    display: block;
    width: 100%;
  }
  .navbar-favorites {
    width: 15%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .navbar-items__link {
    display: none;
  }
  .nav-menu {
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  }
  .nav-menu__link {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .nav-menu__link.withdout-pading {
    padding-bottom: 0px;
  }
  .nav-menu__link.withdout-pading.black {
    color: #000;
  }
  .submenu {
    position: static;
    display: block;
  }
  .c-submenu {
    padding: 0px;
  }
  .submenu__link {
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-button {
    width: 85%;
    height: 100%;
    clear: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: #000;
  }
  .banner-heading__title {
    font-size: 32px;
    line-height: 38px;
  }
  .filter-column.filter-column-50 {
    width: 100%;
  }
  .filter-column.filter-column-20 {
    width: 50%;
    padding-right: 0%;
  }
  .filter-column.filter-column-10 {
    width: 100%;
  }
  .filter-column.filter-column-more {
    width: 100%;
    margin-top: 10px;
  }
  .filter-input {
    height: 50px;
    text-align: center;
  }
  .c-filter-column {
    max-width: 768px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
  }
  .filter__submit {
    width: 100%;
  }
  .discover-item {
    padding: 15px;
  }
  .item-car-information-price {
    margin-right: 10px;
    margin-left: 10px;
  }
  .item-car-information-price__text {
    font-size: 20px;
    line-height: 26px;
  }
  .c-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .services-heading__title {
    margin-top: 0px;
  }
  .service-item__image {
    height: 250px;
  }
  .service-item-information {
    padding-bottom: 20px;
  }
  .service-item-information__title {
    margin-bottom: 20px;
  }
  .add-services {
    right: -6.3%;
    bottom: -8.3%;
  }
  .c-options {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .option-item {
    padding: 0px;
  }
  .option-item-heading {
    margin-top: auto;
  }
  .footer-heading__title {
    text-align: right;
  }
  .c-favorite-items.p0 {
    padding-bottom: 40px;
  }
  .favorite-item {
    width: 32.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .more-options__text {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tab-pane__title {
    margin-bottom: 40px;
  }
  .tab-pane-add {
    margin-bottom: 40px;
  }
  .quantity {
    font-weight: 700;
  }
  .c-favorite-opitons {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-favorite-opiton {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .favorite-option-cars {
    margin-right: 20px;
  }
  .favorite-option-list {
    text-align: right;
  }
  .favorite-option-grid {
    text-align: right;
  }
  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .c-car-heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .car-info-content {
    width: 60%;
  }
  .car-info-sidebar {
    width: 40%;
  }
  .slider {
    height: 420px;
  }
  .car-info-content-specs {
    margin-bottom: 40px;
  }
  .car-tab-link {
    padding-right: 30px;
    padding-left: 30px;
  }
  .car-tabs-content-table-column__text {
    text-align: center;
  }
  .c-car-info-sidebar {
    padding-left: 20px;
  }
  .c-car-visit-information {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-filter-toggle {
    background-color: #fff;
  }
  .dropdown-filter-list.w--open {
    width: auto;
    max-width: 100%;
  }
  .favorite-item-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .favorite-item-row__image {
    width: 100%;
    height: 300px;
    min-height: auto;
  }
  .favorite-item-row-information.favorite-item-row-information-bl {
    width: 50%;
  }
  .favorite-item-row-location.favorite-item-row-location-br {
    width: 50%;
  }
  .favorite-item-row-price {
    width: 100%;
  }
  .favorite-item-row-link {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-favorite-item {
    width: 32.33%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-header-information {
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar-favorites {
    width: 20%;
  }
  .menu-button {
    width: 80%;
  }
  .filter-column.filter-column-20 {
    width: 100%;
  }
  .filter-input.filter-input-33 {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-filter-column {
    position: relative;
  }
  .discover-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .discover-item {
    width: 50%;
    padding: 30px;
  }
  .add {
    bottom: -6%;
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
    -ms-transform: translate(-50%, 0px) rotate(45deg);
    transform: translate(-50%, 0px) rotate(45deg);
  }
  .item-car {
    width: 100%;
  }
  .item-car-heading {
    margin-bottom: 20px;
  }
  .services-items {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
    margin-left: 0%;
  }
  .service-item.without-margin-bottom {
    margin-bottom: 0px;
  }
  .service-item__image {
    height: 300px;
  }
  .add-services {
    right: -6%;
    bottom: -6%;
    -webkit-transform: translate(-50%, 0px) rotate(45deg);
    -ms-transform: translate(-50%, 0px) rotate(45deg);
    transform: translate(-50%, 0px) rotate(45deg);
  }
  .c-options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .option-item {
    width: 48%;
    margin-bottom: 40px;
    padding: 10px;
  }
  .option-item.whitout-margin-bottom {
    margin-bottom: 0px;
  }
  .c-footer {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-links {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-heading {
    width: 100%;
  }
  .footer-heading__title {
    text-align: center;
  }
  .c-favorite-items {
    padding-bottom: 40px;
  }
  .favorite-item {
    width: 49%;
  }
  .favorite-item-information-price {
    font-size: 30px;
  }
  .tabs-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tab-pane-filter {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container-car-heading {
    text-align: center;
  }
  .car-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .car-info-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .car-info-sidebar {
    width: 100%;
  }
  .slider {
    height: 300px;
  }
  .car-tab-link {
    width: 50%;
  }
  .car-tab-link.w--current {
    text-align: center;
  }
  .car-tab-link__text {
    text-align: center;
  }
  .c-car-info-sidebar {
    max-width: 100%;
    margin-left: auto;
    padding-left: 0px;
  }
  .car-info-sidebar-content {
    padding-top: 40px;
  }
  .car-visit {
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .car-visit-information {
    width: 100%;
  }
  .car-visit-map {
    width: 100%;
    height: 300px;
    background-image: url('../images/map-2-2.jpg');
  }
  .c-car-visit-information {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .car-visit-information-direction {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .similar-cars__title {
    font-size: 28px;
    line-height: 34px;
  }
  .dropdown-filter {
    position: relative;
  }
  .dropdown-filter-list.w--open {
    width: 74%;
  }
  .dropdown-filter-content-filter__title {
    text-align: center;
  }
  .dropdown-filter-content-filter-range {
    text-align: center;
  }
  .dropdown-filter-content-links__aply {
    border-top-color: transparent;
  }
  .c-favorite-item {
    width: 49%;
  }
}

@media screen and (max-width: 479px) {
  .header-information-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navbar-favorites {
    width: 30%;
  }
  .menu-button {
    width: 70%;
  }
  .banner-heading__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
  .filter-column.filter-column-20 {
    width: 100%;
  }
  .filter-input {
    font-size: 14px;
    line-height: 20px;
  }
  .discover-item {
    width: 100%;
  }
  .add {
    bottom: -3.3%;
  }
  .item-car-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-services {
    padding-right: 20px;
    padding-left: 20px;
  }
  .service-item__image {
    height: 200px;
  }
  .service-item-information__title {
    font-size: 24px;
    line-height: 30px;
  }
  .add-services {
    right: -5%;
    bottom: -9%;
  }
  .option-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
    margin-left: 0%;
  }
  .c-favorites-heading {
    padding-right: 20px;
    padding-left: 20px;
  }
  .favorite-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .favorite-item-information__image {
    margin-bottom: 20px;
  }
  .favorite-item-information__title {
    text-align: center;
  }
  .favorite-item-information__subtitle {
    text-align: center;
  }
  .favorite-item-information-specs {
    text-align: center;
  }
  .favorite-item-information-price {
    margin-bottom: 20px;
    text-align: center;
  }
  .favorite-item-information-place {
    text-align: center;
  }
  .favorite-item-information-place.favorite-item-information-place-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .favorite-item-information__other {
    text-align: center;
  }
  .c-favorite-opiton {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .favorite-option-cars {
    font-size: 14px;
    line-height: 20px;
  }
  .favorite-option-grid {
    margin-right: 5px;
    margin-left: 5px;
  }
  .c-favorite-option-order {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .dropdown {
    width: 100%;
  }
  .dropdown-toggle {
    width: 100%;
    padding-right: 60px;
  }
  .favorite-option-layout {
    text-align: center;
  }
  .c-car-heading {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slider {
    height: 250px;
  }
  .car-tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .car-tab-link {
    padding-right: 15px;
    padding-left: 15px;
  }
  .car-visit-map {
    height: 200px;
    background-size: cover;
  }
  .car-visit-information-direction-texts {
    width: 100%;
    margin-bottom: 20px;
  }
  .car-visit-information-direction-items {
    width: 100%;
  }
  .car-visit-information-direction-texts__text {
    margin-bottom: 10px;
  }
  .dropdown-filter__text {
    font-size: 14px;
    line-height: 20px;
  }
  .favorite-item-row-information.favorite-item-row-information-bl {
    width: 100%;
    border-right-color: transparent;
  }
  .favorite-item-row-location.favorite-item-row-location-br {
    width: 100%;
    border-right-color: transparent;
  }
  .c-favorite-item {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Renaultlife';
  src: url('../fonts/RenaultLife-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('../fonts/RenaultLife-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('../fonts/RenaultLife-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('../fonts/RenaultLife-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('../fonts/RenaultLife.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Renaultlife';
  src: url('../fonts/RenaultLife-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}