/* BENEFITS */
#benefits {
  margin: 50px 0;
}
.benefits-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits-list__item {
  width: 280px;
  height: 161px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.benefits-list__item p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.benefits-list__item img {
  display: block;
  max-width: 40px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.benefits-list__item:nth-child(even) {
  background-image: url("../img/triangle-bottom.png");
  padding-top: 20px;
}
.benefits-list__item:nth-child(even) p {
  margin-bottom: 15px;
}
.benefits-list__item:nth-child(odd) {
  background-image: url("../img/triangle-top.png");
  padding-top: 50px;
}
.benefits-list__item:nth-child(odd) p {
  margin-top: 15px;
}
.benefits-list__item:nth-child(1) {
  -webkit-transform: translateX(75px);
  -ms-transform: translateX(75px);
  transform: translateX(75px);
}
.benefits-list__item:nth-child(2) {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.benefits-list__item:nth-child(3) {
  -webkit-transform: translateX(-25px);
  -ms-transform: translateX(-25px);
  transform: translateX(-25px);
}
.benefits-list__item:nth-child(4) {
  -webkit-transform: translateX(-75px);
  -ms-transform: translateX(-75px);
  transform: translateX(-75px);
}
@media only screen and (max-width: 996px) {
  .benefits-list {
    flex-wrap: wrap;
  }
  .benefits-list__item {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    background-image: url("../img/triangle-bottom.png") !important;
    width: 150px;
    height: 110px;
  }
  .benefits-list__item:nth-child(odd) {
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benefits-list__item:nth-child(odd) p {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .benefits-list__item img {
    max-width: 20px;
  }
  .benefits-list__item p {
    font-size: 10px;
  }
  #benefits {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@charset "UTF-8";
body {
  color: #343434;
  font-family: "HeliosCond";
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #343434;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  padding: 0;
}
.mix_transition_btn {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color, border-color, color, fill, stroke;
}
form {
  /* https://moderncss.dev/pure-css-custom-checkbox-style/ */
}
form label.agree.error {
  border-bottom: 1px solid #ef1526;
}
form label.agree {
  border-bottom: 1px solid transparent;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
form label.agree:hover {
  cursor: pointer;
}
form label.agree input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: #343434;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}
form label.agree input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
form label.agree input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: #ef1526;
}
.input-field {
  height: 34px;
  background-color: white;
  color: #343434;
  border: 1px solid transparent;
}
.input-field.text-center {
  text-align: center;
}
.input-field.error {
  border: 1px solid #ef1526 !important;
}
.submit-field {
  height: 34px;
  background-color: #ef1526;
  color: white;
  border: 0;
}
.submit-field:hover {
  cursor: pointer;
  background-color: #c40d1c;
}
.wrapper {
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}
.header {
  width: 100%;
}
.hamburger-menu {
  display: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1170px;
}
.container {
  position: relative;
  display*: flex;
  justify-content*: space-between;
}
header .header-top {
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
  height: 50px;
  height: 80px;
  font-size: 120%;
  margin-bottom: 10px;
}
header .header-top > ul:first-child {
  margin-bottom: 10px;
}
header .header-top ul {
  width: 100%;
}
header .header-top ul li a.callback-field {
  height: 34px;
  background-color: #ef1526;
  color: white;
  width: 100%;
  display: block;
  line-height: 34px;
  text-align: center;
  margin-top: 10px;
}
header .header-top ul li.social-list {
  margin-left: auto;
  margin-right: 15px;
  height: 32px;
}
header .header-top ul li.social-list ul {
  gap: 5px;
}
header .header-top ul li.social-list ul li {
  margin: 0;
  height: 32px;
}
header .header-top ul li.social-list ul li a:hover img {
  opacity: 0.7;
}
header .header-bottom {
  width: 100%;
  height: 87px;
}
header a.logo {
  flex: 0 1 135px;
  /* flex-grow, flex-shrink и flex-basis */
  margin-right: 10px;
}
header .sign {
  flex: 1 1 150px;
}
header nav {
  flex: 0 1 auto;
}
header nav ul {
  gap: 20px;
  height: 100%;
}
header nav ul li a {
  position: relative;
  padding: 5px 0;
  display: inline-block;
}
header nav ul li a:hover::after {
  border-bottom*: 1px solid #343434;
  transform: scaleX(1);
  transform-origin: bottom left;
}
header nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ef1526;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.content .slides .slick-slide div:first-child {
  display: flex;
}
.content .slides .wrapper-form {
  right: 150px;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.content .slides form[name=service] {
  width: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 50px;
  gap: 10px;
}
.content .slides form[name=service] div.form-text p {
  margin: 0;
}
.content .slides form[name=service] p.form-title {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.content .slides .slide {
  width: 100%;
  height: auto;
  position: relative;
  display: flex !important;
}
.content .slides .slide img {
  width: 100%;
  height: auto;
}
.content .slides .slide div.slide-text {
  height: 100%;
  width: 100%;
  position: absolute;
}
.content .slides .slide div.slide-text div {
  margin-left: 150px;
}
.content .slides .slide div.slide-text div p {
  font-size: 30px;
  color: white;
  margin: 5px 0;
}
.content .promo-hello {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #343434;
}
.content .promo-hello h1, .content .promo-hello h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #ef1526;
  text-align: center;
}
#benefits2 {
  padding: 20px 0;
}
#benefits2 .container > div {
  flex: 0 0 15%;
  border: 5px solid #ef1526;
  border-radius: 20px;
  padding: 10px 0;
  min-height: 105px;
}
#benefits2 .container > div img {
  width: 48px;
}
#benefits2 .container > div p {
  text-align: center;
  margin: 0;
}
#cars-list .cars-item {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #343434;
}
#cars-list .cars-item .car-image {
  flex: 0 1 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 10px 10px 0px 1px #343434;
  -moz-box-shadow: 10px 10px 0px 1px #343434;
  box-shadow: 10px 10px 0px 1px #343434;
}
#cars-list .cars-item .car-image:hover {
  cursor: pointer;
}
#cars-list .cars-item .car-info {
  width: 45%;
  padding-left: 2rem;
}
#cars-list .cars-item .car-info .car-info-ttx {
  width: 50%;
}
#cars-list .cars-item .car-info .car-info-ttx ul {
  width: 100%;
  row-gap: 10px;
}
#cars-list .cars-item .car-info .car-info-ttx ul li {
  gap: 10px;
}
#cars-list .cars-item .car-info .car-info-ttx ul li p {
  margin: 0;
  font-size: 20px;
}
#cars-list .cars-item .car-info .cars-price {
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
#cars-list .cars-item .car-info .cars-price p {
  margin: 0;
}
#cars-list .cars-item .car-info .cars-price p span {
  font-size: 20px;
  font-weight: 700;
}
#cars-list .cars-item .car-info .cars-price .cars-price-label {
  text-align: center;
  color: white;
  background-color: #ef1526;
  padding: 10px 0;
}
#cars-list .cars-item .car-info .cars-price .cars-price-sale span {
  color: #ef1526;
  position: relative;
}
#cars-list .cars-item .car-info .cars-price .cars-price-sale span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #ef1526;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ef1526;
  transform: rotate(-8deg);
}
#cars-list .cars-item .car-info .car-info-btn {
  width: 40%;
}
#cars-list .cars-item .car-info .car-info-btn a {
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: background-color, border-color, color, fill, stroke;
  border: 1px solid #ef1526;
  width: 100%;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-bottom: 10px;
  text-align: center;
}
#cars-list .cars-item .car-info .car-info-btn a span {
  transition-duration: 500ms;
  color: #343434;
}
#cars-list .cars-item .car-info .car-info-btn a:hover {
  border: 1px solid #343434;
  background-color: #343434;
}
#cars-list .cars-item .car-info .car-info-btn a:hover span {
  color: white;
}
#cars-offer-list {
  padding: 20px 0;
}
#cars-offer-list p {
  margin: 0;
}
#cars-offer-list h4 {
  margin: 10px 0 20px 0;
}
#cars-offer-list .container .cars-filter {
  padding: 20px 0;
}
#cars-offer-list .container .cars-filter .filter {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  flex: 0 1 24%;
}
#cars-offer-list .container .cars-filter .filter select {
  border: 1px solid #E8E8E8;
  height: 28px;
  padding: 0px 13px;
  padding-right: 30px;
  border-radius: 3px;
  outline: none;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.png) 100% 50% no-repeat white;
  width: 100%;
  font-size: 16px;
  color: #343434;
  height: 45px;
  width: 100%;
  font-family: inherit;
}
#cars-offer-list .cars-item {
  border: 1px solid #E8E8E8;
  margin-bottom: 20px;
}
#cars-offer-list .cars-item .cars-image {
  position: relative;
}
#cars-offer-list .cars-item .cars-image .cars-label {
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  background-color: #ef1526;
  padding: 5px;
  border: 1px solid white;
}
#cars-offer-list .cars-item .cars-image .cars-label:empty {
  display: none;
}
#cars-offer-list .cars-item .cars-wrapper {
  padding: 10px;
  height: 325px;
}
#cars-offer-list .cars-item .cars-wrapper .cars-ttx {
  gap: 10px;
  flex: 1;
}
#cars-offer-list .cars-item .cars-wrapper .cars-ttx .flex[data-hidden=""] {
  display: none;
}
#cars-offer-list .cars-item .cars-wrapper .cars-ttx .flex p span.price-sale[data-hidden="0"] {
  display: none;
}
#cars-offer-list .cars-item .cars-wrapper .cars-ttx .cars-price p.price-value span.price-sale {
  color: #ef1526;
  position: relative;
}
#cars-offer-list .cars-item .cars-wrapper .cars-ttx .cars-price p.price-value span.price-sale:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #ef1526;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ef1526;
  transform: rotate(-8deg);
}
#cars-offer-list .cars-item .cars-wrapper .cars-btn {
  margin-top: 10px;
  gap: 10px;
}
#cars-offer-list .cars-item .cars-wrapper .cars-btn a {
  padding: 0.5rem 0.75rem;
  text-align: center;
}
#cars-offer-list .cars-item .cars-wrapper .cars-btn a.btn-top {
  background-color: #E8E8E8;
  color: #343434;
}
#cars-offer-list .cars-item .cars-wrapper .cars-btn a.btn-top:hover {
  background-color: #cfcfcf;
}
#cars-offer-list .cars-item .cars-wrapper .cars-btn a.btn-bottom {
  background-color: #ef1526;
  color: white;
}
#cars-offer-list .cars-item .cars-wrapper .cars-btn a.btn-bottom:hover {
  background-color: #c40d1c;
}
#mapa {
  height: 550px;
  position: relative;
}
#mapa .wrapper-form-map {
  position: absolute;
  min-height: 100%;
  top: 0;
}
#mapa .wrapper-form-map .wrapper-form {
  background-color: rgba(0, 0, 0, 0.4);
  width: 320px;
  padding-top: 10px;
  color: white;
}
#mapa .wrapper-form-map .wrapper-form a {
  color: white;
  text-decoration: underline;
  margin: 5px 0;
}
#mapa .wrapper-form-map .wrapper-form h5 {
  font-size: 22px;
  margin: 10px 0;
}
#mapa .wrapper-form-map .wrapper-form .phone {
  margin: 5px 0;
  font-size: 30px;
}
#mapa .wrapper-form-map .wrapper-form .phone a {
  text-decoration: none;
}
#mapa .wrapper-form-map .wrapper-form p {
  margin: 0;
}
#mapa .wrapper-form-map .wrapper-form img.office {
  width: 80%;
}
#cars-credit {
  height: 590px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#cars-credit .container {
  height: 100%;
}
#cars-credit .container .wrapper-credit-form ul {
  gap: 10px;
}
#cars-credit .container .wrapper-credit-form ul li {
  background-color: #ef1526;
  color: white;
  padding: 3px 0 3px 10px;
  width: 80%;
}
#cars-credit .container .wrapper-credit-form form {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin-top: 20px;
  gap: 10px;
}
#cars-credit .container .wrapper-credit-form form p {
  font-size: 20px;
  text-align: center;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.footer {
  min-height: 200px;
  background-color: #E8E8E8;
}
.footer .container h6 {
  font-size: 20px;
  color: #343434;
}
.footer .container h6[data-hidden="0"] {
  text-indent: -9999px;
}
.footer .container p {
  margin: 0;
}
.footer .container .notice {
  font-size: 14px;
}
.footer .container > ul {
  width: 100%;
}
.footer .container ul > li {
  flex: 0 1 18%;
}
.footer .container ul li ul {
  gap: 10px;
}
.footer .container ul li ul li img + p {
  margin-bottom: 10px;
}
.footer .container ul li ul li a:hover {
  text-decoration: underline;
}
.footer .container ul li ul li a:hover img {
  opacity: 0.7;
}
.footer .container .copyright {
  text-align: center;
  width: 100%;
}
.footer .container .copyright p {
  margin: 10px 0;
}
#to-service {
  padding: 20px 0;
}
#to-service .container {
  gap: 20px;
}
#to-service .container .to-service-item {
  flex: 0 1 23%;
  border: 1px solid #E8E8E8;
}
#to-service .container .to-service-item img {
  max-width: 128px;
}
#to-service .container .to-service-item p {
  margin: 10px 0;
  text-align: center;
}
#to-service .container .to-service-item a {
  margin-bottom: 20px;
  background-color: #ef1526;
  text-align: center;
  padding: 0.5rem 0.75rem;
  color: white;
}
#to-service .container .to-service-item a:hover {
  background-color: #c40d1c;
}
#to-offer {
  padding: 20px 0;
}
#to-offer .container {
  gap: 20px;
}
#to-offer .container .to-offer-item {
  flex: 0 1 32%;
  border: 1px solid #E8E8E8;
  overflow: hidden;
}
#to-offer .container .to-offer-item h3 {
  margin: 10px 0;
  text-align: center;
}
#to-offer .container .to-offer-item a:first-child {
  width: 100%;
}
#to-offer .container .to-offer-item a h3 + div {
  width: 375px;
  width: 100%;
  height: 165px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#to-offer .container .to-offer-item .spoiler {
  margin: 10px;
  height: 200px;
  overflow: hidden;
}
#to-offer .container .to-offer-item .spoiler p {
  margin: 10px 0;
}
#to-offer .container .to-offer-item a.btn-offer {
  margin-bottom: 20px;
  background-color: #ef1526;
  text-align: center;
  padding: 0.5rem 0.75rem;
  color: white;
  width: 100%;
}
#to-offer .container .to-offer-item a.btn-offer:hover {
  background-color: #c40d1c;
}
/* переопределяем стили для модального окна */
#myModalOffer .hystmodal__window {
  min-width: 33%;
}
#myModalOffer .hystmodal__window .hystmodal__body_image {
  height: 300px;
  width: 100%;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
#myModalOffer .hystmodal__window .hystmodal__content .hystmodal__body {
  white-space: normal;
}
#myModalOffer .hystmodal__window .hystmodal__content .hystmodal__body a.btn-offer {
  margin-bottom: 20px;
  background-color: #ef1526;
  text-align: center;
  padding: 0.5rem 0.75rem;
  color: white;
  display: block;
}
#myModalOffer .hystmodal__window .hystmodal__content .hystmodal__body a.btn-offer:hover {
  background-color: #c40d1c;
}
.hystmodal__window {
  color: #343434;
  width: fit-content;
  padding-right: 35px;
}
.hystmodal__window .hystmodal__content {
  border: 1px solid transparent;
  padding: 0 10px 10px 10px;
}
.hystmodal__window .hystmodal__content .hystmodal__body {
  white-space: pre-wrap;
}
.hystmodal__window .hystmodal__content h1 {
  color: #ef1526;
  font-size: 25px;
  line-height: 25px;
  margin-top: 13px;
}
.hystmodal__window .hystmodal__content form {
  gap: 5px;
}
.hystmodal__window .hystmodal__content form input {
  border: 1px solid #E8E8E8;
}
#myModalSuccess .hystmodal__window {
  width: 300px;
}
@media (max-width: 1290px) {
  .container {
    max-width: 1260px;
  }
  .content .slides .wrapper-form {
    right: 70px;
  }
  .content .slides .slide {
    width: 100%;
    height: auto;
  }
  .content .slides .slide div.slide-text div {
    margin-left: 100px;
  }
  #to-service .container .to-service-item {
    flex: 1 0 23%;
  }
  #to-offer .container {
    gap: 15px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
  .content .slides .wrapper-form {
    right: 50px;
  }
  .content .slides .slide {
    width: 100%;
    height: auto;
  }
  .content .slides .slide div.slide-text div {
    margin-left: 50px;
  }
  #cars-list .cars-item .car-info {
    width: 50%;
  }
  #cars-list .container .car-image {
    flex: 0 1 400px;
  }
  .footer .container > ul {
    flex-wrap: wrap;
  }
  .footer .container ul > li {
    flex: 0 0 33%;
  }
  .footer .container ul > li ul li {
    flex: 0 0 10%;
  }
  #to-offer .container .to-offer-item {
    flex: 1 1 48%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
  .content .slides .slide {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
  }
  header .sign {
    display: none;
  }
  #benefits2 .container > div {
    flex: 0 0 20%;
  }
  #cars-list .cars-item .container h2 + div {
    flex-direction: column;
  }
  #cars-list .cars-item .container .car-image {
    flex: 0 0 auto;
  }
  #cars-list .cars-item .container .car-image img {
    display: block !important;
    width: 100%;
  }
  #cars-list .cars-item .container .car-info {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  #cars-offer-list .container .cars-item {
    flex: 0 1 48%;
  }
  #cars-offer-list .container .cars-item .cars-image img {
    width: 100%;
  }
  #cars-offer-list .container .cars-filter .filter {
    flex: 0 1 310px;
    flex: 0 1 48%;
  }
  #to-offer .container .to-offer-item {
    flex: 1 0 100%;
  }
  #to-offer .container .to-offer-item .spoiler {
    height: auto;
  }
  #to-offer .container .to-offer-item a h3 + div {
    height: 280px;
  }
  #to-service .container {
    gap: 15px;
  }
  #to-service .container .to-service-item {
    flex: 0 0 48%;
  }
}
@media (max-width: 576px) {
  #myModalOffer .hystmodal__window .hystmodal__body_image {
    height: 246px;
  }
  header .hamburger-menu {
    height: 60px;
    display: block;
  }
  header .hamburger-menu .hamburger-menu-top {
    gap: 20px;
    padding-top: 5px;
    padding-left: 5px;
  }
  header .hamburger-menu .hamburger-menu-top a:first-child {
    text-align: left;
  }
  header .hamburger-menu .hamburger-menu-top a {
    font-size: 26px;
    font-weight: 700;
    flex: 1 1 100%;
    text-align: center;
  }
  header .hamburger-menu .hamburger-menu-top a + a {
    margin-right: 60px;
    text-align: right;
  }
  header #menu__toggle {
    opacity: 0;
  }
  header #menu__toggle:checked ~ div .menu__btn > span {
    transform: rotate(45deg);
  }
  header #menu__toggle:checked ~ div .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  header #menu__toggle:checked ~ div .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  header #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  header .menu__btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 20px;
    top: 18px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 2;
  }
  header .menu__btn > span, header .menu__btn > span::before, header .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #343434;
    transition-duration: 0.25s;
  }
  header .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  header .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  header .menu__box {
    z-index: 1;
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    background-color: #E8E8E8;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
    transition-duration: 0.25s;
  }
  header .menu__box img {
    margin-left: 24px;
    margin-bottom: 20px;
  }
  header .menu__item {
    display: block;
    padding: 12px 24px;
    color: #black;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition-duration: 0.25s;
  }
  header .menu__item:hover {
    background-color: #343434;
    color: white;
  }
  header #menu-mobile {
    display: block !important;
    height: 50px;
  }
  header .header-top {
    display: none;
  }
  header .header-bottom {
    display: none;
  }
  .container {
    max-width: 540px;
  }
  #benefits2 .container {
    flex-wrap: wrap;
    gap: 10px;
  }
  #benefits2 .container div {
    flex: 0 0 45%;
  }
  .content .slides .slide {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
  }
  header nav {
    display: none;
  }
  #cars-list .container .car-image {
    flex: 0 0 auto;
  }
  #cars-offer-list .container .cars-item {
    width: 45%;
  }
  #cars-offer-list .container .cars-item .cars-image img {
    width: 100%;
  }
  #cars-offer-list .container .cars-filter .filter {
    flex: 0 1 45%;
  }
  #mapa {
    height: 400px;
  }
  #mapa .wrapper-form-map {
    display: none;
  }
  #to-service .container {
    gap*: 15px;
  }
  #to-service .container .to-service-item {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  #myModalOffer .hystmodal__window .hystmodal__body_image {
    height: 180px;
  }
  header .hamburger-menu .hamburger-menu-top a:first-child {
    flex-basis: auto;
  }
  .container {
    max-width: 445px;
  }
  .content .slides .slide {
    background-position: center;
    background-size: cover;
  }
  #benefits2 .container {
    flex-wrap: wrap;
    gap: 10px;
  }
  #benefits2 .container div {
    flex: 0 0 45%;
  }
  #cars-offer-list .container .cars-item {
    flex: 0 1 100%;
  }
  #cars-offer-list .container .cars-item .cars-image img {
    display: none;
  }
  #cars-offer-list .container .cars-item .cars-image img:last-child {
    display: block !important;
  }
  #cars-offer-list .container .cars-filter .filter {
    flex: 0 1 100%;
  }
  #cars-credit {
    height: 350px;
  }
  #mapa {
    height: 350px;
  }
  .footer .container > ul {
    flex-wrap: wrap;
  }
  .footer .container ul > li:last-child {
    flex: 0 1 100%;
  }
  .footer .container ul > li {
    flex: 0 0 49%;
  }
  .footer .container ul > li ul li {
    flex: 0 0 10%;
  }
  #to-offer .container .to-offer-item a h3 + div {
    height: 150px;
  }
}
@media (max-width: 360px) {
  #myModalOffer .hystmodal__window .hystmodal__body_image {
    height: 140px;
  }
  header .hamburger-menu .hamburger-menu-top a + a {
    font-size: 20px;
  }
  .container {
    max-width: 335px;
  }
  .content .slides .slide {
    background-position: center;
    background-size: cover;
  }
  #benefits2 .container {
    flex-wrap: wrap;
    gap: 10px;
  }
  #benefits2 .container div {
    flex: 0 0 45%;
  }
  #cars-list .cars-item .container .car-info {
    flex-direction: column;
  }
  #cars-list .cars-item .container .car-info .car-info-ttx {
    width: 100%;
  }
  #cars-list .cars-item .container .car-info .car-info-btn {
    margin-top: 10px;
    width: 100%;
  }
  #cars-list .cars-item .container .car-info .car-info-btn a {
    padding: 0.5rem 0;
  }
  #cars-offer-list .cars-item .cars-wrapper {
    height: auto;
  }
  .footer .container > ul {
    flex-wrap: wrap;
  }
  .footer .container ul > li {
    flex: 0 0 100%;
  }
  .footer .container ul > li h6 {
    margin-bottom: 5px;
  }
  .footer .container ul > li ul li {
    flex: 0 0 10%;
  }
}
div.wrapper-form-mob {
  display: none;
}
@media (max-width: 480px) {
  header .hamburger-menu .hamburger-menu-top a + a {
    display: none;
  }
  div.slides div.wrapper-form {
    display: none;
  }
  div.wrapper-form-mob {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 10px;
    text-align: center;
  }
  div.wrapper-form-mob form {
    height: 220px;
    justify-content: space-between;
  }
  div.wrapper-form-mob form input[type=text] {
    background-color: rgba(255, 255, 255, 0.5);
  }
}
div.page-car div.gallery-car ul li a {
  position: relative;
}
div.page-car div.gallery-car ul li a img {
  height: 450px;
}
div.page-car div.gallery-car ul li a div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
div.page-car div.gallery-car ul li a div span {
  color: white;
  font-size: 24px;
}
div.page-car div.header-car div.container {
  padding-top: 20px;
  padding-bottom: 20px;
}
div.page-car div.header-car div.container div:first-child {
  margin-right: auto;
}
div.page-car div.header-car div.container div.price-car {
  font-size: 2em;
  font-weight: bold;
  margin-right: 30px;
}
div.page-car div.header-car div.container div.price-car div.old-price-car {
  color: #ef1526;
  text-align: right;
}
div.page-car div.header-car div.container div.price-car div.old-price-car span {
  position: relative;
}
div.page-car div.header-car div.container div.price-car div.old-price-car span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  color: #ef1526;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #ef1526;
  transform: rotate(-8deg);
}
div.page-car div.header-car div.container div.button-car a {
  background-color: #ef1526;
  color: white;
  padding: 10px 20px;
  display: block;
}
div.page-car div.header-car div.container div h1 {
  margin: 0;
}
div.page-car div.header-car div.container div p {
  margin: 0;
}
div.page-car div.header-car div.container div p.badge-owner {
  color: white;
  background-color: #ef1526;
  margin-top: 5px;
  padding: 2px 5px;
  display: inline-block;
}
div.page-car div.header-car div.container div p.badge-year-distance {
  margin-top: 5px;
}
div.page-car div.header-car div.container div p i {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #12A970;
  /*green*/
  margin-right: 10px;
}
div.wrapper-complect-car {
  background-color: #F2F2F2;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.wrapper-complect-car div.container {
  padding: 0;
}
div.complect-top-car {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
}
div.complect-top-car > div:first-child {
  padding: 15px 30px;
  border-bottom: 1px solid #e0e0e0;
}
div.complect-top-car > div:first-child > span:first-child {
  margin-right: 20px;
  color: #7b7979;
}
div.complect-top-car > div:first-child > span:last-child {
  margin-left: auto;
}
div.complect-top-car > div:last-child {
  padding: 15px 30px;
  padding-top: 30px;
}
div.complect-top-car > div:last-child ul {
  margin: 0 auto;
  column-count: 3;
}
div.complect-top-car > div:last-child ul.top-car-used {
  column-count: 5;
}
div.complect-top-car > div:last-child ul.top-car-used li {
  overflow: auto;
}
div.complect-top-car > div:last-child ul li {
  width: 150px;
  font-size: 12px;
  color: #7b7979;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
div.complect-top-car > div:last-child ul li strong {
  font-size: 16px;
  font-weight: bold;
  color: #343434;
  margin-top: 5px;
  display: inline-block;
}
div.complect-top-car > div:last-child > div:first-child {
  margin-right: auto;
}
div.complect-top-car > div:last-child > div:first-child > div:first-child {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 1px solid #e0e0e0;
  background-color: white;
  margin-right: 20px;
}
div.complect-top-car > div:last-child > div:first-child > div:last-child span {
  margin-bottom: 10px;
}
div.complect-tab-car {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
}
div.complect-tab-car div.my-tabs ul li {
  text-align: center;
  color: #7b7979;
  background-color: #D4D3D3;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
div.complect-tab-car div.my-tabs ul li:hover {
  cursor: pointer;
}
div.complect-tab-car div.my-tabs ul li.active {
  background-color: white;
  color: #343434;
}
div.complect-tab-car div.my-tabs ul li:nth-child(odd) {
  width: 34%;
}
div.complect-tab-car div.my-tabs ul li:nth-child(even) {
  width: 33%;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info:last-child div {
  white-space: break-spaces;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info {
  display: none;
  padding: 20px;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info.active {
  display: block;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info a.complect-show-all {
  color: #ef1526;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e0e0e0;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:last-child {
  display: none;
  margin-top: 20px;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:last-child ul {
  column-count: 3;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:last-child ul li {
  color: #7b7979;
  margin-bottom: 15px;
  width: 90%;
  overflow: auto;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:first-child {
  margin-bottom*: 20px;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:first-child:hover {
  cursor: pointer;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:first-child strong {
  font-size: 18px;
  margin-right: auto;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:first-child span {
  color: #7b7979;
  margin-right: 25px;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info > ul > li div:first-child i {
  color: #7b7979;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info:nth-child(2) ul li div:last-child ul {
  column-count: 3;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info:nth-child(2) ul li div:last-child ul li span:first-child {
  display: inline-block;
  text-align: left;
  width: 50%;
}
div.complect-tab-car div.my-tabs-info > div.tabs-info:nth-child(2) ul li div:last-child ul li span:last-child {
  color: #343434;
  font-weight: bold;
  width: 50%;
  text-align: right;
}
div.complect-tab-car div.my-tabs-info a.complect-show-all {
  display: inline-block;
  margin-top: 25px;
}
@media (max-width: 480px) {
  div.wrapper-form-mob {
    display: none;
  }
  div.page-car div.gallery-car ul li a {
    position: relative;
  }
  div.page-car div.gallery-car ul li a img {
    height: 300px;
  }
  div.page-car {
    background-color: #F2F2F2;
  }
  div.header-car {
    width: 90%;
    margin: 0 auto;
    background-color: white;
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 15px 0px #000000;
    margin-top: -20px;
    position: relative;
  }
  div.header-car div.container {
    flex-direction: column;
  }
  div.header-car div.container div.button-car {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e0e0e0;
  }
  div.complect-top-car div:first-child {
    border: 0;
  }
  div.complect-top-car div:first-child span:last-child {
    display: none;
  }
  div.complect-top-car div:last-child {
    flex-direction: column;
  }
  div.complect-top-car div:last-child div:first-child div:last-child span {
    display: block;
  }
  div.complect-top-car div:last-child div:last-child ul {
    column-count: 1;
  }
  div.complect-top-car div:last-child div:last-child ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 14px;
  }
  div.complect-top-car div:last-child div:last-child ul li strong {
    font-size: 18px;
  }
  div.complect-top-car div:last-child div:last-child ul li br {
    display: none;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info ul li div:first-child i {
    color: #ef1526;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info ul li div:last-child ul {
    column-count: 1;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info ul li div:last-child ul li {
    width: 100%;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info ul li div:last-child ul li::before {
    content: "";
    /* Essential for pseudo-elements */
    display: inline-block;
    width: 10px;
    /* Adjust size of the circle */
    height: 10px;
    /* Adjust size of the circle */
    border: 1px solid #ef1526;
    /* Add a border for the circle outline */
    background-color: #ef1526;
    border-radius: 50%;
    /* Makes the element a circle */
    margin-right: 8px;
    /* Space between the circle and the text */
    vertical-align: middle;
    /* Aligns the circle with the text */
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info:nth-child(2) ul li div:last-child ul {
    column-count: 1;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info:nth-child(2) ul li div:last-child ul li {
    margin: 0;
    padding: 10px 5px;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info:nth-child(2) ul li div:last-child ul li:before {
    display: none;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info:nth-child(2) ul li div:last-child ul li span {
    font-size: 18px;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info:nth-child(2) ul li div:last-child ul li:nth-child(odd) {
    background-color: #E8E8E8;
  }
  div.complect-tab-car div.my-tabs-info div.tabs-info:last-child div {
    line-height: 1.5;
  }
}
