:root {
  --main-yellow: #fff3cb;
  --main-black: #242424;
  --main-green: #edf5e1;
  --main-blue: #05386b;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #05386b;
  font-family: Lexend, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.main-section {
  margin-bottom: 100px;
}

.container {
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
}

.car-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--main-yellow);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.slider-wrapper {
  display: flex;
}

.car-info-wrapper {
  flex-flow: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.car-top-details {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.car-misc {
  display: flex;
}

.car-price {
  color: var(--main-black);
  font-size: 30px;
  font-weight: 800;
  line-height: 44px;
}

.car-misc-top {
  color: var(--main-black);
  background-color: #fffbed;
  margin-right: 20px;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 28px;
}

.car-description-text {
  color: var(--main-black);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.car-name {
  color: var(--main-black);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
}

.slider {
  height: auto;
  display: flex;
}

.brand {
  color: #303030;
}

.brand.w--current {
  color: #f04624;
  padding-left: 0;
}

.brand.w--current:hover {
  color: #c93517;
}

.container-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-block-2 {
  font-size: 32px;
  line-height: 32px;
}

.heading {
  color: var(--main-black);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  font-size: 54px;
  line-height: 54px;
}

.navbar {
  background-color: #000;
}

.contact {
  background-color: #fffdf8;
}

.contact-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-method {
  background-color: var(--main-yellow);
  color: var(--main-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.contact-icon {
  font-family: Material Icons, sans-serif;
  font-size: 38px;
  line-height: 40px;
}

.contact-title {
  color: var(--main-black);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.contact-detail {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}

.link {
  color: var(--main-black);
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.copyright {
  color: var(--main-black);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .car-wrapper, .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-method {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .car-top-details {
    flex-flow: column;
  }

  .car-misc {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .car-price {
    order: -1;
    margin-bottom: 12px;
  }

  .car-misc-top {
    margin-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .contact-method {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .contact-details {
    text-align: center;
    margin-left: 0;
  }
}

#w-node-add7607d-1c93-bded-297a-01f39206b2a0-a5a3abaf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-add7607d-1c93-bded-297a-01f39206b2a0-a5a3abaf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


