﻿@font-face {
  font-family: Montserrat_Paragraph;
  src:
    url(../fonts/Montserrat/Montserrat-Regular.woff) format("woff"),
    url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat_Bold;
  src:
    url(../fonts/Montserrat/Montserrat-Bold.woff) format("woff"),
    url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat_SemiBold;
  src:
    url(../fonts/Montserrat/Montserrat-SemiBold.woff) format("woff"),
    url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: BebasNeue;
  src:
    url(../fonts/Bebas-Neue/BebasNeue-Regular.ttf) format("truetype"),
    url(../fonts/Bebas-Neue/BebasNeue-Regular.woff) format("woff");
}
@font-face {
  font-family: BebasNeue_Bold;
  src:
    url(../fonts/Bebas-Neue/BebasNeue-Bold.ttf) format("truetype"),
    url(../fonts/Bebas-Neue/BebasNeue-Bold.woff) format("woff");
}
@font-face {
  font-family: BebasNeue_Book;
  src:
    url(../fonts/Bebas-Neue/BebasNeue-Book.ttf) format("truetype"),
    url(../fonts/Bebas-Neue/BebasNeue-Book.woff) format("woff");
}
::placeholder {
  opacity: 1;
  color: #898887;
  font-size: 13pt;
  font-family: Montserrat_Paragraph;
}
[text-focus] {
  color: #fff !important;
}
[text-focus1] {
  color: #31569c !important;
}
.hlavnicena {
  font-size: 18px;
  font-family: Montserrat_Paragraph;
}
button {
  padding: 0 !important;
}
#b0 {
  margin-top: 10px;
}
html {
  width: 100%;
}
body {
  overflow-x: hidden;
  min-width: 100%;
  margin: 0;
}
.container {
  min-width: 100%;
  padding: 0;
  margin: 0;
}
.center {
  width: 80%;
}
.Content {
  width: 65%;
}
.TwoCol {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.row {
  margin: 0;
  padding: 0;
}
.col {
  margin: 0;
  padding: 0;
}
img {
  width: 100%;
  height: auto;
}
.half {
  width: 50%;
  display: flex;
}
.between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.around {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.ContainerLegend {
  display: none;
}
.noMargin {
  margin: 0 !important;
}
.noBmargin {
  margin-bottom: 0 !important;
}
input {
  padding: 0 20px 0 20px;
  margin-bottom: 30px;
  height: 60px;
  font-size: 13pt;
  font-family: Montserrat_Paragraph;
  color: #898887;
}
button:focus {
  outline: none;
}
.FullWidth {
  width: 100% !important;
}
.Middle {
  text-align: center;
}
.ContainerAllContent {
  margin-top: 100px;
}
a:hover {
  text-decoration: none !important;
}
p {
  font-family: Montserrat_Paragraph;
  font-size: 12pt;
  color: #898887;
}
.mt-7 {
  margin-top: 70px !important;
}
.mt-8 {
  margin-top: 80px;
}
.click {
  cursor: pointer;
}
select::-ms-expand {
  border: none;
  background: none;
  color: #31569c;
}
select:active {
  background: none;
}
select {
  cursor: pointer;
}
.blue {
  color: #31569c;
}
.red {
  color: #f45978;
}
.grey {
  color: #898887;
}
.fit-box {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.upperbar {
  width: 100%;
  max-width: 1300px;
  display: flex;
  height: 100px;
}
.upperbar > img {
  position: absolute;
  z-index: 3;
}
.ContainerUpper {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 10 !important;
}
.ContainerMenu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.menuContact {
  background-color: #28292b;
  width: 100%;
  height: 45px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px 0px 120px;
  font-family: BebasNeue;
  font-size: 16pt;
}
.menuMain {
  background-color: #313234;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: BebasNeue;
  font-size: 16pt;
  padding-left: 100px;
}
.menuItem > div {
  color: #aaa;
  text-align: center;
  line-height: 55px;
}
.menuItem:hover div {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
vline::before {
  padding: 0px 15px 0px 15px;
  content: "|";
}
.ContactPages > span:hover {
  transition: 0.3s;
  color: #31569c;
  cursor: pointer;
}
.dropdown-content {
  display: none;
  flex-direction: column;
  position: absolute;
  right: auto;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2 !important;
  width: 200px;
  background-color: #28292b;
  padding: 0;
}
.dropdown-content li {
  display: block;
  border-bottom: 1px solid #aaa;
  color: #aaa;
  height: 50px;
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  width: 100%;
  padding-left: 30px;
}
.dropdown-content li:hover {
  color: #fff;
}
.dropdown-content > :last-child {
  border: none;
}
.icon {
  display: none;
  max-width: 40px;
  max-height: 70px;
  position: absolute;
  right: 15px;
  top: 32px;
  z-index: 90;
  color: #fff;
  width: 100%;
  line-height: 100px;
}
.icon:hover {
  color: #898887;
}
.logo {
  cursor: pointer;
  width: auto;
  width: 100px;
}
.phone a {
  color: #fff;
}
.Footer {
  justify-content: center;
  width: 100%;
  position: relative;
  display: flex;
  font-family: Montserrat_Paragraph;
}
.fCenter {
  width: 90%;
  position: relative;
}
.fContacts {
  background-color: #31569c;
  color: #fff;
  width: 50%;
  height: auto;
  padding: 50px;
  z-index: 1 !important;
}
.fMap {
  position: absolute;
  right: 0;
  top: 100px;
  width: 55%;
  height: 520px;
  z-index: 2 !important;
}
.fMap > iframe {
  width: 100%;
  height: 100%;
}
.fContacts * {
  color: #fff;
}
.fContacts * a:hover {
  color: #9cb9ee !important;
}
.fContacts > h6 {
  font-family: Montserrat_Bold;
}
.netinout {
  width: 75px;
  height: auto;
  margin-left: 10px;
}
.netrow {
  display: flex;
  flex-direction: row;
}
.netrow > p {
  margin-top: auto;
  margin-bottom: 0;
}
.ContainerTitle {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.title {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.titleSM {
  margin-top: 30px;
  margin-bottom: 15px;
}
.paragraph {
  font-family: Montserrat_Paragraph;
  font-size: 15pt;
  color: #898887;
}
.textpr {
  font-family: Montserrat_Paragraph;
  font-size: 15pt;
  color: #898887;
}
.textpr1 {
  font-family: Montserrat_Paragraph;
  font-size: 10pt !important;
  color: #898887;
}
.paragraphSM {
  font-family: Montserrat_Paragraph;
  font-size: 12pt;
  color: #898887;
  margin-bottom: 55px;
}
.containerfilter {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containerfilter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #31569c;
}
.containerfilter input:checked ~ .checkmark {
  background-color: #31569c;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.roundmark:after {
  content: "";
  position: absolute;
  display: none;
}
.containerfilter input:checked ~ .checkmark:after {
  display: block;
}
.containerfilter .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ContainerModel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0 !important;
  width: 0;
}
.ContainerModel input:checked ~ .checkmark {
  background-color: #31569c;
}
.ContainerModel input:checked ~ .checkmark:after {
  display: block;
}
.ContainerModel .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
h1 {
  font-size: 40px;
  font-family: Montserrat_Bold;
  color: #28292b;
}
h2 {
  font-size: 30px;
  font-family: Montserrat_Bold;
  color: #28292b;
}
h3 {
  font-size: 20px;
  font-family: Montserrat_Bold;
  color: #28292b;
}
.Tip img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.TipImg {
  height: 200px;
}
.Tip {
  width: 100%;
  box-shadow: 0 0 5px 0.5px #dcdcdc;
  box-sizing: border-box;
  position: relative;
}
.TipsText {
  height: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TextBox {
  padding: 15px;
  padding-bottom: 0px;
  margin-bottom: 80px;
  height: 300px;
}
.TipsFooter {
  position: absolute;
  display: flex;
  flex-direction: row;
  color: gray;
  bottom: 0;
  justify-content: space-between;
  font-family: BebasNeue_Bold;
  font-size: 12pt;
  width: 90%;
}
.new {
  margin-bottom: 30px;
}
.viewmore {
  cursor: pointer;
  color: #31569c;
  font-family: BebasNeue;
}
.Car {
  display: block;
  margin-bottom: 50px;
  width: 30%;
  position: relative;
  height: auto;
  margin-right: 20px;
}
.CarBorder {
  height: max-content;
  box-shadow: 0 0 5px 0.5px #999;
}
.CarNew {
  background-color: #f45978;
  width: 100px;
  max-width: 30%;
  height: 30px;
  position: absolute;
  top: 20px;
  right: -15px;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.Car img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  bottom: 35px;
}
.HeaderText {
  font-family: Montserrat_Bold;
  font-size: 17pt;
  text-align: center;
  padding: 10px 3px;
}
.ImgText {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.Text {
  position: absolute;
  bottom: 5%;
  width: 90%;
  margin-left: 5%;
}
.Text span {
  font-family: Montserrat_Paragraph;
  font-size: 14pt;
  text-shadow: 2px 2px 10px #444;
}
.Text h4 {
  font-family: Montserrat_Bold;
  font-size: 20pt;
  text-shadow: 2px 2px 10px #444;
}
.CarInfo {
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-family: Montserrat_Paragraph;
  font-size: 11pt;
  color: gray;
  min-height: 120px;
}
.CarInfo > p {
  margin-top: 15px;
}
.CarFooter {
  display: flex;
  flex-direction: row;
  color: #fff;
}
.PriceBox {
  display: flex;
  flex-direction: column;
  width: 60%;
  height: 90px;
  background-color: #31569c;
  font-family: BebasNeue;
  padding: 15px 20px 20px 20px;
  font-size: 16pt;
  margin-left: 0;
  justify-content: space-between;
  box-shadow: -1px 2px 5px 0.1px #444;
}
.Ptag {
  font-family: Montserrat_Paragraph;
  font-size: 13pt;
  width: auto;
  align-self: flex-start;
}
.PtagSale {
  display: none;
}
.PriceBoxSale {
  background-color: #f45978 !important;
  height: 120px;
}
.PriceBoxSale .Ptag {
  text-decoration: line-through;
  font-size: 14px;
}
.PriceBoxSale .PtagSale {
  display: block !important;
  font-family: Montserrat_Paragraph;
  font-size: 18pt;
  width: auto;
  align-self: flex-start;
}
.PriceBoxSaleBlue {
  background-color: #27447c !important;
  height: 120px;
}
.PriceBoxSaleBlue .Ptag {
  text-decoration: line-through;
  font-size: 14px;
}
.PriceBoxSaleBlue .PtagSale {
  display: block !important;
  font-family: Montserrat_Paragraph;
  font-size: 18pt;
  width: auto;
  align-self: flex-start;
}
.pPrice {
  width: auto;
}
.Detail {
  width: 40%;
  height: 60px;
  font-family: BebasNeue;
  font-size: 16pt;
  line-height: 60px;
  text-align: center;
  background: #28292b;
  box-shadow: 1px 2px 5px 0.1px #444;
}
.Detail a {
  color: #fff;
}
.CenterImg {
  width: 100%;
  height: 250px;
}
.CenterImg > img {
  width: 100%;
  height: auto;
}
.CarPreviewInside {
  height: 200px;
  display: flex;
  flex-direction: column;
}
.wInfo {
  width: 100%;
  padding: 0px 30px 0px 30px;
}
.nula {
  display: none;
}
.fit-box1 {
  width: 95%;
  height: auto;
}
.cara {
  text-decoration: line-through;
  font-size: 15px;
}
.ceny {
  display: flex;
  flex-direction: column;
}
.wPriceBox {
  background: #31569c;
  width: 170px;
  height: 35%;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 10px;
}
.wCarRight {
  display: flex;
  flex-direction: column;
}
.wContainerCar {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.wBorder {
  box-shadow: 0 0 5px 0.5px silver;
  display: flex;
  width: 100%;
  min-height: 355px;
}
.wMid {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 10px;
}
.Filter {
  margin: auto 0;
  height: 50px;
  line-height: 50px;
}
.wTop {
  text-align: center;
  border-bottom: 1px solid #d3d3d3;
  height: 25%;
  padding: 10px;
  min-width: 100%;
}
@media screen and (max-width: 650px) {
  .phone {
    display: block !important;
  }
  .wBorder {
    flex-direction: column;
  }
  .fit-box1 {
    height: 250px;
    width: 90%;
    margin: 20px auto 0 auto !important;
  }
}
.ContainerForm {
  border-bottom: 1px solid #ddd;
}
.paragraphSM > span {
  color: #f45978;
}
.form > div {
  margin: 20px 0 20px 0;
}
.formTitle {
  font-family: BebasNeue_Bold;
  font-size: 15pt;
  margin-bottom: 15px;
}
.formParagraph {
  font-size: 12pt;
  font-family: Montserrat_Paragraph;
  color: #999;
  margin-bottom: 25px;
  width: 80%;
}
.formParagraph > a {
  color: #31569c;
  text-decoration: underline;
}
.model > select {
  width: 30%;
  height: 60px;
  padding-left: 20px;
  font-family: Montserrat_Bold;
  font-size: 13pt;
  border: 3px solid #31569c;
}
.specification input {
  width: 70%;
}
.financing select {
  display: flex;
  width: 30%;
  height: 60px;
  padding-left: 20px;
}
.fRow {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-size: 13pt;
  font-family: Montserrat_Bold;
}
.fin input {
  width: 40% !important;
}
.fin select {
  color: gray;
}
.fin :first-child {
  color: #000;
  width: 20%;
}
.others > textarea {
  width: 100%;
  height: 150px;
  padding: 20px;
  font-size: 13pt;
  font-family: Montserrat_Paragraph;
  color: #898887;
}
.ContainerContact {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.contactTitle {
  margin-bottom: 30px;
  font-family: Montserrat_Bold;
  color: #28292b;
  font-size: 25px;
}
.ContainerContact :last-child {
  margin-bottom: 0;
}
.endParagraph {
  width: 75%;
  margin-top: 30px;
  font-size: 13pt;
  font-family: Montserrat_Paragraph;
  color: #999;
}
.Banner {
  box-shadow: 0 0 5px 0.5px #dcdcdc;
  display: table;
  flex-direction: column;
  width: 25%;
  position: sticky;
  top: 200px;
  padding: 0 25px 0 25px;
  height: max-content;
}
.bannerTitle {
  width: 100%;
  border-bottom: 1px solid #eee;
  align-self: center;
  margin-bottom: 30px;
  padding: 25px 0 25px 0;
  font-family: Montserrat_Bold;
  font-size: 20px;
  text-align: center;
}
.bannerParagraph {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 13pt;
  font-family: Montserrat_Paragraph;
  color: #999;
}
.bannerImg {
  align-self: center;
  width: 100%;
  margin-bottom: 25px;
}
.Banner img {
  width: 100%;
  height: auto;
}
.submit {
  height: 70px;
  width: 150px;
  background: #000;
  color: #fff;
  font-family: BebasNeue_Bold;
  font-size: 15pt;
  border: none;
  margin-top: 30px;
}
.ModelContainer {
  margin-top: -50px;
}
.Service {
  font-size: 20pt;
  font-family: Montserrat_Bold;
}
.zvyrazneni1 {
  font-size: 13pt;
  font-family: Montserrat_Bold;
  padding: 0px 50px;
  color: #31569c;
}
.Service ul {
  list-style: none;
  padding: 0;
}
.Service li::before {
  position: relative;
  top: 7px;
  content: "•";
  color: #31569c;
  font-size: 40px;
  margin-right: 15px;
}
.Service li {
  font-size: 14pt;
  font-family: Montserrat_Paragraph;
  color: #898887;
  line-height: 25px;
  list-style-position: outside;
  text-indent: -15px;
  padding-left: 15px;
}
.Citat {
  display: block;
  height: auto;
  border-left: 3px solid #31569c;
  padding: 30px 150px 30px 50px;
}
.cText {
  font-size: 18pt;
  font-family: Montserrat_Bold;
  font-style: italic;
}
.Author {
  font-size: 18pt;
  font-family: Montserrat_Bold;
  color: #31569c;
}
.popis {
  font-size: 14pt;
  font-family: Montserrat_SemiBold;
  color: #898887;
  padding: 50px;
}
.download {
  font-size: 14pt;
  font-family: Montserrat_Paragraph;
  padding: 0px 25px;
  color: #31569c;
}
.download a {
  color: #31569c;
}
.odstavec1 {
  font-size: 14pt;
  font-family: Montserrat_Paragraph;
  padding: 0px 50px;
  margin-top: 50px;
}
.odstavec1 a {
  color: #31569c;
}
.fRow > div {
  width: 48%;
  height: auto;
}
.request {
  width: 100%;
  height: 250px;
  padding: 20px;
  border: 1px solid #898887;
}
.star {
  color: #f45978;
}
.model {
  width: 100%;
  font-size: 11pt;
  font-family: Montserrat_Paragraph;
  color: #898887;
}
.Banner > .Car {
  height: auto !important;
  margin-right: 0;
  width: 100%;
}
.date > input {
  margin: 0;
}
.model > .paragraphSM {
  margin-top: 10px;
}
.date > .paragraphSM {
  margin-top: 10px;
}
.btn-filtr {
  display: none;
  background: #31569c;
  color: #fff !important;
  border: 1px solid #fff;
  height: 50px;
  float: right;
  font-family: BebasNeue_Bold !important;
  line-height: 50px;
  min-width: 190px;
  text-align: center;
  padding: unset !important;
}
.btn-filtr:hover {
  border: 1px solid #fff;
  background: #5b81c9;
}
.btn-filtrovat:hover {
  border: 1px solid #fff;
  background: #5b81c9 !important;
}
.btn-reset:hover {
  border: 1px solid #fff;
  background: dimgray;
}
.collapsed {
  display: block;
}
.BBno {
  border-bottom: 1px solid #898887;
  padding-bottom: 30px;
}
.BByes {
  padding-bottom: 60px;
  border-bottom: 1px solid #898887;
}
.visibleDIV {
  display: block;
}
.title h3 {
  margin-left: 40px;
  line-height: 65px;
  color: #28292b;
  font-size: 18pt;
  font-family: Montserrat_Paragraph;
}
.ContainerCars {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ContainerPicker {
  display: flex;
  min-width: 225px;
  overflow: hidden;
  height: 100%;
  top: 100px;
  margin: 15px 0;
}
.conFilters {
  position: sticky;
  padding: 50px 30px 50px 30px;
  box-shadow: 0 0 5px 0.5px #dcdcdc;
}
.conModels {
  position: static;
}
.cpItems {
  width: 100%;
}
.cpItems > div {
  margin-top: 10px;
}
.ContainerPicker h4 {
  font-family: BebasNeue_Bold;
  font-size: 16pt;
}
.ContainerPicker span {
  font-family: Montserrat_Paragraph;
  color: #898887;
}
.Year input {
  position: relative;
  top: 5px;
  height: 40px !important;
  width: 60%;
}
.Price input {
  position: relative;
  top: 5px;
  height: 40px !important;
  width: 60%;
}
.ContainerPicker .between {
  padding: 0 10px;
}
.ContainerPicker .between div {
  padding-top: 15px;
}
.ContainerPicker i {
  float: right;
}
.collapsible {
  border: none;
  width: 100%;
  background: #fff;
  font-family: BebasNeue;
  font-size: 16pt;
  text-align: left;
}
.collapsible i {
  margin-right: 5px;
  margin-top: 2px;
}
.content {
  display: none;
  position: relative;
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.content > label {
  font-family: Montserrat_Paragraph;
  color: #000;
}
.Year > div {
  margin: 0;
}
.Year .around {
  line-height: 60px;
}
.Price > div {
  margin: 0;
}
.Price .around {
  line-height: 60px;
}
.Inputarea {
  width: 75%;
  margin-right: 20px;
}
.reset {
  height: 50px;
  font-size: 16pt;
  margin: 30px 0 0 0;
  color: #fff;
  background: #000;
  border: none;
  font-family: BebasNeue_Bold;
}
.ContainerOffer {
  display: flex;
  width: 70%;
  flex-direction: column;
}
.ContainerModel {
  width: 11%;
  background-color: #f8f8f8;
  box-shadow: 0 0 5px 0.5px silver;
  padding: 5px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .ContainerModel {
    width: unset;
  }
}
.ContainerModel .name {
  font-size: 17px;
  text-align: center;
}
.ContainerModel .name::before {
  content: attr(nazev);
}
.ContainerModel .image {
  margin: 15px auto 0 auto;
  width: 85%;
  min-height: 75px;
}
.ContainerModel .checkmark {
  top: 5px;
  left: unset;
  right: 5px;
}
.CarFilterBox {
  display: flex;
  padding: 0 1.5px;
}
@media screen and (max-width: 650px) {
  .CarFilterBox {
    display: none;
  }
}
#showModels {
  display: none;
}
@media screen and (max-width: 650px) {
  #showModels {
    display: block;
  }
}
#hideModels {
  display: none;
}
.SubBar {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  line-height: 50px;
  justify-content: space-between;
}
.SubBar i {
  position: relative;
  top: 5px;
  margin-right: 10px;
}
.SubBar span {
  font-family: Montserrat_Paragraph;
  color: #898887;
  font-size: 16pt;
}
.OrderBy {
  display: flex;
  justify-content: space-between;
  width: auto;
  border-bottom: 2px solid #31569c;
  font-family: BebasNeue;
  font-size: 16pt;
}
.OrderBy > select {
  border: none;
  width: auto;
  background-color: #fff;
  font-family: BebasNeue;
  font-size: 16pt;
}
.ContainerShop {
  display: flex;
  flex-direction: column;
}
.Sleva {
  display: none;
}
.return > button {
  margin-left: 10%;
  margin-top: 50px;
  background: #fff;
  border: none;
  font-family: BebasNeue;
  font-size: 16pt;
}
.NamePrice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 120px;
}
.name {
  font-family: Montserrat_Bold;
  font-size: 28pt;
}
.text {
  font-family: Montserrat_Paragraph;
  color: #898887;
  font-size: 13pt;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
}
.tel {
  color: #31569c;
  background: #fff;
  text-decoration: underline;
  font-family: Montserrat_SemiBold;
}
.price {
  display: flex;
  flex-direction: column;
  width: 25%;
  min-width: 255px;
}
.price > * {
  text-align: center;
}
.price .row {
  margin-left: auto;
}
.table th,
.table td {
  border: none;
  padding: 0;
}
.titleNumber {
  color: #31569c;
  font-family: Montserrat_Bold;
  font-size: 28px;
  margin: 0;
}
.titlePrice {
  font-size: 16pt;
  font-family: Montserrat_Paragraph;
  margin: 0;
}
.ContainerItems {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ContainerCar {
  width: 65%;
  margin-top: -25px;
}
.MultiIMG {
  width: 70%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.MultiIMG > div {
  width: 16%;
  border: 3px solid #31569c;
}
.CCcenter {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 30px;
}
.CCcenter h4 {
  font-family: Montserrat_Bold;
  font-size: 14pt;
}
.BasicInfo {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.Info {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.Info > * {
  border-bottom: 1px solid #f1f1f1;
  height: 40px;
  line-height: 40px;
}
.Info :last-child {
  border-bottom: none;
}
.Info > div {
  justify-content: space-between;
}
.ContainerInterest {
  display: table;
  flex-direction: column;
  position: sticky;
  width: 25%;
  top: 100px;
  height: max-content;
  box-shadow: 0 0 5px 0.5px #dcdcdc;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ContainerInterest {
    display: block !important;
    height: 655px !important;
  }
}
.CIcenter p {
  font-family: Montserrat_Paragraph;
  font-size: 10pt;
  color: #898887;
  margin-top: 30px;
  width: 100%;
}
.CIcenter {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
.CIcenter > :first-child {
  font-family: Montserrat_Bold;
  font-size: 11pt;
  height: 70px;
  padding-top: 25px;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  margin: auto 0;
}
.BigCheckBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 100px;
}
.CarGear {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.CarGear > p {
  width: 33%;
  display: flex;
}
.Poznamka {
  display: flex;
  flex-direction: row;
}
.BigCheckBox i {
  color: #31569c;
}
.BCBchoose {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 30px;
}
.BigCheckBox h4 {
  margin-right: 20px;
  margin-bottom: 0;
  font-family: Montserrat_SemiBold;
  font-size: 14pt;
  cursor: pointer;
}
.BCBchoose :last-child {
  display: none;
}
.form {
  display: flex;
  flex-direction: column;
}
.form input {
  width: 100%;
}
.form textarea {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 15px 20px 5px 20px;
  font-family: Montserrat_Paragraph;
}
.button {
  width: 170px;
  color: #fff;
  background: #000;
  line-height: 50px;
  font-family: BebasNeue;
  text-align: center;
  font-size: 16pt;
  color: #fff;
  border: none;
  margin-top: 15px;
}
.InfoRow > :first-child {
  font-family: Montserrat_Bold;
  font-size: 10pt;
}
.InfoRow > :last-child {
  font-family: Montserrat_SemiBold;
  font-size: 10pt;
  color: #898887;
}
.form > textarea {
  padding: 20px;
  height: 100%;
}
.InCar {
  margin-top: -50px;
  margin-bottom: 50px;
}
.buttons :last-child {
  background: #31569c;
}
#bannerCar {
  margin-top: -25px !important;
}
#PriceInCar {
  width: 75%;
  display: flex;
  justify-content: space-between;
}
#PriceInCar .row {
  height: 35px;
}
#PriceInCar .row > * {
  margin-left: auto;
  margin-right: 0;
}
#PriceInCar .paragraphSM {
  margin: 0 0 0 5px;
  padding-top: 5px;
}
.OtherButikPage {
  display: flex;
  flex-direction: row;
}
.OtherButikPage * {
  color: #31569c;
  cursor: pointer;
}
.OtherButikPage i {
  transform: rotate(90deg);
  margin-right: 5px;
}
.Sale {
  background-color: #f45978;
  max-width: 30%;
  width: 20%;
  height: 30px;
  position: absolute;
  top: 50px;
  right: -2.5%;
  text-align: center;
  color: #fff;
  line-height: 30px;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.ShopTab {
  width: 40%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.InButik {
  height: 100px !important;
  overflow-y: hidden;
}
.InButik > p {
  margin: 0;
}
.btns {
  background: #31569c;
  display: inline-block;
  width: 49%;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
#butikAll .Car {
  width: 23%;
}
#butikInsale .Car {
  width: 23%;
}
#bannerButik {
  margin-top: 100px;
}
.Butik .HeaderText {
  padding: 0 10px 0 10px;
}
#PriceInButik {
  width: 125%;
}
.PriceSale .NoDiscount {
  text-decoration: line-through;
  font-size: 16px !important;
  color: gray !important;
}
.PriceSale .Discount {
  display: block !important;
  font-family: Montserrat_Bold;
  color: #31569c;
  font-size: 36px;
  margin-left: 15px;
}
.NoDiscount {
  color: #31569c;
  font-family: Montserrat_Bold;
  font-size: 36px;
}
.Discount {
  display: none;
}
.bprice {
  width: auto;
  height: auto;
}
.bprice > p {
  text-align: center;
  margin-bottom: 0;
}
.PriceSale :first-child {
  position: relative;
  top: 23px;
}
.bprice > .row > p {
  margin-bottom: 0;
}
.Pneu {
  margin-top: 70px;
}
.Parts {
  margin-top: 100px;
}
.Rent {
  margin-top: 70px;
}
.TextImg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.tiText2 {
  padding: 20px;
}
.tiText2 > a {
  color: #31569c;
}
.paragraph > a {
  color: #31569c;
}
.Parts img {
  box-shadow: 0 0 5px 0.5px #dcdcdc;
}
.TextImg .half {
  margin-bottom: 15px;
}
.half .paragraph {
  padding: 15px;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
}
.Companies {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.Companies > img {
  width: 250px;
  height: 100%;
  margin: 15px;
}
.paragraphMC {
  column-count: 2;
  column-gap: 20px;
  column-span: all;
  padding: 15px 0 40px 0;
}
.download {
  color: #31569c;
}
.fContacts input {
  width: 80%;
  border: 1px solid #fff;
  margin-bottom: 20px;
  background: #31569c;
  color: #fff;
}
.fContacts textarea {
  width: 80%;
  background: #31569c;
  border: 1px solid #fff;
  color: #fff;
  margin-bottom: 50px;
  height: 120px;
  padding: 20px;
}
.help {
  width: 80%;
  margin-bottom: 25px;
}
.info > button {
  background: #31569c;
  font-family: Montserrat_SemiBold;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: #fff;
  padding: 0;
  width: 80%;
  text-align: left;
}
.fContacts content {
  display: none;
  margin-left: 0 !important;
}
.Footer2 ::placeholder {
  color: #fff !important;
  padding: 0 20px;
}
.Footer2 textarea {
  padding: 20px 0;
}
.Lista {
  margin-bottom: 30px;
  display: none;
}
.Lista * {
  width: 50px;
  margin-right: 15px;
  color: #898887;
  font-family: Montserrat_SemiBold;
  font-size: 15px;
  text-align: center;
}
.Lista :first-child {
  color: #28292b;
  font-size: 18px;
  border-bottom: 3px solid #31569c;
}
.Lista :nth-child(2) {
  color: #28292b;
  font-size: 17px;
}
.NovinkyContainer {
  box-shadow: 0 0 5px 0.5px #ccdcdc;
  margin-bottom: 30px;
  height: auto !important;
  width: 100%;
}
.NovinkyImg {
  min-width: 400px;
  max-width: 400px;
  min-height: 310px;
  max-height: 310px;
}
.NovinkyImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Novinka {
  padding: 10px 20px 50px 20px;
  position: relative;
  width: 100%;
}
.NovinkaText {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.NovinkaText p {
  margin: 0 !important;
  line-height: 22px;
}
.NovinkaText > div {
  margin-top: 15px;
}
.Novinka > :first-child {
  margin-bottom: 30px;
}
.date {
  font-family: Montserrat_SemiBold;
  font-size: 15px;
}
.NovinkyContainer a {
  color: #31569c;
  font-family: Montserrat_SemiBold;
  font-size: 15px;
}
.DateRow {
  width: 100%;
  padding: 0 30px 0 30px;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.DateRow > div {
  font-family: Montserrat_Bold !important;
}
.DateRow > a {
  font-family: Montserrat_Bold !important;
}
.OtherCars {
  border-bottom: 3px solid #31569c;
  font-size: 20px;
  font-family: BebasNeue;
  color: #000;
  cursor: pointer;
  margin: 75px 0 150px 0;
}
.BlueBorder {
  border-left: 4px solid #31569c;
  font-family: Montserrat_SemiBold;
  margin-bottom: 50px;
  padding-left: 15px;
}
.BlueBorder div {
  color: #000;
}
black {
  color: #000;
}
mark {
  font-family: Montserrat_Bold;
  background: #fff;
  color: #898887;
}
.NewContent {
  display: flex;
  flex-direction: column;
  width: 55%;
  position: relative;
}
.NewDate {
  margin-top: 15px;
  align-self: flex-end;
  font-family: Montserrat_SemiBold;
}
.NovinkaImg {
  width: 40%;
  height: auto;
}
.NovinkaImg img {
  height: auto;
  width: 100%;
  cursor: pointer;
}
.PrevNext {
  position: static;
  display: flex;
  width: auto;
  font-family: BebasNeue_Bold;
  font-size: 20px;
  justify-content: flex-end;
  margin-top: 30px;
}
.PrevNext :first-child {
  color: #000;
  margin-right: 50px;
}
.PrevNext :last-child {
  color: #31569c;
}
.Middle {
  cursor: pointer;
}
.NoImg {
  display: none;
}
.NoImgBox {
  display: none;
}
.TextFullHeight {
  height: 100%;
}
#PriceInParts {
  width: 125%;
}
@media screen and (max-width: 1500px) {
  .f1500 {
    width: 65%;
  }
  .wid950 {
    width: 46%;
  }
}
@media screen and (max-width: 1366px) {
  .d-none1300 {
    display: none;
  }
  .wid1300 {
    width: 100%;
  }
  .ContainerPicker {
    width: 100% !important;
    position: static;
  }
  .conFilters {
    padding: 10px 10px !important;
  }
  .conModels {
    padding: 10px 10px !important;
  }
  .ContainerShop {
    flex-direction: column;
    width: 100%;
  }
  .ContainerOffer {
    width: 100%;
    height: auto;
  }
  .SubBar {
    margin-top: 25px;
  }
  .SubBar span {
    margin: 0;
  }
  .ProductN {
    margin-left: auto;
    margin-right: auto;
  }
  .OrderBy {
    margin-left: auto;
    margin-right: auto;
  }
  .ContainerCars {
    width: 100%;
  }
  .title h3 {
    margin-left: 0;
  }
  .ContainerCars {
    margin-top: 5px;
  }
  .ContainerAllContent {
    margin-top: 50px;
  }
  .collapsed {
    display: none;
  }
  .BBno {
    border-bottom: none;
    padding-bottom: 0;
  }
  .btn-filtr {
    display: block;
  }
  .filtrIcon {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .center {
    width: 90%;
  }
  .ContainerAuto {
    min-width: 45%;
  }
  .ContainerTitle {
    min-width: 100%;
  }
  .paragraph {
    min-width: 100%;
  }
  .newsText {
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .PriceBox {
    min-width: 100%;
    flex-direction: row;
    height: 50px;
    line-height: 25px;
  }
  .CarFooter {
    flex-direction: column;
  }
  .Detail {
    min-width: 100%;
  }
  .pPrice {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    align-items: center;
    height: 50px !important;
  }
  .Ptag {
    margin-top: 0 !important;
    text-align: right;
  }
  .Tips {
    max-height: 500px;
    box-sizing: border-box;
    overflow-y: hidden;
  }
  .bAuto {
    min-width: 45%;
  }
  .carouselContainer {
    top: -15px !important;
  }
  .CarGear > p {
    width: 50%;
  }
  .BasicInfo:first-child {
    width: 55%;
  }
  .BasicInfo:last-child {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  .Content {
    width: 100%;
  }
  .Banner {
    width: 40%;
    position: absolute;
    bottom: 220px;
    right: 0;
    top: auto;
  }
  .financing select {
    padding-left: 10px;
  }
  .ContainerContact {
    padding-bottom: 120px;
  }
  .f1023 {
    justify-content: center;
  }
  .Citat {
    padding: 15px 50px 15px 50px;
  }
  .img-center {
    width: 70% !important;
    height: 400px;
  }
  .img-center img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .InCar {
    margin-top: 20px;
  }
  .col1023 {
    flex-direction: column;
  }
  .col1023 > div {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .fRow .paragraphSM {
    margin-bottom: 25px;
  }
  .ContainerContact > input {
    width: 100%;
  }
  .Car {
    width: 45% !important;
  }
  .ContainerCars {
    justify-content: center;
  }
  .ContainerInterest {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .ContainerItems {
    flex-direction: column;
  }
  .ContainerCar {
    width: 100%;
  }
  .text {
    width: 100%;
  }
  #bannerCar {
    margin-top: 15px !important;
  }
  .fd-col1023 {
    flex-direction: column;
  }
  .half {
    width: 100%;
    justify-content: center;
  }
  .Footer2 .fMap {
    position: relative !important;
    min-width: 100%;
    top: 20px !important;
  }
  .Footer2 .fContacts {
    width: 100%;
  }
  .Footer2 .fCenter {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .menuMain.responsive {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding-left: 0 !important;
    justify-content: flex-start;
  }
  .menuMain.responsive.icon {
    position: absolute;
    display: block;
    z-index: 90;
    right: 0;
    top: 0;
  }
  .menuMain.responsive li {
    position: relative;
    margin-left: auto;
    top: 55px;
    display: block;
    text-align: left;
    background: #28292b;
    padding-left: 30px;
    height: 50px;
    border-bottom: 1px solid #717273;
    width: 300px;
    height: unset;
  }
  .icon {
    display: block !important;
    text-align: end;
  }
  .dropdown-content {
    position: relative;
    width: 100%;
    right: unset;
    left: unset;
    transform: unset;
  }
  .dropdown-content > li {
    top: 0px !important;
    width: inherit !important;
    border-top: 1px solid #717273 !important;
    border-bottom: none !important;
  }
  .dropdown-content.open {
    display: block;
  }
  .center {
    width: 90%;
  }
  .NamePrice {
    flex-direction: column;
    height: auto;
  }
  .NamePrice > * {
    text-align: center;
  }
  .bprice > * {
    justify-content: center;
  }
  .ContainerCar {
    margin-top: 0px;
  }
  .menuItem > div {
    text-align: left;
  }
  .SubBar {
    flex-direction: column;
    align-items: center;
  }
  .SubBar span {
    margin-left: 0;
  }
  .ShopTab {
    width: 70%;
    align-self: center;
  }
  .wid950 {
    width: 80% !important;
  }
  .wid950 .CenterImg {
    height: auto !important;
  }
  .Car img {
    position: static !important;
  }
  .table-price {
    width: 40%;
    min-width: 260px;
    align-self: center;
  }
  .Car {
    margin-left: 0;
  }
  .ImgText {
    height: 100%;
  }
  .price {
    width: 100%;
  }
  .price .row {
    margin-left: auto;
    margin-right: auto;
  }
  .paragraphMC {
    column-count: 1;
  }
  .fd-col900 {
    flex-direction: column;
    height: 600px !important;
    width: 48%;
    margin-right: 10px;
  }
  .NovinkyImg {
    max-width: 100%;
    min-width: 100%;
    max-height: unset;
    min-height: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .TwoNews {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .NovinkaImg {
    display: none;
  }
  .NewContent {
    width: 100%;
  }
  .PrevNext {
    justify-content: space-between;
  }
}
@media screen and (min-width: 951px) {
  .menuItem:hover .dropdown-content {
    display: block;
  }
  #nonews {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .menuMain li {
    display: none;
  }
  .manuMain a icon {
    float: right;
    display: block;
  }
}
@media screen and (min-width: 800px) {
  .Tip {
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  .fit-box1 {
    height: 250px;
    margin: auto 0;
  }
}
@media screen and (max-width: 700px) {
  .NovinkyContainer {
    width: 100%;
    margin-right: 0;
    height: auto !important;
  }
  .NovinkyImg {
    min-width: 100%;
    max-width: 100%;
    min-height: unset;
    max-height: unset;
    height: auto !important;
  }
  .NovinkaText {
    height: 200px;
  }
}
@media screen and (max-width: 650px) {
  .TwoCol {
    flex-direction: column;
  }
  .center {
    width: 95%;
  }
  .title {
    align-self: center;
  }
  .titleSM {
    text-align: center;
  }
  .carouselContainer {
    top: -1px !important;
  }
  .ContainerAllContent {
    margin-top: 20px;
  }
  .info > button {
    width: 100%;
  }
  .Copyright {
    margin-top: 30px !important;
  }
  .menuItem {
    width: 100vw !important;
  }
  .fContacts {
    width: 100%;
  }
  .phone {
    display: none;
  }
  .fMap {
    position: relative !important;
    min-width: 100%;
    top: 20px !important;
  }
  .Phonemail > vline {
    display: none;
  }
  .ContainerContent {
    flex-direction: column;
  }
  .ContainerAuto {
    min-width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  .Tips {
    min-width: 100%;
    margin-bottom: 100px;
  }
  .calendar {
    min-width: 100%;
  }
  .news {
    min-width: 100%;
  }
  .ContainerBazar {
    flex-direction: column;
  }
  .ContainerNovinky {
    flex-direction: column;
  }
  .ContainerTitle {
    width: 100%;
    text-align: center;
  }
  .Car {
    width: 100% !important;
    margin: 0 0 30px 0;
  }
  .newsText {
    padding: 5px;
  }
  .Viewer {
    position: absolute;
    top: 1% !important;
  }
  .Content {
    width: 100%;
  }
  .model > select {
    width: 100%;
  }
  .Banner {
    width: 100%;
    position: relative;
    top: 0;
  }
  .formParagraph {
    width: 100%;
  }
  .financing select {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .financing input {
    width: 100% !important;
  }
  .fRow {
    flex-direction: column;
  }
  .submit {
    margin-bottom: 70px;
  }
  .ContainerContact {
    padding-bottom: 50px;
    width: 100%;
  }
  .specification input {
    width: 100%;
  }
  .endParagraph {
    width: 100%;
  }
  .Citat {
    width: 100%;
    padding: 15px;
  }
  .zvyrazneni1 {
    padding: 10px;
  }
  .download {
    padding: 10px;
  }
  .odstavec1 {
    padding: 10px;
  }
  .fRow > div {
    width: 100%;
  }
  .ContainerContent > input {
    width: 100%;
  }
  .paragraphSM {
    padding: 5px;
  }
  .model > select {
    padding-left: 5px;
  }
  input {
    padding: 0 5px 0 5px;
  }
  .col650 {
    flex-direction: column;
  }
  .conModels {
    box-shadow: 0 0 5px 0.5px #dcdcdc;
  }
  .CCcenter {
    width: 95%;
  }
  .ContainerItems {
    width: 100%;
    flex-direction: column;
  }
  .ContainerInterest {
    width: 100%;
    margin-top: 50px;
  }
  .ContainerOthers {
    flex-direction: column;
  }
  .MultiIMG {
    width: 95%;
  }
  .BasicInfo {
    flex-direction: column;
  }
  .Info {
    width: 100%;
  }
  .Info > .row {
    justify-content: space-between;
  }
  .CarGear > p {
    width: 100%;
  }
  .Poznamka {
    flex-direction: column;
  }
  .Car {
    width: 100%;
  }
  .Info > :last-child {
    border-bottom: 1px solid #f1f1f1;
  }
  #PriceInCar {
    width: 100%;
  }
  #PriceInCar .paragraphSM {
    line-height: 15px;
  }
  .d-none650 {
    display: none;
  }
  .form textarea {
    padding: 15px 5px 10px 5px;
  }
  .half > img {
    width: 100%;
  }
  .Companies > img {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .Lista {
    justify-content: center;
  }
  .ShopTab {
    width: 100%;
  }
  .OtherButikPage {
    flex-direction: column;
  }
  .row1023 {
    flex-direction: column !important;
  }
  .img-center img {
    width: auto !important;
  }
  #PriceInButik {
    width: 100%;
  }
  #PriceInButik .paragraphSM {
    line-height: 15px;
  }
}
.textContainer {
  max-width: 1200px;
}
@media screen and (max-width: 1000px) {
  .ContactPages {
    display: none;
  }
}
@media screen and (max-width: 676px) {
  .Phonemail vline {
    display: none;
  }
  .Phonemail .mail {
    display: none;
  }
}
.intro-cards {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.intro-cards-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  background-color: #f7f7f7;
  padding: 20px 40px;
  box-shadow: 0 0 5px 0.5px #ccdcdc;
  transition: 0.3s;
}
.intro-cards-card-img {
  width: 15%;
  height: auto;
  min-width: 70px;
}
.intro-cards-card-text {
  width: 75%;
}
.intro-cards-card-text-heading {
  font-size: 24px !important;
}
.intro-cards-card:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 1400px) {
  .intro-cards {
    flex-wrap: wrap;
  }
  .intro-cards-card {
    width: 47%;
    height: 160px;
  }
  .intro-cards-card:last-of-type {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 992px) {
  .intro-cards-card {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .intro-cards-card-text {
    width: 80%;
  }
  .intro-cards-card:last-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .intro-cards-card-text-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .intro-cards {
    margin-top: 20px;
  }
  .intro-cards-card {
    flex-direction: column;
  }
  .intro-cards-card-img {
    margin-bottom: 20px;
  }
  .intro-cards-card-text {
    width: 100%;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 40px;
  grid-template-areas: "bezpecnost bezpecnost pohon karoserie karoserie" "bezpecnost bezpecnost rychlost aktivni pozitek" "tah vybava vybava aktivni vyhody";
}
.grid-item {
  background-color: #f8f8f8;
  box-shadow: 0 0 5px 0.5px #ccdcdc;
  transition: 0.3s;
  padding: 30px;
}
.grid-item > * {
  transition: 0.3s;
}
.grid-item:hover {
  background-color: #31569c;
}
.grid-item:hover > * {
  color: #fff;
}
.grid-item-heading {
  font-size: 32px;
}
.grid-item-description {
  color: #333;
}
.grid-item.is-small {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bezpecnost {
  grid-area: bezpecnost;
}
.pohon {
  grid-area: pohon;
}
.karoserie {
  grid-area: karoserie;
}
.rychlost {
  grid-area: rychlost;
}
.aktivni {
  grid-area: aktivni;
}
.vybava {
  grid-area: vybava;
}
.tah {
  grid-area: tah;
}
.pozitek {
  grid-area: pozitek;
}
.vyhody {
  grid-area: vyhody;
}
@media screen and (max-width: 1400px) {
  .grid {
    grid-template-areas: "bezpecnost bezpecnost bezpecnost karoserie karoserie" "pohon rychlost aktivni aktivni aktivni" "tah vybava vybava pozitek vyhody";
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "bezpecnost bezpecnost pohon" "bezpecnost bezpecnost karoserie" "vybava vybava karoserie" "aktivni aktivni rychlost" "tah pozitek vyhody";
  }
}
@media screen and (max-width: 768px) {
  .grid {
    display: flex;
    flex-direction: column;
  }
  .grid-item {
    width: 100%;
  }
  .grid-item.vybava {
    order: 1;
  }
  .grid-item.bezpecnost {
    order: 2;
  }
  .grid-item.aktivni {
    order: 3;
  }
  .grid-item.karoserie {
    order: 4;
  }
  .grid-item.pohon {
    order: 5;
  }
  .grid-item.rychlost {
    order: 6;
  }
  .grid-item.tah {
    order: 7;
  }
  .grid-item.pozitek {
    order: 8;
  }
  .grid-item.vyhody {
    order: 9;
  }
}
@media screen and (max-width: 576px) {
  .grid-item-heading {
    text-align: center;
  }
  .Footer p:last-of-type small {
    display: block;
  }
}
@-moz-document url-prefix() {
  option {
    font-family: "Segoe UI" !important;
    font-weight: 600;
  }
}
.model-link {
  display: block;
  margin-top: 50px;
  margin-bottom: -30px;
  padding: 10px 20px;
  color: #fff;
  font: normal small-caps 500 20pt "BebasNeue";
  letter-spacing: 1px;
  transition: 0.3s;
  width: max-content;
}
.model-link:hover {
  color: #fff;
  background-color: #31569c;
}
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}
.show-all-cars-button {
  display: block;
  height: 70px;
  width: auto;
  padding: 0 20px !important;
  background-color: #31569c;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font: normal small-caps 500 20pt "BebasNeue";
  letter-spacing: 1px;
  box-shadow: 0 0 5px 0.5px #383838;
  transition: 0.3s;
  border: none;
}
.show-all-cars-button:hover {
  background-color: #fff;
  color: #31569c;
}
