

/* Start:/local/templates/main/components/bitrix/form.result.new/problems_with_the_product/style.css?17636215665911*/
.problems-form-wrapper {
  background-color: #F8F8F8;
  position: relative;
    padding: 40px;
}

[id^="wait_comp_"] {
  display: none;
}

.problems-form-body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.problems-form-body__success {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problems-form-body__success div {
  margin-bottom: 20px;
}

.problems-form-body__success-title {
  font-family: 'Fregat', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.problems-form-body__success-description {
  font-family: 'Fregat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
}

.problems-form-block--error {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: 0;
  color: red;
}


.problems-form-body__text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.problems-form-body__title {
  font-family: 'Fregat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  color: #333333;
  margin: 0;
}

.problems-form-body__subtitle {
  font-family: 'Fregat', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  color: #424246;
}

.problems-form-footer {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.problems-form-footer-buttons {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 30px;
}

.problems-form-footer-buttons .user-consent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.problems-form-fields-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.problems-form-fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.problems-form-fields__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.problems-form-fields__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.problems-form-fields__bottom .custom-textarea {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
}

.custom-file-upload-wrapper {
  margin-top: 20px;
  position: relative;
}
.custom-file-upload-wrapper.files-attached {
  margin-top: 0;
}

.custom-file-upload {
  grid-column-start: 3;
  grid-column-end: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100px;
}

.upload-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
  margin: 0;
  min-width: 100%;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px dashed #B9B9B9;
}

.upload-button span {
  font-family: 'Fregat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0;
}

.files-preview {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}

.file-preview-item {
  position: relative;
}

.file-thumbnail {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.file-thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.file-icon {
  width: 30px;
  height: 30px;
  background: #666;
  color: white;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.remove-file-btn {
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

  width: 20px;
  height: 20px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
}

.remove-file-btn:hover {
  opacity: 0.7;
}

.custom-file-upload-title {
  display: none;
}

.files-attached .custom-file-upload-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.files-attached .upload-button {
  width: 52px;
  height: 52px;
  max-width: 52px;
  flex-grow: 0;
  padding: 0;
  min-width: fit-content;
  justify-content: center;
}

.files-attached .upload-button span {
  display: none;
}

.upload-button + .custom-input__text--error {
  top: unset;
  bottom: -20px;
}

.files-attached .custom-file-upload {
  height: auto;
}

.files-attached .upload-button {
  display: none;
}
.problems-form-wrapper .custom-input__text.custom-input__text--error {
  bottom: auto;
  top: 95%;
  left: 0;
}

@media (max-width: 800px) {
  .problems-form-fields__bottom {
    grid-template-columns: 1fr;
  }
  .custom-textarea textarea {
    max-width: 100% !important;
  }
  .custom-file-upload-wrapper {
    margin-top: 0;
  }
}@media (max-width: 670px) {
  .problems-form-fields__top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .problems-form-wrapper {
    padding: 20px 10px
  }
  .problems-form-fields__bottom {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .problems-form-footer-buttons {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}


.custom-textarea {
  font-weight: normal;
  margin-bottom: 0;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 8px;
  position: relative;
}

.custom-textarea textarea {
  max-width: 665px;
  max-height: 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 11px 15px;
  background: #FFFFFF;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  border: none;
  resize: none;
}

.custom-textarea textarea:hover,
.custom-textarea textarea:focus,
.custom-textarea textarea:active {
  outline: none;
  border: 1px solid var(--primary-grey-dark-color);
}

@media (max-width: 800px) {
  .problems-form-fields__bottom .custom-textarea {
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/.default/user_consent.css?17636215664553*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.main-user-consent-request-popup-buttons .button {
	width: 140px;
	max-width: 140px !important;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 50px 0;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}

.user-consent-custom-checkbox {
	position: relative;
}

.user-consent-custom-checkbox a:active,
.user-consent-custom-checkbox a:focus {
	color: red;
}

@media (max-width: 390px) {
	.user-consent label {
		font-size: 12px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/form.result.new/problems_with_the_product/style.css?17636215665911 */
/* /local/templates/main/components/bitrix/main.userconsent.request/.default/user_consent.css?17636215664553 */
