<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loader-container {
	width: 100vw;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
}
.det_double_bl {
	background: #fff;
}
.loader {
	position: absolute;
	top: 0;
	z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
}
.loader.active {
	z-index: -1;
}
.loader.flow {
	left: 0;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	transform: none;
}
.loader.flow img {
	width: 133.32%;
	height: 138vh;
}
.loader.slides {
	left: 0%;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	transform: none;
}
.loader.slides img {
	width: 100%;
	height: 105.37vh;
}
.loader.rollo {
	left: 0%;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	transform: none;
}
.loader.rollo img {
	width: 99.1%;
	height: 100vh;
}
.loader.panel {
	left: 0%;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	transform: none;
}
.loader.panel img {
	width: 110%;
	height: 100vh;
}
.loader.banner {
	left: 0%;
	min-width: 100%;
	min-height: 100vh;
	width: auto;
	transform: none;
}
.loader.banner img {
	width: 103%;
	height: 100vh;
}
@media only screen and (min-width:2001px) {
	.loader.rollo img {
		width: 100%;
		height: 100vh;
	}
}
@media only screen and (min-width:3001px) {
	.loader.panel img {
		width: 112%;
		height: 100vh;
	}
	.loader.panel {
		left: -1%;
	}
	.loader.banner img {
		width: 104%;
		height: 100vh;
	}
	.loader.banner {
		left: 0%;
	}
}
@media only screen and (min-width:2001px) and (max-width:3000px) {
	.loader.panel img {
		width: 140%;
		height: 100vh;
	}
	.loader.panel {
		left: -4%;
	}
	.loader.banner img {
		width: 104%;
		height: 100vh;
	}
	.loader.banner {
		left: 0%;
	}
}
@media only screen and (min-width:1600px) and (max-width:2000px) {
	/* .loader.flow {
		left: 0;
		top: -5%;
	}
	.loader.flow img {
		min-width: 120%;
		min-height: 120vh;
		margin: 0 auto;
	} */
	.loader.panel {
		/* left: 3%; */
	}
	.loader.panel img {
		width: 1980px;
		min-width: 100%;
	}
	.loader.banner img {
		width: 1980px;
		min-width: 100%;
	}
}
@media only screen and (min-width:1400px) and (max-width:1599px) {
	.loader.rollo img {
		width: 100%;
		height: 70vh;
	}
	.loader.slides img {
		width: 98.7%;
	}
	.loader.flow img {
		width: 131.7%;
		height: 136.4vh;
	}
}
@media only screen and (min-width:1300px) and (max-width:1399px) {
	.loader.slides img {
		width: 98.7%;
	}
	.loader.rollo img {
		width: 98.7%;
		height: 111vh;
	}
	.loader.panel img {
		width: 122.6%;
		height: 100vh;
	}
	.loader.flow img {
		width: 131.7%;
		height: 136.4vh;
	}
}
@media only screen and (min-width:1000px) and (max-width:1299px) {
	.loader.slides img {
		width: 98.7%;
	}
	.loader.rollo img {
		width: 98.7%;
	}
	.loader.flow img {
		width: 131.7%;
		height: 136.4vh;
	}
	.loader.panel img {
		width: 121.2%;
		height: 100vh;
	}
}
.det_double_ic_fl img { 
	width: 100%;
}
.det_first_bg {
	opacity: 0;
	transition: 0.5s;
}
.det_first_bg.active {
	opacity: 1;
}
.pressa_first_tit {
	opacity: 0;
	transition: 0.5s;
}
.pressa_first_tit.active {
	opacity: 1;
}
.ind_art_tit {
	margin-bottom: 32px !important;
}
@media (max-width: 1799px) {
	.det_double_ic_fl .det_double_ic {
		height: 300px;
	}
	.ind_art_tit {
		margin-bottom: 30px !important;
	}
}
@media (max-width: 999px) {
	.det_double_ic_fl .det_double_ic {
		width: 45.6%;
	}
	.det_double_ic_fl .det_double_ic {
		height: auto;
	}
}
@media (min-width: 999px) {
	.det_double_cont {
		/*opacity: 0;*/
		transition: 0.5s;
	}
	.det_double_cont.active {
		opacity: 1;
	}
	.cat_popup {
		z-index: -1;
		transition: 1.5s;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
	}
	.det_two_bl {
		background: #fff;
		transition: opacity 1.5s;
		/*opacity: 0;*/
		padding-bottom: 5px;
		padding-top: 75px;
		margin-top: 75px;
	}
	.det_two_bl.active {
		opacity: 1;
	}
	.det_big_txt,
	.det_two_r,
	.det_first_tit,
	.det_first_txt {
		transition: opacity 1.5s;
		/*opacity: 0;*/
	}
	.det_big_txt.active,
	.det_two_r.active,
	.det_first_tit.active,
	.det_first_txt.active {
		opacity: 1 !important;
	}
}
@media (max-width: 999px) {
	.det_two_bl {
		background: #fff;
	}
}
@media (max-width: 749px) {
	.loader-container {
		height: 375px;
	}
	.ind_art_tit {
		margin-bottom: 24px !important;
	}
}</pre></body></html>