.gift_card .btns_row{width:100%}
.form-policy{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #8F8F8F;
}
.form-policy a{color:inherit!important;}
.bx-calendar-top-year
, .bx-calendar-year-popup{
	display:none!important;
}
/**
 * Выбор размера (в карточке товара)
 */
.goods_sizes{
	position:relative;
}
.goods_sizes_wrapper{
	width:360px;
	max-width:100%;
	position:absolute;
	top:100%;
	z-index:499;
	background:#fff;
	padding:8px 0;
	list-style:none;
	margin:0;
	box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
	opacity: 0;
	user-select: none;
	pointer-events: none;
	transition: .15s ease-in-out;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out;
	-ms-transition: .15s ease-in-out;
	-o-transition: .15s ease-in-out;
	max-height: 464px;
	overflow: auto;
}
.goods_sizes.active .goods_sizes_wrapper{
	opacity: 1;
	user-select: unset;
	pointer-events: unset;
}
.goods_sizes_item{
	display:flex;
	align-items:center;
	/* height:56px; */
	padding:20px 16px;
	font-size:14px;
}
.goods_sizes_item.rec {
	padding: 13px 16px 30px;
}
.goods_sizes_item a{
	font-size:14px!important;
}
.goods_sizes_item:not(.disabled){
	cursor:pointer;
}
.goods_sizes_item:hover{
	background:#f5f5f5;
}
.goods_sizes_item a,
.goods_sizes_item button {
	display: inline-block;
	border: none;
	text-decoration: underline;
	color:inherit;
	font-size: 14px !important;
	text-align: right;
}
.goods_sizes_item_name
, .goods_sizes_item_price
, .goods_sizes_item_data{
	flex:0 0 33.3333333333%;
	max-width:33.3333333333%;
}
.goods_sizes_item_data{
	text-align:right;
}
.disabled .goods_sizes_item_name{
	cursor:not-allowed;
	color:#8F8F8F;
}
.goods_sizes_item_data .d_last{
	color:#EE2740;
}
.goods_sizes_item_name{
	position:relative;
}
.goods_sizes_item_name span{
	color:#8F8F8F;
	white-space:nowrap;
	font-size:12px;
	line-height: 12px;
	position:absolute;
	top:100%;
	left:0;
}
li.active .goods_sizes_item_name{
	font-weight:bold;
}
.text-right{
	text-align:right;
}
/**
 * Popup fluid
 */
.popup-fluid{
	display:none;
	width:100%;
	height:100vh;
	height:calc(var(--vh, 1vh) * 100);
	background:#fff;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:9000000000;
}
.popup-fluid.active{
	display:block;
}
.popup-fluid-wrap{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	overflow-x:hidden;
	overflow-y:hidden;
	padding:0 12px;
	max-height:100vh;
}
.popup-fluid-top{
	padding:18px 0;
	height:50px;
}
.popup-fluid-close{
	display:inline-block;
	background:transparent;
	outline:none;
	border:none;
}
.popup-fluid-body{
	flex:1;
	overflow-y:auto;
	position:relative;
}
.popup-fluid-bot{
	padding:24px 0 14px 0;
}
.popup-close-back {
	display: none;
	border: none;
	position: absolute;
	top: 25px;
}
@media screen and (max-width:767px){
	.pagination{
		margin:0 auto 40px auto!important;
	}
	.catalog_page_header{
		/* padding:20px 0 0 30px!important; */
		/* display:block!important; */
	}
	.catalog_page_header span{
		display:block!important;
	}
	.breadcrumbs{
		top:30px!important;
	}
	.footer_imgs li img {
		margin-bottom: 25px;
	}
	.footer_col_wrp:nth-child(3) .footer_col .footer_col_title:nth-child(1), .footer_col {
		border-bottom: 0 !important;
	}
	.footer_col_content {
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	.catalog-context.xs {
		margin-bottom: 8px;
	}
	.catalog-context li div {
		font-size: 14px;
	}
	.js-address-form legend {
		margin-top: 0;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		position: absolute;
		left: 0;
		right: 0;
		top: 25px;
	}
	.js-address-form {
		width: auto !important;
		max-width: none;
		margin-left: -13px !important;
		margin-right: -13px !important;
		padding-top: 30px !important;
		padding-left: 13px !important;
		padding-right: 13px !important;
		overflow: unset !important;
	}
	.js-address-form .form_field {
		margin-top: 8px !important;
		margin-bottom: 0 !important;
	}
	.js-address-form .inputs_group.sm {
		gap: 0 !important;
	}
	.js-address-form .form_field textarea {
		height: 60px;
	}
	.popup-close-back {
		display: block;
	}
	.popup-address .popup.active{
		align-items: start !important;
		justify-content: flex-start !important;
	}
	.popup_wrapper-secondary {
		z-index: 400;
	}
	.popup_wrapper-secondary .popup {
		z-index: 500;
	}
	.popup_wrapper-secondary.smbot .popup.active {
		align-items: normal;
		justify-content: flex-start;
	}
	.popup_wrapper-secondary.smbot .popup_title {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: 0em;
		text-align: center;
	}
	#child_popup_pic .popup {
		padding: 20px;
	}
}
@media screen and (min-width:1299px){
	.product_review{
		display:flex;
		align-items:top;
	}
	.product_review .product_review_strs{
		height:26px;
	}
	.order_detail-wrp ul li span:first-child{
		white-space: break-spaces;
		width: 200px !important;
		max-width: 200px;
	}
	.order_detail-wrp .order_detail-item ul li span:first-child{
		width: auto !important;
	}
}
.video-fluid{
	width:100%;
	height:auto!important;
}

.opt.multicolor {
	background-image: url(/upload/multicolor.svg);
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
.mobile-filter-item .opt.white {
	border: 2px solid #eceef0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

@media screen and (max-width: 575px) {
	.change_address-group {
		justify-content: space-between;
	}
	main.page-info {
		padding-top: 26px;
	}
}