.itxCarousel.loadingItx{
    display:flex;
    align-items:center;
    justify-content:center;
}
/*
.itxCarousel.loadingItx::before{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '<img src="image/circles.svg">'
}
*/

.itxCarousel.loadingItxScn{
    opacity: 0.00;
}

.preincarcare{
    display:none;
    align-items:center;
    justify-content:center;
    width: 100%;
    height: 100%;
}
.preincarcare.afisata{
    display:flex;
}

.scena{
    display:flex;
    flex-direction:column;
}

.scena .bMare{
    overflow-x: hidden;
    position: relative;
    user-select: none;
}
.scena .sMare{
    position: relative;
    overflow:hidden;
    /* left: 0px; */
    transform: translate(0px, 0px);
    display: flex;
    align-items: center;
}
.scena .sMare>div{
    display: block;
    float: left;
    width:100%;  
    text-align: center;
    user-select: none;
    cursor: grab;
}
.scena .sMare>div>img{
    width: 100%;
    max-width: 500px;
    height: auto;
    cursor: pointer;
    user-select: none;
}
.scena .sMare>div[data-type="video"]>img{
    max-width: 100%;
}
.scena .sMare>div>video{
    width: 100%;
    /* max-width: 500px; */
    max-width: 100%;
    height: auto;
    cursor: pointer;
    /* user-select: none; */
}
.scena .sMare>div[data-type="video"]{
    position: relative;
}
.scena .sMare>div>svg{
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    color: #A40061;
}
.scena .sMare>div>svg:hover{
    color: #000000;
}
.scena .bMare .s-pp{
    position: absolute;
    top: calc(50% - 16px);
    left: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #797979;
}
.scena .bMare .s-pp:hover{
    color: #AAAAAA;
}
.scena .bMare .d-pp{
    position: absolute;
    top: calc(50% - 16px);
    right: 0px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #797979;
}
.scena .bMare .d-pp:hover{
    color: #AAAAAA;
}

.scena .bMica{
    overflow-x: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    user-select: none;
}
.scena .sMica{
    position: relative;
    overflow:hidden;
    /* left: 0px; */
    transform: translate(0px, 0px);
    display: flex;
    align-items: center;
}
.scena .sMica>div{
    display: block;
    float: left;
    /* width:100%;   */
    text-align: center;
    padding: 4px;
}
.scena .sMica>div>img{
    width: 100%;
    height: auto;
    cursor: pointer;
    /* border: 1px solid #AAAAAA; */
    border: 4px solid transparent;
    border-radius: 5px;
}
.scena .sMica>div.activa>img{
    border-color: #A40061;
}
.scena .sMica>div[data-type="video"]{
    position: relative;
}
.scena .sMica>div>svg{
    position: absolute;
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    color: #A40061;
}
.scena .bMica::before{
    content: '';
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #FFFFFF;
}
.scena .bMica::after{
    content: '';
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: #FFFFFF;
}
.scena .bMica .s-sec{
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #797979;
    z-index: 2;
}
.scena .bMica .s-sec:hover{
    color: #AAAAAA;
}
.scena .bMica .d-sec{
    position: absolute;
    top: calc(50% - 15px);
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #797979;
    z-index: 2;
}
.scena .bMica .d-sec:hover{
    color: #AAAAAA;
}

/* zoom */
body.ascsrc {
    overflow: hidden;
    padding-right: 17px;
    max-height: 100vh;
}
.suport{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}
.suport .umbra_zoom{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 12;
    display: flex;
    flex-direction: column;
}
.suport .x_inchide{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0px;
	z-index: 15;
	display: flex;
	cursor: pointer;
}
.suport .x_inchide > i{
	color: #000000;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    background: #A40061;
}
.suport .x_inchide:hover > i{
	color: #999999;
}

.suport .x_puncte{
	position: absolute;
	width: 60px;
	height: 40px;
	left: 0px;
	z-index: 15;
	display: flex;
	cursor: pointer;
    background: #A40061;
    color: #000000;
}
.suport .x_puncte_2{
	position: absolute;
	width: 60px;
	height: 40px;
	left: 60px;
	z-index: 15;
	display: flex;
	cursor: pointer;
    background: #A40061;
    color: #000000;
}

.suport .z_bMare{
    overflow-x: hidden;
    position: relative;
    user-select: none;
    padding-top: 10px;
    height: calc(100vh - 125px);
    overflow: hidden;
    display: inline-grid;
}
.suport .z_sMare{
    position: relative;
    overflow:hidden;
    /* left: 0px; */
    transform: translate(0px, 0px);
    display: flex;
    flex-wrap: nowrap;
    /* align-self: center; */
    /* justify-content: center; */
    /* justify-items: center; */
    align-items: center;
}
.suport .z_sMare>div{
    display: block;
    float: left;
    width:100%;
    text-align: center;
    user-select: none;
    cursor: grab;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.suport .z_sMare>div>img{
    width: auto;
    height: calc(85vh - 10px);
    cursor: pointer;
    user-select: none;
    touch-action: pinch-zoom;
}
.suport .z_sMare>div>video{
    width: auto;
    max-width: 100%;
    height: calc(85vh - 10px);
    cursor: pointer;
    user-select: none;
}
.suport .z_bMare .s-pp{
    position: absolute;
    top: calc(50% - 16px);
    left: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #797979;
}
.suport .z_bMare .s-pp:hover{
    color: #AAAAAA;
}
.suport .z_bMare .d-pp{
    position: absolute;
    top: calc(50% - 16px);
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    color: #797979;
}
.suport .z_bMare .d-pp:hover{
    color: #AAAAAA;
}

.suport .z_bMica{
    overflow-x: hidden;
    position: relative;
    /* padding-left: 30px;
    padding-right: 30px; */
    user-select: none;
}
.suport .z_sMica{
    position: relative;
    overflow:hidden;
    /* left: 0px; */
    /* transform: translate(0px, 0px); */
    margin: 0px auto;
    display: flex;
    align-items: center;
}
.suport .z_sMica>div{
    display: block;
    float: left;
    /* width:100%;   */
    text-align: center;
    padding: 4px;
}
.suport .z_sMica>div>img{
    width: 100%;
    height: auto;
    cursor: pointer;
    /* border: 1px solid #AAAAAA; */
    border: 3px solid transparent;
    border-radius: 5px;
    /* width: 90px;
    height: 90px; */
}
.suport .z_sMica>div.activa>img{
    border-color: #f7b001;
}
/*
.suport .z_bMica::before{
    content: '';
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: #FFFFFF;
}
.suport .z_bMica::after{
    content: '';
    width: 30px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    background-color: #FFFFFF;
}
*/
.suport .z_bMica .s-sec{
    position: absolute;
    top: calc(50% - 15px);
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #797979;
    z-index: 2;
}
.suport .z_bMica .s-sec:hover{
    color: #AAAAAA;
}
.suport .bMica .d-sec{
    position: absolute;
    top: calc(50% - 15px);
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #797979;
    z-index: 2;
}
.suport .z_bMica .d-sec:hover{
    color: #AAAAAA;
}
.fancybox__nav{
    display: none !important;
}
@media (max-width: 478px) {
    .suport .z_bMica{
        overflow-x: scroll;
        height: 100px;
    }
    .suport .z_sMare>div>img{
        width: 100%;
        height: auto;
        padding: 7px;
    }
    .suport .z_sMare>div>video{
        width: 100%;
        height: auto;
        padding: 7px;
    }
    body.ascsrc{
        padding-right: 0px;
        touch-action: none;
    }
    .suport .z_sMare{
        /* align-self: center;
        align-items: initial; */
        height: 100%;
    }
    /* .suport .z_sMare>div{
        display: flex;
        align-items: center;
    } */
    .suport .z_sMare>div[data-type2="video"]{
        display: flex;
        align-items: center;
    }
}