/* Regular */
@font-face {
    font-family: 'Plumb';
    src: url('assets/fonts/PlumbC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

/* Light */
@font-face {
    font-family: 'Plumb';
    src: url('assets/fonts/PlumbLightC.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;

}

/* Medium */
@font-face {
    font-family: 'Plumb';
    src: url('assets/fonts/PlumbMediumC.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}
@font-face {
    font-family: 'Plymouth';
    src: url('assets/fonts/Plymouth.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Plumb', Helvetica, Arial, Sans-Serif;
}


* {
    box-sizing: border-box;
}

[contenteditable]:focus {
    outline: none;
}

.wrap {
    max-width: 1200px;
    margin: 0 auto 0;
    padding: 0 15px;

}

.modal-overlay{
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.75);
    display: flex;
    align-items: center;
}

.modal-window{
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.modal-close-button{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    z-index: 10000;
    fill: #fff;
}


#document-doc .cls-1{fill: #7093ff;}
#document-xls .cls-1{fill: #248522;}

@media only screen and (max-width: 1200px) {
    .wrap{
        max-width: 992px;
    }
    .no-overflow{
        /*overflow: hidden;*/
    }
    .no-x-overflow{
        margin: 0 -15px;
        padding: 0 15px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 992px) {
    .wrap{
        /*overflow: hidden;*/
        max-width: 768px;
    }
}

@media only screen and (max-width: 768px) {

}
