body {
    background: #000;
}
.promo__sidedesc {
    color: #fff !important;
}

.promo__topln {
    margin: 0px auto;
    max-width: 700px;
}

.promo__countdown {
    background: #1f1f22 !important;
}

.promo__countdown span:not(.ss) {
    color: #fff !important;
}

.promo__timer .title {
    font-size: 14px;
    color: #fff;
}

.promo__topcats {
    display: grid;
    gap: 20px;
}

.promo__topcats > a {
    display: block;
    border-radius: 24px;
    border: 1px solid #00BDB7;
    height: 224px;
    background-color: #0D201D;
    position: relative;
    padding: 12px 19px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background-repeat: no-repeat;
    line-height: 1.3em;
    padding-top: 22px;
    text-align: center;
}

.promo__topcats > a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url('percent.png') no-repeat center center;
    z-index: 0;
}

.promo__topcats > a span {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    display: inline-block;
    margin: 0px auto;
    padding: 8px 20px;
    min-width: 298px;
    border-radius: 50px;
    backdrop-filter: blur(6px);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 2px 2px 13px -7px rgba(255,255,255,0.75) inset;
    -webkit-box-shadow: 2px 2px 13px -7px rgba(255,255,255,0.75) inset;
    -moz-box-shadow: 2px 2px 13px -7px rgba(255,255,255,0.75) inset;
    z-index: 3;
    position: relative;
}

.promo__topcats .promo__topcats-link {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 18px;
    right: 18px;
    box-shadow: 0 2px 9px 0 rgba(33, 192, 183, 0.3);
    border-radius: 50%;
    background: linear-gradient(180deg, #31C9C0 0%, #1FB0A8 100%);
    z-index: 3;
}

.promo__topcats .promo__topcats-link::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(../../../img/go-right.svg) no-repeat center center;
    background-size: 23%;
}

.promo__topcats >a::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-repeat: no-repeat;
}

.promo__topcat-1::after {
    background-image: url('pr1-min.png');
    background-position: center calc(50% - -23px);
    background-size: auto 160px;
}

.promo__topcat-2::after {
    background-image: url('pr2-min.png');
    background-position: 47px 69px;
    background-size: auto 132px;
}

.promo__topcat-3::after {
    background-image: url('pr3-min.png');
    background-position: center 43px;
    background-size: auto 176px;
}

.promo__topcat-4::after {
    background-image: url('pr4-min.png');
    background-position: center 52px;
    background-size: auto 178px;
}

.promo__topcat-5::after {
    background-image: url('pr5-min.png');
    background-position: 52px 63px;
    background-size: auto 141px;
}

.promo__topcat-6::after {
    background-image: url('pr6-min.png');
    background-position: 50px 85px;
    background-size: auto 115px;
}

.promo__topcat-7::after {
    background-image: url('pr7-min.png');
    background-position: center 67px;
    background-size: auto 140px;
}

.promo__topcat-8::after {
    background-image: url('pr8-min.png');
    background-position: center 66px;
    background-size: auto 142px;
}

.promo__topcat-9::after {
    background-image: url('pr9-min.png');
    background-position: center 64px;
    background-size: 169px;
}

.seo article h2,
.container__title a,
.faq-item .item-title {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .promo__title {
        padding: 0px !important;
    }
    .promo__title h1 {
        color: #fff !important;
        font-size: 14px !important;
    }
    .promo__branding {
        background: #000 url('/themes/img/temp/bf_soon.gif') no-repeat center center !important;
        background-size: 460px auto !important;
        height: 180px;
    }
    .btn-subscribe-chat2 {
        margin: 30px auto;
        max-width: 100%;
    }
    .promo__toplinetext {
        max-width: 360px;
        margin: 0px auto;
    }
    .promo__topcats {
        margin: 0px auto;
        width: 100%;
        max-width: calc(100% - 32px);
    }
    .promo__topcats >a {
        height: 232px;
        padding: 25px 22px 0px 22px;
        font-size: 21px;
    }
    .promo__topcats > a span {
        font-size: 24px;
    }
    .promo__topcat-1::after {
        background-size: 153px;
        background-position-y: 64px;
    }
    .promo__topcat-2::after {
        background-size: 257px;
        background-position-y: 72px;
    }
    .promo__topcat-3::after {
        background-size: 220px;
        background-position-y: 45px;
    }
    .promo__topcat-4::after {
        background-size: 171px;
        background-position-y: 68px;
    }
    .promo__topcat-5::after {
        background-size: 233px;
        background-position-y: 75px;
    }
    .promo__topcat-6::after {
        background-size: 238px;
        background-position-y: 97px;
        background-position-x: 67px;
    }
    .promo__topcat-7::after {
        background-size: 159px;
        background-position-y: 70px;
    }
    .promo__topcat-8::after {
        background-size: 178px;
        background-position-y: 75px;
    }
    .promo__topcat-9::after {
        background-size: 174px;
        background-position-y: 70px;
    }
}
@media only screen and (min-width: 768px) {
    .promo__main >.wrapper {
        max-width: 1180px;
    }
    .promo__topcats {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .promo__sidedesc {
        font-size: 16px !important;
    }
    .promo__sidedate {
        font-size: 18px !important;
    }
    body {
        background: #000 url('/themes/img/temp/bf_soon.gif') no-repeat center 82px;
        background-size: auto 395px;
    }
    .main-container {
        background:  url('/themes/img/temp/bf_soon.png') no-repeat center 130px;
        background-size: 110% auto;
    }
    .promo__branding {
        height: 270px;
        width: 1040px;
        margin: 0px auto;
    }
}

/* blocks */
.promo__main .promo__title {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

.promo__itemdescription {
    color: #fff;
}

.promo__item {
    border: 1px solid #fff;
}

.promo__item,
.promo__itemimage:after {
    background-color: #161719;
}

.workdrawer-subscribe .tform input {
    border: 1.232px solid #04D0C7;
    background: #1F1F22;
    color: #80868E;
    font-size: 16px;
}

.workdrawer-subscribe > .content > .title {
    text-indent: -9999px;
}

.workdrawer-subscribe > .content > .contain:after,
.workdrawer-subscribe > .content > .title,
.workdrawer-subscribe > .content > .contain {
    background: transparent !important;
}

.workdrawer-subscribe {
    background: rgba(0, 0, 0, 0.8) url('/themes/img/temp/bf_soon.png') center 0px  !important;;
    background-size: 800px auto !important;;
}

.workdrawer-subscribe .services-list > small:before {
    border: 1.232px solid #04D0C7;
    background: #1F1F22;
}

.workdrawer-subscribe .tform [type=submit]:not(.active) {
    background: #1F1F22;
}

.form-title-blackfriday {
    display: block !important;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .promo__main .promo__title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .promo__biglist {
        padding: 0px 16px;
    }
    .subscribe-footer {
        display: none !important;
    }

}

@media only screen and (min-width: 581px) {
    .promo__itemimage > div {
    }
    .workdrawer-subscribe {
        width: 620px !important;
    }
    .subscribe-footer {
        display: none !important;
    }

    .workdrawer-subscribe > .content > .contain {
        width: 100% !important;;
    }

    .workdrawer-subscribe > .content > .contain form {
        width: 340px !important;;
        margin: 0px auto !important;;
    }

    .form-title-blackfriday {
        display: block !important;
        color: #fff;
        text-align: center;
        font-size: 24px !important;
        line-height: 1.3;
    }

}