﻿.promos-panel {
    padding-top: 38px;
}
.promos-panel .promos-box {
    width: 100%;
}
.promos-panel .promos-box .promos-nav {
    display: flex;
    margin-left: -23px;
    margin-bottom: 46px;
}
.promos-panel .promos-box .promos-nav li {
    height: 28px;
    cursor: pointer;
    white-space: nowrap;
    padding: 0px 22px;
}
.promos-panel .promos-box .promos-nav li:not(:last-child) {
    border-right: 1px solid rgba(162,170,189,.3);
}
.promos-panel .promos-box .promos-nav li.active {
    pointer-events: none;
}
.promos-panel .promos-box .promos-nav li a{
    color: hsla(0,0%,100%,.4);
}
.promos-panel .promos-box .promos-nav li.active a,.promos-panel .promos-box .promos-nav li:hover a {
    color: #fff;
}
.promos-panel .promos-box .promos-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 21px;
}
.promos-panel .promos-box .promos-list li {
    width: calc(33.3% - 14px);
    border-radius: 0.1rem;
    background: #141414;
    margin-bottom: 20px;
    overflow: hidden;
}
.promos-panel .promos-box .promos-list li .img {
    width: 100%;
    height: 180px;
    vertical-align: top;
}
.promos-panel .promos-box .promos-list li .img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
}
.promos-panel .promos-box .promos-list li .content-box {
    position: relative;
    z-index: 1;
    margin: -15px 14px 14px;
    background-color: #3b3b3b;
    padding: 15px 21px;
    border-radius: 10px;
    color: #fff;
    min-height: 165px;
}
.promos-panel .promos-box .promos-list li .text-box .title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.promos-panel .promos-box .promos-list li .text-box .content {
    font-size: 13px;
    color: #a2aabd;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    height: 55px;
        background: none;
}
.promos-panel .promos-box .promos-list li .cta-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 14px 14px;
}
.promos-panel .promos-box .promos-list li .cta-box>a {
    min-width: 100px;
    background: #d5b300;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-left: 14px;
    padding: 6px;
}
.promos-panel .promos-box .promos-list li .cta-box>a.btn-info {
    background-color: initial;
    border: 1px solid #fff;
}
.promosDetail-popup .popup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 851px;
    max-height: 90%;
    z-index: 1;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 15px;
    overflow: hidden;
}
.promosDetail-popup .popup .popup-header {
    background-color: rgb(213 165 2);
    padding: 12px 13px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-radius: 15px 15px 0px 0px;
}
.promosDetail-popup .popup .popup-header .popup-title {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
    color: #fff;
}
.promosDetail-popup .popup .popup-body {
    padding: 35px 60px;
    overflow-y: scroll;
    background-color: #1f1f1f;
    width: 100%;
    font-size: 14px;
    line-height: 27px;
    color: #bdbdbd;
    height: 680px;
}
.promosDetail-popup .popup .popup-body .box-top {
    display: flex;
    padding-bottom: 23px;
    margin-bottom: 26px;
    border-bottom: 1px solid #404040;
}
.promosDetail-popup .popup .popup-body .box-top .promoImg {
    width: 100%;
    height: 150px;
    margin-right: 30px;
}
.promosDetail-popup .popup .popup-body .box-top .box-content {
    display: flex;
    flex-direction: column;
}
.promosDetail-popup .popup .popup-body .box-top .box-content .content-title {
    margin-bottom: 11px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
}
.promosDetail-popup .popup .popup-body .box-top .box-content .content-desc {
    width: 300px;
    height: 60px;
    margin-bottom: 15px;
    line-height: 14px;
    overflow: hidden;
}
.promosDetail-popup .popup .popup-body .btn-box {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    margin-top: 11px;
}
.promosDetail-popup .popup .popup-body .btn-box .btn-register {
    width: 125px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
    background: 0 0!important;
    border: 1px solid #fff;
}
.promosDetail-popup .popup .popup-body .btn-box .btn-apply {
    width: 125px;
    height: 30px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background-color: #d5b300;
    border-radius: 5px;
}