.pop-up-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  max-height: 100dvh;
  overflow: clip auto;
}
.pop-up-modal > div {
  display: flex;
  max-width: 815px;
  height: fit-content;
  border-radius: 8px;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
span.modal-backdrop {
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: sticky;
  z-index: 1;
  min-height: 100dvh;
  top: 0;
  left: 0;
}
.m-content > div.active {
  display: flex !important;
}
.intouch {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.intouch > div {
  width: var(--main-width);
  justify-content: space-between;
  display: flex;
}
.intouch > div > div {
  width: 47%;
}
.intouch > div > div:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.intouch > div > div:first-of-type > picture {
  width: 100%;
  height: 100%;
}
.intouch > div > div:first-of-type > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.5rem;
}
.intouch > div > div:first-of-type > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  bottom: 1rem;
  left: -1.5rem;
}
.intouch > div > div:first-of-type > div > a {
  background-color: var(--white);
  border: 1px solid var(--border-1);
  padding: 0.7rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  justify-content: space-between;
  overflow: hidden;
}
.intouch > div > div:first-of-type > div > a > div {
  max-width: 210px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.intouch > div > div:first-of-type > div > a > div > p:first-of-type {
  font-size: 0.8rem;
  line-height: 1.2;
  color: var(--black);
}
.intouch > div > div:first-of-type > div > a > div > p:last-of-type {
  font-size: 0.8rem;
  line-height: 1.2;
  color: var(--text-1);
}
.intouch > div > div:first-of-type > div > a:nth-of-type(3) {
  padding: 0 1rem 0 0;
}
.intouch > div > div:first-of-type > div > a:nth-of-type(3) > div {
  padding: 1rem 0;
}
.intouch
  > div
  > div:first-of-type
  > div
  > a:nth-of-type(3)
  > img:first-of-type {
  object-fit: cover;
  object-position: center;
}
.intouch > div > div:nth-of-type(2) {
  min-width: 300px;
}
.intouch > div > div:nth-of-type(2) > form {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.intouch > div > div:nth-of-type(2) > form > label {
  display: flex;
  flex-direction: column;
}
.intouch > div > div:nth-of-type(2) > form > p:first-of-type {
  font-size: 0.8rem;
  color: var(--black);
  font-weight: 500;
}
.intouch > div > div:nth-of-type(2) > form > p:nth-of-type(2) {
  font-size: 2rem;
  font-weight: 500;
  color: var(--black);
}
.intouch > div > div:nth-of-type(2) > form > div:first-of-type {
  display: flex;
  flex: 1;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.intouch > div > div:nth-of-type(2) > form > div:first-of-type > label {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.intouch > div > div:nth-of-type(2) > form > div:first-of-type > label > input {
  width: 100%;
  background-color: var(--white);
  color: var(--black);
}
.intouch > div > div:nth-of-type(2) > form > div:first-of-type > label > input,
.intouch
  > div
  > div:nth-of-type(2)
  > form
  > label
  > input:not([type="checkbox"]) {
  border: 1px solid var(--border-1);
  padding: 0.5rem;
  font-size: 0.8rem;
  border-radius: 0.3rem;
  background-color: var(--white);
  color: var(--black);
}
.intouch > div > div:nth-of-type(2) > form > div:first-of-type > label > span,
.intouch > div > div:nth-of-type(2) > form > label > span {
  font-size: 0.8rem;
  color: var(--text-2);
}
.intouch > div > div:nth-of-type(2) > form > label > textarea {
  border: 1px solid var(--border-1);
  background-color: var(--white);
  color: var(--black);
  padding: 0.5rem;
  border-radius: 0.5rem;
  resize: vertical;
}
.intouch > div > div:nth-of-type(2) > form > button {
  background: var(--primary-background);
  color: var(--white);
  width: 172px;
  padding: 0.5rem 0;
  border: none;
  font-size: 0.8rem;
  border-radius: 0.3rem;
}
.location {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0;
}
.location > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--main-width);
}
.location > div > picture {
  width: 100%;
  object-fit: cover;
}
.location > div > picture img {
  width: 100%;
  object-fit: cover;
}
.faqs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faqs > div {
  width: var(--main-width);
}
.faqs > div > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.faqs > div > div:first-of-type > p:first-of-type {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--black);
}
.faqs > div > div ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: #fd47040d;
  padding: 1rem;
  border-radius: 0.4rem;
}
.faqs > div > div ul > li {
  display: flex;
  flex-direction: column;
  padding: 0.6rem 0;
}
.faqs > div > div > ul > li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-1);
}
.faqs > div > div > ul > li > div:last-of-type {
  height: 0;
  font-weight: 500;
  font-size: 0.7rem;
  color: var(--text-1);
  overflow: hidden;
  width: calc(100% - 50px);
  transition: all 0.3s;
}
.faqs > div > div > ul > li > div:first-child {
  display: flex;
  align-items: center;
  font-weight: 500;
  padding: 0.2em 0.1rem;
  font-size: 0.8rem;
  color: var(--black);
  cursor: pointer;
}
.faqs > div > div > ul > li > div:first-of-type > span {
  display: flex;
  width: 30px;
  height: 30px;
  border: 2px solid red;
  margin-left: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.faqs > div > div > ul > li > div:first-of-type > span:before {
  width: 60%;
  height: 2px;
  content: "";
  background-color: red;
}
.faqs > div > div > ul > li > div:first-of-type > span:after {
  width: 2px;
  height: 60%;
  content: "";
  background-color: red;
  position: absolute;
  transition: all 0.2s;
  rotate: 0deg;
}
.faqs > div > div > ul > li.active > div:first-of-type > span:after {
  rotate: 90deg;
}
.faqs > div > div > ul > li.active > div:last-of-type {
  font-size: 0.7rem;
}
.faqs > div > div > div {
  display: flex;
  justify-content: center;
}
.faqs > div > div > div > a {
  border: 1px solid var(--black);
  border-radius: 0.3rem;
  background-color: var(--white);
  color: var(--black);
  padding: 0.5rem;
  width: 172px;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (width <= 850px) {
  .intouch > div > div:first-of-type > div {
    left: -0.5rem;
  }
}
@media screen and (width <= 767px) {
  .intouch > div {
    gap: 1rem;
    flex-direction: column;
  }
  .intouch > div > div {
    width: 100%;
  }
  .intouch > div > div:first-of-type > div {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .intouch > div > div:first-of-type > picture {
    display: none;
  }
  .intouch > div > div:first-of-type > div > div > div {
    margin-right: auto;
    max-width: fit-content;
  }
  .location > div {
    width: 100%;
  }
  .location > div > picture img {
    height: 220px;
  }
}
#pop-up {
  border: none;
}
#pop-up::backdrop {
  background-color: var(--modal-backdrop);
}
.pop-up-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  max-height: 100dvh;
  overflow: clip auto;
}
.pop-up-modal > div {
  display: flex;
  max-width: 815px;
  height: fit-content;
  border-radius: 8px;
  justify-content: center;
}
.request-quotation {
  display: flex;
  flex-direction: column;
  width: 815px;
  padding: 20px;
  background-color: var(--white);
  border-radius: 8px;
}
.close-pop-up {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-1);
  gap: 20px;
  font-size: 0.8rem;
}
.close-pop-up > button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--text-1);
  border: 1px solid var(--text-1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  background-color: transparent;
  padding-bottom: 4px;
}
.wait-div {
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 250px;
}
.wait-div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.wait-div > div > p {
  margin-top: 10px;
  color: var(--text-1);
  font-size: 0.8rem;
}
.message-div {
  padding: 20px;
  background-color: var(--white);
  border-radius: 10px;
  display: none;
  justify-content: center;
  align-items: flex-start;
  min-width: 250px;
  flex-direction: column;
}
.message-div > div:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.message-div > div:nth-of-type(2) > p {
  margin-top: 10px;
  color: var(--black);
  font-size: 0.8rem;
}
@media screen and (width <= 850px) {
  .pop-up-modal > div {
    width: 96%;
  }
}
@media screen and (width <= 767px) {
  .pop-up-modal {
    padding: 0;
  }
  .pop-up-modal > div {
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .pop-up-modal > div {
    width: 100%;
  }
}
@media screen and (width <= 650px) {
  .pop-up-modal {
    align-items: flex-start;
  }
}
.pop-up-modal::-webkit-scrollbar {
  width: 2px;
}
.pop-up-modal::-webkit-scrollbar-thumb {
  background-color: var(--primary-background);
}
