html { overflow-x: hidden; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
body {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	padding-top: 152px;
	background: #000 url("../images/header_bg.png") no-repeat center top;
}
.hide_scroll { overflow: hidden !important; position: relative; }
.hide_scroll body { overflow: hidden; }
.hide_scroll header { background-color: #000; transition: none !important; }
.clean_list { list-style: none; margin: 0; padding: 0; }
.red-color { color: #FF1818; }
.grey-color { color: rgba(255,255,255, 0.6); }
p:last-child { margin-bottom: 0; }
.scale_hover { transform: scale(1); transition: all 200ms ease; }
.scale_hover:hover { transform: scale(1.5); }

/* HEADER */
header { position: fixed; top: 0; left: 0; right: 0; z-index: 100; transition: all 200ms ease; }
.header_scroll header { background-color: #000; }
.header_on_top header { background-color: transparent !important; }
header.menu_open { background-color: #000 !important; }
.header_logo { width: auto; position: absolute; left: 50%; transform: translateX(-50%); }
.header_logo img { transition: all 200ms ease; height: 120px; width: auto; }
.header_scroll .header_logo img { height: 60px; width: auto; }
header > .container > .row { height: 152px; transition: all 200ms ease; }
.header_scroll header > .container > .row { height: 102px; }
.header_left_menu ul { list-style: none; margin: 0; padding: 0; }
.header_left_menu ul li { margin-right: 40px; }
.header_left_menu ul li a { text-decoration: none; }
.header_spacer { padding-top: 100px; }

.header_mobile_button .btn { color: #FFF; font-size: 20px; width: 40px; height: 40px; padding: 0; line-height: 40px; }
.header_mobile_button .btn .fa-xmark,
.header_mobile_button .btn.open .fa-bars { display: none; }
.header_mobile_button .btn.open .fa-xmark { display: inline; font-size: 24px; top: 2px; position: relative; }
.mobile_header_container {
	position: fixed; z-index: 99; display: none;
	top: 0; left: 0; width: 100%;
	background-color: #000; height: 100%;
	padding-top: 102px; text-align: center;
}
.mobile_header_inner {
	width: 100%; padding-bottom: 30px; padding-top: 10px;
	height: calc(var(--app-height) - 102px); position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.mobile_header_container:after {
		content: ""; width: 100%; height: 20px; position: absolute; display: inline-block; top: 101px; left: 0; z-index: 1;
		background: linear-gradient(#000000, #00000000);
	}
.mobile_header_container .fa-brands { font-size: 22px; }
.mobile_header_menu { font-size: 32px; list-style-type: none; margin-bottom: 30px; }
.mobile_header_menu a { text-decoration: none; }

.ceo_text_bg { position: absolute; top: -300px; left: 50%; transform: translateX(-50%); opacity: 0.3; z-index: -1; }

/* FOOTER */
footer { margin-top: 140px; margin-bottom: 70px; }
.footer_links { font-size: 17px; }
.footer_links li { margin-bottom: 12px; }

/* CONTENT */
.slider_video { transform: rotateZ(-10deg); z-index: 2; }
.swiper-pagination-home { color: #777; margin-bottom: 15px; }
.swiper-pagination-current { color: #FF1818; }
.swiper-button,
.swiper-button-next,
.swiper-button-prev { vertical-align: top; cursor: pointer; border: 1px solid rgba(255, 0, 0, 0.4); width: 72px; height: 72px; position: relative; left: 0; right: 0; bottom: 0; top: 0; display: inline-flex; align-items: center; justify-content: center; border-radius: 100%; margin-top: 50px; margin-right: 20px; font-size: var(--swiper-navigation-size); transition: border-color 200ms ease; }
.swiper-button-next:before,
.swiper-button-prev:before { content: ""; width: 21px; height: 1px; display: block; background-color: #FFF; top: 50%; left: 50%; margin-top: -1px; transform: translateX(-50%); position: absolute; border-radius: 1px; }
.swiper-button-next:after { position: relative; right: -6px; }
.swiper-button-prev:after { position: relative; left: -5px; }
.swiper-button.close_btn:hover:after,
.swiper-button.close_btn:hover:before,
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before { background-color: rgb(255, 0, 0); }
.swiper-button:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover { color: rgb(255, 0, 0); border: 1px solid rgba(255, 0, 0, 0.8); }
.swiper-button.close_btn:after { content: ""; width: 20px; height: 1px; background-color: #FFF; transform: translateX(-50%) rotate(45deg); display: inline-block; position: absolute; left: 50%; }
.swiper-button.close_btn:before { content: ""; width: 20px; height: 1px; background-color: #FFF; transform: translateX(-50%) rotate(-45deg); display: inline-block; position: absolute; left: 50%; }
.slider_current_page_num { font-family: "Open Sans"; position: absolute; top: 47%; right: 0; transform: translateY(-50%); font-size: 500px; font-weight: 700; color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: rgb(255, 0, 0); z-index: 3; }


.gallery_swiper { margin-top: -320px; }
.gallery_swiper .swiper-slide { padding-top: 320px; }
.gallery_swiper .swiper_nav_group { position: absolute; z-index: 2; right: 10px; bottom: 0; width: 72px; }
.gallery_swiper .swiper_nav_group > div { margin: 15px 0; background-color: rgba(0,0,0, 0.3); }
.gallery_swiper abbr { display: none; }
.gallery_swiper canvas { z-index: -1; position: absolute; top: 0px; right: 0; line-height: 80%; width: 100%; opacity: 0.4; }

.gallery_swiper_areas { position: relative; user-select: none; }
.gallery_swiper_areas .swiper-slide { width: auto; }
.gallery_swiper_areas .btn { font-size: 14px; font-weight: 500; border: 0 none; margin-bottom: 10px; }
.gallery_swiper_areas .active .btn { background-color: #FF1818; pointer-events: none; }

.modal_wrapper { position: fixed; width: 100%; height: var(--app-height); left:0; top: 0; background: #000; z-index: 999; display: flex; }

.gallery_fullscreen_swiper .swiper-slide { display: flex; align-items: center; justify-content: center; }
.gallery_fullscreen_swiper .swiper-slide img { height: 100%; width: auto; max-width: 100%; max-height: fit-content; }
.gallery_fullscreen_swiper .swiper_nav_group { position: absolute; z-index: 2; right: 10px; top: 0px; width: 72px; }
.gallery_fullscreen_swiper .swiper_nav_group > div { margin: 15px 0; background-color: rgba(0,0,0, 0.3); }
.gallery_fullscreen_swiper .swiper-description { position: absolute; bottom: 20px; width: auto; max-width: 90%; margin: auto; background: rgba(255, 24, 24, 0.5); font-size: 14px; border-radius: 30px; padding: 5px 20px; text-align: center; box-shadow: 0 0 5px 0 rgba(0,0,0, 0.2); }

.abonamente_table_inner { background-color: rgba(34, 34, 34, 0.8); border-radius: 10px; padding: 25px 15px; text-align: center; height: 100%; }
.abonamente_table_inner hr { margin-left: -15px; margin-right: -15px; border-color: #000; border-width: 2px; margin-top: 25px; margin-bottom: 25px; }
.abonamente_table_inner .fa-regular { color: rgba(255, 24, 24, 1); font-size: 14px; margin-right: 5px; }
.abonament_luni { font-weight: 500; }
.abonament_pret { font-size: 64px; color: rgba(255, 24, 24, 1); }
.abonament_pret small { font-size: 24px; font-weight: 400; margin-left: -6px; }

@media (max-width: 1400px) {
	.ceo_text_bg { top: -100px; }
}
@media (max-width: 1200px) {
	.gallery_swiper { margin-top: -250px; }
	.gallery_swiper .swiper-slide { padding-top: 250px; }
}
@media (max-width: 991px) {
	header > .container > .row { height: 102px; }
	body { background: #000 url("../images/header_bg_mobile.png") no-repeat center top -40px; }
	body:after {
		content: ""; width: 100%; height: 250px; position: absolute; display: inline-block; top: 0; left: 0; z-index: 1;
		background: linear-gradient(#00000090, #00000000);
	}
	h1 { font-size: 40px; }
	.fz-lg-24 { font-size: 24px; }
	.title_column { position: relative; }
	.title_column ~ div { margin-top: -100px; }
	.title_column > div { position: relative; margin-left: -20px; margin-right: -20px; }
	.title_column > div:after {
		content: ""; width: 100%; height: 200px; position: absolute; display: inline-block; bottom: 0; left: 0;
		background: linear-gradient(#00000000, #000000);
	}
	.img-fluid-lg { max-width: 100%; height: auto; }
	.swiper-button, .swiper-button-next, .swiper-button-prev { width: 60px; height: 60px; margin-top: 30px; margin-right: 15px; }
	.header_spacer { padding-top: 400px; }
	.header_logo { position: static; width: 100%; transform: none; padding-left: 50px; }
	.header_logo img { height: 60px; width: auto; }
	.slider_current_page_num { font-size: 400px; }
	.slider_video { width: 140%; transform: translateX(-17%) rotateZ(-10deg); }
	.gallery_swiper { margin-top: 0; }
	.gallery_swiper .swiper-slide { padding-top: 0; }
	.swiper_top_nav.swiper_nav_group { top: 0; transform: none; }
}
@media (max-width: 767px) {
	footer { margin-top: 120px; margin-bottom: 40px; }
	.slider_video { width: 100%; transform: rotateZ(-10deg); }
	.slider_current_page_num { font-size: 500px; transform: translateX(-50%); line-height: 100%; top: auto; bottom: -30px; left: 50%; right: auto; }
}
@media (max-width: 575px) {
	.header_logo { padding-left: 10%; }
	.slider_current_page_num { font-size: 400px; }
	.swiper_top_nav.swiper_nav_group { width: 55px; }
	.swiper_top_nav.swiper_nav_group > div { margin: 7px 0; }
	.swiper-button, .swiper-button-next, .swiper-button-prev { width: 50px; height: 50px; margin-top: 20px; margin-right: 10px; }
}
@media (max-width: 380px) {
	.slider_video { width: 120%; transform: translateX(-8%) rotateZ(-10deg); }
	.header_logo { padding-left: 7%; }
	h1 { font-size: 36px; }
	.slider_current_page_num { font-size: 340px; }
}