/* outsourcing.css — только для страницы IT-аутсорсинга */

/* ---------- RESET & GLOBAL ---------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', sans-serif;
  background: #ffffff;
  color: #1a1a1a;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 60px 0;
}

.section-title {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
}

/* ---------- HEADER ---------- */
.header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid #f0f0f0;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  gap: 60px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-icon {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.logo-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
}

.logo-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.logo-desc {
  font-size: 13px;
  color: #666;
}

.nav {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-left: auto;
}

.nav a {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  transition: color 0.3s;
  white-space: nowrap;
}

.nav a:hover {
  color: #4169E1;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}

.phone {
  text-align: right;
}

.phone-number {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  white-space: nowrap;
}

.phone-hours {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
}

.cta-button {
  background: #4169E1;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  white-space: nowrap;
}

.cta-button:hover {
  background: #365ac7;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(65, 105, 225, 0.3);
}

/* ---------- HERO (out-hero) ---------- */
.out-hero {
  padding: 80px 0 60px;
  overflow: hidden;
}

.out-hero__grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.out-hero__text {
  flex: 1;
}

.out-hero__image {
  flex: 1;
}

.hero-tag {
  color: #4169E1;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #1a1a1a;
}

.hero-description {
  font-size: 18px;
  line-height: 1.6;
  color: #2c2c2c;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: #4169E1;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.btn-primary:hover {
  background: #365ac7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(65, 105, 225, 0.3);
}

.btn-secondary {
  background: transparent;
  color: #1a1a1a;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
}

.btn-secondary:hover {
  border-color: #4169E1;
  color: #4169E1;
}

@media (max-width: 1024px) {
  .out-hero__grid {
    flex-direction: column;
    text-align: center;
  }
  .hero-buttons {
    justify-content: center;
  }
  .hero-title {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 36px;
  }
  .hero-buttons {
    flex-direction: column;
    align-items: stretch;
  }
}

/* ---------- Что такое IT-аутсорсинг ---------- */
.what-is {
  position: relative;
  overflow: hidden;
}
.what-is__decor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.decor-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(65, 105, 225, 0.03);
}
.decor-circle--1 {
  width: 280px;
  height: 280px;
  top: -80px;
  right: -60px;
}
.decor-circle--2 {
  width: 180px;
  height: 180px;
  bottom: -40px;
  left: -40px;
  background: rgba(65, 105, 225, 0.05);
}
.decor-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 150px;
  height: 100px;
  background-image: radial-gradient(#4169E1 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.1;
}
.what-is .container {
  position: relative;
  z-index: 1;
}
.what-is__content {
  max-width: 900px;
  margin: 0 auto;
}
.what-is__content p {
  font-size: 18px;
  line-height: 1.6;
  color: #2c2c2c;
  margin-bottom: 24px;
}
.what-is__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .what-is__content p {
    font-size: 16px;
  }
}

/* ---------- Когда нужен аутсорсинг ---------- */
.section-header {
  margin-bottom: 48px;
}
.section-subtitle {
  font-size: 18px;
  color: #2c2c2c;
  margin-top: -32px;
  line-height: 1.5;
  max-width: 640px;
}
.when__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.when__card {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 40px 32px;
  transition: all 0.3s ease;
}
.when__card:hover {
  border-color: #4169E1;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.04);
}
.when__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.when__card p {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .when__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .when__grid {
    grid-template-columns: 1fr;
  }
  .when__card {
    padding: 32px 24px;
  }
}

/* ---------- Наши услуги IT-аутсорсинга ---------- */
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.service-item {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 32px 28px;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-item:hover {
  border-color: #4169E1;
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.04);
}
.service-item__title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.service-item__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-item__list li {
  font-size: 15px;
  color: #2c2c2c;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.5;
}
.service-item__list li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: #4169E1;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
  .service-item {
    padding: 24px 20px;
  }
  .service-item__title {
    font-size: 20px;
  }
}

/* ---------- Преимущества (2 колонки, вся ширина) ---------- */
.advantages__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.advantages__col {
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 20px;
  padding: 32px 40px;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.advantages__col:hover {
  border-color: #4169E1;
  transform: translateY(-4px);
}
.advantages__col h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}
.advantages__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.advantages__col li {
  font-size: 16px;
  color: #2c2c2c;
  padding-left: 24px;
  position: relative;
  margin-bottom: 14px;
  line-height: 1.5;
}
.advantages__col li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4169E1;
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .advantages__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .advantages__col {
    padding: 24px 28px;
  }
  .advantages__col h3 {
    font-size: 20px;
  }
}

/* ---------- Чек-лист (признаки) ---------- */
.problems-checklist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f4f6fb;
  border-radius: 24px;
  padding: 8px 24px;
}
.problems-checklist__item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a2e;
  border-bottom: 1px solid #e2e8f4;
}
.problems-checklist__item:last-child,
.problems-checklist__item:nth-last-child(2) {
  border-bottom: none;
}
.problems-checklist__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.problems-checklist__icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .problems-checklist__item {
    font-size: 16px;
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .problems-checklist {
    grid-template-columns: 1fr;
    padding: 8px 16px;
  }
  .problems-checklist__item {
    padding: 14px 0;
  }
  .problems-checklist__item:nth-last-child(2) {
    border-bottom: 1px solid #e2e8f4;
  }
}

/* ---------- КАЛЬКУЛЯТОР ---------- */
.calc-section {
  background: #f9fafb;
  padding: 20px 0;
}
.calc-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
}
.calc-tab {
  padding: 12px 22px;
  border: 2px solid #e0e6f5;
  border-radius: 100px;
  background: white;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}
.calc-tab.active {
  border-color: #4169E1;
  background: #4169E1;
  color: white;
}
.calc-tab:hover:not(.active) {
  border-color: #4169E1;
  color: #4169E1;
}
.calc-body {
  display: none;
}
.calc-body.active {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}
.calc-controls {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.calc-field {
  margin-bottom: 28px;
}
.calc-field:last-child {
  margin-bottom: 0;
}
.calc-field > label:first-child {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-size: 15px;
}
.calc-field input[type=range] {
  width: 100%;
  accent-color: #4169E1;
  cursor: pointer;
  margin-top: 4px;
}
.calc-range-val {
  display: inline-block;
  background: #4169E1;
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-left: 8px;
}
.calc-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.calc-check {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f5f8ff;
  padding: 10px 16px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
}
.calc-check:hover {
  background: #e8edff;
}
.calc-check input {
  accent-color: #4169E1;
  cursor: pointer;
}
.calc-check:has(input:checked) {
  background: #dbe4ff;
  color: #1a1a1a;
  font-weight: 600;
}
.calc-result-box {
  background: white;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  position: sticky;
  top: 100px;
  border: 2px solid #e8edff;
}
.calc-result-box h3 {
  font-size: 15px;
  color: #4a4a4a;
  margin-bottom: 12px;
  font-weight: 600;
}
.calc-price {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}
.calc-price-unit {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  display: inline-block;
  margin-left: 2px;
}
.calc-price-desc {
  font-size: 14px;
  color: #2c2c2c;
  margin-top: 8px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.calc-breakdown {
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  margin-bottom: 20px;
}
.calc-breakdown-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 0;
  color: #4a4a4a;
}
.calc-breakdown-item strong {
  color: #1a1a1a;
}
.calc-cta {
  width: 100%;
  justify-content: center;
  background: #4169E1;
  color: white;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  text-decoration: none;
}
.calc-cta:hover {
  background: #365ac7;
}
.calc-note {
  font-size: 13px;
  color: #2c2c2c;
  text-align: center;
  margin-top: 12px;
}
@media (max-width: 768px) {
  .calc-body.active {
    grid-template-columns: 1fr;
  }
  .calc-result-box {
    position: static;
  }
  .calc-tabs {
    gap: 6px;
  }
  .calc-tab {
    padding: 8px 14px;
    font-size: 13px;
  }
  .calc-price {
    font-size: 32px;
  }
  .calc-controls {
    padding: 24px;
  }
  .calc-field {
    margin-bottom: 20px;
  }
  .calc-check {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* ---------- FAQ ---------- */
.faq__header {
  margin-bottom: 48px;
}
.faq__intro {
  font-size: 18px;
  color: #3d3d3d;
  margin-top: -32px;
  line-height: 1.5;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq__item {
  border-bottom: 1px solid #e8e8e8;
}
.faq__question {
  width: 100%;
  text-align: left;
  padding: 22px 0;
  font-size: 17px;
  font-weight: 500;
  color: #1a1a1a;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-family: inherit;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.faq__question:hover {
  color: #4169E1;
}
.faq__icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
}
.faq__icon::before,
.faq__icon::after {
  content: '';
  position: absolute;
  background: #4169E1;
  transition: transform 0.3s ease;
}
.faq__icon::before {
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
}
.faq__icon::after {
  top: 0;
  left: 9px;
  width: 2px;
  height: 20px;
}
.faq__item.open .faq__icon::after {
  transform: rotate(90deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq__item.open .faq__answer {
  max-height: 250px;
  padding-bottom: 22px;
}
.faq__answer p {
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .faq__intro {
    font-size: 16px;
    margin-top: -24px;
  }
  .faq__question {
    font-size: 16px;
    padding: 16px 0;
  }
}

/* ---------- CTA ---------- */
.cta-section {
  background: #f9fafb;
  text-align: center;
}
.cta__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 520px;
  margin: 48px auto 0;
}
.input {
  padding: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
  color: #1a1a1a;
  background: #ffffff;
  transition: border-color 0.3s;
}
.input:focus {
  outline: none;
  border-color: #4169E1;
}
textarea.input {
  resize: vertical;
  min-height: 100px;
}
.btn-primary {
  background: #4169E1;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btn-primary:hover {
  background: #365ac7;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(65, 105, 225, 0.3);
}

/* ---------- FOOTER ---------- */
.footer {
  background: #1a1a1a;
  color: #ffffff;
  padding: 72px 0 0;
}
.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__logo-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}
.footer__logo-name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ffffff;
}
.footer__logo-desc {
  font-size: 18px;
  color: #888;
}
.footer__slogan {
  font-size: 18px;
  color: #888;
  line-height: 1.5;
  margin-top: 8px;
  max-width: 280px;
}
.footer__nav {
  display: flex;
  gap: 24px;
}
.footer__col h4,
.footer__docs h4 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
.footer__col p,
.footer__docs p {
  margin-bottom: 10px;
}
.footer__col a,
.footer__docs a {
  font-size: 14px;
  color: #999;
  transition: color 0.2s;
}
.footer__col a:hover,
.footer__docs a:hover {
  color: #4169E1;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 13px;
  color: #666;
}
.footer__bottom a {
  color: #888;
  transition: color 0.2s;
}
.footer__bottom a:hover {
  color: #4169E1;
}
@media (max-width: 1024px) {
  .footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
  .footer__brand {
    grid-column: 1 / -1;
  }
  .footer__nav {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .footer__brand {
    grid-column: 1;
  }
  .footer__nav {
    flex-direction: column;
    gap: 32px;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
}

/* ---------- SCROLL BUTTONS ---------- */
.scroll-btns {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.scroll-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #4169E1;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(65,105,225,0.3);
}
.scroll-btn:hover {
  background: #365ac7;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(65,105,225,0.4);
}
.scroll-btn--down {
  background: #1a1a1a;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.scroll-btn--down:hover {
  background: #333;
}
/* ---------- NAV DROPDOWN (выпадающее меню) ---------- */
.nav-dropdown {
  position: relative;
}

.nav-dropdown__trigger {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s;
  white-space: nowrap;
  font-family: inherit;
}

.nav-dropdown__trigger:hover,
.nav-dropdown:hover .nav-dropdown__trigger {
  color: #4169E1;
}

.nav-dropdown__trigger svg {
  transition: transform 0.2s;
}

.nav-dropdown:hover .nav-dropdown__trigger svg {
  transform: rotate(180deg);
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 16px);
  left: -16px;
  background: #ffffff;
  border: 1px solid #e8ecf4;
  border-radius: 14px;
  padding: 8px;
  min-width: 260px;
  box-shadow: 0 8px 32px rgba(65, 105, 225, 0.10), 0 2px 8px rgba(0,0,0,0.06);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
  z-index: 200;
}

.nav-dropdown:hover .nav-dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #1a1a1a;
  transition: background 0.15s;
  text-decoration: none;
}

.nav-dropdown__item:hover {
  background: #f4f6fb;
}

.nav-dropdown__icon {
  width: 36px;
  height: 36px;
  background: #edf0fb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #4169E1;
}

.nav-dropdown__label {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nav-dropdown__name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}

.nav-dropdown__desc {
  font-size: 12px;
  color: #888;
}

/* Мобильная версия: клик вместо ховера */
@media (max-width: 768px) {
  .nav-dropdown__menu {
    position: static;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 0 0 16px;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
  }
  .nav-dropdown.open .nav-dropdown__menu {
    display: block;
  }
}