.form .button-form {
  align-items: center;
  border: none;
  border-radius: 77.18px;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.1490196078);
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
  height: 50px;
  min-width: 136px;
  opacity: 1;
  padding: 10px 20px;
  text-transform: capitalize;
  transition: all ease-in-out 0.3s;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  text-align: center;
}
.form .button-form:hover {
  filter: brightness(0.9);
}
.form .button-form:disabled, .form [disabled].button-form {
  background-color: #ccc !important;
  color: #9B9B9B !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: 758px) {
  .form .button-form {
    font-size: 18px;
    height: 60px;
    min-width: 157px;
  }
}
@media screen and (min-width: 1200px) {
  .form .button-form {
    border-radius: 77.18px;
    height: 70px;
    padding: 11px 24px;
  }
}

/* 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 .button-form {
  min-width: 192px;
}
.form .contact-form__container {
  box-sizing: border-box;
  gap: 13px !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-primary);
  font-size: 32px;
  line-height: 1.0;
}
.faqs .store-faq__container {
  margin-bottom: 40px;
}
.form .contact-form-subtitle {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font-secondary);
  font-size: 18px;
  line-height: 1.5;
}
.form .contact-form-label {
  font-family: var(--tpl-font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.09px;
  margin: 0 !important;
}
.form .contact-form-input, .form .contact-form-textarea {
  box-sizing: border-box;
  font-family: var(--tpl-font-primary);
  font-size: 14px;
  height: 54.6376800537px;
  padding: 12px;
  width: 100% !important;
}
.form .contact-form-input::placeholder, .form .contact-form-textarea::placeholder {
  color: #495057;
}
.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;
}
.form .contact-form-controls {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 758px) {
  .form .contact-form__input-content {
    width: 302.2210998535px !important;
  }
  .form .contact-form-customer-agreement {
    max-width: 100%;
  }
  .form .contact-form-customer-agreement .agreement-text, .form .contact-form-customer-agreement .agreement-link {
    font-size: 18px !important;
  }
  .form .contact-form-customer-agreement .slider {
    background-color: #7D7D7D;
  }
  .form .contact-form-controls {
    margin: 0;
    max-width: 315px;
  }
  .form .contact-form-label {
    font-size: 20px;
  }
  .form .contact-form-input, .form .contact-form-textarea {
    font-size: 18px;
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .form .contact-form-title {
    font-size: 60px;
  }
  .form .contact-form-subtitle {
    font-size: 18px;
  }
  .form .contact-form-controls {
    margin-top: 20px;
  }
}
.form .store-select-form, .form .contact-form-customer-info, .form .contact-form-customer-message {
  gap: 10px;
  height: auto;
  max-width: 348px;
  row-gap: 38px !important; 
}
.form .store-select-form {
  margin-bottom: 10px;
}
.form .wrapper {
  margin-bottom: 0;
}
.form .content {
  box-shadow: 2.43px 2.43px 12.17px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  margin-top: 10px;
  padding: 8px;
}
.form .contact-form__input-content, .form .message-form {
  gap: 7px;
  height: auto;
  margin: 0;
}
.form .select-btn {
  background-color: var(--secondary_color);
  border-radius: 100px;
  box-sizing: border-box;
  box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.149);
  color: #fff;
  font-family: var(--tpl-font-primary);
  font-size: 14px;
  height: 44px;
}
.active .form .select-btn {
  background-color: var(--secondary_color);
  border-color: var(--secondary_color);
  color: #fff;
}
.form .options {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.form .options li {
  border: 1px solid #fff;
  border-radius: 100px !important;
  font-family: var(--tpl-font-secondary);
  font-size: 18px;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  min-height: 35px;
}
.form .options li:hover, .form .options li.selected {
  background-color: transparent;
  border-color: var(--primary_color);
  color: var(--primary_color);
}
.form .agreement-text {
  color: var(--tpl-body-primary-color);
  display: flex !important;
  font-family: var(--tpl-font-primary);
  font-weight: 400;
  font-size: 12px !important;
  gap: 0 5px;
  line-height: 1.5;
  letter-spacing: 0;
}
.form .agreement-text .text-space {
  padding: 0 !important;
}
.form .agreement-link {
  color: var(--primary_color);
  font-family: var(--tpl-font-primary);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@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: 100%;
    row-gap: 28px;
  }
  .form .select-btn {
    font-size: 18px;
    height: 60px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 758px) {
  .form__wrap {
    max-width: 711px;
    margin: 40px 0;
  }
  .form__content {
    border-radius: 32px;
    padding: 54px 41px 38px;
  }
  .form .button-form {
    min-width: 228px;
  }
}
@media screen and (min-width: 1200px) {
  .form__wrap {
    flex-direction: row;
    max-width: 1114px;
  }
  .form__content {
    width: 711px;
  }
  .form .button-form {
    height: 49px;
  }
}
@media screen and (min-width: 1600px) {
  .form__wrap {
    max-width: none;
  }
  .form__content {
    margin-left: 5%;
  }
}
@media screen and (min-width: 2500px) {
  .form__content {
    margin-left: 6%;
  }
}

.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;
  padding: 64px 0;
  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 .btn {
  max-width: 247px;
  width: 100%;
}
.find-store__title, .find-store__subtitle {
  color: #565656;
  text-align: center;
}
.find-store__title {
  font-size: 32px;
}
@media screen and (min-width: 758px) {
  .find-store__wrap {
    max-width: 646px;
  }
  .find-store__content {
    gap: 8px;
    max-width: 100%;
  }
  .find-store__subtitle {
    font-size: 18px;
  }
}
@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 {
    border-radius: 32px;
    box-shadow: 0px 13px 19px 0px rgba(0, 0, 0, 0.071);
    padding: 64px;
    width: 100%;
  }
  .find-store__content .btn {
    height: 60px;
  }
  .find-store__title {
    font-size: 60px;
    max-width: 697px;
  }
  .find-store__subtitle {
    font-size: 18px;
    max-width: 771px;
  }
}

.faqs {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.faqs .store-faq__container {
  background-color: #fff !important;
  box-sizing: border-box;
  max-width: 353px;
}
.faqs .faq-description {
  gap: 8px;
}
.faqs .faq-title {
  color: #565656;
  font-family: var(--tpl-font-primary);
  font-size: 32px;
  line-height: 1.5;
}
.faqs .faq-subtitle {
  color: var(--tpl-body-primary-color);
  font-family: var(--tpl-font-primary);
  font-size: 14px;
  line-height: 1.5;
}
.faqs .faq-accordeon {
  gap: 16px;
}
.faqs .faq-item {
  border-color: var(--primary_color);
  border-radius: 16px;
  position: relative;
}
.faqs .faq-item-question-head {
  padding: 24px 24px 16px;
}
.faqs .faq-item-question-head-bg {
  display: none !important;
}
.faqs .faq-item-answer-container {
  padding: 16px 24px 20px;
}
.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: "";
   border-radius: 16px;
}
.faqs .faq-question {
  color: var(--tpl-title-color);
  font-family: var(--tpl-font-secondary);
  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-secondary);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.faqs .faq-separator {
  border-color: #C4C4C4 !important;
}
@media screen and (min-width: 758px) {
  .faqs .store-faq__container {
    max-width: 748px;
    padding: 32px 32px 38px;
  }
  .faqs .faq-subtitle {
    font-size: 18px;
  }
  .faqs .faq-question {
    font-size: 20px;
  }
  .faqs .faq-answer {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .faqs .store-faq__container {
    max-width: 1114px;
  }
  .faqs .faq-title {
    font-size: 60px;
  }
}