.tooltip-inner .u-checked__body.picture{
    width: 120px;
    height: 100%;
    padding: 120px 0 0;
    border: none;
    background-color: transparent;
}
.tooltip-inner:has( .u-checked__body.picture ){
    padding: 10px;
}
.tooltip-inner .u-checked__body.picture img {
    top: 0;
    width: 120px;
    height: 120px;
    position: absolute;
}
.tooltip-inner .u-checked__body.picture img:first-of-type:not(:last-of-type){
    opacity: .5;
}
.u-checked__tooltip-name{
    display: none;
}
.tooltip-inner .u-checked__tooltip-name{
    display: block;
    padding-top: 20px;
}
.screenshot .configurator__params{
    overflow-y: visible;
    height: 100% !important;
}


.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000 !important;
    background-color: rgba(255, 255, 255, 0.8);
}
.loader:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    background: url("assets/icon/logo.png") center/contain no-repeat;
}



