*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.ladya_outstyle_brands{
    color: #CCC;
    font-size: 10px;
}
.ladya_outstyle_title{
    width: 120px!important;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.outstyle-ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.outstyle-ul li{
    position: relative;
    margin-top: 10px;
    max-width: 800px;
}

.outstyle-ul li img{
    width: 800px!important;
}

.scenes .m-scene-img {
    width: 100%;
    height: 214px;
}

.m-scene-img {
    position: relative;
}

.m-scene-item {
    margin-top:40px;
    margin-right:20px;
    box-sizing:border-box;
    position:relative;
}

.two-lines {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.inline-block-wrapper {
    width: 100%;
    display: table;
    word-spacing: -1em;
}

.inline-block-wrapper>* {
    word-spacing: 0;
    display: inline-block;
    vertical-align: bottom
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    5% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.ball-scale-multiple {
    position: relative;
}

.ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ball-scale-multiple>div {
    background-color: rgba(0, 0, 0, .4);
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
    z-index: 2
}

.ball-scale-multiple .white-circle-bg {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 11px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation: none;
    animation: none
}

.loader {
    position: absolute;
    left: 40px;
    top: 40px;
    align-items: center;
    justify-content: flex-start;
    display: none;
    width: 40px;
}

.loader.show {
    display: flex
}

.loader-inner {
    width: 30px;
    height: 30px;
    margin-right: 10px
}

.loader-inner:hover section {
    display: table
}

.loader-inner section {
    display: none;
    z-index: 20
}

.loader-inner:hover+section {
    display: none
}

.loader-detail-img {
    /*position: relative;*/
    width: 120px;
    margin:0 auto;
    background-color: #fff;
    align-items: center;
    display: flex;
}

.loader-detail-content {
    height: 80px;
    cursor: default;
    text-align: left;
}
.outstyle-brand{
    text-align: left;
    color: #d5d2d2;
    font-size: 12px;
}
.loader-detail-content>a {
    height: 42px;
    
    font-size: 14px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 21px;
    cursor: pointer
}

.loader-detail-content .brand-name {
    
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    line-height: 12px;
    cursor: pointer
}

.loader-detail-content-option {
    margin-top: 5px;
    justify-content: space-between;
    text-align: right;
}

.loader-detail-content-option span {
    
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    color: #cbcbcb;
}

.loader-detail-content-option .link {
    
    font-size: 12px;
    color: #cbcbcb;
    letter-spacing: 0;
    line-height: 12px;
    cursor: pointer
}

.tag-wrapper {
    position: absolute;
    top: 5px;
    left: 30px;
    cursor: pointer;
}

.tag-wrapper>* {
    display: table-cell
}

.tag-wrapper:hover+.loader-inner section {
    display: table
}

.triangleLeft {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid rgba(42, 1, 1, 0.95);
    border-bottom: 10px solid transparent
}

.tag-content {
    background: rgba(42, 1, 1, 0.95);
    
    font-size: 12px;
    color: #FFF;
    letter-spacing: 0;
    line-height: 12px;
    padding: 4px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loader-detail-wrapper {
    position: absolute;
    width: 140px;
    height: auto;
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    left: 15px;
    top: 15px;
    background: rgba(42, 1, 1, 0.95);
    box-shadow: 0 2px 10px 0 rgb(116, 116, 116);
    border-radius: 5px;
}

.loader.turn-left .loader-detail-wrapper {
    left: unset;
    right: 15px
}

.loader-detail-wrapper .loader-detail-img .icon-news,
.loader-detail-wrapper .loader-detail-img .icon-spot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 16px;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1
}
