
* {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-style: normal;
    box-sizing: border-box;
    color: #fff5e5;
}
body {
    position: relative;
    height: 100vh;
    background-image: url(./images/bg.jpg);
    background-position: center;
    background-size: cover;
}
body:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(83, 75, 65, 0.75);
    backdrop-filter: blur(3px);
}
h1 {
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 1.2;
    color: #fff;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 150px;
    border: none;
}
th, td {
    padding: 5px;
    border: none;
    font-weight: 400;
    text-align: center;
    vertical-align: top;
}
th span {
    position: sticky;
    display: inline-block;
    left: 0;
    right: 0;
    width: 72px;
    text-align: center;
}
td {
    position: relative;
}
td:before {
    position: absolute;
    display: block;
    content: "";
    top: -35px;
    left: 0;
    width: 100%;
    height: calc(100% + 35px);
    box-shadow: 0px 0px 0px #000;
    pointer-events: none;
}
.body {
    position: relative;
    padding-top: 40px;
    z-index: 1;
}
.table {
    position: relative;
    overflow-x: scroll;
    width: 100%;
}
.t {
    position: relative;
}
.t_site {
    position: relative;
}
.t_site span {
    position: absolute;
    display: block;
    /*top: -20px;*/
    padding-left: 20px;
    font-size: 10px;
    letter-spacing: 0.7px;
    font-family: sans-serif;
}
.t:after {
    position: absolute;
    /*display: block;*/
    /*content: "";*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(15px);
    mask-image: linear-gradient(90deg, #000 0%, transparent 25%, transparent 75%, #000 100%);
    z-index: 1;
    pointer-events: none;
}
.tektur {
    font-family: "Tektur", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.inner > div {
    display: block;
    padding: 5px 8px 10px;
    margin: 0px 3px;
    background: rgba(0, 0, 0, 0.1);
}
.inner > div:first-child {
    margin-right: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background-color: rgba(125, 80, 48, 0.45);
}
.inner > div:last-child {
    margin-left: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: rgba(35, 80, 48, 0.45);
}
.inner strong {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    white-space: nowrap;
}
.time {
    display: flex;
    margin: 10px;
    flex-direction: column;
}
.time i {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px
}
.time b {
    display: block;
}
.time b span:first-child {
    display: block;
    font-size: 18px;
    font-weight: 400;
}
.time b span:last-child {
    display: block;
    letter-spacing: 2px;
    font-size: 8px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}
.time_block {
    display: flex;
    justify-content: center;
}


.timer {
    width: 318px;
    margin: 0 auto;
    padding: 0px;
    font-size: 20px;
    /*font-family: sans-serif;*/
    letter-spacing: 1px;
}
.timer p > span {
    display: block;
    font-size: 12px;
}
.timer p > span > span {
    font-size: 16px;
    font-weight: 700;
}
.timer_new p > span > span {
    color: #f00;
}
.timer_full p > span > span {
    color: #0f0;
}
.timer_num {
    display: flex;
    min-height: 35px;
    font-size: 25px;
    color: #fff;
}
.timer_num span {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 7px;
    color: #fff;
    /*background-color: rgba(85, 37, 37, 0.55);*/
    background-color: rgba(35, 80, 48, 0.55);
    margin-left: -20px;
}
.timer_block {
    margin-top: 20px;
}

.link {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 2px 7px;
    border-radius: 3px;
    font-size: 10px;
    letter-spacing: 1px;
    color: #0000ad;
    background: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.btnLng {
    position: fixed;
    display: block;
    top: 5px;
    right: 5px;
    padding: 9px 7px;
    border-radius: 3px;
    line-height: 1;
    background: rgba(35, 35, 35, 0.83);
    color: #ccc;
    z-index: 2;
    cursor: pointer;
}
.btnLng:hover {
    background-color: #000;
    color: #fff;
}