html, body {
    /*height: 100%;*/
}
body {
    font-family: 'FuturaFuturisC', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    overflow-x: hidden;
    background-color: #000000;
}
body.open {
    overflow: hidden;
}
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;
    height: 100%;
}
.header {
    background-color: #000;
}
.header .navbar {
    padding: 16px 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:nth-child(1) .nav-link:before {
    background: transparent url('../img/icon/download.png');
    width: 23px;
    height: 22px;
}
.header .navbar-nav .nav-item:nth-child(2) .nav-link:before {
    background: transparent url('../img/icon/star.png');
    width: 23px;
    height: 22px;
}
.header .navbar-nav .nav-item:nth-child(3) .nav-link:before {
    background: transparent url('../img/icon/cup.png');
    width: 18px;
    height: 22px;
}
.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%;
    min-height: 970px;
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content.main {
    background-image: url('../img/bg-main.jpg');
}
.content.other {
    background-image: url('../img/bg-other.jpg');
}
.content .container {
    position: relative;
    height: 100%;
    min-height: 100%;
    flex: 1 1 100%;
}
.content .wrap {

}
.content h2 {
    margin-top: 140px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #dd002f;
    font-weight: bold;
    text-align: center;
    font-size: 31px;
    letter-spacing: 3px;
}
.g {
    position: absolute;
    padding: 5px 7px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.g1-1 {
    top: 756px;
    right: calc(100% - -33px);
}
.g1-2 {
    top: 718px;
    right: calc(100% + -289px);
}

.g2-1 {
    top: 735px;
    right: calc(100% - 550px);
}
.g2-2 {
    top: 709px;
    right: calc(100% - 813px);
}

.g3-1 {
    top: 763px;
    right: calc(100% - 1200px);
}
.g3-2 {
    top: 702px;
    right: calc(100% - 1410px);
}

.list.tourment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    overflow: hidden;
}
.list.tourment .col {
    padding: 20px 15px;
    background: #5B5A5B;
    background: linear-gradient(0deg,rgba(91, 90, 91, 1) 0%, rgba(228, 227, 227, 1) 100%);
}
.list.tourment .group {
    display: flex;
    align-items: start;
    color: #dd002f;
}
.list.tourment .group .num {
    font-size: 78px;
    font-weight: bold;
    line-height: 78px;
}
.list.tourment .group .text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}
.list.tourment ol {
    margin-top: -15px;
    margin-left: 35px;
    height: 100%;
    overflow: hidden;
}
.list.tourment ol:before {
    overflow: hidden;
    content: "";
    background: #DEDEDE;
    background: radial-gradient(circle, rgba(222, 222, 222, 1) 0%, rgba(0, 0, 0, 0) 82%);
    width: 2px;
    height: 100%;
    padding: 1px;
    box-sizing: border-box;
    position: absolute;
    top: 40px;
    left: 60px;
}
.list.tourment ol li {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.list.winners {
    display: grid;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(10, auto);
    gap: 5px;
    width: 100%;
    height: 100%;
    max-height: 800px;
    overflow: auto;
}
.list.winners .col {
    font-size: 14px;
    padding: 5px;
    background-color: #dedede;
}
.list.winners .col.red {
    color: #ffffff;
    background-color: #da0b37;
    text-transform: uppercase;
}
.month {
    grid-area: 4 / 2 / 2 / 1;
}
.month {
    grid-row: span 2 / span 2;
}
.footer-wrap {
    position: relative;
    z-index: 10;
    margin-top: -60px;
}
.footer {
    text-align: center;
    overflow: hidden;
}
.footer .timer-wrap {
    display: inline-flex;
    height: 60px;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px 111px;
    color: #fff;
    text-align: center;
    background: transparent url('../img/timer-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    align-items: center;
    justify-content: center;
}
.footer .timer {
    display: grid;
    grid-template-columns: 40px 12px 40px 12px 40px;
    font-size: 26px;
    justify-items: center;
    margin-left: 12px;
    margin-top: -14px;
    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) {
    .content {
        background-size: contain;
    }
    .content h2 {
        margin-top: 220px;
    }
}
@media (min-width: 1230px) and (max-width: 1920px) {
    .list.winners .col.win {
        height: 27px;
    }
    .content h2 {
        margin-top: 200px;
    }
}
@media (min-width: 992px) and (max-width: 1230px) {
    h2 {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 25px;
    }
    .header .navbar-nav .nav-link {
        font-size: 14px;
        margin-left: 25px;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .content.other.winners h2 {
        margin-top: 220px;
    }
    .g {
        display: none;
    }
    .list.tourment {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-wrap {
        margin-top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 90px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 150px;
        height: auto;
    }
    .header .navbar-nav .nav-link {
        font-size: 18px;
        margin-left: 0px;
        padding: 10px;
        height: auto;
        display: inline-flex;
    }
    .btn-danger {
        margin-left: 45px!important;
    }
    .header .navbar-nav {
        margin: 30px 0;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .content.other {
        background-position: left center;
        min-height: 1100px;
    }
    .content.other.winners {
        background-position: center center;
    }
    .content.other.winners h2 {
        margin-top: 240px;
    }
    .g {
        display: none;
    }
    .list.tourment {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-wrap {
        margin-top: 0;
    }
    .footer {
        text-align: center;
        overflow: hidden;
        margin-top: 20px;
    }
    .footer .timer-wrap {
        height: 49px;
        font-size: 16px;
        padding: 15px 78px;
    }
    .footer .timer__item::before {
        bottom: -0.65rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 90px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar {
        padding: 15px 0;
    }
    .navbar-brand img {
        width: 150px;
        height: auto;
    }
    .header .navbar-nav .nav-link {
        font-size: 18px;
        margin-left: 0;
        padding: 10px;
        height: auto;
        display: inline-flex;
    }
    .btn-danger {
        margin-left: 45px!important;
    }
    .header .navbar-nav {
        margin: 30px 0;
    }
    h2 {
        font-size: 28px;
        line-height: 28px;
    }
    .wrapper {
        min-height: 1200px;
    }
    .content {
        display: flex;
        flex-direction: column;
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .content.other {
        background-position: left center;
        min-height: 900px;
    }
    .g {
        display: none;
    }
    .list.tourment {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-wrap {
        margin-top: 0;
    }
    .footer {
        margin-top: 20px;
    }
    .footer .timer-wrap {
        height: 41px;
        font-size: 16px;
        padding: 15px 37px;
    }
    .footer .timer__item::before {
        bottom: -0.65rem;
    }
}

@media (min-width: 0) and (max-width: 575px) {
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.8);
        position: fixed;
        left: 0;
        top: 69px;
        right: 0;
        bottom: 0;
        z-index: 999;
    }
    .header .navbar {
        padding: 10px 0;
    }
    .navbar-brand img {
        width: 120px;
        height: auto;
        margin-left: 12px;
    }
    .header .navbar-nav .nav-link {
        font-size: 18px;
        margin-left: 0;
        padding: 10px;
        height: auto;
        display: inline-flex;
    }
    .btn-danger {
        margin-left: 45px!important;
    }
    .header .navbar-nav {
        margin: 30px 0;
    }
    h2 {
        margin-top: 40px!important;
        font-size: 28px;
        line-height: 28px;
    }
    html, body {
        height: 100%;
    }
    .wrapper {
        height: 100%;
    }
    .wrapper.torment {
        height: auto;
    }
    .wrapper.winners {
        height: auto;
    }
    .wrapper.home {
        /*overflow: hidden;*/
    }
    .wrapper.home .footer-wrap {
        position: static;
        margin-top: -62px;
        /*position: fixed;*/
        /*left: 0;*/
        /*right: 0;*/
        /*bottom: 0;*/
    }
    .wrapper.home .content {
        height: auto;
    }
    .content {
        display: flex;
        flex-direction: column;
        /*min-height: auto;*/
        /*height: 100dvh;*/
    }
    .content .container {
        flex: 1 1 100%;
        display: flex;
        flex-direction: column;
    }
    .content.other {
        background-position: left center;
        min-height: 900px;
    }
    .g {
        display: none;
    }
    .list.tourment {
        grid-template-columns: repeat(1, 1fr);
    }
    .footer-wrap {
        margin-top: -60px;
    }
    .footer {
        margin-top: 0;
    }
    .footer .timer-wrap {
        height: auto;
        font-size: 14px;
        padding: 14px 16px;
        -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;
    }

}

