@import url("https://www.adcar.sk/resources/css/vendor/swiper.min.css");
@import url("https://www.adcar.sk/resources/css/vendor/jquery.fancybox.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap&subset=latin-ext");
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

header {
  width: 100%;
  max-width: 1440px;
  height: 85px;
  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;
  border-bottom: 1px solid #4A4A4A;
}

header > .logo {
  width: 80px;
  height: auto;
  display: block;
}

header > .logo > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 470px;
}

header .info > .info_btn {
  width: 272px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #4A4A4A;
  color: #FFFFFF;
  border: none;
  font-size: 14px;
  letter-spacing: 4.67px;
  line-height: 18px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

header .info > .info_btn:hover {
  background-color: #4a4a4ab3;
}

header .info > a {
  color: #4A4A4A;
  font-size: 16px;
  letter-spacing: 2px;
}

header .info > span {
  height: 16px;
  width: 1px;
  background-color: #4A4A4A;
}

header .info .social {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .info .social > a {
  height: 16px;
  width: 16px;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

header .info .social > a.fb {
  width: 8px;
  background-image: url("../../../resources/img/svg/fb.svg");
}

header .info .social > a.insta {
  background-image: url("../../../resources/img/svg/insta.svg");
  margin-left: 20px;
}

header .header_contact_box {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
}

header .header_contact_box.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

header .header_contact_box .close_btn {
  position: absolute;
  right: 17px;
  top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

header .header_contact_box .close_btn p {
  color: #FF4D00;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 19px;
  text-transform: uppercase;
  margin-right: 16px;
}

header .header_contact_box .header_contact_text {
  color: #0071BB;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 5.5px;
  line-height: 27px;
  text-transform: uppercase;
}

header .header_contact_box .header_contact_text strong {
  color: #FF4D00;
}

header .header_contact_box .header_contact_link {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 29px;
  margin: 2em 0;
}

header .header_contact_box .header_contact_text_2 {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4.5px;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
}

header .header_contact_box .header_contact_infolinka {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 29px;
}

@media only screen and (max-width: 1500px) {
  header {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 800px) {
  header {
    height: 70px;
  }
  header > .logo {
    width: 60px;
  }
  header .info {
    width: 370px;
  }
  header .info > a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  header .header_contact_box .header_contact_text {
    font-size: 18px;
    letter-spacing: 3.5px;
    line-height: 23px;
  }
  header .header_contact_box .header_contact_text_2 {
    font-size: 16px;
    letter-spacing: 3.5px;
    line-height: 20px;
    margin: 30px 0 10px 0;
  }
  header .header_contact_box .header_contact_infolinka {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 650px) {
  header {
    height: 65px;
  }
  header .info {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
  }
  header .info .info_btn {
    margin-right: 15px;
  }
  header .info > a,
  header .info > span {
    display: none;
  }
  header .info .social > a {
    height: 24px;
    width: 24px;
  }
  header .info .social > a.fb {
    width: 12px;
  }
}

@media only screen and (max-width: 470px) {
  header .info .info_btn {
    width: 130px;
    height: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 10px;
    letter-spacing: 1.67px;
    line-height: 14px;
    padding: 7px;
  }
  header .info .info_btn svg {
    display: none;
  }
  header .header_contact_box .close_btn p {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
    margin-right: 12px;
  }
  header .header_contact_box .header_contact_text {
    font-size: 16px;
    letter-spacing: 2.5px;
    line-height: 20px;
  }
  header .header_contact_box .header_contact_text_2 {
    font-size: 14px;
    letter-spacing: 2.5px;
    line-height: 18px;
    margin: 30px 0 10px 0;
  }
}

/** GLOBALS **/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  outline: none;
}

.fancybox-navigation {
  position: static;
}

._hidden {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

html.noscroll,
body.noscroll {
  overflow-y: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body > section {
  width: 100%;
  max-width: 1440px;
}

h1 {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 30px;
}

h2,
h3 {
  font-size: 18px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #9B9B9B;
}

h2.blue,
h3.blue {
  color: #0071BB;
}

h2.orange,
h3.orange {
  color: #FF4D00;
}

h2.white,
h3.white {
  color: #fff;
}

section {
  width: 100%;
}

section.subpage {
  padding-top: 35px;
}

section.subpage h1,
section.subpage h2 {
  font-size: 16px;
  font-weight: 600;
  color: #0071BB;
  letter-spacing: 0.5px;
  text-transform: none;
}

a {
  color: #000;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #000;
}

p {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3;
}

p > strong {
  font-weight: 700;
}

.swiper-button-disabled {
  cursor: default !important;
}

.swiper-button-disabled > img {
  cursor: default !important;
}

@media only screen and (max-width: 1500px) {
  body > section {
    max-width: 1300px;
  }
}

@media only screen and (max-width: 1360px) {
  body {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 750px) {
  body {
    padding: 0 20px;
  }
}

.game_subpage {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5em 0em;
}

.game_subpage .game_content h1 {
  margin-bottom: 1em;
}

.game_subpage .game_content h2 {
  margin-bottom: 0.5em;
}

.game_subpage .game_content p {
  margin-bottom: 1em;
}

.game_subpage .game_image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 100%;
}

footer {
  width: 100%;
  max-width: 1440px;
  margin-top: 40px;
}

footer .newsletter {
  width: 100%;
  padding: 60px 40px;
  background-image: url("../../../resources/img/newsletter.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

footer .newsletter > div {
  width: 660px;
  margin-left: auto;
}

footer .newsletter > div form {
  margin-top: 25px;
  width: 100%;
}

footer .newsletter > div form button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  height: 42px;
  border: 0;
  color: #fff;
  background: #0071BB;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: .3s all;
  transition: .3s all;
}

footer .newsletter > div form button:hover {
  background: #008ad7;
}

footer .newsletter > div form input {
  width: 100%;
  height: 42px;
  background: transparent;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 1px solid #0071BB;
  letter-spacing: 1px;
}

footer .newsletter > div p {
  margin-top: 25px;
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
}

footer .newsletter > div p.message {
  font-weight: 600;
  font-size: 18px;
}

footer .newsletter > div p a {
  font-weight: 600;
  color: #fff;
}

footer .links {
  margin-top: 40px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid #D8D8D8;
  border-width: 1px 0;
}

footer .links > div {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .links > div > strong,
footer .links > div > a {
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  color: #4A4A4A;
}

footer .links > div > strong {
  font-weight: 600;
}

footer .links > div > a {
  margin-top: 13px;
}

footer .links > div > a.small {
  text-transform: none;
}

footer .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

footer .bottom a {
  letter-spacing: 2px;
  color: #000;
  font-size: 14px;
}

@media only screen and (max-width: 1500px) {
  footer {
    max-width: 1300px;
  }
  footer .newsletter {
    background-position: right;
  }
}

@media only screen and (max-width: 1100px) {
  footer .links.big {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 13.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 850px) {
  footer .newsletter {
    padding: 60px 30px;
  }
  footer .newsletter > div {
    width: 100%;
  }
  footer .links.medium > div > a,
  footer .links.medium > div > strong, footer .links.big > div > a,
  footer .links.big > div > strong {
    letter-spacing: 1px;
  }
  footer .links.big {
    grid-column-gap: 80px;
  }
}

@media only screen and (max-width: 750px) {
  footer .newsletter {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 700px) {
  footer .links.medium {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    grid-row-gap: 30px;
    grid-column-gap: 29vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .links.big {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    grid-column-gap: 18vw;
  }
}

@media only screen and (max-width: 650px) {
  footer .links.small {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-row-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom a:nth-child(2) {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 550px) {
  footer .links.medium {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-column-gap: 0;
  }
}

@media only screen and (max-width: 500px) {
  footer .links.big {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-column-gap: 0;
  }
}

@media only screen and (max-width: 450px) {
  footer .newsletter {
    padding: 35px 20px;
  }
  footer .newsletter > div form input {
    height: 36px;
    letter-spacing: 0;
  }
  footer .newsletter > div form button {
    padding: 0 10px;
    height: 36px;
    letter-spacing: 0;
  }
  footer .bottom {
    padding: 15px 0;
  }
  footer .bottom a {
    letter-spacing: 1px;
  }
  footer .bottom a:nth-child(2) {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 350px) {
  footer .newsletter > div form input {
    letter-spacing: 1px;
  }
  footer .newsletter > div form button {
    padding: 0 30px;
    letter-spacing: 4px;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

section.top_commercial {
  z-index: 110;
}

section.top_commercial > a {
  width: 100%;
  display: block;
}

section.top_commercial > a > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.frontpage {
  margin-top: 35px;
}

section.front_form form {
  margin-top: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}

section.front_form form button {
  width: 49%;
  margin: 25px 0 0 auto;
  min-width: auto;
}

section.front_form form > div:last-child > div:last-child {
  margin-top: 15px;
}

section.front_week_offer #week_offer.swiper-container {
  width: 100%;
  margin-top: 35px;
  padding-bottom: 55px;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide > img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide strong,
section.front_week_offer #week_offer.swiper-container .swiper-slide p {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 2px;
  color: #4A4A4A;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide > strong {
  margin-top: 7px;
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide > span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 9px 0;
  background-color: #D8D8D8;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide .row .btn_more {
  margin-left: auto;
}

section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
  height: 220px;
}

section.front_special_offer #special_offer.swiper-container {
  width: 100%;
  margin-top: 35px;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
  display: block;
  width: 740px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont {
  width: 665px;
  margin-left: auto;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row {
  width: 100%;
  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;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
  font-size: 32px;
  letter-spacing: 2px;
  color: #4A4A4A;
  white-space: nowrap;
  max-width: 420px;
  overflow: hidden;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
  font-size: 19px;
  letter-spacing: 0.5px;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box {
  height: 40px;
  padding-left: 20px;
  border-left: 1px solid #9B9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FF4D00;
  font-weight: 700;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p.old {
  font-weight: 400;
  color: #9B9B9B;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p.old > span {
  color: #9B9B9B;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p > span {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
  display: none;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid {
  margin-top: 20px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > .btn {
  position: absolute;
  width: calc(50% - 10px);
  right: 0;
  bottom: calc(48px - 21px);
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > img,
section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > span {
  display: block;
  width: 100%;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div {
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div:not(:last-child)::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  right: -10px;
  background-color: #D8D8D8;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div > * {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4A4A4A;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div > p {
  margin: 8px 0;
  text-transform: uppercase;
}

section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div > span {
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 3px;
}

section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
  width: 665px;
}

section.front_commercial {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

section.front_commercial > a {
  display: block;
  width: 100%;
  height: 500px;
}

section.front_commercial > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.front_commercial > a:nth-child(3) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
  height: 392px;
}

@media only screen and (max-width: 1500px) {
  section.front_week_offer #week_offer.swiper-container .swiper-slide > img, section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
    height: 200px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
    width: 615px;
    height: 390px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont {
    width: 650px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 30px;
    max-width: 415px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p {
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p.old > span {
    font-size: 18px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p > span {
    font-size: 22px;
    font-weight: 700;
    text-align: right;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > img,
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > span {
    height: 90px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div {
    height: 80px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div:not(:last-child)::after {
    right: -8px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div > p {
    margin: 5px 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > .btn {
    bottom: calc(40px - 21px);
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
    width: 650px;
  }
  section.front_commercial > a {
    height: 450px;
  }
  section.front_commercial > a:nth-child(3) {
    height: 355px;
  }
}

@media only screen and (max-width: 1360px) {
  section.front_form form {
    grid-column-gap: 20px;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide > img, section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
    height: 14.4vw;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide strong,
  section.front_week_offer #week_offer.swiper-container .swiper-slide p {
    font-size: 15px;
    letter-spacing: 1px;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide > strong {
    min-height: 40px;
    max-height: 40px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
    width: calc(100% - 680px);
    height: 29vw;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid {
    margin: auto 0;
    grid-row-gap: 40px;
    padding-bottom: 30px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > img:nth-child(n+6) {
    display: none;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > span {
    display: none;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > .btn {
    bottom: calc(70px - 21px);
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
    width: 650px;
  }
  section.front_commercial {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  section.front_commercial > a {
    height: 33.1vw;
  }
  section.front_commercial > a:nth-child(3) {
    height: 25.8vw;
  }
}

@media only screen and (max-width: 1250px) {
  section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
    width: calc(100% - 480px);
    height: 34vw;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont {
    width: 440px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 32px;
    max-width: 100%;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box {
    padding-left: 0;
    border-left: 0;
    margin: 15px 0 0 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > img {
    display: none;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div:not(:last-child)::after {
    right: 5px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > .btn {
    bottom: auto;
    right: auto;
    position: relative;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 4;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
    width: 440px;
  }
}

@media only screen and (max-width: 1100px) {
  section.front_week_offer #week_offer.swiper-container .swiper-slide > img, section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
    height: 18.8vw;
  }
}

@media only screen and (max-width: 1050px) {
  section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
    width: calc(100% - 380px);
    height: 36vw;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont {
    width: 350px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 28px;
    letter-spacing: 1px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    font-size: 17px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box {
    margin: 10px 0 0 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p {
    font-size: 14px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p.old > span {
    font-size: 16px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p > span {
    font-size: 18px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 20px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div:not(:last-child)::after {
    right: -10px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > .btn {
    width: 100%;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
    width: 350px;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text > div:first-child > span {
    margin: 0 0 0 15px;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text > div > span {
    letter-spacing: 1px;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 950px) {
  section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
    height: 32vw;
  }
}

@media only screen and (max-width: 850px) {
  section.front_special_offer #special_offer.swiper-container {
    padding-bottom: 60px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide > img {
    display: none;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont {
    width: 100%;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 26px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    min-height: 32px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box {
    margin: 10px 0 0 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
    display: block;
    width: 100%;
    height: 27vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    margin: 20px 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid {
    padding-bottom: 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont .grid > div:not(:last-child)::after {
    right: -10px;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
    width: 100%;
    padding-top: 15px;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text > div > span {
    letter-spacing: 2px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 750px) {
  section.frontpage {
    margin-top: 40px;
  }
  section.front_week_offer #week_offer.swiper-container {
    margin-top: 25px;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide > img, section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
    height: 28.2vw;
  }
  section.front_commercial > a {
    height: 32.8vw;
  }
}

@media only screen and (max-width: 700px) {
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 22px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    font-size: 17px;
    letter-spacing: 0;
    padding-top: 4px;
    min-height: 27px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
    height: 27vw;
  }
}

@media only screen and (max-width: 600px) {
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 30px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    font-size: 22px;
    letter-spacing: 1px;
    padding-top: 0;
    min-height: auto;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p {
    font-size: 16px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p.old > span {
    font-size: 20px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row .price_box > p > span {
    font-size: 22px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
    height: 56vw;
  }
}

@media only screen and (max-width: 500px) {
  section.front_week_offer #week_offer.swiper-container {
    padding-bottom: 0;
  }
  section.front_week_offer #week_offer.swiper-container .abs_navigation {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 35px 0 0 auto;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide strong,
  section.front_week_offer #week_offer.swiper-container .swiper-slide p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.5;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide strong {
    line-height: 1.3;
    font-weight: 600;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide .row strong,
  section.front_week_offer #week_offer.swiper-container .swiper-slide .row p {
    font-size: 15px;
    letter-spacing: 1px;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide .row .btn_more {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -22px;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide > img, section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
    height: 28.8vw;
  }
}

@media only screen and (max-width: 450px) {
  section.front_special_offer #special_offer.swiper-container {
    padding: 0 25px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 26px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    font-size: 16px;
    letter-spacing: 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
    height: 52vw;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text {
    position: absolute;
    bottom: calc(50% - 11px);
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text > div > img {
    height: 22px;
  }
  section.front_special_offer #special_offer.swiper-container .abs_navigation_text > div > span {
    display: none;
  }
  section.front_commercial {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  section.front_commercial > a {
    height: 65.1vw;
  }
  section.front_commercial > a:nth-child(3) {
    grid-column-end: 2;
  }
}

@media only screen and (max-width: 400px) {
  section.front_form form select,
  section.front_form form input {
    font-size: 15px;
    letter-spacing: 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 22px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    font-size: 15px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
    height: 50vw;
  }
}

@media only screen and (max-width: 359px) {
  section.front_week_offer #week_offer.swiper-container {
    padding: 0 25px 25px 25px;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide > img, section.front_week_offer #week_offer.swiper-container .swiper-slide::before {
    height: 50.8vw;
  }
  section.front_week_offer #week_offer.swiper-container .swiper-slide strong {
    min-height: auto;
    max-height: none;
  }
  section.front_week_offer #week_offer.swiper-container .abs_navigation {
    position: absolute;
    bottom: calc(50% - 11px);
    right: 0;
    width: 100%;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.front_week_offer #week_offer.swiper-container .abs_navigation > img {
    height: 22px;
  }
  section.front_week_offer #week_offer.swiper-container .abs_navigation .swiper-pagination {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong {
    font-size: 20px;
    letter-spacing: 0;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > .row > strong.smaller {
    font-size: 14px;
  }
  section.front_special_offer #special_offer.swiper-container .swiper-slide .info_cont > img {
    height: 48vw;
  }
}

section.cars > .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.cars > .content > .left {
  width: 330px;
}

section.cars > .content > .left form {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  margin-top: 10px;
}

section.cars > .content > .left form label {
  margin-top: 20px !important;
}

section.cars > .content > .left form .model_wrapper.show {
  margin-top: 0;
}

section.cars > .content > .left form button {
  width: 100%;
  margin-top: 40px;
}

section.cars > .content > .left > .clear {
  display: block;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  margin: 30px auto 0 auto;
  font-size: 12px;
  letter-spacing: 2px;
  color: #9B9B9B;
  font-weight: 600;
}

section.cars > .content > .right {
  width: calc(100% - 370px);
}

section.cars > .content > .right .sorting_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.cars > .content > .right .sorting_row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #4A4A4A;
  font-weight: 400;
}

section.cars > .content > .right .sorting_row > div > a {
  display: block;
  width: 15px;
  height: 9px;
  margin-left: 8px;
}

section.cars > .content > .right .sorting_row > div > a:nth-child(1) {
  margin-left: 25px;
}

section.cars > .content > .right .sorting_row > div > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.cars > .content > .right #cars_container .car_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}

section.cars > .content > .right #cars_container .car_box > a {
  display: block;
  width: 370px;
  height: 222px;
}

section.cars > .content > .right #cars_container .car_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.cars > .content > .right #cars_container .car_box .info_box {
  width: calc(100% - 410px);
}

section.cars > .content > .right #cars_container .car_box .info_box > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
  width: calc(100% - 170px);
  overflow: hidden;
  white-space: nowrap;
}

section.cars > .content > .right #cars_container .car_box .info_box > .row strong.smaller {
  font-size: 14px;
  letter-spacing: 1px;
}

section.cars > .content > .right #cars_container .car_box .info_box > .row strong,
section.cars > .content > .right #cars_container .car_box .info_box > .row span {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4A4A4A;
  font-weight: 600;
}

section.cars > .content > .right #cars_container .car_box .info_box > .row span {
  font-weight: 400;
}

section.cars > .content > .right #cars_container .car_box .info_box > .row p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #4A4A4A;
  line-height: 1.6;
}

section.cars > .content > .right #cars_container .car_box .info_box > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #D8D8D8;
  margin: 10px 0;
}

section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 10px;
}

section.cars > .content > .right #cars_container .car_box .info_box .info_grid span,
section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
  font-size: 14px;
  letter-spacing: 2px;
  color: #4A4A4A;
}

section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
  font-weight: 600;
}

section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong span {
  font-weight: 400;
}

section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong span:last-child {
  display: none;
}

section.cars > .content > .right #cars_container .car_box .info_box .mobil_price {
  display: none;
}

section.cars > .content > .right #cars_container .car_box .info_box .mobil_price strong,
section.cars > .content > .right #cars_container .car_box .info_box .mobil_price span {
  font-size: 14px;
  letter-spacing: 1px;
  color: #4A4A4A;
  font-weight: 600;
}

section.cars > .content > .right #cars_container .car_box .info_box .mobil_price span {
  font-weight: 400;
}

section.cars > .content > .right #cars_container .car_box .info_box .mobil_price p {
  font-size: 12px;
  letter-spacing: 1px;
  color: #4A4A4A;
}

section.cars > .content > .right #cars_container .car_box .info_box .btn_more {
  margin-left: auto;
}

section.cars > .content > .right #cars_container .commercial_box {
  width: 100%;
  display: block;
  margin-top: 30px;
  overflow: hidden;
}

section.cars > .content > .right #cars_container .commercial_box > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.cars > .content > .right #cars_container > .btn {
  margin: 30px auto 0 auto;
}

section.cars > .content > .right #cars_container .loader_cont {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  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;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.45);
  z-index: 50;
  -webkit-transition: .1s all;
  transition: .1s all;
}

section.cars > .content > .right #cars_container .loader_cont::before {
  content: '';
  width: 7em;
  height: 7em;
  position: absolute;
  top: calc(50% - 3.5em);
  left: calc(50% - 3.5em);
  background: #fff;
  border-radius: 25%;
  overflow: hidden;
}

section.cars > .content > .right #cars_container .loader_cont._visible {
  opacity: 1;
  visibility: visible;
}

section.cars > .content > .right #cars_container .loader_cont .loader {
  border-radius: 50%;
  color: #FF4D00;
  font-size: 11px;
  text-indent: -99999em;
  width: 36px;
  height: 36px;
  -webkit-box-shadow: inset 0 0 0 0.3em;
          box-shadow: inset 0 0 0 0.3em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section.cars > .content > .right #cars_container .loader_cont .loader::before, section.cars > .content > .right #cars_container .loader_cont .loader::after {
  position: absolute;
  content: '';
  width: 21px;
  height: 39px;
  background: #fff;
}

section.cars > .content > .right #cars_container .loader_cont .loader::before {
  border-radius: 37px 0 0 37px;
  top: -1px;
  left: -1px;
  -webkit-transform-origin: 18px 18px;
  transform-origin: 18px 18px;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}

section.cars > .content > .right #cars_container .loader_cont .loader::after {
  border-radius: 0 37px 37px 0;
  top: 1px;
  left: 18px;
  -webkit-transform-origin: 0.5px 18px;
  transform-origin: 0.5px 18px;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}

section.cars > .content > .right > .empty_box {
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.cars > .content > .right > .empty_box p {
  font-size: 24px;
  color: #0071BB;
  font-weight: 600;
  text-align: center;
}

section.cars.cars_entry > .abs_form_cont {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

section.cars.cars_entry > .abs_form_cont.active {
  opacity: 1;
  visibility: visible;
}

section.cars.cars_entry > .abs_form_cont > form {
  width: 700px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 113, 187, 0.9);
}

section.cars.cars_entry > .abs_form_cont > form input {
  height: 42px;
  background: transparent;
  padding: 0 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  letter-spacing: 1px;
}

section.cars.cars_entry > .abs_form_cont > form a,
section.cars.cars_entry > .abs_form_cont > form p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

section.cars.cars_entry > .abs_form_cont > form > *:not(button) {
  width: 100%;
}

section.cars.cars_entry > .abs_form_cont > form > *:not(button):not(:first-child) {
  margin-top: 30px;
}

section.cars.cars_entry > .abs_form_cont > form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.cars.cars_entry > .abs_form_cont > form .row > input {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}

section.cars.cars_entry > .abs_form_cont > form .row > span {
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  display: inline-block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
}

section.cars.cars_entry > .abs_form_cont > form .row input[type=checkbox]:checked + span {
  background-image: url("../../../../resources/img/svg/checked.svg");
}

section.cars.cars_entry > .abs_form_cont > form > img {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
  top: 15px;
  right: 15px;
  margin: 0 !important;
}

section.cars.cars_entry > .abs_form_cont > form button {
  margin-top: 20px;
}

section.cars.cars_entry > .content > .right > p.message {
  font-size: 22px;
  font-weight: 600;
  color: #0071BB;
  letter-spacing: 1px;
  padding: 0 0 25px 0;
  text-align: center;
}

section.cars.cars_entry > .content > .right > .media_row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

section.cars.cars_entry > .content > .right > .media_row > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #0071BB;
  cursor: pointer;
}

section.cars.cars_entry > .content > .right > .media_row > a.share {
  display: none;
}

section.cars.cars_entry > .content > .right > .media_row > a.share.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.cars.cars_entry > .content > .right > .media_row > a:not(:last-child) {
  margin-right: 30px;
}

section.cars.cars_entry > .content > .right > .media_row > a > img {
  display: block;
  width: 16px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-right: 10px;
}

section.cars.cars_entry > .content > .right > .media_row > a:last-child {
  font-size: 14px;
  letter-spacing: 1px;
  color: #9B9B9B;
  margin-left: auto;
}

section.cars.cars_entry > .content > .right > .media_row > a:last-child > img {
  width: 22px;
}

section.cars.cars_entry > .content > .right .detail_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
  width: 600px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
  display: block;
  width: 100%;
  height: 111px;
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 4;
  height: 360px;
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(4) > span {
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(4):hover > span {
  background-color: rgba(0, 0, 0, 0.4);
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(n+5) {
  display: none;
}

section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont {
  width: calc(100% - 640px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row:not(:first-child) {
  margin: auto 0;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left strong {
  font-weight: 600;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 1.6;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left a {
  display: block;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 1.6;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left a:nth-child(2) {
  margin-top: 20px;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left.shorter {
  max-width: calc(100% - 82px);
  overflow: hidden;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .pin > img {
  display: block;
  width: 16px;
  height: auto;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .pin p {
  text-align: center;
  color: #0071BB;
  font-size: 12px;
  margin-top: 1px;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
  display: block;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
  width: 1px;
  height: 160px;
  background-color: #4A4A4A;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #9B9B9B;
  letter-spacing: 1px;
  line-height: 1.5;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box a:nth-last-child(2) {
  margin-top: auto;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
  display: block;
  margin-top: 55px;
  font-size: 16px;
  color: #4A4A4A;
  font-weight: 600;
  letter-spacing: 1px;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 1px;
  color: #FF4D00;
  font-weight: 700;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p.old {
  font-weight: 400;
  color: #9B9B9B;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p.old > span {
  color: #9B9B9B;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
  padding-right: 120px;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > span {
  line-height: 1.3;
  font-size: 12px;
  letter-spacing: 1px;
  color: #9B9B9B;
}

section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box .btn {
  width: 100%;
  margin-top: 20px;
}

section.cars.cars_entry > .content > .right .text_cont {
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #D8D8D8;
}

section.cars.cars_entry > .content > .right .text_cont h1 {
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3px;
}

section.cars.cars_entry > .content > .right .text_cont > span {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #4A4A4A;
  letter-spacing: 1px;
}

section.cars.cars_entry > .content > .right .text_cont h2 {
  color: #4A4A4A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 32px;
  text-transform: none;
}

section.cars.cars_entry > .content > .right .text_cont .data_grid {
  margin-top: 25px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 75px;
  grid-row-gap: 8px;
}

section.cars.cars_entry > .content > .right .text_cont .data_grid::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #D8D8D8;
}

section.cars.cars_entry > .content > .right .text_cont .data_grid > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p,
section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
  width: 55%;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
  width: 45%;
  font-weight: 600;
}

section.cars.cars_entry > .content > .right .text_cont .text_grid {
  margin-top: 25px;
  width: 100%;
}

section.cars.cars_entry > .content > .right .text_cont .text_grid p {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #4A4A4A;
  line-height: 2;
}

section.cars.cars_entry > .content > .right .text_cont .text_grid.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 140px;
}

section.cars.cars_entry > .content > .right .text_cont .text_grid.grid::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #D8D8D8;
}

section.cars.cars_entry .similar_cars {
  width: 100%;
  padding-top: 35px;
  margin-top: 30px;
  border-top: 1px solid #D8D8D8;
}

section.cars.cars_entry .similar_cars .similar_grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 25px;
  margin-top: 35px;
}

section.cars.cars_entry .similar_cars .similar_grid > a {
  display: block;
  width: 100%;
}

section.cars.cars_entry .similar_cars .similar_grid > a > img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.cars.cars_entry .similar_cars .similar_grid > a strong,
section.cars.cars_entry .similar_cars .similar_grid > a p {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  letter-spacing: 2px;
  color: #4A4A4A;
}

section.cars.cars_entry .similar_cars .similar_grid > a > strong {
  margin-top: 7px;
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
}

section.cars.cars_entry .similar_cars .similar_grid > a > span {
  display: block;
  width: 100%;
  height: 1px;
  margin: 9px 0;
  background-color: #D8D8D8;
}

section.cars.cars_entry .similar_cars .similar_grid > a .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.cars.cars_entry .similar_cars .similar_grid > a .row .btn_more {
  margin-left: auto;
}

section.cars.cars_entry .similar_cars .similar_grid > a::before {
  height: 220px;
}

section.cars.cars_entry .similar_cars .similar_grid > a:nth-child(n+5) {
  display: none;
}

@media print {
  header .info {
    width: 340px;
  }
  header .info > span,
  header .info .social {
    display: none;
  }
  section.cars.cars_entry > .content > .left {
    display: none;
  }
  section.cars.cars_entry > .content > .right {
    width: 100%;
  }
  section.cars.cars_entry > .content > .right .media_row {
    display: none;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 330px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    display: none;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 200px;
    display: block;
  }
  section.cars.cars_entry > .content > .right .detail_box .info_cont {
    width: 320px;
    margin-top: 0;
  }
  section.cars.cars_entry > .content > .right .detail_box .info_cont > .row:not(:first-child) {
    margin: 10px 0;
  }
  section.cars.cars_entry > .content > .right .detail_box .info_cont > .row > img {
    width: 120px;
    height: 120px;
  }
  section.cars.cars_entry > .content > .right .detail_box .info_cont > .row .info_box strong {
    margin-top: 15px;
  }
  section.cars.cars_entry > .content > .right .detail_box .info_cont > .row .info_box a:nth-last-child(2) {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box .info_cont .price_box .btn {
    display: none;
  }
  section.cars.cars_entry .similar_cars {
    display: none;
  }
  .grecaptcha-badge {
    display: none !important;
  }
  footer .newsletter,
  footer .links {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  section.cars > .content > .right #cars_container .car_box > a {
    width: 330px;
    height: 204px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 365px);
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    font-size: 15px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong.smaller {
    letter-spacing: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    width: 70%;
  }
  section.cars > .content > .right #cars_container .commercial_box {
    height: 254px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 530px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 100px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 320px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: calc(100% - 570px);
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    width: 130px;
    height: 130px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
    height: 130px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 30px;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 60%;
    letter-spacing: 1px;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 40%;
  }
  section.cars.cars_entry > .content > .right .text_cont .text_grid p {
    letter-spacing: 1px;
  }
  section.cars.cars_entry > .content > .right .text_cont .text_grid.grid {
    grid-column-gap: 90px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 190px;
  }
}

@media only screen and (max-width: 1400px) {
  section.cars.cars_entry > .abs_form_cont > form {
    padding: 30px 40px;
  }
  section.cars.cars_entry > .abs_form_cont > form > *:not(button):not(:first-child) {
    margin-top: 25px;
  }
  section.cars.cars_entry > .abs_form_cont > form > img {
    width: 22px;
    height: 22px;
    top: 12px;
    right: 12px;
  }
}

@media only screen and (max-width: 1360px) {
  section.cars > .content > .left {
    width: 250px;
  }
  section.cars > .content > .left form label {
    font-size: 14px;
  }
  section.cars > .content > .left form select,
  section.cars > .content > .left form input {
    font-size: 14px;
    letter-spacing: 0;
  }
  section.cars > .content > .right {
    width: calc(100% - 280px);
  }
  section.cars > .content > .right #cars_container .commercial_box {
    height: 20vw;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 13.8vw;
  }
}

@media only screen and (max-width: 1300px) {
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 430px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 85px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 270px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: calc(100% - 480px);
  }
}

@media only screen and (max-width: 1200px) {
  section.cars > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.cars > .content > .left {
    width: 100%;
  }
  section.cars > .content > .left form {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  section.cars > .content > .left form label {
    font-size: 15px;
    margin-top: 15px !important;
  }
  section.cars > .content > .left form select,
  section.cars > .content > .left form input {
    font-size: 16px;
    letter-spacing: 1px;
  }
  section.cars > .content > .left form button {
    margin-top: 30px;
  }
  section.cars > .content > .right {
    width: 100%;
    margin-top: 35px;
  }
  section.cars > .content > .right #cars_container .car_box > a {
    width: 370px;
    height: 222px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 410px);
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    font-size: 16px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong.smaller {
    letter-spacing: 1px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    width: 55%;
  }
  section.cars > .content > .right #cars_container .commercial_box {
    height: 25.5vw;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 650px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 100px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 380px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: calc(100% - 700px);
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid {
    grid-column-gap: 12vw;
  }
  section.cars.cars_entry > .content > .right .text_cont .text_grid.grid {
    grid-column-gap: 12vw;
  }
}

@media only screen and (max-width: 1150px) {
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    width: 70%;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 520px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 90px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 310px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: calc(100% - 570px);
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    letter-spacing: 1px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1100px) {
  section.cars > .content > .right #cars_container .car_box > a {
    width: 330px;
    height: 204px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 365px);
  }
}

@media only screen and (max-width: 1000px) {
  section.cars > .content > .left form label:first-child {
    margin-top: 0 !important;
  }
  section.cars > .content > .right #cars_container .car_box > a {
    width: 230px;
    height: 145px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 250px);
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    width: calc(100% - 135px);
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong.smaller {
    font-size: 13px;
    letter-spacing: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong,
  section.cars > .content > .right #cars_container .car_box .info_box > .row span {
    font-size: 14px;
    letter-spacing: 1px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row p {
    letter-spacing: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > span {
    margin: 6px 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    width: 100%;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 6px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid span,
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
    letter-spacing: 1px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 440px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 80px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 280px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: calc(100% - 470px);
  }
  section.cars.cars_entry .similar_cars .similar_grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a:nth-child(4) {
    display: none;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    font-size: 16px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 17.7vw;
  }
}

@media only screen and (max-width: 950px) {
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    -ms-grid-columns: 28% 22% 28% 22%;
        grid-template-columns: 28% 22% 28% 22%;
    grid-column-gap: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid span,
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
    letter-spacing: 0.5px;
  }
}

@media only screen and (max-width: 900px) {
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    display: block;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong:not(:last-child) {
    margin-right: 10px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid span,
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
    letter-spacing: 1px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 370px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 70px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 230px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: calc(100% - 400px);
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left a:nth-child(2) {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    width: 100px;
    height: 100px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
    height: 100px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 15px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p.old > span {
    font-size: 16px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
    font-size: 17px;
    padding-right: 140px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box .btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 850px) {
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 53%;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 47%;
  }
  section.cars.cars_entry .similar_cars .similar_grid {
    grid-column-gap: 20px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    font-size: 15px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 17.4vw;
  }
}

@media only screen and (max-width: 820px) {
  section.cars.cars_entry > .content > .right .detail_box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 59.8vw;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 11.7vw;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 36.6vw;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: 220px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .pin {
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    margin: 10px 0 0 auto;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left a:nth-child(2) {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left.shorter {
    max-width: 100%;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    margin-top: 20px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
    display: none;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box {
    margin-top: 20px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
    padding-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  section.cars > .content > .right #cars_container .car_box .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    width: 100%;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row > div {
    display: none;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > span {
    margin: 5px 0 auto 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > span:nth-child(2) {
    margin: auto 0 5px 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .mobil_price {
    display: block;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .btn_more {
    margin: -15px 0 0 auto;
  }
  section.cars.cars_entry > .content > .right .text_cont h1 {
    font-size: 23px;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 780px) {
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 55.8vw;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 10.5vw;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 34.6vw;
  }
}

@media only screen and (max-width: 760px) {
  section.cars.cars_entry > .abs_form_cont > form {
    width: 90%;
  }
  section.cars.cars_entry > .abs_form_cont > form > *:not(button):not(:first-child) {
    margin-top: 22px;
  }
}

@media only screen and (max-width: 750px) {
  section.cars > .content > .left > h1,
  section.cars > .content > .left > h2 {
    text-transform: uppercase;
    font-size: 22px;
    padding-right: 45px;
  }
  section.cars > .content > .left > h1.flip::after,
  section.cars > .content > .left > h2.flip::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  section.cars > .content > .left > h1::after,
  section.cars > .content > .left > h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 13px);
    width: 27px;
    height: 24px;
    background-image: url("../../../../resources/img/svg/arrow_dropdown.svg");
    background-size: 27px;
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  section.cars > .content > .left form label:not(:first-child) {
    margin-top: 10px !important;
  }
  section.cars > .content > .left .clear {
    margin: 20px 0 0 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    white-space: normal;
    letter-spacing: 0.5px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > span {
    margin: 10px 0 auto 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > span:nth-child(2) {
    margin: auto 0 10px 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid > span {
    display: none;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
    font-weight: 400;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong:not(:last-child) {
    margin-right: 4px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong span:last-child {
    display: inline-block;
  }
  section.cars > .content > .right #cars_container .commercial_box {
    height: 25.9vw;
  }
  section.cars.cars_entry .similar_cars .similar_grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    font-size: 16px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 27vw;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a:nth-child(4) {
    display: block;
  }
}

@media only screen and (max-width: 700px) {
  section.cars.cars_entry > .content > .right .text_cont .data_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 12px;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid::before {
    display: none;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p {
    letter-spacing: 1.5px;
    width: 45%;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 53%;
  }
  section.cars.cars_entry > .content > .right .text_cont .text_grid p {
    letter-spacing: 1.5px;
  }
  section.cars.cars_entry > .content > .right .text_cont .text_grid.grid {
    display: block;
    grid-column-gap: 0;
  }
  section.cars.cars_entry > .content > .right .text_cont .text_grid.grid::before {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  section.cars.cars_entry > .content > .right .detail_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    width: 100%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 17vw;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a:nth-child(1) {
    height: 56vw;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont {
    width: 100%;
    margin-top: 20px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row:not(:first-child) {
    margin-top: 15px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .pin {
    margin: 0;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left a:nth-child(2) {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left.shorter {
    max-width: calc(100% - 82px);
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    margin-top: 0;
    width: 140px;
    height: 140px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
    display: block;
    height: 140px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box {
    margin-top: 0;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 20px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box {
    margin-top: 20px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
    padding-right: 46vw;
  }
}

@media only screen and (max-width: 600px) {
  section.cars > .content > .right #cars_container .car_box > a {
    width: 180px;
    height: 110px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 195px);
  }
  section.cars > .content > .right #cars_container .car_box .info_box > span {
    margin: 0;
    display: none;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid {
    margin: auto 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong {
    font-size: 13px;
    letter-spacing: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong:not(:last-child) {
    margin-right: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid strong span {
    font-size: 13px;
    letter-spacing: 0;
  }
  section.cars.cars_entry > .content > .right .text_cont h1 {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  section.cars.cars_entry > .content > .right .text_cont > span {
    margin-top: 6px;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p {
    letter-spacing: 1px;
    width: 52%;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 46%;
  }
}

@media only screen and (max-width: 550px) {
  section.cars.cars_entry .similar_cars .similar_grid {
    grid-column-gap: 20px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 26.7vw;
  }
}

@media only screen and (max-width: 500px) {
  section.cars > .content > .right #cars_container .car_box > a {
    width: 150px;
    height: 94px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 165px);
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    font-size: 13px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong.smaller {
    font-size: 12px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .mobil_price span,
  section.cars > .content > .right #cars_container .car_box .info_box .mobil_price strong {
    font-size: 13px;
    letter-spacing: 0;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .mobil_price p {
    line-height: 1;
    letter-spacing: 0;
  }
  section.cars.cars_entry > .abs_form_cont > form {
    padding: 40px 15px;
  }
  section.cars.cars_entry > .content > .right > .media_row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min-content min-content max-content;
        grid-template-columns: -webkit-min-content -webkit-min-content -webkit-max-content;
        grid-template-columns: min-content min-content max-content;
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  section.cars.cars_entry > .content > .right > .media_row > a {
    margin: 0 !important;
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  section.cars.cars_entry > .content > .right > .media_row > a:last-child {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 5;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  section.cars.cars_entry > .content > .right .text_cont h1 {
    font-size: 18px;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 470px) {
  section.cars.cars_entry .similar_cars .similar_grid > a .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a .row > strong {
    min-width: 50%;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a .row .btn_more {
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 450px) {
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box .gallery_grid > a {
    height: 19vw;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    width: 110px;
    height: 110px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
    height: 110px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 15px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
    padding-right: 35vw;
  }
}

@media only screen and (max-width: 440px) {
  section.cars > .content > .right #cars_container .car_box > a {
    width: 110px;
    height: 90px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 400px) {
  section.cars > .content > .left > h1,
  section.cars > .content > .left > h2 {
    font-size: 18px;
    padding-right: 35px;
  }
  section.cars > .content > .left > h1::after,
  section.cars > .content > .left > h2::after {
    top: calc(50% - 10px);
    width: 24px;
    height: 18px;
    background-size: 24px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box > .row strong {
    font-size: 12px !important;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .info_grid .mobil_hide {
    display: none;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .mobil_price p {
    font-size: 11px;
  }
  section.cars > .content > .right #cars_container .car_box .info_box .btn_more {
    width: 0;
    color: transparent !important;
    padding-right: 27px;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p {
    letter-spacing: 0.3px;
  }
  section.cars.cars_entry .similar_cars .similar_grid {
    grid-column-gap: 10px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    font-size: 13px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > strong {
    min-height: 35px;
    max-height: 35px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 25.7vw;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a .row > strong {
    font-size: 15px;
  }
}

@media only screen and (max-width: 380px) {
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row .left.shorter {
    max-width: calc(100% - 73px);
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .pin p {
    letter-spacing: 0;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    width: 85px;
    height: 85px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > span {
    display: none;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 8px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
    padding-right: 24vw;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 48%;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 52%;
  }
}

@media only screen and (max-width: 350px) {
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row:not(:first-child) {
    margin-top: 25px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > img {
    width: 110px;
    height: 110px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box {
    margin-top: 10px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box strong {
    margin-top: 12px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .row > .info_box a:nth-last-child(2) {
    margin-top: 7px;
  }
  section.cars.cars_entry > .content > .right .detail_box > .info_cont > .price_box > p > span {
    padding-right: 24vw;
  }
  section.cars.cars_entry .similar_cars .similar_grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a strong,
  section.cars.cars_entry .similar_cars .similar_grid > a p {
    font-size: 15px;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > strong {
    min-height: auto;
    max-height: none;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a > img, section.cars.cars_entry .similar_cars .similar_grid > a::before {
    height: 54vw;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a .row > strong {
    font-size: 16px;
    min-width: auto;
  }
  section.cars.cars_entry .similar_cars .similar_grid > a .row .btn_more {
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 330px) {
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > p,
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 45%;
  }
  section.cars.cars_entry > .content > .right .text_cont .data_grid > div > strong {
    width: 55%;
  }
}

section.page_404 {
  padding: 50px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.page_404 .circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #FF4D00;
  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;
}

section.page_404 .circle > img {
  display: block;
  width: 43px;
  height: auto;
}

section.page_404 > strong {
  font-size: 120px;
  letter-spacing: 10px;
  color: #FF4D00;
  line-height: 1.6;
}

section.page_404 > span {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 4px;
  color: #FF4D00;
  font-weight: 700;
}

section.page_404 > p {
  color: #4A4A4A;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 25px;
  max-width: 500px;
  line-height: 1.5;
}

section.page_404 .btn {
  margin-top: 45px;
}

@media only screen and (max-width: 600px) {
  section.page_404 {
    padding: 40px 0 0 0;
  }
  section.page_404 > strong {
    font-size: 100px;
    letter-spacing: 8px;
    line-height: 1.5;
  }
  section.page_404 > span {
    letter-spacing: 2px;
  }
  section.page_404 > p {
    max-width: 90%;
  }
}

@media only screen and (max-width: 400px) {
  section.page_404 > span {
    font-size: 16px;
    letter-spacing: 1px;
  }
  section.page_404 > p {
    max-width: 100%;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff !important;
  border: 1px solid #FF4D00;
  border-radius: 30px;
  height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  background: #FF4D00;
  padding: 0 25px;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  min-width: 210px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.btn strong,
.btn span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  line-height: 1.3;
}

.btn:hover {
  color: #fff !important;
  background: #ff651d;
}

.btn_more {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
  color: #0071BB !important;
  letter-spacing: 2px;
  padding-right: 35px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.btn_more::after {
  content: '';
  position: absolute;
  width: 28px;
  height: 9px;
  top: calc(50% - 5px);
  right: 0;
  background-image: url("../../../resources/img/svg/arrow_blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

button {
  font-family: "Montserrat", sans-serif;
}

.swiper-container .abs_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content;
}

.swiper-container .abs_navigation > img {
  display: block;
  width: auto;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.swiper-container .abs_navigation > img.swiper-button-disabled {
  opacity: 0.3;
}

.swiper-container .abs_navigation > img:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-container .abs_navigation .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: auto;
  left: auto;
  width: -webkit-max-content;
  width: max-content;
  width: -moz-max-content;
  margin: 0 20px;
}

.swiper-container .abs_navigation .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  margin: 0;
  color: #9B9B9B;
  font-size: 12px;
  font-weight: 400;
}

.swiper-container .abs_navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #0071BB;
}

.swiper-container .abs_navigation .swiper-pagination .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}

.swiper-container .abs_navigation_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  padding-top: 10px;
  border-top: 1px solid #D8D8D8;
}

.swiper-container .abs_navigation_text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.swiper-container .abs_navigation_text > div.swiper-button-disabled > img {
  opacity: 0.3;
}

.swiper-container .abs_navigation_text > div.swiper-button-disabled > span {
  color: #9B9B9B;
}

.swiper-container .abs_navigation_text > div:first-child > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-container .abs_navigation_text > div:first-child > span {
  margin: 0 0 0 20px;
}

.swiper-container .abs_navigation_text > div > img {
  display: block;
  width: auto;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.swiper-container .abs_navigation_text > div > span {
  white-space: nowrap;
  color: #0071BB;
  font-size: 12px;
  letter-spacing: 2px;
  margin-right: 20px;
}

form.vozidla_form {
  width: 100%;
  display: -ms-grid;
  display: grid;
}

form.vozidla_form label {
  display: block;
  line-height: 1;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #9B9B9B;
  margin-bottom: 4px;
}

form.vozidla_form label:not(:first-child) {
  margin-top: 15px;
}

form.vozidla_form .model_wrapper {
  max-height: 0;
  overflow: hidden;
}

form.vozidla_form .model_wrapper.show {
  max-height: -webkit-fit-content;
  max-height: fit-content;
  max-height: -moz-fit-content;
  margin-top: 15px;
}

form.vozidla_form select,
form.vozidla_form input {
  width: 100%;
  height: 42px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #005b9f;
  border: 2px solid #005b9f;
  padding: 0 10px;
}

form.vozidla_form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url("../../../../resources/img/svg/arrow_dropdown.svg");
  /* Add custom arrow */
  background-size: 14px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: transparent;
}

form.vozidla_form .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

form.vozidla_form .row.number {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

form.vozidla_form .row.number input::-webkit-outer-spin-button,
form.vozidla_form .row.number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form.vozidla_form .row.number input[type=number] {
  -moz-appearance: textfield;
}

form.vozidla_form .row input,
form.vozidla_form .row select {
  width: 49%;
}

a.hovered::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../../../resources/img/svg/enter.svg");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 26;
}

a.hovered.zoom::before {
  background-image: url("../../../resources/img/svg/zoom.svg");
}

a.hovered:hover::before {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1150px) {
  form.vozidla_form select,
  form.vozidla_form input {
    font-size: 15px !important;
    letter-spacing: 0 !important;
  }
  form.vozidla_form button {
    width: 100% !important;
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 1000px) {
  form.vozidla_form {
    margin-top: 25px !important;
    -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 40px !important;
    grid-row-gap: 15px !important;
  }
  form.vozidla_form .model_wrapper.show {
    margin-top: 15px !important;
  }
  form.vozidla_form > div:last-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 3;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
  form.vozidla_form > div:last-child > div:last-child {
    margin-top: 0 !important;
  }
  form.vozidla_form > div:last-child > div:last-child.margined {
    margin-top: -77px !important;
  }
  form.vozidla_form button {
    margin-top: 33px !important;
  }
}

@media only screen and (max-width: 750px) {
  form.vozidla_form {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    grid-column-gap: 0 !important;
    grid-row-gap: 10px !important;
  }
  form.vozidla_form select,
  form.vozidla_form input {
    font-size: 16px !important;
    letter-spacing: 1px !important;
  }
  form.vozidla_form > div:last-child {
    -ms-grid-column: 1;
        grid-column-start: 1;
    grid-column-end: 2;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 10px;
  }
  form.vozidla_form > div:last-child > div:last-child {
    margin-top: 0 !important;
  }
  form.vozidla_form > div:last-child > div:last-child.margined {
    margin-top: 0 !important;
  }
  form.vozidla_form label {
    letter-spacing: 0 !important;
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }
  form.vozidla_form label:not(:first-child) {
    margin-top: 10px !important;
  }
  form.vozidla_form select,
  form.vozidla_form input {
    height: 30px;
  }
  form.vozidla_form.not_on_frontpage {
    max-height: 0;
    -webkit-transition: .4s all;
    transition: .4s all;
    overflow: hidden;
    margin-top: 0 !important;
  }
  form.vozidla_form.not_on_frontpage._visible {
    max-height: 880px;
    padding-top: 25px;
  }
}

@media only screen and (max-width: 500px) {
  form.vozidla_form select,
  form.vozidla_form input {
    border: 1px solid #005b9f;
  }
}

.matrix-content {
  display: block;
  margin: 0;
  /** HEADINGS **/
  /** BUTTONS **/
  /** GALLERY **/
  /** CONTENT **/
  /** CONTENT WITH IMAGE **/
  /** AUTO GRID **/
}

.matrix-content .content-empty {
  display: block;
  width: 100%;
  background: #eee;
  padding: 2em 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.matrix-content .content-empty p {
  color: #000;
  font-size: 1em;
  letter-spacing: 1px;
}

.matrix-content a:not(.btn) {
  color: #0071BB !important;
}

.matrix-content > * {
  margin-top: 30px;
}

.matrix-content > *:first-child {
  margin-top: 0 !important;
}

.matrix-content h2,
.matrix-content h3 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #0071BB !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.matrix-content h3 {
  color: #9B9B9B !important;
  font-size: 20px !important;
}

.matrix-content .btn.btn-medium {
  min-width: 20%;
}

.matrix-content .btn.btn-big {
  min-width: 40%;
}

.matrix-content .matrix-gallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}

.matrix-content .matrix-gallery a {
  display: block;
  width: 100%;
  height: 250px;
  position: relative;
  /** HOVER **/
}

.matrix-content .matrix-gallery a img {
  background-color: #dbdbdb;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 25;
  position: relative;
}

.matrix-content .matrix-gallery a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 60;
  font-size: 32px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.matrix-content .matrix-gallery a span:hover {
  background: rgba(0, 0, 0, 0.25);
}

.matrix-content .matrix-gallery a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../../../resources/img/svg/zoom.svg");
  background-size: 35px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 26;
}

.matrix-content .matrix-gallery a:not(._last):hover::before {
  opacity: 1;
  visibility: visible;
}

.matrix-content .content p:not(:first-child) {
  margin-top: 20px;
}

.matrix-content .content ol,
.matrix-content .content ul {
  margin-top: 20px;
}

.matrix-content .content ol li,
.matrix-content .content ul li {
  list-style-position: inside;
  line-height: 1.4;
}

.matrix-content .content-columns-2 {
  -webkit-column-count: 2;
          column-count: 2;
}

.matrix-content .content-columns-3 {
  -webkit-column-count: 3;
          column-count: 3;
}

.matrix-content .content-columns-2 p:first-child,
.matrix-content .content-columns-3 p:first-child {
  margin-top: 0;
}

.matrix-content .content-with-image {
  /** IMAGES **/
}

.matrix-content .content-with-image._imaged .with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.matrix-content .content-with-image._imaged .with-image img {
  display: block;
  width: 50%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
}

.matrix-content .content-with-image._imaged .with-image > div {
  width: 100%;
}

.matrix-content .content-with-image._imaged.position-right .text-content p:first-of-type {
  margin-top: 0;
}

.matrix-content .content-with-image._imaged.position-right img {
  float: right;
  margin: 0 0 20px 20px;
}

.matrix-content .content-with-image._imaged.position-left .text-content p:first-of-type {
  margin-top: 0;
}

.matrix-content .content-with-image._imaged.position-left img {
  float: left;
  margin: 0 20px 20px 0;
}

.matrix-content .content-with-image._imaged._full-width img {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}

.matrix-content .matrix_car_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625em;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_image {
  width: 100%;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_image img {
  width: 100%;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .car_title {
  margin-bottom: 1em;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_box .matrix_car_left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_box .matrix_car_left .sale_price {
  font-weight: bold;
  color: #FF4D00;
  font-size: 1em;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_box .matrix_car_left .original_price {
  text-decoration: line-through;
  margin-bottom: 1em;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_box .matrix_car_right {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.matrix-content .matrix_car_grid .matrix_car_grid_item .matrix_car_box .matrix_car_right .matrix_car_btn {
  min-width: 120px;
  height: 34px;
}

/** MEDIA **/
@media only screen and (max-width: 1360px) {
  .matrix-content .matrix-gallery a {
    height: 18.4vw;
  }
  .matrix-content .matrix_car_grid {
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1300px) {
  .matrix-content .btn.btn-medium {
    min-width: 35%;
  }
  .matrix-content .btn.btn-big {
    min-width: 50%;
  }
}

@media only screen and (max-width: 850px) {
  .matrix-content .btn.btn-medium {
    min-width: 45%;
  }
  .matrix-content .btn.btn-big {
    min-width: 60%;
  }
  .matrix-content .matrix_car_grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 750px) {
  .matrix-content .matrix-gallery a {
    height: 23.5vw;
  }
}

@media only screen and (max-width: 600px) {
  .matrix-content .btn.btn-medium {
    min-width: 60%;
  }
  .matrix-content .btn.btn-big {
    min-width: 100%;
  }
  .matrix-content .matrix_car_grid {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 550px) {
  .matrix-content .matrix-gallery {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .matrix-content .matrix-gallery a {
    height: 40vw;
  }
}

@media only screen and (max-width: 500px) {
  .matrix-content .content-columns-2,
  .matrix-content .content-columns-3 {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media only screen and (max-width: 400px) {
  .matrix-content .btn.btn-medium {
    min-width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */