/* cookie */
#cookie {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.9);
	z-index: 100;
	padding: 25px 0;
	display: none;
}
#cookie .inner-cookie {
	max-width: 1420px;
	margin: 0 auto;
	padding: 0 70px;
}
@media (max-width:  500px) {
	#cookie .inner-cookie {
		padding: 0 30px;
	}
}
#cookie.active {
	display: block;
}
#cookie .content-cookie {
	align-items: center;
	justify-content: space-between;
}
@media (max-width:  900px) {
	#cookie .content-cookie {
		flex-direction: column;
	}
}
#cookie .text-cookie {
	max-width: 880px;
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.7);
	margin-right: 70px;
}
@media (max-width: 1200px) {
	#cookie .text-cookie {
		margin-right: 20px;
	}
}
@media (max-width: 900px) {
	#cookie .text-cookie {
		margin-right: 0;
	}
}
#cookie .btn-cookie {
	margin-left: 10px;
}
@media (max-width: 900px) {
	#cookie .btn-cookie {
		margin: 20px 0 0 0;
	}
}
@media (max-width: 500px) {
	#cookie .btn-cookie {
		align-self: stretch;
	}
}
#cookie .btn-cookie .btn {
	padding: 0;
	white-space: nowrap;
	width: 220px;
	font-weight: bold;
	font-size: 13px;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	color: #000000;
	cursor: pointer;
}
@media (max-width:  500px) {
	#cookie .btn-cookie .btn {
		width: 100%;
	}
}
#cookie .btn-cookie .btn.opacity {
	background: #EBC479;
}
#cookie .btn-cookie .btn.red {
	color: #FFEDC8;
	background: linear-gradient(180deg, #84221D 0.73%, #B0332D 49.97%, #671613 99.21%);
}
#cookie .btn-cookie .btn:hover {
	background: #C4C4C4;
	color: #000000;
}
#cookie p a {
	color: #EBC479;
}
/* /cookie */

/* .shadow-scroll*/
.shadow-scroll {
	position: relative;
}
.shadow-scroll .shadow-scroll-top,
.shadow-scroll .shadow-scroll-bottom {
	pointer-events: none;
	z-index: 100;
	position: absolute;
	left: 0;
	right: 0;
	height: 70px;
}
.shadow-scroll .shadow-scroll-top {
	top: 0;
}
.shadow-scroll .shadow-scroll-bottom {
	bottom: 0;
}
.shadow-scroll.top .shadow-scroll-top,
.shadow-scroll.bottom .shadow-scroll-bottom {
	opacity: 0;
}
/* /.shadow-scroll */
/* popupCookie */
#popupCookie .popup-inner {
	padding: 28px 35px 35px;
}
@media(min-width:  500px) {
	#popupCookie .popup-inner {
		width: 435px;
		height: 630px;
	}
}
#popupCookie .text p {
	font-size: 13px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.5);
}
#popupCookie .popup-inner .popup-title {
	padding: 1px 0 30px;
	margin: 10px 0 0;
	position: relative;
	text-transform: none;
}
#popupCookie .popup-inner .popup-title h4 {
	font-weight: bold;
}
#popupCookie .text p a {
	color: #EBC479;
	white-space: nowrap;
}
#popupCookie .box-ov {
	margin-right: -20px;
}
#popupCookie .box-ov .scroll-profile-content {
	height: 370px;
	margin-top: 15px;
	padding: 15px 20px 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
#popupCookie form {
	margin: 0;
	padding: 0;
}
#popupCookie .shadow-scroll .shadow-scroll-top,
#popupCookie .shadow-scroll .shadow-scroll-bottom  {
	right: 17px;
}
#popupCookie .shadow-scroll .shadow-scroll-top {
	top: -1px;
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
#popupCookie .shadow-scroll .shadow-scroll-bottom {
	bottom: -1px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
#popupCookie .checkbox-item {
	background: #141414;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 15px 15px 20px 18px;
	width: 402px;
}
#popupCookie .checkbox-item:last-child {
	margin-bottom: 0;
}
#popupCookie .checkbox-item .label {
	display: block;
	height: 30px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
	margin-bottom: 10px;
	cursor: pointer;
}
#popupCookie .checkbox-item .label .icon {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
}
#popupCookie .checkbox-item .label .icon .tumb {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	height: 15px;
	width: 30px;
	border-radius: 7px;
	background: #C4C4C4;
}
#popupCookie .checkbox-item .label .icon .dot {
	position: absolute;
	content: '';
	width: 9px;
	height: 9px;
	left: 3px;
	top: 3px;
	background: #141414;
	border-radius: 5px;
}
#popupCookie .checkbox-item .label input:checked ~ .tumb .dot {
	left: 18px;
}
#popupCookie .checkbox-item .label input:checked ~ .tumb {
	background: #EBC479;
}
#popupCookie .checkbox-item .label .icon input {
	opacity: 0;
	display: none;
}
#popupCookie .checkbox-item .label .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer;
}
#popupCookie .checkbox-item .label-info {
	font-size: 13px;
	line-height: 15px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 10px;
}
#popupCookie .checkbox-item .link {
	font-size: 13px;
	line-height: 15px;
	color: #EBC479;
}
#popupCookie .two-btns {
	margin-top: 30px;
	justify-content: space-between;
}
#popupCookie .two-btns .btn {
	width: calc(50% - 5px);
	border-radius: 2px;
	line-height: 45px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50px;
	cursor: pointer;
	background:#EBC479;
	color: #000;
}
#popupCookie .two-btns .btn.red {
	background: linear-gradient(180deg, #84221D 0.73%, #B0332D 49.97%, #671613 99.21%);
	color: #FFEDC8;
}
#popupCookie .two-btns .btn:hover {
	background: #C4C4C4;
	color: #000000;
}
#popupCookie .two-btns .btn:hover {
	color: #1F1726;
}
@media (max-width: 500px) {
	#popupCookie .popup-inner {
		min-width: calc(100% - 40px);
		position: 28px 20px 35px;
	}
	#popupCookie .popup-inner .popup-title {
		padding-bottom: 0;
		position: relative;
		z-index: 30;
	}
	#popupCookie .popup-inner .popup-title:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 30px;
		background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
		pointer-events: none;
	}
	#popupCookie .scroll-mb {
		height: calc(100vh - 170px);
		overflow-y hidden;
		overflow-x: auto;
		position: relative;
		padding: 30px 20px 30px 0;
		margin-right: -20px;
		/*padding-bottom: 30px;*/
	}
	#popupCookie .scroll-mb:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -1px;
		height: 30px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
	}
	#popupCookie .shadow-scroll .shadow-scroll-top, #popupCookie .shadow-scroll .shadow-scroll-bottom {
		opacity: 0;
	}
	#popupCookie .two-btns {
		margin-top: 0;
		position: relative;
		z-index: 20;
	}
	#popupCookie .two-btns:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 30px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
		pointer-events: none;
	}
	#popupCookie .box-ov {
		margin-right: 0;
	}
	#popupCookie .box-ov .scroll-profile-content {
		height: 100%;
		overflow: hidden;
		padding-right: 0;
	}
	#popupCookie .checkbox-item {
		width: calc(100% - 30px);
	}
}
@media (orientation: landscape) and (max-height: 750px) {
	#popupCookie .popup-inner {
		min-width: calc(100% - 40px);
		position: 28px 20px 35px;
		height: calc(100vh - 60px);
	}
	#popupCookie .popup-inner .popup-title {
		padding-bottom: 0;
		position: relative;
		z-index: 30;
	}
	#popupCookie .popup-inner .popup-title:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		height: 30px;
		background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
		pointer-events: none;
	}
	#popupCookie .scroll-mb {
		height: calc(100vh - 200px);
		overflow-y hidden;
		overflow-x: auto;
		position: relative;
		padding: 30px 20px 30px 0;
		margin-right: -20px;
	}
	#popupCookie .shadow-scroll .shadow-scroll-top, #popupCookie .shadow-scroll .shadow-scroll-bottom {
		opacity: 0;
	}
	#popupCookie .two-btns {
		margin-top: 0;
		position: relative;
		z-index: 20;
	}
	#popupCookie .two-btns:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100%;
		height: 30px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
		pointer-events: none;
	}
	#popupCookie .box-ov {
		margin-right: 0;
	}
	#popupCookie .box-ov .scroll-profile-content {
		height: 100%;
		overflow: hidden;
		padding-right: 0;
	}
	#popupCookie .checkbox-item {
		width: calc(100% - 30px);
	}

}/* /popupCookie */


/* #iconCookie */
#iconCookie {
	position: sticky;
	z-index: 40;
	left: 80px;
	bottom: 80px;
	width: 50px;
	height: 50px;
}
#iconCookie.hidden {
	display: none;
}
#iconCookie.active {
	z-index: 50;
}
#iconCookie .icon {
	height: 50px;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: linear-gradient(180deg, #84221D 0.73%, #B0332D 49.97%, #671613 99.21%);
	cursor: pointer;
}
#iconCookie.active .icon {
	background: #EBC479;
}
#iconCookie svg path {
	fill: #FFEDC8;
}
#iconCookie.active .icon path {
	fill: #000;
}
@media (max-width:  500px) {
	#iconCookie {
		left: 20px;
		bottom: 20px;
	}
}
/* /#iconCookie */
