.import-notice {
	display: none;
	min-height: 45px;
 }
.import-btn-back {
	display: none;
 }
.form-import {
	width: 100%;
	display: flex;
	flex-direction: column;
 }
.import-btn {
	width: 380px;
	justify-self: center;
	align-self: center;
 }
.progressbar-wrap {
	width: 380px;
	margin: auto;
 }
#progressbar {
	width: 100%;
	display: none;
 }
.section-import {
	position: relative;
	width: 380px;
	height: 170px;
	margin: 40px auto;
	color: #40444f;
	border: .2rem dashed #616778;
	border-radius: 1.5rem;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out, border-color 0.2s ease-out;
	transition: color 0.2s ease-out, border-color 0.2s ease-out;
	overflow: hidden;
	padding-top: 90px;
	box-sizing: border-box;
 }
.section-import:hover,
.section-import.dd {
	border-color: #4d90ff;
	color: #4d90ff;
	background-color: #e7f0fe;
 }
.section-import figure {
	position: absolute;
	width: 100%;
	height: 160px;
	left: 0;
	top: 0;
	display: block;
 }
.section-import figure:after {
	position: absolute;
	display: block;
	content: '';
	height: 80px;
	width: 80px;
	top: 5px;
	left: 50%;
	margin-left: -40px;
	background-repeat: no-repeat;
	background-size: 80px 80px;
	background-image: url(https://professorweb.ru/my/it/blog/net/images/upload_icon.png);
	-webkit-transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
	transition: opacity 0.2s ease-out, border-color 0.2s ease-out;
 }
.section-import:hover figure:after,
.section-import.dd figure:after {
	opacity: .65;
 }
.section-import p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
 }
.section-import p small {
	font-weight: normal;
	font-size: 12px;
	opacity: .7;
 }
.section-import [type="file"] {
	position: absolute;
	top: -16rem;
	opacity: 0;
 }
.error {
	width: 380px;
	margin: 0 auto 20px;
	line-height: 20px;
	font-size: 14px;
	color: red;
	font-style: italic;
	display: none;
	text-align: center;
 }

/* Прогресс-бар */
.progress {
	height: 20px;
	width: 380px;
	margin: 0 auto 20px;
	overflow: hidden;
	background-color: #999;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	position: relative;
	display: none;
 }
.progress-bar {
	height: 100%;
	font-size: 12px;
	float: left;
	width: 0;
	background-color: #428bca;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	transition: width .6s ease;
 }
.progress-value {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 15px;
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
 }

/* Контейнер с загруженными картинками */
.images {
	width: 380px;
	overflow: hidden;
	margin: 0 auto;
 }
.images a {
	width: 116px;
	height: 116px;
	margin: 0 10px 10px 0;
	float: left;
	display: block;
	box-sizing: border-box;
	padding: 4px;
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	position: relative;
 }
.images a:hover {
	border-color: #428bcb;
 }
.images span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
 }
.field-taxonomy-shops-category .child-list-category > .rcl-checkbox-box {
	display: none;
 }
.rcl-public-form .field-taxonomy-shops-category .child-list-category .parent-category {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
 }
.rcl-public-form .field-taxonomy-shops-category .child-list-category .parent-category::before {
	content: '+';
	position: absolute;
	top: 5px;
	right: 10px;
 }
.rcl-public-form .field-taxonomy-shops-category .child-list-category.active .parent-category::before {
	content: '-';
	position: absolute;
	top: 5px;
	right: 10px;
 }
@media (max-width: 500px) {
	.section-import {
		width: 250px;
	}
 }
