.sirka_tool .sirka_img {
    width: 1435px;
    position:relative;
    transform-origin:top left;
}
.sirka_img #damsky,
.sirka_img #pansky{
    position:absolute;
}

a#podobna-sirka,
.sirka_img #damsky,
.sirka_img #pansky,
ul.sirka-nahledy li,
.sirka_zoom {
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -moz-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    -o-transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); 
    transition: all 500ms cubic-bezier(0.250, 0.100, 0.250, 1.000); /* ease (default) */
}

.sirka_zoom{transform: scale(1);}
.sirka_zoom.zoomed {transform: scale(1.8);}
.zoom-tlacitko {
    position: absolute;
    z-index: 3;
    right: 0;
    color: var(--title);
    font-size: 56px;
    right: 20px;
    top: 8px;
}
.zoom-tlacitko:hover{color:var(--primary);}
.sirka_parent {
    position: relative;
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}
.sirka_img {
    overflow: hidden;
}

.sirka_img #damsky{
    top:241px;
    left:584px;
    width:139px;
    height:118px;
    background-image:url('/tools/images/sirka/sirka40_damsky.jpg');
}
.sirka_img #pansky{
    top: 392px;
    left: 827px;
    width:87px;
    height:153px;
    background-image: url('/tools/images/sirka/sirka40_pansky.jpg');
}

ul.sirka-nahledy {
    padding: 3px;
    margin-left:0!important;
    margin-bottom: 30px;
    text-align:center;
}

ul.sirka-nahledy li {
    list-style-type: none;
    display:inline-block!important;
    width:auto!important;
    margin-top:5px;
}

ul.sirka-nahledy li.active {
    box-shadow:1px 1px 4px rgba(0,0,0,0.6);
    border-radius:6px!important;
    background: var(--primary);
}

ul.sirka-nahledy li.active span{
   color: #fff!important;
}
    

ul.sirka-nahledy li.active img{
    border-radius: 6px 6px 0 0;
}

ul.sirka-nahledy li span{
    display:block;
    font-size:14px;
    font-weight:400;
    color:#999;
    text-align:center;
}

ul.sirka-nahledy li img{
    height:144px;
}

a#podobna-sirka {
    padding: 8px 16px;
    display: block;
    background: var(--title);
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 0 0 40px 40px;
    max-width: 100%;
    text-align: center;
    line-height: 1.6;
}

a#podobna-sirka:hover{
    background:var(--accent);
}

/* hover */
ul.sirka-nahledy li:not(.active):hover{
    box-shadow:1px 1px 4px rgba(0,0,0,0.4);
    border-radius:6px;  
    cursor:pointer;
}
ul.sirka-nahledy li:hover img{
   border-radius: 6px 6px 0 0;
}