* {
    margin:0;
    padding:0;
}
body {
    margin:0;
    padding:0;
}


.pics {
    position: absolute;
    height: 150px;
    top: 343px;
/*    left: 11px;*/
    left: 0px;
    width: 100%;
/*    background-color: rgba(0, 0, 0, 0.5);*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px 5px;
    flex-wrap: wrap;
}

.small_pic {
    position: relative !important;
    min-width: 134px !important;
    min-height: 64px !important;
    width: 134px !important;
    height: 64px !important;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#gallery {
    position: absolute;
    top: 202px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#big_pic {
    width: 276px;
    height: 177px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 8px 38px 14px rgba(0,0,0,0.6);
}

#arrows {
    position: relative;
    display: flex;
    width: 45%;
    height: 50px;
    top: 50px;
    flex-direction: row;
    justify-content: space-between;
}

.arr {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

#x {
    top: 0px;
    right: 0px;
    border-top-right-radius: 10px;
}

.arr:hover .arrow_hover {
    opacity: 1;
}

#cta1 {
    position: absolute;
    width: 100%;
    height: 17%;
    bottom: 0px;
    z-index: 99999999999;
    cursor: pointer;

/*    background-color: rgba(0, 0, 0, 0.5);*/
}

#cta2 {
    position: absolute;
    width: 100%;
    height: 18%;
    z-index: 99999999999;
    cursor: pointer;

/*    background-color: rgba(0, 0, 0, 0.5);*/
}

#cta3 {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#cta4 {
    position: absolute;
    width: 100%;
    height: 100%;
}



.fit {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wrapper {
    overflow: hidden;
    text-overflow: clip;
}

.abs {
    position: absolute;
}
.rct {
    width:300px !important;
    height:600px !important;
    position: absolute;
}
.opacity0 { opacity: 0; }
.opacity1 { opacity: 1; }

.zi1 { z-index: 800; }
.zi2 { z-index: 900; }
.zi5 { z-index: 5000; }
.zi6 { z-index: 6000; }
.zi7 { z-index: 7000; }
.zi8 { z-index: 8000; }
.zi9 { z-index: 9000; }
.zi10 { z-index: 10000; }
.zIndex99998 { z-index: 99998; }
.zIndex9x { z-index: 99999999; }
.zIndex10x { z-index: 9999999999; }

.hidden{
	visibility: hidden;
}
.noEvents{
  pointer-events: none;
}
.noDisplay{
    display: none;
}

