@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

.rao-calc__meta {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

.rao-calc__date {
	display: block;
	flex: 0 1 auto;
	color: inherit;
}

.rao-calc__back {
	display: flex;
	flex: 0 1 auto;
	margin: 0 0 0 28px;
}

.rao-calc__back:first-child {
	margin-left: 0;
}

.icon-link {
	display: inline-flex;
	flex-wrap: nowrap;
	vertical-align: middle;
	color: #C5B182;
	text-decoration: underline;
}

.icon-link:hover {
	text-decoration: none;
}

.icon-link__icon {
	display: block;
	flex: 0 0 20px;
	width: 20px;
	max-width: 20px;
	height: 20px;
	margin: 0 6px 0 0;
	fill: currentColor;
	color: inherit;
}

.icon-link__icon:last-child {
	margin-right: 0;
}

.icon-link__icon * {
	color: inherit;
}

.icon-link__text {
	display: block;
	flex: 0 1 auto;
	width: auto;
	max-width: 100%;
	color: inherit;
}

.icon-link_size_l .icon-link__icon {
	flex-basis: 25px;
	width: 25px;
	max-width: 25px;
	height: 25px;
}

.panel__add-controls {
	display: flex;
	justify-content: space-around;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	margin: 0 -10px auto;
}

@media only screen and (min-width: 480px) {
	.panel__add-controls {
		display: none;
	}
}

.panel__add-control {
	display: block;
	flex: 0 1 auto;
	width: auto;
	max-width: 105px;
	padding: 0 10px;
}

.plus-control {
	position: relative;
	display: block;
	padding: 34px 0 0;
	color: #BABABA;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	background: transparent;
	border: none;
	transition: color .3s ease;
}

.plus-control:hover {
	color: #000;
	text-decoration: none;
}

.plus-control:focus {
	color: #000;
	text-decoration: none;
}

.plus-control:before,
.plus-control:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 50%;
	z-index: 1;
	display: block;
	width: 24px;
	height: 1px;
	background: currentColor;
	transform: translate(-50%, -50%);
}

.plus-control:after {
	transform: translate(-50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
	.form-panel__items_layout_columns {
		columns: 2;
		max-width: 574px;
	}
}

@media only screen and (max-width: 479px) {
	.group__category-info_type_mobile {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.group__main-info {
		padding-top: 6px;
		line-height: 1.2;
	}
}

@media only screen and (max-width: 479px) {
	.form-field .form-field__input {
		height: 32px;
	}
}

.showcase__input::-webkit-input-placeholder {
	color: #bababa;
}

.showcase__input:-ms-input-placeholder {
	color: #bababa;
}

.showcase__input::-moz-placeholder {
	color: #bababa;
	opacity: 1;
}

.showcase__input::-ms-input-placeholder {
	color: #bababa;
	opacity: 1;
}

.showcase__input::placeholder {
	color: #bababa;
	opacity: 1;
}

@media only screen and (min-width: 480px) {
	.showcase__title {
		margin: 0 0 3px;
	}

	.showcase__title:last-child {
		margin-bottom: 0;
	}

	.showcase__input {
		height: 35px;
	}

	.showcase__categories .showcase-categories {
		padding: 6px 0 0;
	}

	.showcase-categories .showcase-categories__title {
		font-size: 14px;
		line-height: 1.4;
	}
}

.ring-control .ring-control__item {
	margin: 0 0 10px;
}

.ring-control .ring-control__item:last-child {
	margin-bottom: 0;
}

.ring-control .ring-control__field,
.ring-control .ring-control__progress {
	flex-basis: 40px;
	width: 40px;
	height: 40px;
}

.ring-control .ring-control__input {
	flex: 0 0 auto;
	height: 13px;
	font-size: 10px;
	line-height: 13px;
}

.ring-control .ring-control__label {
	padding: 0 0 0 16px;
	font-weight: 400;
	line-height: 1.1;
}

.group__name {
	margin: 0 0 15px;
}

.group__name .form-field__input {
	font-weight: 500;
}

@media only screen and (max-width: 479px) {
	.group__name .form-field__input {
		font-size: 18px;
	}

	.form-field .form-field__input {
		font-weight: 500;
	}
}

.group__item {
	margin: 0 0 19px;
}

.group__item-cell {
	margin: 0 0 15px;
}

@media only screen and (min-width: 480px) {
	.group__name {
		margin: 0 0 2px;
	}

	.group__item {
		margin: 0 0 11px;
		padding: 7px 7px 0;
	}

	.group__item:first-child {
		padding-top: 2px;
	}

	.group__item-cell {
		padding: 0 8px;
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.group__item:first-child {
		padding-top: 0;
	}
}

.group__name:last-child {
	margin-bottom: 0;
}

.group__item:last-child {
	margin-bottom: 0;
}

.group__item-cell:last-child {
	margin-bottom: 0;
}


.check-group__label {
	line-height: 26px;
}

@media only screen and (min-width: 480px) {
	.check-group__label {
		padding: 0 0 4px;
		line-height: 30px;
	}
}

.check-group__dropdown {
	border-radius: 0;
}

.check-elem .check-elem__label {
	font-weight: 400;
}

.showcase {
	padding: 15px 0 0;
}

.showcase__holder {
	margin: 0 -8px;
}

.showcase__item {
	flex-basis: 100%;
	width: 100%;
	max-width: 100%;
	padding: 10px 8px;
}

@media only screen and (min-width: 480px) {
	.showcase__item {
		flex-basis: 50%;
		width: 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.showcase__item {
		flex-basis: 33.333333%;
		width: 33.333333%;
		max-width: 33.333333%;
	}
}

.rao-calc__accordion {
	margin: 0 0 6px;
}

.rao-calc__accordion:last-child {
	margin-bottom: 0;
}

.radio-elem .radio-elem__label {
	font-weight: 400;
	line-height: 1.2;
}

@media only screen and (min-width: 480px) {
	.radio-elem .radio-elem__label {
		font-size: 16px;
	}
}

.form-panel .form-panel__input {
	border-radius: 0;
	appearance: none;
}

.add-button,
.remove-button {
	margin: 0 20px 0 0;
}

.add-button:last-child,
.remove-button:last-child {
	margin-right: 0;
}

.remove-button {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 0;
	color: #333;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
	border: none;
	background: #fff;
	cursor: pointer;
	transition: all .4s ease
}

.remove-button:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 24px;
	height: 1px;
	background: #333;
	transform: translate(-50%, -50%)
}

.group__item-controls {
	display: none;
	padding: 0 15px;
}

.group__item-controls_offset_none {
	padding: 15px 0 0;
}

@media only screen and (min-width: 480px) {
	.group__item-controls {
		display: block;
	}
}

.process .process__footer {
	color: #6f6f6f;
}

.rao-calc .panel__title {
	color: #000;
}

.rao-calc .rao-calc__title,
.form-field .form-field__input,
.form-panel .form-panel__input,
.check-group .check-group__label,
.check-elem .check-elem__label,
.showcase .showcase__title,
.accordion .accordion__title,
.accordion .accordion__subheader,
.rao-calc b:not([class]),
.radio-elem .radio-elem__label {
	color: #333;
}

.button .button__holder,
.button .button__text {
	color: inherit;
}

.showcase-categories .showcase-categories__title {
	color: #333;
	font-size: 16px;
}

.form-field__input::-webkit-input-placeholder {
	color: #bababa;
	font-size: 14px;
	font-weight: 400;
}

.form-field__input:-ms-input-placeholder {
	color: #bababa;
	font-size: 14px;
	font-weight: 400;
}

.form-field__input::-moz-placeholder {
	color: #bababa;
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}

.form-field__input::-ms-input-placeholder {
	color: #bababa;
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}

.form-field__input::placeholder {
	color: #bababa;
	font-size: 14px;
	font-weight: 400;
	opacity: 1;
}