.fixed-arrows__calc {
  padding: 0.5rem;
  background: #e18a24;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  left: 37px;
  bottom: 50%;
  transform: translateY(50%);
  border-radius: 2rem;
  box-shadow: 0 4.5px 10px -4.5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  transition: width 0.5s ease-in;
  z-index: 998;
}
.fixed-arrows__calc.scrolled {
  width: 18rem;
}
.fixed-arrows__calc-icon {
  margin-right: 0.8rem;
  margin-left: 0.3rem;
  flex: 0 0 4.5rem;
  height: 4.5rem;
}
.fixed-arrows__calc-text {
  color: #fff;
  padding-left: 0.5rem;
}
.modal-dialog-contact {
  top: 50% !important;
  transform: translateY(-50%) !important;
  /* max-width: auto; */
}
.modal-content-contact {
  border-radius: 3rem;
}
.calc__checkbox {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.calc__checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 3rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.calc__label {
  margin: 1.5rem 0;
  font-weight: 900;
  text-shadow: 0.1px 0 0 currentColor;
  -webkit-text-stroke: 0.3px;
  letter-spacing: 0.3px;
}
.calc-wrap {
  padding: 1rem 2rem;
}
.calc-title {
  margin-bottom: 1rem !important;
  line-height: 1;
  font-size: 4rem;
}

@media (max-width: 991px) {
  .fixed-arrows__calc {
    left: 1rem;
  }
}

@media (max-width: 767px) {
  .fixed-arrows__calc {
    width: 4rem;
    height: 4rem;
  }
  .fixed-arrows__calc-icon {
    margin-right: 0.8rem;
    margin-left: 0.2rem;
    flex: 0 0 2.5rem;
    height: 2.5rem;
  }
  .fixed-arrows__calc-text {
    font-size: 1rem;
  }
  .fixed-arrows__calc.scrolled {
    width: 13rem;
  }
}
@media (max-width: 414px) {
  .calc__checkbox {
    column-gap: 0.5rem;
  }
  .calc-button {
    padding: 0 3rem;
    height: 4rem;
    display: flex;
    align-items: center;
  }
  .calc-title {
    font-size: 3rem;
  }
  .calc-wrap {
    font-size: 14px;
  }
  .calc-content {
    margin-top: 4rem;
  }
}
@media (max-width: 350px) {
  .calc-button {
    padding: 0 3rem;
  }
}
.sd-offcanvas-menu__logo img {
  height: auto;
}

@media (max-width: 576px) {
  .modal-content-contact {
    max-height: 70vh;
    overflow-y: auto;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
}

::-webkit-scrollbar {
  width: 0.5rem;
}
::-webkit-scrollbar-thumb {
  background: #e15f24;
}

.header.fixed {
  z-index: 1000;
}
