* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: 'Conv_FiraGO-Regular';
}

:focus, :active {
  outline: none;
}

.container {
  width: 1088px;
  margin: 0 auto;
}

header {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container > ul > li {
  border-right: 1px solid #eceded;
}

header .container > ul > li:first-child {
  border-left: 1px solid #eceded;
}

header .container > ul > li a {
  width: 105px;
  height: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

header .container > ul > li a span {
  display: none;
  padding: 10px 15px;
  background-color: #eceded;
  position: absolute;
  top: 60px;
  left: 0;
  font-size: 14px;
  color: #292929;
  font-family: 'Conv_FiraGO-Medium';
  border-radius: 3px;
}

header .container > ul > li a span:after {
  content: "";
  display: inline-block;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #eceded;
  position: absolute;
  top: -4px;
  left: 50%;
}

header .container > ul > li a:hover span {
  display: block;
}

header .container > ul .lang {
  width: 106px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 12px;
  color: #292929;
  cursor: pointer;
}

header .container > ul .lang a {
  position: relative;
}

header .container > ul .lang img {
  margin-right: 8px;
}

header .container > ul .lang ul {
  position: absolute;
  top: 85px;
  left: 0;
  display: block;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

header .container > ul .lang ul li a {
  width: 106px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-bottom: 1px solid #eceded;
  color: #292929;
}

header .container > ul .lang ul li:after a {
  border-bottom: 0;
}

header .container > ul .lang:after {
  content: "";
  display: inline-block;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-top: 3px solid #292929;
  margin-left: 15px;
}

header .container > ul .lang:hover {
  background-color: #292929;
  color: #ffffff;
}

header .container > ul .lang:hover:after {
  border-top: 3px solid #ffffff;
}

header .container > ul .lang:hover ul {
  height: 100px;
}

.banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../images/banner_bg.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../images/banner_bg.jpg");
  background-size: cover;
  padding: 150px 0;
}

.banner .container {
  border-left: 3px solid #eb0b1f;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.banner .container .banner_titles {
  width: 500px;
}

.banner .container .banner_titles h2 {
  font-size: 20px;
  line-height: 24px;
  font-family: 'FiraGO-SemiBold';
  color: #fff;
  margin-bottom: 24px;
  font-weight: 600;
}

.banner .container .banner_titles h3 {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  font-size: 40px;
  font-family: 'FiraGO-Light';
  line-height: 1.3;
  color: #ffffff;
  font-weight: 300;
}

.banner .container .banner_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .container .banner_button a {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: inline-block;
  background-color: #eb0b1f;
  padding: 24px 40px;
  border-radius: 5px;
}

.models_container {
  padding-top: 80px;
  margin-bottom: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.models_container .model {
  width: 352px;
}

.models_container .model .model_image {
  height: 260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.models_container .model .model_image img {
  height: 160px;
}

.models_container .model h3 a {
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #eceded;
  font-size: 24px;
  line-height: 28px;
  color: #292929;
  font-family: 'FiraGO-SemiBold';
}

footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}

footer .footer_top .address {
  font-size: 14px;
  line-height: 17px;
  color: #292929;
  font-family: 'FiraGO-SemiBold';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_top .address .addr_icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: solid 1px #eceded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}

footer .footer_top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_top .socials li {
  margin-right: 16px;
}

footer .footer_top .socials li:last-child {
  margin-right: 0;
}

footer .footer_top .socials li a {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  border: solid 1px #eceded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_bottom {
  background-color: #eceded;
  padding: 16px 0;
}

footer .footer_bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cars_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 154px;
}

.cars_container .car_item {
  width: 352px;
  background-color: #ECEDED;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}

.cars_container .car_item .car_image {
  height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cars_container .car_item .car_image img {
  max-width: 90%;
  max-height: 100%;
}

.cars_container .car_item .car_texts {
  padding: 20px 25px;
  position: relative;
}

.cars_container .car_item .car_texts h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: 'Conv_FiraGO-Bold';
  color: #292929;
  margin-bottom: 10px;
}

.cars_container .car_item .car_texts h4 {
  font-size: 16px;
  color: #818181;
  font-family: 'FiraGO-SemiBold';
  line-height: 24px;
}

.cars_container .car_item .car_texts .view_more {
  position: absolute;
  right: 25px;
  top: 30px;
  opacity: 0;
}

.cars_container .car_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cars_container .car_item:hover:after {
  background-color: #EB0B1F;
}

.cars_container .car_item:hover .view_more {
  opacity: 1;
}

.title_container {
  text-align: center;
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
}

.title_container h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #292929;
  font-family: 'FiraGO-SemiBold';
  margin-bottom: 16px;
}

.title_container h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #818181;
  font-family: 'FiraGO-SemiBold';
}

.title_container p {
  width: 500px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #818181;
  font-family: 'Conv_FiraGO-Regular';
}

.title_container .back {
  position: absolute;
  left: 0;
  top: 8px;
}

.car_slider .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car_slider .swiper-slide img {
  height: 400px;
}

.car_slider .swiper-button-next, .car_slider .swiper-button-prev, .car_slider .swiper-button-next, .car_slider .swiper-button-prev {
  background-color: #eceded;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.car_slider .swiper-button-next:after, .car_slider .swiper-button-prev:after, .car_slider .swiper-button-next:after, .car_slider .swiper-button-prev:after {
  display: none;
}

.car_slider .swiper-button-next:before, .car_slider .swiper-button-prev:before, .car_slider .swiper-button-next:before, .car_slider .swiper-button-prev:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.car_slider .swiper-button-next:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.car_specifications {
  margin-bottom: 160px;
  margin-top: 90px;
}

.car_specifications table {
  width: 100%;
  border-collapse: collapse;
}

.car_specifications table tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
}

.car_specifications table tr td {
  border: solid 1px #eceded;
  text-align: center;
  color: #818181;
  font-size: 12px;
}

.car_specifications table tr td:first-child {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  color: #292929;
  font-family: 'FiraGO-SemiBold';
  padding: 20px 30px;
  background-color: transparent;
  text-align: left;
}

.car_specifications table tr:first-child td {
  background-color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  text-align: center;
  font-family: 'FiraGO-SemiBold';
  color: #292929;
}

.car_specifications table tr:first-child td:first-child {
  width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #eb0b1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  font-family: 'FiraGO-SemiBold';
  color: #ffffff;
  padding: 24px 30px;
}

.car_specifications table tr:last-child td {
  background-color: #292929;
  color: #ffffff;
  font-family: 'Conv_FiraGO-Bold';
  border: 0;
}

.car_specifications table tr:last-child td:first-child {
  font-family: 'FiraGO-SemiBold';
}
/*# sourceMappingURL=style.css.map */