*, *::after, *::before {
	box-sizing: inherit;
}
body {
	background: rgb(255, 255, 255);
	margin-right: calc(100% - 100%);
	margin: 0;
	width: 100%;
	font-family: 'FavoritPro', sans-serif;
}
ol, ul {
	list-style: none;
}
em {
	font-style: italic;
	color: #808285;
}
.link_piesa {
	position: relative;
	float: left;
	display: block;
	width: 100%;
	height: 80px;
	background: #000000;
	transition: all .5s;
	margin-top: -2px;
	margin-bottom: 20px;
}
.link_piesa a {
	position: relative;
	float: left;
	width: 100%;
	text-decoration: none;
}
.link_piesa a span {
	width: calc(100% - 10px);
	text-transform: uppercase;
	overflow: hidden;
	background: linear-gradient(120deg, #ffffff00, #ffffff8a, #ffffff00);
	background-repeat: repeat;
	background-size: 200%;
	animation: animatebuy 6s linear infinite;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
	font-size: 34px;
	letter-spacing: -.05em;
	font-weight: bold;
	height: 34px;
	display: block;
	white-space: nowrap;
	margin: 3px 5px;
}
.link_piesa a span:last-of-type {
	animation-delay: 0.5s;
}
.link_piesa:hover {
	background: #4764ae;
}
@keyframes animatebuy {
 0% {
 background-position: 200%;
}
 100% {
 background-position: -200%;
}
}
.grid-footer {
	display: grid;
	grid-template-columns: 1fr 0.51fr 1fr;
	grid-template-rows: auto 1fr auto;
	padding: 10px;
}
.footer {
/* background: lightgreen; */
}
.main {
	flex: 1;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	/* max-width: 400px; */
	align-items: center;
}
.main:after {
	content: '';
	display: block;
	background: url(../images/smile-w.svg);
	width: 80px;
	height: 80px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
	margin: 0 35px 80px -35px;
	position: absolute;
	-webkit-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
	-moz-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
	-o-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
	animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate, spin 6.05s linear 0s infinite alternate;
}
.main img {
	/* width: 100%; */
	/* height: 100%; */
	object-fit: cover;
	max-height: 500px;
	padding: var(--sscontrol-padding);
}
.aside-1 p {
	font-weight: bold;
	padding: var(--sscontrol-padding);
	line-height: var(--sscontrol-line-heigh);
	font-size: var(--sscontrol-font-size);
}
.aside-2 {
	font-style: italic;
	font-weight: bold;
	padding: var(--sscontrol-padding);
	line-height: var(--sscontrol-line-heigh);
	font-size: var(--sscontrol-font-size);
	color: var(--c-grey);
}
.whitespace {
	margin: 0 auto;
	width: 100%;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.box {
	background-color: #4764ae;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.s_top {
	margin: 0 auto;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 3;
}
.s-lista {
	width: calc(100% - 120px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}
#clip-polygon {
	width: 100%;
	height: 100vh;
}
.bads {
	width: 100%;
	height: 100vh;
}
.stars {
	width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
	top: 0;
}
.stars > div {
	width: 70px;
	height: 80px;
	position: absolute;
	z-index: 1;
	background: url(../images/star.svg) no-repeat;
	background-size: 70px 80px;
}
.stars > div:nth-of-type(1) {
	top: 4%;
	left: 20%;
}
.stars > div:nth-of-type(2) {
	top: 12%;
	left: 59%;
}
.stars > div:nth-of-type(3) {
	top: -1%;
	left: 72%;
}
.stars > div:nth-of-type(4) {
	top: 27%;
	left: 10%;
}
.stars > div:nth-of-type(5) {
	top: 38%;
	left: 38%;
}
.stars > div:nth-of-type(6) {
	top: 42%;
	left: 71%;
}
.stars > div:nth-of-type(7) {
	top: 62%;
	left: 78%;
}
.stars > div:nth-of-type(8) {
	top: 68%;
	left: 33%;
}
.stars > div:nth-of-type(9) {
	top: 82%;
	left: 5%;
}
.mask {
	width: calc(100% - 120px);
	height: calc(100vh - 120px);
	-webkit-mask-image: url(../images/mask.svg);
	mask-image: url(../images/mask.svg);
	-webkit-mask-size: 100% 100%;
	margin: 60px 60px;
	mask-size: 100% 100vh;
}
.titleoverlay {
	font-family: 'WhyteInktrap', sans-serif;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	z-index: 2;
	user-select: none;
	pointer-events: none;
}
.titleoverlay span {
/* padding: 4px; */
}
.htop {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: white;
	width: 100%;
}
.htop span {
	font-size: 56px;
	/* line-height: 56px; */
	color: #2db349;
	padding-left: 4px;
}
.hleft {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.hleft span {
	font-size: 56px;
	/* line-height: 56px; */
	color: #2db349;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform-origin: left bottom;
	transform-origin: right top;
	-webkit-transform: rotate(90deg);
	transform: rotate(-90deg);
	width: calc(100vh - 60px);
	text-align: left;
	margin-top: 60px;
}
.hright {
	display: block;
	position: absolute;
	left: calc(100% - 60px);
	top: 0;
	z-index: 2;
}
.hright span {
	font-size: 56px;
	/* line-height: 56px; */
	color: #2db349;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -60px;
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 94vh;
	text-align: left;
}
.hbottom {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	color: #2db349;
	width: 100%;
	background: white;
}
.hbottom span {
	width: calc(100% - 8px);
	text-align: right;
	position: relative;
	float: left;
	font-size: 56px;
	line-height: 56px;
}
.box b {
	display: block;
	background: url(../images/smile.svg);
	width: 60%;
	height: 40%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
	position: absolute;
	-webkit-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
	-moz-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
	-o-animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate;
	animation: moveX 3.05s linear 0s infinite alternate, moveY 3.4s linear 0s infinite alternate, spin 6.05s linear 0s infinite alternate;
}
.box c {
	display: block;
	background: url(../images/sad.svg);
	width: 60%;
	height: 40%;
	transform: rotate(320deg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	right: 0;
	top: 0;
	position: absolute;
	-webkit-animation: moveX2 2.05s linear 0s infinite alternate, moveY2 4.4s linear 0s infinite alternate;
	-moz-animation: moveX2 2.05s linear 0s infinite alternate, moveY2 4.4s linear 0s infinite alternate;
	-o-animation: moveX2 2.05s linear 0s infinite alternate, moveY2 4.4s linear 0s infinite alternate;
	animation: moveX2 2.05s linear 0s infinite alternate, moveY2 4.4s linear 0s infinite alternate, spin2 8.05s linear 0s infinite alternate;
}
 @-webkit-keyframes moveX {
 from {
 left: 0;
}
 to {
 left: 100%;
}
}
 @-moz-keyframes moveX {
 from {
 left: 0;
}
 to {
 left: 100%;
}
}
 @-o-keyframes moveX {
 from {
 left: 0;
}
 to {
 left: 100%;
}
}
 @keyframes moveX {
 from {
 left: 0;
}
 to {
 left: 100%;
}
}
 @-webkit-keyframes moveX2 {
 from {
 right: 0;
}
 to {
 right: 100%;
}
}
 @-moz-keyframes moveX2 {
 from {
 right: 0;
}
 to {
 right: 100%;
}
}
 @-o-keyframes moveX2 {
 from {
 right: 0;
}
 to {
 right: 100%;
}
}
 @keyframes moveX2 {
 from {
 right: 0;
}
 to {
 right: 100%;
}
}
 @-webkit-keyframes moveY {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @-moz-keyframes moveY {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @-o-keyframes moveY {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @keyframes moveY {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @-webkit-keyframes moveY2 {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @-moz-keyframes moveY2 {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @-o-keyframes moveY2 {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @keyframes moveY2 {
 from {
 top: 0;
}
 to {
 top: 100%;
}
}
 @keyframes spin {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(80deg);
}
}
 @keyframes spin2 {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(80deg);
}
}
:root {
 --control-padding: 20px;
 --control-line-height: 5vh;
 --control-font-size: 60px;
 --control-height: 5vh;
 --mcontrol-padding: 20px;
 --mcontrol-line-height: 4vh;
 --mcontrol-font-size: 40px;
 --mcontrol-height: 4vh;
 --scontrol-padding: 20px;
 --scontrol-line-height: 3vh;
 --scontrol-font-size: 30px;
 --scontrol-height: 3vh;
 --sscontrol-padding: 20px;
 --sscontrol-line-height: 2vh;
 --sscontrol-font-size: 20px;
 --sscontrol-height: 2vh;
 --c-grey: #808285;
 --c-green: #2DB24A;
 --c-orange: #FF4438;
 --c-violet: #410099;
 --c-blue: #4764AF;
 --c-black: black;
--c-cyan: #006358;
--c-ruby: #7C2336;
}
.accordion-lista .ruby .bulina {
	background: var(--c-ruby);
}
.accordion-lista .grey .bulina {
	background: var(--c-grey);
}
.accordion-lista .green .bulina {
	background: var(--c-green);
}
.accordion-lista .orange .bulina {
	background: var(--c-orange);
}
.accordion-lista .violet .bulina {
	background: var(--c-violet);
}
.accordion-lista .blue .bulina {
	background: var(--c-blue);
}
.accordion-lista .cyan .bulina {
	background: var(--c-cyan);
}
.accordion-lista .ruby .link_piesa {
	background: var(--c-ruby);
}
.accordion-lista .green .link_piesa {
	background: var(--c-green);
}
.accordion-lista .orange .link_piesa {
	background: var(--c-orange);
}
.accordion-lista .cyan .link_piesa {
	background: var(--c-cyan);
}
.accordion-lista .violet .link_piesa {
	background: var(--c-violet);
}
.accordion-lista .blue .link_piesa {
	background: var(--c-blue);
}
.accordion-lista .black .link_piesa {
	background: var(--c-black);
}
.accordion-lista .ruby .titlu-en {
	border-bottom: 2px solid var(--c-ruby);
	color: var(--c-ruby);
}
.accordion-lista .ruby .locatie-en {
	color: var(--c-ruby);
}
.accordion-lista .ruby .decriere em {
	color: var(--c-ruby);
}
.accordion-lista .cyan .titlu-en {
	border-bottom: 2px solid var(--c-cyan);
	color: var(--c-cyan);
}
.accordion-lista .cyan .locatie-en {
	color: var(--c-cyan);
}
.accordion-lista .cyan .decriere em {
	color: var(--c-cyan);
}
.accordion-lista .green .titlu-en {
	border-bottom: 2px solid var(--c-green);
	color: var(--c-green);
}
.accordion-lista .grey .titlu-en {
	border-bottom: 2px solid var(--c-grey);
	color: var(--c-grey);
}
.accordion-lista .green .locatie-en, .accordion-lista .green .descriere-dreapta {
	color: var(--c-green);
}
.accordion-lista .ruby .descriere-dreapta {

    color: var(--c-ruby);
}
.accordion-lista .green .decriere em {
	color: var(--c-green);
}
.accordion-lista .violet .titlu-en {
	border-bottom: 2px solid var(--c-violet);
	color: var(--c-violet);
}
.accordion-lista .violet .locatie-en, .accordion-lista .violet .descriere-dreapta {
	color: var(--c-violet);
}
.accordion-lista .violet .decriere em {
	color: var(--c-violet);
}
.accordion-lista .blue .titlu-en {
	border-bottom: 2px solid var(--c-blue);
	color: var(--c-blue);
}
.accordion-lista .blue .locatie-en, .accordion-lista .blue .descriere-dreapta {
	color: var(--c-blue);
}
.accordion-lista .blue .decriere em {
	color: var(--c-blue);
}
.accordion-lista .cyan .titlu-en {
	border-bottom: 2px solid var(--c-cyan);
	color: var(--c-cyan);
}
.accordion-lista .cyan .locatie-en, .accordion-lista .cyan .descriere-dreapta {
	color: var(--c-cyan);
}
.accordion-lista .cyan .decriere em {
	color: var(--c-cyan);
}
.accordion-lista .orange .titlu-en {
	border-bottom: 2px solid var(--c-orange);
	color: var(--c-orange);
}
.accordion-lista .orange .locatie-en, .accordion-lista .orange .descriere-dreapta {
	color: var(--c-orange);
}
.accordion-lista .orange .decriere em {
	color: var(--c-orange);
}
.accordion-lista {
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.accordion-lista .t_input::before {
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.accordion-lista .t_item_sub {
	transition: all ease-in-out .6s;
	-webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) .6s;
	overflow: hidden;
	max-height: 0;
	visibility: hidden;
}
.accordion-lista .t_item_sub .sponsori {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}
.accordion-lista .t_item_sub .sponsori img {
	max-width: 100%;
	max-width: 900px;
}
.accordion-lista .t_input:checked~.t_item_sub {
	visibility: visible;
}
.accordion-lista .decriere-stanga {
	width: 30%;
	float: left;
	position: relative;
	display: block;
	padding: var(--control-padding);
	font-size: var(--sscontrol-font-size);
	line-height: var(--sscontrol-line-height);
	font-weight: bold;
	z-index: 1;
	margin-bottom: 30px;
}
.accordion-lista .decriere-dreapta {
	width: 50%;
	position: relative;
	float: left;
	display: block;
	padding: var(--control-padding);
	font-size: var(--sscontrol-font-size);
	line-height: var(--sscontrol-line-height);
	font-weight: bold;
	max-width: 450px;
	z-index: 1;
	margin-bottom: 30px;
}
.accordion-lista .decriere-imagini {
	width: 100%;
	display: block;
	position: relative;
	color: black;
	height: 600px;
	z-index: 0;
}
.accordion-lista .t_item_sub-is-visible {
	display: block
}
.accordion-lista .t_item {
}
.accordion-lista .t_input {
	position: absolute;
	opacity: 0
}
.t_item_descriere {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	border-bottom: 2px solid black;
	padding-bottom: 10px;
}
.accordion-lista .titlu-principal {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 2px solid black;
	cursor: pointer;
}
.accordion-lista .titlu-principal {
	width: 100%;
}
.accordion-lista .titlu-principal:before {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	margin-right: 0.25em;
	position: absolute;
	right: 0;
	top: 30%;
	bottom: 0;
	background-position: center center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	z-index: 2;
}
.accordion-lista .titlu-principal:hover:before {
	background-position: center center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-animation: bounce 2s linear 0.5s 2 forwards;
	-moz-animation: bounce 2s linear 0.2s 2 forwards;
	-o-animation: bounce 2s linear 0.2s 2 forwards;
	animation: bounce 2s linear 0.2s 2 forwards;
}
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
}
 40% {
-webkit-transform: translateY(-30px);
}
 60% {
-webkit-transform: translateY(-15px);
}
}
 @-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-moz-transform: translateY(0);
}
 40% {
-moz-transform: translateY(-30px);
}
 60% {
-moz-transform: translateY(-15px);
}
}
 @-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
-o-transform: translateY(0);
}
 40% {
-o-transform: translateY(-30px);
}
 60% {
-o-transform: translateY(-15px);
}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
 40% {
transform: translateY(-30px);
}
 60% {
transform: translateY(-15px);
}
}
.accordion-lista .t_input:checked+.titlu-principal:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(-180deg);
	background-image: url(../images/arrow-w.svg);
}
.accordion-lista .t_input:checked+.titlu-principal:hover:before {
	transform: rotate(-360deg);
}
.accordion-lista .t_input:checked~.t_item_sub {
	display: block;
	max-height: 1600px;
	/* background: #f5f5f5; */
	overflow: hidden;
	position: relative;/* padding-bottom: 100px; */
}
.accordion-lista .t_input:checked~.t_item_sub > li {
	opacity: 0;
	-webkit-animation: fadeInLeft 1s linear 0s 1 forwards;
	-moz-animation: fadeInLeft 1s linear 0s 1 forwards;
	-o-animation: fadeInLeft 1s linear 0s 1 forwards;
	animation: fadeInLeft 1s cubic-bezier(0.18, 0.89, 0.32, 1.28) 0s 1 forwards;/* padding: 0 0 0 10px; */
}
.accordion-lista .t_item_sub.t_descriere > li {
	opacity: 0;
}
.accordion-lista .t_input:checked~.t_item_sub:nth-of-type(1) > li {
	animation-delay: 0.2s;
}
.accordion-lista .t_input:checked~.t_item_sub:nth-of-type(2) > li {
	animation-delay: 0.6s;/* background:aquamarine */
}
.accordion-lista .t_input:checked~.t_item_sub:nth-of-type(3) > li {
	animation-delay: 0.9s;
}
.accordion-lista .t_input:checked~.t_item_sub:nth-of-type(4) > li {
	animation-delay: 1.2s;
}
.accordion-lista .t_input:checked~.t_item_sub:nth-of-type(5) > li {
	animation-delay: 1.6s;
}
 @keyframes fadeIn {
 0% {
 opacity: 0.0;
}
 100% {
 opacity: 1.0;
}
}
@-webkit-keyframes fadeInLeft {
 0% {
 opacity:0;
 -webkit-transform:translateX(-40px);
 transform:translateX(-40px);
}
 100% {
 opacity:1;
 -webkit-transform:translateX(0);
 transform:translateX(0)
}
}
 @keyframes fadeInLeft {
 0% {
 opacity:0;
 -webkit-transform:translateX(-40px);
 -ms-transform:translateX(-40px);
 transform:translateX(-40px)
}
 100% {
 opacity:1;
 -webkit-transform:translateX(0);
 -ms-transform:translateX(0);
 transform:translateX(0)
}
}
.accordion-lista .t_input:checked~.t_item_sub.t_descriere {
	max-height: 1400px;
	float: left;
	width: 100%;
}
.accordion-lista .bulina {
	display: inline;
	float: left;
	font-size: var(--scontrol-font-size);
	font-weight: normal;
	color: #fff;
	background: #000000;
	padding-bottom: 0;
	padding-top: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-family: 'WhyteInktrap', sans-serif;
	text-transform: uppercase;
	border-radius: 50%;
	margin-top: -5px;
	margin-left: 20px;
}
.accordion-lista .bulina.side {
	position: absolute;
	right: 0;
	top: auto;
}
.accordion-lista .descriere-scurta {
	display: block;
	width: auto;
	float: left;
	clear: left;
}
.accordion-lista .descriere-lunga {
	display: block;
	/* width: 100%; */
	float: left;
	padding: var(--sscontrol-padding);
	padding-top: 0;
}
.accordion-lista .descriere-stanga {
	display: block;
	width: calc(50% - 5px);
	float: left;
	font-weight: normal;
	/* padding: var(--sscontrol-padding); */
	line-height: var(--sscontrol-line-heigh);
	font-size: var(--sscontrol-font-size);
	margin-right: 5px;
}
.accordion-lista .descriere-dreapta {
	display: block;
	width: calc(50% - 5px);
	float: left;
	font-style: italic;
	font-weight: normal;
	/* padding: var(--sscontrol-padding); */
	line-height: var(--sscontrol-line-heigh);
	font-size: var(--sscontrol-font-size);
	color: var(--c-grey);
	margin-left: 5px;
}
.accordion-lista .read-more {
	padding: var(--mcontrol-padding);
	font-size: var(--mcontrol-font-size);
	line-height: var(--mcontrol-line-height);
	cursor: pointer;
	margin-bottom: 20px;
	padding: 0;
}
.accordion-lista .read-more:before {
	content: 'Read less';
	background-repeat: no-repeat;
	margin-left: 0.25em;
	position: absolute;
	display: none;
	top: 0;
	left: 35px;
}
.accordion-lista .read-more:after {
	content: '';
	background-image: url(../images/arrow.svg);
	background-repeat: no-repeat;
	margin-right: 5px;
	position: relative;
	float: left;
	display: block;
	height: 40px;
	width: 40px;
	background-position: center center;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.accordion-lista .read-more:hover:after {
	background-position: center center;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.read-more span {
	content: 'read sadsad';
	opacity: 1;
	/* padding-bottom: 10px; */
	text-indent: -9999px;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.accordion-lista .t_input:checked+.read-more span {
	opacity: 0.22;
	display: none;
}
.accordion-lista .t_input:checked+.read-more:before {
	opacity: 0.22;
	display: block;
}
.accordion-lista .t_input:checked+.read-more:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	opacity: 0.22;
}
.accordion-lista .titlu-principal span {
	width: calc(100% - 120px);
	position: relative;
	height: var(--control-height);
	display: block;
	align-items: center;
	padding: 30px 90px 30px 30px;
	font-size: var(--control-font-size);
	line-height: var(--control-line-height);
	z-index: 1;
	-webkit-transition: transform .3s;
	transform: opacity .3s;
}
.accordion-lista .titlu-principal:hover span {
	transform: translateX(10px);
	-webkit-transition: transform .3s;
	transform: opacity .3s;
}
.accordion-lista .t_input:checked+.titlu-principal {
	background: black;
	color: white
}
.accordion-lista .accordion-lista label:hover {
}
.accordion-lista .time {
	width: 100%;
	position: relative;
	height: var(--scontrol-height);
	display: block;
	align-items: center;
	padding: var(--scontrol-padding);
	font-size: var(--scontrol-font-size);
	line-height: var(--scontrol-line-height);
	font-weight: bold;
	color: #808285;
	padding-bottom: 5px;
}
.accordion-lista .titlu-ro, .accordion-lista .titlu-en {
	width: auto;
	position: relative;
	display: block;
	align-items: center;
	padding: var(--mcontrol-padding);
	font-size: var(--mcontrol-font-size);
	line-height: var(--mcontrol-line-height);
	font-weight: normal;
	color: #000;
	float: left;
	clear: left;
	padding-bottom: 0;
	padding-top: 0;
	font-family: 'WhyteInktrap', sans-serif;
	text-transform: uppercase;
}
.accordion-lista .titlu-en {
	padding: var(--scontrol-padding);
	padding-top: 0;
}
.accordion-lista .echipa {
	width: auto;
	position: relative;
	display: block;
	align-items: center;
	padding: var(--scontrol-padding);
	font-size: var(--scontrol-font-size);
	line-height: var(--scontrol-line-height);
	font-weight: bold;
	color: #808285;
	float: left;
	clear: left;
	padding-bottom: 0;
}

.accordion-lista .echipa2 {
	width: auto;
	position: relative;
	display: block;
	align-items: center;
	padding: var(--scontrol-padding);
	font-size: var(--scontrol-(font-size/10));
	line-height: var(--scontrol-line-height);
	font-weight: bold;
	color: #808285;
	float: left;
	clear: left;
	padding-bottom: 0;
}

.accordion-lista .locatie-en, .accordion-lista .locatie-ro {
	width: auto;
	position: relative;
	display: block;
	align-items: center;
	padding: var(--sscontrol-padding);
	font-size: var(--sscontrol-font-size);
	line-height: var(--sscontrol-line-height);
	font-weight: bold;
	color: #000;
	float: left;
	clear: left;
	padding-bottom: 10px;
}
.accordion-lista .locatie-en {
	padding: var(--sscontrol-padding);
	padding-top: 0;
}
.accordion-lista span {
}
.bilete.sticky {
	display: none;
}
.bilete {
	z-index: 11;
	bottom: 56px;
	background: var(--c-black);
	width: calc(100% - 120px);
	margin: 0 60px;
	opacity: 0;
	display: none;
	height: 0;
	transition: all .8s;
	overflow: hidden;
}
.sticky {
	display: flex;
	height: 100px;
	position: fixed;
	opacity: 1;
	transition: all .8s;
}
.bilete a {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	white-space: nowrap;
	opacity: .3;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	color: white;
}
.bilete:hover a {
	opacity: 1;
}
.marq-text {
	font-size: 36px;
	letter-spacing: -.05em;
	font-weight: 700;
	padding-right: 4rem;
	margin-top: 40px;
	display: inline-block;
	-webkit-transform: translateX(0) translateZ(0);
	transform: translateX(0) translateZ(0);
	-webkit-animation: marquee 5s linear infinite;
	animation: marquee 5s linear infinite;
}
.marq-text-ro {
	-webkit-animation: marquee-right 5s linear infinite;
	animation: marquee-right 5s linear infinite;
	margin-bottom: 40px;
	margin-top: 0;
}
@-webkit-keyframes marquee {
 0% {
 -webkit-transform: translateX(0) translateZ(0);
 transform: translateX(0) translateZ(0)
}
 100% {
 -webkit-transform: translateX(-100%) translateZ(0);
 transform: translateX(-100%) translateZ(0)
}
}
 @keyframes marquee {
 0% {
 -webkit-transform: translateX(0) translateZ(0);
 transform: translateX(0) translateZ(0)
}
 100% {
 -webkit-transform: translateX(-100%) translateZ(0);
 transform: translateX(-100%) translateZ(0)
}
}
 @-webkit-keyframes marquee-right {
 0% {
 -webkit-transform: translateX(-100%) translateZ(0);
 transform: translateX(-100%) translateZ(0)
}
 100% {
 -webkit-transform: translateX(0) translateZ(0);
 transform: translateX(0) translateZ(0)
}
}
 @keyframes marquee-right {
 0% {
 -webkit-transform: translateX(-100%) translateZ(0);
 transform: translateX(-100%) translateZ(0)
}
 100% {
 -webkit-transform: translateX(0) translateZ(0);
 transform: translateX(0) translateZ(0)
}
}

@media (min-width: 1281px) {
:root {
 --control-padding: 20px;
 --control-line-height: 5vh;
 --control-font-size: 55px;
 --control-height: auto;
 --mcontrol-padding: 20px;
 --mcontrol-line-height: 35px;
 --mcontrol-font-size: 35px;
 --mcontrol-height: auto;
 --scontrol-padding: 20px;
 --scontrol-line-height: 30px;
 --scontrol-font-size: 30px;
 --scontrol-height: auto;
 --sscontrol-padding: 20px;
 --sscontrol-line-height: 22px;
 --sscontrol-font-size: 20px;
 --sscontrol-height: auto;
}
.stars > div {
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
.accordion-lista .titlu-principal span {
	width: calc(100% - 80px);
	padding: 30px 60px 30px 20px;
}
.grid-footer {
	display: flex;
	flex-direction: column;
}
:root {
 --control-padding: 20px;
 --control-line-height: 5vh;
 --control-font-size: 60px;
 --control-height: auto;
 --mcontrol-padding: 20px;
 --mcontrol-line-height: 4vh;
 --mcontrol-font-size: 40px;
 --mcontrol-height: auto;
 --scontrol-padding: 20px;
 --scontrol-line-height: 3vh;
 --scontrol-font-size: 30px;
 --scontrol-height: auto;
 --sscontrol-padding: 20px;
 --sscontrol-line-height: 2vh;
 --sscontrol-font-size: 20px;
 --sscontrol-height: auto;
}
}

@media (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
.accordion-lista .read-more:after {
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
}
:root {
 --control-padding: 20px;
 --control-line-height: 5vh;
 --control-font-size: 50px;
 --control-height: auto;
 --mcontrol-padding: 20px;
 --mcontrol-line-height: 26px;
 --mcontrol-font-size: 26px;
 --mcontrol-height: auto;
 --scontrol-padding: 10px 20px;
 --scontrol-line-height: 24px;
 --scontrol-font-size: 24px;
 --scontrol-height: auto;
 --sscontrol-padding: 10px 20px;
 --sscontrol-line-height: 18px;
 --sscontrol-font-size: 18px;
 --sscontrol-height: auto;
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
:root {
 --control-padding: 20px;
 --control-line-height: 60px;
 --control-font-size: 60px;
 --control-height: auto;
 --mcontrol-padding: 20px;
 --mcontrol-line-height: 40px;
 --mcontrol-font-size: 40px;
 --mcontrol-height: auto;
 --scontrol-padding: 20px;
 --scontrol-line-height: 20px;
 --scontrol-font-size: 30px;
 --scontrol-height: auto;
 --sscontrol-padding: 10px 20px;
 --sscontrol-line-height: 20px;
 --sscontrol-font-size: 20px;
 --sscontrol-height: auto;
}
.grid-footer {
	display: flex;
	flex-direction: column;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
.grid-footer {
	display: grid;
	grid-template-columns: auto 1fr auto;
	grid-template-rows: 1fr 1fr 1fr;
}
.mask {
	width: calc(100% - 80px);
	height: calc(100vh - 80px);
	margin: 40px 40px;
}
.htop span {
	font-size: 40px;
	line-height: 40px;
}
.hleft span {
	font-size: 40px;
	line-height: 40px;
	width: calc(100vh - 40px);
	margin-top: 40px;
}
.hright {
	left: calc(100% - 40px);
}
.hright span {
	font-size: 40px;
	line-height: 40px;
	margin-top: -40px;
}
.hbottom span {
	font-size: 40px;
	line-height: 40px;
}
:root {
 --control-padding: 20px;
 --control-line-height: 60px;
 --control-font-size: 60px;
 --control-height: auto;
 --mcontrol-padding: 20px;
 --mcontrol-line-height: 40px;
 --mcontrol-font-size: 40px;
 --mcontrol-height: auto;
 --scontrol-padding: 20px;
 --scontrol-line-height: 20px;
 --scontrol-font-size: 30px;
 --scontrol-height: auto;
 --sscontrol-padding: 10px 20px;
 --sscontrol-line-height: 20px;
 --sscontrol-font-size: 20px;
 --sscontrol-height: auto;
}
}

@media (min-width: 600px) and (max-width: 1000px) and (orientation: landscape) {
.mask {
	width: calc(100% - 60px);
	height: calc(100vh - 60px);
	margin: 30px 30px;
}
.htop span {
	font-size: 25px;
	line-height: 30px;
}
.hleft span {
	font-size: 25px;
	line-height: 30px;
	width: calc(100vh - 30px);
	margin-top: 30px;
}
.hright {
	left: calc(100% - 30px);
}
.hright span {
	font-size: 25px;
	line-height: 30px;
	margin-top: -26px;
}
.hbottom span {
	font-size: 25px;
	line-height: 30px;
}
.s-lista {
	width: calc(100% - 60px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.accordion-lista .read-more {
	line-height: 38px;
}
.accordion-lista .titlu-principal span {
	width: calc(100% - 60px);
	padding: 20px 40px 20px 20px;
}
.accordion-lista .read-more:after {
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
	padding: 10px 10px;
}
.accordion-lista .decriere-stanga {
	width: 100%;
	clear: both;
}
.accordion-lista .t_item_sub {
	clear: both;
}
.accordion-lista .decriere-dreapta {
	width: 100%;
}
.accordion-lista .read-more:before {
	left: 40px;
}
.accordion-lista .decriere-imagini {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	position: relative;
	height: 500px;
}
.accordion-lista .read-more:before {
	left: 60px;
}
.accordion-lista .locatie-en, .accordion-lista .locatie-ro {
	padding-bottom: 0px;
}
.bilete {
	bottom: 30px;
	width: calc(100% - 60px);
	margin: 0 30px;
}
.sticky {
	height: 60px;
}
.marq-text {
	font-size: 26px;
	letter-spacing: -.05em;
	font-weight: 700;
	padding-right: 4rem;
	margin-top: 20px;
}
:root {
 --control-padding: 10px 0;
 --control-line-height: 35px;
 --control-font-size: 30px;
 --control-height: auto;
 --mcontrol-padding: 10px 0;
 --mcontrol-line-height: 24px;
 --mcontrol-font-size: 20px;
 --mcontrol-height: auto;
 --scontrol-padding: 5px 0;
 --scontrol-line-height: 15px;
 --scontrol-font-size: 15px;
 --scontrol-height: auto;
 --sscontrol-padding: 5px 0;
 --sscontrol-line-height: 22px;
 --sscontrol-font-size: 15px;
 --sscontrol-height: auto;
}
}
.flex-container {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
}
.flex-container img {
	max-width: 100%;
	height: auto;
}
.break {
	clear: both;
	width: 100%;
}
.flex-item.spons:nth-of-type(7), .flex-item.spons:nth-of-type(8), .flex-item.spons:nth-of-type(9), .flex-item.spons:nth-of-type(10), .flex-item.spons:nth-of-type(11), .flex-item.spons:nth-of-type(12) {
	width: 25%;
}
.flex-item.fin, .flex-item.princip {
	width: 100%;
	max-width: 340px;
}
.flex-item {
	width: 33.3%;
	line-height: 200px;
	color: white;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	max-width: 240px;
}
.flex-item.media {
	max-width: 170px;
}
footer {
	margin-top: 50px;
}
footer .titlu-f {
	width: auto;
	position: relative;
	display: block;
	align-items: center;
	padding: var(--mcontrol-padding);
	font-size: var(--scontrol-font-size);
	line-height: var(--mcontrol-line-height);
	font-weight: normal;
	color: var(--c-green);
	padding-top: 0;
	font-family: 'WhyteInktrap', sans-serif;
	text-align: center;
}
footer p {
	width: auto;
	position: relative;
	display: block;
	align-items: center;
	text-align: center;
}
.vr-isadm {
	padding: var(--sscontrol-padding);
	padding-top: 0;
}
.vr-isadm img {
}
.flex-item.spons:nth-of-type(1), .flex-item.spons:nth-of-type(2), .flex-item.spons:nth-of-type(3), .flex-item.spons:nth-of-type(4), .flex-item.spons:nth-of-type(5), .flex-item.spons:nth-of-type(6) {
	max-width: 370px;
}
@media (min-width: 220px) and (max-width: 767px) {
.main:after {
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	left: 0;
	bottom: 0;
	margin: 0 35px 210px -35px;
}
.stars > div {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.sticky {
	height: 60px;
}
.marq-text {
	font-size: 26px;
	letter-spacing: -.05em;
	font-weight: 700;
	padding-right: 4rem;
	margin-top: 20px;
}
.link_piesa a span {
	font-size: 22px;
	letter-spacing: -.05em;
	height: 23px;
}
.link_piesa {
	height: 60px;
}
.mask {
	width: calc(100% - 60px);
	height: calc(100vh - 60px);
	margin: 30px 30px;
}
.htop span {
	font-size: 25px;
	line-height: 30px;
}
.hleft span {
	font-size: 25px;
	line-height: 30px;
	width: calc(100vh - 30px);
	margin-top: 30px;
}
.hright {
	left: calc(100% - 30px);
}
.hright span {
	font-size: 25px;
	line-height: 30px;
	margin-top: -26px;
}
.hbottom span {
	font-size: 25px;
	line-height: 30px;
}
.s-lista {
	width: calc(100% - 60px);
	margin: 0 auto;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.accordion-lista .read-more {
	line-height: 38px;
}
.accordion-lista .titlu-principal span {
	width: calc(100% - 60px);
	padding: 20px 50px 20px 10px;
}
.accordion-lista .read-more:after {
	height: 20px;
	width: 20px;
	background-size: 20px 20px;
	padding: 10px 10px;
}
.accordion-lista .decriere-stanga {
	width: 100%;
	clear: both;
}
.accordion-lista .t_item_sub {
	clear: both;
}
.accordion-lista .decriere-dreapta {
	width: 100%;
}
.accordion-lista .read-more:before {
	left: 40px;
}
.accordion-lista .decriere-imagini {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	position: relative;
	height: auto;
}
.accordion-lista .read-more:before {
	left: 60px;
}
.accordion-lista .locatie-en, .accordion-lista .locatie-ro {
	padding-bottom: 0px;
}
.accordion-lista .t_item_sub {
	visibility: hidden;
}
.accordion-lista .t_input:checked~.t_item_sub {
	visibility: visible;
}
.bilete {
	bottom: 30px;
	width: calc(100% - 60px);
	margin: 0 30px;
}
.footer > h1, .footer > p {
	width: 100%;
}
:root {
 --control-padding: 10px 0;
 --control-line-height: 30px;
 --control-font-size: 28px;
 --control-height: auto;
 --mcontrol-padding: 10px 0;
 --mcontrol-line-height: 24px;
 --mcontrol-font-size: 20px;
 --mcontrol-height: auto;
 --scontrol-padding: 5px 0;
 --scontrol-line-height: 15px;
 --scontrol-font-size: 15px;
 --scontrol-height: auto;
 --sscontrol-padding: 5px 0;
 --sscontrol-line-height: 22px;
 --sscontrol-font-size: 15px;
 --sscontrol-height: auto;
}
.grid-footer {
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.flex-item {
	height: auto;
	width: 50%;
	line-height: 80px;
}
.flex-item.spons:nth-of-type(7), .flex-item.spons:nth-of-type(8), .flex-item.spons:nth-of-type(9), .flex-item.spons:nth-of-type(10), .flex-item.spons:nth-of-type(11), .flex-item.spons:nth-of-type(12) {
	width: 30%;
}
.flex-item:nth-of-type(4), .flex-item:nth-of-type(5), .flex-item:nth-of-type(6) {
	line-height: 10px;/* width: 100%; */
}
.accordion-lista .t_item_sub .sponsori {
	width: auto;
	position: relative;
	right: 0;
}
.accordion-lista .bulina {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}
