@font-face {
    font-family: 'Radiance';
    src: url("/img/promo/third-season/radiance.ttf") format("truetype");
}

@font-face {
    font-family: 'Radiance-Bold';
    src: url("/img/promo/third-season/radiance-bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Radiance-Semibold';
    src: url("/img/promo/third-season/radiance-semibold.ttf") format("truetype");
}

body {
    background-color: #05070B !important;
    font-family: 'Radiance';
    height: 100vh;
    margin: 0;
    display: block;
}

h1,
.h1 {
    text-transform: uppercase;
    color: #ABD8DD;
    text-shadow: 1px 1px 40px rgba(45, 146, 219, 0.4);
}

@media (max-width: 576px) {
    #top .form-group:last-of-type {
        margin-top: 40px;
    }

    .cta h1,
    .cta .h1 {
        font-size: 40px !important;
    }

    .well-area {
        width: 350px !important;
    }

    .well-area::before {
        width: 340px !important;
    }

    .well-area::after {
        width: 200px !important;
        left: 70px !important;
    }

    .shadow-left {
        display: none;
    }

    .shadow-right {
        display: none;
    }

    .first-row {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .second-row {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .third-row {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .mini-second-desc {
        padding: 0 15px !important;
    }

    .history-card {
        margin-left: 0 !important;
        width: 100% !important;
    }

    #how-to-play {
        display: none;
    }
}

#top input,
select {
    height: 62px;
    width: 240px;
    padding: 18px 0;
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    background: #151921;
    border-radius: 8px;
    border: none;
}

#top label {
    display: inline-block;
    width: 100%;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    opacity: 0.6;
}

#order input {
    color: #FFFFFF;
    background: #151921;
    border-radius: 8px;
    border: none;
}

#order textarea {
    color: #FFFFFF;
    background: #151921;
    border-radius: 8px;
    border: none;
}

label {
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.select2-selection__rendered {
    height: 62px;
    width: 240px;
    padding: 12px 0;
    font-size: 34px;
    text-align: center;
    color: #FFFFFF !important;
    background: #151921;
    border-radius: 8px;
    border: none;
}

.select2-selection__arrow {
    top: 20px !important;
}

.select2-dropdown {
    margin-top: 29px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: none
}

.select2-results__options {
    color: #fff;
    background: #151921;
    border: none
}

.select2-results__option {
    color: #fff;
    background: #151921;
    border: none
}

.select2-container--default .select2-selection--single {
    background: none;
    border: none
}

.next-rank {
    line-height: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    opacity: 0.5;
    text-transform: uppercase;
}

.current-mmr {
    border: 2px solid rgba(255, 65, 65, 0.71);
}

.current-rank {
    border: 2px solid rgba(255, 65, 65, 0.71);
}

.next-rank-title {
    line-height: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
}

.next-rank-mmr {
    line-height: normal;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    opacity: 0.5;
}

.next-rank-mmr::after {
    content: ' MMR';
}

.price {
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
    width: 100%;
    z-index: 10;
    position: relative;
    margin-bottom: 19px;
    display: inline-block;
}

.price del {
    font-size: 22px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-decoration-line: line-through;
    color: #FFFFFF;
    opacity: 0.8;
}

.price::before {
    content: '';
    background: radial-gradient(20.50px at 50% 50%, #4761F5 0%, rgba(149, 178, 235, 0) 100%);
    opacity: 0.4;
    filter: blur(28px);
    display: inline;
    position: relative;
}

.price::after {
    content: '';
}

.cta h1,
.cta .h1 {
    font-size: 66px;
    line-height: 79px;
}

.cta span {
    font-family: Radiance-Semibold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ABD8DD;
    opacity: 0.5;
    text-shadow: 0 0 10px rgba(45, 146, 219, 0.4);
}

.title {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 60px;
}

.title h1,
.title .h1 {
    font-family: Radiance-Semibold;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.title-desc {
    width: 100%;
    padding: 15px;
    background-image: url(/img/promo/third-season/title-desc-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    font-family: 'Radiance';
    line-height: normal;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF;
    position: relative;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.title::after {
    content: url(/img/promo/third-season/title-desc-line.png);
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    margin-top: -6px;
}

.title h1::before,
.title .h1::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50.00px at 50% 50%, #4761F5 0%, rgba(149, 178, 235, 0) 100%);
    opacity: 0.2;
    filter: blur(28px);
}

.footer-back {
    background: radial-gradient(410.00px at 50% 50%, #FC9E47 0%, #FF6543 0.01%, rgba(255, 90, 53, 0) 100%);
    opacity: 0.1;
    filter: blur(28px);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.footer_maintext {
    line-height: 26px;
    font-size: 18px;
    opacity: 0.4;
    color: #fff;
    z-index: 2
}

.footer_copyright {
    padding-top: 26px;
    font-size: 14px;
    opacity: 0.3;
    z-index: 2;
}

.section {
    display: block;
    float: left;
    position: relative;
    width: 100% !important;
    margin: 0 auto;
}

.button {
    cursor: pointer;
    background: rgba(0, 119, 158, 0.2);
    border: 2px solid #0A61B2;
    box-sizing: border-box;
    border-radius: 8px;
    font-family: Radiance-Semibold;
    line-height: 19px;
    font-size: 20px;
    padding: 23px 66px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    z-index: 20;
    display: inline-block;
    opacity: 1;
    position: relative;
}

.button:hover {
    background: rgba(0, 131, 170, 0.2);
    text-decoration: none;
    color: #fff;
}

.well-area {
    display: inline-block;
    position: relative;
    padding: 25px 0;
    width: 60%;
    z-index: 10
}

.well-area::before {
    content: '';
    width: 650px;
    height: 1px;
    display: inline;
    background: linear-gradient(270deg, rgba(53, 101, 157, 0) 0%, #B4D7FF 54.14%, rgba(49, 82, 121, 0) 100%);
    opacity: 0.2;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 0;
}

.well-area::after {
    content: '';
    width: 450px;
    height: 1px;
    display: inline;
    position: absolute;
    bottom: -1px;
    left: 114px;
    background: linear-gradient(270deg, rgba(53, 101, 157, 0) 0%, #B4D7FF 54.14%, rgba(49, 82, 121, 0) 100%);
    opacity: 0.2;
    z-index: 0;
}

.well-content {
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 10;
}

.well-content::before {
    content: '';
    background: linear-gradient(123.08deg, #121213 17%, rgba(0, 7, 21, 0) 66.11%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.well-content::after {
    content: '';
    background: linear-gradient(123.08deg, #121213 17%, rgba(0, 7, 21, 0) 66.11%);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
}

.reviews-wrapper {
    float: left;
    position: relative;
    width: 100%;
}

.reviews-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(65, 96, 158, 0) 0%, #075B7F 50.83%, rgba(65, 96, 158, 0) 100%);
    opacity: 0.14;
}

.review-card {
    cursor: pointer;
    float: left;
    display: block;
    position: relative;
    width: 100%;
    background: #383434;
    border-radius: 8px;
    padding: 25px 24px;
    margin-bottom: 36px;
    transition: .3s;
}

.review-card:hover {
    transform: translateY(-10px);
}

.review-card-text {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Radiance';
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 33px;
}

.review-card-author {
    display: block;
    float: left;
    width: 100%;
}

.review-card-author-image-wrapper {
    float: left;
    display: block;
    position: relative;
    overflow: visible;
    border-radius: 50%;
}

.review-card-author-image-wrapper img {
    height: 48px;
    width: 48px;
    overflow: visible;
    border-radius: 50%;
}

.review-card-author-image-wrapper::after {
    content: url(/img/promo/third-season/VK.png);
    position: absolute;
    top: 25px;
    left: 25px;
}

.review-card-author-name {
    float: left;
    display: block;
    padding: 7px 17px;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.how-it-was-bg {
    background-image: url("/img/promo/third-season/phantom-assasin.png");
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.34;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#how-it-was .number {
    line-height: 96px;
    font-size: 100px;
    text-align: center;
    display: inline-block;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 100px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;

    /* Txt color */

    color: #FBE9E9;
    /* Txt blue shadow */

    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

#how-it-was .number-desc {
    line-height: normal;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
}

.mini-title {
    font-family: 'Radiance';
    line-height: normal;
    font-size: 26px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.mini-second-desc {
    padding-top: 14px;
    font-family: 'Radiance';
    line-height: 30px;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
}

.history-card {
    transition: 0.3s;
    margin-left: 36px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    position: relative;
    display: inline-block;
    width: 479px;
    animation: ease-in;
    cursor: pointer;
    padding-top: 10px;
}

.history-card:hover {
    transform: translateY(-10px)
}

.shadow-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    z-index: 20;
    background: linear-gradient(90deg, #05070B 20%, rgba(5, 7, 11, 0) 81%);
}

.shadow-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    z-index: 20;
    background: linear-gradient(90deg, #05070B 20%, rgba(5, 7, 11, 0) 81%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.history-card .header {
    display: block;
    width: 100%;
    float: left;
    background: #292626;
    text-align: center;
}

.history-card .header span {
    font-family: 'Radiance';
    line-height: 13px;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.5;
    padding: 14px 0 8px;
    height: 36px;
}

.history-card .season-medal {
    position: absolute;
    left: 4px;
    top: 15px;
    opacity: 1 !important;
}

.tooltip > .tooltip-inner {
    background-color:  #383434;
}

.review-card-author .season-medal-review {
    position: absolute;
    bottom: 30px;
    right: 16px;
}

.history-card .body {
    display: block;
    width: 100%;
    float: left;
    background: #383434;
}

.history-card .title-f {
    padding-top: 15px;
    display: inline-block;
    width: 100%;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 31px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.history-card .title-f-small {
    font-size: 21px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.border-left {
    border-left: 1px solid #3A3A3A;
}

.border-left::before {
    content: '';
    position: absolute;
    left: -2px;
    top: 0;
    height: 20%;
    width: 2px;
    background: #383434;
}

.border-left::after {
    content: '';
    position: absolute;
    left: -2px;
    bottom: 0;
    height: 20%;
    width: 2px;
    background: #383434
}

.history-card .title-s {
    padding-top: 8px;
    display: inline-block;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.history-card .desc {
    line-height: 13px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
    width: 100%;
    display: inline-block;
}

.history-card .footer {
    background: #292626;
    display: block;
    float: left;
    text-align: center;
    width: 100%;
}

.history-card .col {
    float: left;
    display: block;
    position: relative;
    width: 50%;
    padding: 18px 0 30px 0;
    text-align: center;
}

.history-card .col-s {
    float: left;
    position: relative;
    display: block;
    width: 50%;
    padding: 25px 0 14px 0;
    text-align: center;
}

.first-row {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 3500px;
    height: 100%;
    margin-left: -100px;
    margin-bottom: 26px;
}

.second-row {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 3500px;
    height: 100%;
    margin-left: -150px;
    margin-bottom: 26px
}

.third-row {
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    width: 3500px;
    height: 100%;
    margin-bottom: 162px;
}

.top-player .img {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
}

.top-player .img img {
    border-radius: 50%;
    height: 185px;
    width: 185px;
    display: inline;
}

.top-player .name {
    display: inline-block;
    text-align: center;
    width: 100%;
    font-family: 'Radiance';
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 41px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #FBE9E9;
    text-shadow: 0px 0px 10px rgba(255, 77, 77, 0.6);
}

.top-player .name:after {
    content: '';
    margin: 0 auto;
    display: inline-block;
    height: 1px;
    width: 50%;
    background: linear-gradient(270deg, rgba(53, 101, 157, 0) 0%, #B4D7FF 54.14%, rgba(49, 82, 121, 0) 100%);
    opacity: 0.2;
}

.top-player .stat {
    line-height: normal;
    font-size: 18px;
    padding-bottom: 13px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #ABD8DD;
    opacity: 0.7;
}

.current-video-title {
    font-family: Radiance-Semibold;
    line-height: normal;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    color: #ABD8DD !important;
    text-shadow: 0px 0px 10px rgba(45, 146, 219, 0.4);
    display: block;
    width: 100%;
    position: relative;
    z-index: 20;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.current-video-desc {
    display: inline-block;
    z-index: 20;
    line-height: normal;
    font-size: 20px;
    text-align: center;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ABD8DD;
    opacity: 0.7;
    /* Txt blue shadow */
    text-shadow: 0px 0px 10px rgba(45, 146, 219, 0.4);
    position: relative;
}

.video-container {
    display: inline-block;
    position: relative;
    max-width: 788px;
}

.video-container::before {
    content: url(/img/promo/third-season/doom.png);
    position: absolute;
    display: block;
    z-index: 5;
    top: -100px;
    left: -540px;
}

.video-container::after {
    content: url(/img/promo/third-season/shadow-fiend.png);
    position: absolute;
    display: block;
    z-index: 5;
    top: 0;
    right: -500px;
}

.video-item {
    display: block;
    float: left;
    position: relative;
    padding: 16px 0;
    border-bottom: 1px solid #2B2B2B;
    width: 100%;
    cursor: pointer;
    text-align: left;
    transition: .3s;
}

.video-item:hover {
    transform: translateY(-10px);
}

.video-item:last-of-type {
    border-bottom: none;
}

.video-image {
    float: left;
    display: block;
    position: relative;
    width: 25%;
}

.video-text {
    text-transform: uppercase;
    float: left;
    display: block;
    position: relative;
    padding-left: 36px;
    width: 75%;
}

.video-title {
    font-family: Radiance-Semibold;
    line-height: normal;
    font-size: 24px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #ABD8DD;
    text-shadow: 0px 0px 10px rgba(45, 146, 219, 0.4);
}

.video-desc {
    font-family: 'Radiance';
    line-height: normal;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 5px;
    color: #ABD8DD;
    opacity: 0.6;
}

#order h1,
#order .h1 {
    margin: 0;
    color: #fff;
}