.by_order,.we_got_it{
	display: inline-block;
	padding: 1px 10px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
}
.by_order{
	background: #ef1b1b;
}

.by_order[style=''] + .by_order[style='']{
	display: none;
}

.we_got_it{
	background: #EF7F1B;
}
.catalog_cont .product_container .product_item .desc_block .stat_part, .about_brand .product_container .product_item .desc_block .stat_part{
	width: 100%;
	justify-content: space-between;
}
._product .desc_block .stat_part{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}
.password-eye{
	/*top: 18px;*/
	/*right: 10px;*/
	z-index: 10;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	top: 8px;
	right: 6px;
	background: url(/local/templates/belpost/img/ic-eye.svg#ic-eye-close)center no-repeat;
	background-size: 24px;
	color:#000;
}
.password-eye-hide{
	background: url(/local/templates/belpost/img/ic-eye.svg#ic-eye-open)center no-repeat;
}
.personal_data .data_form .input_item .input{
	position: relative;
}
.datepicker{
	border-radius: 0!important;
}

.cookie-banner {
	display: none;
	position: fixed;
	top: auto;
	left: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .97);
	width: 100%;
	padding: 15px;
	color: #000;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	z-index: 2000;
}

.cookie-banner--shown {
	display: block;
}

.cookie-banner__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cookie-banner__text {
	padding: 10px 0;
}

.cookie-banner__action {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.cookie-banner__btn {
	display: block;
	width: fit-content;
	flex: 0 0 auto;
	cursor: pointer;
	align-items: center;
	padding: 10px 20px;
	border: 1px solid #EF7F1B;
	background: #fff;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #EF7F1B;
	transition: all .25s;
}

.cookie-banner__btn--apply {
	margin-left: 15px;
	margin-right: 15px;
}

.cookie-banner__btn--cancel {
	margin-right: 0;
}

.cookie-banner__btn:hover {
	border: 1px solid gray;
	color: gray;
}

.cookie-banner__link {
	display: block;
	width: fit-content;
	flex: 0 0 auto;
	color: #EF7F1B;
	text-decoration: underline;
	transition: color .25s;
	margin: 10px 20px;
}

.cookie-banner__link:hover {
	color: gray;
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.cookie-banner__inner {
		display: block;
	}

	.cookie-banner__text {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.cookie-banner {
		padding: 10px 15px;
	}
}

.cookie-page {
	margin: 50px 0 100px;
}

.cookie-page p {
	font-size: 16px;
	line-height: normal;
}

.cookie-page h1 {
	font-size: 2em;
	margin-bottom: 20px;
	font-weight: bold;
}

.cookie-page h2 {
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: bold;
}

.cookie-page h3 {
	font-size: 1.17em;
	margin-top: 15px;
	margin-bottom: 12px;
	font-weight: bold;
}

.cookie-page__action {
	margin-top: 25px;
}

.cookie-page__input {
	display: block;
	position: relative;
	cursor: pointer;
}

.cookie-page__input--disabled {
	cursor: not-allowed;
}

.cookie-page__radio,
.cookie-page__checkbox {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.cookie-page__radio-visual {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #EF7F1B;
}

.cookie-page__input-text {
	display: block;
	padding-left: 28px;
}

.cookie-page__radio-visual:after {
	content: "";
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #EF7F1B;
}

.cookie-page__radio:checked + .cookie-page__radio-visual:after {
	display: block;
}

.cookie-page__checkbox-visual {
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid #EF7F1B;
}

.cookie-page__checkbox-visual:after {
	content: "";
	display: none;
	width: 10px;
	height: 6px;
	border-bottom: 2px solid #EF7F1B;
	border-left: 2px solid #EF7F1B;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.cookie-page__checkbox:checked + .cookie-page__checkbox-visual:after {
	display: block;
}

.cookie-page__radio[disabled] + .cookie-page__radio-visual,
.cookie-page__checkbox[disabled] + .cookie-page__checkbox-visual {
	opacity: .6;
}

.cookie-page__radio[disabled] ~ .cookie-page__input-text,
.cookie-page__checkbox[disabled] ~ .cookie-page__input-text {
	opacity: .6;
}