/* Form */
.form {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.form__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
.form__content {
  background-color: #fff;
  box-shadow: 0px 11.84px 17.3px 0px rgba(0, 0, 0, 0.0705882353);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 39px 25px;
  width: 100%;
}
.form__images {
  align-items: center;
  display: flex;
  height: 407px;
  justify-content: center;
  pointer-events: none;
  position: relative;
  width: 326.8333435059px;
}
.form__images img {
  display: flex;
  height: auto;
  width: 100%;
  z-index: 1;
}
.form__images svg {
  max-width: 311.4330444336px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.form__images svg circle {
  stroke: var(--primary_color);
}
.form .button-form {
  align-items: center;
  background: var(--primary_color);
  background-color: var(--primary_color);
  border: none;
  border-radius: 0;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  color: #fff !important;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 190px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.form .button-form:hover {
  filter: brightness(0.9);
}
.form .button-form[disabled], .form .button-form:disabled {
  background-color: #CCC !important;
  box-shadow: none !important;
  color: #9B9B9B !important;
  pointer-events: none !important;
}
.contact-form-customer-message {
  margin-top: 28px;
}
.contact-form-input::placeholder {
  color: gray !important;
  opacity: 0.8;

}
.contact-form-textarea::placeholder {
  color: gray !important;
  opacity: 0.8; 
}
@media screen and (min-width: 1200px) {
  .form .button-form {
    height: 70px;
  }
}
.form .contact-form__container {
  box-sizing: border-box;
  gap: 20px !important;
  padding: 0;
  width: 100%;
}
.form .contact-form-description {
  gap: 15px;
}
.form .contact-form-title {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font);
  font-size: 26px;
  line-height: 1;
}
.form .contact-form-subtitle {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font);
  font-size: 16px;
  line-height: 1.5;
}
.form .contact-form-label {
  font-family: var(--tpl-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.09px;
  margin: 0 !important;
  text-transform: capitalize;
}
.form .contact-form-input, .form .contact-form-textarea {
  box-sizing: border-box;
  font-family: var(--tpl-font);
  font-size: 14px;
  height: 54.6376800537px;
  padding: 12px;
  width: 100% !important;
}
.form .contact-form-input::placeholder, .form .contact-form-textarea::placeholder {
  text-transform: capitalize;
}
.form .contact-form-textarea {
  height: 97px;
}
.form .contact-form-agreement__container {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.form .contact-form-customer-agreement {
  height: auto;
  max-width: 348px;
}
@media screen and (min-width: 758px) {
  .form .contact-form__input-content {
    width: 275.4504089355px !important;
  }
  .form .contact-form-customer-agreement {
    max-width: 570.9346313477px;
  }
  .form .contact-form-controls {
    margin: 0;
    max-width: 315px;
  }
}
@media screen and (min-width: 992px) {
  .form .contact-form-title {
    font-size: 40px;
  }
  .form .contact-form-subtitle {
    font-size: 18px;
  }
}
.form .store-select-form, .form .contact-form-customer-info, .form .contact-form-customer-message {
  gap: 10px;
  height: auto;
  max-width: 348px;
}
.form .store-select-form {
  margin-bottom: 10px;
}
.form .store-select-form .contact-form-label {
  display: none;
}
.form .wrapper {
  margin-bottom: 0;
}
.form .content {
  box-shadow: 2.43px 2.43px 12.17px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0;
}
.form .contact-form__input-content, .form .message-form {
  gap: 7px;
  height: auto;
  margin: 0;
}
.form .select-btn {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  border-radius: 0;
  color: #fff;
  box-sizing: border-box;
  font-family: var(--tpl-font);
  font-size: 14px;
  height: 60px;
}
.form .options li {
  font-family: var(--tpl-font);
  justify-content: center;
  margin: 8px;
}
.form .options li:hover {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid var(--primary_color);
  color: var(--primary_color);
}
.form .agreement-text {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font);
  font-weight: 300;
  font-size: 14px !important;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex !important;
  gap: 6px;
}
.form .agreement-link {
  color: var(--primary_color);
  font-family: var(--tpl-font);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0;
}
.form .text-space {
  padding: 0;
}
.faqs { 
  margin-bottom: 30px;
}
@media screen and (min-width: 758px) {
  .form .store-select-form, .form .contact-form-customer-info, .form .contact-form-customer-message {
    column-gap: 20px;
    max-width: 570.9346313477px;
    row-gap: 38px;
  }
}
@media screen and (min-width: 758px) {
  .form__wrap {
    max-width: 647.4565429688px;
  }
  .form__images {
    height: 580.5858154297px;
    width: 466.2280273438px;
  }
  .form__images svg {
    max-width: 444.2594909668px;
  }
  .form .button-form {
    max-width: 315px;
  }
}
@media screen and (min-width: 1200px) {
  .form__wrap {
    flex-direction: row;
    max-width: 1114px;
  }
  .form__content {
    width: 711px;
  }
  .form .button-form {
    max-width: 365px;
  }
}

.find-store {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.find-store__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  width: 100%;
}
.find-store__content {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 283px;
}
.find-store__content .web-button {
  max-width: 247px;
}
.find-store__img {
  display: flex;
  max-width: 372.9830322266px;
  height: auto;
  width: 100%;
}
.find-store__img img {
  display: flex;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 758px) {
  .find-store__wrap {
    max-width: 545px;
  }
  .find-store__content, .find-store__img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .find-store {
    margin-top: 20px;
  }
  .find-store__wrap {
    flex-direction: row;
    gap: 29px;
    min-height: 435px;
    max-width: 1114px;
  }
  .find-store__content {
    align-items: flex-start;
    max-width: 543px;
    padding: 64px;
  }
  .find-store__content .font-title {
    text-align: left;
  }
  .find-store__content .font-subtitle {
    font-size: 18px;
    text-align: left;
  }
}

.faqs {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.faqs .store-faq__container {
  background-color: #fff !important;
  box-sizing: border-box;
  padding: 32px;
}
.faqs .faq-description {
  gap: 8px;
}
.faqs .faq-title {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font);
  font-size: 26px;
  line-height: 1.5;
}
.faqs .faq-subtitle {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font);
  font-size: 14px;
  line-height: 1.5;
}
.faqs .faq-accordeon {
  gap: 16px;
}
.faqs .faq-item {
  background-color: var(--tpl-faqs-color);
  border: none !important;
  border-radius: 0;
  position: relative;
}
.faqs .faq-item-question-head {
  padding: 20px 24px 16px;
}
.faqs .faq-item-question-head-bg {
  display: none !important;
}
.faqs .faq-item::after {
  background-color: var(--secondary_color);
  height: 100%;
  left: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.faqs .faq-item:hover::after {
  content: "";
}
.faqs .faq-question {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.faqs .faq-answer {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
#widget-form {
  z-index: 1000;
}
.faqs .faq-separator {
  border-color: #c4c4c45e !important;
}
.faqs {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .faqs {
    max-width: 1114px;
  }
  .faqs .faq-title {
    font-size: 40px;
  }
  .faqs .faq-subtitle {
    font-size: 18px;
  }
  .faqs .faq-question {
    font-size: 20px;
  }
  .faqs .faq-answer {
    font-size: 18px;
  }
}
