@keyframes slideInUpPopup {
    from {
        transform: translate(-50%, -20%);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes fadeInPopupOverlay {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.8;
    }
}
/* HEADER START */
@media (max-width: 1199px) {
    .space-header-ins {
        display: flex;
    }

    .space-header-ins > * {
        flex: 1;
    }
}

.space-header-menu {
    display: flex;
    align-items: center;
    gap: 16px;
}
.space-header-menu ul.main-menu {
    display: flex;
    padding-right: 0px;
}

.space-header-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 60px;
    margin-left: auto;
    margin-right: 15px;
}

.space-header-search {
    right: 65px;
    height: auto;
    line-height: 0;
}

.space-header-social-links {
    right: 15px;
    top: 50%;
    /* transform: translateY(-50%); */
}

.space-header-social-link {
    position: relative;
    display: grid;
    place-items: center;
}

.space-header-social-link::before {
    position: absolute;
    top: -4px;
    right: -4px;
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    color: #fff;
    font-weight: 900;
    font-size: 12px;
    line-height: 0;
    background-color: #FF5C5C;
    border-radius: 50%;
    content: '1';
}

.space-header-social-link__tg-icon > * {
    transition: fill 0.2s ease;
}

.space-header-social-link__tg-icon circle {
    fill: #fff;
}

.space-header-social-link__tg-icon path {
    fill: #49BCFF;
}

@media (hover: hover) and (pointer: fine) {
    .space-header-social-link__tg-icon:hover circle {
        fill: #49BCFF;
    }

    .space-header-social-link__tg-icon:hover path {
        fill: #188BCE;
    }
}

@media (max-width: 1199.5px) {
    .space-header-search {
        right: 105px !important;
    }

    .space-header-social-links {
        top: 14px;
        right: 55px;
        transform: none;
    }
}
/* HEADER END */
div.tc-apply {
    display: inline-flex;
    border-bottom: 1px dashed;
    cursor: pointer;
}

div.tc-apply:hover + div.tc-desc,
div.tc-apply + div.tc-desc:hover,
div.tc-apply:active + div.tc-desc,
div.tc-apply + div.tc-desc:active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.space-organizations-archive-item-detailed-tc-ins {
    color: #000;
}

/* subscribe form | START */

.pro-header-subscribe-form-button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    background: none;
}
.pro-header-subscribe-form-button__icon {
    transition: opacity 0.3s ease;
}
.pro-header-subscribe-form-button__icon:hover {
    opacity: 0.8;
}

.pro-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 1000;
    display: none;
    animation: fadeInPopupOverlay 1s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}
.pro-popup-overlay.active {
    display: block;
}

.pro-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    background-color: #fff;
    padding: 0px;
    max-height: calc(100vh - 60px);
    z-index: 1001;
    display: none;
    box-shadow: 0 4px 35px 0 rgba(195, 65, 2, .2);
    animation: slideInUpPopup 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    overflow-y: auto;
}

.pro-popup.active {
    display: block;
}

.pro-popup-close {
    display: flex;
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    padding: 14px;
    border: 0px;
    cursor: pointer;
    z-index: 1;
}

.pro-popup-close i {
    font-size: 20px;
    color: #000;
}

@media ( max-width: 768px ) {
    .pro-popup {
        max-width: calc(100% - 32px);
        max-height: calc(100vh - 32px);
    }

    #mailpoet_form_1 form.mailpoet_form {
        padding: 16px 32px !important;
    }
}

.pro-popup-close:hover i {
    color: #000;
}

.pro-popup-close:hover {
    color: #000;
}
/* subscribe form | END */

.pro-post-date {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    line-height: 1.65;
    color: #2E3246;
}

.pro-post-date--publish {
    margin-top: 40px;
}

.pro-post-date--modified {
    margin-bottom: 40px;
}

.pro-post-date__time {
    font-weight: 600;
}

/* banner card START */
.space-banners {
    padding: 0 15px;
    margin: 16px 0 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.space-banner {
    background-color: #111111;
    border-radius: 5px;
    /*overflow: hidden;*/
    color: #fff;
    min-height: 360px;
    background-position: center;
    background-size: cover;
}

.space-banner .post-edit-link {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #fff;
    font-size: 12px;
    text-decoration: underline !important;
}

.space-banner__inner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px;
    gap: 20px;
    justify-content: flex-end;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
}

.space-banner__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: auto;
}

.space-banner__logo {
    display: flex;
    max-width: 194px;
}

.space-banner__category {
    color: #000;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    min-height: 36px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    background-color: var(--sb-background-color, #d63031);
}

.space-banner__category.cashback {
    --sb-background-color: #30D686;
}
.space-banner__category.highrollers {
    --sb-background-color: #D6C830;
}
.space-banner__category.tournament {
    --sb-background-color: #30C8D6;
}
.space-banner__category.sale {
    --sb-background-color: #EC6DFD;
}

.space-banner__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.space-banner__title {
    font-size: 22px;
    line-height: 1.12;
    font-weight: 700;
}

.space-banner__text {
    display: flex;
    align-items: center;
    min-height: 34px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #ABABAB;
}

.space-banner__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.space-banner__link {
    display: inline-block;
    padding: 13px 40px;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    background-color: #d63031;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0);
    transition: box-shadow 0.5s ease-in-out;
}

.space-banner__link:hover {
    box-shadow: 0 8px 30px 0 rgba(214, 48, 49, 0.60);
}

.space-banner__info {
    font-size: 12px;
    line-height: 1.3;
    color: #7F8C8D;
    /*border-bottom: 1px dashed #7F8C8D;*/
}

.space-banner__countdown {
    margin-left: auto;
    margin-bottom: 8px;
}

.space-banner-countdown {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    color: #ffffff;
}

.space-banner-countdown__unit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}

.space-banner-countdown__unit-box svg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
}

.space-banner-countdown__unit-box svg circle {
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke-width: 4px;
    stroke: #d63031;
}

.space-banner-countdown__unit-box svg circle:nth-child(2) {
    stroke: #fff;
    stroke-dasharray: 144;
    stroke-dashoffset: var(--countdown-dashoffset, 144);
}

.space-banner-countdown__unit-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 4px solid #d63031;*/
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 1;
    font-size: 21px;
    font-weight: 700;
}

.space-banner-countdown__unit-title {
    font-size: 10px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1024px) {
    .space-banner {
        min-height: 390px;
    }

    .space-banner__inner {
        padding: 16px 16px 24px 16px;
    }

    .space-banner__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .space-banner__countdown {
        margin: 0;
    }
}

@media (max-width: 768px) {
    .space-banners {
        margin-bottom: 60px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .space-banner__link {
        padding: 13px 18px;
    }
}

@media (max-width: 360px) {
    .space-banner {
        text-align: center;
    }

    .space-banner__header {
        align-items: center;
    }

    .space-banner__footer {
        flex-direction: column;
        gap: 12px;
    }
}

@media (min-width: 361px) and (max-width: 1024px) {
    .space-banner__info .tc-desc {
        left: auto;
        right: 0;
        transform: none;
    }
}
/* banner card END */

/* pro-page-content-top START */
.pro-page-content-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px 32px;
    margin-bottom: 40px;
}

.pro-page-content-top--top-offset {
    margin-top: 48px;
}

.pro-page-content-top .pro-post-date {
    margin-bottom: 0;
}

.pro-page-credits {
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
}

.pro-page-credits-user {
    display: flex;
    align-items: center;
    gap: 16px;
    /*position: relative;*/
    /*z-index: 10;*/
    cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
    .pro-page-credits-user:hover .pro-page-credits-user__name {
        text-decoration-style: dotted;
    }

    .pro-page-credits-user:hover .pro-page-credits-user__details {
        opacity: 1;
        visibility: visible;
        content-visibility: visible;
    }
}

@media (hover: none) and (pointer: coarse) {
    .pro-page-credits-user.active .pro-page-credits-user__name {
        text-decoration-style: dotted;
    }

    .pro-page-credits-user.active .pro-page-credits-user__details {
        opacity: 1;
        visibility: visible;
        content-visibility: visible;
    }
}

.pro-page-credits-user__content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pro-page-credits-user__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65;
    color: #2E3246 !important;
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.pro-page-credits-user__role {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62;
    color: #2E3246;
    opacity: 0.6;
}
.pro-page-credits-user .pro-page-credits-user__avatar,
.pro-page-credits-user__avatar {
    border-radius: 100% !important;
    box-shadow: 0 0 0 2px #F1F3F4;
    overflow: hidden;
}

.pro-page-credits-user__details {
    --top-offset: 16px;

    position: absolute;
    top: calc( 100% + var( --top-offset ) );
    right: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    content-visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0s, content-visibility 0s;
    cursor: default;
}

.pro-page-credits-user__details::before {
    position: absolute;
    top: calc( var( --top-offset ) * -1 );
    width: 100%;
    height: var( --top-offset );
    content: '';
}

.pro-page-credits-details {
    width: calc( 100vw - 30px );
    max-width: 460px;
    border: 1px solid #AAAAAA;
    border-radius: 4px;
    background-color: #EDF6FF;
    padding: 24px;
}

.pro-page-credits-details__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 20px;
}

.pro-page-credits-details__bio {
    display: flex;
    align-items: center;
    gap: 16px;
}

.pro-page-credits-details__avatar {
    border-radius: 100% !important;
    box-shadow: 0 0 0 2px #F1F3F4;
    overflow: hidden;
}

.pro-page-credits-details__bio-data {
    display: flex;
    flex-direction: column;
}
.pro-page-credits .pro-page-credits-details__avatar,
.pro-page-credits-details__avatar {
    border-radius: 100% !important;
    box-shadow: 0 0 0 2px #F1F3F4;
    overflow: hidden;
}

.pro-page-credits-details__name {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.46;
    color: #32373C;
}

.pro-page-credits-details__role {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62;
    color: #2E3246;
    opacity: 0.6;
}

.pro-page-credits-details__social {
    display: flex;
    align-items: flex-start;
}

.pro-page-credits-details__social a {
    display: grid;
    place-items: center;
    padding: 8px;
    color: #444444 !important;
}

@media (hover: hover) and (pointer: fine) {
    .pro-page-credits-details__social a:hover {
        color: #C12B2C !important;
    }
}

.pro-page-credits-details__text {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 400;
    color: #2E3246;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 768px) {
    .pro-page-content-top {
        flex-direction: column;
    }

    .pro-page-credits-user {
        flex-direction: row-reverse;
    }

    .pro-page-credits-user__content {
        align-items: flex-start;
    }

    .pro-page-credits-user__details {
        right: auto;
        left: 0;
    }
}

@media (max-width: 480px) {
    .pro-page-credits {
        flex-wrap: wrap;
        gap: 16px 24px;
    }

    .pro-page-credits-user {
        gap: 12px;
    }

    .pro-page-credits-user__avatar {
        width: 40px;
        height: 40px;
    }

    .pro-page-credits-user__name {
        font-size: 14px;
    }

    .pro-page-credits-details {
        padding: 16px;
    }

    .pro-page-credits-details__header {
        flex-direction: column;
        row-gap: 8px;
        margin-bottom: 10px;
    }

    .pro-page-credits-details__avatar {
        width: 52px;
        height: 52px;
    }

    .pro-page-credits-details__text {
        font-size: 14px;
    }
}
/* pro-page-content-top END */

/* Footer Payments | START */
.pro-footer-divider {
    display: flex;
    width: 100%;
    height: 1px;
    margin: 24px 0;
    background: #424243;
}

@media (max-width: 768px) {
    .pro-footer-divider {
        margin-bottom: 32px;
    }
}

.pro-footer-payments {
    width: 100%;
    margin-top: 40px;
}

.pro-footer-payments__title {
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.pro-footer-payments__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pro-footer-payments__item {
    display: flex;
    cursor: pointer;
    transition: opacity 0.2s ease-in-out;
}

.pro-footer-payments__item img {
    height: 48px;
}

@media (hover: hover) and (pointer: fine) {
    .pro-footer-payments__item:hover {
        opacity: 0.7;
    }
}

@media (max-width: 1100px) {
    .pro-footer-payments__list {
        justify-content: flex-start;
    }
}

@media (max-width: 1024px) {
    .pro-footer-payments {
        margin-top: 32px;
    }
}
/* Footer Payments | END */

/* Footer Top Menu | START */
.pro-footer-top-menu {
    display: flex;
}

.pro-footer-top-menu__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
}

.pro-footer-top-menu__link {
    color: #7F8C8D;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    text-transform: uppercase;
}

.pro-footer-top-menu__link:hover {
    color: #d63031;
}

@media (max-width: 1200px) {
    .pro-footer-top-menu__list {
        gap: 20px 32px;
    }
}

@media (max-width: 1024px) {
    .pro-footer-top-menu__list {
        gap: 24px;
    }
}
/* Footer Top Menu | END */

/* Footer Column Links | START */
.pro-footer-column-links-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    width: 100%;
}

.pro-footer-column-links__title {
    font-size: 1.333em;
    line-height: 1.45em;
    font-weight: 700;
    color: #fff;
}

.pro-footer-column-links__list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pro-footer-column-links__list li {
    display: flex;
}

.pro-footer-column-links__link {
    color: #7F8C8D;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: underline;
}

.pro-footer-column-links__link:hover {
    color: #d63031;
}

@media (max-width: 1024px) {
    .pro-footer-column-links-wrapper {
        gap: 40px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .pro-footer-column-links-wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .pro-footer-column-links__title {
        position: relative;
    }

    .pro-footer-column-links__title::before {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 8px 7px 0 7px;
        border-color: #fff transparent transparent transparent;
        transform: translateY(-50%) rotate(0deg);
        content: "";
    }

    .pro-footer-column-links__list {
        display: none;
    }

    .pro-footer-column-links.opened .pro-footer-column-links__list {
        display: flex;
    }

    .pro-footer-column-links.opened .pro-footer-column-links__title::before{
        transform: translateY(-50%) rotate(180deg) ;
    }
}
/* Footer Column Links | END */

/* PLUGIN StULES FIX | START */
.blockify-hero .heading .title,
.blockify-hero .card .title,
.pro-block-step .pro-block-step__counter,
.pro-block-step .pro-block-step__title {
    font-family: 'Roboto', sans-serif !important;
}
/* PLUGIN StULES FIX | END */

/* YOAST | START */
.space-breadcrumbs > span > span:not(:first-child) > a {
    padding-left: 8px;
}
/* YOAST | END */

/* HELPERS | START */
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0;
}
/* HELPERS | END */