@charset "UTF-8";
body * {
  font-family: "Montserrat", sans-serif;
}

#car-details-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: white;
}
#car-details-section .row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  #car-details-section .row {
    padding: 0 25px;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  #car-details-section .row {
    padding: 0 30px;
  }
}
@media screen and (max-width: 400px) {
  #car-details-section .row {
    padding: 0 15px;
  }
}
#car-details-section .row .left-side {
  width: 66%;
}
@media screen and (max-width: 991px) {
  #car-details-section .row .left-side {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1170px) {
  #car-details-section .row .left-side {
    width: 60%;
  }
}
#car-details-section .row .right-side {
  width: calc(34% - 10px);
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  #car-details-section .row .right-side {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1170px) {
  #car-details-section .row .right-side {
    width: calc(40% - 10px);
  }
}
#car-details-section .row-header {
  position: relative;
  margin-bottom: 25px;
}
#car-details-section .row-header.row-header-lowest-price {
  margin-bottom: 45px;
}
@media screen and (max-width: 991px) {
  #car-details-section .row-header {
    margin-bottom: 20px;
  }
}
#car-details-section .row-header .page-main-header {
  display: block;
}
#car-details-section .row-header .page-main-header.one-price {
  flex: 1;
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  #car-details-section .row-header .left-side {
    display: flex;
    align-items: center;
  }
  #car-details-section .row-header .left-side .page-main-header {
    line-height: 25px;
    margin-right: 20px;
    transform: translateY(18px);
  }
}
#car-details-section .row-header .price-section.one-price {
  right: 0;
  top: -20px;
  width: 370px;
}
@media screen and (max-width: 767px) {
  #car-details-section .row-header .price-section.one-price {
    width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  #car-details-section .row-header .price-section.one-price {
    top: 15px;
    position: relative;
    right: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  #car-details-section .row-header .price-section {
    position: absolute;
    right: 0;
    top: -31px;
  }
}
@media screen and (max-width: 1170px) {
  #car-details-section .contact-form-btn {
    margin-bottom: 10px;
  }
  #car-details-section .contact-form-btn button:nth-child(2) {
    margin-top: 10px;
  }
}
#car-details-section .contact-form-btn .button {
  display: inline-block;
  line-height: 3;
  cursor: default !important;
}
#car-details-section .contact-form-btn .button,
#car-details-section .contact-form-btn button {
  padding: 0;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -webkit-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -ms-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  background-color: transparent;
  border: 0 solid transparent;
  height: 42px;
  outline: none;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  #car-details-section .contact-form-btn .button,
#car-details-section .contact-form-btn button {
    width: 100%;
  }
}
#car-details-section .contact-form-btn .button.with-white,
#car-details-section .contact-form-btn button.with-white {
  background-color: white;
  background-image: none;
  color: #283343;
  border: 1px solid #293443;
  font-weight: 600;
}
#car-details-section .contact-form-btn .button.with-blue,
#car-details-section .contact-form-btn button.with-blue {
  background-image: -moz-linear-gradient(90deg, #32425C 0%, #47658D 100%);
  background-image: -webkit-linear-gradient(90deg, #32425C 0%, #47658D 100%);
  background-image: -ms-linear-gradient(90deg, #32425C 0%, #47658D 100%);
  color: white;
  border: 1px solid #47658D;
  font-weight: 600;
  margin-left: 15px;
}
#car-details-section .contact-form-btn .button.with-blue .phonenumber,
#car-details-section .contact-form-btn button.with-blue .phonenumber {
  padding-left: 15px;
}

.bordered-title {
  color: #646464;
  margin: 0;
  padding: 0;
  width: auto;
  text-transform: uppercase;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .bordered-title {
    border-bottom: 1px solid #b0b6bd;
    padding-left: 20px;
    padding-bottom: 7px;
    position: relative;
  }
}
.bordered-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #b0b6bd;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 749px) {
  .bordered-title:after {
    display: none;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .bordered-title:after {
    display: none;
  }
}

.price-section {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.price-section.one-price .car-lowest-price {
  bottom: -12px;
}
.price-section .car-lowest-price {
  position: absolute;
  bottom: -22px;
  font-size: 12px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .price-section .car-lowest-price {
    text-align: center;
    width: 100%;
  }
}
.price-section > .car-price {
  margin-bottom: 10px;
  margin-right: 5px;
  flex: 1;
  white-space: nowrap;
}
.price-section > .car-price > .old {
  color: #969696;
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 25px;
}
.price-section > .car-price > .current {
  color: #1b496d;
  font-size: 25px;
  font-weight: 700;
}
.price-section > .car-price > .current sup {
  text-transform: uppercase;
  font-size: 10px;
  vertical-align: top;
  margin-left: 5px;
}
.price-section > .car-price-divider {
  height: 48px;
  width: 1px;
  background-color: #b0b6bd;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .price-section > .car-price-divider {
    display: none;
  }
}
.price-section > .car-month-price {
  font-size: 25px;
  font-weight: 700;
  color: #d4443a;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}
.price-section > .car-month-price sup {
  font-size: 10px;
  vertical-align: top;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .price-section > .car-month-price sup:nth-child(1) {
    display: block;
    text-align: center;
  }
}

.any-questions {
  background-image: url("../img/contact-with-us.jpg");
  background-repeat: no-repeat;
  color: #4f5865;
  height: 229px;
  position: relative;
  padding: 20px;
  background-size: cover;
  background-position: right;
  margin-bottom: 20px;
}
.any-questions .title {
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 35px;
}
.any-questions .title b {
  font-size: 18px;
  display: block;
}
.any-questions .show-phone {
  color: #1392bc;
  font-size: 16px;
  cursor: pointer;
}
.any-questions .show-phone.clicked:after {
  display: none;
}
.any-questions .show-phone.clicked span {
  display: inline-block;
}
.any-questions .show-phone span {
  display: none;
}
.any-questions .show-phone:after {
  content: "pokaxC5 numer";
  text-decoration: underline;
}
.any-questions p {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  line-height: 15px;
}

.similar-offer {
  margin-bottom: 20px;
}
.similar-offer .bordered-title {
  margin-bottom: 20px;
}

.workers-section {
  margin-bottom: 20px;
}
.workers-section--top-margin {
  margin-top: 30px;
  margin-bottom: -10px;
}
.workers-section .bordered-title {
  margin-bottom: 20px;
}
.workers-section .workers {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) and (orientation: portrait) {
  .workers-section .workers {
    display: block;
  }
}
.workers-section .workers .worker {
  width: calc(50% - 30px);
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  cursor: help;
}
@media screen and (max-width: 749px) and (orientation: portrait) {
  .workers-section .workers .worker {
    width: 100%;
    padding: 0 !important;
  }
}
.workers-section .workers .worker:hover .back-info {
  transform: translateY(0px);
}
.workers-section .workers .worker .img {
  margin-bottom: 35px;
}
.workers-section .workers .worker .img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .workers-section .workers .worker .img img {
    height: 320px;
  }
}
@media screen and (max-width: 749px) and (orientation: portrait) {
  .workers-section .workers .worker .img img {
    height: 340px;
  }
}
@media screen and (max-width: 749px) and (orientation: landscape) {
  .workers-section .workers .worker .img img {
    height: 320px;
  }
}
.workers-section .workers .worker .front-info {
  text-align: center;
}
.workers-section .workers .worker .front-info > .name {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .workers-section .workers .worker .front-info > .name {
    font-size: 28px;
    line-height: 30px;
  }
}
@media screen and (max-width: 749px) and (orientation: landscape) {
  .workers-section .workers .worker .front-info > .name {
    font-size: 26px;
    line-height: 28px;
  }
}
.workers-section .workers .worker .front-info > .job {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .workers-section .workers .worker .front-info > .job {
    font-size: 20px;
    line-height: 22px;
  }
}
@media screen and (max-width: 749px) and (orientation: landscape) {
  .workers-section .workers .worker .front-info > .job {
    font-size: 18px;
    line-height: 20px;
  }
}
.workers-section .workers .worker .back-info {
  background-color: white;
  padding-top: 20px;
}
.workers-section .workers .worker .back-info .email {
  font-size: 15px;
  margin-bottom: 7px;
}
.workers-section .workers .worker .back-info .email a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .workers-section .workers .worker .back-info .email a {
    font-size: 20px;
    line-height: 22px;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) and (orientation: landscape) {
  .workers-section .workers .worker .back-info .email a {
    font-size: 18px;
    line-height: 20px;
  }
}
.workers-section .workers .worker .back-info .email i {
  margin-left: 15px;
  margin-right: 5px;
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .workers-section .workers .worker .back-info .email i {
    margin-right: 10px;
  }
}
.workers-section .workers .worker .back-info .phone {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .workers-section .workers .worker .back-info .phone {
    font-size: 28px;
    margin-top: 15px;
    justify-content: center;
  }
}
@media screen and (max-width: 749px) and (orientation: landscape) {
  .workers-section .workers .worker .back-info .phone {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .workers-section .workers .worker .back-info .phone span {
    display: none;
  }
}
.workers-section .workers .worker .back-info .phone a {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .workers-section .workers .worker .back-info .phone a {
    display: none;
  }
}
.workers-section .workers .worker .back-info i {
  margin-left: 15px;
  margin-right: 5px;
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .workers-section .workers .worker .back-info i {
    margin-right: 15px;
  }
}

.tab-menu {
  color: #646464;
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (min-width: 750px) {
  .tab-menu {
    border-bottom: 1px solid #b0b6bd;
    text-transform: uppercase;
    padding-left: 20px;
    padding-bottom: 7px;
    position: relative;
  }
}
.tab-menu:after {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #b0b6bd;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tab-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .tab-menu ul {
    flex-wrap: wrap;
  }
}
.tab-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-menu ul li.hide {
  display: none;
}
@media screen and (min-width: 750px) {
  .tab-menu ul li {
    margin-right: 15px;
  }
}
@media screen and (max-width: 749px) {
  .tab-menu ul li {
    width: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
  }
}
.tab-menu ul li.active a {
  font-weight: bold;
  color: #1693bd;
}
@media screen and (max-width: 749px) {
  .tab-menu ul li:nth-child(even):after {
    display: none;
  }
}
.tab-menu ul li:after {
  height: 17px;
  content: "";
  display: inline-block;
  width: 1px;
  background-color: #b0b6bd;
}
@media screen and (min-width: 750px) {
  .tab-menu ul li:after {
    margin-left: 15px;
    position: relative;
    top: 3px;
  }
}
@media screen and (max-width: 749px) {
  .tab-menu ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 22px;
  }
}
@media screen and (max-width: 749px) {
  .tab-menu ul li:nth-child(5):before, .tab-menu ul li:nth-child(3):before, .tab-menu ul li:nth-child(4):before {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .tab-menu ul li:nth-child(1):before {
    left: 0;
  }
}
@media screen and (max-width: 749px) {
  .tab-menu ul li:nth-child(2):before {
    right: 0;
  }
}
@media screen and (max-width: 749px) {
  .tab-menu ul li:before {
    width: 95%;
    content: "";
    display: block;
    height: 1px;
    background-color: #b0b6bd;
    position: absolute;
    bottom: -10px;
  }
}
.tab-menu ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #878686;
}
.tab-menu ul li a:hover {
  color: #1693bd;
}

.tab-contents .tab-content {
  padding: 10px 20px;
  color: #646464;
  font-size: 14px;
  line-height: 16px;
}
.tab-contents .tab-content.hide {
  display: none;
}
@media screen and (max-width: 749px) and (orientation: portrait) {
  .tab-contents .tab-content#rata {
    padding: 10px 0 !important;
  }
}
@media screen and (max-width: 1170px) {
  .tab-contents .tab-content {
    margin-top: 30px !important;
  }
}
.tab-contents .tab-content p {
  color: #646464;
  font-size: 14px;
  line-height: 16px;
}
.tab-contents .tab-content ul li {
  color: #646464;
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.tab-contents .tab-content ul li span {
  flex: 1;
}
.tab-contents .tab-content ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #1693bd;
  margin-right: 10px;
}

.gallery-section {
  position: relative;
  margin-bottom: 40px;
}
.gallery-section .close-fullscreen {
  display: none;
}
.gallery-section.show-loader .gallery-loader {
  display: block;
}
.gallery-section.show-loader .thumbs,
.gallery-section.show-loader .awatar {
  visibility: hidden;
}
.gallery-section.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: black;
  width: 100%;
  box-sizing: border-box;
  height: 100vh;
  padding: 20px;
  overflow-y: auto;
}
.gallery-section.fullscreen .more-pictures,
.gallery-section.fullscreen .zoom {
  display: none !important;
}
.gallery-section.fullscreen.show-loader .gallery-loader {
  background-color: rgba(0, 0, 0, 0.99);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-section.fullscreen.show-loader .gallery-loader .spinner > div {
  background-color: white !important;
}
.gallery-section.fullscreen .awatar .wrapper > .item {
  height: calc(100vh - 40px);
}
.gallery-section.fullscreen .awatar img {
  height: 85%;
  object-fit: scale-down;
}
.gallery-section.fullscreen .awatar .arrows .go-left {
  position: fixed;
  top: 50%;
  left: 10px;
  z-index: 200;
}
.gallery-section.fullscreen .awatar .arrows .go-right {
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 200;
}
.gallery-section.fullscreen .close-fullscreen {
  display: block;
  color: white;
  position: absolute;
  top: 20px;
  left: 90%;
  font-size: 30px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (min-width: 1170px) {
  .gallery-section.fullscreen .close-fullscreen {
    left: auto;
    right: 30px;
    top: 30px;
    text-shadow: 1px 1px 1px black;
    z-index: 5;
  }
}
.gallery-section.fullscreen .awatar {
  width: calc(100vw - 40px);
}
@media screen and (max-width: 1170px) and (orientation: landscape) {
  .gallery-section.fullscreen .awatar {
    width: calc(65vw - 40px);
    margin-top: 0;
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .gallery-section.fullscreen .awatar {
    height: 100%;
    width: calc(85vw - 40px);
  }
  .gallery-section.fullscreen .awatar .wrapper {
    height: 100%;
  }
  .gallery-section.fullscreen .awatar .wrapper .item {
    height: 100%;
  }
  .gallery-section.fullscreen .awatar .wrapper .item img {
    height: 100% !important;
  }
}
.gallery-section.fullscreen .awatar .actions .contact-form-btn,
.gallery-section.fullscreen .awatar .actions .others {
  display: none !important;
}
.gallery-section.fullscreen .thumbs {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .gallery-section.fullscreen .thumbs {
    width: 754px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .gallery-section.fullscreen .thumbs {
    width: 648px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
  .gallery-section.fullscreen .thumbs {
    display: none !important;
  }
}
@media screen and (max-width: 749px) {
  .gallery-section.fullscreen .thumbs {
    width: 320px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1170px) {
  .gallery-section {
    margin-bottom: 10px;
  }
}
.gallery-section .gallery-loader {
  display: none;
}
.gallery-section .gallery-loader .spinner {
  text-align: center;
}
.gallery-section .gallery-loader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: black;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.gallery-section .gallery-loader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.gallery-section .gallery-loader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.gallery-section .awatar {
  position: relative;
  line-height: 0;
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 10px;
  visibility: visible;
  opacity: 1;
}
.gallery-section .awatar.not-loaded {
  visibility: hidden;
  opacity: 0;
}
.gallery-section .awatar .zoom {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
  width: 50%;
  height: 50%;
  display: block;
  position: absolute;
  top: -110px;
  left: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  cursor: pointer;
}
.gallery-section .awatar .zoom i {
  font-size: 0px;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  position: relative;
  top: 56px;
  left: -12px;
}
@media screen and (min-width: 1171px) {
  .gallery-section .awatar:hover .zoom {
    opacity: 1;
    visibility: visible;
  }
  .gallery-section .awatar:hover .zoom i {
    font-size: 50px;
  }
}
.gallery-section .awatar .wrapper {
  line-height: 0 !important;
  font-size: 0;
  position: relative;
}
.gallery-section .awatar .wrapper > div {
  display: inline-block;
}
@media screen and (max-width: 1170px) {
  .gallery-section .awatar .prev-img,
.gallery-section .awatar .next-img {
    display: none !important;
  }
}
.gallery-section .awatar img {
  width: 100%;
}
.gallery-section .awatar .actions {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.gallery-section .awatar .actions .arrows .disabled {
  visibility: hidden;
}
@media screen and (max-width: 749px) {
  .gallery-section .awatar .actions .arrows,
.gallery-section .awatar .actions .contact-form-btn,
.gallery-section .awatar .actions .others {
    display: none !important;
  }
}
@media screen and (min-width: 750px) and (max-width: 1170px) {
  .gallery-section .awatar .actions .arrows,
.gallery-section .awatar .actions .contact-form-btn {
    display: none !important;
  }
}
@media screen and (min-width: 1171px) {
  .gallery-section .awatar .actions .more-pictures {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .gallery-section .awatar .actions .more-pictures {
    right: 30px;
    z-index: 5;
    bottom: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1170px) {
  .gallery-section .awatar .actions .more-pictures {
    left: 0;
    z-index: 5;
    bottom: 0;
  }
}
@media screen and (max-width: 1171px) {
  .gallery-section .awatar .actions .more-pictures {
    display: block;
    cursor: pointer;
    font-size: 9px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    padding: 16px 15px;
    cursor: pointer;
  }
}
.gallery-section .awatar .actions .arrows {
  display: flex;
}
.gallery-section .awatar .actions .arrows .go-left,
.gallery-section .awatar .actions .arrows .go-right {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  width: 42px;
  height: 42px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.gallery-section .awatar .actions .others {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .gallery-section .awatar .actions .others {
    transform: translateY(-420px);
  }
}
@media screen and (min-width: 768px) {
  .gallery-section .awatar .actions .others {
    position: absolute;
    bottom: 0;
    right: 35px;
  }
}
.gallery-section .awatar .actions .others > .item {
  font-size: 8px;
  color: #c6c6c6;
  text-align: center;
  width: 65px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-section .awatar .actions .others > .item {
    flex: 1;
  }
}
.gallery-section .awatar .actions .others > .item a {
  display: block;
  text-decoration: none;
  font-size: 8px;
  color: #c6c6c6;
}
.gallery-section .awatar .actions .others > .item .icon {
  background-color: #c24044;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-bottom: 7px;
}
.gallery-section .thumbs {
  line-height: 0;
  overflow: hidden;
  transition: height 0.3s;
  height: 70px;
  position: relative;
}
.gallery-section .thumbs.not-loaded {
  height: 0;
}
@media screen and (max-width: 1170px) {
  .gallery-section .thumbs {
    display: none;
  }
}
.gallery-section .thumbs .wrapper {
  position: absolute;
  left: 0;
}
.gallery-section .thumbs .item {
  border-radius: 7px;
  overflow: hidden;
  width: calc(107px - 4px);
  display: inline-block;
  opacity: 0.75;
  transition: all 0.3s;
  margin-right: 5px;
}
.gallery-section .thumbs .item:hover {
  opacity: 1;
}
.gallery-section .thumbs .item.active {
  opacity: 1;
}
.gallery-section .thumbs .item a {
  line-height: 0;
  display: block;
}
.gallery-section .thumbs .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 750px) {
  .only-mobile {
    display: none;
  }
}

@media screen and (max-width: 749px) {
  .not-on-mobile {
    display: none;
  }
}

@media screen and (min-width: 1170px) {
  .only-mobile-tablet {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .only-mobile-tablet-portrait {
    display: none;
  }
}

.smiliar-offer-item {
  background-color: white;
  border: 1px solid #b0b6bd;
  padding: 10px;
  margin-bottom: 20px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.smiliar-offer-item:hover {
  opacity: 1;
}
.smiliar-offer-item .img {
  overflow: hidden;
  position: relative;
  height: 240px;
  margin-bottom: 15px;
}
.smiliar-offer-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smiliar-offer-item .img .blue-info {
  background-color: #2c7ab6;
  position: absolute;
  top: 164px;
  right: -44px;
  height: 45px;
  transform: rotate(-45deg);
  width: 200px;
  color: white;
  text-align: center;
}
.smiliar-offer-item .img .blue-info .style-discount {
  font-size: 25px;
  font-weight: 700;
  padding-top: 3px;
  line-height: 16px;
}
.smiliar-offer-item .img .blue-info .style-discount sup {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: top;
  margin-left: 5px;
}
.smiliar-offer-item .img .blue-info .style-discount small {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-align: right;
  margin-right: 53px;
}
.smiliar-offer-item .car-item-description {
  flex: 1;
  position: relative;
}
.smiliar-offer-item .car-item-description a {
  text-decoration: none;
}
.smiliar-offer-item .car-item-description a h3,
.smiliar-offer-item .car-item-description a h2 {
  margin: 0;
  padding: 0;
  max-width: initial;
}
.smiliar-offer-item .car-item-description a h3 {
  color: #2c7ab6;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 600;
}
.smiliar-offer-item .car-item-description a h2 {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-car-form {
  background-image: url("../img/car-footer-form.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  padding: 35px 20px;
}
@media screen and (max-width: 749px) {
  .footer-car-form {
    display: none;
  }
}
.footer-car-form h3 {
  font-size: 22px;
  font-weight: 700;
  width: auto;
  color: white;
}
.footer-car-form form {
  margin-top: 20px;
}
.footer-car-form form .form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 750px) and (max-width: 1170px) {
  .footer-car-form form .form-fields-wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width: 1171px) {
  .footer-car-form form .form-fields-wrapper .form-fields {
    flex: 2;
  }
}
.footer-car-form form .form-fields-wrapper .form-fields .fields-line {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.footer-car-form form .form-fields-wrapper .form-fields .fields-line .field {
  flex: 1;
  margin-right: 10px;
}
.footer-car-form form .form-fields-wrapper .form-fields .fields-line .field.long {
  flex: 2;
}
@media screen and (min-width: 750px) and (max-width: 1170px) {
  .footer-car-form form .form-fields-wrapper .form-action {
    justify-content: center;
    display: flex;
  }
}
@media screen and (min-width: 1171px) {
  .footer-car-form form .form-fields-wrapper .form-action {
    flex: 1;
  }
}
.footer-car-form form .form-fields-wrapper .form-action button {
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.footer-car-form form .form-fields-wrapper .form-action button span {
  background-color: #c54949;
  border-color: #c54949;
  border-radius: 7px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 750px) and (max-width: 1170px) {
  .footer-car-form form .form-fields-wrapper .form-action button span {
    height: 40px;
    padding: 0;
    width: 500px;
  }
}
.footer-car-form .policy-row {
  color: white;
  margin-top: 20px;
}
.footer-car-form .policy-row .info-row {
  color: white;
  margin-top: 15px;
}
.footer-car-form .policy-row .info-row.info-row-up {
  margin-bottom: 15px;
}
.footer-car-form .policy-row .info-row p {
  font-size: 12px;
  line-height: 15px;
  color: white;
}
.footer-car-form .policy-row .checkbox-field .checkbox-label {
  font-size: 12px;
  line-height: 15px;
  color: white;
  font-weight: normal;
  text-transform: none;
}
.footer-car-form .policy-row .checkbox-row label:nth-child(1) {
  margin-bottom: 10px;
}
.footer-car-form .field {
  border: 1px solid white;
  background-color: white;
  border-radius: 10px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-car-form .field.error {
  background-color: #f1d6d6;
}
.footer-car-form .field.error input[type=text],
.footer-car-form .field.error input[type=email] {
  background-color: #f1d6d6;
}
.footer-car-form .field input[type=text],
.footer-car-form .field input[type=email] {
  border: 0px solid white;
  padding-left: 10px;
  padding-right: 10px;
  width: calc(100% - 20px) !important;
  outline: none;
  width: 100%;
  text-align: center;
}
.footer-car-form .info-row.info-row-up {
  margin-top: 20px;
  padding-bottom: 20px;
}
.footer-car-form .info-row.info-row-down p {
  display: inline;
}
.footer-car-form .info-row.info-row-down .show-more {
  display: inline;
  margin-left: 5px;
}
.footer-car-form .info-row.info-row-down ol {
  list-style: decimal;
  margin-top: 10px;
  margin-left: 10px;
}
.footer-car-form .info-row.info-row-down ol li {
  margin-bottom: 5px;
}
.footer-car-form .info-row.info-row-down.toggled .more-info {
  display: block;
}
.footer-car-form .info-row.info-row-down .more-info {
  display: none;
}
.footer-car-form .info-row li,
.footer-car-form .info-row .show-more,
.footer-car-form .info-row p {
  font-size: 10px;
  color: white;
  line-height: 12px !important;
}
.footer-car-form .info-row li a,
.footer-car-form .info-row .show-more a,
.footer-car-form .info-row p a {
  color: #86b4e1;
  text-decoration: none;
}
.footer-car-form .info-row .show-more {
  cursor: pointer;
  color: #1392bc;
}

#app-calculator {
  background-color: #475b6d;
  border-radius: 7px;
  color: white;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 1171px) {
  #app-calculator {
    margin-bottom: 42px;
  }
}
#app-calculator .app-calculator-loader {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app-calculator .app-calculator-loader .spinner {
  text-align: center;
}
#app-calculator .app-calculator-loader .spinner > div {
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#app-calculator .app-calculator-loader .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#app-calculator .app-calculator-loader .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#app-calculator .app-calculator-header {
  padding: 25px;
}
#app-calculator .app-calculator-header h3 {
  margin: 0;
  padding: 0;
  width: auto;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
#app-calculator .app-calculator-header .price-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
#app-calculator .app-calculator-header .price-row .price-title {
  font-size: 12px;
  width: 90px;
  line-height: 15px;
}
#app-calculator .app-calculator-header .price-row .price-value {
  font-size: 26px;
  font-weight: bold;
}
#app-calculator .app-calculator-header .price-row .price-value span:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  background-color: #516a80;
  margin-top: 5px;
}
#app-calculator .app-calculator-body .calculator-info {
  font-size: 12px;
  line-height: 15px;
  padding: 0 25px;
  margin-bottom: 25px;
  margin-top: -5px;
}
#app-calculator .app-calculator-body .calculator-section {
  padding: 0 25px;
  margin-bottom: 40px;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) and (orientation: portrait) {
  #app-calculator .app-calculator-body .calculator-section .calculator-section-row {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 40px;
  }
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .name {
  font-size: 12px;
  width: 90px;
  line-height: 15px;
  padding-right: 10px;
}
@media screen and (max-width: 749px) and (orientation: portrait) {
  #app-calculator .app-calculator-body .calculator-section .calculator-section-row > .name {
    margin-bottom: 10px;
  }
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value {
  flex: 1;
  position: relative;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels {
  display: flex;
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels .item {
  position: relative;
  font-size: 10px;
  white-space: nowrap;
  flex: 1;
  text-align: center;
  padding-left: 0.8em;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels .item:nth-child(1) {
  text-align: left;
  padding-left: 0;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels .item:nth-child(1):before {
  left: 10px;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels .item:nth-last-child(1) {
  text-align: right;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels .item:nth-last-child(1):before {
  left: auto;
  right: 10px;
}
#app-calculator .app-calculator-body .calculator-section .calculator-section-row > .value .labels .item:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  background-color: #475b6d;
  top: -22px;
  z-index: 14;
  border-radius: 100%;
  left: 50%;
}
#app-calculator .app-calculator-body .summary-section {
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#app-calculator .app-calculator-body .summary-section.hide {
  visibility: hidden;
}
#app-calculator .app-calculator-body .summary-section .final-price {
  width: 110px;
}
#app-calculator .app-calculator-body .summary-section .final-price > .description {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 7px;
}
#app-calculator .app-calculator-body .summary-section .final-price > .value {
  font-size: 30px;
  font-weight: bold;
  white-space: nowrap;
}
#app-calculator .app-calculator-body .summary-section .details-price {
  flex: 1;
}
#app-calculator .app-calculator-body .summary-section .details-price .details-price-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
#app-calculator .app-calculator-body .summary-section .details-price .details-price-row > .description {
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  flex: 1;
}
#app-calculator .app-calculator-body .summary-section .details-price .details-price-row > .value {
  font-size: 14px;
  line-height: 16px;
  width: 75px;
  padding-left: 10px;
}
#app-calculator .app-calculator-footer {
  background-image: -moz-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -webkit-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -ms-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  opacity: 0.902;
  height: 67px;
  color: white;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
#app-calculator .app-calculator-footer button {
  background-color: transparent;
  border: 0 solid transparent;
  width: 100%;
  height: 100%;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#app-calculator .app-calculator-footer button span {
  color: white;
  font-size: 16px;
  padding-left: 25px;
  flex: 1;
  text-align: left;
}
#app-calculator .app-calculator-footer button i {
  color: white;
  font-size: 16px;
  padding-right: 25px;
}
#app-calculator .ui-slider-horizontal {
  height: 20px;
}
#app-calculator .ui-widget-content {
  background: white !important;
  border-radius: 10px;
  border-color: white;
}
#app-calculator .ui-state-default {
  font-weight: bold;
  background-color: #18b1e7;
  height: 30px;
  border-radius: 100%;
  width: 30px;
  outline: none;
  z-index: 15;
  cursor: pointer;
}
#app-calculator .ui-slider-range {
  background: transparent !important;
}
#app-calculator .ui-slider-horizontal .ui-slider-handle {
  margin-left: -15px;
}

.share-single {
  position: absolute;
  top: 50px;
  left: 13px;
  z-index: 2;
  display: none;
}
.share-single.toggled {
  display: block;
}
.share-single li {
  width: 35px;
  height: 35px;
}
.share-single li a {
  display: block;
}
.share-single li a i {
  font-size: 36px;
  position: relative;
}
.share-single li a i:after {
  content: "";
  display: block;
  background-color: white;
  width: 25px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.share-single li a i.fa-facebook {
  color: #3b5998;
}
.share-single li a i.fa-twitter-square {
  color: #1da1f2;
}
.share-single li a i.fa-google-plus-square {
  color: #dd4b39;
}
.share-single li a i.fa-pinterest-square {
  color: #bd081c;
}

#calculateForm {
  margin-top: 30px;
}
#calculateForm .fields {
  margin-bottom: 10px;
}
#calculateForm .fields.long .field {
  background-color: white;
  padding-top: 9px;
  padding-bottom: 9px;
}
#calculateForm .fields .field {
  background-color: white;
  border-radius: 7px;
  padding: 12px 20px;
  position: relative;
  box-shadow: 2px 2px 4px black;
}
#calculateForm .fields .field.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}
#calculateForm .fields .field.error {
  background-color: #f1d6d6;
}
#calculateForm .fields .field .required {
  position: absolute;
  color: #ff5a00;
  font-size: 10px;
}
#calculateForm .fields .field#contact-form-phone .required {
  left: 170px;
}
#calculateForm .fields .field#contact-form-email .required {
  left: 120px;
}
#calculateForm .fields .field input {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
}
#calculateForm .fields .field input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#calculateForm .fields .field textarea {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
  resize: none;
  height: 100px;
  transition: all 0.3s;
  width: calc(100% - 20px);
}
@media screen and (min-width: 750px) {
  #calculateForm .fields .field textarea {
    height: 108px;
  }
}
#calculateForm .fields .field textarea::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#calculateForm .actions-row {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#calculateForm .checkbox-row {
  padding-bottom: 10px;
}
#calculateForm .checkbox-row label {
  text-transform: inherit;
  line-height: 14px;
  margin-bottom: 10px;
}
#calculateForm .thx-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#calculateForm .thx-section .data {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#calculateForm .info-row.info-row-up {
  margin-top: 20px;
  padding-bottom: 20px;
}
#calculateForm .info-row.info-row-down p {
  display: inline;
}
#calculateForm .info-row.info-row-down .show-more {
  display: inline;
  margin-left: 5px;
}
#calculateForm .info-row.info-row-down ol {
  list-style: decimal;
  margin-top: 10px;
  margin-left: 10px;
}
#calculateForm .info-row.info-row-down ol li {
  margin-bottom: 5px;
}
#calculateForm .info-row.info-row-down.toggled .more-info {
  display: block;
}
#calculateForm .info-row.info-row-down .more-info {
  display: none;
}
#calculateForm .info-row li,
#calculateForm .info-row .show-more,
#calculateForm .info-row p {
  font-size: 10px;
  color: #86b4e1;
  line-height: 12px !important;
}
#calculateForm .info-row li a,
#calculateForm .info-row .show-more a,
#calculateForm .info-row p a {
  color: #86b4e1;
  text-decoration: none;
}
#calculateForm .info-row .show-more {
  cursor: pointer;
  color: #aae2ff;
}
@media screen and (min-width: 750px) {
  #calculateForm .form-column-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #calculateForm .form-column-wrapper .form-column {
    width: 40%;
    margin-right: 10px;
  }
  #calculateForm .form-column-wrapper .form-column.form-column-short {
    width: calc(20% - 20px);
    margin-right: 0;
  }
  #calculateForm .form-column-wrapper .form-column.form-column-short button {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #calculateForm .form-column-wrapper .form-column.form-column-short button span {
    width: 100%;
    height: 144px;
  }
}

.overlay {
  z-index: 100000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-color: rgba(50, 64, 75, 0.93);
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay.small .overlay-wrapper {
  width: 450px;
}
.overlay .overlay-wrapper {
  position: absolute;
  background-color: #1e3246 !important;
  box-shadow: 1px 1px 5px #333333;
  width: 340px;
  padding: 30px;
  color: white;
  transition: all 0.1s;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .overlay .overlay-wrapper--small {
    width: 358px !important;
  }
}
@media screen and (min-width: 992px) {
  .overlay .overlay-wrapper {
    width: 750px;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .overlay .overlay-wrapper {
    width: 700px;
  }
}
@media screen and (max-width: 749px) {
  .overlay .overlay-wrapper {
    width: 90vw;
    max-height: calc(100% - 60px);
  }
}
.overlay .overlay-wrapper h2, .overlay .overlay-wrapper h3, .overlay .overlay-wrapper h1 {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 749px) {
  .overlay .overlay-wrapper h2.headline--tor-lodz, .overlay .overlay-wrapper h3.headline--tor-lodz, .overlay .overlay-wrapper h1.headline--tor-lodz {
    line-height: 28px;
  }
}
.overlay .overlay-wrapper .form-content > h3 {
  margin-bottom: 15px !important;
}
.overlay .overlay-wrapper .form-content > p {
  color: white;
  margin-bottom: 15px;
  font-size: 15px;
}
.overlay .overlay-wrapper .form-content > .required-fields {
  color: #c31a1a;
  font-size: 9px;
  position: absolute;
  width: calc(100% - 60px);
  margin-top: 12px;
}
.overlay .overlay-wrapper .form-content > .required-fields--tor-lodz {
  text-align: center;
  margin-top: 0 !important;
  font-size: 12px !important;
  color: red !important;
}
@media screen and (max-width: 749px) {
  .overlay .overlay-wrapper .form-content > .required-fields {
    text-align: center;
  }
}
.overlay .overlay-wrapper .params {
  margin-bottom: -5px;
}
.overlay .overlay-wrapper .params .param {
  color: #86b4e1;
  font-size: 15px;
  text-align: center;
  margin-bottom: 4px;
  font-weight: 500;
}
.overlay .overlay-wrapper .params .param.small-ver {
  line-height: 0;
}
@media screen and (min-width: 750px) {
  .overlay .overlay-wrapper .action {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 749px) {
  .overlay .overlay-wrapper .action {
    right: 10px;
    position: fixed;
    top: 10px;
    text-shadow: 1px 1px 1px black;
    z-index: 50;
  }
}
.overlay .overlay-wrapper .action .close-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.overlay .overlay-wrapper .action .close-overlay:hover, .overlay .overlay-wrapper .action .close-overlay:active, .overlay .overlay-wrapper .action .close-overlay:focus {
  transform: rotate(-360deg);
}
.overlay .overlay-wrapper .thx-msg {
  padding-top: 50px;
  padding-bottom: 30px;
}
.overlay .overlay-wrapper .thx-msg.hide {
  display: none;
}
.overlay .overlay-wrapper .thx-msg img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.overlay .overlay-wrapper .thx-msg h3 {
  text-align: center;
  margin-bottom: 10px;
}
.overlay .overlay-wrapper .thx-msg p {
  color: white;
  text-align: center;
  font-size: 18px;
}
.overlay .overlay-wrapper .form-content.hide {
  display: none;
}

.red-gradient-btn {
  border: 0 solid transparent;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.red-gradient-btn:hover span {
  transform: scale(0.95);
}
.red-gradient-btn span {
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -webkit-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -ms-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  opacity: 0.902;
  left: 868px;
  top: 943px;
  width: 183px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  transition: all 0.3s;
}

.checkbox-field {
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
}

.checkbox-field.no-select input:checked + .checkbox {
  background-color: #fff;
}

.checkbox-field.error .checkbox-label {
  color: #f00;
}

.checkbox-field input {
  display: none;
}

.checkbox-field input:checked + .checkbox {
  background-color: #ff5a00;
}

.checkbox-field .checkbox {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border-radius: 5px;
  background-color: #fff;
}

.checkbox-field .checkbox-label {
  font-size: 10px;
  font-weight: 600;
  flex: 1;
  padding-left: 22px;
}

.checkbox-field .error {
  width: 100%;
  margin-left: 40px;
  font-size: 10px;
  font-weight: 400;
  color: #f00;
}

#car-form {
  margin-top: 30px;
}
#car-form .fields {
  margin-bottom: 10px;
}
#car-form .fields.long .field {
  background-color: white;
  padding-top: 9px;
  padding-bottom: 9px;
}
#car-form .fields .field {
  background-color: white;
  border-radius: 7px;
  padding: 12px 20px;
  position: relative;
  box-shadow: 2px 2px 4px black;
}
#car-form .fields .field.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}
#car-form .fields .field.error {
  background-color: #f1d6d6;
}
#car-form .fields .field .required {
  position: absolute;
  color: #ff5a00;
  font-size: 10px;
}
#car-form .fields .field#contact-form-phone .required {
  left: 170px;
}
#car-form .fields .field#contact-form-email .required {
  left: 120px;
}
#car-form .fields .field input {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
}
#car-form .fields .field input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#car-form .fields .field textarea {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
  resize: none;
  height: 100px;
  transition: all 0.3s;
  width: calc(100% - 20px);
}
@media screen and (min-width: 750px) {
  #car-form .fields .field textarea {
    height: 108px;
  }
}
#car-form .fields .field textarea::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#car-form .actions-row {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#car-form .checkbox-row {
  padding-bottom: 10px;
}
#car-form .checkbox-row label {
  text-transform: inherit;
  line-height: 14px;
  margin-bottom: 10px;
}
#car-form .thx-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#car-form .thx-section .data {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#car-form .info-row.info-row-up {
  margin-top: 20px;
  padding-bottom: 20px;
}
#car-form .info-row.info-row-down p {
  display: inline;
}
#car-form .info-row.info-row-down .show-more {
  display: inline;
  margin-left: 5px;
}
#car-form .info-row.info-row-down ol {
  list-style: decimal;
  margin-top: 10px;
  margin-left: 10px;
}
#car-form .info-row.info-row-down ol li {
  margin-bottom: 5px;
}
#car-form .info-row.info-row-down.toggled .more-info {
  display: block;
}
#car-form .info-row.info-row-down .more-info {
  display: none;
}
#car-form .info-row li,
#car-form .info-row .show-more,
#car-form .info-row p {
  font-size: 10px;
  color: #86b4e1;
  line-height: 12px !important;
}
#car-form .info-row li a,
#car-form .info-row .show-more a,
#car-form .info-row p a {
  color: #86b4e1;
  text-decoration: none;
}
#car-form .info-row .show-more {
  cursor: pointer;
  color: #aae2ff;
}
@media screen and (min-width: 750px) {
  #car-form .form-column-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #car-form .form-column-wrapper .form-column {
    width: 40%;
    margin-right: 10px;
  }
  #car-form .form-column-wrapper .form-column.form-column-short {
    width: calc(20% - 20px);
    margin-right: 0;
  }
  #car-form .form-column-wrapper .form-column.form-column-short button {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #car-form .form-column-wrapper .form-column.form-column-short button span {
    width: 100%;
    height: 144px;
  }
}

#car-form2 {
  margin-top: 30px;
}
#car-form2 h3 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
#car-form2 .text-center {
  text-align: center;
  margin: 0 0 10px;
  color: white;
}
#car-form2 .small, #car-form2 small {
  font-size: 85%;
}
#car-form2 .bordered-btn {
  display: inline-block;
  border: 0 solid #fff;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none;
}
#car-form2 .bordered-btn:hover span {
  transform: scale(0.95);
}
#car-form2 .bordered-btn span {
  transition: all 0.3s;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 50px;
  display: inline-block;
  background-color: #e70000;
  border-color: #e70000 !important;
}
#car-form2 .fields {
  margin-bottom: 10px;
}
#car-form2 .fields.long .field {
  background-color: white;
  padding-top: 9px;
  padding-bottom: 9px;
}
#car-form2 .fields .field {
  background-color: #c8cfd9;
  border-radius: 7px;
  padding: 12px 20px;
  position: relative;
  box-shadow: 2px 2px 4px black;
}
#car-form2 .fields .field.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}
#car-form2 .fields .field.error {
  background-color: #f1d6d6;
}
#car-form2 .fields .field .required {
  position: absolute;
  color: #ff5a00;
  font-size: 10px;
}
#car-form2 .fields .field#contact-form-phone .required {
  left: 170px;
}
#car-form2 .fields .field#contact-form-email .required {
  left: 120px;
}
#car-form2 .fields .field input {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
}
#car-form2 .fields .field input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#car-form2 .fields .field textarea {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
  resize: none;
  height: 100px;
  transition: all 0.3s;
  width: calc(100% - 20px);
  padding-left: 0 !important;
}
@media screen and (min-width: 750px) {
  #car-form2 .fields .field textarea {
    height: 108px;
  }
}
#car-form2 .fields .field textarea::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#car-form2 .actions-row {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#car-form2 .checkbox-row {
  padding-bottom: 10px;
}
#car-form2 .checkbox-row label {
  text-transform: inherit;
  line-height: 14px;
  margin-bottom: 10px;
}
#car-form2 .thx-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#car-form2 .thx-section .data {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#car-form2 .info-row a {
  color: #79889d;
  font-size: 10px;
}
#car-form2 .info-row.info-row-up {
  margin-top: 20px;
  padding-bottom: 20px;
}
#car-form2 .info-row.info-row-up p {
  margin-bottom: 10px;
}
#car-form2 .info-row.info-row-down p {
  display: inline;
}
#car-form2 .info-row.info-row-down .show-more {
  display: inline;
  margin-left: 5px;
}
#car-form2 .info-row.info-row-down ol {
  list-style: decimal;
  margin-top: 10px;
  margin-left: 10px;
}
#car-form2 .info-row.info-row-down ol li {
  margin-bottom: 5px;
}
#car-form2 .info-row.info-row-down.toggled .more-info {
  display: block;
}
#car-form2 .info-row.info-row-down .more-info {
  display: none;
}
#car-form2 .info-row li,
#car-form2 .info-row .show-more,
#car-form2 .info-row p {
  font-size: 10px;
  color: #86b4e1;
  line-height: 12px !important;
}
#car-form2 .info-row li a,
#car-form2 .info-row .show-more a,
#car-form2 .info-row p a {
  color: #86b4e1;
  text-decoration: none;
}
#car-form2 .info-row .show-more {
  cursor: pointer;
  color: #aae2ff;
}
@media screen and (min-width: 750px) {
  #car-form2 .form-column-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #car-form2 .form-column-wrapper .form-column {
    width: 40%;
    margin-right: 10px;
  }
  #car-form2 .form-column-wrapper .form-column.form-column-short {
    width: calc(20% - 20px);
    margin-right: 0;
  }
  #car-form2 .form-column-wrapper .form-column.form-column-short button {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #car-form2 .form-column-wrapper .form-column.form-column-short button span {
    width: 100%;
    height: 144px;
  }
}

.red-blue-btn {
  background-color: #e32425;
  background-image: -moz-linear-gradient(90deg, #891515 0%, #f72828 100%);
  background-image: -webkit-linear-gradient(90deg, #891515 0%, #f72828 100%);
  background-image: -ms-linear-gradient(90deg, #891515 0%, #f72828 100%);
  height: 35px;
  border-width: 0;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  white-space: nowrap;
  padding-right: 0;
  align-items: center;
  display: flex;
}
.red-blue-btn span {
  background-color: #2c7ab6;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  flex: 1;
  height: 35px;
  padding: 0 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.white-btn {
  background-color: #ffffff;
  height: 35px;
  border: 1px solid #2b4163;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  color: #2b4163;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.red-btn {
  background-color: #e32425;
  height: 35px;
  border-width: 0;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  white-space: nowrap;
  align-items: center;
  display: flex;
}

#torlodz-form {
  margin-top: 30px;
}
#torlodz-form .fields {
  margin-bottom: 10px;
}
#torlodz-form .fields .field {
  background-color: white;
  border-radius: 7px;
  padding: 12px 20px;
  position: relative;
  box-shadow: 2px 2px 4px black;
}
#torlodz-form .fields .field.no-padding-left-right {
  padding-left: 0;
  padding-right: 0;
}
#torlodz-form .fields .field.error {
  background-color: #f1d6d6;
}
#torlodz-form .fields .field .required {
  position: absolute;
  color: #ff5a00;
  font-size: 10px;
}
#torlodz-form .fields .field#contact-form-phone .required {
  left: 170px;
}
#torlodz-form .fields .field#contact-form-email .required {
  left: 120px;
}
#torlodz-form .fields .field input {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
}
#torlodz-form .fields .field input::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#torlodz-form .fields .field textarea {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
  outline: none;
  width: 100%;
  border: 0 solid white;
  background: transparent;
  resize: none;
  height: 100px;
  transition: all 0.3s;
  width: calc(100% - 20px);
}
@media screen and (min-width: 750px) {
  #torlodz-form .fields .field textarea {
    height: 108px;
  }
}
#torlodz-form .fields .field textarea::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: #162640;
}
#torlodz-form .actions-row {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 749px) {
  #torlodz-form .actions-row.only-mobile {
    padding-top: 25px;
  }
}
#torlodz-form .checkbox-row {
  padding-bottom: 10px;
}
#torlodz-form .checkbox-row label {
  text-transform: inherit;
  line-height: 14px;
  margin-bottom: 10px;
}
#torlodz-form .thx-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#torlodz-form .thx-section .data {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#torlodz-form .info-row.info-row-up {
  margin-top: 20px;
  padding-bottom: 20px;
}
#torlodz-form .info-row.info-row-down p {
  display: inline;
}
#torlodz-form .info-row.info-row-down .show-more {
  display: inline;
  margin-left: 5px;
}
#torlodz-form .info-row.info-row-down ol {
  list-style: decimal;
  margin-top: 10px;
  margin-left: 10px;
}
#torlodz-form .info-row.info-row-down ol li {
  margin-bottom: 5px;
}
#torlodz-form .info-row.info-row-down.toggled .more-info {
  display: block;
}
#torlodz-form .info-row.info-row-down .more-info {
  display: none;
}
#torlodz-form .info-row li,
#torlodz-form .info-row .show-more,
#torlodz-form .info-row p {
  font-size: 10px;
  color: #86b4e1;
  line-height: 12px !important;
}
#torlodz-form .info-row li a,
#torlodz-form .info-row .show-more a,
#torlodz-form .info-row p a {
  color: #86b4e1;
  text-decoration: none;
}
#torlodz-form .info-row .show-more {
  cursor: pointer;
  color: #aae2ff;
}
#torlodz-form .select-group h3 {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-transform: initial;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#torlodz-form .select-group .optionset {
  display: flex;
  justify-content: center;
}
#torlodz-form .select-group .optionset li:nth-child(1) {
  margin-right: 50px;
}
#torlodz-form .select-group .optionset li:nth-child(2) {
  margin-left: 50px;
}
#torlodz-form .select-group .optionset li label {
  font-size: 14px;
  font-weight: bold;
  text-transform: initial;
}
#torlodz-form .select-group .optionset li label sup {
  font-size: 10px;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 749px) {
  #torlodz-form .select-group .optionset {
    flex-direction: column;
    width: 210px;
    margin: 0 auto;
  }
  #torlodz-form .select-group .optionset li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  #torlodz-form .select-group .optionset li:nth-child(2) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 750px) {
  #torlodz-form .form-column-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #torlodz-form .form-column-wrapper .form-column {
    width: 80%;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  #torlodz-form .form-column-wrapper .form-column .fields {
    width: calc(50% - 5px);
  }
  #torlodz-form .form-column-wrapper .form-column .fields:nth-child(1), #torlodz-form .form-column-wrapper .form-column .fields:nth-child(3) {
    margin-right: 5px;
  }
  #torlodz-form .form-column-wrapper .form-column .fields:nth-child(2), #torlodz-form .form-column-wrapper .form-column .fields:nth-child(4) {
    margin-left: 5px;
  }
  #torlodz-form .form-column-wrapper .form-column.form-column-short {
    width: calc(20% - 20px);
    margin-right: 0;
  }
  #torlodz-form .form-column-wrapper .form-column.form-column-short button {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    top: -4px;
  }
  #torlodz-form .form-column-wrapper .form-column.form-column-short button span {
    width: 100%;
    height: 96px;
  }
}

.frm-style1 {
  background-color: #273243;
  color: white;
  border-radius: 7px;
  position: relative;
  margin-bottom: 7px;
  padding: 25px;
}
.frm-style1__title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  width: auto;
  padding: 0;
  text-transform: none;
  margin-bottom: 15px;
}
.frm-style1__description {
  margin: 0;
  font-size: 14px;
  color: white;
  margin-bottom: 15px;
}
.frm-style1__required-star {
  font-size: 10px;
  color: #c31a1a;
  text-align: center;
  text-align: center;
  font-weight: bold;
}
.frm-style1__inputs {
  display: flex;
  flex-direction: column;
}
.frm-style1__inputs-label {
  display: none;
}
.frm-style1__inputs-textarea, .frm-style1__inputs-input {
  background-color: white;
  border-radius: 7px;
  display: flex;
  flex-wrap: wrap;
  min-height: 40px;
  margin-bottom: 10px;
  position: relative;
}
.frm-style1__inputs-textarea.error, .frm-style1__inputs-input.error {
  background-color: #ffc0cb;
}
.frm-style1__inputs-textarea-img, .frm-style1__inputs-input-img {
  width: 20px;
  opacity: 0.2;
  position: absolute;
  top: 8px;
  right: 0;
  height: 24px;
  object-fit: contain;
  padding-right: 28px;
  padding-left: 28px;
}
.frm-style1__inputs-textarea input, .frm-style1__inputs-textarea textarea, .frm-style1__inputs-input input, .frm-style1__inputs-input textarea {
  border: 0 solid white;
  outline: none;
  color: #273243;
  font-size: 16px;
  background-color: transparent;
  padding-left: 28px;
  width: calc(100% - 100px);
  font-size: 12px;
}
.frm-style1__inputs-textarea input::placeholder, .frm-style1__inputs-textarea textarea::placeholder, .frm-style1__inputs-input input::placeholder, .frm-style1__inputs-input textarea::placeholder {
  font-size: 12px;
  color: #273243;
  font-weight: bold;
}
.frm-style1__inputs-textarea textarea, .frm-style1__inputs-input textarea {
  height: 60px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.frm-style1__submit {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
}
.frm-style1__submit span {
  border-width: 1px;
  border-color: #d7d7d7;
  border-style: solid;
  border-radius: 5px;
  display: flex;
  height: 44px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  transition: all 0.3s;
  background-image: -moz-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -webkit-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -ms-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  opacity: 0.902;
}
.frm-style1__rodo-info {
  font-size: 11px;
  color: #7da4cb;
  margin-top: 10px;
}
.frm-style1__rodo-info--bold {
  font-weight: bold;
}

.footer-links {
  background-color: #141c21;
  border-bottom: 1px solid #a7aeb9;
  background-image: url("../img/footer_bg.png");
}
.footer-links > .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 1360px) {
  .footer-links > .content {
    width: 1340px;
  }
}
.footer-links > .content .left {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .footer-links > .content .left {
    border-right: 1px solid #a7aeb9;
    width: 326px;
  }
}
@media screen and (max-width: 749px) {
  .footer-links > .content .left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-links > .content .left .social_icons {
    display: flex;
  }
  .footer-links > .content .left .social_icons li {
    flex: 1;
  }
}
.footer-links > .content .right {
  flex: 1;
}
.footer-links > .content .right .checkout {
  top: -10px;
  left: 0;
}
@media screen and (max-width: 1359px) {
  .footer-links > .content .right .checkout {
    display: none;
  }
}
@media screen and (min-width: 1360px) {
  .footer-links > .content .right .checkout {
    top: 0;
    left: -15px;
  }
}
.footer-links > .content .right .navigation-bottom-links {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}
.footer-links > .content .right .navigation-bottom-links li {
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer-links > .content .right .navigation-bottom-links li {
    flex: 1;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .footer-links > .content .right .navigation-bottom-links li {
    width: 33%;
    padding: 10px 0;
  }
  .footer-links > .content .right .navigation-bottom-links li:nth-child(4) {
    width: 50%;
    margin-left: -21px;
  }
  .footer-links > .content .right .navigation-bottom-links li:nth-child(5) {
    width: 50%;
  }
}
.footer-links > .content .right .navigation-bottom-links li a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  transition: all ease 0.3s;
  line-height: 15px;
}
.footer-links > .content .right .navigation-bottom-links li a:hover {
  color: #146ca7;
  transition: all ease 0.3s;
}

.navigation-bottom {
  align-items: center;
  flex-wrap: wrap;
  padding-left: 60px;
}
@media screen and (min-width: 1360px) {
  .navigation-bottom {
    display: flex;
  }
}

.footer-menu {
  background-color: #141c21;
  padding: 40px 0;
}
.footer-menu .footer-menu-wrapper {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .footer-menu .footer-menu-wrapper {
    flex-wrap: wrap;
  }
}
.footer-menu .footer-menu-wrapper .footer-menu-column {
  padding-left: 100px;
}
@media screen and (min-width: 992px) {
  .footer-menu .footer-menu-wrapper .footer-menu-column {
    flex: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-menu .footer-menu-wrapper .footer-menu-column {
    padding-left: 50px;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .footer-menu .footer-menu-wrapper .footer-menu-column {
    width: calc(50% - 100px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer-menu .footer-menu-wrapper .footer-menu-column:last-child {
    padding-left: 50px;
  }
}
.footer-menu .footer-menu-wrapper .footer-menu-column h4 {
  font-size: 16px;
  color: #a7aeb9;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-menu .footer-menu-wrapper .footer-menu-column h4 a {
  color: #a7aeb9;
  text-decoration: none;
  font-size: 16px;
}
.footer-menu .footer-menu-wrapper .footer-menu-column ul li {
  margin-bottom: 10px;
}
.footer-menu .footer-menu-wrapper .footer-menu-column ul li.big-link {
  color: #a7aeb9;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-menu .footer-menu-wrapper .footer-menu-column ul li.big-link a {
  font-size: 16px;
  color: #a7aeb9;
}
.footer-menu .footer-menu-wrapper .footer-menu-column ul li a {
  font-size: 13px;
  color: #737d8c;
  text-decoration: none;
}

.footer-carshow-list {
  background-color: #162631;
}
@media screen and (max-width: 749px) {
  .footer-carshow-list {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 750px) {
  .footer-carshow-list > .content {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1360px) {
  .footer-carshow-list > .content {
    width: 1340px;
  }
}
.footer-carshow-list > .content .left {
  height: 120px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .footer-carshow-list > .content .left {
    width: 326px;
    border-right: 1px solid #a7aeb9;
  }
}
@media screen and (max-width: 749px) {
  .footer-carshow-list > .content .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-carshow-list > .content .left {
    padding-left: 30px;
  }
}
@media screen and (min-width: 750px) and (max-width: 991px) {
  .footer-carshow-list > .content .left {
    padding-left: 20px;
  }
}
.footer-carshow-list > .content .left p {
  color: #a7aeb9;
  font-size: 12px;
}
@media screen and (min-width: 750px) {
  .footer-carshow-list > .content .left p {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 749px) {
  .footer-carshow-list > .content .right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.footer-carshow-list > .content .right .carshows-logo {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-carshow-list > .content .right .carshows-logo {
    flex-wrap: wrap;
    gap: 25px 0;
    justify-content: center;
  }
}
@media screen and (min-width: 750px) {
  .footer-carshow-list > .content .right .carshows-logo {
    padding-left: 50px;
  }
}
.footer-carshow-list > .content .right .carshows-logo .carshow-logo {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (max-width: 359px) {
  .footer-carshow-list > .content .right .carshows-logo .carshow-logo {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.footer-carshow-list > .content .right .carshows-logo .carshow-logo img {
  margin-bottom: 7px;
}
.footer-carshow-list > .content .right .carshows-logo .carshow-logo span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #5e656d;
}

.footer-statment {
  background-color: #141c21;
  padding: 20px;
}
.footer-statment p {
  color: #a7aeb9;
  font-size: 11px;
  line-height: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-copyright {
  background-color: white;
  padding: 25px;
  text-align: center;
  color: #a7aeb9;
  font-size: 14px;
}

.big-red-call {
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -webkit-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  background-image: -ms-linear-gradient(90deg, #a83036 0%, #e55656 100%);
  height: 71px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 22px;
}
.big-red-call .text {
  color: white;
  margin-right: 45px;
}
.big-red-call .phone {
  color: white;
}

@media screen and (max-width: 1170px) {
  .phone-btn {
    margin-bottom: 30px;
  }
}
.phone-btn button {
  padding: 0;
  border-radius: 5px;
  background-image: -moz-linear-gradient(90deg, #0c8c18 0%, #35b232 100%);
  background-image: -webkit-linear-gradient(90deg, #0c8c18 0%, #35b232 100%);
  background-image: -ms-linear-gradient(90deg, #0c8c18 0%, #35b232 100%);
  opacity: 0.902;
  width: 300px;
  height: 46px;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
  background-color: transparent;
  border: 0 solid transparent;
  outline: none;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1170px) {
  .phone-btn button {
    width: 100%;
  }
}

.homepage-search {
  background-color: #152330;
  z-index: 999;
  position: relative;
  top: 22px;
}
@media screen and (max-width: 1440px) {
  .homepage-search {
    top: 0;
    z-index: 5;
  }
}
.homepage-search--skoda .homepage-search__dropdown-value--skoda {
  display: flex !important;
}
.homepage-search--skoda .homepage-search__dropdown-message {
  display: none;
}
.homepage-search--seat .homepage-search__dropdown-value--seat {
  display: flex !important;
}
.homepage-search--seat .homepage-search__dropdown-message {
  display: none;
}
.homepage-search--vw .homepage-search__dropdown-value--vw {
  display: flex !important;
}
.homepage-search--vw .homepage-search__dropdown-message {
  display: none;
}
.homepage-search--cupra .homepage-search__dropdown-value--cupra {
  display: flex !important;
}
.homepage-search--cupra .homepage-search__dropdown-message {
  display: none;
}
.homepage-search--cupra .homepage-search__dropdown-value--CUPRA {
  display: flex !important;
}
.homepage-search--cupra .homepage-search__dropdown-message {
  display: none;
}
.homepage-search--vw2 .homepage-search__dropdown-value--vw2 {
  display: flex !important;
}
.homepage-search--vw2 .homepage-search__dropdown-message {
  display: none;
}
.homepage-search__wrapper {
  margin: 0 auto;
  padding: 0 15px !important;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1140px) {
  .homepage-search__wrapper {
    width: 1140px;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 66px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  .homepage-search__wrapper {
    width: 98%;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 66px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-search__wrapper {
    flex-direction: column;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .homepage-search__wrapper {
    flex-direction: column;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.homepage-search__title {
  color: white;
  font-weight: 600;
  font-size: 20px;
}
.homepage-search__btn {
  color: white;
  background-color: #9b1e18;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  width: 155px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9b1e18;
  cursor: pointer;
}
.homepage-search__btn svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.homepage-search__dropdowns {
  display: flex;
  flex: 1;
  padding: 0 20px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-search__dropdowns {
    padding: 10px 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .homepage-search__dropdowns {
    flex-direction: column;
    padding: 10px 20px;
    width: 100%;
  }
}
.homepage-search__dropdown {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .homepage-search__dropdown {
    margin: 5px 10px;
  }
}
.homepage-search__dropdown--toggled .homepage-search__dropdown-values {
  display: block !important;
}
.homepage-search__dropdown--toggled .homepage-search__dropdown-triangle {
  transform: rotate(180deg);
  margin-left: 6px;
}
.homepage-search__dropdown-message {
  font-size: 16px;
  font-weight: bold;
  background-color: #ffc0cb;
  padding: 25px;
  border-radius: 8px;
}
.homepage-search__dropdown-selected {
  padding: 0;
  margin: 0;
  background-color: white;
  border-width: 0;
  outline: none;
  font-size: 14px;
  color: #273243;
  font-weight: normal;
  width: 100%;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
.homepage-search__dropdown-values {
  position: absolute;
  z-index: 10;
  background-color: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: -138px;
  left: 0;
  height: 130px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  overflow: hidden;
  width: calc(100% - 32px);
  overflow-y: scroll;
  border: 1px solid #d7d7d7;
  border-bottom-width: 0;
  display: none;
}
@media screen and (min-width: 1140px) {
  .homepage-search__dropdown-values--big {
    height: 215px;
    top: -228px;
  }
}
.homepage-search__dropdown-value {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.homepage-search__dropdown-value--skoda, .homepage-search__dropdown-value--cupra, .homepage-search__dropdown-value--CUPRA, .homepage-search__dropdown-value--vw, .homepage-search__dropdown-value--vw2, .homepage-search__dropdown-value--seat {
  display: none;
}
.homepage-search__dropdown-value input {
  display: none;
}
.homepage-search__dropdown-value input:checked + .homepage-search__dropdown-checkbox {
  background-color: #273243;
}
.homepage-search__dropdown-triangle {
  display: block;
}
.homepage-search__dropdown-triangle:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #273243 transparent;
  margin-left: 6px;
}
.homepage-search__dropdown-checkbox {
  width: 15px;
  height: 15px;
  border: 1px solid #d7d7d7;
  display: block;
}
.homepage-search__dropdown-label {
  color: #273243;
  font-size: 12px;
  flex: 1;
  padding-left: 10px;
  text-transform: none;
}
.homepage-search__banner {
  background-color: white;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .homepage-search__banner {
    background-image: url("../img/sliderbg.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .homepage-search__banner {
    padding: 25px;
    text-align: center;
    width: calc(100% - 50px);
  }
}
@media screen and (min-width: 1200px) {
  .homepage-search__banner {
    min-height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-search__banner-img {
    display: none;
  }
}
.homepage-search__banner-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .homepage-search__header {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 1140px) {
  .homepage-search__header {
    width: 1140px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1139px) {
  .homepage-search__header {
    width: 98%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-search__header {
    width: 98%;
    top: 15px;
  }
}
.homepage-search__header-title {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 900;
  font-size: 50px;
  color: #0f2839;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .homepage-search__header-title {
    font-size: 37px;
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .homepage-search__header-title {
    font-size: 40px;
  }
}
.homepage-search__header-title span {
  color: #226a98;
}
.homepage-search__header-subtitle {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 600;
  font-size: 27px;
  color: #0f2839;
}
@media screen and (max-width: 767px) {
  .homepage-search__header-subtitle {
    font-size: 14px;
  }
}
.homepage-search__header-subtitle span {
  color: #226a98;
}

.top-contact {
  background-color: #2b4163;
  width: 100%;
  height: 35px;
  display: flex;
  color: white;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 7px 0;
}
@media screen and (max-width: 767px) {
  .top-contact {
    height: auto;
    padding: 0;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  body.fixed-filter .top-contact {
    top: 92px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body.fixed-filter .top-contact {
    top: 140px;
  }
}
.top-contact__wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .top-contact__wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__wrapper {
    flex-wrap: wrap;
    width: 100%;
  }
}
.top-contact__title {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .top-contact__title {
    width: calc(50% - 15px);
    text-align: right;
  }
}
.top-contact__link {
  font-weight: bold;
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-contact__link {
    width: 50%;
    line-height: 23px;
  }
}
@media screen and (min-width: 768px) {
  .top-contact__link {
    display: none;
  }
}
.top-contact__link img {
  margin-right: 2px;
}
.top-contact__nolink {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .top-contact__nolink {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__nolink {
    display: none;
  }
}
.top-contact__nolink img {
  margin-right: 2px;
}
.top-contact__email {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-width: 0;
  font-weight: bold;
  margin-left: 30px;
  font-size: 14px;
  color: white;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 768px) {
  .top-contact__email {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-contact__email {
    width: 100%;
    margin-left: 0;
    text-align: center;
    line-height: 25px;
  }
  .top-contact__email:before {
    content: "";
    display: block;
    with: 100%;
    height: 10px;
    background-color: white;
  }
}
.top-contact__email img {
  margin-right: 2px;
}

.snipet-youtube {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .snipet-youtube--right {
    flex-direction: row-reverse;
    align-items: center;
  }
  .snipet-youtube--right .snipet-youtube__iframe {
    padding-bottom: 0 !important;
  }
  .snipet-youtube--right .snipet-youtube__description {
    padding-right: 30px;
  }
}
@media screen and (min-width: 992px) {
  .snipet-youtube--left {
    flex-direction: row;
    align-items: center;
  }
  .snipet-youtube--left .snipet-youtube__iframe {
    padding-bottom: 0 !important;
  }
  .snipet-youtube--left .snipet-youtube__description {
    padding-left: 30px;
  }
}
.snipet-youtube__iframe {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .snipet-youtube__iframe iframe {
    width: 100%;
    height: auto;
  }
}

.form-video {
  position: fixed;
  width: 540px;
  background-color: #0e2734;
  z-index: 1000001;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .form-video {
    display: flex;
    width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  .form-video {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .form-video {
    width: 100vw;
    height: 102vh;
    overflow-x: scroll;
    top: 0;
    left: 0;
  }
}
.form-video__video {
  position: relative;
  background-color: white;
}
.form-video__video video {
  outline: none;
  display: block;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .form-video__video {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 70px;
    padding-right: 20px;
  }
}
.form-video__play {
  border-width: 0;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(14, 39, 52, 0.2);
  z-index: 1;
}
.form-video__close {
  background: transparent;
  border-width: 0;
  padding: 0;
  margin: 0;
  outline: none;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  .form-video__close {
    right: -20px;
    top: -20px;
    background: white;
    padding: 14px;
    border-radius: 100%;
    border: 2px solid #0e2734;
  }
}
.form-video__content {
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .form-video__content {
    padding: 20px;
  }
}
.form-video__title {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #d3e5ef;
}
.form-video__p {
  font-size: 10px;
  color: #d3e5ef;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
  margin-bottom: 15px;
}
.form-video__p a {
  text-decoration: none;
  color: #1667e1;
}
.form-video__field {
  background-color: white;
  width: 300px;
  height: 46px;
  display: flex;
  align-items: center;
  margin: 22px auto;
}
@media screen and (max-width: 767px) {
  .form-video__field {
    width: 100%;
  }
}
.form-video__field.error {
  background-color: #ffc0cb;
}
.form-video__field input {
  background: transparent;
  border-width: 0;
  height: 100%;
  padding: 0 10px;
  flex: 1;
  font-size: 13px;
  color: #122733;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-video__field input {
    font-size: 16px;
  }
}
.form-video__field input::placeholder {
  font-size: 13px;
  color: #122733;
  text-align: center;
}
.form-video__field img {
  margin: 0 15px;
}
.form-video__time {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-video__time {
    width: 100%;
  }
}
.form-video__time p {
  color: #d3e5ef;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.form-video__dropdowns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.form-video__dropdown {
  position: relative;
}
.form-video__dropdown input {
  display: none;
}
.form-video__dropdown.disable {
  filter: contrast(0.4);
}
.form-video__dropdown.disable .form-video__dropdown-value {
  cursor: not-allowed;
}
.form-video__dropdown.disable .form-video__dropdown-items {
  display: none !important;
  visibility: hidden;
}
.form-video__dropdown--toggled .form-video__dropdown-items {
  display: grid;
}
.form-video__dropdown.error .form-video__dropdown-value {
  background-color: #ffc0cb;
}
.form-video__dropdown-value {
  background-color: white;
  height: 46px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-video__dropdown-value img {
  margin: 0 15px;
}
.form-video__dropdown-value span {
  flex: 1;
  text-align: center;
}
.form-video__dropdown-items {
  grid-template-columns: 1fr;
  grid-gap: 0;
  background-color: white;
  position: absolute;
  left: 0;
  top: 46px;
  width: 100%;
  padding: 20px 0;
  display: none;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .form-video__dropdown-items {
    max-height: 120px;
  }
}
.form-video__dropdown-items button {
  background-color: transparent;
  border-width: 0;
  padding: 10px 0;
  margin: 0;
  text-align: center;
  color: black;
}
.form-video__dropdown-items button:hover, .form-video__dropdown-items button:focus {
  background-color: #0e90d2;
  outline: none;
  color: white;
}
.form-video__cta {
  margin: 15px auto;
  width: 301px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form-video__cta {
    width: 100%;
  }
}
.form-video__cta button {
  width: 100%;
  background-color: #1667e1;
  border-width: 0;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 46px;
}
.form-video__cta button span {
  color: white;
  flex: 1;
  text-align: center;
  font-size: 14px;
}
.form-video__cta button img {
  margin: 0 15px;
}

.inline-form {
  background-image: url("../img/inline-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
  padding: 25px 160px;
}
@media screen and (max-width: 767px) {
  .inline-form {
    padding: 25px;
  }
}
.inline-form__title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  text-transform: initial !important;
  margin-bottom: 25px;
}
.inline-form__3row {
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  grid-column-gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .inline-form__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inline-form__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.inline-form__field {
  background-color: white;
  border-radius: 5px;
  height: 34px;
  overflow: hidden;
}
.inline-form__field.invalid {
  background-color: pink;
}
.inline-form__field input {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border-width: 0;
  font-size: 16px;
  padding: 0 25px;
}
.inline-form__field input::placeholder {
  text-align: center;
  color: black;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  transform: translateX(-25px);
}
.inline-form__required {
  color: #0279ba;
  font-size: 10px;
  height: 23px;
  margin-top: 5px;
}
.inline-form__border-row {
  border: 1px solid #7db0cd;
  padding: 20px 100px;
}
.inline-form__border-row p {
  font-size: 17px;
  color: #7db0cd;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -5px;
}
.inline-form__border-row ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.inline-form__border-row ul li {
  list-style: none;
  font-size: 15px;
  color: white;
  margin: 0;
  padding: 0;
  height: 32px;
  display: flex;
}
.inline-form__border-row ul li.hide {
  display: none;
}
.inline-form__border-row.success {
  background: #4e9349;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-color: #4e9349;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form__border-row ul {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .inline-form__border-row {
    padding: 20px;
  }
  .inline-form__border-row ul {
    display: flex;
    flex-direction: column;
    padding: 0 35px;
  }
}
.inline-form__action {
  text-align: center;
  padding: 20px 0;
}
.inline-form__action button {
  height: 35px;
  width: 150px;
  background-color: #4e9349;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  border-width: 0;
}
.inline-form__action button:hover, .inline-form__action button:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .inline-form__action button {
    width: 100%;
  }
}
.inline-form__calendar {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  display: flex;
  align-items: center;
  color: #7db0cd;
  font-size: 15px;
  height: 32px;
}
.inline-form__calendar input {
  visibility: hidden;
  width: 0px;
}
.inline-form__calendar img {
  margin-left: 20px;
  display: block;
  width: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form__calendar {
    flex-direction: row-reverse;
  }
  .inline-form__calendar img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inline-form__calendar {
    flex-direction: row-reverse;
  }
  .inline-form__calendar img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
  }
}
.inline-form__rodo p {
  color: #bac5cb;
  font-size: 9px;
  line-height: 10px;
  margin-bottom: 10px;
}
.inline-form__rodo p button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 9px;
  line-height: 10px;
  color: #2b7ead;
}
.inline-form__rodo p button:hover, .inline-form__rodo p button:focus {
  outline: none;
}

@media screen and (max-width: 767px) {
  .xdsoft_datetimepicker {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 310px !important;
  }
}
.inline-form-id3 {
  background-image: url("../img/vwid3_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
  padding: 25px 160px;
}
@media screen and (max-width: 767px) {
  .inline-form-id3 {
    padding: 25px;
  }
}
.inline-form-id3__title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  text-transform: initial !important;
  margin-bottom: 25px;
}
.inline-form-id3__3row {
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  grid-column-gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .inline-form-id3__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form-id3__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form-id3__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form-id3__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inline-form-id3__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form-id3__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.inline-form-id3__field {
  background-color: white;
  border-radius: 5px;
  height: 34px;
  overflow: hidden;
}
.inline-form-id3__field.invalid {
  background-color: pink;
}
.inline-form-id3__field input {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border-width: 0;
  font-size: 16px;
  padding: 0 25px;
}
.inline-form-id3__field input::placeholder {
  text-align: center;
  color: black;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  transform: translateX(-25px);
}
.inline-form-id3__required {
  color: white;
  font-size: 10px;
  height: 23px;
  margin-top: 5px;
}
.inline-form-id3__border-row p {
  font-size: 17px;
  color: #7db0cd;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -5px;
}
.inline-form-id3__border-row ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.inline-form-id3__border-row ul li {
  list-style: none;
  font-size: 15px;
  color: white;
  margin: 0;
  padding: 0;
  height: 32px;
  display: flex;
}
.inline-form-id3__border-row ul li.hide {
  display: none;
}
.inline-form-id3__border-row.success {
  padding: 20px 100px;
  background: #4e9349;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-color: #4e9349;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form-id3__border-row ul {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .inline-form-id3__border-row {
    padding: 20px;
  }
  .inline-form-id3__border-row ul {
    display: flex;
    flex-direction: column;
    padding: 0 35px;
  }
}
.inline-form-id3__action {
  text-align: center;
  padding: 20px 0;
}
.inline-form-id3__action button {
  height: 35px;
  width: 150px;
  background-color: #1b426b;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  border-width: 0;
}
.inline-form-id3__action button:hover, .inline-form-id3__action button:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .inline-form-id3__action button {
    width: 100%;
  }
}
.inline-form-id3__calendar {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  display: flex;
  align-items: center;
  color: #7db0cd;
  font-size: 15px;
  height: 32px;
}
.inline-form-id3__calendar input {
  visibility: hidden;
  width: 0px;
}
.inline-form-id3__calendar img {
  margin-left: 20px;
  display: block;
  width: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form-id3__calendar {
    flex-direction: row-reverse;
  }
  .inline-form-id3__calendar img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inline-form-id3__calendar {
    flex-direction: row-reverse;
  }
  .inline-form-id3__calendar img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
  }
}
.inline-form-id3__rodo p {
  color: #bac5cb;
  font-size: 9px;
  line-height: 10px;
  margin-bottom: 10px;
}
.inline-form-id3__rodo p button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 9px;
  line-height: 10px;
  color: #f5f5f5;
}
.inline-form-id3__rodo p button:hover, .inline-form-id3__rodo p button:focus {
  outline: none;
}

.inline-form-arteon {
  background-image: url("../img/inline-form-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
  padding: 25px 160px;
}
@media screen and (max-width: 767px) {
  .inline-form-arteon {
    padding: 25px;
  }
}
.inline-form-arteon__title {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  width: 100%;
  max-width: 100%;
  text-transform: initial !important;
  margin-bottom: 25px;
}
.inline-form-arteon__3row {
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
  grid-column-gap: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1365px) {
  .inline-form-arteon__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form-arteon__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form-arteon__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form-arteon__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inline-form-arteon__3row {
    display: flex;
    flex-direction: column;
  }
  .inline-form-arteon__3row > * {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.inline-form-arteon__field {
  background-color: white;
  border-radius: 5px;
  height: 34px;
  overflow: hidden;
}
.inline-form-arteon__field.invalid {
  background-color: pink;
}
.inline-form-arteon__field input {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
  border-width: 0;
  font-size: 16px;
  padding: 0 25px;
}
.inline-form-arteon__field input::placeholder {
  text-align: center;
  color: black;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  transform: translateX(-25px);
}
.inline-form-arteon__required {
  color: white;
  font-size: 10px;
  height: 23px;
  margin-top: 5px;
}
.inline-form-arteon__border-row p {
  font-size: 17px;
  color: #7db0cd;
  text-align: center;
  margin-bottom: 25px;
  margin-top: -5px;
}
.inline-form-arteon__border-row ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.inline-form-arteon__border-row ul li {
  list-style: none;
  font-size: 15px;
  color: white;
  margin: 0;
  padding: 0;
  height: 32px;
  display: flex;
}
.inline-form-arteon__border-row ul li.hide {
  display: none;
}
.inline-form-arteon__border-row.success {
  padding: 20px 100px;
  background: #4e9349;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  border-color: #4e9349;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form-arteon__border-row ul {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .inline-form-arteon__border-row {
    padding: 20px;
  }
  .inline-form-arteon__border-row ul {
    display: flex;
    flex-direction: column;
    padding: 0 35px;
  }
}
.inline-form-arteon__action {
  text-align: center;
  padding: 20px 0;
}
.inline-form-arteon__action button {
  height: 35px;
  width: 150px;
  background-color: #4e9349;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  border-width: 0;
}
.inline-form-arteon__action button:hover, .inline-form-arteon__action button:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .inline-form-arteon__action button {
    width: 100%;
  }
}
.inline-form-arteon__calendar {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  display: flex;
  align-items: center;
  color: #7db0cd;
  font-size: 15px;
  height: 32px;
}
.inline-form-arteon__calendar input {
  visibility: hidden;
  width: 0px;
}
.inline-form-arteon__calendar img {
  margin-left: 20px;
  display: block;
  width: 25px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .inline-form-arteon__calendar {
    flex-direction: row-reverse;
  }
  .inline-form-arteon__calendar img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .inline-form-arteon__calendar {
    flex-direction: row-reverse;
  }
  .inline-form-arteon__calendar img {
    margin-left: 0;
    margin-right: 20px;
    width: 20px;
  }
}
.inline-form-arteon__rodo p {
  color: #bac5cb;
  font-size: 9px;
  line-height: 10px;
  margin-bottom: 10px;
}
.inline-form-arteon__rodo p button {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0;
  font-size: 9px;
  line-height: 10px;
  color: #f5f5f5;
}
.inline-form-arteon__rodo p button:hover, .inline-form-arteon__rodo p button:focus {
  outline: none;
}

.checkbox-inline-form {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.checkbox-inline-form input {
  display: none;
}
.checkbox-inline-form input:checked + .checkbox-inline-form__check:before, .checkbox-inline-form input:checked + .checkbox-inline-form__check:after {
  opacity: 1;
}
.checkbox-inline-form__check {
  border: 1px solid #7db0cd;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  position: relative;
}
.checkbox-inline-form__check:before, .checkbox-inline-form__check:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background-color: #00fff0;
  top: 9px;
  left: 2px;
  opacity: 0;
  transition: all 0.3s;
}
.checkbox-inline-form__check:before {
  transform: rotate(45deg);
}
.checkbox-inline-form__check:after {
  transform: rotate(-45deg);
}
.checkbox-inline-form__label {
  text-transform: initial;
  font-size: 15px;
}

.captcha-form-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.captcha-form-field__msg {
  color: red;
  padding-top: 10px;
}
.captcha-form-field__field > div > div {
  margin: auto;
}

/*# sourceMappingURL=car.css.map */
