.k-zoom {
    text-align: center;
    padding-bottom: 16px;
}

.k-zoom__img {
    display: block;    
    z-index: 50;
    position: relative;
}

.k-zoom__view {
    color: #1891ec;
    font-size: 17px;
    line-height: 17px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    margin-bottom: 5px;
}

.k-zoom__text {
    font-family: 'Helvetica Neue', Helvetica, Arial;
    color: #000;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}

.k-zoom__note {
    margin-top: 32px;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    color: #bbbec1;
    font-size: 13px;
    line-height: 16px;    
}

.k-zoom__img-wrap {
    height: 680px;
    margin-bottom: 17px;        
    position: relative;
}

.k-zoom__loader {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    z-index: 10;
}