@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Onest, sans-serif;
  font-size: 1rem;
  color: #374151;
  background-color: #F9FAFB;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

.header {
  box-shadow: 0 1px 3px rgba(31, 41, 55, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fcfbf6;
  padding: 1rem 0;
  padding-bottom: 0;
}

.navbar-toggler {
  border: 1px solid #D1D5DB;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2831, 41, 55, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(30, 58, 138, 0.25);
}

.hero {
  background: linear-gradient(135deg, #F9FAFB 0%, #f5f3ff 100%);
  padding: 4rem 0;
  text-align: center;
}
.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #1F2937;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }
}

.feature-card {
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(31, 41, 55, 0.05);
  padding: 2rem;
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn.btn-primary {
  background-color: #10b981;
  color: #FFFFFF;
  border-color: #10b981;
  transition: all 0.2s ease;
  padding: 0.5rem 1.5rem;
}
.btn.btn-primary:hover {
  background-color: #10b981;
  border-color: #1e3d8a;
  transition: all 0.2s ease;
}
.btn.btn-secondary {
  background-color: #10B981;
  color: #FFFFFF;
  border-color: #10B981;
}
.btn.btn-secondary:hover {
  background-color: rgb(12.752238806, 147.447761194, 102.8149253731);
  border-color: rgb(12.752238806, 147.447761194, 102.8149253731);
}

.advantage-item {
  text-align: center;
}

.advantage-icon {
  width: 150px;
  height: 150px;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.advantage-icon svg {
  width: 24px;
  height: 24px;
  color: #10B981;
}

.batteries-section {
  background: linear-gradient(135deg, #1E3A8A 0%, #10B981 100%);
  padding: 4rem 0;
}
.batteries-section h2 {
  margin-bottom: 2rem;
}
.batteries-section .info-list {
  list-style: none;
  padding-left: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #313131;
  margin-top: 2em;
}
.batteries-section .info-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.batteries-section .info-list li::before {
  content: "•";
  color: #00BBBF;
  font-size: 20px;
  position: absolute;
  font-weight: 700;
  left: 0;
  top: 0;
}
.batteries-section .info-list li span {
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-style: normal;
  color: #313131;
  margin-top: 5px;
}
@media (max-width: 989px) {
  .batteries-section .info-list li span {
    font-size: 16px;
  }
}
.batteries-section .info-list li .descr {
  font-style: normal;
  line-height: 115%;
  letter-spacing: -0.02em;
  color: #313131;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #313131;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (max-width: 989px) {
  .batteries-section .info-list li .descr {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 989px) {
  .batteries-section .info-list {
    padding-left: 0px;
  }
}

.contact-section {
  background: linear-gradient(135deg, #1E3A8A 0%, #10B981 100%);
  color: #FFFFFF;
  padding: 4rem 0;
}
.contact-section a {
  color: rgb(234.6, 234.6, 234.6);
}
.contact-section label {
  text-align: left;
}
.contact-section h2 {
  margin-bottom: 2rem;
}
.contact-section .form-control,
.contact-section .form-select {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 1rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 0.5rem;
  font-family: Onest, sans-serif;
  font-size: 1rem;
}
.contact-section .form-control::placeholder,
.contact-section .form-select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact-section .btn {
  margin-top: 1rem;
}
.contact-section .c-form {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.contact-section .c-contacts {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
.contact-section .map-iframe {
  border-radius: 0.5rem;
  width: 100%;
  min-height: 25em;
}

.errorModal {
  background: linear-gradient(135deg, #1E3A8A 0%, #10B981 100%);
}

.footer {
  background: #1F2937;
  color: #D1D5DB;
  padding: 3rem 0;
  text-align: left;
}
.footer .text-muted {
  color: #D1D5DB !important;
}

.battery-placeholder {
  background: #F3F4F6;
  border: 2px dashed #D1D5DB;
  border-radius: 1rem;
  display: flex;
  margin-top: 3em;
}
.battery-placeholder img {
  border: 2px dashed #D1D5DB;
  border-radius: 1rem;
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0;
}

.mt-md {
  margin-top: 1rem;
}

.mt-lg {
  margin-top: 1.5rem;
}

.mb-md {
  margin-bottom: 1rem;
}

.mb-lg {
  margin-bottom: 1.5rem;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

#heroSlider .slide {
  position: relative;
}
.slick-dots {
  bottom: 10px;
}
.slick-dots li button:before {
  font-size: 12px;
  color: #FFFFFF;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #10B981;
}

.master-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.feature-card {
  background: #FFFFFF;
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(31, 41, 55, 0.05);
  padding: 2rem;
  transition: transform 0.3s ease;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-5px);
}

.portfolio-card {
  border: none;
  box-shadow: 0 1px 3px rgba(31, 41, 55, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(31, 41, 55, 0.05);
}
.portfolio-card .card-img-top {
  transition: transform 0.3s ease;
}
.portfolio-card:hover .card-img-top {
  transform: scale(1.05);
}

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