#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.popup {
	font-family: PT Sans, sans-serif;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 28px !important;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 610px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    /*font: 28px/36px "Times New Roman", sans-serif !important;*/
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.close-modal {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #59a7f7e6;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
    text-align: center;

}
.close-modal:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close-modal:hover {
    background-color: rgba(252, 20, 0, 0.8);
}

#overlay .ok-button,#overlay .no-button{
    width: 150px;
    height: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    outline: none;
    background-color: #0f7536;
	font-family: 'Fira Sans', 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
	color: #fff;
    cursor: pointer;
    border: 0;
}
#overlay .ok-button:hover,#overlay .no-button:hover{
	color: #ff6f15;
}
#overlay h2{
    text-align: center;
    color: red;
    font-size: 28px;
}

#overlay .center{
    font-size: 28px;
    text-align: center;
}
#overlay p{
    font-size: 28px !important;
}
#overlay p.popup__header{
	font-size: 22px !important;
	margin: 0;
    padding: 0;
    letter-spacing: 1px;
    margin-bottom: 20px;
	font-weight: 600;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	color: #0a0a0a;
    text-align: center;
	font-family: 'Fira Sans', 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
}
#overlay p.popup__content{
	margin: 0;
    padding: 0;
	font-size: 16px !important;
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	color: #0a0a0a;
    text-align: center;
	font-family: 'Fira Sans', 'PT Sans', 'Helvetica Neue', Helvetica, sans-serif;
}

#overlay .buttons{
    width: 100%;
    text-align: center;
}

#overlay .center span{
    color: red;
}

#overlay .popup span.code strong{
    font-size: 28px;
}

.table {
    width: 100%;
}

.table tbody tr td {
    height: 30px;
}
.table-container{
    margin-top: 40px;
    width: 70%;
}
.table-container:first-child{
    margin-top: 20px;
}
.table tr td:first-child{
    width: 500px;
}

.table thead tr th{
    text-align: center;
    /*padding-left: 250px;*/
}

.table tr th,.table tr td{
    font-size: 18px;
}

