/* Start custom CSS for html, class: .elementor-element-b4b3f51 *//* =========================================================
   СТРАНИЦА «ЦЕНА ЗА ТОЧКУ ЭЛЕКТРИКИ»
   Префикс классов: emr-point-
   ========================================================= */

.emr-point-page {
  --emr-point-blue: #176fbd;
  --emr-point-blue-dark: #123d66;
  --emr-point-blue-soft: #eaf4ff;
  --emr-point-orange: #ff7a00;
  --emr-point-orange-dark: #d96500;
  --emr-point-orange-soft: #fff5e9;
  --emr-point-text: #1c3048;
  --emr-point-muted: #5d6f83;
  --emr-point-border: #dce7f2;
  --emr-point-bg: #f7faff;
  --emr-point-white: #ffffff;
  --emr-point-shadow: 0 12px 34px rgba(19, 55, 91, 0.08);
  --emr-point-shadow-hover: 0 16px 36px rgba(19, 55, 91, 0.12);
  --emr-point-radius-lg: 22px;
  --emr-point-radius-md: 16px;
  --emr-point-radius-sm: 12px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--emr-point-text);
  font-family: inherit;
}

.emr-point-page,
.emr-point-page * {
  box-sizing: border-box;
}

.emr-point-page h1,
.emr-point-page h2,
.emr-point-page h3,
.emr-point-page p,
.emr-point-page ul,
.emr-point-page ol {
  margin-top: 0;
}

.emr-point-page h1,
.emr-point-page h2,
.emr-point-page h3 {
  color: var(--emr-point-text);
  letter-spacing: -0.015em;
}

.emr-point-page p,
.emr-point-page li {
  color: var(--emr-point-muted);
}

.emr-point-page a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.emr-point-page a:focus-visible,
.emr-point-page summary:focus-visible {
  outline: 3px solid rgba(23, 111, 189, 0.28);
  outline-offset: 3px;
}

.emr-point-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--emr-point-blue-soft);
  color: var(--emr-point-blue);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
}

.emr-point-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
  gap: 24px;
  margin: 28px 0 20px;
  padding: 30px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-lg);
  box-shadow: var(--emr-point-shadow);
}

.emr-point-hero__main {
  min-width: 0;
}

.emr-point-hero h1 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4.8vw, 52px);
  line-height: 1.08;
}

.emr-point-lead {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.68;
}

.emr-point-key {
  padding: 18px 19px;
  background: var(--emr-point-orange-soft);
  border-left: 4px solid var(--emr-point-orange);
  border-radius: var(--emr-point-radius-sm);
}

.emr-point-key strong {
  display: block;
  margin-bottom: 6px;
  color: #44372a;
  font-size: 16px;
}

.emr-point-key p {
  margin-bottom: 0;
  color: #655545;
  font-size: 14px;
  line-height: 1.58;
}

.emr-point-hero__aside {
  align-self: stretch;
  padding: 22px;
  background: var(--emr-point-bg);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-md);
}

.emr-point-hero__aside > strong {
  display: block;
  margin-bottom: 12px;
  color: #1e405f;
  font-size: 18px;
  line-height: 1.35;
}

.emr-point-hero__aside ul {
  margin-bottom: 14px;
  padding: 0;
  list-style: none;
}

.emr-point-hero__aside li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.5;
}

.emr-point-hero__aside li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--emr-point-orange-dark);
  font-weight: 900;
}

.emr-point-hero__aside p {
  margin-bottom: 0;
  padding-top: 13px;
  border-top: 1px solid var(--emr-point-border);
  font-size: 13px;
  line-height: 1.5;
}

.emr-point-actions,
.emr-point-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.emr-point-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: var(--emr-point-radius-sm);
  text-align: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.emr-point-btn:hover {
  transform: translateY(-1px);
  text-decoration: none !important;
}

.emr-point-btn--max {
  background: var(--emr-point-orange);
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(255, 122, 0, 0.22);
}

.emr-point-btn--max:hover {
  background: var(--emr-point-orange-dark);
  color: #ffffff !important;
}

.emr-point-btn--primary {
  background: var(--emr-point-blue);
  color: #ffffff !important;
}

.emr-point-btn--primary:hover {
  background: #105e9f;
  color: #ffffff !important;
}

.emr-point-btn--light {
  background: #edf4fb;
  border-color: #d4e2ef;
  color: #214a70 !important;
}

.emr-point-btn--light:hover {
  background: #e2edf8;
  color: #173b5e !important;
}

.emr-point-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 24px;
  padding: 12px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(19, 55, 91, 0.05);
}

.emr-point-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 13px;
  border-radius: 10px;
  background: var(--emr-point-bg);
  color: #315675;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 750;
}

.emr-point-nav a:hover {
  background: var(--emr-point-blue-soft);
  color: var(--emr-point-blue);
  transform: translateY(-1px);
}

#emr-point-meaning,
#emr-point-composition,
#emr-point-example,
#emr-point-blocks,
#emr-point-compare,
#emr-point-object,
#emr-point-faq {
  scroll-margin-top: 110px;
}

.emr-point-section {
  margin-bottom: 28px;
  padding: 29px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-lg);
  box-shadow: var(--emr-point-shadow);
}

.emr-point-section--soft {
  background: var(--emr-point-bg);
}

.emr-point-section__head {
  max-width: 880px;
  margin-bottom: 22px;
}

.emr-point-section__head h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.4vw, 36px);
  line-height: 1.18;
}

.emr-point-section__head p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.65;
}

.emr-point-subtitle {
  margin: 24px 0 15px;
  font-size: 22px;
  line-height: 1.3;
}

.emr-point-cards {
  display: grid;
  gap: 16px;
}

.emr-point-cards--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emr-point-cards--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.emr-point-card {
  min-width: 0;
  padding: 20px;
  background: var(--emr-point-bg);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-md);
}

.emr-point-section--soft .emr-point-card {
  background: var(--emr-point-white);
}

.emr-point-card:hover {
  border-color: #bdd5e9;
  box-shadow: var(--emr-point-shadow-hover);
  transform: translateY(-2px);
}

.emr-point-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 30px;
  margin-bottom: 12px;
  padding: 0 9px;
  border-radius: 9px;
  background: var(--emr-point-blue-soft);
  color: var(--emr-point-blue);
  font-size: 13px;
  font-weight: 850;
}

.emr-point-card h3 {
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.34;
}

.emr-point-card p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.58;
}

.emr-point-formula {
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 11px;
  background: var(--emr-point-blue-soft);
  color: #244f74;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.emr-point-note {
  margin-top: 18px;
  padding: 17px 19px;
  border-radius: var(--emr-point-radius-sm);
}

.emr-point-note strong {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
}

.emr-point-note p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.58;
}

.emr-point-note--blue {
  background: var(--emr-point-blue-soft);
  border-left: 4px solid var(--emr-point-blue);
}

.emr-point-note--blue strong,
.emr-point-note--blue p {
  color: #284e70;
}

.emr-point-note--orange {
  background: var(--emr-point-orange-soft);
  border-left: 4px solid var(--emr-point-orange);
}

.emr-point-note--orange strong,
.emr-point-note--orange p {
  color: #5f4e3c;
}

.emr-point-versus {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  margin-bottom: 20px;
}

.emr-point-versus__item {
  padding: 21px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-md);
}

.emr-point-versus__item--accent {
  border-color: #f0c291;
}

.emr-point-versus__label {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emr-point-blue-soft);
  color: var(--emr-point-blue);
  font-size: 12px;
  font-weight: 800;
}

.emr-point-versus__item--accent .emr-point-versus__label {
  background: var(--emr-point-orange-soft);
  color: var(--emr-point-orange-dark);
}

.emr-point-versus__item h3 {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 1.3;
}

.emr-point-versus__item ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.emr-point-versus__item li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 21px;
  font-size: 14px;
  line-height: 1.48;
}

.emr-point-versus__item li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--emr-point-orange-dark);
  font-weight: 900;
}

.emr-point-versus__sign {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--emr-point-orange-dark);
  font-size: 34px;
  font-weight: 900;
}

.emr-point-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--emr-point-border);
  border-radius: 14px;
  background: var(--emr-point-white);
  -webkit-overflow-scrolling: touch;
}

.emr-point-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.emr-point-table th,
.emr-point-table td {
  padding: 13px 15px;
  border-right: 1px solid #e7eef5;
  border-bottom: 1px solid #e7eef5;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.45;
}

.emr-point-table th {
  background: var(--emr-point-blue-soft);
  color: #1c466a;
  font-weight: 850;
}

.emr-point-table td {
  color: #455d74;
}

.emr-point-table td strong {
  color: #253f58;
}

.emr-point-table tr:last-child td {
  border-bottom: 0;
}

.emr-point-table th:last-child,
.emr-point-table td:last-child {
  border-right: 0;
}

.emr-point-table tbody tr:nth-child(even) td {
  background: #fafcff;
}

.emr-point-table tbody tr:hover td {
  background: #f3f8fd;
}

.emr-point-results {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-point-results article {
  padding: 19px;
  background: var(--emr-point-bg);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-md);
}

.emr-point-results span {
  display: block;
  margin-bottom: 7px;
  color: #36536d;
  font-size: 14px;
  font-weight: 750;
}

.emr-point-results strong {
  display: block;
  margin-bottom: 5px;
  color: var(--emr-point-orange-dark);
  font-size: 24px;
  line-height: 1.2;
}

.emr-point-results p {
  margin-bottom: 0;
  font-size: 13px;
}

.emr-point-inline-links {
  margin: 17px 0 0;
  font-size: 14px;
  line-height: 1.62;
}

.emr-point-inline-links a {
  color: var(--emr-point-blue);
  font-weight: 750;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.emr-point-inline-links a:hover {
  color: var(--emr-point-blue-dark);
}

.emr-point-types {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.emr-point-types article {
  min-width: 0;
  padding: 17px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: 13px;
}

.emr-point-types strong {
  display: block;
  margin-bottom: 6px;
  color: #24455f;
  font-size: 15px;
}

.emr-point-types p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.emr-point-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.emr-point-checklist article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 17px;
  background: var(--emr-point-bg);
  border: 1px solid var(--emr-point-border);
  border-radius: 13px;
}

.emr-point-checklist article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 30px;
  border-radius: 9px;
  background: var(--emr-point-blue-soft);
  color: var(--emr-point-blue);
  font-size: 12px;
  font-weight: 850;
}

.emr-point-checklist strong {
  display: block;
  margin-bottom: 5px;
  color: #24445f;
  font-size: 15px;
}

.emr-point-checklist p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.emr-point-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.emr-point-choice article {
  padding: 21px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: var(--emr-point-radius-md);
}

.emr-point-choice__featured {
  border-color: #9fc9ec !important;
  box-shadow: 0 10px 25px rgba(23, 111, 189, 0.08);
}

.emr-point-choice__label {
  display: inline-flex;
  margin-bottom: 11px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--emr-point-blue-soft);
  color: var(--emr-point-blue);
  font-size: 12px;
  font-weight: 800;
}

.emr-point-choice h3 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.32;
}

.emr-point-choice p {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 1.56;
}

.emr-point-choice a {
  color: var(--emr-point-blue);
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
}

.emr-point-choice a::after {
  content: " →";
}

.emr-point-choice a:hover {
  color: var(--emr-point-blue-dark);
}

.emr-point-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.emr-point-steps article {
  display: flex;
  gap: 11px;
  padding: 18px;
  background: var(--emr-point-bg);
  border: 1px solid var(--emr-point-border);
  border-radius: 14px;
}

.emr-point-steps article > span {
  display: inline-flex;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: var(--emr-point-blue);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.emr-point-steps h3 {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.35;
}

.emr-point-steps p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
}

.emr-point-warranty {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 17px;
}

.emr-point-warranty > div {
  padding: 17px;
  background: var(--emr-point-orange-soft);
  border: 1px solid #efd3b5;
  border-radius: 13px;
}

.emr-point-warranty strong {
  display: block;
  margin-bottom: 5px;
  color: #4a3b2e;
}

.emr-point-warranty p {
  margin-bottom: 0;
  color: #655545;
  font-size: 13px;
  line-height: 1.5;
}

.emr-point-section--links {
  background: var(--emr-point-bg);
}

.emr-point-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.emr-point-links a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 136px;
  flex-direction: column;
  padding: 18px 42px 18px 18px;
  background: var(--emr-point-white);
  border: 1px solid var(--emr-point-border);
  border-radius: 14px;
  color: var(--emr-point-text) !important;
  text-decoration: none !important;
}

.emr-point-links a::after {
  content: "→";
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--emr-point-orange-dark);
  font-size: 20px;
  font-weight: 900;
}

.emr-point-links a:hover {
  border-color: #b9d3e8;
  box-shadow: var(--emr-point-shadow-hover);
  transform: translateY(-2px);
}

.emr-point-links strong {
  margin-bottom: 7px;
  color: #1d405f;
  font-size: 17px;
  line-height: 1.35;
}

.emr-point-links span {
  color: var(--emr-point-muted);
  font-size: 13px;
  line-height: 1.52;
}

.emr-point-faq {
  display: grid;
  gap: 10px;
}

.emr-point-faq details {
  background: var(--emr-point-bg);
  border: 1px solid var(--emr-point-border);
  border-radius: 13px;
}

.emr-point-faq details[open] {
  background: var(--emr-point-white);
  border-color: #c6dced;
}

.emr-point-faq summary {
  position: relative;
  padding: 16px 50px 16px 18px;
  color: #203f5b;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.emr-point-faq summary::-webkit-details-marker {
  display: none;
}

.emr-point-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: var(--emr-point-blue);
  font-size: 24px;
  font-weight: 500;
}

.emr-point-faq details[open] summary::after {
  content: "−";
}

.emr-point-faq details p {
  margin: 0;
  padding: 0 18px 17px;
  font-size: 14px;
  line-height: 1.6;
}

.emr-point-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 22px;
  margin-bottom: 20px;
  padding: 29px;
  background: var(--emr-point-blue-soft);
  border: 1px solid #cfe1f1;
  border-radius: var(--emr-point-radius-lg);
}

.emr-point-cta h2 {
  margin-bottom: 10px;
  font-size: clamp(26px, 3.2vw, 35px);
  line-height: 1.18;
}

.emr-point-cta__content > p {
  margin-bottom: 13px;
  font-size: 15px;
  line-height: 1.62;
}

.emr-point-cta__content ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.emr-point-cta__content li {
  position: relative;
  padding-left: 21px;
  font-size: 14px;
  line-height: 1.45;
}

.emr-point-cta__content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--emr-point-orange-dark);
  font-weight: 900;
}

.emr-point-cta__side {
  align-self: center;
}

.emr-point-cta__actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0;
}

.emr-point-cta__condition {
  margin: 13px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

.emr-point-safety {
  margin-bottom: 30px;
  padding: 17px 19px;
  background: #fff8ef;
  border-left: 4px solid var(--emr-point-orange);
  border-radius: 12px;
}

.emr-point-safety strong {
  display: block;
  margin-bottom: 5px;
  color: #503e2e;
}

.emr-point-safety p {
  margin-bottom: 0;
  color: #675545;
  font-size: 13px;
  line-height: 1.55;
}

@media (max-width: 1020px) {
  .emr-point-hero,
  .emr-point-cta {
    grid-template-columns: 1fr;
  }

  .emr-point-cards--four,
  .emr-point-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-point-types,
  .emr-point-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .emr-point-warranty {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .emr-point-page {
    width: 100%;
  }

  .emr-point-hero,
  .emr-point-section,
  .emr-point-cta {
    padding: 20px 16px;
    border-radius: 17px;
  }

  .emr-point-hero {
    margin-top: 18px;
  }

  .emr-point-hero h1 {
    font-size: 32px;
  }

  .emr-point-lead {
    font-size: 15px;
  }

  .emr-point-actions,
  .emr-point-cta__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .emr-point-btn {
    width: 100%;
  }

  .emr-point-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .emr-point-nav a {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .emr-point-cards--four,
  .emr-point-cards--two,
  .emr-point-results,
  .emr-point-types,
  .emr-point-checklist,
  .emr-point-choice,
  .emr-point-steps,
  .emr-point-links {
    grid-template-columns: 1fr;
  }

  .emr-point-versus {
    grid-template-columns: 1fr;
  }

  .emr-point-versus__sign {
    min-height: 42px;
  }

  .emr-point-card:hover,
  .emr-point-links a:hover {
    transform: none;
  }

  .emr-point-table {
    min-width: 660px;
  }

  .emr-point-table th,
  .emr-point-table td {
    padding: 11px 12px;
    font-size: 13px;
  }

  .emr-point-cta__content ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .emr-point-hero,
  .emr-point-section,
  .emr-point-cta {
    padding: 18px 14px;
  }

  .emr-point-hero h1 {
    font-size: 29px;
  }

  .emr-point-section__head h2,
  .emr-point-cta h2 {
    font-size: 25px;
  }

  .emr-point-key,
  .emr-point-hero__aside,
  .emr-point-card,
  .emr-point-versus__item {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .emr-point-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */