body.admin-bar .home_hero {
    height: calc(100vh - 102px);
}
 
.cabb-block.home-hero-new {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.home_hero {
    display: flex;
    height: calc(100dvh - 70px);
    min-height: 710px;
}

.home_hero .hero_left {
    width: 50%;
}

.home_hero .hero_banner {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
}

.home_hero .hero_banner .trending {
    position: absolute;
    display: inline-flex;
    align-items: center;
    top: 0;
    right: 0;
}

.home_hero .hero_banner .trending_text {
    text-transform: uppercase;
    font-family: var(--wp--custom--font-secondary);
}

.home_hero .hero_banner .trending_icon {
    background: url('../../assets/img/icons/pixel_arrow.png') no-repeat 50% 50%;
    background-size: cover;
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
    animation: back_arrow 1s ease-in-out infinite;
}

.home_hero .hero_banner .banner_inner {
    max-width: 520px;
    padding: 65px;
    box-sizing: content-box;
}

.home_hero .hero_banner .banner_title {
    font-family: var(--font-secondary);
    font-size: 46px;
    line-height: 1.13;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.home_hero .hero_banner .banner_description {
    font-family: var(--font-secondary);
    font-size: 18px;
    padding-bottom: 24px;
}

.home_hero .hero_banner .banner_buttons {
    margin: -8px;
}

.home_hero .hero_banner .banner_button {
    display: inline-block;
    padding: 8px;
}

.home_hero .hero_banner .banner_button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    min-width: 200px;
    height: 40px;
    border: 1px solid #fff;
    transition: all ease-in-out 0.2s;
    font-family: var(--wp--custom--font-secondary);
}

.home_hero .hero_banner .banner_button a:hover {
    background: var(--text-black);
    border-color: var(--text-black);
    color: #fff;
}

.home_hero .hero_right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.home_hero .hero_top_container {
    position: relative;
    background: #fff;
    height: 50%;
    width: 100%;
}

body.layout_dark .home_hero .hero_top_container {
    background: var(--text-black);
}

.home_hero .hero_top_container .slider_nav {
    position: absolute;
    display: flex;
    user-select: none;
    z-index: 2;
    top: 32px;
    right: 32px;
}

.home_hero .hero_top_container .slider_nav .nav_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.home_hero .hero_top_container .slider_nav .nav_item img {
    width: 15px;
    height: 7px;
}

.home_hero .hero_top_container .slider_nav .nav_item.prev {
    transform: rotate(90deg);
}

.home_hero .hero_top_container .slider_nav .nav_item.next {
    transform: rotate(-90deg);
}

.home_hero .hero_top_container .swiper {
    height: 100%;
}

.home_hero .hero_top_container .art_item {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.home_hero .hero_top_container .art_item::before {
    content: '';
    position: absolute;
    display: block;
    background: #767676;
    width: 1px;
    top: 40px;
    left: 50%;
    bottom: 40px;
}

.home_hero .hero_top_container .art_info {
    flex: 1;
    display: flex;
    align-items: center;
}

.home_hero .hero_top_container .info_inner {
    padding: 20px 32px;
}

.home_hero .hero_top_container .category {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.14;
    padding-bottom: 2px;
    border-bottom: 1px solid #2c2c2c;
    margin-bottom: 8px;
    font-family: var(--wp--custom--font-secondary);
}

.home_hero .hero_top_container .title {
    display: block;
    font-family: var(--font-secondary);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home_hero .hero_top_container .title a {
    text-decoration: none;
}

.home_hero .hero_top_container .title * {
    font-size: 25px;
    line-height: 1.38;
    margin-bottom: 0;
}

.home_hero .hero_top_container .more {
    display: inline-block;
    font-size: 14px;
    padding: 16px 0 20px;
}

.home_hero .hero_top_container .more a {
    position: relative;
    display: block;
    text-decoration: none;
    padding-right: 72px;
    font-family: var(--wp--custom--font-secondary);
}

.home_hero .hero_top_container .more a::after {
    position: absolute;
    content: '';
    display: block;
    background: url(images/cta_arrow.svg) no-repeat 50% 50%;
    width: 52px;
    height: 14px;
    margin-top: -7px;
    top: 50%;
    right: 0;
}

body.layout_dark .home_hero .hero_top_container .more a::after {
    position: absolute;
    content: '';
    display: block;
    background: url(images/cta_arrow_white.svg) no-repeat 50% 50%;
    width: 52px;
    height: 14px;
    margin-top: -7px;
    top: 50%;
    right: 0;
}

.home_hero .hero_top_container .tags li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.home_hero .hero_top_container .transaction {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.home_hero .hero_top_container .transaction_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home_hero .hero_top_container .transaction img {
    display: block;
    max-width: 200px;
    width: 100%;
    max-height: 70px;
}

.home_hero .hero_top_container .transaction .transaction_text {
    font-size: 18px;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.home_hero .hero_bottom_container {
    position: relative;
    display: block;
    background: #F4F4F4;
    width: 100%;
    height: 50%;
}

body.layout_dark .home_hero .hero_bottom_container {
    background: #0A0A0A;
}

.home_hero .hero_bottom_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
}

.home_hero .hero_bottom_wrapper::before,
.home_hero .hero_bottom_wrapper::after {
    content: '';
    position: absolute;
    display: block;
    background: #767676;
}

.home_hero .hero_bottom_wrapper::before {
    width: 1px;
    top: 40px;
    left: 50%;
    bottom: 40px;
}

.home_hero .hero_bottom_wrapper::after {
    height: 1px;
    left: 40px;
    right: 40px;
}

.home_hero .hero_bottom_wrapper .counter_item {
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    margin-bottom: 15px;
}

.home_hero .hero_bottom_wrapper .counter {
    font-size: 60px;
    line-height: 1.2;
}

.home_hero .hero_bottom_wrapper .counter_text {
    font-size: 18px;
    margin-top: 8px;
    opacity: 0.8;
}

@media (max-width: 1350px) {
    body.admin-bar .home_hero {
        height: auto;
    }

    .home_hero .hero_banner .banner_inner {
        padding: 65px 30px;
    }

    .home_hero .hero_banner .banner_title {
        font-size: 42px;
    }

    .home_hero {
        display: block;
        height: auto;
    }

    .home_hero .hero_left {
        width: 100%;
    }

    .home_hero .hero_banner .trending {
        display: none;
    }

    .home_hero .hero_right {
        width: 100%;
    }

    .home_hero .hero_top_container {
        height: 400px;
    }

    .home_hero .hero_bottom_wrapper {
        height: 400px;
    }

    .home_hero .hero_bottom_wrapper .counter {
        font-size: 54px;
        line-height: 54px;
    }
}

@media (max-width: 768px) {
    .home_hero .hero_top_container {
        height: auto;
        padding-bottom: 50px;
    }

    .home_hero .hero_top_container .art_item {
        flex-wrap: wrap;
        padding-top: 50px;
    }

    .home_hero .hero_top_container .art_info {
        width: 100%;
    }

    .home_hero .hero_top_container .transaction {
        height: 300px;
    }

    .home_hero .hero_bottom_wrapper {
        width: 100%;
        height: 400px;
    }

    .home_hero .hero_bottom_wrapper .counter {
        font-size: 54px;
        line-height: 54px;
    }
}

@media (max-width: 576px) {
    .home_hero .hero_banner .banner_inner {
        padding: 26px 16px 50px 16px;
    }

    .home_hero .hero_banner .banner_title {
        font-size: 30px;
    }

    .home_hero .hero_top_container {
        padding-bottom: 30px;
    }

    .home_hero .hero_top_container .slider_nav {
        top: 16px;
        right: 10px;
    }

    .home_hero .hero_top_container .art_item {
        padding-top: 0;
    }

    .home_hero .hero_top_container .art_item::before {
        display: none;
    }

    .home_hero .hero_top_container .transaction {
        order: -1;
        height: auto;
        width: 100%;
    }

    .home_hero .hero_top_container .transaction .transaction_inner {
        padding-top: 30px;
        padding-bottom: 0;
    }
    
    .home_hero .hero_top_container .transaction .transaction_text {
        text-align: center;
    }

    .home_hero .hero_top_container .info_inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home_hero .hero_bottom_container {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 100%;
    }

    .home_hero .hero_bottom_wrapper {
        flex-direction: column;
        flex-wrap: nowrap;
        height: 500px;
    }

    .home_hero .hero_bottom_wrapper::before,
    .home_hero .hero_bottom_wrapper::after {
        display: none;
    }
    
    .home_hero .hero_bottom_wrapper .counter_item {
        width: 100%;
        padding-top: 15px;
    }

    .home_hero .hero_bottom_wrapper .counter {
        font-size: 42px;
        line-height: 42px;
    }
}
