﻿@font-face {
    font-family: 'Edition';
    src: url('../webfonts/edition_-webfont.eot');
    src: url('../webfonts/edition_-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/edition_-webfont.woff') format('woff'), url('../webfonts/edition_-webfont.ttf') format('truetype'), url('../webfonts/edition_-webfont.svg#editionregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.header {
    font-family: 'Edition', serif;
    font-weight: normal;
    color: #16140d;
    text-transform: uppercase;
    border-bottom: 1px solid #16140d;
}

.footer {
    background: #2c291b;
    color: #f6f6e8;
}

.wrap {
    min-height: calc(76vh - 94px);
}

@media print {
    .prtCont {
        height: 100vh;
        width: 100%;
    }

    .rcpt {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        align-items: center;
    }
}

.btn-bottom-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.center-list {
    text-align: center;
}

    .center-list ul {
        display: inline-block;
        text-align: left;
    }

.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.table-receipt {
    /*    width:100%;*/
    margin-left: auto;
    margin-right: auto;
}

.table-receipt th {
    padding: 0px 5px 0px 2px;
}

.table-receipt td {
    padding: 0px 5px 0px 2px;
}
