.modal__btn {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}
.popup__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 90;
}
.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4274509804);
  z-index: 80;
}
.popup__content {
  position: absolute;
  top: 0;
  right: -100vw;
  width: 50%;
  min-width: 500px;
  height: 100%;
  background: #fff;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup__content__wrapper {
  padding: 40px;
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 70;
}
.popup__content.active {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popup__content p {
  font-size: 16px;
}
.popup__content h3 {
  font-size: 30px;
}
.popup form h3 {
  text-align: center;
  margin-bottom: 20px;
}

.companies-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.companies-section h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.companies-section p {
  font-size: 16px;
  margin-bottom: 30px;
  color: #7d7d7d;
}

.companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  max-width: 850px;
  margin: 0 auto;
}

.company {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.company img {
  max-width: 100%;
  height: auto;
}

.slick-next:before, .slick-prev:before {
  color: #1D3557;
}

.slick-dots {
  bottom: -50px;
}

.slickslide {
  padding: 0 20px !important;
}
.slickslide > div {
  min-height: 400px;
  margin: 0 !important;
}

.dorik-heading-ytsriion.dorik-heading-ytsriion.dorik-heading-ytsriion {
  text-align: center;
}

.calculator-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 50px 0;
  background-color: #EDEFF2;
}
.calculator-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}

.calculator-text h2 {
  margin-bottom: 20px;
}

.calculator-text p {
  font-size: 18px;
  margin-bottom: 20px;
}

.calculator-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.option {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.option span {
  font-size: 24px;
  color: #0096ff;
  font-weight: bold;
}

.calculator-widget {
  background-color: #1D3557;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
}

.widget {
  margin-bottom: 20px;
}

.calculator-section label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

.slider {
  width: 100%;
  margin-bottom: 10px;
}

.calculator-section input[type=number] {
  width: 100%;
  padding: 5px;
  font-size: 16px;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #1D3557;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 991px) {
  .calculator-section__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 576px) {
  .dorik-section-w93rk59n {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slickslide {
    padding: 0 10px !important;
  }
  .popup__content {
    min-width: 100%;
  }
  .dorik-column-qvol4lw2 {
    margin: 0;
  }
}




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