@media (min-width: 990px) {
  body .home-tabs-block .tab-main-content .tab-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: initial;
    justify-content: center;
  }
  body .home-tabs-block .tab-main-content .tab-content .tab-car-block {
    background: #fff;
    max-width: 254px;
    margin: 0 10px 12px;
  }
}

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #ea5d5f;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}
button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

p {
  margin-bottom: 0;
  margin-top: 0;
}

.hero-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 10px !important;
  border-bottom: 1px solid #000;
}

.hero-top__container {
  max-width: 955px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-top__logo {
  margin-right: 60px;
}

.hero-top__logo img {
  max-width: 205px;
}

.hero-top__btn {
  white-space: nowrap;
}

a.header__top-phone {
  margin-right: 10px;
  font-size: 18px;
  color: #000;
  width: 100%;
  font-weight: 700;
  font-family: "BebasNeue", sans-serif;
}

a.header__top-phone:hover {
  text-decoration: underline;
}

.header__top-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.btn-prim {
  font-family: "BebasNeue", sans-serif;
  color: #fff !important;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 3.24px;
  text-transform: uppercase;
  background: #000;
  padding: 17px 20px;
  max-width: 281px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #000;
  cursor: pointer;
}

.btn-prim:hover {
  background: #fff;
  color: #000 !important;
}

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 30px 70px 30px;
}

.post section {
  padding: 25px 0;
}

.post section:first-child {
  padding-top: 0;
}

.post__container {
  max-width: 840px;
  width: 100%;
}

.post__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 39px;
}

.post__title {
  color: #000;
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.5px;
}

.post__info {
  color: #8d8d8d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  margin-top: 39px;
}
body .post__inner .post__info {
  font-size: 14px;
  line-height: 130%;
  color: #8d8d8d;
  letter-spacing: 1.54px;
  font-weight: 600;
}
.post__big-image {
  margin-bottom: 30px;
}

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

.post__content-title {
  color: #000;
  font-family: "BebasNeue", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 1.05px;
  margin-bottom: 20px;
  text-align: center;
}

.post__content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

body .post__content iframe {
  width: 100%;
  height: 450px;
}

body .post__content p {
  font-size: 16px;
  line-height: 150%;
}
body .post__content h2 {
  font-size: 35px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  margin-top: 16px;
}
body .post__content h3 {
  font-size: 30px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  margin-top: 16px;
}
body .post__content h4 {
  font-size: 26px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  margin-top: 16px;
}
body .post__content h5 {
  font-size: 20px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  margin-top: 16px;
}
body .post__content h6 {
  font-size: 16px;
  line-height: 110%;
  font-weight: bold;
  letter-spacing: 0.3px;
  margin-bottom: 12px;
  margin-top: 16px;
}
.post__content a {
}

.post__content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.post__content ul li {
}

.post__content img {
  width: auto;
  height: auto;
}
.post__two-coll-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.post__two-coll-image {
  top: 20px;
  position: sticky;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: 45px;
}

.post__two-coll-inner {
  width: 50%;
}

.post__two-coll-inner .post__content-title {
  text-align: start;
}

.post__image {
  margin: 20px 0;
}

.post__image-collage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.post__image-collage-item {
  padding: 10px;
  width: 33.333%;
}

.post__image-collage-item:first-child {
  padding-left: 0;
}

.post__image-collage-item:last-child {
  padding-right: 0;
}

.post__navigation-prev svg {
  margin-right: 10px;
}

.post__navigation-next svg {
  margin-left: 10px;
}

.post__navigation-next.post__navigation-link {
  text-align: end;
}

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

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 30px 70px 30px;
  background: #000;
}

.posts__container {
  max-width: 1140px;
  width: 100%;
}

.posts__inner {
  margin-bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.posts__title {
  color: #fff;
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 4.2px;
  position: relative;
  width: fit-content;
}

.posts__title::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  width: 76%;
  margin: 18px auto;
}

.posts__subtitle {
  color: #d3d3d3;
  text-transform: uppercase;
  font-size: 23px;
  padding-bottom: 0;
  text-align: center;
}

.posts__main-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.posts__item-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.posts__item:hover .posts__item-image img {
  transform: translate(-50%, -50%) scale(1.1);
}

.posts__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transition: transform 0.4s ease;
}

.posts__main-post-body {
  width: 100%;
  background: #fff;
  padding: 30px;
}
.posts__main-post-body a:hover {
  text-decoration: none;
}
.posts__item-post-label {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2.8px;
  border: 1px solid #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
  padding: 8px 16px;
}

.posts__content-title {
  color: #000;
  font-family: "BebasNeue", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 101%;
  letter-spacing: 1.05px;
  margin-bottom: 10px;
  font-weight: bold;
}

.posts__item-logo {
  max-width: 110px;
  width: 100%;
  margin-bottom: 15px;
}

.posts__item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0);
}

.posts__item-date {
  color: #8d8d8d;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.posts__item-content {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}

.posts__item-btn {
  border-bottom: 1px solid #000;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

body .posts__item-content p {
  font-size: 16px;
  line-height: 130%;
}
body .posts__item-date {
  font-size: 14px;
  line-height: 130%;
}
body .posts__item-post-label {
}
.posts__items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 18px;
}
body .posts__items .primary-btn {
}

.posts__item {
  position: relative;
  padding: 5px;
  background-color: #f5f5f5;
  transform: translateY(0);
  transition: transform 0.4s ease;
  width: calc(33.3333% - 12px);
}

.posts__item:hover {
  transform: translateY(-15px);
}

.posts__item-body {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.posts__item-body a:hover {
  text-decoration: none;
}
.primary-btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 2.8px;
  background: #000;
  border: 1px solid #000;
  padding: 8px 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.primary-btn:hover {
  background: #fff;
  color: #000;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

body {
  font-family: "OpenSans", sans-serif;
  font-size: 16px;
}

img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

[v-cloak] {
  display: block;
  padding: 50px 0;
}

.zcwf_row input,
.zcwf_row textarea {
  font-size: 20px !important;
}

.wfrm_fld_dpNn {
  display: none;
}

.show-modal-lp {
  cursor: pointer;
}

.close-modal-lp {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.hidden {
  display: none;
}

.modal-lp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background-color: white;
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.overlay-lp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
}

.landingpage-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "BebasNeue", sans-serif;
}

.landingpage-modal-body .zcwf_col_lab {
  display: none;
}

.landingpage-modal-body .zcwf_col_fld {
  width: 100%;
  margin-bottom: 10px;
}
.landingpage-modal-body .zcwf_title {
  margin-bottom: 20px;
  font-family: "BebasNeue", sans-serif !important;
  font-size: 24px !important;
}
.landingpage-modal-body .zcwf_col_fld input {
  width: 100% !important;
  height: 56px !important;
  padding: 3px 3px 3px 10px;
  max-width: none;
  font-size: 20px;
}

.landingpage-modal-body .zcwf_col_fld textarea {
  width: 100% !important;
  padding: 3px 3px 3px 10px;
}

.landingpage-modal-body .main-form-checkbox {
  /*   padding: 0 6px; */
}

.landingpage-modal-body .btn-prim {
  color: #fff !important;
  font-size: 16px !important;
}

.landingpage-modal-body .btn-prim:hover {
  color: #000 !important;
}

.popup__note {
  margin-bottom: 20px;
  font-size: 18px;
}
.popup__note a {
  color: #333;
  font-weight: 700;
}

.popup__note a:hover {
  text-decoration: underline;
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[v-cloak]:before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  -webkit-animation: spinner 0.6s linear infinite;
  animation: spinner 0.6s linear infinite;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

[v-cloak] > div {
  display: none;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter-active,
.modal-leave-active {
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.shop .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0px 2px #393b38 inset;
  box-shadow: 0px 0px 0px 2px #393b38 inset;
}

summary {
  cursor: pointer;
  position: relative;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 35px 16px 0;
}

summary::marker {
  font-size: 0;
}

details > summary::after {
  position: absolute;
  content: "+";
  right: 10px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
}

details[open] > summary::after {
  position: absolute;
  content: "–";
  right: 12px;
  font-size: 30px;
  font-weight: 400;
  color: #003057;
  line-height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

details > summary::-webkit-details-marker {
  display: none;
}

details {
  border-bottom: 1px solid #d2dde5;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
  background: #000;
}

.footer__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__logo {
  display: block;
  max-width: 250px;
}

.footer__phone {
  font-weight: 700;
  margin-top: 20px;
  font-size: 18px;
  color: #fff;
}

/*===== beg new Lilo code =====*/
/* beg navigation */
.l_post_navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 60px;
}
.l_post_navigation * {
  line-height: 130%;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.8px;
  font-weight: 600;
}
.l_post_navigation .l_navigation_container a {
  display: flex;
  align-items: center;
}
.l_post_navigation .post__navigation-next.post__navigation-link {
  flex-direction: row-reverse;
}
.l_post_navigation .post__navigation-next.post__navigation-link {
  text-align: end;
}
.l_post_navigation .post__navigation-next svg {
  margin-left: 10px;
}
.l_post_navigation .post__navigation-prev svg {
  margin-right: 10px;
}
.l_post_navigation .l_back_to_blog {
  text-align: center;
}
.l_post_navigation .l_navigation_container {
  flex: 0 0 auto;
}
.l_post_navigation_mobile {
  display: none;
}
.l_single_post .main_image {
  margin-bottom: 20px;
}

body .landingpage-modal-body .zcwf_col_fld textarea {
  border-radius: 0 !important;
}
body .landingpage-modal-body .zcwf_col_fld input {
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  html body .contact-form--window {
    top: 10px !important;
    transform: translate(-50%, 0) !important;
  }
  body .popup__note {
    margin-bottom: 20px;
    font-size: 17px;
  }
  body .modal-lp {
    width: 100%;
  }
  html body .contact-form--window {
    border-radius: 5px !important;
  }
  body .landingpage-modal-body .zcwf_col_fld input {
    height: 42px !important;
    border-radius: 0 !important;
  }
  body .brands__item-img img {
    width: auto;
    height: auto;
    max-height: initial !important;
  }
  body .brands__item {
    margin: 0 15px;
    display: flex;
    justify-content: center;
  }
  body .modal-lp {
    top: 10px !important;
    transform: translate(-50%, 0) !important;
  }
  .l_post_navigation_desktop {
    display: none;
  }
  .l_post_navigation_mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l_post_navigation {
    margin: 50px 0 40px;
  }
  .l_post_navigation_mobile .l_c_top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 48px;
  }
  .l_post_navigation .l_c_top .l_navigation_container {
    max-width: 130px;
  }
  .l_post_navigation .l_back_to_blog a {
    justify-content: center;
  }
}
/* end navigation */
/* beg single */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
/* end single */
/*===== end new Lilo code =====*/

@media (max-width: 990px) {
  .posts__content-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body .post__content iframe {
    height: 400px;
  }
  .btn-prim {
    font-size: 16px;
  }
  .hero-top__logo {
    margin-right: 30px;
  }
  a.header__top-phone {
    display: none;
  }

  .post {
    padding: 110px 20px 50px 20px;
  }

  .post__inner {
    margin-bottom: 30px;
  }

  .post__title {
    font-size: 40px;
  }

  .post__info {
    margin-top: 30px;
    font-size: 12px;
  }

  .post__big-image {
    margin-bottom: 20px;
  }

  .post__content-title {
    font-size: 32px;
  }

  .post__two-coll-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .post__two-coll-image {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }

  .post__two-coll-inner {
    width: 100%;
  }

  .post__two-coll-inner .post__content-title {
    text-align: center;
  }

  .post__image-collage-item {
    width: 50%;
  }

  .post__image-collage-item:nth-child(2) {
    padding-right: 0;
  }

  .post__image-collage-item:last-child {
    width: 100%;
    padding: 10px 0;
  }

  .posts {
    padding: 120px 20px 50px 20px;
  }

  .posts__inner {
    margin-bottom: 60px;
  }

  .posts__title {
    font-size: 50px;
  }

  .posts__main-post {
    margin-bottom: 50px;
  }

  .posts__main-post-body {
    padding: 20px;
  }

  .posts__item-post-label {
    font-size: 12px;
  }

  .posts__content-title {
    font-size: 22px;
  }

  .posts__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 30px);
    flex: 1 0 calc(50% - 30px);
  }

  .footer {
    padding: 40px 20px;
  }
}

@media (max-width: 660px) {
  .posts__inner {
    margin-bottom: 40px;
  }

  .posts__title {
    font-size: 40px;
  }

  .posts__main-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .posts__item-image {
    max-width: none;
  }

  .posts__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  body .post__content iframe {
    height: 256px;
  }
}

@media (max-width: 410px) {
  .posts__title {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  .post__inner {
    margin-bottom: 20px;
  }

  .post__title {
    font-size: 30px;
  }

  .post__info {
    margin-top: 20px;
  }

  .post__content-title {
    font-size: 30px;
  }
}

@media (max-width: 374px) {
  body .post__content iframe {
    height: 210px;
  }
  .post {
    padding: 110px 15px 40px 15px;
  }

  .post__content-title {
    font-size: 28px;
  }

  .posts {
    padding: 140px 15px 40px 15px;
  }

  .posts__title {
    font-size: 29px;
  }

  .posts__item-image img {
    min-height: 200px;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1100px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 767px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 660px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 410px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 400px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}

/* lilo styles */

.allCars__switcher {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.allCars__switcher-item {
  width: 100%;
  max-width: 130px;
}

.allCars__switcher-item input {
  display: none;
}

.allCars__switcher-item label {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 25px;
  cursor: pointer;
  /* max-width: 130px; */
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-flex;
  justify-content: center;
  transition: all 0.2s ease 0s;
}

.allCars__switcher-item input:checked + label {
  background: #fff;
  color: #000;
}

.available-cars {
  display: flex;
  justify-content: center;
}
.available-cars__container {
  max-width: 1350px;
  width: 100%;
}
.cars__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 46px;
  -moz-column-gap: 46px;
  column-gap: 25px;
  row-gap: 25px;
  padding-left: 0;
  justify-content: center;
  align-items: baseline;
}

.available-cars .cars__body {
  column-gap: 10px;
  row-gap: 10px;
}

.cars__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 calc(33.333333% - 46px);
  flex: 1 0 calc(25% - 25px);
  background: #fff;
  /* max-width: 285px; */
}

.sold-out-cars__item {
  max-width: 296px;
}

.sold-out-cars__item {
  /* display: none; */

  height: fit-content;
}
.cars__item-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cars__item-img {
  aspect-ratio: 7 / 6 auto;
  overflow: hidden;
}

.cars__item-img:hover img {
  transform: scale(1.3);
}

.cars__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease 0s;
}

.cars__item-title {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.cars__item-attrs {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.cars__item-attrs-column {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
}

.cars__item-attrs-column:first-child {
  border-right: 1px solid #000;
  padding-right: 5px;
}

.cars__item-attrs-column:last-child {
  padding-left: 5px;
}

.cars__item-attrs-column ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 !important;
}

.cars__item-attrs-column ul li {
  text-align: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.cars__item-attrs-column ul li:first-child {
  margin-bottom: 5px;
}

.cars__item-attrs-column:first-child ul li span {
  font-weight: 700;
}

.cars__item-link {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.14px;
  text-transform: uppercase;
  background: #000;
  width: 100%;
  padding: 15px;
  border: 1px solid #000;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.cars__item-link:hover {
  background: #fff;
  color: #000;
}

.btn-sec {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.14px;
  text-transform: uppercase;
  background: #000;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  max-width: 257px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.btn-sec:hover {
  background: #fff;
  color: #000;
}

.cars__btn {
  background: #ffc961;
  color: #000;
  border: 1px solid #ffc961;
}

.cars__btn:hover {
  background: #000;
  color: #ffc961;
}

.load-more-btn.btn-sec {
  margin-top: 50px;
}

.cars__filter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.cars__filter-item input + label br {
  display: none;
}

.cars__filter-item {
  margin: 0 13px;
}

.cars__filter-item:last-child {
  display: none;
}

.cars__filter-item input + label {
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-family: "BebasNeue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.cars__filter-item input {
  display: none;
}

.cars__filter-item input:checked + label {
  color: #000;
}

.cars__filter-item select {
  border: none;
  background: transparent;
  font-family: "BebasNeue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 200px;
}

.cars__filter-item select option {
  font-size: 16px;
}

.car-active-item {
  display: block !important;
}

.car-hidden {
  display: none;
}

.disable {
  display: none !important;
}

@media (max-width: 940px) {
  .cars__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(50% - 25px);
    flex: 1 0 calc(50% - 25px);
  }
}

@media (max-width: 900px) {
  .cars__filter-item {
    margin: 0 15px;
  }
  .cars__filter-item input + label {
    font-size: 18px;
  }
  .cars__filter-item select {
    width: 150px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cars__filter {
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin-bottom: 30px;
  }
  .cars__filter-item {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    margin: 0;
  }

  .cars__filter-item:nth-child(1) {
    order: 1;
  }
  .cars__filter-item:nth-child(2) {
    order: 2;
  }
  .cars__filter-item:nth-child(3) {
    order: 4;
  }
  .cars__filter-item:nth-child(4) {
    order: 3;
  }
  .cars__filter-item:nth-child(5) {
    order: 5;
  }

  .cars__filter-item:nth-child(3),
  .cars__filter-item:nth-child(4) {
    flex: 1 1 calc(50% - 10px);
  }

  .cars__filter-item select {
    width: 250px;
    text-align: center;
    text-align-last: center;
  }

  .sold-out-cars__item .cars__item-attrs {
    flex-direction: column;
    align-items: center;
  }

  .sold-out-cars__item .cars__item-attrs-column:first-child {
    border-right: none;
    padding-right: 0;
    flex: 1 0 100%;
    margin-bottom: 5px;
  }

  .sold-out-cars__item .cars__item-attrs-column:last-child {
    padding-left: 0;
  }

  .soild-out-cars__filter-desk {
    display: none;
  }

  .soild-out-cars__filter-mob {
    display: block;
  }
}

@media (max-width: 630px) {
  .cars__item {
    -ms-flex: 1 0 calc(100%);
    flex: 1 0 calc(100%);
  }

  .sold-out-cars .cars__body {
    column-gap: 10px;
    row-gap: 20px;
  }
  .sold-out-cars__item {
    -ms-flex: 1 0 calc(50% - 10px);
    flex: 1 0 calc(50% - 10px);
  }
}

@media (max-width: 440px) {
  .sold-out-cars__item {
    height: fit-content;
  }
  .sold-out-cars__item .cars__item-title {
    font-size: 18px;
  }
  .sold-out-cars__item .cars__item-body {
    padding: 10px;
  }
  .sold-out-cars__item .cars__item-link {
    font-size: 16px;
    padding: 10px;
  }
}

@media (max-width: 420px) {
  .cars__filter-item input + label {
    font-size: 16px;
  }
  .cars__filter-item select {
    font-size: 16px;
  }
}

@media (max-width: 374px) {
  .cars__filter-item input + label br {
    display: flex;
  }
  .sold-out-cars__item .cars__item-title {
    font-size: 16px;
  }
  .sold-out-cars__item .cars__item-body {
    padding: 10px 5px;
  }
  .sold-out-cars__item .cars__item-link {
    font-size: 13px;
    padding: 10px 6px;
  }
}

/* end lilo styles */
