@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
@media (prefers-color-scheme: dark) {
  body {
    background-color: #020202 !important;
    color: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  * {
    color: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  .header.black .logo {
    display: block !important;
  }
  .header.black .logo.black {
    display: none !important;
  }
  .header .mobile-menu-btn svg path,
  .header .mobile-search svg path {
    stroke: #fff !important;
  }
  .mobile-menu {
    background-color: #020202 !important;
  }
  .mobile-menu ul li {
    border-bottom: #fff 0.0625rem solid !important;
  }
  .mobile-menu ul li a {
    color: #fff !important;
  }
  .title {
    color: #fff !important;
  }
  .title .line {
    background-color: #fff !important;
  }
  .header .search .icon {
    color: #3B3739 !important;
  }
  .header .search input {
    background-color: #F4F4FB;
    color: #020202;
  }
  input {
    color: #fff;
  }
  input::placeholder {
    color: #fff;
  }
  select {
    color: #fff !important;
    background-color: #3B3739 !important;
  }
  select option {
    color: #fff;
    background-color: #3B3739 !important;
  }
  .input-fields input {
    background-color: #3B3739 !important;
  }
  .news-section.white {
    background-color: #21022C !important;
  }
  .news-section .news-item {
    background-color: #3B3739 !important;
    color: #fff !important;
  }
  .news-section .news-item .line {
    background-color: #fff !important;
  }
  .card {
    background-color: #3B3739 !important;
    color: #fff !important;
    border-color: #fff !important;
  }
  .brand {
    background-color: #fff;
  }
  .slider-range {
    background-color: #FF4F00 !important;
  }
  .table .item {
    border: 0.0625rem solid #3B3739;
    color: #fff !important;
  }
  .lines .line {
    background-color: #fff !important;
  }
  .dropdown-content {
    background-color: #020202 !important;
    color: #fff !important;
  }
  .dropdown-content li {
    color: #fff !important;
  }
  .search-brand input {
    background-color: #020202 !important;
    border-bottom: 0.0625rem solid #fff !important;
  }
  .search-brand svg g {
    stroke: #fff;
  }
  .mobile-filter-menu {
    background-color: #020202 !important;
  }
  .mobile-filter-menu ul li {
    border-bottom: 0.0625rem solid #fff !important;
  }
  .mobile-filter-menu ul li a {
    color: #fff !important;
  }
  .filter-submenu {
    background-color: #020202 !important;
    color: #fff !important;
  }
  .filter-submenu ul li {
    color: #fff !important;
  }
  .filter-submenu input {
    background-color: #020202 !important;
    border-bottom: 0.0625rem solid #fff !important;
  }
  .filter-submenu .close-submenu {
    color: #fff !important;
  }
  .pagination-numbers .pagination-number {
    background-color: #fff !important;
  }
  .pagination-numbers .pagination-number.active {
    background-color: #FF4F00 !important;
  }
  .warning-block {
    color: #fff !important;
  }
  .custom-option {
    color: #020202 !important;
  }
}
.btn {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: fit-content;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 100%;
  border-radius: 0.25rem;
  letter-spacing: 0%;
  transition: all 0.3s ease-in;
}
.btn svg path {
  transition: all 0.3s ease-in;
}
.btn.basic {
  padding: 1rem 2rem;
}
.btn.basic.white {
  background-color: #fff;
  color: #3B3739;
}
.btn.basic.white:hover {
  background-color: #FF4F00;
  color: #020202;
}
.btn.small {
  padding: 0.75rem 1rem 0.75rem 1rem;
}
.btn.small.accent {
  background-color: #FF4F00;
  outline: 0.0625rem solid #020202;
  color: #fff;
}
.btn.small.accent:hover {
  background-color: #F4F4FB;
  color: #4B4B4B;
}
.btn.small.accent:hover svg path {
  fill: #4B4B4B;
}
.btn.small.accent-border {
  background-color: none;
  color: #FF4F00;
  outline: 0.0625rem solid #FF4F00;
}
.btn.small.accent-border:hover {
  color: #4B4B4B;
  outline: 0.0625rem solid #4B4B4B;
}
.btn.small.accent-border:hover svg path {
  fill: #4B4B4B;
}
.btn svg g {
  stroke: #fff;
}

.default-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.range-slider {
  position: relative;
  width: 100%;
  margin: 1rem 0;
  font-size: 1.5rem;
  transition: all 0.3s ease-in;
}
.range-slider:hover .slider-range {
  background: #FF4F00 !important;
}
.range-slider:hover input[type=range]::-webkit-slider-thumb {
  border: 0.125rem solid #FF4F00;
}
.range-slider .slider {
  position: relative;
  height: 0.25rem;
  background: #ddd;
}
.range-slider .slider .slider-track {
  position: absolute;
  height: 100%;
  background: rgba(0, 162, 255, 0.2);
  width: 100%;
}
.range-slider .slider .slider-range {
  position: absolute;
  height: 100%;
  background: #21022C;
  transition: background 0.3s ease-in;
}
.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  pointer-events: none;
  -webkit-appearance: none;
  background: none;
  top: -0.5rem;
  z-index: 3;
  transition: border 0.3s ease-in;
}
.range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  width: 1rem;
  height: 1rem;
  background: none #F4F4FB;
  border: 0.125rem solid #9bc8e0;
  border-radius: 50%;
  cursor: pointer;
  transition: border 0.3s ease-in;
}
.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 1rem;
  height: 1rem;
  background: white;
  border: 0.125rem solid #020202;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}
.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 0.125rem solid #020202;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s ease;
}

.input-fields {
  display: flex;
  justify-content: space-between;
}
.input-fields label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
}
.input-fields label input[type=number] {
  width: 10rem;
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.input-fields label input[type=number]:focus {
  outline: none;
}

.warning-block {
  margin: 2rem 0;
  color: #3B3739;
  opacity: 0.6;
  font-size: 1.5rem;
  font-weight: 300;
}

.title-section {
  margin-top: 8rem;
}

.title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3B3739;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 2rem;
}
.title .lines {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .title .lines {
    display: none;
  }
}
.title .lines .line {
  width: 100%;
  height: 0.125rem;
  background-color: #3B3739;
}
.title.light {
  color: #fff;
}
.title.light .line {
  background-color: #fff;
}

.dropdown-content {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #F4F4FB;
  left: 0;
  width: 100%;
  opacity: 0;
  top: 1rem;
  transition: all 0.2s ease-in;
  box-shadow: 0px 0.5rem 0.4rem 0px rgba(0, 0, 0, 0.1450980392);
}
.dropdown-content ul {
  padding: 2rem 0;
  align-items: flex-start !important;
}
.dropdown-content ul.container {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2rem;
  align-content: flex-start;
  justify-content: start;
  margin: 0 10rem;
}
@media screen and (max-width: 1680px) {
  .dropdown-content ul.container {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 1680px) {
  .dropdown-content ul.container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 1rem;
  }
}
.dropdown-content ul li {
  color: #4B4B4B;
  cursor: pointer;
  transition: background-color 0.3s ease;
  transition: opacity 0.3s ease-in;
}
.dropdown-content ul li:hover {
  opacity: 0.75;
}
.dropdown-content ul li .name span a {
  color: #4B4B4B;
}

.active-dropdown {
  top: 3rem;
  opacity: 1;
  border-top: 0.0625rem solid #3B3739;
  z-index: 100;
}

.mobile-filter-menu {
  display: flex;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F4F4FB;
  z-index: -1;
  justify-content: center;
  transition: all 0.3s ease-in;
  opacity: 0;
}
.mobile-filter-menu ul {
  z-index: -1;
}
.mobile-filter-menu.active {
  top: 0;
  z-index: 50;
  opacity: 1;
}
.mobile-filter-menu.active ul {
  z-index: -50;
}
.mobile-filter-menu ul {
  padding-top: 10rem;
  height: 70%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-filter-menu ul li {
  margin: 20px 0;
  border-bottom: 0.0825rem solid #020202;
  padding: 1.5rem;
}
.mobile-filter-menu ul li a {
  color: #020202;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
}

.filter-submenu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #F4F4FB;
  z-index: 1003;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: scroll;
  scrollbar-width: 0;
  gap: 2rem;
}
.filter-submenu.active {
  right: 0;
}
.filter-submenu .filter-submenu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.filter-submenu .filter-submenu-header button {
  background: none;
  border: none;
  font-size: 4rem;
  font-weight: 300;
  cursor: pointer;
}
.filter-submenu .filter-submenu-header span {
  margin: 0;
}
.filter-submenu input {
  margin: 0 1rem;
  padding: 1rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom: 0.0625rem solid #020202;
}
.filter-submenu ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  margin: 0 1.5rem;
}
.filter-submenu ul li {
  cursor: pointer;
  color: #020202;
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.filter-submenu ul li .name span a {
  color: #4B4B4B;
}

.card {
  transition: scale 0.1s ease-in;
}
.card:hover {
  scale: 1.01;
}

.pagination {
  grid-column: span 5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.pagination .pagination-numbers {
  display: flex;
  gap: 0.5rem;
}
.pagination .pagination-numbers .pagination-number {
  display: flex;
  height: 3rem;
  width: 3rem;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #020202;
  border: 1px solid #020202;
  border-radius: 4px;
  cursor: pointer;
  background-color: inherit;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination .pagination-numbers .pagination-number {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.pagination .pagination-numbers .pagination-number.active {
  background-color: #FF4F00;
  color: #fff;
  border-color: #020202;
}
.pagination .lines {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .pagination .lines {
    display: none;
  }
}
.pagination .lines .line {
  width: 100%;
  height: 0.125rem;
  background-color: #333;
}
@media screen and (max-width: 1440px) {
  .pagination {
    grid-column: span 4;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    grid-column: span 2;
  }
}

.swiper-wrapper {
  height: fit-content !important;
}

.card {
  grid-column: span 1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  color: #020202;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.card .compare-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
}
.card .compare-btn:hover {
  background: #f5f5f5;
}
.card .info {
  display: flex;
  flex-direction: column;
}
.card .info .img {
  position: relative;
  max-width: 100%;
  height: 200px;
}
.card .info .img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .info .img .brand-logo {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.25rem;
  border-radius: 0.25rem;
}
.card .info .img .brand-logo img {
  height: 1em;
  width: auto;
  object-fit: contain;
}
.card .info .title {
  padding: 0 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
  align-items: start;
  flex-direction: column;
}
.card .info .title .brand-name {
  font-weight: bold;
  color: #666;
}
.card .info .title .brand-name::after {
  content: " ";
}
.card .stats {
  padding: 1rem 0.75rem 2rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card .stats .stat {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.card .stats .stat:first-of-type {
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #020202;
}
.card .stats .stat .top {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-weight: 500;
  color: #666;
}
.card .stats .stat .bottom {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-weight: 600;
}
.card .stats .stat .bottom div {
  margin-bottom: 0.25rem;
}
.card .stats .stat .bottom div:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .card .info .img {
    height: 150px;
  }
  .card .info .img .brand-logo {
    bottom: 0.25rem;
    right: 0.25rem;
    padding: 0.125rem;
  }
  .card .stats {
    padding: 0.75rem 0.5rem 1.5rem 0.5rem;
    gap: 0.75rem;
  }
}
.swiper-button-next,
.swiper-button-prev {
  width: 5rem;
  height: 100%;
  top: 1.5rem;
  background: linear-gradient(180.05deg, rgba(196, 196, 196, 0.0234) 0.02%, rgba(255, 255, 255, 0.2106) 52.37%, rgba(196, 196, 196, 0) 99.93%);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2rem;
  }
}

.article-gallery-section .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.offer-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  padding: 1.25rem;
}
.offer-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}
.offer-card .offer-dealer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.offer-card .offer-dealer .dealer-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #eee;
}
.offer-card .offer-dealer .dealer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offer-card .offer-dealer .dealer-name {
  font-size: 0.875rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offer-card .offer-image {
  position: relative;
  padding-top: 66.66%;
  /* 3:2 aspect ratio */
  overflow: hidden;
}
.offer-card .offer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.offer-card .offer-image .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  color: #999;
}
.offer-card .offer-image:hover img {
  transform: scale(1.05);
}
.offer-card .offer-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.offer-card .offer-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #2c3e50;
  line-height: 1.3;
}
.offer-card .offer-title a {
  color: inherit;
  text-decoration: none;
}
.offer-card .offer-title a:hover {
  color: #e74c3c;
}
.offer-card .offer-price {
  margin-bottom: 1rem;
  position: relative;
}
.offer-card .offer-price .original-price {
  font-size: 0.875rem;
  color: #999;
  text-decoration: line-through;
}
.offer-card .offer-price .final-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e74c3c;
  line-height: 1.2;
}
.offer-card .offer-price .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #e74c3c;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
}
.offer-card .offer-details {
  margin-bottom: 1rem;
  flex-grow: 1;
}
.offer-card .offer-details .detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.offer-card .offer-details .detail-item:last-child {
  margin-bottom: 0;
}
.offer-card .offer-details .detail-item .detail-label {
  color: #777;
}
.offer-card .offer-details .detail-item .detail-value {
  color: #333;
  font-weight: 500;
}
.offer-card .offer-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.offer-card .offer-features .feature-badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
  color: #555;
}
.offer-card .offer-promo {
  font-size: 0.875rem;
  color: #e74c3c;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: rgba(231, 76, 60, 0.1);
  border-radius: 0.5rem;
}
.offer-card .offer-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
.offer-card .offer-actions .btn {
  flex: 1;
  text-align: center;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}
.offer-card .offer-actions .btn.primary {
  background: #e74c3c;
  color: white;
  border: 1px solid #e74c3c;
}
.offer-card .offer-actions .btn.primary:hover {
  background: rgb(228.2054794521, 55.1575342466, 37.2945205479);
}
.offer-card .offer-actions .btn.outline {
  background: transparent;
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
.offer-card .offer-actions .btn.outline:hover {
  background: rgba(231, 76, 60, 0.1);
}
.offer-card .hidden {
  display: none;
}
@media (max-width: 768px) {
  .offer-card .offer-content {
    padding: 1rem;
  }
  .offer-card .offer-title {
    font-size: 1.1rem;
  }
  .offer-card .offer-price .final-price {
    font-size: 1.3rem;
  }
  .offer-card .offer-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .offer-card .offer-actions .btn {
    width: 100%;
  }
}

.dealers-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.dealers-list .dealer-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.dealers-list .dealer-logo {
  width: 100%;
  max-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}
.dealers-list .dealer-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.dealers-list .dealer-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dealers-list .dealer-name {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.dealers-list .dealer-details {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dealers-list .detail-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0.5rem;
  align-items: center;
}
.dealers-list .detail-label {
  color: #666;
  font-size: 0.9rem;
}
.dealers-list .detail-value {
  color: #333;
  word-break: break-word;
}
.dealers-list .work-hours-section {
  margin-top: 0.5rem;
}
.dealers-list .work-hours-title {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
  color: #333;
  font-weight: 500;
}
.dealers-list .work-hours-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
.dealers-list .work-day {
  display: flex;
  gap: 0.5rem;
  font-size: 0.9rem;
}
.dealers-list .day {
  color: #666;
}
.dealers-list .hours {
  color: #333;
}
.dealers-list .dealer-actions {
  margin-top: auto;
  text-align: right;
}
@media (max-width: 768px) {
  .dealers-list {
    grid-template-columns: 1fr;
  }
  .dealers-list .work-hours-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .dealers-list .detail-row {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

.no-dealers {
  padding: 2rem;
  text-align: center;
  background: #f8f9fa;
  border-radius: 0.75rem;
}

.all-dealers-link {
  text-align: center;
  margin-top: 2rem;
}

.hidden-data {
  display: none;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(0.3125rem);
  animation: fadeIn 0.3s ease;
}
.popup-overlay .popup-content {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 2rem;
  width: 90%;
  max-width: 31.25rem;
  box-shadow: 0 1.25rem 2.5rem rgba(0, 0, 0, 0.2);
  position: relative;
  animation: slideUp 0.3s ease;
  border: 0.0625rem solid #e8e8e8;
}
.popup-overlay .popup-content .popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
  color: #666;
  transition: color 0.2s ease;
  line-height: 1;
}
.popup-overlay .popup-content .popup-close:hover {
  color: #333;
}
.popup-overlay .popup-content h2 {
  margin: 0 0 1.5rem 0;
  color: #2d3748;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.popup-overlay .form-group {
  margin-bottom: 1.25rem;
}
.popup-overlay .form-group label {
  display: block;
  margin-bottom: 0.5rem;
  color: #4a5568;
  font-weight: 500;
  font-size: 0.875rem;
}
.popup-overlay .form-group .form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.popup-overlay .form-group .form-input:focus {
  outline: none;
  border-color: #4299e1;
  box-shadow: 0 0 0 0.1875rem rgba(66, 153, 225, 0.1);
}
.popup-overlay .form-group .form-input::placeholder {
  color: #a0aec0;
}
.popup-overlay .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0.75rem;
}
.popup-overlay .checkbox-label input[type=checkbox] {
  display: none;
}
.popup-overlay .checkbox-label .checkmark {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #cbd5e0;
  border-radius: 0.25rem;
  margin-right: 0.75rem;
  position: relative;
  transition: all 0.2s ease;
  background: #ffffff;
}
.popup-overlay .checkbox-label .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.375rem;
  top: 0.125rem;
  width: 0.3125rem;
  height: 0.625rem;
  border: solid #ffffff;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}
.popup-overlay .checkbox-label input[type=checkbox]:checked + .checkmark {
  background: #4299e1;
  border-color: #4299e1;
}
.popup-overlay .checkbox-label input[type=checkbox]:checked + .checkmark::after {
  display: block;
}
.popup-overlay .checkbox-label input[type=checkbox]:disabled + .checkmark {
  background: #f7fafc;
  border-color: #e2e8f0;
  cursor: not-allowed;
}
.popup-overlay .checkbox-label:hover .checkmark {
  border-color: #a0aec0;
}
.popup-overlay .btn.primary.full-width {
  width: 100%;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  background: #4299e1;
  color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.popup-overlay .btn.primary.full-width:hover {
  background: #3182ce;
}
.popup-overlay .btn.primary.full-width:active {
  transform: translateY(0.0625rem);
}
.popup-overlay .btn.primary.full-width:disabled {
  background: #cbd5e0;
  cursor: not-allowed;
  transform: none;
}
@media (max-width: 48rem) {
  .popup-overlay .dealer-offer-page .popup-content {
    margin: 1.25rem;
    padding: 1.5rem;
    width: calc(100% - 2.5rem);
  }
  .popup-overlay .dealer-offer-page .popup-content h2 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .popup-overlay .dealer-offer-page .form-group {
    margin-bottom: 1rem;
  }
  .popup-overlay .dealer-offer-page .form-group .form-input {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  .popup-overlay .dealer-offer-page .toast {
    min-width: 15.625rem;
    max-width: 18.75rem;
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 30rem) {
  .popup-overlay .dealer-offer-page .popup-content {
    padding: 1.25rem;
    margin: 1rem;
  }
  .popup-overlay .dealer-offer-page .popup-content h2 {
    font-size: 1.125rem;
  }
  .popup-overlay .dealer-offer-page .btn.primary.full-width {
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.error-message {
  color: #e53e3e;
  font-size: 0.875rem;
  margin-top: 0.375rem;
  display: none;
  animation: shake 0.3s ease;
}

.toast {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  color: #ffffff;
  z-index: 10000;
  min-width: 18.75rem;
  max-width: 25rem;
  box-shadow: 0 0.625rem 1.5625rem rgba(0, 0, 0, 0.15);
  animation: slideInRight 0.3s ease;
}
.toast.toast-success {
  background: #38a169;
}
.toast.toast-error {
  background: #e53e3e;
}
.toast.toast-info {
  background: #3182ce;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(1.875rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-0.3125rem);
  }
  75% {
    transform: translateX(0.3125rem);
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

.container {
  margin: 0 10rem;
}
@media screen and (max-width: 1680px) {
  .container {
    margin: 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 375px) {
  .container {
    margin: 0 1rem;
  }
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Ubuntu", sans-serif;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  background-color: #F4F4FB;
}
body.no-scroll {
  overflow: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
  border: 0;
  outline: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  z-index: 100;
  cursor: pointer;
}

.hero-section {
  background-image: url("../images/hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.hero-section .hero-block {
  z-index: 2;
  height: 100%;
}
.hero-section .hero-block .container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-block .container {
    justify-content: center;
  }
}
.hero-section .hero-block .container .info-block {
  color: #F4F4FB;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-block .container .info-block {
    align-items: center;
    text-align: center;
  }
}
.hero-section .hero-block .container .info-block .text-block {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 44.5rem;
  width: 100%;
}
.hero-section .hero-block .container .info-block .text-block .title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.hero-section .hero-block .container .info-block .text-block .desc {
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 133%;
  letter-spacing: 0%;
}
.hero-section .hero-block .container .info-block .btn-block {
  gap: 2.5rem;
  display: flex;
  flex-direction: column;
}
.hero-section .hero-block .container .info-block .btn-block .desc {
  color: #FF4F00;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 768px) {
  .hero-section .hero-block .container .info-block .btn-block .btn {
    align-self: center;
  }
}

.update-garage-section .update-garage-block .container {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.update-garage-section .update-garage-block .container .card {
  grid-column: span 1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
}
.update-garage-section .update-garage-block .container .card .info .img {
  max-width: 100%;
}
.update-garage-section .update-garage-block .container .card .info .img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.update-garage-section .update-garage-block .container .card .info .title {
  padding: 0 0.75rem;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
}
.update-garage-section .update-garage-block .container .card .stats {
  padding: 0rem 0.75rem 2rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.update-garage-section .update-garage-block .container .card .stats .stat {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.update-garage-section .update-garage-block .container .card .stats .stat:first-of-type {
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #020202;
}
.update-garage-section .update-garage-block .container .card .stats .stat .top {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-weight: 500;
}
.update-garage-section .update-garage-block .container .card .stats .stat .bottom {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
}

.news-section {
  background-color: #21022C;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.news-section.white {
  background-color: #F4F4FB;
}
.news-section.white .news-item {
  border: 0.0625rem solid #020202;
}
.news-section .news-block .container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.news-section .news-block .container .news {
  display: grid;
  gap: 3rem;
  row-gap: 9rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 1680px) {
  .news-section .news-block .container .news {
    row-gap: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .news-section .news-block .container .news {
    row-gap: 3rem;
  }
}
.news-section .news-block .container .news .news-item {
  grid-column: span 1;
  background-color: #fff;
  position: relative;
  color: #020202;
  transition: scale 0.3s ease-in;
}
@media screen and (max-width: 768px) {
  .news-section .news-block .container .news .news-item {
    grid-column: span 2;
    padding-top: 1rem;
  }
}
.news-section .news-block .container .news .news-item .top {
  display: flex;
  padding-left: 35%;
}
@media screen and (max-width: 1280px) {
  .news-section .news-block .container .news .news-item .top {
    padding-left: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .news-section .news-block .container .news .news-item .top {
    padding-left: 1.5rem;
  }
}
.news-section .news-block .container .news .news-item .top .img {
  position: absolute;
  left: -0.0625rem;
  bottom: 60%;
  aspect-ratio: 2/1.1;
  max-width: 16rem;
  max-height: 12rem;
}
@media screen and (max-width: 1680px) {
  .news-section .news-block .container .news .news-item .top .img {
    max-width: 12rem;
    bottom: 75%;
  }
}
@media screen and (max-width: 1024px) {
  .news-section .news-block .container .news .news-item .top .img {
    display: none;
  }
}
.news-section .news-block .container .news .news-item .top .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section .news-block .container .news .news-item .top .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-section .news-block .container .news .news-item .top .right .title {
  display: flex;
  justify-content: end;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
  padding-right: 3rem;
  padding-top: 2rem;
}
.news-section .news-block .container .news .news-item .bottom {
  padding: 2rem 3rem 2rem 1.5rem;
}
.news-section .news-block .container .news .news-item .bottom .text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
}
.news-section .news-block .container .news .news-item .lines {
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 95%;
  display: flex;
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .news-section .news-block .container .news .news-item .lines {
    height: 100%;
  }
}
.news-section .news-block .container .news .news-item .lines .line {
  width: 0.125rem;
  height: 100%;
  background-color: #020202;
}
.news-section .news-block .container .news .news-item:hover {
  scale: 1.025;
}
.news-section .news-block .container .ad {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 375px) {
  .news-section .news-block .container .ad {
    display: flex;
    justify-content: center;
  }
}
.news-section .news-block .container .ad .img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-section .news-block .container .ad .img {
    grid-column: span 2;
  }
}
.news-section .news-block .container .ad .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .news-section .news-block .container .ad .img:nth-child(2), .news-section .news-block .container .ad .img:nth-child(3), .news-section .news-block .container .ad .img:nth-child(4) {
    display: none;
  }
}

.random-section {
  margin-bottom: 3rem;
}
.random-section .random-block .container .card-holder {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.random-section .random-block .container .random-slider {
  padding: 0.5rem;
  height: fit-content;
}
.random-section .random-block .container .random-slider .swiper-button-next,
.random-section .random-block .container .random-slider .swiper-button-prev {
  width: 5rem;
  height: 100%;
  top: 1.5rem;
  background: linear-gradient(180.05deg, rgba(196, 196, 196, 0.0234) 0.02%, rgba(255, 255, 255, 0.2106) 52.37%, rgba(196, 196, 196, 0) 99.93%);
}
.random-section .random-block .container .random-slider .swiper-button-next:after,
.random-section .random-block .container .random-slider .swiper-button-prev:after {
  color: #fff;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .random-section .random-block .container .random-slider .swiper-button-next:after,
  .random-section .random-block .container .random-slider .swiper-button-prev:after {
    font-size: 2rem;
  }
}
.random-section .random-block .container .random-slider .swiper-button-prev {
  left: 0.5rem;
  border-radius: 0 0.25rem 0.25rem 0;
}
.random-section .random-block .container .random-slider .swiper-button-next {
  right: 0.5rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
.random-section .random-block .container .ad {
  margin-top: 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .random-section .random-block .container .ad {
    margin-right: 2rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .random-section .random-block .container .ad {
    margin-right: 1rem;
  }
}
.random-section .random-block .container .ad .img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .random-section .random-block .container .ad .img {
    grid-column: span 2;
  }
  .random-section .random-block .container .ad .img:nth-child(2), .random-section .random-block .container .ad .img:nth-child(3), .random-section .random-block .container .ad .img:nth-child(4) {
    display: none;
  }
}
.random-section .random-block .container .ad .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .support-section .support-block .custom-select-wrapper {
    grid-column: span 2;
  }
}
.support-section .support-block .custom-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
}
.support-section .support-block .custom-select__trigger {
  padding: 0.75rem 1rem;
  border-radius: 0.3125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.support-section .support-block .custom-select__trigger .arrow {
  background: url("../images/Polygon.svg") no-repeat center;
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease-in;
}
.support-section .support-block .custom-select .custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  max-height: 15rem;
  overflow-y: auto;
  display: none;
  z-index: 10;
}
.support-section .support-block .custom-select .custom-options .custom-option {
  padding: 0.75rem 1rem;
  cursor: pointer;
}
.support-section .support-block .custom-select .custom-options .custom-option:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.support-section .support-block .custom-select .custom-options .custom-option[disabled] {
  color: #999;
  cursor: default;
}
.support-section .support-block .custom-select .custom-options .custom-option.selected {
  background-color: #f0f0f0;
  font-weight: bold;
}
.support-section .support-block .custom-select.open .custom-options {
  display: block;
  z-index: 200;
}
.support-section .support-block .custom-select.gray {
  background-color: rgba(75, 75, 75, 0.2);
}
.support-section .support-block .custom-select.gray.large {
  width: 20rem;
}
.support-section .support-block .custom-select.white {
  border: 0.0625rem solid #3B3739;
}
.support-section .support-block .custom-select.white.small {
  width: 10rem;
}
.support-section .support-block .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.support-section .support-block .container .info-block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.support-section .support-block .container .info-block .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .support-section .support-block .container .info-block .top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .support-section .support-block .container .info-block .top {
    row-gap: 2rem;
  }
  .support-section .support-block .container .info-block .top select {
    grid-column: span 2;
    max-width: 100%;
  }
}
.support-section .support-block .container .info-block .bottom {
  display: flex;
  gap: 15rem;
}
@media screen and (max-width: 1400px) {
  .support-section .support-block .container .info-block .bottom {
    flex-direction: column;
    gap: 3rem;
  }
}
.support-section .support-block .container .info-block .bottom .left {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .support-section .support-block .container .info-block .bottom .left {
    flex-direction: column;
  }
}
.support-section .support-block .container .info-block .bottom .left .title {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 400;
  margin: 0;
}
.support-section .support-block .container .info-block .bottom .left .range {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.support-section .support-block .container .info-block .bottom .left .range .input-fields {
  display: flex;
  justify-content: space-between;
}
.support-section .support-block .container .info-block .bottom .left .range .input-fields input {
  background: none;
  border-bottom: 0.0315rem solid rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in;
}
.support-section .support-block .container .info-block .bottom .left .range .input-fields input:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 0.0315rem solid rgba(0, 0, 0, 0);
}
.support-section .support-block .container .info-block .bottom .right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4.5rem;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .support-section .support-block .container .info-block .bottom .right {
    gap: 2rem;
  }
  .support-section .support-block .container .info-block .bottom .right select,
  .support-section .support-block .container .info-block .bottom .right .btn {
    grid-column: span 2;
    max-width: 100%;
  }
}
.support-section .support-block .container .info-block .bottom .right .btn {
  width: 100%;
  gap: 1.5rem;
}

.bike-categories-section .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
  text-align: center;
}
.bike-categories-section .categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}
.bike-categories-section .category-card {
  display: block;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.bike-categories-section .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.bike-categories-section .category-card .category-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
.bike-categories-section .category-card .category-desc {
  font-size: 0.875rem;
  color: #666;
  line-height: 1.4;
}
.bike-categories-section .category-image {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.bike-categories-section .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bike-categories-section .category-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.bike-categories-section .category-info {
  padding: 1.25rem;
}
.bike-categories-section .category-featured {
  grid-column: 1/-2;
}
.bike-categories-section .category-featured .featured-content {
  display: flex;
  background: #190027;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .bike-categories-section .category-featured .featured-content {
    flex-direction: column;
  }
}
.bike-categories-section .category-featured .featured-image {
  min-height: 300px;
  padding: 1rem;
}
.bike-categories-section .category-featured .featured-image img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bike-categories-section .category-featured .featured-image .image-placeholder {
  height: 300px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
}
.bike-categories-section .category-featured .featured-info {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  color: #fff;
}
.bike-categories-section .category-featured .featured-info .category-name {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.bike-categories-section .category-featured .featured-info .category-desc {
  font-size: 0.875rem;
  line-height: 1.4;
}
.bike-categories-section .category-featured .category-desc {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}
.bike-categories-section .category-featured .btn.small.accent {
  align-self: flex-start;
  margin-top: auto;
}
.bike-categories-section .all-categories-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #f8f9fa;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
  position: relative;
  grid-column: span 1;
}
.bike-categories-section .all-categories-card:hover {
  background: #e9ecef;
  transform: translateY(-5px);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}
.bike-categories-section .all-categories-card .all-categories-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
  height: 100%;
}
.bike-categories-section .all-categories-card .all-categories-text {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  text-align: center;
}
.bike-categories-section .all-categories-card .all-categories-icon {
  width: 24px;
  height: 24px;
  color: #3a86ff;
}
.bike-categories-section .all-categories-card .all-categories-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .bike-categories-section .categories-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
  }
  .bike-categories-section .category-image {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .bike-categories-section .categories-grid {
    grid-template-columns: 1fr;
  }
}

.search-brand-block {
  margin-top: 10rem;
}
.search-brand-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .search-brand-block .container {
    gap: 2rem;
    flex-direction: row;
  }
}
.search-brand-block .container .filters {
  display: none;
  gap: 1rem;
}
.search-brand-block .container .filters span {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1024px) {
  .search-brand-block .container .filters {
    display: flex;
  }
}
.search-brand-block .container .filters.active {
  rotate: 0;
}
.search-brand-block .container .filters svg {
  transition: rotate 0.3s ease-in;
  rotate: 180deg;
}
@media screen and (max-width: 1024px) {
  .search-brand-block .container .search-brand {
    display: none;
  }
}
.search-brand-block .container .search-brand label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.search-brand-block .container .search-brand label .mobile-span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .search-brand-block .container .search-brand label .mobile-span {
    display: block;
  }
}
.search-brand-block .container .search-brand label span {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.search-brand-block .container .search-brand label input {
  font-weight: 400;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0%;
  border-bottom: 0.0625rem solid #020202;
  background-color: #F4F4FB;
}
.search-brand-block .container .lists {
  display: flex;
  gap: 4rem;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  .search-brand-block .container .lists {
    display: none;
  }
}
.search-brand-block .container .lists .list {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.search-brand-block .container .lists .list svg {
  transition: rotate 0.1s ease-in;
}
.search-brand-block .container .lists .list .title,
.search-brand-block .container .lists .list .all-brands {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  cursor: pointer;
}
.search-brand-block .container .lists .list .value {
  font-size: 1.25rem;
  cursor: pointer;
}
.search-brand-block .container .lists .list.active svg {
  rotate: 180deg;
}

.brand-section .brands-block .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  .brand-section .brands-block .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .brand-section .brands-block .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.brand-section .brands-block .container .brand-card {
  list-style: none;
  background: white;
  border-radius: 1rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.brand-section .brands-block .container .brand-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
}
.brand-section .brands-block .container .brand-card .brand-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.brand-section .brands-block .container .brand-card .brand-logo {
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.brand-section .brands-block .container .brand-card .brand-logo img {
  max-width: 150px;
  max-height: 80px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.brand-section .brands-block .container .brand-card .brand-content {
  padding: 1.5rem;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #2c3e50;
  line-height: 1.3;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-parameters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-parameters .parameter {
  display: flex;
  justify-content: space-between;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-parameters .parameter .parameter-name {
  color: #7f8c8d;
  font-weight: 500;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-parameters .parameter .parameter-value {
  color: #2c3e50;
  font-weight: 600;
  text-align: right;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9ecef;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #2c3e50;
  font-weight: 600;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container .pie-chart {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 2px solid white;
  box-shadow: 0 0 0 1px #dee2e6;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container .chart-legend {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container .chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container .chart-legend .legend-item .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  flex-shrink: 0;
}
.brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container .chart-legend .legend-item .legend-label {
  color: #34495e;
}
.brand-section .brands-block .container .brand-card .brand-content .no-data {
  color: #7f8c8d;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0;
}
.brand-section .brands-block .container .no-brands {
  text-align: center;
  color: #7f8c8d;
  padding: 2rem;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .brand-section .brands-block .container .brand-card .brand-content {
    padding: 1rem;
  }
  .brand-section .brands-block .container .brand-card .brand-content .brand-parameters {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .brand-section .brands-block .container .brand-card .brand-content .brand-classes .chart-container .pie-chart {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}

.bike-page-hero-section {
  margin-top: 10rem;
}
.bike-page-hero-section .bike-page-hero-block .container {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.bike-page-hero-section .bike-page-hero-block .container .img {
  grid-column: span 4;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .img {
    grid-column: span 2;
  }
}
.bike-page-hero-section .bike-page-hero-block .container .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bike-page-hero-section .bike-page-hero-block .container .info-block {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .info-block {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column: span 2;
  }
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .title {
  grid-column: span 3;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3B3739;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .info-block .title {
    display: none;
  }
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .logo {
  grid-column: span 3;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .info-block .logo {
    display: none;
  }
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .ad {
  grid-column: span 1/4;
  grid-row: 6/2;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .info-block .ad {
    grid-column: span 2;
    grid-row: 4/4;
    order: 3;
    display: flex;
    gap: 1rem;
  }
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .stat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .stat-card .value {
  padding: 0.25rem 0;
  width: 100%;
  background-color: #FF4F00;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-size: 1.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
}
.bike-page-hero-section .bike-page-hero-block .container .info-block .stat-card .desc {
  padding: 0.25rem 0;
  width: 100%;
  background-color: #21022C;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  border-radius: 0 0 0.5rem 0.5rem;
}
.bike-page-hero-section .bike-page-hero-block .container .lines {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  gap: 0.365rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .lines {
    grid-column: span 2;
  }
}
.bike-page-hero-section .bike-page-hero-block .container .lines .line {
  width: 100%;
  height: 0.125rem;
  background-color: #020202;
}
.bike-page-hero-section .bike-page-hero-block .container .title-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .title-block {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
  }
  .bike-page-hero-section .bike-page-hero-block .container .title-block .logo {
    grid-column: span 2;
    max-width: 10rem;
  }
  .bike-page-hero-section .bike-page-hero-block .container .title-block .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .bike-page-hero-section .bike-page-hero-block .container .title-block .title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-align: start;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.bike-gallery-section .bike-gallery-block .container .swiper .swiper-slide {
  max-height: 15rem;
}
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-slide .img a {
  max-width: 100%;
  height: 15rem;
  display: flex;
  align-items: center;
}
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-slide .img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-next,
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-prev {
  width: 5rem;
  height: 100%;
  top: 12%;
  background: linear-gradient(180.05deg, rgba(196, 196, 196, 0.0434) 0.02%, rgba(255, 255, 255, 0.4106) 52.37%, rgba(196, 196, 196, 0) 99.93%);
}
@media screen and (max-width: 768px) {
  .bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-next,
  .bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-prev {
    display: none;
  }
}
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-next:after,
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-prev:after {
  color: #020202;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-next:after,
  .bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-prev:after {
    font-size: 2rem;
  }
}
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-prev {
  border-radius: 0 0.25rem 0.25rem 0;
}
.bike-gallery-section .bike-gallery-block .container .swiper .swiper-button-next {
  border-radius: 0.25rem 0 0 0.25rem;
}

.specifications-section .specifications-block .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
}
.specifications-section .specifications-block .container .title {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .specifications-section .specifications-block .container .spec-group {
    grid-column: span 2;
  }
}
.specifications-section .specifications-block .container .spec-group .group-title {
  padding: 0.5rem;
  border: 0.0625rem solid #D0CECE;
  color: #3B3739;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .specifications-section .specifications-block .container .spec-group .group-title {
    border: 0.0625rem solid #FF4F00;
  }
}
.specifications-section .specifications-block .container .table {
  grid-column: span 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .specifications-section .specifications-block .container .table {
    grid-column: span 2;
  }
  .specifications-section .specifications-block .container .table:nth-child(2n) .item {
    border: 0.0625rem solid #FF4F00;
  }
  .specifications-section .specifications-block .container .table:nth-child(2n) .item.title {
    background-color: #FF4F00;
    color: #fff;
    text-align: center;
  }
}
.specifications-section .specifications-block .container .table .item {
  padding: 0.5rem;
  border: 0.0625rem solid #D0CECE;
  color: #3B3739;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.specifications-section .specifications-block .container .table .title {
  grid-column: span 2;
  margin: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.specifications-section .specifications-block .container .table .specification {
  border-right: 0;
  border-top: 0;
  font-weight: 500;
}
.specifications-section .specifications-block .container .table .value {
  border-top: 0;
}
.specifications-section .specifications-block .container .ad {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .specifications-section .specifications-block .container .ad {
    display: none;
  }
}
.specifications-section .specifications-block .container .ad .img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .specifications-section .specifications-block .container .ad .img {
    grid-column: span 2;
  }
}
.specifications-section .specifications-block .container .ad .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .specifications-section .specifications-block .container .ad .img:nth-child(3), .specifications-section .specifications-block .container .ad .img:nth-child(4) {
    display: none;
  }
}

.bike-desc-section .bike-desc-block .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.bike-desc-section .bike-desc-block .container .img-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.bike-desc-section .bike-desc-block .container .img-block .img {
  max-width: 100%;
  border: 0.0625rem solid #D0CECE;
}
.bike-desc-section .bike-desc-block .container .img-block .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bike-desc-section .bike-desc-block .container .img-block .text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bike-desc-section .bike-desc-block .container .img-block {
    display: flex;
    flex-direction: column;
  }
}
.bike-desc-section .bike-desc-block .container .text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-size: 1rem;
}
.bike-desc-section .bike-desc-block .container .ad {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column: span 2;
}
@media screen and (max-width: 375px) {
  .bike-desc-section .bike-desc-block .container .ad {
    display: flex;
    justify-content: center;
  }
}
.bike-desc-section .bike-desc-block .container .ad .img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .bike-desc-section .bike-desc-block .container .ad .img {
    grid-column: span 2;
  }
}
.bike-desc-section .bike-desc-block .container .ad .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .bike-desc-section .bike-desc-block .container .ad .img:nth-child(3), .bike-desc-section .bike-desc-block .container .ad .img:nth-child(4) {
    display: none;
  }
}

.price-section .price-block .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.price-section .price-block .container .mini-price-filter {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .price-section .price-block .container .mini-price-filter {
    display: flex;
    flex-direction: column;
  }
}
.price-section .price-block .container .mini-price-filter .right {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 1rem;
  text-transform: uppercase;
}
.price-section .price-block .container .mini-price-filter .right .title {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .price-section .price-block .container .mini-price-filter .right {
    grid-column: span 2;
    flex-direction: column;
  }
}
.price-section .price-block .container .mini-price-filter .right .range {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.price-section .price-block .container .mini-price-filter .right .range .input-fields {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .price-section .price-block .container .mini-price-filter .right .range .input-fields input {
    max-width: 8rem;
  }
}
.price-section .price-block .container .mini-price-filter .right .range .input-fields input {
  border-bottom: 0.0625rem rgba(75, 75, 75, 0.7490196078) solid;
  padding: 0 0.5rem;
  background: none;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 500;
}
.price-section .price-block .container .mini-price-filter .right .range #range-min {
  left: -0.5%;
}
.price-section .price-block .container .mini-price-filter .left {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
  width: 100%;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .price-section .price-block .container .mini-price-filter .left {
    grid-column: span 2;
    flex-direction: column;
  }
}
.price-section .price-block .container .mini-price-filter .left .select {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 500;
  padding: 0.75rem 1rem 0.75rem 1rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  appearance: none;
  position: relative;
}
.price-section .price-block .container .mini-price-filter .left .select.basic {
  border: 0;
  border-bottom: 0.0625rem solid #3B3739;
  max-width: 20rem;
  background: url("../images/Polygon_black.svg") no-repeat 90% 50%;
}
.price-section .price-block .container .mini-price-holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
.price-section .price-block .container .mini-price-holder .mini-price-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .price-section .price-block .container .mini-price-holder .mini-price-block {
    grid-column: span 3;
  }
}
.price-section .price-block .container .mini-price-holder .mini-price-block .title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #3B3739;
}
.price-section .price-block .container .mini-price-holder .mini-price-block .title .lines {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.price-section .price-block .container .mini-price-holder .mini-price-block .title .lines .line {
  width: 100%;
  height: 0.125rem;
  background-color: #3B3739;
}
.price-section .price-block .container .mini-price-holder .mini-price-block .desc {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.35rem;
}
.price-section .price-block .container .mini-price-holder .mini-price-block .info-block {
  display: flex;
  justify-content: space-between;
  padding: 0.25rem;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.325rem;
}
.price-section .price-block .container .mini-price-holder .mini-price-block .info-block .info {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.price-section .price-block .container .mini-price-holder .mini-price-block .info-block .info .date {
  font-weight: 300;
}
.price-section .price-block .container .mini-price-holder .mini-price-block.min .info-block {
  background: linear-gradient(270deg, #15FF00 3.28%, rgba(105, 255, 80, 0) 42.61%, rgba(105, 255, 80, 0) 42.61%);
}
.price-section .price-block .container .mini-price-holder .mini-price-block.mid .info-block {
  background: linear-gradient(270deg, #F8FC28 3.28%, rgba(253, 255, 133, 0) 42.61%);
}
.price-section .price-block .container .mini-price-holder .mini-price-block.max .info-block {
  background: linear-gradient(270deg, #FF0000 3.28%, rgba(255, 0, 0, 0) 42.61%, rgba(105, 255, 80, 0) 42.61%, rgba(255, 80, 80, 0) 42.61%);
}
.price-section .price-block .container .all-price {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.price-section .price-block .container .all-price .title {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #3B3739;
}
.price-section .price-block .container .all-price .title .line {
  flex: 1;
  height: 0.125rem;
  background-color: #3B3739;
}
.price-section .price-block .container .all-price .advertisements {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 2.5rem;
  position: relative;
  row-gap: 1rem;
}
.price-section .price-block .container .all-price .advertisements .advertisement {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding: 0.25rem;
  font-weight: 400;
  font-size: 1rem;
  gap: 1rem;
  line-height: 1.325rem;
  align-items: center;
  color: #020202;
}
@media screen and (max-width: 1440px) {
  .price-section .price-block .container .all-price .advertisements .advertisement {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .price-section .price-block .container .all-price .advertisements .advertisement {
    grid-template-columns: repeat(3, 1fr);
  }
}
.price-section .price-block .container .all-price .advertisements .advertisement .desc {
  max-width: 25rem;
  width: 100%;
  grid-column: span 3;
}
.price-section .price-block .container .all-price .advertisements .advertisement .platform {
  color: rgb(46, 142, 255);
  font-weight: 700;
  text-align: center;
}
.price-section .price-block .container .all-price .advertisements .advertisement .date {
  align-items: center;
  text-align: center;
}
.price-section .price-block .container .all-price .advertisements .advertisement .price {
  font-weight: 700;
  text-align: center;
}
.price-section .price-block .container .all-price .advertisements .advertisement .price.min {
  background: linear-gradient(270deg, #15FF00 3.28%, rgba(105, 255, 80, 0) 100%, rgba(105, 255, 80, 0) 42.61%);
}
.price-section .price-block .container .all-price .advertisements .advertisement .price.mid {
  background: linear-gradient(270deg, #F8FC28 3.28%, rgba(253, 255, 133, 0) 100%);
}
.price-section .price-block .container .all-price .advertisements .advertisement .price.max {
  background: linear-gradient(270deg, #FF0000 3.28%, rgba(255, 0, 0, 0) 100%, rgba(105, 255, 80, 0) 42.61%, rgba(255, 80, 80, 0) 42.61%);
}
.price-section .price-block .container .all-price .advertisements::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #D0CECE;
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (max-width: 1440px) {
  .price-section .price-block .container .all-price .advertisements::before {
    display: none;
  }
}
.price-section .price-block .container .all-price .btn {
  align-self: center;
  color: #FF4F00;
}

.chart-section .chart-block .container {
  display: flex;
  flex-direction: column;
}
.chart-section .chart-block .container .info-block {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .chart-section .chart-block .container .info-block {
    flex-direction: column;
    align-items: center;
  }
}
.chart-section .chart-block .container .info-block .chart-container {
  position: relative;
  max-width: 20rem;
}
.chart-section .chart-block .container .info-block .chart-container .center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 500;
  pointer-events: none;
}
.chart-section .chart-block .container .info-block .legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 10rem;
  row-gap: 1rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.chart-section .chart-block .container .info-block .legend .legend-item {
  display: flex;
  gap: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .chart-section .chart-block .container .info-block .legend .legend-item {
    grid-column: span 2;
  }
}
.chart-section .chart-block .container .info-block .legend .legend-item .legend-color {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.pagination-section .pagination-block .container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 1200px) {
  .pagination-section .pagination-block .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .pagination-section .pagination-block .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 375px) {
  .pagination-section .pagination-block .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.pagination-section .pagination-block .container .card {
  grid-column: span 1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  color: #020202;
}
.pagination-section .pagination-block .container .card .info .img {
  max-width: 100%;
}
.pagination-section .pagination-block .container .card .info .img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination-section .pagination-block .container .card .info .title {
  padding: 0 0.75rem;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
}
.pagination-section .pagination-block .container .card .stats {
  padding: 1rem 0.75rem 2rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pagination-section .pagination-block .container .card .stats .stat {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pagination-section .pagination-block .container .card .stats .stat:first-of-type {
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #020202;
}
.pagination-section .pagination-block .container .card .stats .stat .top {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-weight: 500;
}
.pagination-section .pagination-block .container .card .stats .stat .bottom {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
}

.history-section .history-block .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.history-section .history-block .container .video-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}
.history-section .history-block .container .video-block .video {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .history-section .history-block .container .video-block .video {
    grid-column: span 2;
  }
}
.history-section .history-block .container .video-block .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history-section .history-block .container .article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.history-section .history-block .container .article .img-block {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .history-section .history-block .container .article .img-block {
    flex-direction: column;
  }
}
.history-section .history-block .container .article .img-block .img img {
  border: 0.0625rem solid #3B3739;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.history-section .history-block .container .article .text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
}

.dealerInfo-section {
  margin-top: 5rem;
}
.dealerInfo-section .dealerInfo-block .container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.dealerInfo-section .dealerInfo-block .container .info-block {
  display: flex;
  gap: 2.5rem;
}
.dealerInfo-section .dealerInfo-block .container .info-block .img {
  max-width: 10rem;
}
.dealerInfo-section .dealerInfo-block .container .info-block .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dealerInfo-section .dealerInfo-block .container .info-block .info {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.offerDealer-section {
  margin-bottom: 5rem;
}
.offerDealer-section .offerDealer-block .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.offerDealer-section .offerDealer-block .container .title {
  grid-column: span 4;
}

.dealer-offer-page {
  margin-top: 2rem;
}
.dealer-offer-page .back-button {
  margin-bottom: 1.5rem;
}
.dealer-offer-page .offer-heading {
  text-align: center;
  margin-bottom: 2rem;
}
.dealer-offer-page .offer-heading h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .dealer-offer-page .offer-heading h1 {
    font-size: 1.8rem;
  }
}
.dealer-offer-page .offer-heading .offer-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: normal;
  margin: 0;
}
.dealer-offer-page .offer-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
@media screen and (max-width: 968px) {
  .dealer-offer-page .offer-layout {
    grid-template-columns: 1fr;
  }
}
.dealer-offer-page .offer-primary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 968px) {
  .dealer-offer-page .offer-primary {
    order: 1;
  }
}
@media screen and (max-width: 968px) {
  .dealer-offer-page .offer-details {
    order: 2;
  }
}
.dealer-offer-page .highlighted-block {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border: 2px solid #007bff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.dealer-offer-page .highlighted-block .price-original {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.dealer-offer-page .highlighted-block .price-original .label {
  color: #6c757d;
}
.dealer-offer-page .highlighted-block .price-original .value {
  text-decoration: line-through;
  color: #495057;
  margin-left: auto;
}
.dealer-offer-page .highlighted-block .price-final {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.dealer-offer-page .highlighted-block .price-final .label {
  font-weight: bold;
  font-size: 1.1rem;
}
.dealer-offer-page .highlighted-block .price-final .value {
  font-size: 1.8rem;
  font-weight: bold;
  color: #007bff;
  margin-left: auto;
}
.dealer-offer-page .highlighted-block .price-actions {
  margin: 1rem 0;
}
.dealer-offer-page .highlighted-block .price-actions .btn {
  width: 100%;
  justify-content: center;
}
.dealer-offer-page .highlighted-block .stock-info p {
  margin: 0;
  padding: 0.5rem;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
}
.dealer-offer-page .highlighted-block .stock-info p.in-stock {
  background-color: #d4edda;
  color: #155724;
}
.dealer-offer-page .highlighted-block .stock-info p.expected {
  background-color: #fff3cd;
  color: #856404;
}
.dealer-offer-page .highlighted-block .stock-info p.on-order {
  background-color: #d1ecf1;
  color: #0c5460;
}
.dealer-offer-page .dealer-contacts {
  background: white;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.dealer-offer-page .dealer-contacts h2 {
  margin-top: 0;
  color: #333;
  border-bottom: 2px solid #6c757d;
  padding-bottom: 0.5rem;
}
.dealer-offer-page .dealer-contacts h3 {
  margin-top: 0.5rem;
  color: #007bff;
}
.dealer-offer-page .dealer-contacts p {
  margin: 0.5rem 0;
}
.dealer-offer-page .dealer-contacts a {
  color: #007bff;
  text-decoration: none;
}
.dealer-offer-page .dealer-contacts a:hover {
  text-decoration: underline;
}
.dealer-offer-page .bike-image {
  margin: 0 0 2rem 0;
}
.dealer-offer-page .bike-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.dealer-offer-page .bike-image figcaption {
  text-align: center;
  margin-top: 0.5rem;
  color: #6c757d;
  font-style: italic;
}
.dealer-offer-page .offer-specs .spec-group {
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.dealer-offer-page .offer-specs .spec-group h3 {
  margin-top: 0;
  color: #007bff;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.5rem;
}
.dealer-offer-page .offer-specs .spec-group.promo {
  background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
  border-left: 4px solid #ffc107;
}
.dealer-offer-page .offer-specs .color-list {
  list-style: none;
  padding: 0;
}
.dealer-offer-page .offer-specs .color-list li {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background: #f8f9fa;
  border-radius: 4px;
  border-left: 4px solid #007bff;
}
.dealer-offer-page .offer-specs .options-list {
  list-style: none;
  padding: 0;
}
.dealer-offer-page .offer-specs .options-list .option-available {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  background: #e8f5e8;
  border-radius: 4px;
  position: relative;
  padding-left: 2rem;
}
.dealer-offer-page .offer-specs .options-list .option-available::before {
  content: "✓";
  position: absolute;
  left: 0.5rem;
  color: #28a745;
  font-weight: bold;
}
.dealer-offer-page .offer-specs .promo-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #856404;
}
.dealer-offer-page .update-info {
  text-align: right;
  color: #6c757d;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.bike-gallery-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  color: #333;
}

.btn.large {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
}
.btn.primary {
  background: #007bff;
  color: white;
  border-color: #007bff;
}
.btn.primary:hover {
  background: #0056b3;
  border-color: #0056b3;
}
.btn:hover {
  background: #f8f9fa;
}

.btn.secondary {
  background: #6c757d;
  color: white;
  border-color: #6c757d;
}

.btn.secondary:hover {
  background: #545b62;
  border-color: #545b62;
}

.btn.full-width {
  width: 100%;
}

.mt-2 {
  margin-top: 0.5rem;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding-top: 1rem;
  font-family: "Raleway", sans-serif;
  transition: background-color 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
}
.header.scrolled {
  padding-bottom: 1rem;
}
.header.scrolled .header-block .container {
  border: 0;
  padding: 0;
}
.header.black svg g,
.header.black svg path {
  stroke: #020202;
}
.header.black .header-block .container .logo {
  display: none;
}
.header.black .header-block .container .logo.black {
  display: block;
}
.header .header-block .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
}
.header .header-block .container .logo {
  max-width: 8.6875rem;
}
.header .header-block .container .logo.black {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header .header-block .container .logo {
    max-width: 10.5rem;
  }
}
.header .header-block .container .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header-block .container .headerNav ul {
  display: flex;
  gap: 2rem;
}
.header .header-block .container .headerNav ul li a {
  color: #F4F4FB;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Raleway", sans-serif;
  transition: color 0.3s ease-in;
}
.header .header-block .container .headerNav ul li a:hover {
  color: #FF4F00;
}
@media screen and (max-width: 768px) {
  .header .header-block .container .headerNav {
    display: none;
  }
}
.header .header-block .container .search {
  position: relative;
  max-width: 18.125rem;
  width: 100%;
}
.header .header-block .container .search input {
  width: 100%;
  height: 2.5rem;
  border-radius: 0.25rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 1rem;
}
.header .header-block .container .search input:focus + .icon {
  display: none;
}
.header .header-block .container .search .icon {
  position: absolute;
  top: 25%;
  left: 70%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  color: #3B3739;
}
@media screen and (max-width: 1440px) {
  .header .header-block .container .search {
    display: none;
  }
}
.header .header-block .container .mobile-search {
  display: none;
}
@media screen and (max-width: 1440px) {
  .header .header-block .container .mobile-search {
    display: block;
  }
}

.mobile-menu {
  display: flex;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  z-index: -1;
  transition: left 0.3s ease-in;
}
.mobile-menu ul {
  height: 70%;
  padding: 0;
  margin: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile-menu ul li {
  margin: 20px 0;
  border-bottom: 0.0825rem solid #020202;
  padding: 1.5rem;
}
.mobile-menu ul li a {
  color: #020202;
  text-decoration: none;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.mobile-menu.active {
  left: 0;
}

.mobile-menu-btn {
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {
  .mobile-menu-btn {
    display: block;
  }
}
.header-add {
  margin-top: 10rem;
}
.header-add .header-add-section .header-add-block .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header-add .header-add-section .header-add-block .container {
    flex-direction: column;
  }
}
.header-add .header-add-section .header-add-block .container .btn-block {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.header-add .header-add-section .header-add-block .container .btn-block .btn {
  color: #020202;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 133%;
  letter-spacing: 0%;
  font-weight: 500;
  transition: opacity 0.3 ease-in;
}
.header-add .header-add-section .header-add-block .container .btn-block .btn:hover {
  transition: opacity 0.3 ease-in;
  opacity: 0.5;
}

.footer {
  padding: 4rem 0;
  background-color: #21022C;
}
@media screen and (max-width: 768px) {
  .footer .footer-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}
.footer .footer-block .mobile-logo {
  display: none;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .footer-block .mobile-logo {
    display: block;
  }
}
.footer .footer-block .mobile-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-block .container .info-block {
  display: flex;
  justify-content: space-between;
}
.footer .footer-block .container .info-block ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.footer .footer-block .container .info-block ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.footer .footer-block .container .info-block .logo {
  max-width: 13.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer .footer-block .container .info-block .logo {
    display: none;
  }
}
.footer .footer-block .container .info-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .footer-block .container .copyright {
  margin-top: 2rem;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  color: #fff;
  opacity: 0.37;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.article-section {
  margin: 1rem 0;
  margin-top: 10rem;
}
.article-section .article-block .container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
}
.article-section .article-block .container .article-meta {
  grid-column: span 3;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.article-section .article-block .container .img-block {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .article-section .article-block .container .img-block {
    grid-column: span 3;
  }
}
.article-section .article-block .container .img-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  grid-column: span 1;
}
@media screen and (max-width: 1024px) {
  .article-section .article-block .container .img-item {
    grid-column: span 3;
  }
  .article-section .article-block .container .img-item:nth-child(1) {
    order: 1;
  }
}
.article-section .article-block .container .img-item .img-subtitle {
  text-align: center;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 500;
}
.article-section .article-block .container .img-item .img {
  max-width: 100%;
}
.article-section .article-block .container .img-item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article-section .article-block .container .text {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.article-section .article-block .container .text p {
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 133%;
  letter-spacing: 0%;
}
@media screen and (max-width: 1024px) {
  .article-section .article-block .container .text {
    grid-column: span 3;
  }
  .article-section .article-block .container .text:nth-child(2) {
    order: 2;
  }
}
.article-section .article-block .container .text .article-sources {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  animation: fadeIn 0.5s ease-out forwards;
  animation-delay: 0.2s;
}
.article-section .article-block .container .text .article-sources h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.article-section .article-block .container .text .article-sources ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.article-section .article-block .container .text .article-sources ul li {
  color: rgba(75, 75, 75, 0.7490196078);
}
.article-section .article-block .container .text .article-sources ul li a {
  color: #6495ed;
}
.article-section .title {
  grid-column: span 3;
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
  margin: 0 10rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1680px) {
  .article-section .title {
    margin: 0 4rem 2rem 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .article-section .title {
    margin: 0;
    justify-content: center;
    margin-bottom: 1rem;
    background-color: #FF4F00;
    padding: 1.5rem 0;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
  }
  .article-section .title .lines {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  color: #3B3739;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.article-meta .article-bike-classes a {
  color: #FF4F00;
  text-decoration: none;
}
.article-meta .article-bike-classes a:hover {
  text-decoration: underline;
}

.article-navigation {
  margin: 3rem 0;
}
.article-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.article-navigation .nav-links .nav-link {
  padding: 0.5rem 1rem;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.article-navigation .nav-links .nav-link:hover {
  color: #FF4F00;
  background-color: rgba(255, 79, 0, 0.1);
}
.article-navigation .nav-links .nav-link.prev {
  margin-right: auto;
  text-align: left;
}
.article-navigation .nav-links .nav-link.next {
  margin-left: auto;
  text-align: right;
}

.compare-section {
  margin-top: 10rem;
}
.compare-section .compare-block .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.compare-section .compare-block .container .title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.compare-section .compare-block .container .content {
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 133%;
  letter-spacing: 0%;
}
.compare-section .compare-block .container .average-price {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.compare-section .compare-block .container .compare-chars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-top: solid 0.0625rem #3B3739;
}
@media screen and (max-width: 768px) {
  .compare-section .compare-block .container .compare-chars {
    gap: 0.5rem;
  }
}
.compare-section .compare-block .container .compare-chars .char {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.compare-section .compare-block .container .compare-chars .title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  align-items: center;
  justify-content: center;
  grid-column: span 2;
  margin: 1rem 0rem 0 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .compare-section .compare-block .container .compare-chars .title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.compare-section .compare-block .container .img-block {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .compare-section .compare-block .container .img-block {
    gap: 2rem;
  }
}
.compare-section .compare-block .container .img-block .bike-photo {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.compare-section .compare-block .container .img-block .bike-photo img {
  border-radius: 1rem;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.295);
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.compare-section .compare-block .container .img-block .bike-photo .name {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .compare-section .compare-block .container .img-block .bike-photo .name {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.compare-section .compare-block .container .recommendation {
  margin-top: 2rem;
  text-align: center;
}
.compare-section .compare-block .container .recommendation .btn {
  margin-top: 1rem;
}
.compare-section .compare-block .container .brand-links {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.compare-section .compare-block .container .brand-links .brand-link {
  flex: 1;
  text-align: center;
}
.compare-section .compare-block .container .brand-links .brand-link a {
  color: #F4F4FB;
  text-decoration: underline;
  font-weight: bold;
}
.compare-section .compare-block .container .brand-links .brand-link a:hover {
  text-decoration: none;
}

.search-result-section {
  margin-top: 10rem;
}
.search-result-section .search-result-block .container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 1440px) {
  .search-result-section .search-result-block .container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .search-result-section .search-result-block .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.search-result-section .search-result-block .container .title {
  grid-column: span 3;
}
@media screen and (max-width: 1440px) {
  .search-result-section .search-result-block .container .title {
    grid-column: span 2;
  }
}
@media screen and (max-width: 768px) {
  .search-result-section .search-result-block .container .title {
    grid-column: span 3;
  }
}
@media screen and (max-width: 375px) {
  .search-result-section .search-result-block .container .title {
    grid-column: span 2;
  }
}
.search-result-section .search-result-block .container .filters {
  grid-column: span 2;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  font-weight: 500;
}
.search-result-section .search-result-block .container .filters a {
  color: #4B4B4B;
}
@media screen and (max-width: 1440px) {
  .search-result-section .search-result-block .container .filters {
    grid-column: span 2;
  }
}
.search-result-section .search-result-block .container .card {
  grid-column: span 1;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
  box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
  color: #020202;
}
@media screen and (max-width: 1440px) {
  .search-result-section .search-result-block .container .card {
    grid-column: span 1;
  }
}
@media screen and (max-width: 768px) {
  .search-result-section .search-result-block .container .card {
    grid-column: span 3;
  }
}
@media screen and (max-width: 375px) {
  .search-result-section .search-result-block .container .card {
    grid-column: span 2;
  }
}
.search-result-section .search-result-block .container .card .info .img {
  max-width: 100%;
}
.search-result-section .search-result-block .container .card .info .img img {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-result-section .search-result-block .container .card .info .title {
  padding: 0 0.75rem;
  margin-top: 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
}
.search-result-section .search-result-block .container .card .stats {
  padding: 1rem 0.75rem 2rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.search-result-section .search-result-block .container .card .stats .stat {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.search-result-section .search-result-block .container .card .stats .stat:first-of-type {
  padding-top: 0.75rem;
  border-top: 0.0625rem solid #020202;
}
.search-result-section .search-result-block .container .card .stats .stat .top {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
  font-weight: 500;
}
.search-result-section .search-result-block .container .card .stats .stat .bottom {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 126%;
  letter-spacing: 0%;
}
.search-result-section .search-result-block .container .filters a.active {
  font-weight: bold;
  background-color: #f5f5f5;
}
.search-result-section .search-result-block .container .filters a span {
  margin-left: 0.25rem;
}
.search-result-section .search-result-block .container .results-count {
  font-size: 0.8em;
  color: #666;
  margin-left: 0.75rem;
}
.search-result-section .search-result-block .container .highlight {
  background-color: #fffacd;
  padding: 0.25rem;
  border-radius: 0.25rem;
}

.error-section {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.error-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search-tips {
  margin-top: 15px;
  text-align: left;
  display: inline-block;
}

.search-tips li {
  margin-bottom: 5px;
}

.error-number {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #3699FF;
  margin-bottom: 20px;
}

.error-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-text {
  font-size: 18px;
  color: #A1A5B7;
  margin-bottom: 30px;
  line-height: 1.6;
}

.error-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E1F0FF;
  border-radius: 50%;
}

.error-icon svg {
  width: 70px;
  height: 70px;
  color: #3699FF;
}

.error-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #3699FF;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s;
}

.error-button:hover {
  background-color: #187DE4;
}

@media (max-width: 768px) {
  .error-number {
    font-size: 80px;
  }
  .error-title {
    font-size: 24px;
  }
  .error-text {
    font-size: 16px;
  }
  .error-icon {
    width: 120px;
    height: 120px;
  }
  .error-icon svg {
    width: 50px;
    height: 50px;
  }
}
.map-section {
  margin: 10rem 0;
}
.map-section .map-block .container .seo-text-block {
  margin-top: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  line-height: 1.6;
}
.map-section .map-block .container .seo-text-block h2 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}
.map-section .map-block .container .seo-text-block p {
  margin-bottom: 15px;
}
.map-section .map-block .container .seo-dealers-list {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.map-section .map-block .container #map {
  height: 80rem;
  flex-grow: 1;
  border-radius: 0.5rem;
  overflow: hidden;
}
.map-section .map-block .container .map-search-container {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.map-section .map-block .container .map-search-container #dealer-search {
  flex: 1;
  min-width: 250px;
  max-width: 400px;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.map-section .map-block .container .map-search-container #dealer-search:focus {
  border-color: #3a86ff;
  outline: none;
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background-color: #3a86ff;
  color: white;
  border: none;
  border-radius: 0.25rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  min-width: 200px;
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn:hover {
  background-color: #2667cc;
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn .btn-text {
  display: inline-block;
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn .btn-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn .spinner {
  width: 20px;
  height: 20px;
  animation: rotate 2s linear infinite;
}
.map-section .map-block .container .map-search-container .nearest-dealer-btn .spinner circle {
  stroke: white;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.map-section .map-block .container .map-search-container .mobile-filter-btn {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.map-section .map-block .container .map-search-container .mobile-filter-btn svg {
  width: 16px;
  height: 16px;
}
.map-section .map-block .container .map-search-container .mobile-filter-btn:hover {
  background-color: #e9ecef;
}
@media (max-width: 1024px) {
  .map-section .map-block .container .map-search-container .mobile-filter-btn {
    display: flex;
  }
}
.map-section .map-block .container .map-content-wrapper {
  display: flex;
  gap: 2rem;
  position: relative;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar {
  width: 280px;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  height: fit-content;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .filter-header h3 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brands-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brands-list::-webkit-scrollbar {
  width: 6px;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brands-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brands-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brand-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brand-checkbox input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #3a86ff;
  cursor: pointer;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .brand-checkbox label {
  font-size: 0.9375rem;
  cursor: pointer;
  user-select: none;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .reset-filter-btn {
  background: none;
  border: none;
  color: #3a86ff;
  font-size: 0.875rem;
  cursor: pointer;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  transition: background-color 0.3s;
}
.map-section .map-block .container .map-content-wrapper .brands-filter-sidebar .reset-filter-btn:hover {
  background: rgba(58, 134, 255, 0.1);
}
.map-section .map-block .container #map-error,
.map-section .map-block .container #geolocation-error {
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background: #fff0f0;
}
.map-section .mobile-filter-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .map-section .mobile-filter-modal {
    display: none !important;
  }
}
.map-section .mobile-filter-modal .modal-content {
  background: #fff;
  border-radius: 0.5rem;
  width: 90%;
  max-width: 400px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
}
.map-section .mobile-filter-modal .modal-content .modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map-section .mobile-filter-modal .modal-content .modal-header h3 {
  margin: 0;
  font-size: 1.125rem;
}
.map-section .mobile-filter-modal .modal-content .modal-header .close-modal {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
.map-section .mobile-filter-modal .modal-content .modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}
.map-section .mobile-filter-modal .modal-content .modal-body .brands-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.map-section .mobile-filter-modal .modal-content .modal-body .brand-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.map-section .mobile-filter-modal .modal-content .modal-body .brand-checkbox input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #3a86ff;
  cursor: pointer;
}
.map-section .mobile-filter-modal .modal-content .modal-body .brand-checkbox label {
  font-size: 0.9375rem;
  cursor: pointer;
  user-select: none;
}
.map-section .mobile-filter-modal .modal-content .modal-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.map-section .mobile-filter-modal .modal-content .modal-footer button {
  flex: 1;
  padding: 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.9375rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.map-section .mobile-filter-modal .modal-content .modal-footer .reset-filter-btn {
  background: none;
  border: 1px solid #ddd;
  color: #333;
}
.map-section .mobile-filter-modal .modal-content .modal-footer .reset-filter-btn:hover {
  background: #f8f9fa;
}
.map-section .mobile-filter-modal .modal-content .modal-footer .apply-filter-btn {
  background-color: #3a86ff;
  color: white;
  border: none;
}
.map-section .mobile-filter-modal .modal-content .modal-footer .apply-filter-btn:hover {
  background-color: #2667cc;
}
@media (max-width: 1024px) {
  .map-section .map-content-wrapper {
    flex-direction: column;
  }
  .map-section .brands-filter-sidebar {
    display: none;
  }
  .map-section .mobile-filter-btn {
    display: flex;
  }
}
@media (max-width: 768px) {
  .map-section .map-block .container #map {
    height: 60rem;
  }
  .map-section .map-block .container .map-search-container #dealer-search {
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .map-section .map-block .container #map {
    height: 50rem;
  }
  .map-section .map-block .container .map-search-container {
    gap: 0.5rem;
  }
  .map-section .map-block .container .map-search-container > * {
    flex: 1 1 100%;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.popular-section .popular-block .container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.popular-section .popular-block .container .card-holder {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.popular-section .popular-block .container .card-holder .card {
  grid-column: span 1;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .popular-section .popular-block .container .card-holder .card {
    grid-column: span 2;
  }
}
.popular-section .popular-block .container .card-holder .card .img {
  max-width: 100%;
}
.popular-section .popular-block .container .card-holder .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.popular-section .popular-block .container .card-holder .card .info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.popular-section .popular-block .container .card-holder .card .info .price,
.popular-section .popular-block .container .card-holder .card .info .model {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.popular-section .popular-block .container .card-holder .card .info .price span,
.popular-section .popular-block .container .card-holder .card .info .model span {
  font-weight: bold;
  color: #FF4F00;
}
.popular-section .popular-block .container .card-holder .card:hover {
  scale: 1.05;
}

.geo-section .geo-block .container {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.geo-section .geo-block .container .title {
  grid-column: span 2;
}
@media screen and (max-width: 768px) {
  .geo-section .geo-block .container .list {
    grid-column: span 2;
  }
}
.geo-section .geo-block .container .list .legend {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  height: fit-content;
}
.geo-section .geo-block .container .list .legend span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: #ecf0f1;
  padding: 1rem 1rem;
  border-radius: 1.25rem;
  box-shadow: inset 1px 1px 3px rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease;
  height: fit-content;
}
.geo-section .geo-block .container .list .legend .color-dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.average-section .models-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.average-section .models-table thead {
  background-color: #FF4F00;
  color: #fff;
  text-align: left;
}
.average-section .models-table thead th {
  padding: 1rem;
  font-size: 1rem;
}
.average-section .models-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.average-section .models-table tbody tr:hover {
  background-color: #e0f7fa;
}
.average-section .models-table tbody tr td {
  padding: 0.75rem;
  font-size: 0.9rem;
  border-bottom: 1px solid #ddd;
}

.dealers-section {
  margin: 5rem 0;
}
.dealers-section input {
  -webkit-appearance: auto;
}
.dealers-section .dealers-block .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.dealers-section .dealers-block .container .dealers-header {
  display: flex;
  justify-content: space-between;
  grid-column: span 4;
}
@media screen and (max-width: 768px) {
  .dealers-section .dealers-block .container .dealers-header {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.dealers-section .dealers-block .container .filter-actions {
  display: flex;
  gap: 2rem;
}
.dealers-section .dealers-block .container .title {
  grid-column: span 4;
}
.dealers-section .dealers-block .container .filters-wrapper {
  grid-column: span 4;
}
.dealers-section .dealers-block .container .filters {
  grid-column: span 4;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.dealers-section .dealers-block .container .filters .filter-tags {
  display: flex;
  gap: 2rem;
}
.dealers-section .dealers-block .container .filters .search-container {
  flex: 1;
  min-width: 250px;
}
.dealers-section .dealers-block .container .filters .search-container input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.dealers-section .dealers-block .container .filters .filter-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dealers-section .dealers-block .container .content-wrapper {
  grid-column: span 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.dealers-section .dealers-block .container .content-wrapper .dealers-list {
  grid-column: span 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.dealers-section .dealers-block .container .content-wrapper .dealers-list .pagination {
  grid-column: span 3;
}
.dealers-section .dealers-block .container .filters-sidebar {
  grid-column: span 1;
  position: sticky;
  top: 7rem;
  align-self: start;
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
  height: fit-content;
}
.dealers-section .dealers-block .container .filters-sidebar .filter-group {
  margin-bottom: 1.5rem;
}
.dealers-section .dealers-block .container .filters-sidebar .filter-group:first-of-type {
  height: 20rem;
  overflow-y: scroll;
}
.dealers-section .dealers-block .container .filters-sidebar .filter-group h3 {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
.dealers-section .dealers-block .container .filters-sidebar .filter-option {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.dealers-section .dealers-block .container .filters-sidebar .filter-option input {
  margin-right: 0.5rem;
}
.dealers-section .dealers-block .container .filters-sidebar .form-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .dealers-section .dealers-block .container .dealer-card {
    grid-column: span 2;
  }
}
.dealers-section .dealers-block .container .btn-block {
  grid-column: span 4;
}
.dealers-section .dealers-block .container .active-filters {
  grid-column: span 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.dealers-section .dealers-block .container .active-filters .filter-badge {
  background: #f0f0f0;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
}
.dealers-section .dealers-block .container .mobile-filter-btn {
  display: none;
}
.dealers-section .dealers-block .container .mobile-filters-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content {
  background: white;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 0.75rem;
  padding: 1.5rem;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .modal-header .close-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .filter-group {
  margin-bottom: 1.5rem;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .filter-group h3 {
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .filter-option {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .filter-option input {
  margin-right: 0.5rem;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .form-select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.dealers-section .dealers-block .container .mobile-filters-modal .modal-content .modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .dealers-section .dealers-block .container .filters-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .dealers-section .dealers-block .container .filters {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
  }
  .dealers-section .dealers-block .container .content-wrapper {
    grid-column: span 4;
  }
  .dealers-section .dealers-block .container .content-wrapper .dealers-list {
    grid-column: span 4;
  }
  .dealers-section .dealers-block .container .content-wrapper .dealers-list .dealer-card {
    grid-column: span 3;
  }
  .dealers-section .dealers-block .container .filters-sidebar {
    display: none;
  }
  .dealers-section .dealers-block .container .mobile-filter-btn {
    display: inline-block;
    margin-bottom: 1rem;
  }
}
.brandTop-section .brandTop-block .container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.brandTop-section .brandTop-block .container table thead {
  background-color: #FF4F00;
  color: #fff;
}
.brandTop-section .brandTop-block .container table thead th {
  padding: 1rem;
  font-size: 1rem;
  text-align: left;
}
.brandTop-section .brandTop-block .container table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.brandTop-section .brandTop-block .container table tbody tr:hover {
  background-color: #e0f7fa;
}
.brandTop-section .brandTop-block .container table tbody tr td {
  padding: 1rem;
  font-size: 1rem;
  border-bottom: 0.0625rem solid #ddd;
}

.dealersTop-section .dealersTop-block .container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.dealersTop-section .dealersTop-block .container .title {
  grid-column: span 5;
}
@media screen and (max-width: 1024px) {
  .dealersTop-section .dealersTop-block .container {
    display: flex;
    flex-direction: column;
  }
}
.dealersTop-section .dealersTop-block .container .dealer-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
}
.dealersTop-section .dealersTop-block .container .dealer-card .dealer-position {
  font-size: 4rem;
  font-weight: 700;
}
.dealersTop-section .dealersTop-block .container .dealer-card .img {
  max-width: 12rem;
  height: 5rem;
}
.dealersTop-section .dealersTop-block .container .dealer-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lastOffers-section .lastOffers-block .container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.lastOffers-section .lastOffers-block .container .card-holder {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lastOffers-section .lastOffers-block .container .card-holder .card {
  grid-column: span 1;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: scale 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .lastOffers-section .lastOffers-block .container .card-holder .card {
    grid-column: span 2;
  }
}
.lastOffers-section .lastOffers-block .container .card-holder .card .img {
  max-width: 100%;
}
.lastOffers-section .lastOffers-block .container .card-holder .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
.lastOffers-section .lastOffers-block .container .card-holder .card .info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.lastOffers-section .lastOffers-block .container .card-holder .card .info .price,
.lastOffers-section .lastOffers-block .container .card-holder .card .info .model {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.lastOffers-section .lastOffers-block .container .card-holder .card .info .price span,
.lastOffers-section .lastOffers-block .container .card-holder .card .info .model span {
  font-weight: bold;
  color: #FF4F00;
}
.lastOffers-section .lastOffers-block .container .card-holder .card:hover {
  scale: 1.05;
}

.text-section .text-block .container .seo-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.text-section .text-block .container .seo-text p {
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 133%;
  letter-spacing: 0%;
}
.text-section .text-block .container .seo-text h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
}
.text-section .text-block .container .seo-text ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 2rem;
}

.cities-section {
  margin-bottom: 5rem;
}
.cities-section .cities-block .container .cities-holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .cities-section .cities-block .container .cities-holder {
    display: flex;
    flex-direction: column;
  }
}
.cities-section .cities-block .container .cities-holder .city-card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
}
.cities-section .cities-block .container .cities-holder .city-card h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  font-weight: 700;
  text-align: start;
}
.cities-section .cities-block .container .cities-holder .city-card .city-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.cities-section .cities-block .container .cities-holder .city-card .city-info ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 1.5rem;
  list-style: disc;
}

.expanded-filters {
  background: white;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.expanded-filters .filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}
.expanded-filters .filter-header h3 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0;
}
.expanded-filters .filter-header .filter-actions {
  display: flex;
  gap: 1rem;
}
.expanded-filters .filter-header .filter-actions .btn {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: #f8f8f8;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.expanded-filters .filter-header .filter-actions .btn:hover {
  background: #eee;
}
.expanded-filters .countries-brands-container {
  max-height: 60vh;
  overflow-y: auto;
  padding-right: 0.5rem;
}
.expanded-filters .countries-brands-container::-webkit-scrollbar {
  width: 0.375rem;
}
.expanded-filters .countries-brands-container::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 0.1875rem;
}
.expanded-filters .country-group {
  margin-bottom: 1rem;
}
.expanded-filters .country-group:last-child {
  margin-bottom: 0;
}
.expanded-filters .country-group .country-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.625rem;
}
.expanded-filters .country-group .country-header input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.expanded-filters .country-group .country-header .country-name {
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
  cursor: pointer;
}
.expanded-filters .country-group .brands-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
  gap: 0.625rem;
  padding-left: 1.25rem;
  margin-bottom: 0.625rem;
}
.expanded-filters .country-group .brands-list .brand-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 0;
}
.expanded-filters .country-group .brands-list .brand-item input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.expanded-filters .country-group .brands-list .brand-item label {
  font-size: 0.875rem;
  cursor: pointer;
  user-select: none;
}
.expanded-filters .filter-footer {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.expanded-filters .filter-footer .btn {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.expanded-filters .filter-footer .btn.apply-filters {
  background: #FF4F00;
  color: white;
  border: 1px solid #FF4F00;
}
.expanded-filters .filter-footer .btn.apply-filters:hover {
  background: rgb(229.5, 71.1, 0);
}
.expanded-filters .filter-footer .btn.cancel-filters {
  background: white;
  border: 1px solid #ddd;
  color: #333;
}
.expanded-filters .filter-footer .btn.cancel-filters:hover {
  background: #f8f8f8;
}
.expanded-filters .characteristics-filters {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.expanded-filters .characteristics-filters .characteristics-group {
  margin-bottom: 1.5rem;
}
.expanded-filters .characteristics-filters .characteristics-group .group-header {
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.75rem;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  padding-left: 0.5rem;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field {
  margin-bottom: 0.75rem;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #333;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field.range-field .range-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field.range-field .range-inputs input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field.range-field .range-inputs span {
  color: #666;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field.select-field select {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  background-color: white;
  cursor: pointer;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field.checkbox-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.expanded-filters .characteristics-filters .characteristics-group .group-fields .filter-field.checkbox-field label input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.expanded-filters .bike-classes-filter {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.expanded-filters .bike-classes-filter .title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.expanded-filters .bike-classes-filter .classes-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, 1fr));
  gap: 0.75rem;
  padding-left: 0.5rem;
}
.expanded-filters .bike-classes-filter .classes-list .class-item {
  display: flex;
  align-items: center;
}
.expanded-filters .bike-classes-filter .classes-list .class-item input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.expanded-filters .bike-classes-filter .classes-list .class-item label {
  font-size: 0.875rem;
  cursor: pointer;
  user-select: none;
}
.expanded-filters .additional-filters {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.expanded-filters .additional-filters .filter-group {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  padding-left: 0.5rem;
}
.expanded-filters .additional-filters .filter-group .filter-field {
  margin-bottom: 1rem;
}
.expanded-filters .additional-filters .filter-group .filter-field label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
  color: #333;
}
.expanded-filters .additional-filters .filter-group .filter-field.range-field .range-inputs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.expanded-filters .additional-filters .filter-group .filter-field.range-field .range-inputs input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.expanded-filters .additional-filters .filter-group .filter-field.range-field .range-inputs span {
  color: #666;
}
.expanded-filters .additional-filters .filter-group .filter-field.checkbox-field label {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.expanded-filters .additional-filters .filter-group .filter-field.checkbox-field label input[type=checkbox] {
  margin-right: 0.5rem;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}
.expanded-filters input {
  -webkit-appearance: auto;
  appearance: auto;
}

.dealer-offers-section .dealer-offers-block .container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dealer-offers-section .dealer-offers-block .container .holder {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .dealer-offers-section .dealer-offers-block .container .holder {
    display: flex;
    flex-direction: column;
  }
}
.dealer-offers-section .dealer-offers-block .container .holder .dealer-offer-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
}
.dealer-offers-section .dealer-offers-block .container .holder .dealer-offer-card .offer-pricing,
.dealer-offers-section .dealer-offers-block .container .holder .dealer-offer-card .dealer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dealer-offers-section .dealer-offers-block .container .dealer-offers-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
  margin: 1.25rem 0;
}
.dealer-offers-section .dealer-offers-block .container .dealer-offers-item {
  flex: 1 1 18.75rem;
  min-width: 0;
}
.dealer-offers-section .dealer-offers-block .container .dealer-offers-label {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.3125rem;
}
.dealer-offers-section .dealer-offers-block .container .dealer-offers-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.dealer-offers-section .dealer-offers-block .container .dealer-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .dealer-offers-section .dealer-offers-block .container .dealer-options {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.dealer-offers-section .dealer-offers-block .container .dealer-options-title {
  font-size: 1rem;
  margin-bottom: 0.625rem;
  color: #444;
  grid-column: span 2;
}
.dealer-offers-section .dealer-offers-block .container .dealer-options-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.dealer-offers-section .dealer-offers-block .container .dealer-options-badge {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  background: #f5f5f5;
  border-radius: 1rem;
  font-size: 0.875rem;
  color: #555;
  transition: all 0.2s ease;
}
.dealer-offers-section .dealer-offers-block .container .dealer-options-badge:hover {
  background: #e5e5e5;
}
.dealer-offers-section .dealer-offers-block .container .dealer-offers-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .dealer-offers-section .dealer-offers-block .container .dealer-offers-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .dealer-offers-section .dealer-offers-block .container .dealer-offers-content {
    gap: 1rem;
  }
  .dealer-offers-section .dealer-offers-block .container .dealer-offers-item {
    flex: 1 1 100%;
  }
}
.dealer-offers-section .total-offers {
  color: #666;
  margin-bottom: 1.5rem;
}
.dealer-offers-section .view-all-offers {
  text-align: center;
  margin-top: 1.5rem;
}
.dealer-offers-section .offers-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2rem;
}
.dealer-offers-section .offers-grid .offer-card .offer-dealer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.dealer-offers-section .offers-grid .offer-card .offer-dealer .dealer-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #eee;
}
.dealer-offers-section .offers-grid .offer-card .offer-dealer .dealer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dealer-offers-section .offers-grid .offer-card .offer-dealer .dealer-name {
  font-size: 0.875rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comparison-section {
  margin-top: 5rem;
}
.comparison-section .comparison-controls {
  margin-bottom: 1rem;
}
.comparison-section .comparison-controls .difference-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.comparison-section .comparison-table-container {
  margin-top: 1rem;
  overflow-x: auto;
}
.comparison-section .comparison-table {
  width: 100%;
  border-collapse: collapse;
}
.comparison-section .comparison-table th, .comparison-section .comparison-table td {
  padding: 0.5rem;
  border: 1px solid #dee2e6;
  text-align: center;
}
.comparison-section .comparison-table .comparison-bike-header {
  font-weight: 600;
  text-align: center;
}
.comparison-section .comparison-table .comparison-bike-name {
  font-weight: 500;
  text-align: center;
}
.comparison-section .comparison-table .no-image {
  font-weight: normal;
}
.comparison-section .comparison-table .comparison-param {
  font-weight: 500;
  background-color: #f8f9fa;
  text-align: left;
}
.comparison-section .comparison-table .group-title {
  background-color: #e9ecef;
  font-weight: bold;
}
.comparison-section .comparison-table .comparison-group-title {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}
.comparison-section .comparison-table .has-difference {
  background-color: rgba(255, 81, 0, 0.1);
}
.comparison-section .comparison-table .has-difference .comparison-value:not(:first-child) {
  position: relative;
}
.comparison-section .comparison-table .has-difference .comparison-value:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #ff5100;
}

.compare-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: fill;
}
.compare-btn .compare-icon {
  margin-right: 4px;
  font-weight: bold;
}
.compare-btn:hover {
  background: #f5f5f5;
}
.compare-btn.added {
  background: #e1f5fe;
  border-color: #4fc3f7;
}
.compare-btn.added .compare-icon {
  content: "✓";
}
.compare-btn.added .compare-text {
  content: "В сравнении";
}

.card {
  position: relative;
}
.card:hover .compare-btn {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .compare-btn {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0.8);
  }
  .compare-btn .compare-text {
    display: none;
  }
  .compare-btn .compare-icon {
    margin-right: 0;
  }
}
.compare-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 -0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  padding: 0.75rem;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: 1000;
  touch-action: pan-y;
}
.compare-widget.active {
  transform: translateY(0);
}
.compare-widget.expanded .compare-items-container {
  max-height: 20rem;
  margin-bottom: 0.75rem;
}
.compare-widget .compare-widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
}
.compare-widget .compare-widget-header .compare-count {
  font-weight: bold;
  color: #1976d2;
}
.compare-widget .compare-widget-header .clear-compare {
  background: none;
  border: none;
  padding: 0.25rem;
  color: #f44336;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-widget .compare-widget-header .clear-compare svg {
  width: 1rem;
  height: 1rem;
}
.compare-widget .compare-items-container {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.compare-widget .compare-action-btn {
  width: 100%;
  padding: 0.5rem;
  background: #1976d2;
  color: white;
  border: none;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: background 0.3s;
}
.compare-widget .compare-action-btn:hover {
  background: rgb(19.5744680851, 92.3914893617, 164.4255319149);
}
.compare-widget .compare-action-btn:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

@media (min-width: 768px) {
  .compare-widget {
    bottom: 1rem;
    left: auto;
    right: 1rem;
    width: 20rem;
    border-radius: 0.5rem;
    transform: translateY(calc(100% + 1rem));
  }
  .compare-widget.active {
    transform: translateY(0);
  }
}
.compare-toast {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #333;
  color: white;
  padding: 12px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
}
.compare-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.compare-toast .toast-link {
  margin-left: 15px;
  color: #4fc3f7;
  text-decoration: none;
  font-weight: 500;
}

.bike-class-section {
  margin-top: 5rem;
}
.bike-class-section .bike-class-block .container .desc {
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 133%;
  letter-spacing: 0%;
}
.bike-class-section .bike-class-block .container .class-stats-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin: 1.875rem 0;
}
.bike-class-section .bike-class-block .container .class-stat-card {
  flex: 1;
  min-width: 12.5rem;
  background: white;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.bike-class-section .bike-class-block .container .stat-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 50%;
  margin-bottom: 0.75rem;
}
.bike-class-section .bike-class-block .container .stat-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  color: #555;
}
.bike-class-section .bike-class-block .container .stat-value {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  color: #333;
}
.bike-class-section .bike-class-block .container .stat-label {
  font-size: 0.875rem;
  color: #666;
}
.bike-class-section .bike-class-block .container .stat-chart {
  position: relative;
  width: 5rem;
  height: 5rem;
  margin: 0.625rem 0;
}
.bike-class-section .bike-class-block .container .pie-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(#ff5f2d 18%, #e0e0e0 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bike-class-section .bike-class-block .container .pie-chart::after {
  content: attr(data-percent) "%";
  font-size: 1rem;
  font-weight: 600;
}
.bike-class-section .bike-class-block .container .stat-comparison {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.bike-class-section .bike-class-block .container .sparkline-container {
  width: 8rem;
  height: 1.875rem;
}
.bike-class-section .bike-class-block .container .sparkline {
  width: 100%;
  height: 100%;
}
.bike-class-section .bike-class-block .container .sparkline-line {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1.5s ease-out forwards;
}
.bike-class-section .bike-class-block .container .sparkline-end {
  opacity: 0;
  animation: fadeIn 0.5s ease-out 1.2s forwards;
}
.bike-class-section .bike-class-block .container .trend {
  display: flex;
  align-items: center;
  gap: 0.125rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.bike-class-section .bike-class-block .container .trend.up {
  color: #2e7d32;
}
.bike-class-section .bike-class-block .container .trend.down {
  color: #c62828;
}
.bike-class-section .bike-class-block .container .trend svg {
  width: 0.875rem;
  height: 0.875rem;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@media (max-width: 48rem) {
  .bike-class-section .bike-class-block .container .class-stats-container {
    flex-direction: column;
  }
  .bike-class-section .bike-class-block .container .class-stat-card {
    width: 100%;
  }
}
@media (max-width: 30rem) {
  .bike-class-section .bike-class-block .container .stat-value {
    font-size: 1.25rem;
  }
  .bike-class-section .bike-class-block .container .stat-label {
    font-size: 0.75rem;
  }
}

.top-bikes-section .top-bikes-block .container {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .top-bikes-section .top-bikes-block .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .top-bikes-section .top-bikes-block .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.top-bikes-section .top-bikes-block .container .top-bikes-header {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .top-bikes-section .top-bikes-block .container .top-bikes-header {
    grid-column: span 3;
  }
}
@media screen and (max-width: 768px) {
  .top-bikes-section .top-bikes-block .container .top-bikes-header {
    grid-column: span 1;
    flex-direction: column;
  }
}
.top-bikes-section .top-bikes-block .container .top-bikes-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-align: start;
  margin: 0;
}
.top-bikes-section .top-bikes-block .container .top-bikes-tabs {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .top-bikes-section .top-bikes-block .container .top-bikes-tabs {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 8px;
  }
}
.top-bikes-section .top-bikes-block .container .top-bikes-tabs .tab-button {
  padding: 0.5rem 1rem;
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.top-bikes-section .top-bikes-block .container .top-bikes-tabs .tab-button.active {
  background: #333;
  color: white;
  border-color: #333;
}
.top-bikes-section .top-bikes-block .container .top-bikes-tabs .tab-button:hover:not(.active) {
  background: #f5f5f5;
}
.top-bikes-section .top-bikes-block .container .top-bikes-content {
  grid-column: span 5;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .top-bikes-section .top-bikes-block .container .top-bikes-content {
    grid-column: span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .top-bikes-section .top-bikes-block .container .top-bikes-content {
    grid-column: span 1;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.top-bikes-section .top-bikes-block .container .top-bikes-content.active {
  display: grid;
}

.stories-container {
  position: relative;
  width: 100%;
  padding: 0 2.5rem;
  margin: 5rem 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .stories-container {
    padding: 0 1rem;
  }
}
.stories-container .swiper {
  padding: 1rem;
}
.stories-container .swiper-slide {
  width: auto !important;
}
.stories-container .story-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 8.625rem;
  text-decoration: none;
}
@media (max-width: 768px) {
  .stories-container .story-circle {
    width: 6rem;
  }
}
.stories-container .story-circle-avatar-wrapper {
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 50%;
  padding: 0.125rem;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .stories-container .story-circle-avatar-wrapper {
    width: 6rem;
    height: 6rem;
  }
}
.stories-container .story-circle-avatar-wrapper.viewed {
  background: #ccc;
}
.stories-container .story-circle .story-avatar {
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid white;
  background-color: #eee;
  box-sizing: border-box;
}
.stories-container .story-circle .story-title {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.5em;
  line-height: 1.25;
  max-width: 100%;
}
.stories-container .swiper-button-prev,
.stories-container .swiper-button-next {
  width: 4rem;
  height: 4rem;
  background: white;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  transition: opacity 0.2s ease;
  margin-top: -2rem;
  top: 50%;
}
.stories-container .swiper-button-prev::before,
.stories-container .swiper-button-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.stories-container .swiper-button-prev:hover,
.stories-container .swiper-button-next:hover {
  opacity: 1;
}
.stories-container .swiper-button-prev::after,
.stories-container .swiper-button-next::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #333;
  border-width: 2px 2px 0 0;
}
.stories-container .swiper-button-prev {
  left: 0.5rem;
}
.stories-container .swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-right: -0.5rem;
}
.stories-container .swiper-button-next {
  right: 0.5rem;
}
.stories-container .swiper-button-next::after {
  transform: rotate(45deg);
  margin-left: -0.5rem;
}
.stories-container .swiper-button-disabled {
  display: none;
}

.videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
@media (min-width: 48rem) {
  .videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 64rem) {
  .videos-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.youtube-video {
  position: relative;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.youtube-video:hover {
  transform: translateY(-0.3125rem);
}

.video-thumbnail {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}
.video-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.25rem;
  height: 3rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24L27 14v20" fill="white"/></svg>') no-repeat;
  background-size: contain;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.youtube-video:hover .play-button {
  opacity: 1;
}

.video-title {
  margin-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
}

.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.popularity-dynamics-section .popularity-dynamics-block .container .popularity-dynamics {
  margin: 2rem 0;
  padding: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.popularity-dynamics-section .popularity-dynamics-block .container .section-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.popularity-dynamics-section .popularity-dynamics-block .container .section-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.popularity-dynamics-section .popularity-dynamics-block .container .chart-controls {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.popularity-dynamics-section .popularity-dynamics-block .container .year-range-toggle {
  display: flex;
  background: #f5f5f5;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.popularity-dynamics-section .popularity-dynamics-block .container .range-btn {
  border: none;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.popularity-dynamics-section .popularity-dynamics-block .container .range-btn.active {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.popularity-dynamics-section .popularity-dynamics-block .container .quarter-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  cursor: pointer;
}
.popularity-dynamics-section .popularity-dynamics-block .container .popularity-summary {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #555;
}
.popularity-dynamics-section .popularity-dynamics-block .container .chart-container {
  position: relative;
  margin: 1rem 0;
}
.popularity-dynamics-section .popularity-dynamics-block .container .chart-tooltip {
  position: absolute;
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
}
.popularity-dynamics-section .popularity-dynamics-block .container .top-years-table {
  margin-top: 2rem;
}
.popularity-dynamics-section .popularity-dynamics-block .container .top-years-table h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  color: #333;
}
.popularity-dynamics-section .popularity-dynamics-block .container .top-years-table table {
  width: 100%;
  border-collapse: collapse;
}
.popularity-dynamics-section .popularity-dynamics-block .container .top-years-table th,
.popularity-dynamics-section .popularity-dynamics-block .container .top-years-table td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.popularity-dynamics-section .popularity-dynamics-block .container .top-years-table th {
  font-weight: 500;
  color: #666;
}
@media (max-width: 48rem) {
  .popularity-dynamics-section .popularity-dynamics-block .container .section-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .popularity-dynamics-section .popularity-dynamics-block .container .chart-controls {
    width: 100%;
    flex-wrap: wrap;
  }
  .popularity-dynamics-section .popularity-dynamics-block .container .chart-wrapper {
    height: 250px;
  }
  .popularity-dynamics-section .popularity-dynamics-block .container .top-years-table table {
    display: block;
    overflow-x: auto;
  }
}

.price-comparison-section .charts-container {
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px) {
  .price-comparison-section .charts-container {
    flex-direction: column;
    gap: 3rem;
  }
}
.price-comparison-section .chart-box {
  flex: 1;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.price-comparison-section .chart-box .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.price-comparison-section .chart-box .chart-header h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0;
  color: #444;
}
.price-comparison-section .chart-box .chart-wrapper {
  position: relative;
  height: 25rem;
  width: 100%;
}
.price-comparison-section .chart-box .chart-legend {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #666;
}
.price-comparison-section .chart-box .chart-legend .legend-item {
  display: flex;
  align-items: center;
}
.price-comparison-section .chart-box .chart-legend .legend-item span {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  margin-right: 0.5rem;
}
.price-comparison-section .chart-box .chart-legend .legend-item span.dealer-color {
  background: #4e79a7;
}
.price-comparison-section .chart-box .chart-legend .legend-item span.used-color {
  background: #f28e2b;
}
.price-comparison-section .chart-box .chart-legend.bubble-legend {
  justify-content: center;
  font-style: italic;
  color: #888;
}
.price-comparison-section .toggle-switch {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 3.5rem;
  height: 1.5rem;
}
.price-comparison-section .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.price-comparison-section .toggle-switch input:checked + .slider {
  background-color: #4e79a7;
}
.price-comparison-section .toggle-switch input:checked + .slider:before {
  transform: translateX(1.75rem);
}
.price-comparison-section .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 2rem;
}
.price-comparison-section .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 1.1rem;
  width: 1.1rem;
  left: 0.25rem;
  bottom: 0.2rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.price-comparison-section .chart-tooltip {
  position: absolute;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.85);
  color: white;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 100;
  max-width: 250px;
}
.price-comparison-section .chart-tooltip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px 5px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.85) transparent transparent;
}

.class-features-section .features-container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: #fff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}
.class-features-section .chart-controls {
  display: flex;
  justify-content: center;
}
.class-features-section .toggle-switch {
  display: flex;
  background: #f5f5f5;
  border-radius: 0.5rem;
  padding: 0.25rem;
}
.class-features-section .toggle-btn {
  border: none;
  background: transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.2s;
}
.class-features-section .toggle-btn.active {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  color: #4e79a7;
}
.class-features-section .chart-wrapper {
  position: relative;
  height: 300px;
  margin: 1rem 0;
}
.class-features-section .features-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1rem;
}
.class-features-section .feature-item {
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.class-features-section .feature-name {
  font-weight: 500;
  color: #555;
  margin-bottom: 0.25rem;
}
.class-features-section .feature-value {
  color: #333;
  font-size: 0.9375rem;
}
.class-features-section .average-value {
  display: none;
}
.class-features-section .toggle-average .range-value {
  display: none;
}
.class-features-section .toggle-average .average-value {
  display: inline;
}
@media (max-width: 768px) {
  .class-features-section .chart-wrapper {
    height: 250px;
  }
  .class-features-section .features-list {
    grid-template-columns: 1fr;
  }
}

.brand-distribution-section .brands-container {
  display: flex;
  gap: 2rem;
  align-items: center;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.brand-distribution-section .chart-wrapper {
  flex: 1;
  max-width: 400px;
  position: relative;
}
.brand-distribution-section .brands-list {
  flex: 1;
  padding: 0 1rem;
}
.brand-distribution-section .list-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 1rem;
}
.brand-distribution-section .brands-top5,
.brand-distribution-section .other-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand-distribution-section .brands-top5 li,
.brand-distribution-section .other-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand-distribution-section .brands-top5 li:hover,
.brand-distribution-section .other-list li:hover {
  background-color: #f9f9f9;
}
.brand-distribution-section .brands-top5 a,
.brand-distribution-section .other-list a {
  color: #4e79a7;
  text-decoration: none;
  transition: color 0.2s;
}
.brand-distribution-section .brands-top5 a:hover,
.brand-distribution-section .other-list a:hover {
  color: #3a5f85;
  text-decoration: underline;
}
.brand-distribution-section .brand-percent {
  font-weight: 500;
  color: #555;
}
.brand-distribution-section .brands-other {
  margin-top: 1rem;
}
.brand-distribution-section .toggle-other {
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.brand-distribution-section .toggle-other:hover {
  color: #333;
}
.brand-distribution-section .other-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.brand-distribution-section .other-list.expanded {
  max-height: 200px;
}
@media (max-width: 768px) {
  .brand-distribution-section .brands-container {
    flex-direction: column;
  }
  .brand-distribution-section .chart-wrapper {
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .brand-distribution-section .brands-list {
    width: 100%;
    padding: 0;
  }
}
.brand-distribution-section .brand-highlight {
  background-color: rgba(78, 121, 167, 0.1);
  border-left: 3px solid #4e79a7;
  padding-left: 0.5rem;
}

.dealers-availability-section {
  /* Адаптив */
}
.dealers-availability-section .dealers-container {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}
.dealers-availability-section .dealers-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
  position: relative;
}
.dealers-availability-section .dealers-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(78, 121, 167, 0.1);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.dealers-availability-section .dealers-icon:hover .dealers-tooltip {
  visibility: visible;
  opacity: 1;
}
.dealers-availability-section .dealers-tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 10;
  margin-top: 0.5rem;
}
.dealers-availability-section .dealers-tooltip:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.dealers-availability-section .dealers-info {
  flex: 1;
}
.dealers-availability-section .dealers-count {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 0.5rem;
}
.dealers-availability-section .dealers-price {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.dealers-availability-section .price-label {
  font-size: 0.875rem;
  color: #666;
}
.dealers-availability-section .price-value {
  font-weight: 600;
  color: #333;
}
.dealers-availability-section .price-sparkline {
  flex: 1;
  min-width: 100px;
  max-width: 150px;
}
.dealers-availability-section .price-sparkline svg {
  width: 100%;
  height: auto;
}
.dealers-availability-section .dealers-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: #FF4F00;
  color: white;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background 0.3s ease-in-out;
  white-space: nowrap;
}
.dealers-availability-section .dealers-button:hover {
  background: #000000;
}
@media (max-width: 768px) {
  .dealers-availability-section .dealers-container {
    flex-direction: column;
    align-items: stretch;
  }
  .dealers-availability-section .dealers-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  .dealers-availability-section .dealers-info {
    width: 100%;
  }
  .dealers-availability-section .dealers-price {
    justify-content: center;
  }
  .dealers-availability-section .price-sparkline {
    max-width: 100%;
    margin-top: 0.5rem;
  }
  .dealers-availability-section .dealers-button {
    justify-content: center;
  }
}

.analogs-section {
  overflow: hidden;
}
.analogs-section .container {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  overflow: hidden;
}
.analogs-section .analogs-group {
  margin-bottom: 2rem;
}
.analogs-section .analogs-group .group-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 1rem;
}
.analogs-section .swiper {
  padding: 0.5rem 1rem 2rem;
  margin: 0 -1rem;
}
.analogs-section .swiper .swiper-wrapper {
  align-items: stretch;
}
.analogs-section .swiper .swiper-slide {
  height: auto;
  width: 200px;
}
.analogs-section .swiper .swiper-pagination {
  bottom: 0;
}
.analogs-section .swiper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}
.analogs-section .swiper .swiper-pagination-bullet-active {
  background: #4e79a7;
}
.analogs-section .class-card {
  border: 1px solid #eee;
  border-radius: 0.5rem;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.analogs-section .class-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.analogs-section .class-card .class-icon {
  max-width: 15rem;
  max-height: 15rem;
  margin-bottom: 0.75rem;
}
.analogs-section .class-card .class-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.analogs-section .class-card .class-name {
  font-weight: 500;
  color: #333;
  margin-bottom: 0.25rem;
  text-align: center;
}
.analogs-section .class-card .class-price-range {
  font-size: 0.875rem;
  color: #666;
  text-align: center;
}
@media (max-width: 768px) {
  .analogs-section .swiper {
    overflow: visible;
  }
  .analogs-section .swiper .swiper-slide {
    width: 160px;
  }
  .analogs-section .class-card {
    padding: 0.75rem;
  }
}

.brand-info-section .brand-info-block .container .brand-info-content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1rem;
}
.brand-info-section .brand-info-block .container .brand-info-label {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.3125rem;
}
.brand-info-section .brand-info-block .container .brand-info-value {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
}
.brand-info-section .brand-info-block .container .brand-info-item {
  flex: 1 1 12.5rem;
  min-width: 0;
}
@media (max-width: 768px) {
  .brand-info-section .brand-info-block .container .brand-info-content {
    gap: 1rem;
  }
  .brand-info-section .brand-info-block .container .brand-info-item {
    flex: 1 1 100%;
  }
}

.price-analytics-section .price-analytics-content {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 768px) {
  .price-analytics-section .price-analytics-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.price-analytics-section .price-analytics-card {
  background: #f9f9f9;
  border-radius: 0.5rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .price-analytics-section .price-analytics-card {
    grid-column: span 2;
  }
}
.price-analytics-section .price-analytics-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #444;
}
.price-analytics-section .price-analytics-values {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
}
.price-analytics-section .price-analytics-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.price-analytics-section .price-label {
  font-size: 0.875rem;
  color: #666;
}
.price-analytics-section .price-value {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #333;
}
.price-analytics-section .charts-container {
  grid-column: span 2;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .price-analytics-section .charts-container {
    flex-direction: column;
  }
}
.price-analytics-section .price-histogram,
.price-analytics-section .years-histogram {
  padding: 1rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.price-analytics-section .histogram-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #444;
  text-align: center;
}
.price-analytics-section .histogram-bars,
.price-analytics-section .histogram-bars {
  display: flex;
  height: 200px;
  align-items: flex-end;
  gap: 0.5rem;
}
.price-analytics-section .histogram-bar-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: end;
}
.price-analytics-section .histogram-bar {
  width: 100%;
  background: #3a86ff;
  border-radius: 0.25rem 0.25rem 0 0;
  position: relative;
  transition: all 0.3s ease;
}
.price-analytics-section .histogram-bar:hover {
  background: #2667cc;
  transform: scaleY(1.05);
}
.price-analytics-section .histogram-bar-value {
  position: absolute;
  top: -1.5rem;
  font-size: 0.75rem;
  color: #333;
  width: 100%;
  text-align: center;
}
.price-analytics-section .histogram-label {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: #666;
  text-align: center;
  word-break: break-word;
  max-width: 100%;
}
@media (min-width: 768px) {
  .price-analytics-section .price-analytics-card {
    flex: 1 1 calc(50% - 0.75rem);
  }
  .price-analytics-section .price-histogram,
  .price-analytics-section .years-histogram {
    flex: 1 1 50%;
  }
  .price-analytics-section .histogram-bars {
    height: 250px;
    gap: 1rem;
  }
  .price-analytics-section .histogram-label {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .price-analytics-section .histogram-bars {
    gap: 0.25rem;
    height: 180px;
  }
  .price-analytics-section .histogram-label {
    font-size: 0.6rem;
  }
  .price-analytics-section .histogram-bar-value {
    font-size: 0.65rem;
    top: -1.25rem;
  }
}

.class-distribution-section .class-distribution-block .class-distribution-chart {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.class-distribution-section .class-distribution-block .class-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.class-distribution-section .class-distribution-block .class-name {
  flex: 0 0 12rem;
  font-size: 0.875rem;
  color: #444;
  text-align: right;
}
.class-distribution-section .class-distribution-block .class-bar-container {
  flex: 1;
  height: 2rem;
  background: #f0f0f0;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.class-distribution-section .class-distribution-block .class-bar {
  height: 100%;
  background: #3a86ff;
  border-radius: 0.25rem;
  transition: width 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem;
}
.class-distribution-section .class-distribution-block .class-percentage {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.class-distribution-section .class-distribution-block .class-count {
  flex: 0 0 6rem;
  font-size: 0.8125rem;
  color: #666;
  text-align: left;
}
@media (max-width: 768px) {
  .class-distribution-section .class-distribution-block .class-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .class-distribution-section .class-distribution-block .class-name {
    flex: 1 1 auto;
    text-align: left;
    width: 100%;
  }
  .class-distribution-section .class-distribution-block .class-bar-container {
    width: 100%;
  }
  .class-distribution-section .class-distribution-block .class-count {
    flex: 1 1 auto;
    width: 100%;
  }
}

.dealers-tabs-section .dealers-tabs-block .container .dealer-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dealers-tabs-section .dealers-tabs-block .container .dealer-card .dealer-logo {
  width: 100%;
  height: 10rem;
}
.dealers-tabs-section .dealers-tabs-block .container .dealer-card .dealer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dealers-tabs-section .dealers-tabs-block .container .dealer-card .dealer-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dealers-tabs-section .tabs-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.dealers-tabs-section .tabs-header .tab-button {
  padding: 0.75rem 1.25rem;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 0.9375rem;
  color: #666;
  cursor: pointer;
  white-space: nowrap;
}
.dealers-tabs-section .tabs-header .tab-button.active {
  color: #3a86ff;
  border-bottom-color: #3a86ff;
  font-weight: 600;
}
.dealers-tabs-section .tabs-header .tab-button:hover:not(.active) {
  color: #2667cc;
}
.dealers-tabs-section .tabs-header .all-dealers-link {
  margin-top: 0;
}
.dealers-tabs-section .tab-pane {
  display: none;
}
.dealers-tabs-section .tab-pane.active {
  display: block;
}
.dealers-tabs-section .dealers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.25rem;
}
.dealers-tabs-section .no-dealers {
  padding: 2rem;
  text-align: center;
  color: #666;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .dealers-tabs-section .tabs-header .tab-button {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
  }
  .dealers-tabs-section .dealers-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.brand-dealer-stat {
  /* Мобильная адаптация */
}
.brand-dealer-stat .region-name,
.brand-dealer-stat .dealer-region-name {
  flex: 0 0 10rem;
  font-size: 0.875rem;
  color: #444;
  text-decoration: none;
  transition: color 0.3s ease;
}
.brand-dealer-stat .region-name:hover,
.brand-dealer-stat .dealer-region-name:hover {
  color: #3a86ff;
  text-decoration: underline;
}
.brand-dealer-stat .regions-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (max-width: 768px) {
  .brand-dealer-stat .regions-container {
    grid-template-columns: 1fr;
  }
}
.brand-dealer-stat .regions-section,
.brand-dealer-stat .dealers-section {
  margin: 0;
}
.brand-dealer-stat .regions-section .regions-block,
.brand-dealer-stat .regions-section .dealers-block,
.brand-dealer-stat .dealers-section .regions-block,
.brand-dealer-stat .dealers-section .dealers-block {
  height: 100%;
}
.brand-dealer-stat .regions-section .regions-block .title,
.brand-dealer-stat .regions-section .dealers-block .title,
.brand-dealer-stat .dealers-section .regions-block .title,
.brand-dealer-stat .dealers-section .dealers-block .title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.brand-dealer-stat .regions-chart,
.brand-dealer-stat .dealers-chart {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.brand-dealer-stat .region-item,
.brand-dealer-stat .dealer-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brand-dealer-stat .region-bar-container,
.brand-dealer-stat .dealer-bar-container {
  flex: 1;
  height: 1.5rem;
  background: #f0f0f0;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.brand-dealer-stat .region-bar-container,
.brand-dealer-stat .dealer-bar-container {
  flex: 1;
  height: 1.5rem;
  background: #f0f0f0;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.brand-dealer-stat .region-bar,
.brand-dealer-stat .dealer-bar {
  height: 100%;
  background: #3a86ff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.5rem;
  min-width: 2rem;
  transition: width 0.5s ease;
}
.brand-dealer-stat .region-count,
.brand-dealer-stat .dealer-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.brand-dealer-stat .no-regions,
.brand-dealer-stat .no-dealers {
  padding: 1rem;
  text-align: center;
  color: #666;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .brand-dealer-stat .region-item,
  .brand-dealer-stat .dealer-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  .brand-dealer-stat .region-name,
  .brand-dealer-stat .dealer-region-name {
    flex: 1 1 auto;
    width: 100%;
  }
  .brand-dealer-stat .region-bar-container,
  .brand-dealer-stat .dealer-bar-container {
    width: 100%;
  }
}

.price-stats-section .price-stats-chart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.price-stats-section .price-stat-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.price-stats-section .region-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-stats-section .region-name {
  font-size: 0.875rem;
  color: #444;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}
.price-stats-section .region-name:hover {
  color: #3a86ff;
  text-decoration: underline;
}
.price-stats-section .price-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #3a86ff;
}
.price-stats-section .price-bar-container {
  width: 100%;
  height: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.price-stats-section .price-bar {
  height: 100%;
  background: #3a86ff;
  border-radius: 4px;
  transition: width 0.5s ease;
}
.price-stats-section .show-all-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.75rem;
  background: none;
  border: 1px solid #3a86ff;
  border-radius: 0.5rem;
  color: #3a86ff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.price-stats-section .show-all-btn:hover {
  background: rgba(58, 134, 255, 0.1);
}
.price-stats-section .show-all-btn svg {
  transition: transform 0.3s ease;
}
.price-stats-section .show-all-btn.active svg {
  transform: rotate(180deg);
}
.price-stats-section .no-data {
  padding: 1rem;
  text-align: center;
  color: #666;
  font-size: 0.9375rem;
}
.price-stats-section .hidden-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.categories-list-section .categories-list-block .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.categories-list-section .categories-list-block .container .title {
  grid-column: span 4;
}
.categories-list-section .categories-list-block .container .categories-pagination {
  grid-column: span 4;
}
.categories-list-section .categories-list-block .container .pagination {
  grid-column: span 4;
}
.categories-list-section .categories-list-block .container .category-card {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.categories-list-section .categories-list-block .container .category-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.categories-list-section .categories-list-block .container .category-card__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.categories-list-section .categories-list-block .container .category-card__title {
  font-size: 1.25rem;
  font-weight: 600;
}
.categories-list-section .categories-list-block .container .category-card__title a {
  color: #222;
}
.categories-list-section .categories-list-block .container .category-card__description {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.5;
}
.categories-list-section .categories-list-block .container .category-card .category-stats {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.categories-list-section .categories-list-block .container .category-card__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .categories-list-section .categories-list-block .container .category-card {
    grid-column: span 2;
  }
}
@media screen and (max-width: 560px) {
  .categories-list-section .categories-list-block .container .category-card {
    grid-column: span 4;
  }
}

.classes-chart-section .charts-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.classes-chart-section .charts-container .chart-wrapper {
  flex: 1 1 45%;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.classes-chart-section .charts-container .chart-wrapper canvas {
  height: 30rem;
  width: 100%;
}
.classes-chart-section .charts-container .chart-wrapper h3 {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  text-align: center;
  color: #333;
}
.classes-chart-section .charts-container .chart-wrapper .chart-container {
  position: relative;
  height: 350px;
  width: 100%;
}

@media (max-width: 768px) {
  .classes-chart-section .charts-container {
    flex-direction: column;
  }
  .classes-chart-section .charts-container .chart-wrapper {
    flex: 1 1 100%;
  }
}
.region-list-section .region-list-block .container .regions-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.region-list-section .region-list-block .container .region-card {
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.region-list-section .region-list-block .container .region-name {
  font-size: 1.25rem;
  margin: 0;
}
.region-list-section .region-list-block .container .region-name a {
  color: inherit;
  text-decoration: none;
}
.region-list-section .region-list-block .container .region-description {
  color: #666;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .region-list-section .region-list-block .container .regions-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .region-list-section .region-list-block .container .regions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .region-list-section .region-list-block .container .regions-grid {
    grid-template-columns: 1fr;
  }
}

.region-show-section .region-show-block .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.region-show-section .region-show-block .dealers-list .title {
  grid-column: span 4;
}
.region-show-section .region-show-block .dealers-list .all-dealers-link {
  grid-column: span 4;
}
.region-show-section .region-show-block .region-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.region-show-section .region-show-block .map-container {
  margin-bottom: 2rem;
}
.region-show-section .region-show-block .map-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 1rem;
}
.region-show-section .region-show-block .map-search {
  flex: 1;
  max-width: 300px;
}
.region-show-section .region-show-block .search-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 1rem;
  transition: border-color 0.3s;
}
.region-show-section .region-show-block .search-input:focus {
  border-color: #3a86ff;
  outline: none;
}
.region-show-section .region-show-block .region-map {
  height: 500px;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
}
.region-show-section .region-show-block .seo-text {
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5rem;
}
.region-show-section .region-show-block .region-map {
  height: 400px;
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
}
.region-show-section .region-show-block .analytics-block {
  background: #fff;
  padding: 1.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
}
.region-show-section .region-show-block .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.region-show-section .region-show-block .stat-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f8f9fa;
  text-align: center;
}
.region-show-section .region-show-block .stat-card a {
  color: #333;
}
.region-show-section .region-show-block .stat-value {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.region-show-section .region-show-block .stat-label {
  font-size: 0.9rem;
  color: #666;
}
.region-show-section .region-show-block .chart-container {
  margin-top: 1rem;
}
.region-show-section .region-show-block .chart-container canvas {
  max-height: 20rem;
}
.region-show-section .region-show-block .models-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1rem;
}
.region-show-section .region-show-block .model-item {
  padding: 1rem;
  border-radius: 0.5rem;
  background: #f8f9fa;
  display: flex;
  justify-content: space-between;
}
.region-show-section .region-show-block .model-name {
  font-weight: 500;
}
.region-show-section .region-show-block .model-count {
  color: #666;
}
.region-show-section .region-show-block .all-dealers-link {
  grid-column: span 3;
}
@media screen and (max-width: 768px) {
  .region-show-section .region-show-block .stats-grid {
    grid-template-columns: 1fr;
  }
  .region-show-section .region-show-block .dealers-list {
    display: flex;
    flex-direction: column;
  }
  .region-show-section .region-show-block .models-list {
    grid-template-columns: 1fr;
  }
  .region-show-section .region-show-block .chart-container {
    height: 300px;
  }
  .region-show-section .region-show-block .map-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .region-show-section .region-show-block .map-actions {
    width: 100%;
  }
  .region-show-section .region-show-block .map-search {
    max-width: 100%;
    min-width: 100%;
  }
  .region-show-section .region-show-block .region-map {
    height: 400px;
  }
}

.regions-ratings-section .regions-rating-block .container .rating-charts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .regions-ratings-section .regions-rating-block .container .rating-charts {
    grid-template-columns: 1fr;
  }
}
.regions-ratings-section .regions-rating-block .container .rating-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
}
.regions-ratings-section .regions-rating-block .container .rating-card .rating-title {
  font-size: 1.1rem;
  margin: 0 0 1rem 0;
  color: #333;
  text-align: center;
}
.regions-ratings-section .regions-rating-block .container .rating-card .chart-container {
  width: 100%;
}
.regions-ratings-section .regions-rating-block .container .rating-card .chart-container canvas {
  width: 100%;
  height: 100%;
}

.brand-ratings-section {
  padding: 40px 0;
}
.brand-ratings-section .brand-ratings-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}

.brand-rating-block {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 1.25rem;
}
.brand-rating-block .rating-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #333;
}
.brand-rating-block .brand-rating-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.brand-rating-block .brand-rating-item {
  display: flex;
  align-items: center;
  padding: 0.625rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.brand-rating-block .brand-rating-item:hover {
  background: #f0f0f0;
}
.brand-rating-block .brand-rank {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 1rem;
}
.brand-rating-block .brand-name {
  flex-grow: 1;
  font-weight: 500;
}
.brand-rating-block .brand-metric {
  font-weight: bold;
  color: #e74c3c;
}
.brand-rating-block .brand-metric .metric-label {
  font-size: 0.75rem;
  color: #777;
  font-weight: normal;
  margin-left: 0.25rem;
}
@media (max-width: 768px) {
  .brand-rating-block .brand-ratings-grid {
    grid-template-columns: 1fr !important;
  }
}

.dealer-ratings-section .dealer-ratings-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.dealer-ratings-section .dealer-rating-block {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 1.25rem;
  transition: transform 0.3s ease;
}
.dealer-ratings-section .dealer-rating-block:hover {
  transform: translateY(-0.5rem);
}
.dealer-ratings-section .dealer-rating-block .rating-title {
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
  text-align: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
}
.dealer-ratings-section .dealer-rating-block .dealer-rating-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.dealer-ratings-section .dealer-rating-block .dealer-rating-item {
  display: flex;
  align-items: center;
  padding: 10px;
  background: #f9f9f9;
  border-radius: 6px;
  transition: background 0.2s;
}
.dealer-ratings-section .dealer-rating-block .dealer-rating-item:hover {
  background: #f0f0f0;
}
.dealer-ratings-section .dealer-rating-block .dealer-rank {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e74c3c;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 1rem;
  font-size: 1rem;
  flex-shrink: 0;
}
.dealer-ratings-section .dealer-rating-block .dealer-info {
  flex-grow: 1;
  min-width: 0;
}
.dealer-ratings-section .dealer-rating-block .dealer-name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
}
.dealer-ratings-section .dealer-rating-block .dealer-city {
  font-size: 12px;
  color: #777;
  margin-top: 2px;
}
.dealer-ratings-section .dealer-rating-block .dealer-metric {
  font-weight: bold;
  color: #e74c3c;
  text-align: right;
  margin-left: 10px;
  white-space: nowrap;
}
.dealer-ratings-section .dealer-rating-block .dealer-metric .metric-label {
  display: block;
  font-size: 10px;
  color: #999;
  font-weight: normal;
  margin-top: 2px;
}
@media (max-width: 768px) {
  .dealer-ratings-section .dealer-ratings-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .dealer-ratings-section .dealer-rating-item {
    flex-wrap: wrap;
  }
  .dealer-ratings-section .dealer-rating-item .dealer-info {
    width: 100%;
  }
  .dealer-ratings-section .dealer-rating-item .dealer-metric {
    margin-left: auto;
  }
}

.power-rating-section .power-rating-table {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.power-rating-section .table-responsive {
  overflow-x: auto;
}
.power-rating-section table {
  width: 100%;
  border-collapse: collapse;
}
.power-rating-section th {
  background: #e74c3c;
  color: white;
  padding: 0.75rem 0.9375rem;
  text-align: left;
  font-size: 1rem;
}
.power-rating-section td {
  padding: 0.75rem 0.9375rem;
  border-bottom: 0.0625rem solid #eee;
  font-size: 1rem;
}
.power-rating-section td a {
  color: #000;
}
.power-rating-section tr:hover {
  background-color: #f5f5f5;
}
@media (max-width: 48rem) {
  .power-rating-section {
    margin: 1.875rem 0;
    padding: 0.9375rem;
  }
  .power-rating-section .section-title {
    font-size: 1.25rem;
  }
  .power-rating-section th,
  .power-rating-section td {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 30rem) {
  .power-rating-section .section-title {
    font-size: 1.125rem;
  }
  .power-rating-section th,
  .power-rating-section td {
    padding: 0.5rem 0.625rem;
    font-size: 0.8125rem;
  }
}

.class-characteristics-section .characteristics-table {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.class-characteristics-section .table-responsive {
  overflow-x: auto;
}
.class-characteristics-section .stats-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
}
.class-characteristics-section .stats-table th {
  background: #e74c3c;
  color: white;
  padding: 0.75rem;
  text-align: center;
  font-weight: 500;
}
.class-characteristics-section .stats-table td {
  padding: 0.75rem;
  border-bottom: 0.0625rem solid #eee;
  text-align: center;
}
.class-characteristics-section .stats-table tr:nth-child(even) {
  background-color: #f9f9f9;
}
.class-characteristics-section .stats-table tr:hover {
  background-color: #f1f1f1;
}
@media (max-width: 48rem) {
  .class-characteristics-section {
    margin: 1.875rem 0;
    padding: 0.9375rem;
  }
  .class-characteristics-section .section-title {
    font-size: 1.25rem;
  }
  .class-characteristics-section .stats-table {
    font-size: 0.875rem;
  }
  .class-characteristics-section .stats-table th, .class-characteristics-section .stats-table td {
    padding: 0.625rem 0.5rem;
  }
}
@media (max-width: 30rem) {
  .class-characteristics-section .stats-table th, .class-characteristics-section .stats-table td {
    padding: 0.5rem 0.375rem;
    font-size: 0.8125rem;
  }
}

.offers-by-section .class-header,
.offers-by-region .class-header,
.offers-by-brand-section .class-header {
  margin-bottom: 2rem;
  text-align: center;
}
.offers-by-section .brand-header,
.offers-by-region .brand-header,
.offers-by-brand-section .brand-header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.offers-by-section .class-description,
.offers-by-region .class-description,
.offers-by-brand-section .class-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}
.offers-by-section .offers-container,
.offers-by-region .offers-container,
.offers-by-brand-section .offers-container {
  margin-top: 2rem;
}
.offers-by-section .offers-grid,
.offers-by-region .offers-grid,
.offers-by-brand-section .offers-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2rem;
}
.offers-by-section .no-offers,
.offers-by-region .no-offers,
.offers-by-brand-section .no-offers {
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
}
.offers-by-section .no-offers p,
.offers-by-region .no-offers p,
.offers-by-brand-section .no-offers p {
  font-size: 1.2rem;
  color: #666;
}
.offers-by-section .pagination-wrapper,
.offers-by-region .pagination-wrapper,
.offers-by-brand-section .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .offers-by-section,
  .offers-by-region,
  .offers-by-brand-section {
    padding: 1.5rem 0;
  }
  .offers-by-section .class-title,
  .offers-by-region .class-title,
  .offers-by-brand-section .class-title {
    font-size: 1.7rem;
  }
  .offers-by-section .class-description,
  .offers-by-region .class-description,
  .offers-by-brand-section .class-description {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .offers-by-section .offers-grid,
  .offers-by-region .offers-grid,
  .offers-by-brand-section .offers-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .offers-by-section .class-title,
  .offers-by-region .class-title,
  .offers-by-brand-section .class-title {
    font-size: 1.5rem;
  }
  .offers-by-section .no-offers,
  .offers-by-region .no-offers,
  .offers-by-brand-section .no-offers {
    padding: 1.5rem;
  }
  .offers-by-section .no-offers p,
  .offers-by-region .no-offers p,
  .offers-by-brand-section .no-offers p {
    font-size: 1rem;
  }
}
.offers-by-section .offer-card,
.offers-by-region .offer-card,
.offers-by-brand-section .offer-card {
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1rem;
}
.offers-by-section .offer-card:hover,
.offers-by-region .offer-card:hover,
.offers-by-brand-section .offer-card:hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.12);
}
.offers-by-section .offer-card .offer-image,
.offers-by-region .offer-card .offer-image,
.offers-by-brand-section .offer-card .offer-image {
  position: relative;
  padding-top: 66.66%;
  overflow: hidden;
}
.offers-by-section .offer-card .offer-image img,
.offers-by-region .offer-card .offer-image img,
.offers-by-brand-section .offer-card .offer-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.offers-by-section .offer-card .offer-image:hover img,
.offers-by-region .offer-card .offer-image:hover img,
.offers-by-brand-section .offer-card .offer-image:hover img {
  transform: scale(1.05);
}
.offers-by-section .offer-card .offer-content,
.offers-by-region .offer-card .offer-content,
.offers-by-brand-section .offer-card .offer-content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.offers-by-section .offer-card .offer-title,
.offers-by-region .offer-card .offer-title,
.offers-by-brand-section .offer-card .offer-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #2c3e50;
  line-height: 1.3;
}
.offers-by-section .offer-card .offer-dealer,
.offers-by-region .offer-card .offer-dealer,
.offers-by-brand-section .offer-card .offer-dealer {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 0.75rem;
}
.offers-by-section .offer-card .offer-dealer .dealer-logo,
.offers-by-region .offer-card .offer-dealer .dealer-logo,
.offers-by-brand-section .offer-card .offer-dealer .dealer-logo {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #eee;
}
.offers-by-section .offer-card .offer-dealer .dealer-logo img,
.offers-by-region .offer-card .offer-dealer .dealer-logo img,
.offers-by-brand-section .offer-card .offer-dealer .dealer-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offers-by-section .offer-card .offer-dealer .dealer-name,
.offers-by-region .offer-card .offer-dealer .dealer-name,
.offers-by-brand-section .offer-card .offer-dealer .dealer-name {
  font-size: 0.875rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offers-by-section .offer-card .offer-price,
.offers-by-region .offer-card .offer-price,
.offers-by-brand-section .offer-card .offer-price {
  margin-bottom: 1rem;
  position: relative;
}
.offers-by-section .offer-card .offer-price .original-price,
.offers-by-region .offer-card .offer-price .original-price,
.offers-by-brand-section .offer-card .offer-price .original-price {
  font-size: 0.875rem;
  color: #999;
  text-decoration: line-through;
}
.offers-by-section .offer-card .offer-price .final-price,
.offers-by-region .offer-card .offer-price .final-price,
.offers-by-brand-section .offer-card .offer-price .final-price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e74c3c;
  line-height: 1.2;
}
.offers-by-section .offer-card .offer-price .discount-badge,
.offers-by-region .offer-card .offer-price .discount-badge,
.offers-by-brand-section .offer-card .offer-price .discount-badge {
  position: absolute;
  top: 0;
  right: 0;
  background: #e74c3c;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
}
.offers-by-section .offer-card .offer-details,
.offers-by-region .offer-card .offer-details,
.offers-by-brand-section .offer-card .offer-details {
  margin-bottom: 1.25rem;
  flex-grow: 1;
}
.offers-by-section .offer-card .offer-details .detail-item,
.offers-by-region .offer-card .offer-details .detail-item,
.offers-by-brand-section .offer-card .offer-details .detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.offers-by-section .offer-card .offer-details .detail-item:last-child,
.offers-by-region .offer-card .offer-details .detail-item:last-child,
.offers-by-brand-section .offer-card .offer-details .detail-item:last-child {
  margin-bottom: 0;
}
.offers-by-section .offer-card .offer-details .detail-item .detail-label,
.offers-by-region .offer-card .offer-details .detail-item .detail-label,
.offers-by-brand-section .offer-card .offer-details .detail-item .detail-label {
  color: #777;
}
.offers-by-section .offer-card .offer-details .detail-item .detail-value,
.offers-by-region .offer-card .offer-details .detail-item .detail-value,
.offers-by-brand-section .offer-card .offer-details .detail-item .detail-value {
  color: #333;
  font-weight: 500;
}
.offers-by-section .offer-card .offer-actions,
.offers-by-region .offer-card .offer-actions,
.offers-by-brand-section .offer-card .offer-actions {
  display: flex;
  gap: 0.75rem;
  margin-top: auto;
}
.offers-by-section .offer-card .offer-actions .btn,
.offers-by-region .offer-card .offer-actions .btn,
.offers-by-brand-section .offer-card .offer-actions .btn {
  flex: 1;
  text-align: center;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.offers-by-section .offer-card .offer-actions .btn.primary,
.offers-by-region .offer-card .offer-actions .btn.primary,
.offers-by-brand-section .offer-card .offer-actions .btn.primary {
  background: #e74c3c;
  color: white;
  border: 1px solid #e74c3c;
}
.offers-by-section .offer-card .offer-actions .btn.primary:hover,
.offers-by-region .offer-card .offer-actions .btn.primary:hover,
.offers-by-brand-section .offer-card .offer-actions .btn.primary:hover {
  background: rgb(228.2054794521, 55.1575342466, 37.2945205479);
}
.offers-by-section .offer-card .offer-actions .btn.outline,
.offers-by-region .offer-card .offer-actions .btn.outline,
.offers-by-brand-section .offer-card .offer-actions .btn.outline {
  background: transparent;
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
.offers-by-section .offer-card .offer-actions .btn.outline:hover,
.offers-by-region .offer-card .offer-actions .btn.outline:hover,
.offers-by-brand-section .offer-card .offer-actions .btn.outline:hover {
  background: rgba(231, 76, 60, 0.1);
}
@media (max-width: 768px) {
  .offers-by-section .offer-card .offer-content,
  .offers-by-region .offer-card .offer-content,
  .offers-by-brand-section .offer-card .offer-content {
    padding: 1rem;
  }
  .offers-by-section .offer-card .offer-title,
  .offers-by-region .offer-card .offer-title,
  .offers-by-brand-section .offer-card .offer-title {
    font-size: 1.1rem;
  }
  .offers-by-section .offer-card .offer-price .final-price,
  .offers-by-region .offer-card .offer-price .final-price,
  .offers-by-brand-section .offer-card .offer-price .final-price {
    font-size: 1.3rem;
  }
  .offers-by-section .offer-card .offer-actions,
  .offers-by-region .offer-card .offer-actions,
  .offers-by-brand-section .offer-card .offer-actions {
    flex-direction: column;
    gap: 0.5rem;
  }
  .offers-by-section .offer-card .offer-actions .btn,
  .offers-by-region .offer-card .offer-actions .btn,
  .offers-by-brand-section .offer-card .offer-actions .btn {
    width: 100%;
  }
}
.offers-by-section .offers-header,
.offers-by-region .offers-header,
.offers-by-brand-section .offers-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #fff;
  border-radius: 0.75rem;
}
.offers-by-section .offers-header .offers-stats,
.offers-by-region .offers-header .offers-stats,
.offers-by-brand-section .offers-header .offers-stats {
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
}
.offers-by-section .offers-header .offers-sort,
.offers-by-region .offers-header .offers-sort,
.offers-by-brand-section .offers-header .offers-sort {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.offers-by-section .offers-header .offers-sort .sort-label,
.offers-by-region .offers-header .offers-sort .sort-label,
.offers-by-brand-section .offers-header .offers-sort .sort-label {
  font-size: 0.9rem;
  color: #666;
}
.offers-by-section .offers-header .offers-sort .sort-select,
.offers-by-region .offers-header .offers-sort .sort-select,
.offers-by-brand-section .offers-header .offers-sort .sort-select {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  background: white;
  cursor: pointer;
  transition: border-color 0.3s;
}
.offers-by-section .offers-header .offers-sort .sort-select:hover,
.offers-by-region .offers-header .offers-sort .sort-select:hover,
.offers-by-brand-section .offers-header .offers-sort .sort-select:hover {
  border-color: #aaa;
}
.offers-by-section .offers-header .offers-sort .sort-select:focus,
.offers-by-region .offers-header .offers-sort .sort-select:focus,
.offers-by-brand-section .offers-header .offers-sort .sort-select:focus {
  outline: none;
  border-color: #e74c3c;
}
.offers-by-section .no-offers,
.offers-by-region .no-offers,
.offers-by-brand-section .no-offers {
  text-align: center;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 0.5rem;
  color: #666;
}
@media (max-width: 768px) {
  .offers-by-section .offers-header,
  .offers-by-region .offers-header,
  .offers-by-brand-section .offers-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .offers-by-section .offers-header .offers-sort,
  .offers-by-region .offers-header .offers-sort,
  .offers-by-brand-section .offers-header .offers-sort {
    width: 100%;
  }
  .offers-by-section .offers-header .offers-sort select,
  .offers-by-region .offers-header .offers-sort select,
  .offers-by-brand-section .offers-header .offers-sort select {
    width: 100%;
  }
}

.mentioned-bikes-section .bikes-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .mentioned-bikes-section .bikes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .mentioned-bikes-section .bikes-grid {
    grid-template-columns: 1fr;
  }
}
.mentioned-bikes-section .bike-card {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333;
}
.mentioned-bikes-section .bike-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.mentioned-bikes-section .bike-card:hover .bike-image img {
  transform: scale(1.05);
}
.mentioned-bikes-section .bike-image {
  position: relative;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
}
.mentioned-bikes-section .bike-image img, .mentioned-bikes-section .bike-image .image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.mentioned-bikes-section .bike-image .image-placeholder {
  background-color: #b6b6b6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mentioned-bikes-section .bike-image .image-placeholder svg {
  width: 50%;
  height: 50%;
  color: #333;
}
.mentioned-bikes-section .bike-info {
  padding: 1rem;
  text-align: center;
}
.mentioned-bikes-section .bike-brand {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 0.25rem;
}
.mentioned-bikes-section .bike-model {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.article-mentions-section {
  padding: 2.5rem 0;
}
.article-mentions-section .article-mentions-block .container .articles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 64rem) {
  .article-mentions-section .article-mentions-block .container .articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 40rem) {
  .article-mentions-section .article-mentions-block .container .articles-grid {
    grid-template-columns: 1fr;
  }
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card {
  display: block;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: inherit;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card:hover {
  transform: translateY(-0.3125rem);
  box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.2);
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card:hover .article-image img {
  transform: scale(1.05);
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-image {
  height: 11.25rem;
  overflow: hidden;
  position: relative;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-image .image-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-image .image-placeholder svg {
  width: 3.125rem;
  height: 3.125rem;
  color: #ccc;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-content {
  padding: 0.9375rem;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-content .article-title {
  font-size: 1rem;
  margin: 0 0 0.625rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-content .article-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #666;
}
.article-mentions-section .article-mentions-block .container .articles-grid .article-card .article-content .article-meta .article-category {
  color: #2b6cb0;
}

@media (max-width: 40rem) {
  .article-mentions-block .title {
    font-size: 1.5rem;
  }
}

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