/* ========= NEW STYLE ====== */

.cars-list__cars_newP
{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center!important;
}


.car_grid_newP
{
  max-width: 48%;
  width: 100%;
  background: #fff;
  margin-bottom: 2.417em;
  margin-left: 10px;
  margin-right: 10px;
}


.car_grid_newP img {
    max-width: 100%;
    display: block;
    height: auto;
}

.car_wrap_newP
{
  background-position: center !important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  padding: 20px;
  position: relative;
}

.car_wrap_newP::before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.container_grid_cardP
{
  position: relative;
  z-index: 2;
}

.car_container_priceP
{
  display: flex;
  justify-content: flex-end;
}

.car_priceP
{
  width: 200px;
  min-height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #1b1b1b;
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  border-radius: 30px;
}

.car_priceP span
{
  margin-left: 5px;
}

.car_container_daneP
{
  display: flex;
}

.car_wrap_daneP
{
  display: flex;
  width: 100%;
  align-items: baseline;
}

.car__body__row__textP
{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 300;
}

.car__body__row__valueP
{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: -5px;
}

.car_wrap_daneP .car_dane_textP
{
  margin-right: 22px;
}


.container_P {
    padding: 0 15px;
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
}

.btn_car_daneP
{
  width: 50px;
  height: 50px;
  background-color: #b62235;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 36px;
  border-radius:50%;
  transition: all 0.4s;
}

.btn_car_daneP:hover
{
  background-color: #901828;
}


.container_grid_cardP h4
{
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 190px;
}

.car_wrap_btn_daneP
{
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1313px)
{
  .btn_car_daneP
  {
    margin-left: 0px;
  }
}

@media (max-width: 1238px)
{
  .car_dane_textP
  {
    margin-right: 18px;
  }
}

@media (max-width: 1045px)
{
  .car_grid_newP
  {
    max-width: 100%;
  }

  .car_container_daneP
  {
    display: block;
  }

  .car_wrap_daneP {
    margin-bottom: 15px;
  }

  .container_grid_cardP h4
  {
    margin-top: 60px;
    font-size: 28px;
  }
}


@media (max-width: 350px)
{
  .container_grid_cardP h4 {
      margin-top: 30px;
  }
}


/* new */

.flex_submenu_city
{
  display: flex;
  justify-content: center;
}

.flex_submenu_city a
{
    border-radius: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 10px;
    background-color: #b62235;
}

.flex_submenu_city a:after
{
  content: none !important;
  height: 0px !important;
}