

/* Start:/local/templates/orteka_desktop/global/b-file/b-file.css?17806139631388*/
.b-file {
  cursor: pointer;
}
.b-file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}
.b-file-list {
  min-width: 100%;
}
.b-file-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.b-file-list__item {
  padding: 0 8px 8px 0;
}
.b-file-list__image {
  width: 80px;
  min-width: 80px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.b-file-list__image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.b-file-list__delete {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFFFFF;
  color: #F58233;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  padding: 6px;
}
.b-file-list__delete:hover {
  background: #F58233;
  color: #FFFFFF;
}



/* End */


/* Start:/local/templates/orteka_desktop/components/orteka/main.feedback/feedback/style.css?17836513111367*/
.preloader{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index:100;
	position: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/local/templates/orteka/images/preloader.gif");
	background-color: rgba(255, 255, 255, 0.3);
}

.b-file__previews {
	display: none;
}
.b-file__list {
	min-width: 100%;
	display: none;
}
.b-file__delete {
	position: absolute;
	top: 4px;
	right: 4px;
	width: 20px;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #FFFFFF;
	color: #F58233;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.3s;
	border: none;
	padding: 6px;
}
.b-file__delete:hover {
	background: #F58233;
	color: #FFFFFF;
}

.b-form__disclaimer {
	margin-top: 20px;
    font-size: 14px;
    font-weight: 300;
}

.b-form__common-error {
	margin-top: 12px;
	font-size: 14px;
	color: #FF6256;
}
.b-form__common-error:empty {
	display: none;
}

/* Decoy-обёртка для капчи не должна перехватывать клики по виджету под её меткой ошибки */
.js-input-wrapper[data-scroll-target] {
	pointer-events: none;
}

.mfp-close {
	right: 10px !important;
	top: 10px !important;
}
/* End */
/* /local/templates/orteka_desktop/global/b-file/b-file.css?17806139631388 */
/* /local/templates/orteka_desktop/components/orteka/main.feedback/feedback/style.css?17836513111367 */
