/*Стили для админки*/
@import url("table-ns68A0R.css");

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url("../../fonts/ProximaNova/ProximaNova-Regular-xqorowu.eot");
    src: url("../../fonts/ProximaNova/ProximaNova-Regular-xqorowu.eot") format('embedded-opentype'),
    url("../../fonts/ProximaNova/ProximaNova-Regular-2i62bed.woff") format('woff'),
    url("../../fonts/ProximaNova/ProximaNova-Regular-BHbDhrm.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

.icon-button {
    background: none;
    border: none;
    padding: 0 0 1px 0;
    cursor: pointer;
    color: #000;
    width: 16px;
    height: 16px;
}

.thumbnail-container {
    position: relative;
    display: inline-block;
}

.thumbnail {
    object-fit: cover;
    cursor: pointer;
}

.full-image {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 100%);
    z-index: 10;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
}

.thumbnail-container:hover .full-image {
    display: block;
}

.link-id {
    transition: .2s;
    text-decoration: none;
}

.link-id:hover {
    color: #073763;
}

.fr-box, .fr-wrapper {
    max-width: 386px;
    min-height: 600px;
    width: 386px;
}
