

/* Start:/local/templates/wd/components/bitrix/breadcrumb/.default/style.css?1719920337585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/components/webdoka/feedback/templates/.default/style.css?17296076854818*/
.webdoka-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(137, 137, 137, 0.57);
  z-index: 999;
}

.webdoka-modal.show {
  display: flex;
  animation: webdokaModalOpacity 0.2s ease-in-out;
}

@keyframes webdokaModalOpacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
webdoka-form__success.hidden {
	display: none;
}
*/

.hidden {
	display : none;
}

.webdoka-form {
  max-width: 500px;
}

.webdoka-form__capture-container {
  margin-top: 5px;
  margin-bottom: 15px;
}

.webdoka-form.hidden {
  display: none;
}

.webdoka-form__wrap {
  padding: 32px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.webdoka-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.webdoka-form__title {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.webdoka-form__close-wrap {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  cursor: pointer;
}

.webdoka-form__inputs-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 34px;
}

.webdoka-form__input-elem {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.webdoka-form__input-label {
  color: #717171;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.webdoka-form__label-mark {
  color: #c82d26;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.webdoka-form__input {
  padding: 16px 24px;
  border-radius: 30px;
  border: 1px solid #717171;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}

.error,
.webdoka-form__attachment-input.error,
.webdoka-form__input.error {
  border: 1px solid #c82d26;
}

.webdoka-form__attachment.active .webdoka-form__attachment-btn {
  display: none;
}

.webdoka-form__attachment.active .webdoka-form__attachment-file {
  display: flex;
}

.webdoka-form__attachment-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  max-width: max-content;
  cursor: pointer;
}

.webdoka-form__attachment-icon {
  width: 18px;
  height: 18px;
}

.webdoka-form__attachment-title {
  border-bottom: 1px dashed #202020;
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.webdoka-form__attachment-file {
  display: none;
  align-items: center;
  gap: 6px;
  max-width: max-content;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #202020;
}

.webdoka-form__attachment-item {
  color: #5f6065;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.webdoka-form__attachment-del {
  cursor: pointer;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.webdoka-form__attachment-input {
  display: none;
}

.webdoka-form__submit-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: #4d4d4d;
  transition: 0.3s ease-in-out;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.webdoka-form__submit-btn:hover {
  background: #000000;
}

.webdoka-form__agreement {
  color: #898989;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.webdoka-form__agreement-link {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.webdoka-success {
  display: none;
}

.webdoka-success.show {
  position: relative;
  display: flex;
  justify-content: center;
  width: 500px;
  height: 350px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 7px 29px 0px rgba(100, 100, 111, 0.2);
}

.webdoka-success__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.webdoka-success__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 295px;
  height: inherit;
  text-align: center;
}

.webdoka-success__icon-wrap {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #4d4d4d;
}

.webdoka-success__text {
  color: #202020;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* End */
/* /local/templates/wd/components/bitrix/breadcrumb/.default/style.css?1719920337585 */
/* /local/components/webdoka/feedback/templates/.default/style.css?17296076854818 */
