.support-page {
  color: #1a1a1a;
  overflow: hidden;
}
.support-page__hero {
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  background: #080305;
  padding: 120px 0 140px;
}
.support-page__hero-wave, .support-page__hero-ellipse {
  position: absolute;
  pointer-events: none;
  user-select: none;
}
.support-page .compare__select .select2-container--default .select2-selection--single .select2-selection__rendered {
  border: 1px solid #1A1A1A;
  font-size: 15px;
  line-height: 1;
  padding: 8px 16px;
  min-width: 216px;
}
.support-page .select2-container {
  min-width: 250px;
  margin-left: 20px;
  margin-top: 20px;
}
.support-page  .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.707 0.707153L6.70703 6.70715L0.707031 0.707154" stroke="%231B1B1B" stroke-width="2"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  width: 14px;
  height: 9px;
  margin: 0;
  left: 30%;
  border: none;
}
.support-page  .select2-container--default .select2-selection--single .select2-selection__arrow {
  opacity: 1;
  right: 7px;
}
.support-page .select2-container--default .select2-selection--single {
  border-radius: 0px;
}
.support-page__hero-wave {
  inset: 50% auto auto 50%;
  width: 1920px;
  height: 1080px;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.support-page__hero-ellipse {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page__hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 1040px;
}
.support-page__hero-label {
  margin: 0 0 30px;
  color: #428e19;
  font-size: 26px;
  line-height: 1.1;
}
.support-page__hero-title {
  margin: 0;
  color: #f1f1f1;
  font-size: 56px;
  line-height: 1;
}
.support-page__hero-title span {
  color: #428e19;
}
.support-page__hero-text {
  margin: 30px auto 0;
  max-width: 1110px;
  color: #9f9f9f;
  font-size: 26px;
  line-height: 1.2;
}
.support-page__warranty {
  background: #fff;
  padding: 18px 0 70px;
}
.support-page__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.2;
}
.support-page__breadcrumbs a {
  color: #a4a4a4;
  text-decoration: none;
}
.support-page__breadcrumbs span {
  color: #1b1b1b;
}
.support-page__section-title {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
}
.support-page__section-subtitle {
  margin: 24px auto 0;
  max-width: 950px;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.support-page__warranty-grid {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-around;
}
.support-page__warranty-card {
  position: relative;
  border: 1px solid #428e19;
  border-radius: 4px;
  background: #f7f7f7;
  padding: 26px;
  min-height: 238px;
  max-width: 274px;
}
.support-page__warranty-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 18px;
}
.support-page__warranty-card h3 {
  margin: 20px 0 0 0;
  max-width: 210px;
  font-size: 24px;
  line-height: 1.15;
}
.support-page__warranty-card p {
  margin: 14px 0 0;
  max-width: 250px;
  color: #434343;
  font-size: 16px;
  line-height: 1.2;
}
.support-page__warranty-number {
  position: absolute;
  top: 10px;
  font-weight: 900;
  right: 18px;
  font-size: 110px;
  line-height: 1;
  color: rgba(66, 142, 25, 0.13);
}
.support-page__shipping {
  position: relative;
  background-color: #0d0d0d;
  background-image: url('/style/index/img/support/representation.jpg');
  background-size: cover;
  background-position: top center;
  padding: 78px 0 64px;
}
.support-page__shipping-title {
  margin: 0;
  color: #f1f1f1;
  font-size: 32px;
  line-height: 1.1;
}
.support-page__shipping-subtitle {
  margin: 22px 0 0;
  max-width: 1080px;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 1.4;
}
.support-page__shipping-layout {
  margin-top: 40px;
  display: grid;
  gap: 44px;
  grid-template-columns: 532px 1fr;
}
.support-page__shipping-cards {
  display: grid;
  gap: 20px;
}
.support-page__shipping-card {
  border: 1px solid #434343;
  border-radius: 4px;
  background: rgba(29, 29, 29, 0.5);
  backdrop-filter: blur(6px);
  padding: 16px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.support-page__shipping-card img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.support-page__shipping-card h3 {
  margin: 0;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 1.1;
}
.support-page__shipping-card p {
  margin: 8px 0 0;
  color: #9f9f9f;
  font-size: 18px;
  line-height: 1.4;
}
.support-page__shipping-steps {
  padding-left: 30px;
}
.support-page__shipping-steps h3 {
  margin: 0 0 24px;
  color: #428e19;
  font-size: 24px;
  line-height: 1.1;
}
.support-page__shipping-steps ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 24px;
}
.support-page__shipping-steps li {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.support-page__shipping-steps span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #428e19;
  background: rgba(192, 227, 173, 0.07);
  color: #428e19;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  flex-shrink: 0;
}
.support-page__shipping-steps h4 {
  margin: 0;
  color: #f1f1f1;
  font-size: 20px;
  line-height: 1.1;
}
.support-page__shipping-steps p {
  margin: 8px 0 0;
  color: #9f9f9f;
  font-size: 18px;
  line-height: 1.4;
}
.support-page .is-green {
  color: #428e19;
}
.support-page__contacts {
  background: rgba(13, 13, 13, 0.97);
  background-image: url('/style/index/img/support/connection.jpg');
  background-size: cover;
  background-position: top center;
  padding: 78px 0 78px;
  text-align: center;
}
.support-page__contacts h2 {
  margin: 0;
  color: #f1f1f1;
  font-size: 32px;
  line-height: 1.1;
}
.support-page__contacts p {
  margin: 18px 0 0;
  color: #f1f1f1;
  font-size: 18px;
  line-height: 1.4;
}
.support-page__contacts-grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.support-page__contacts-grid article {
  border: 1px solid #434343;
  border-radius: 4px;
  background: rgba(48, 48, 48, 0.1);
  backdrop-filter: blur(5px);
  padding: 20px 24px;
}
.support-page__contacts-grid img {
  width: 60px;
  height: 60px;
}
.support-page__contacts-grid h3 {
  margin: 16px 0;
  color: #f1f1f1;
  font-size: 24px;
  line-height: 1.1;
}
.support-page__contacts-grid a {
  color: #428e19;
  font-size: 18px;
  line-height: 1.4;
  text-decoration: none;
}
.support-page__centers {
  background: #f1f1f1;
  padding: 70px 0;
}
.support-page__centers h2 {
  margin: 0 0 28px;
  font-size: 32px;
  line-height: 1.1;
}
.support-page__centers-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
  gap: 30px;
}
.support-page__map-wrap {
  position: relative;
  border: 1px solid #c8c9c7;
  border-radius: 4px;
  overflow: hidden;
  height: fit-content;
}
.support-page__map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 520px;
}
.support-page .pin {
  position: absolute;
  width: 34px;
  height: 34px;
}
.support-page .pin-1 {
  left: 32%;
  top: 38%;
}
.support-page .pin-2 {
  left: 39%;
  top: 44%;
}
.support-page .pin-3 {
  left: 47%;
  top: 50%;
}
.support-page__map-tooltip {
  position: absolute;
  left: 35%;
  top: 18%;
  width: 236px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(103, 122, 91, 0.75);
  padding: 10px 16px;
  font-size: 12px;
  line-height: 1.2;
}
.support-page__map-tooltip p {
  margin: 0 0 6px;
}
.support-page__map-tooltip svg {
  position: absolute;
  left: 40%;
  bottom: -10px;
}
.support-page__cities {
  border: 1px solid #c8c9c7;
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  max-height: 367px;
  overflow: auto;
}
.support-page__cities-header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #f7f7f7;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.support-page__city-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 12px;
  font-size: 16px;
  line-height: 1.2;
  color: #434343;
}
.support-page__city-item strong {
  color: #1b1b1b;
  font-weight: 500;
}
.support-page__city-item em {
  color: #428e19;
  font-style: normal;
}
.support-page__city-item img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  flex-shrink: 0;
}
.support-page__faq {
  background: #f7f7f7;
  padding: 60px 0 80px;
}
.support-page__faq h2 {
  margin: 0;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
}
.support-page__faq-list {
  margin: 30px auto 0;
  max-width: 768px;
  display: grid;
  gap: 20px;
}
.support-page__faq-item {
  border: 1px solid #9f9f9f;
  border-radius: 4px;
}
.support-page__faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 56px 20px 20px;
  font-size: 18px;
  line-height: 1.4;
  color: #1b1b1b;
}
.support-page__faq-item summary::-webkit-details-marker {
  display: none;
}
.support-page__faq-item summary::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  border-right: 2px solid #1b1b1b;
  border-bottom: 2px solid #1b1b1b;
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}
.support-page__faq-item p {
  margin: 0;
  padding: 0 20px 20px;
  color: #434343;
  font-size: 16px;
  line-height: 1.2;
}
.support-page__faq-item[open] {
  border-color: #428e19;
  background: #fff;
}
.support-page__faq-item[open] summary::after {
  transform: translateY(-35%) rotate(-135deg);
}
@media (max-width: 1200px) {
  .support-page__hero {
    min-height: 450px;
    padding: 90px 0 70px;
  }
  .support-page__hero-label {
    font-size: 24px;
  }
  .support-page__hero-title {
    font-size: 52px;
  }
  .support-page__hero-text {
    font-size: 24px;
  }
  .support-page__warranty-grid, .support-page__contacts-grid {
    gap: 20px;
  }
  .support-page__shipping-layout {
    grid-template-columns: 1fr;
  }
  .support-page__shipping-steps {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .support-page__warranty-grid, .support-page__contacts-grid, .support-page__centers-layout {
    grid-template-columns: 1fr;
  }
  .support-page__hero-title {
    font-size: 44px;
  }
  .support-page__hero-text {
    font-size: 20px;
  }
  .support-page__warranty {
    padding-bottom: 48px;
  }
  .support-page__shipping, .support-page__centers, .support-page__faq {
    padding-top: 52px;
    padding-bottom: 52px;
  }
  .support-page__map-tooltip {
    left: 14px;
    top: 14px;
  }
  .support-page__shipping-steps span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .support-page__hero {
    min-height: 360px;
    padding: 72px 0 50px;
  }
  .support-page__hero-label {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .support-page__hero-title {
    font-size: 34px;
  }
  .support-page__hero-text {
    margin-top: 18px;
    font-size: 16px;
  }
  .support-page__section-title, .support-page__shipping-title, .support-page__contacts h2, .support-page__centers h2, .support-page__faq h2 {
    font-size: 26px;
  }
  .support-page__section-subtitle, .support-page__shipping-subtitle {
    font-size: 16px;
  }
  .support-page__warranty-card {
    min-height: auto;
    padding: 20px;
  }
  .support-page__warranty-card h3 {
    font-size: 20px;
  }
  .support-page__warranty-number {
    font-size: 70px;
    right: 10px;
  }
  .support-page__shipping-card h3, .support-page__shipping-steps h4, .support-page__contacts-grid h3 {
    font-size: 18px;
  }
  .support-page__shipping-card p, .support-page__shipping-steps p, .support-page__contacts-grid a {
    font-size: 15px;
  }
  .support-page__faq-item summary {
    font-size: 16px;
  }
}