

/* Start:/local/templates/stomatol/components/bitrix/form.result.new/inline/style.css?17731292084797*/
/* mediaqueries */
.gradient-title {
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #7b7b7b 0%, #06b59c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.text {
  font-family: Mont;
  font-weight: 600;
  font-size: 14px;
}
.title {
  font-size: 34px;
  color: #7b7b7b;
}
.quote {
  background: #F0F0F0;
  border-radius: 20px;
  padding: 19px 21px 24px;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 130%;
  color: #29303D;
  display: block;
}
.text-field {
  background: #f2f4f5;
  border-radius: 8px;
  border: none;
  font-family: Mont;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #7b7b7b;
  padding: 15px 17px;
  width: 100%;
  outline: none;
}
.link-to-page {
  border-radius: 50px;
  padding: 15px 16px 12px 16px;
  color: #29303d;
  background: transparent;
  border: 1px solid #29303d;
  text-decoration: none;
  font-family: "Mont";
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.link-to-page-hover {
  color: #fff !important;
  background: #29303d;
  transition: 0.3s ease-in-out;
}
.text-description {
  color: #7b7b7b;
  margin-top: 20px;
  margin-bottom: 48px;
}
.visibleNav {
  display: flex;
}
.visible {
  display: block;
}
.collapse {
  display: none;
}
/* border radius */
/* size */
/* addition classes */
.d-f {
  display: flex;
}
.d-g {
  display: grid;
}
.ai-c {
  align-items: center;
}
.jc-c {
  justify-content: center;
}
.partner-form {
  margin-top: 64px;
  margin-bottom: 64px;
}
.partner-form-heading {
  text-align: center;
  margin-bottom: 24px;
}
.partner-form-heading h2 {
  font-size: 34px;
  color: #7b7b7b;
  font-weight: 400;
}
@media (max-width: 768px) {
  .partner-form-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  .partner-form-heading h2 {
    font-size: 24px;
  }
}
.partner-form-heading p {
  font-family: Mont;
  font-weight: 600;
  font-size: 14px;
  max-width: 536px;
  margin: 0 auto;
  margin-top: 16px;
}
@media (max-width: 500px) {
  .partner-form-heading p {
    max-width: 313px;
  }
}
.partner-form-container {
  border: 1px solid #dedfe0;
  border-radius: 20px;
  margin: 0 24px;
}
.partner-form-block {
  padding: 28px 173px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 374px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .partner-form-block {
    max-width: max-content;
    padding: 28px 16px;
  }
}
.partner-form-block textarea {
  margin: 0;
}
.partner-form-block input,
.partner-form-block textarea {
  width: -webkit-fill-available;
  width: -moz-available;
  margin-top: 16px;
}
.partner-form-block input[type="checkbox"] {
  display: none;
}
.partner-form-block__submit {
  border-radius: 50px;
  color: #29303d;
  background: transparent;
  border: 1px solid #29303d;
  text-decoration: none;
  font-family: "Mont";
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  padding: 15px 16px 12px 16px;
  margin: 0 auto;
  width: fit-content !important;
  margin-top: 40px !important;
}
.partner-form-block__submit:hover {
  color: #fff !important;
  background: #29303d;
  transition: 0.3s ease-in-out;
}
.partner-form-block__textarea {
  resize: none;
  height: 130px;
  overflow: hidden;
  overflow-y: auto;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  margin-bottom: 24px;
}
.partner-form-block label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.partner-form-block__agree {
  -webkit-appearance: none;
  position: relative;
}
.partner-form-block__agree:checked + .partner-form-block__icon {
  display: block;
  transition: 0.3s ease-in-out;
  background-image: url("/local/templates/stomatol/components/bitrix/form.result.new/inline/./img/checkbox-checked.svg");
}
.partner-form-block__icon {
  transition: 0.3s ease-in-out;
  margin-right: 12px;
  display: block;
  height: 25px;
  width: 55px !important;
  background-repeat: no-repeat;
  background-image: url("/local/templates/stomatol/components/bitrix/form.result.new/inline/./img/checkbox.svg");
}
@media (max-width: 359.98px) {
  .partner-form-block__icon {
    width: 50px !important;
  }
}
.input__checkbox {
  flex-direction: row !important;
}
.input__checkbox label {
  flex-direction: row !important;
}
.input__text {
  word-break: break-word !important;
  text-decoration: none;
  color: #29303d;
  display: block;
}
.error-form {
  font-family: Mont;
  font-weight: 600;
  color: red;
  font-size: 14px;
  display: none;
  margin-top: 10px;
}
.input__checkbox {
  margin-top: 10px;
}
.error-form-absolute {
  position: absolute;
  margin-top: 40px;
  left: 0;
}
.success-header {
  text-align: center;
  font-size: 34px;
  color: #7b7b7b;
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/templates/stomatol/components/bitrix/form.result.new/inline/style.css?17731292084797 */
