@charset "UTF-8";
nav {
  font-weight: bolder;
}

.intro {
  z-index: 1;
  /* @media screen and (max-width: 600px) {
       .position-relative {
           background: url('/imgs/sections/01_intro/01_intro-item_mobile.png') no-repeat center !important;
            background-size: cover !important;
        }
   } */
}
.intro .position-relative {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}
.intro .content {
  text-align: center;
}
.intro .content h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .intro .content h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .intro .content h1 {
    font-size: 5rem;
  }
}
.intro .content p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .intro .content p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .intro .content p {
    font-size: 1.5rem;
  }
}
.intro .content .btn {
  background-color: #5E7594;
  color: #fff;
  font-size: 1.1rem;
}

.wo {
  background: linear-gradient(120deg, #f8f5ff 0%, #f4f2fb 100%);
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
}
.wo .row {
  align-items: center;
}
.wo img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 32px 0 rgba(52, 70, 112, 0.13);
  background: #111;
}
.wo h2 {
  font-size: 3rem;
  font-weight: medium;
  color: #5E7594;
  margin-bottom: 2.2rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
.wo .accordion-icon .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 1.2rem;
  border-radius: 1.2rem;
  box-shadow: none;
  transition: box-shadow 0.2s;
}
.wo .accordion-icon .accordion-button {
  background: transparent !important;
  color: #5E7594;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: none;
  border: none;
  outline: none;
  border-radius: 1rem !important;
  padding: 1.25rem 0 1.25rem 0.6rem;
  display: flex;
  align-items: center;
  transition: background 0.2s, color 0.2s;
  position: relative;
}
.wo .accordion-icon .accordion-button:not(.collapsed) {
  background: transparent !important;
  color: #7b5fff;
  box-shadow: none;
}
.wo .accordion-icon .accordion-button::after {
  content: "";
  display: none;
}
.wo .accordion-icon .accordion-button::before {
  content: "+";
  color: #7b5fff;
  font-weight: 700;
  font-size: 1.8rem;
  margin-right: 1.3rem;
  transition: transform 0.2s, color 0.2s;
  line-height: 1;
}
.wo .accordion-icon .accordion-button:not(.collapsed)::before {
  content: "–";
  color: #7b5fff;
  transform: rotate(0deg);
}
.wo .accordion-icon .accordion-body {
  font-size: 1.07rem;
  color: #444;
  background: transparent;
  border-radius: 0 0 1rem 1rem;
  padding: 0 0 1.5rem 3.3rem;
  font-weight: 500;
  line-height: 1.55;
}

@media (max-width: 991px) {
  .wo {
    padding: 1.3rem 0.5rem;
  }
  .wo img {
    margin-bottom: 1.8rem;
  }
  .wo h2 {
    font-size: 2rem;
    text-align: center;
  }
  .wo .accordion-body {
    padding-left: 2rem;
  }
}
.step-section {
  background: #f5f5f5;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  margin: 2.5rem 0;
  font-family: "Inter", "Poppins", Arial, sans-serif;
}
.step-section h2 {
  color: #6c7a91;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
  letter-spacing: -1px;
}
.step-section .row {
  margin-top: 1rem;
}
.step-section .col {
  text-align: left;
  padding: 0 0.75rem;
}
.step-section .col h4 {
  color: #7a88a1;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}
.step-section .col h6 {
  color: #1a1a1a;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.step-section .col p {
  font-size: 1.12rem;
  color: #222;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .step-section {
    padding: 2rem 0.8rem;
  }
  .step-section h2 {
    font-size: 1.7rem;
    text-align: center;
  }
  .step-section .col {
    text-align: center;
    margin-bottom: 2.2rem;
  }
  .step-section .col h4 {
    font-size: 1.5rem;
  }
  .step-section .col h6 {
    font-size: 1.2rem;
  }
}
.cta {
  color: #5E7594;
  padding-bottom: 50px;
}
.cta .btn {
  background-color: #5E7594;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  font-weight: medium;
  font-size: 1.2rem;
  text-decoration: none;
}
.cta .btn:hover {
  background-color: #4a5c75;
  color: #fff;
}

.footer {
  background-color: #383838;
  color: #fff;
}
.footer .row .col-md-3 .sections li {
  list-style: none;
}
.footer .row .col-md-3 .sections li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .sections li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .row .col-md-3 .contacts li {
  list-style: none;
}
.footer .row .col-md-3 .contacts li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .contacts li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .row .col-md-3 .support li {
  list-style: none;
}
.footer .row .col-md-3 .support li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .support li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .row .col-md-3 .socials li {
  list-style: none;
}
.footer .row .col-md-3 .socials li a {
  color: #fff;
  text-decoration: none;
}
.footer .row .col-md-3 .socials li :hover {
  color: #5E7594;
  font-weight: bold;
}
.footer .footer-bottom {
  background-color: #000;
}
.footer .footer-bottom .footer-bottom__copyright a {
  text-decoration: none;
}/*# sourceMappingURL=büromanagement.css.map */