html, body {
    height: 100%;
}
body {
    font-family: 'FuturaFuturisC', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    background: #000000;
    overflow-x: hidden;
}
body.open {
    overflow: hidden;
}
h1 {
    font-size: 42px;
    line-height: 42px;
}
h2 {
    font-size: 30px;
    line-height: 30px;
}
.no-transition {
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    -o-transition: height 0.01s;
    transition: height 0.01s;
}
.red {
    color: #dd002f;
}
.btn-danger {
    background-color: #dd002f;
}
.btn-danger:hover {
    color: #dd002f;
    background-color: #fff;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 980px;
}
.wrapper.main {
    background: #000000 url('../img/bg-main.jpg') no-repeat;
    background-position: center center;
    background-size: contain;
}
.wrapper.other {
    background: #000000 url('../img/bg-other.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 1200px;
}
.header {
    background-color: #000;
}
.header .navbar {
    padding: 25px 0;
}
.header .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28222, 0, 49, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar-nav {
    margin-left: auto;
}
.navbar-toggler {
    position: relative;
    z-index: 9999;
}
.header .navbar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 45px;
    height: 37px;
}
.header .navbar-nav .nav-link:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.header .navbar-nav .nav-link:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 10px;
}
.header .navbar-nav .nav-item:last-child .nav-link:before {
    margin-right: 0;
}
.header .navbar-nav .nav-item:nth-child(1) .nav-link:before {
    background: transparent url('../img/icon/download.png');
    width: 16px;
    height: 17px;
}
.header .navbar-nav .nav-item:nth-child(2) .nav-link:before {
    background: transparent url('../img/icon/star.png');
    width: 21px;
    height: 21px;
}
.header .navbar-nav .nav-item:nth-child(3) .nav-link:before {
    background: transparent url('../img/icon/cup.png');
    width: 21px;
    height: 21px;
}
.header .navbar-nav .nav-item.active .nav-link {
    color: #dd002f;
}
.header .navbar-nav .nav-link:hover {
    color: #dd002f;
}
.header .navbar-nav .nav-item.active:nth-child(1) .nav-link:before {
    background: transparent url('../img/icon/download-active.png');
}
.header .navbar-nav .nav-item.active:nth-child(2) .nav-link:before {
    background: transparent url('../img/icon/star-active.png');
}
.header .navbar-nav .nav-item.active:nth-child(3) .nav-link:before {
    background: transparent url('../img/icon/cup-active.png');
}
.header .navbar-nav .nav-item:nth-child(1) .nav-link:hover:before {
    background: transparent url('../img/icon/download-active.png');
}
.header .navbar-nav .nav-item:nth-child(2) .nav-link:hover:before {
    background: transparent url('../img/icon/star-active.png');
}
.header .navbar-nav .nav-item:nth-child(3) .nav-link:hover:before {
    background: transparent url('../img/icon/cup-active.png');
}
.content {
    height: 100%;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}
.content .container {
    position: relative;
    height: 100%;
    min-height: 100%;
    flex: 1 1 100%;
}
.content .wrap {
    margin-left: 50px;
}
.content h1 {
    text-transform: uppercase;
    margin-top: 25px;
    color: #000;
    display: flex;
    align-items: center;
    margin-left: -105px;
}
.content h1:before {
    display: inline-block;
    content: '';
    background: transparent url('../img/slash.png') no-repeat;
    background-position: center center;
    background-size: contain;
    width: 107px;
    height: 73px;
}
.content h1 br {
    display: none;
}
.content h2 {
    margin-top: 30px;
    text-transform: uppercase;
    color: #dedede;
    font-weight: bold;
}
.content .el {
    display: inline-block;
    position: absolute;
}
.content .el .el-wr {
    position: relative;
}
.content .el .name {
    display: inline-block;
    background-color: rgba(255, 250, 247, 0.75);
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    z-index: 99;
    padding: 2px 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
}
.content .el .name.red {
    color: #dd002f;
    font-weight: bold;
}
.content .el img {
    width: 36px;
    height: 34px;
    position: absolute;
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content .el .name:hover + img {
    filter: grayscale(0);
}
.l-1 {
    top: 88px;
    right: 629px;
}
.l-1 img {
    top: 22px;
    left: 99%;
}
.l-2 {
    top: 140px;
    right: 701px;
}
.l-2 img {
    top: 22px;
    left: 104%;
}
.l-3 {
    top: 188px;
    right: 714px;
}
.l-3 img {
    top: 22px;
    left: 99%;
}
.l-4 {
    top: 220px;
    right: 741px;
}
.l-4 img {
    top: 22px;
    left: 99%;
}
.l-5 {
    top: 245px;
    right: 773px;
}
.l-5 img {
    top: 22px;
    left: 99%;
}
.l-6 {
    top: 271px;
    right: 819px;
}
.l-6 img {
    top: 22px;
    left: 99%;
}
.l-7 {
    top: 297px;
    right: 847px;
}
.l-7 img {
    top: 22px;
    left: 99%;
}
.l-8 {
    top: 322px;
    right: 871px;
}
.l-8 img {
    top: 22px;
    left: 99%;
}
.l-9 {
    top: 347px;
    right: 909px;
}
.l-9 img {
    top: 22px;
    left: 99%;
}
.l-10 {
    top: 374px;
    right: 937px;
}
.l-10 img {
    top: 22px;
    left: 99%;
}
.l-11 {
    top: 400px;
    right: 982px;
}
.l-11 img {
    top: 22px;
    left: 99%;
}
.l-12 {
    top: 426px;
    right: 1035px;
}
.l-12 img {
    top: 22px;
    left: 99%;
}
.l-13 {
    top: 453px;
    right: 1033px;
}
.l-13 img {
    top: 22px;
    left: 88%;
}
.l-14 {
    top: 482px;
    right: 1038px;
}
.l-14 img {
    top: 22px;
    left: 76%;
}
.l-15 {
    top: 509px;
    right: 1107px;
}
.l-15 img {
    top: 17px;
    left: 89%;
}
.l-16 {
    top: 536px;
    right: 1072px;
}
.l-16 img {
    top: 9px;
    left: 49%
}
.l-17 {
    top: 565px;
    right: 1038px;
}
.l-17 img {
    top: -22px;
    left: 38%;
}
.l-18 {
    top: 595px;
    right: 1100px;
}
.l-18 img {
    top: -22px;
    left: 38%;
}
.c-1 {
    top: 111px;
    left: 527px;
}
.c-1 img {
    top: 5px;
    left: 100px;
}
.c-2 {
    top: 154px;
    left: 524px;
}
.c-2 img {
    top: 5px;
    left: 100px;
}
.c-3 {
    top: 200px;
    left: 524px;
}
.c-3 img {
    top: 5px;
    left: 73px;
}
.c-4 {
    top: 240px;
    left: 550px;
}
.c-4 img {
    top: 15px;
    left: 22px;
}
.c-5 {
    top: 282px;
    left: 595px;
}
.c-5 img {
    top: 15px;
    left: -31px;
}
.c-6 {
    top: 321px;
    left: 610px;
}
.c-6 img {
    top: 15px;
    left: -42px;
}
.c-7 {
    top: 375px;
    left: 615px;
}
.c-7 img {
    top: -5px;
    left: -50px;
}
.c-8 {
    top: 410px;
    left: 570px;
}
.c-8 img {
    top: -5px;
    left: -50px;
}
.c-9 {
    top: 445px;
    left: 540px;
}
.c-9 img {
    top: -5px;
    left: -50px;
}
.c-10 {
    top: 482px;
    left: 531px;
}
.c-10 img {
    top: -5px;
    left: -50px;
}
.c-11 {
    top: 521px;
    left: 525px;
}
.c-11 img {
    top: -5px;
    left: -50px;
}
.c-12 {
    top: 560px;
    left: 509px;
}
.c-12 img {
    top: -5px;
    left: -50px;
}
.c-13 {
    top: 596px;
    left: 480px;
}
.c-13 img {
    top: -5px;
    left: -50px;
}
.c-14 {
    top: 633px;
    left: 449px;
}
.c-14 img {
    top: -5px;
    left: -50px;
}
.c-15 {
    top: 668px;
    left: 426px;
}
.c-15 img {
    top: -5px;
    left: -50px;
}
.c-16 {
    top: 699px;
    left: 399px;
}
.c-16 img {
    top: -5px;
    left: -50px;
}
.c-17 {
    top: 724px;
    left: 365px;
}
.c-17 img {
    top: -5px;
    left: -50px;
}
.c-18 {
    top: 750px;
    left: 329px;
}
.c-18 img {
    top: -5px;
    left: -50px;
}
.r-1 {
    top: 90px;
    left: 706px;
}
.r-1 img {
    top: 22px;
    left: -43px;
}
.r-2 {
    top: 129px;
    left: 737px;
}
.r-2 img {
    top: 22px;
    left: -43px;
}
.r-3 {
    top: 158px;
    left: 784px;
}
.r-3 img {
    top: 22px;
    left: -54px;
}
.r-4 {
    top: 190px;
    left: 818px;
}
.r-4 img {
    top: 22px;
    left: -43px;
}
.r-5 {
    top: 230px;
    left: 846px;
}
.r-5 img {
    top: 22px;
    left: -43px;
}
.r-6 {
    top: 266px;
    left: 873px;
}
.r-6 img {
    top: 22px;
    left: -43px;
}
.r-7 {
    top: 298px;
    left: 909px;
}
.r-7 img {
    top: 22px;
    left: -56px;
}
.r-8 {
    top: 330px;
    left: 920px;
}
.r-8 img {
    top: 22px;
    left: -43px;
}
.r-9 {
    top: 358px;
    left: 964px;
}
.r-9 img {
    top: 12px;
    left: -43px;
}
.r-10 {
    top: 384px;
    left: 1007px;
}
.r-10 img {
    top: 5px;
    left: -26px;
}
.r-11 {
    top: 411px;
    left: 1059px;
}
.r-11 img {
    top: 22px;
    left: 7px;
}
.r-12 {
    top: 443px;
    left: 1064px;
}
.r-12 img {
    top: 22px;
    left: 23px;
}
.r-13 {
    top: 470px;
    left: 1123px;
}
.r-13 img {
    top: 22px;
    left: -23px;
}
.r-14 {
    top: 497px;
    left: 1136px;
}
.r-14 img {
    top: 22px;
    left: -20px;
}
.r-15 {
    top: 523px;
    left: 1145px;
}
.r-15 img {
    top: 22px;
    left: 0px;
}
.r-16 {
    top: 565px;
    left: 1156px;
}
.r-16 img {
    top: 22px;
    left: 5px;
}
.content .table {
    margin-top: 20px;
}
.content .table .head {
    display: flex;
    position: relative;
}
.content .table .name2 {
    position: absolute;
    top: 0;
    left: 380px;
}
.content .table .name3 {
    position: absolute;
    top: 0;
    left: 760px;
}
.content .table .name {
    display: flex;
    align-items: start;
    font-size: 30px;
    line-height: 30px;
    color: #7e1115;
    text-transform: uppercase;
    margin-left: -75px;
}
.content .table span {
    font-size: 140px;
    line-height: 140px;
    color: #cf032c;
    background: #CF032C;
    background: linear-gradient(to bottom, #CF032C 10%, #811116 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -14px;
    margin-right: 20px;
}
.content .table .list {
    margin-top: -35px;
    position: relative;
    height: 88%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(19, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: column;
}
.content .table .list .separator {
    background: #DEDEDE;
    background: radial-gradient(circle,rgba(222, 222, 222, 1) 20%, rgba(0, 0, 0, 0) 95%);
    width: 2px;
    height: 100%;
    padding: 1px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}
.content .table .list .separator1 {
    left: 0;
}
.content .table .list .separator2 {
    left: 370px;
}
.content .table .list .separator3 {
    left: 740px;
}
.content .table.winners .list .separator2 {
    left: 295px;
}
.content .table.winners .list .separator3 {
    left: 711px;
}
.content .table .list .item {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #dedede;
    padding: 10px 15px;
}
.content .table.winners .hidden {
    visibility: hidden;
}
.content .table.winners .list {
    margin-top: 0;
    height: 100%;
    grid-template-rows: repeat(6, 1fr);
}
.content .table.winners .list .item {
    padding: 20px 25px;
}
.content .table.winners .list .item > div {
    white-space: nowrap;
    margin-bottom: 10px;
}
.content .table.winners .list .item > div:last-child {
    margin-bottom: 0;
}
.content .table.winners .list .item.active {
    border-top: 1px solid rgba(222, 222, 222, 0.5);
    border-bottom: 1px solid rgba(222, 222, 222, 0.5);
}
.m-groups {
    display: flex;
    justify-content: space-between;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-bottom: 20px;
}
.m-groups .m-item {
    font-size: 150px;
    line-height: 150px;
    color: #de0031;
    position: relative;
    z-index: 99;
    padding: 0 5px;
}
.m-groups .m-item:before {
    content: "";
    background: transparent url('../img/funicular-big.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 70px;
    height: 62px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0, -50%);
    z-index: -1;
}

.footer{
    text-align: center;
    overflow: hidden;
}
.footer .timer-wrap {
    display: inline-flex;
    height: 56px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 48px;
    color: #fff;
    text-align: center;
    background: transparent url('../img/timer-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer .timer {
    display: grid;
    grid-template-columns: 40px 12px 40px 12px 40px;
    font-size: 26px;
    justify-items: center;
    margin-left: 7px;
    margin-top: -10px;
    font-family: Arial, sans-serif;
}
.footer .timer__item {
    position: relative;
}
.footer .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    bottom: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #ffffff;
}
.footer .timer .hidden {
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}
@media (min-width: 1921px) {
    .wrapper.main {
        background-size: contain;
    }
    .wrapper.other {
        background-size: contain;
    }
}

@media (min-width: 992px) and (max-width: 1230px) {
    .wrapper.main {
        background: #000000 url('../img/bg-main-m.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .header .navbar-nav .nav-link {
        font-size: 14px;
        margin-left: 0;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .m-groups {
        margin-bottom: 40px;
    }
    .content h1 {
        margin-left: -90px;
    }
    .content h1:before {
        width: 80px;
        height: 54px;
    }
    .content h3 {
        text-transform: uppercase;
        color: #000;
        display: flex;
        align-items: start;
        font-size: 48px;
        line-height: 48px;
        margin-top: auto;
        margin-bottom: 20px;
    }
    .content h3:before {
        display: inline-block;
        content: '';
        background: transparent url(../img/slash.png) no-repeat;
        background-position: center center;
        background-size: contain;
        width: 80px;
        height: 54px;
    }
    .content .table .name {
        font-size: 26px;
        line-height: 26px;
        margin-left: -55px;
    }
    .content .table span {
        font-size: 100px;
        line-height: 100px;
        margin-top: -14px;
        margin-right: 20px;
    }
    .content .table .list {
        margin-top: 0;
    }
    .content .table .list .item {
        font-size: 14px;
        padding: 8px 15px;
    }
    .content .table .name2 {
        left: 280px;
    }
    .content .table .name3 {
        left: 570px;
    }
    .content .table .list .separator1 {
        left: -10px;
    }
    .content .table .list .separator2 {
        left: 280px;
    }
    .content .table .list .separator3 {
        left: 560px;
    }
    .content .table.winners .list .separator2 {
        left: 140px;
    }
    .content .table.winners .list .separator3 {
        left: 530px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        top: 73px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 160px;
        height: auto;
    }
    .header .navbar-nav .nav-link {
        font-size: 18px;
        margin-left: 35px;
        padding: 10px;
        height: auto;
        display: inline-flex;
    }
    .btn-danger {
        margin-left: 45px!important;
    }
    .header .navbar-nav {
        margin: 15px 0;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .wrapper {
        min-height: 1500px;
    }
    .wrapper.main {
        background: #000000 url('../img/bg-main-m.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .m-groups {
        margin-bottom: 40px;
    }
    .content h3 {
        text-transform: uppercase;
        color: #000;
        display: flex;
        align-items: start;
        font-size: 48px;
        line-height: 48px;
        margin-top: auto;
        margin-bottom: 20px;
    }
    .content h3:before {
        display: inline-block;
        content: '';
        background: transparent url(../img/slash.png) no-repeat;
        background-position: center center;
        background-size: contain;
        width: 80px;
        height: 54px;
    }
    .content h1 {
        margin-left: 0;
    }
    .content h1:before {
        width: 80px;
        height: 54px;
    }
    .content .table {
        margin-top: 0;
    }
    .content .table span {
        margin-right: 5px;
    }
    .content .table .list {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
        margin: 0 0 100px 0;
    }
    .content .table .head .name2,
    .content .table .head .name3,
    .content .table .list .separator1,
    .content .table .list .separator2,
    .content .table .list .separator3 {
        display: none;
    }
    .content .table .name1,
    .content .table .name2,
    .content .table .name3 {
        position: static;
        margin: 45px 0 0 -60px;
    }
    .content .table .list .item {
        border-left: 2px solid rgba(222, 222, 222, 0.5);
    }
    .content .table.winners .head {
        display: none;
    }
    .content .table.winners .list {
        display: block;
        margin-top: 60px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        top: 73px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 160px;
        height: auto;
    }
    .header .navbar-nav .nav-link {
        font-size: 18px;
        margin-left: 35px;
        padding: 10px;
        height: auto;
        display: inline-flex;
    }
    .btn-danger {
        margin-left: 45px!important;
    }
    .header .navbar-nav {
        margin: 15px 0;
    }
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .wrapper {
        min-height: 1200px;
    }
    .wrapper.main {
        background: #000000 url('../img/bg-main-m.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .wrapper.other {
        min-height: auto;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .content h3 {
        text-transform: uppercase;
        color: #000;
        display: flex;
        align-items: start;
        font-size: 36px;
        line-height: 36px;
        margin-top: auto;
        margin-left: 0;
        margin-bottom: 60px;
    }
    .content h3:before {
        display: inline-block;
        content: '';
        background: transparent url(../img/slash.png) no-repeat;
        background-position: center center;
        background-size: contain;
        width: 80px;
        height: 54px;
    }
    .content h1 {
        align-items: start;
        margin-left: 0;
    }
    .content h1:before {
        width: 80px;
        height: 54px;
    }
    .content .table {
        margin-top: 0;
    }
    .content .table span {
        margin-right: 5px;
    }
    .content .table .list {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
        margin: 0 0 100px 0;
    }
    .content .table .head .name2,
    .content .table .head .name3,
    .content .table .list .separator1,
    .content .table .list .separator2,
    .content .table .list .separator3 {
        display: none;
    }
    .content .table .name1,
    .content .table .name2,
    .content .table .name3 {
        position: static;
        margin: 45px 0 0 -60px;
    }
    .content .table .list .item {
        border-left: 2px solid rgba(222, 222, 222, 0.5);
    }
    .content .table.winners .head {
        display: none;
    }
    .content .table.winners .list {
        display: block;
        margin-top: 60px;
    }
    .footer .timer-wrap {
        height: 49px;
        font-size: 16px;
        padding: 15px 40px;
    }
    .footer .timer__item::before {
        bottom: -0.65rem;
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        left: 0;
        top: 72px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 160px;
        height: auto;
    }
    .header .navbar-nav .nav-link {
        font-size: 18px;
        margin-left: 35px;
        padding: 10px;
        height: auto;
        display: inline-flex;
    }
    .btn-danger {
        margin-left: 45px!important;
    }
    .header .navbar-nav {
        margin: 15px 0;
    }
    h1 {
        font-size: 34px;
        line-height: 34px;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .wrapper {
        min-height: 1000px;
    }
    .wrapper.main {
        background: #000000 url('../img/bg-main-m.jpg') no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .wrapper.other {
        min-height: auto;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .content h3 {
        text-transform: uppercase;
        color: #000;
        display: flex;
        align-items: start;
        font-size: 30px;
        line-height: 30px;
        margin-top: auto;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .content h3:before {
        display: inline-block;
        content: '';
        background: transparent url(../img/slash.png) no-repeat;
        background-position: center center;
        background-size: contain;
        width: 80px;
        height: 54px;
    }
    .content h1 {
        margin-left: -5px;
        margin-top: 30px;
        align-items: start;
    }
    .content h1 br {
        display: block;
    }
    .content h1:before {
        width: 56px;
        height: 38px;
    }
    .content .wrap {
        margin-left: 30px;
    }
    .content .table .name {
        font-size: 26px;
        line-height: 26px;
        margin-left: -55px;
    }
    .content .table span {
        font-size: 100px;
        line-height: 100px;
        margin-top: -14px;
        margin-right: 20px;
    }
    .content .table {
        margin-top: 0;
    }
    .content .table span {
        margin-right: 5px;
    }
    .content .table .list {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-flow: row;
        margin: 0 0 100px 0;
    }
    .content .table .head .name2,
    .content .table .head .name3,
    .content .table .list .separator1,
    .content .table .list .separator2,
    .content .table .list .separator3 {
        display: none;
    }
    .content .table .name1,
    .content .table .name2,
    .content .table .name3 {
        position: static;
        margin: 45px 0 0 -40px;
    }
    .content .table .list .item {
        font-size: 14px;
        border-left: 2px solid rgba(222, 222, 222, 0.5);
        padding: 10px 0 10px 10px;
    }
    .content .table.winners .head {
        display: none;
    }
    .content .table.winners .list {
        display: block;
        margin-top: 60px;
    }
    .content .table.winners .list .item {
        padding: 15px 15px;
    }
    .footer .timer-wrap {
        height: auto;
        font-size: 16px;
        padding: 15px 20px;
        -webkit-border-radius: 20px 20px 0 0;
        -moz-border-radius: 20px 20px 0 0;
        border-radius: 20px 20px 0 0;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 0) and (max-width: 390px) {

}

