.kv-board{
    width: 100%;
    display: block;
    min-width: 1100px;
    position: relative;
}
.kv-row{
    position: relative;
    overflow: visible;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.kv-swiper{
    width: 100%;
    box-sizing: border-box;
}
.kv-swiper .swiper-slide{
    width: 100%;
}
.kv-swiper .swiper-slide img{
    width: 100%;
    display: block;
}

.kv-fixed-board{
    position: absolute;
    z-index: 1;
    left: 16vw;
    top: 10vw;
}

.kv-fixed-board .title{
    width: 18vw;
    height:auto;
}

.kv-fixed-board .selector{
    width: 18vw;
    height: 3.6vw;
    box-sizing: border-box;
    margin-top: 2vw;
    border: 2px solid #888;
    position: relative;
}

.kv-fixed-board .selector:before{
    content: ' ';
    background: url(../images/gallery2/select_ico.png) center center no-repeat;
    width: 1.84vw;
    height: 1.56vw;
    background-size: cover;
    position: absolute;
    left: 1.2vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    pointer-events: none;
}



.kv-fixed-board .selector:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 0.4285714285714286vw solid transparent;
    border-top: 0.7142857142857143vw solid #f3f3f3;
    border-right: 0.4285714285714286vw solid transparent;
    position: absolute;
    right: 1.2vw;
    top: 52%;
    transform: translateY(-50%);
    z-index: 9999;
    pointer-events: none;
}


.kv-fixed-board .selector select{
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 1.1vw;
    padding-left:5vw;
    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
    letter-spacing: 5px;
}


select::-ms-expand { display: none; }


.kv-fixed-board .selector option{
    background: #525252;
    letter-spacing: 5px;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
.kv-fixed-board .selector option{
    background: #fff;
    color: #000;
}
    
.kv-fixed-board .selector{
    border: 2px solid #565957;
}

    
}

.gallery-group{
    width: 960px;
    margin: 0 auto;
/*    border: red solid 1px;*/
    font-size: 0;
}

.img-row{
    width: 100%;
}

.img-row img{
    width: 188px;
    height: auto;
    margin-left: 5px;
    cursor: pointer;
    display: unset;
}

.img-row img:first-child{
    margin-left: 0;
}

.img-row-head{
    margin-left: 0 !important;
}
.img-not-first-row{
    margin-top: 5px;
}

.avatar-row{
    font-size: 15px;
    padding: 35px 0 10px 0;
}
.avatar-row *{
    vertical-align: middle;
}
.avatar-row img{
    width: 51px;
    height: auto;
    margin-right: 17px;
}




.no-more{
    text-align: center;
    margin: 60px auto;
}



.big-swiper{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 9999;
}
.big-swiper .mask{
    position: absolute;
    background: #000;
    opacity: 0.95;
    width:100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.big-swiper .content{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
/*    background: #fff;*/
}

.big-swiper .content .swiper-container{
    width:calc(100vw - 180px);
    height: calc(100vh - 100px);
    font-size: 0;
    top: -10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.big-swiper .closer{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 1;
}

.big-swiper .content .swiper-container .swiper-slide{
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}
.big-swiper .content .swiper-container .swiper-slide img{
    width: auto;
    height: 100%;
    object-fit: contain;
/*    border: 1px solid #eee;*/
}

.big-swiper .swiper-button-next,.big-swiper .swiper-button-prev{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 139px;
    margin-top: -70px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.big-swiper .swiper-button-prev{
    
}
.big-swiper .swiper-button-next:after{
    content: '';
    background: url(../images/swiper_right.png) center center no-repeat;
    width:44px;
    height: 139px;
}
.big-swiper .swiper-button-prev:after{
    content: '';
    background: url(../images/swiper_left.png) center center no-repeat;
    width:44px;
    height: 139px;
}

.big-swiper .swiper-button-next{
    right: 10px;
}

.big-swiper .swiper-button-prev{
    left: 10px;
}

.big-info{
    padding-top: 10px;
    font-size: 15px;
    width: 60vw;
    margin: 0 auto;
    color: #fff;
}
.big-info .avatar{
    display: inline-block;
    vertical-align: top;
    width: 150px;
    font-size: 14px;
}

.big-info .avatar img{
    width: 15px;
    height: auto;
}

.big-info .avatar *{
    display: inline-block;
    vertical-align: middle;
}

.big-info .lens{
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: calc(100% - 155px);
    font-size: 14px;
}
#galleryBox{
    padding-bottom: 70px;
}