[v-cloak] {
    display: none !important
}

.main-header__hero {
    height: 900px;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1
}

.main-header__wrapper {
    min-height: auto
}

.main-header__flex {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.main-header__plans {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28px 0
}

.main-header__intro {
    margin-top: 24px;
    position: relative;
    background: #24253c;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    border-radius: 24px;
    max-width: 956px;
    padding: 32px;
    margin-bottom: 66px
}

@media screen and (max-width: 600px) {
    .main-header__intro {
        padding:32px 16px 24px 16px
    }
}

.main-header__intro-stars {
    display: flex;
    align-items: center;
    gap: 4px
}

.main-header__intro-stripe {
    border: 1px solid #007cee;
    background: #16142a;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 8px 16px;
    height: 44px
}

@media screen and (max-width: 600px) {
    .main-header__intro-stripe {
        display:block;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content
    }
}

.main-header__intro-stripe a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.main-header__intro-header {
    display: flex;
    gap: 15px;
    align-items: center
}

@media screen and (max-width: 600px) {
    .main-header__intro-header {
        flex-direction:column
    }
}

.main-header__intro-header__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.main-header__intro-header__caption strong {
    font-weight: 500
}

.main-header__intro-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    margin: 20px 0
}

@media screen and (max-width: 600px) {
    .main-header__intro-title {
        text-align:center;
        font-size: 30px;
        line-height: 35px
    }
}

.main-header__intro-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #e0ebff;
    max-width: 630px
}

@media screen and (max-width: 600px) {
    .main-header__intro-subtitle {
        text-align:center
    }
}

.main-header__intro-game {
    width: 428px;
    margin: 15px 0
}

.main-header__intro-players {
    position: absolute;
    top: 0;
    right: -50px;
    transform: translateX(85%);
    height: 755px;
    width: auto
}

@media screen and (max-width: 600px) {
    .main-header__intro-players {
        display:none
    }
}

.main-header__games {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 20px
}

@media screen and (max-width: 600px) {
    .main-header__games {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 600px) {
    .main-header__games-carousel {
        display:none
    }
}

.main-header__games-carousel__navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.main-header__games-carousel__navigation-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

.main-header__games-carousel__navigation-buttons img {
    cursor: pointer
}

.main-header__games-carousel__navigation a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: #fff
}

.main-header__games-carousel__header {
    display: grid;
    grid-template-columns: 156px 1fr;
    gap: 16px;
    margin-bottom: 36px
}

.main-header__games-carousel__header-captions {
    display: flex;
    gap: 16px;
    flex-direction: column
}

.main-header__games-carousel__header-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.main-header__games-carousel__header-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.main-header__games-carousel__header-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    width: fit-content
}

.main-header__games-carousel__header-image {
    width: 156px;
    height: 210px;
    object-fit: cover;
    border-radius: 16px
}

.main-header__games-carousel__footer {
    display: flex;
    gap: 8px;
    overflow: hidden;
    position: relative
}

.main-header__games-carousel__footer:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(to left, #24253c, transparent);
    pointer-events: none
}

.main-header__games-carousel__footer-game {
    position: relative;
    cursor: pointer;
    user-select: none
}

.main-header__games-carousel__footer-game__inactive:before {
    content: "";
    display: block;
    background: rgba(36,37,60,.5);
    width: 100%;
    height: 100%;
    position: absolute
}

.main-header__games-carousel__footer-game img {
    width: 100px;
    height: 134px;
    border-radius: 12px;
    object-fit: cover;
    cursor: pointer
}

.main-header__games-tariffs__block {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.main-header__games-tariffs__block-navigation {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.main-header__games-tariffs__block-navigation__iconed {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.main-header__games-tariffs__block-navigation__iconed img {
    width: 40px;
    height: 40px
}

.main-header__games-tariffs__block-navigation__arrows {
    display: none
}

@media screen and (max-width: 600px) {
    .main-header__games-tariffs__block-navigation__arrows {
        display:flex;
        justify-content: center;
        align-items: center;
        gap: 16px
    }

    .main-header__games-tariffs__block-navigation__arrows img {
        cursor: pointer
    }
}

@media screen and (max-width: 600px) {
    .main-header__games-tariffs__block-navigation__all-plans {
        display:none !important
    }
}

.main-header__games-tariffs__block-navigation a {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    color: #fff
}

.main-header__games-tariff {
    background: #1b1b2c;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none !important;
    color: #fff !important
}

.main-header__games-tariff img {
    width: 56px;
    height: 56px
}

.main-header__games-tariff__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

.main-header__games-tariff__price {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    text-decoration: none !important
}

.main-header__games-tariff__price-discount {
    text-decoration: line-through !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #df4860 !important
}

.main-header__games-tariff__price-mobile {
    border-top: 1px solid #33354a;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding-top: 6px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

.main-header__games-tariff__price-mobile__period {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #8d8fac
}

.main-header__games-tariff__block {
    width: 100%
}

.main-header__games-tariff__block-header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header__games-tariff__block-footer {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #8d8fac;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main-header__games-tariff__block-footer__parameters {
    display: flex;
    align-items: center;
    gap: 4px
}

@media screen and (max-width: 600px) {
    .main-header__games-tariff__block-footer__parameters {
        justify-content:space-between
    }
}

.main-header__games-tariff__block-footer__separator {
    width: 2px;
    height: 24px;
    background: #5f39cb
}

.main-header__games-footer {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.main-header__games-footer a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 24px !important
}

.list-move,.list-enter-active,.list-leave-active {
    transition: all .5s ease
}

.list-enter-from,.list-leave-to {
    opacity: 0;
    transform: translateX(30px)
}

.list-leave-active {
    position: absolute
}

.main-header__intro-after-title {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px
}

@media screen and (max-width: 700px) {
    .main-header__intro-after-title {
        display:grid;
        grid-template-columns: 1fr
    }
}

.main-header__intro-flash-sale-timer {
    border: 1px solid #df4860;
    background: #16142a;
    border-radius: 16px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 320px
}

.main-header__intro-flash-sale-timer__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.flash-sale-top__timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px
}

.flash-sale-top__timer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 40px;
    border-radius: 4px;
    background: #df4860;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    position: relative
}

.flash-sale-top__timer-item:nth-child(1):after,.flash-sale-top__timer-item:nth-child(2):after {
    content: ":";
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    right: -10px
}

.storefront__intro {
    margin-top: 24px;
    position: relative;
    background: #24253c;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    border-radius: 24px;
    max-width: 1000px;
    padding: 32px;
    margin-bottom: 66px
}

.storefront__intro-trial {
    max-width: 680px;
    margin-bottom: 80px
}

.storefront__intro-trial__title {
    font-size: 36px !important
}

.storefront__intro-trial__subtitle {
    color: #e0ebff !important;
    font-size: 16px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.storefront__intro-trial__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 44px
}

.storefront__intro-stripe {
    border: 1px solid #007cee;
    background: #16142a;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    padding: 8px 16px;
    height: 44px
}

@media screen and (max-width: 600px) {
    .storefront__intro-stripe {
        display:block;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: fit-content
    }
}

.storefront__intro-stripe a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.storefront__intro-header {
    display: flex;
    gap: 15px;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__intro-header {
        flex-direction:column
    }
}

.storefront__intro-header__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: bisque;
}

.storefront__intro-header__caption strong {
    font-weight: 500
}

.storefront__intro-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    margin: 20px 0 0 0;
    color: #ffff;
}

@media screen and (max-width: 600px) {
    .storefront__intro-title {
        text-align:center;
        font-size: 30px;
        line-height: 35px
    }
}

.storefront__intro-game {
    width: 428px;
    margin: 15px 0
}

.storefront__intro-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #d3d3d3
}

@media screen and (max-width: 600px) {
    .storefront__intro-subtitle {
        text-align:center
    }
}

.storefront__intro-players {
    position: absolute;
    bottom: -20%;
    right: 0;
    transform: translateX(85%);
    height: 400px;
    width: auto
}

@media screen and (max-width: 600px) {
    .storefront__intro-players {
        display:none
    }
}

.storefront__intro-footer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__intro-footer {
        justify-content:center
    }
}

.storefront__timer-block {
    background: linear-gradient(#16142A, #16142A) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(9,132,227,.2);
    display: grid;
    align-items: stretch;
    grid-template-columns: minmax(150px, 1fr) auto;
    padding: 12px;
    gap: 4px
}

.storefront__timer-block-titles {
    display: flex;
    flex-direction: column
}

.storefront__timer-block-titles span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.storefront__timer-block-timer {
    display: flex;
    align-items: center;
    gap: 14px
}

.storefront__timer-block-timer__clock {
    position: relative;
    background: #df4860;
    border-radius: 8px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    min-width: 36px;
    justify-content: center
}

.storefront__timer-block-timer__clock:not(:last-child):after {
    position: absolute;
    content: ":";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-left: 4px;
    right: -10px
}

.storefront__timer .storefront__intro-footer {
    gap: 100px
}

@media screen and (max-width: 600px) {
    .storefront__timer .storefront__intro-footer {
        gap:0;
        flex-direction: column
    }
}

.storefront__timer-section {
    width: 100%
}

.storefront__timer-section__header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__header {
        flex-direction:column
    }
}

.storefront__timer-section__header-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__header-title {
        font-weight:600;
        font-size: 16px;
        line-height: 24px;
        text-align: center
    }
}

.storefront__timer-section__counter {
    display: flex;
    align-items: center;
    gap: 1px
}

.storefront__timer-section__counter-block {
    padding: 16px 24px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    background: #24253c;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    gap: 16px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__counter-block {
        padding:6px 12px;
        gap: 4px;
        width: 100%;
        justify-content: center
    }
}

.storefront__timer-section__counter-caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.storefront__timer-section__counter-caption_number {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.storefront__timer-section__counter-caption_gray {
    color: #8d8fac
}

.storefront__timer-section__counter-item {
    background: #33354a;
    height: 32px;
    width: 7px;
    border-radius: 4px
}

.storefront__timer-section__counter-item_active {
    background: #007cee
}

.storefront__timer-section__block {
    background: #24253c;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    border-radius: 24px;
    padding: 24px;
    margin-top: 20px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__block {
        padding:24px 16px
    }
}

.storefront__timer-section__block-inner {
    display: grid;
    grid-template-columns: 1fr 236px;
    gap: 20px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__block-inner {
        grid-template-columns:1fr
    }
}

.storefront__timer-section__block-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 8px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__block-title {
        font-weight:700;
        font-size: 18px;
        line-height: 20px;
        text-align: center
    }
}

.storefront__timer-section__block-selected {
    background: #1b1b2c;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 24px 0;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__block-selected {
        padding:12px;
        justify-content: flex-start
    }
}

.storefront__timer-section__block-selected img {
    width: 60px;
    height: 60px
}

.storefront__timer-section__block-selected-captions {
    display: flex;
    flex-direction: column
}

.storefront__timer-section__block-selected-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

.storefront__timer-section__block-selected-ram {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

.storefront__timer-section__block-selected-ram__caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.storefront__timer-section__block-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__block-footer {
        flex-direction:column;
        margin-top: 16px
    }
}

.storefront__timer-section__cart {
    width: 236px !important;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    height: 56px;
    display: flex;
    justify-content: center;
    gap: 8px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__cart {
        width:100% !important;
        margin-top: 16px
    }
}

.storefront__timer-section__pricing-old {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-decoration: line-through;
    color: #df4860
}

.storefront__timer-section__pricing-new {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__pricing-new {
        font-size:26px;
        line-height: 32px
    }
}

.storefront__timer-section__pricing-new__wrapper {
    display: flex;
    align-items: center;
    gap: 12px
}

.storefront__timer-section__pricing-new__pricing {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__pricing-new__pricing {
        font-size:16px;
        line-height: 24px
    }
}

.storefront__timer-section__pricing-new__period {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #8d8fac
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__pricing-new__period {
        font-size:16px;
        line-height: 24px;
        white-space: nowrap
    }
}

.storefront__timer-section__pricing-discount {
    border: 1px solid #1cff77;
    background: #16142a;
    border-radius: 24px;
    height: 36px;
    padding: 0 16px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__pricing-discount {
        padding:0 8px;
        height: 32px;
        white-space: nowrap
    }
}

.storefront__timer-section__preloader {
    display: block;
    width: 70px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #fff;
    mask: conic-gradient(rgba(0, 0, 0, 0) 10%, #000),linear-gradient(#000 0 0) content-box;
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: s3 1s infinite linear;
    opacity: 1;
    position: absolute;
    left: 50%
}

.storefront__timer-section__range_slider {
    margin-top: 80px !important;
    display: flex !important
}

.storefront__timer-section__range_slider__option-label {
    background: #007cee;
    color: #fff;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    padding: 0 16px;
    height: 36px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    top: -45px;
    transform: translateX(-50%);
    white-space: nowrap
}

@media screen and (max-width: 600px) {
    .storefront__timer-section__range_slider__option-label {
        font-weight:500;
        font-size: 14px;
        line-height: 20px;
        height: 28px
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.free__modal {
    background: linear-gradient(#1B1B2C, #1B1B2C) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    padding: 32px;
    border-radius: 24px;
    border: 2px solid rgba(0,0,0,0);
    z-index: 2000;
    max-width: 640px;
    cursor: default
}

@media screen and (max-width: 600px) {
    .free__modal {
        padding:16px;
        max-width: calc(100% - 4px)
    }
}

.free__modal-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0 0 28px
}

@media screen and (max-width: 600px) {
    .free__modal-title {
        font-weight:600;
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 4px
    }
}

.free__modal-subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 0 12px
}

@media screen and (max-width: 600px) {
    .free__modal-subtitle {
        font-weight:400;
        font-size: 14px;
        line-height: 24px;
        color: #e0ebff
    }
}

.free__modal-wrapper {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1999;
    background: rgba(27,27,44,.5);
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .free__modal-wrapper {
        align-items:flex-end
    }
}

.free__modal-plans {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
}

@media screen and (max-width: 600px) {
    .free__modal-plans {
        grid-template-columns:1fr;
        gap: 8px
    }
}

.free__modal-plan {
    background: #24253c;
    border-radius: 16px;
    padding: 20px
}

@media screen and (max-width: 600px) {
    .free__modal-plan {
        padding:8px 12px
    }
}

.free__modal-plan__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.free__modal-plan__header img {
    width: 48px;
    height: 48px
}

.free__modal-plan__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0
}

@media screen and (max-width: 600px) {
    .free__modal-plan__title {
        font-weight:700;
        font-size: 18px;
        line-height: 20px
    }
}

.free__modal-plan__subheader {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 2px 1fr;
    gap: 8px;
    margin-top: 8px;
    border-bottom: 1px solid #1b1b2c;
    padding-bottom: 8px
}

.free__modal-plan__subheader-caption {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center
}

.free__modal-plan__subheader-separator {
    height: 24px;
    width: 2px;
    background: #007cee
}

.free__modal-plan__items ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.free__modal-plan__items ul .red-disk::marker {
    color: #df4860;
    font-size: 20px
}

.free__modal-plan__items ul .green-disk::marker {
    color: #1cff77;
    font-size: 20px
}

.free__modal-plan__items ul li {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width: 600px) {
    .free__modal-plan__items ul li {
        font-weight:500;
        font-size: 14px;
        line-height: 20px
    }
}

.free__modal-plan__button {
    border: 2px solid #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    height: 40px;
    cursor: pointer;
    color: #fff;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px;
    gap: 8px;
    white-space: nowrap
}

.free__modal-plan__button-image {
    animation: rotate 2s linear infinite
}

.free__modal-plan__button-timer {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    background: #007cee;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 20px;
    padding: 0 10px;
    border-radius: 24px
}

.free__modal-plan__button-timer_free {
    background: #df4860
}

.free__modal-plan__button-order__free {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    border: 2px solid #fff;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
    border-radius: 4px
}

@media screen and (max-width: 600px) {
    .free__modal-plan__button-order__free {
        order:4;
        margin-top: 0
    }
}

.free__modal-plan__button-order__paid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    color: #fff !important;
    text-transform: uppercase;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-top: 28px;
    border-radius: 4px
}

@media screen and (max-width: 600px) {
    .free__modal-plan__button-order__paid {
        order:3;
        margin-top: 0
    }
}

.free__modal-plan__button-order__paid:hover {
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.free__modal-plan__price {
    display: flex;
    margin-top: 12px;
    justify-content: space-between;
    align-items: flex-end
}

.free__modal-plan__price-free {
    justify-content: flex-end
}

.free__modal-plan__price-caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    vertical-align: middle
}

.free__modal-plan__price-paid__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.free__modal-plan__price-paid__price {
    display: flex;
    gap: 4px;
    align-items: flex-end
}

.free__modal-plan__price-paid__price-discounted {
    color: #df4860 !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through
}

.free__modal-plan__price-paid__price-final {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

.storefront__hero {
    height: 580px;
    position: absolute;
    top: 0;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1
}

.storefront__wrapper {
    min-height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    width: 100%
}

@media screen and (max-width: 1500px)and (min-width: 1201px) {
    .storefront__wrapper {
        width:calc(100% - 140px)
    }
}

@media screen and (max-width: 1200px) {
    .storefront__wrapper {
        width:100%;
        display: block
    }
}

.storefront__flex {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.storefront__plans {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 28px 0
}

.storefront__title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: center
}

.storefront__variants {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: #1b1b2c;
    gap: 8px;
    padding: 12px
}

.storefront__variant {
    background: #42455f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    border-radius: 24px;
    color: #fff;
    padding: 0 26px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    text-align: left
}

.storefront__variant__active {
    background: #007cee
}

.storefront__variant:hover {
    color: #fff
}

.storefront__tariffs {
    padding: 52px 32px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0px -15px 70px 3px #ffffff94;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs {
        padding:40px 16px 16px 16px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs {
        padding:40px 20px 20px 20px
    }
}

.storefront__tariffs-includes {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap
}

.storefront__tariffs-includes .storefront__tariffs-footer__caption {
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px
}

.storefront__tariffs-includes .storefront__tariffs-footer__service {
    display: flex;
    align-items: center;
    gap: 8px
}

.storefront__tariffs-two {
    width: calc(50% - 20px)
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-two {
        width:100%
    }
}

.storefront__tariffs-single {
    width: 100%
}

.storefront__tariffs-first-purchase {
    width: 240px;
    height: 94px;
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    background: url(/templates/shufytheme/assets/img/ust-ikon.svg);
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-first-purchase {
        height:32px;
        right: 0;
        font-size: 12px;
        line-height: 16px;
        padding-right: 15px;
        justify-content: end
    }
}

.storefront__tariffs-first-purchase-new {
    height: 40px;
    right: 0;
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
    justify-content: center;
    border-radius: 0 24px 0 0;
    width: 308px
}

.storefront__tariffs-first-purchase-new span {
    width: 100% !important
}

.storefront__tariffs-first-purchase span {
    width: 160px
}

.storefront__tariffs-discount {
    width: 126px;
    height: 84px;
    background: url("/wp-content/themes/godlike/img/storefront/discount.svg");
    background-size: contain;
    position: absolute;
    right: -95px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    padding-left: 44px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount {
        background:url("/wp-content/themes/godlike/img/storefront/discount-mobile.svg");
        width: 68px;
        height: 54px;
        align-items: flex-start;
        padding-left: 10px;
        right: -15px
    }
}

.storefront__tariffs-discount-new {
    height: 112px;
    width: 112px;
    right: -5px;
    bottom: -5px;
    align-items: flex-end !important;
    padding-right: 14px;
    padding-top: 42px;
    padding-left: 0;
    background: url("/wp-content/themes/godlike/img/storefront/discount-new.png") center center;
    background-size: contain;
    justify-content: flex-start !important
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount-new {
        padding-top:26px;
        height: 72px;
        width: 72px
    }
}

.storefront__tariffs-discount-new .storefront__tariffs-discount__caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: right
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount-new .storefront__tariffs-discount__caption {
        font-weight:500;
        font-size: 14px;
        text-align: right
    }
}

.storefront__tariffs-discount-new .storefront__tariffs-discount__percentage {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: right
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount-new .storefront__tariffs-discount__percentage {
        font-size:18px;
        line-height: 20px
    }
}

.storefront__tariffs-discount__percentage {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount__percentage {
        font-size:18px;
        line-height: 20px
    }
}

.storefront__tariffs-discount__caption {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount__caption {
        font-size:16px;
        line-height: 24px
    }
}

.storefront__tariffs-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px;
    color: #ffff;
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-title {
        font-size:26px;
        line-height: 24px;
        margin-bottom: 8px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-title {
        font-size:30px;
        line-height: 30px;
        margin-bottom: 12px
    }
}

.storefront__tariffs-caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-caption {
        font-size:14px;
        font-weight: 500;
        line-height: 24px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-caption {
        font-size:16px;
        line-height: 26px
    }
}

.storefront__tariffs-block {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-block {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-block {
        grid-template-columns:repeat(2, 1fr)
    }
}

.storefront__tariffs-block_two {
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-block_two {
        grid-template-columns:1fr
    }
}

.storefront__tariffs-footer {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

.storefront__tariffs-footer_two {
    min-height: 56px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-footer {
        flex-direction:column;
        align-items: flex-start
    }
}

.storefront__tariffs-footer__caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-footer__caption {
        font-weight:500;
        font-size: 16px;
        line-height: 20px
    }
}

.storefront__tariffs-footer__service {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    gap: 10px
}

.storefront__tariffs-trial {
    padding: 52px 32px;
    border-radius: 24px;
    position: relative;
    box-shadow: 0 4px 64px 0 #0f0e20;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px
}

.storefront__tariffs-trial-block__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-trial {
        padding:40px 16px 16px 16px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-trial {
        padding:40px 20px 20px 20px
    }
}

.storefront__tariffs-trial-first-purchase {
    width: 240px;
    height: 94px;
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-trial-first-purchase {
        height:32px;
        right: 0;
        font-size: 12px;
        line-height: 16px;
        padding-right: 15px;
        justify-content: end
    }
}

.storefront__tariffs-trial-first-purchase span {
    width: 160px
}

.storefront__tariffs-trial-discount {
    width: 126px;
    height: 84px;
    background: url("/wp-content/themes/godlike/img/storefront/discount.svg");
    background-size: contain;
    position: absolute;
    right: -95px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    padding-left: 44px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-trial-discount {
        background:url("/wp-content/themes/godlike/img/storefront/discount-mobile.svg");
        width: 68px;
        height: 54px;
        align-items: flex-start;
        padding-left: 10px;
        right: -15px
    }
}

.storefront__tariffs-trial-discount__percentage {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-trial-discount__percentage {
        font-size:18px;
        line-height: 20px
    }
}

.storefront__tariffs-trial-discount__caption {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-trial-discount__caption {
        font-size:16px;
        line-height: 24px
    }
}

.storefront__tariffs-trial-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-trial-title {
        font-size:26px;
        line-height: 24px;
        margin-bottom: 8px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-trial-title {
        font-size:30px;
        line-height: 30px;
        margin-bottom: 12px
    }
}

.storefront__tariffs-trial-caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-trial-caption {
        font-size:14px;
        font-weight: 500;
        line-height: 24px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-trial-caption {
        font-size:16px;
        line-height: 26px
    }
}

.storefront__tariffs-trial-block {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-trial-block {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariffs-trial-block {
        grid-template-columns:repeat(2, 1fr)
    }
}

.storefront__tariffs-trial-footer {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-trial-footer {
        flex-direction:column;
        align-items: flex-start
    }
}

.storefront__tariffs-trial-footer__caption {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.storefront__tariffs-trial-footer__service {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    gap: 10px
}

.storefront__tariff {
    padding: 24px;
    background: #24253c;
    border-radius: 16px;
    border: 1px solid #24253c;
    position: relative
}

.storefront__tariff-year {
    color: #8d8fac;
    font-weight: 500;
    font-size: 12px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .storefront__tariff {
        padding:12px
    }
}

.storefront__tariff-choice {
    border: 1px solid #5f39cb;
    grid-row-start: 2 !important
}

@media screen and (max-width: 600px) {
    .storefront__tariff-choice {
        grid-row-start:auto !important
    }
}

.storefront__tariff-choice__label {
    position: absolute;
    top: 0;
    margin: 0 auto;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #5f39cb;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px
}

.storefront__tariff-close {
    margin-bottom: 20px;
    border-bottom: 1px solid #42455f
}

.storefront__tariff-header {
    position: relative;
    border-bottom: 1px solid #1b1b2c;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding-bottom: 16px
}

@media screen and (max-width: 600px) {
    .storefront__tariff-header {
        border:none;
        justify-content: start;
        display: inline-flex;
        padding-bottom: 0
    }
}

.storefront__tariff-header img {
    width: 56px;
    height: 56px
}

@media screen and (max-width: 600px) {
    .storefront__tariff-header img {
        width:52px;
        height: 52px
    }
}

.storefront__tariff-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #ffff;
}

@media screen and (max-width: 600px) {
    .storefront__tariff-title {
        font-size:16px;
        font-weight: 600;
        line-height: 24px;
        height: 24px
    }
}

@media screen and (max-width: 1200px)and (min-width: 601px) {
    .storefront__tariff-title {
        font-size:20px;
        line-height: 30px;
        height: 30px
    }
}

.storefront__tariff-popular {
    border: 1px solid #007cee
}

.storefront__tariff-popular__label {
    position: absolute;
    top: 0;
    margin: 0 auto;
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #007cee;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    z-index: 2
}

.storefront__tariff-popular__label-disabled {
    display: none;
    position: absolute;
    right: 0;
    text-align: center;
    background: #007cee;
    padding: 8px 16px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px
}

.storefront__tariff-description {
    margin-top: 16px
}

@media screen and (max-width: 600px) {
    .storefront__tariff-description {
        display:flex;
        margin-top: 0;
        position: relative;
        left: 60px;
        top: -20px;
        flex-wrap: wrap;
        max-width: calc(100% - 52px - 24px);
        height: fit-content;
        gap: 4px
    }
}

.storefront__tariff-description__top {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px
}

@media screen and (max-width: 600px) {
    .storefront__tariff-description__top {
        font-size:14px;
        font-weight: 500;
        line-height: 24px;
        gap: 4px;
        height: fit-content;
        min-height: 24px;
        white-space: nowrap;
        flex-wrap: wrap;
        border-right: 2px solid #007cee;
        padding-right: 4px;
        justify-content: start
    }
}

.storefront__tariff-description__top-separator {
    width: 2px;
    height: 24px
}

.storefront__tariff-description__bottom {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__tariff-description__bottom {
        font-size:14px;
        font-weight: 500;
        line-height: 24px;
        margin-top: 0;
        height: 24px
    }
}

.storefront__tariff-pricing {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__tariff-pricing {
        border-top:1px solid #33354a
    }
}

.storefront__tariff-pricing__caption {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff
}

.storefront__tariff-pricing__caption-disabled {
    display: none
}

.storefront__tariff-pricing__price {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #fff
}

.storefront__tariff-pricing__price-discount {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #df4860 !important;
    text-decoration: line-through
}

.storefront__tariff-action {
    margin-top: 20px
}

.storefront__tariff-action__cart {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(267.71deg, #ff7128 -37.36%, #ff8a32 98.08%);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    gap: 8px;
    height: 44px;
    width: 100%;
    cursor: pointer;
    padding: 0
}

.storefront__tariff-action__white {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    gap: 8px;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer
}

.storefront__tariff-custom {
    height: min-content;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

@media screen and (min-width: 1201px) {
    .storefront__tariff-custom {
        grid-area:1/4/3/5
    }
}

.storefront__tariff-custom span,.storefront__tariff-custom div {
    color: #fff
}

.storefront__tariff-disabled {
    background: #1b1b2c;
    padding: 16px !important;
    height: min-content;
    border: #1b1b2c
}

.storefront__tariff-disabled .storefront__tariff-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.storefront__tariff-disabled .storefront__tariff-header {
    justify-content: start;
    padding: 0
}

.storefront__tariff-disabled .storefront__tariff-header img {
    width: 24px;
    height: 24px
}

.storefront__tariff-disabled .storefront__tariff-popular__label {
    display: none
}

.storefront__tariff-disabled .storefront__tariff-description {
    display: flex;
    justify-content: center;
    gap: 4px
}

.storefront__tariff-disabled .storefront__tariff-description__top {
    border-right: 2px solid #5f39cb !important;
    padding-right: 4px
}

.storefront__tariff-disabled .storefront__tariff-description__top,.storefront__tariff-disabled .storefront__tariff-description__bottom {
    color: #8d8fac;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    height: 24px;
    margin: 0;
    gap: 4px
}

.storefront__tariff-disabled .storefront__tariff-description__top-separator,.storefront__tariff-disabled .storefront__tariff-description__bottom-separator {
    background: #5f39cb !important
}

.storefront__tariff-disabled .storefront__tariff-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 12px
}

.storefront__tariff-disabled .storefront__tariff-footer .storefront__tariff-pricing__caption {
    display: none
}

.storefront__tariff-disabled .storefront__tariff-footer .storefront__tariff-pricing__caption-disabled {
    display: inline-block;
    color: #8d8fac
}

.storefront__tariff-disabled .storefront__tariff-pricing {
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.storefront__tariff-disabled .storefront__tariff-pricing__price {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.storefront__tariff-disabled .storefront__tariff-action {
    margin: 0
}

.storefront__tariff-disabled .storefront__tariff-action__cart {
    background: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.storefront__tariffs-customizer {
    display: flex;
    flex-direction: column;
    gap: 24px
}

@media screen and (min-width: 1201px) {
    .storefront__tariffs-customizer {
        grid-column-start:1;
        grid-column-end: 4
    }
}

@media screen and (min-width: 601px)and (max-width: 1200px) {
    .storefront__tariffs-customizer {
        grid-column-start:1;
        grid-column-end: 3
    }
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer {
        background:#24253c;
        gap: 0;
        border-radius: 16px
    }
}

.storefront__tariffs-customizer-block {
    background: #24253c;
    padding: 24px;
    border-radius: 16px;
    color: #fff
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block {
        border-radius:16px;
        padding: 12px
    }
}

.storefront__tariffs-customizer-block__header {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 24px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block__header {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

.storefront__tariffs-customizer-block__header-block {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.storefront__tariffs-customizer-block__value {
    font-size: 56px;
    font-weight: 800;
    line-height: 64px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block__value {
        display:none
    }
}

.storefront__tariffs-customizer-block__mobile-value {
    display: none
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block__mobile-value {
        display:flex;
        background: #1b1b2c;
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        justify-content: center;
        align-items: center;
        width: 88px;
        cursor: pointer
    }
}

.storefront__tariffs-customizer-block__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    display: flex;
    align-items: center;
    gap: 12px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block__title {
        font-size:20px;
        font-weight: 600;
        line-height: 28px
    }
}

.storefront__tariffs-customizer-block__title-caption {
    background: #007cee;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 16px;
    gap: 4px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block__title-caption {
        display:none
    }
}

.storefront__tariffs-customizer-block__caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media screen and (max-width: 600px) {
    .storefront__tariffs-customizer-block__caption {
        display:none
    }
}

.storefront__tariffs-customizer-block__mobile {
    position: fixed;
    z-index: 1000;
    width: calc(100vw - 2px);
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(0,0,0,0);
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    display: flex;
    justify-content: center;
    border-radius: 16px 16px 0 0
}

.storefront__tariffs-customizer-block__mobile-wrapper {
    z-index: 999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5)
}

.storefront__tariffs-customizer-block__mobile-block {
    width: calc(100vw - 4px);
    height: fit-content;
    background: #1b1b2c;
    border-radius: 16px 16px 0 0;
    padding: 16px
}

.storefront__tariffs-customizer-block__mobile-block__header {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.storefront__tariffs-customizer-block__mobile-block__header img {
    cursor: pointer
}

.storefront__tariffs-customizer-block__mobile-block__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.storefront__tariffs-customizer-block__mobile-block ul {
    list-style-type: none;
    padding: 0
}

.storefront__tariffs-customizer-block__mobile-block li {
    cursor: pointer;
    margin-top: 4px;
    padding: 4px 0;
    height: 28px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    border-bottom: 1px solid #33354a;
    display: flex;
    align-items: center;
    gap: 4px
}

.storefront__tariffs-customizer-block__mobile-block li img {
    width: 20px;
    height: 20px
}

.storefront__free {
    background: #24253c;
    border-radius: 24px;
    padding: 32px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 40px
}

@media screen and (max-width: 1200px) {
    .storefront__free {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 600px) {
    .storefront__free {
        padding:16px
    }
}

.storefront__free-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
    margin-bottom: 12px
}

.storefront__free-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #fff
}

.storefront__free-subtitle__red {
    font-weight: 700;
    color: #df4860
}

.storefront__free-tariffs {
    background: #24253c;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 700px) {
    .storefront__free-tariffs {
        flex-direction:column;
        gap: 20px
    }
}

@media screen and (max-width: 600px) {
    .storefront__free-tariffs {
        padding:12px
    }
}

.storefront__free-tariffs__title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px
}

.storefront__free-tariffs__parameters {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #8d8fac;
    display: flex;
    gap: 8px;
    align-items: center
}

.storefront__free-tariffs__parameters-separator {
    display: block;
    background: #42455f;
    width: 2px;
    height: 24px
}

.storefront__free-tariffs__button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    padding: 10px 20px;
    width: 150px;
    height: 44px;
    border: 1px solid rgba(0,0,0,0);
    background: #24253c;
    text-align: center;
    position: relative;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    border-radius: 4px;
    cursor: pointer
}

.storefront__free-tariffs__button span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #24253c;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    right: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px)
}

.storefront__free-tariffs__button:hover {
    color: #fff
}

.range_slider {
    cursor: pointer;
    margin-top: 34px;
    background: #1b1b2c;
    border-radius: 4px;
    height: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative
}

@media screen and (max-width: 600px) {
    .range_slider {
        display:none
    }
}

.range_slider__options {
    height: 16px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 40px;
    position: relative
}

.range_slider__option {
    padding: 0 2px;
    cursor: pointer
}

.range_slider__option-inner {
    background: #33354a;
    width: 2px;
    height: 8px;
    display: block;
    margin-top: 4px;
    position: relative
}

.range_slider__option-caption {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #8d8fac;
    transform: translateX(-50%);
    top: 12px;
    text-align: center
}

.range_slider__option-discount {
    position: absolute;
    background: #df4860;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    top: 44px;
    white-space: nowrap
}

.range_slider__selector {
    position: absolute;
    width: 28px;
    height: 28px;
    top: -7px;
    left: 8px;
    z-index: 2
}

.storefront__modal {
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    width: 1100px;
    z-index: 1000;
    border-radius: 24px;
    padding: 2px;
    margin: 5vh auto;
    height: fit-content
}

@media screen and (max-width: 600px) {
    .storefront__modal {
        width:calc(100vw - 4px)
    }
}

.storefront__modal-wrapper {
    z-index: 999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    background: rgba(0,0,0,.5)
}

.storefront__modal-block {
    padding: 32px;
    background: #1b1b2c;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 24px
}

@media screen and (max-width: 600px) {
    .storefront__modal-block {
        padding:16px
    }
}

.storefront__modal-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 16px
}

@media screen and (max-width: 600px) {
    .storefront__modal-title {
        font-size:16px;
        font-weight: 700;
        line-height: 24px;
        margin: 0
    }
}

.storefront__modal-subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media screen and (max-width: 600px) {
    .storefront__modal-subtitle {
        font-size:14px;
        font-weight: 400;
        line-height: 24px
    }
}

.storefront__modal-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 190px 1fr;
    gap: 20px;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__modal-grid {
        grid-template-columns:1fr
    }
}

.storefront__modal-grid__block-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px
}

@media screen and (max-width: 600px) {
    .storefront__modal-grid__block-header {
        padding:6px;
        justify-content: center;
        gap: 8px
    }

    .storefront__modal-grid__block-header img {
        width: 20px;
        height: 20px;
        object-fit: cover
    }
}

.storefront__modal-grid__block-content {
    padding: 12px 24px 24px 24px
}

@media screen and (max-width: 600px) {
    .storefront__modal-grid__block-content {
        padding:4px
    }
}

.storefront__modal-budget {
    border-radius: 16px;
    background: #33354a;
    transition-property: transform;
    transition-duration: 2s;
    cursor: pointer
}

.storefront__modal-budget:hover {
    transform: scale(1.05)
}

.storefront__modal-budget__header {
    background: rgba(27,27,44,.5)
}

.storefront__modal-budget__header p {
    color: #e0ebff
}

.storefront__modal-budget__content {
    border-radius: 0 0 16px 16px
}

.storefront__modal-budget__content-image:hover+.storefront__modal-budget__content-help {
    display: block
}

.storefront__modal-budget__content-help {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #1b1b2c;
    padding: 8px 16px;
    border: 1px solid #007cee;
    border-radius: 40px;
    z-index: 2
}

.storefront__modal-budget__content-help:hover {
    display: block
}

.storefront__modal-budget__content ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width: 600px) {
    .storefront__modal-budget__content ul {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        word-break: break-all;
        padding: 0
    }
}

.storefront__modal-budget__content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #e0ebff;
    position: relative
}

@media screen and (max-width: 600px) {
    .storefront__modal-budget__content ul li img {
        width:20px;
        height: 20px
    }
}

.storefront__modal-budget__price {
    border-top: 1px solid #16142a;
    margin-top: 16px;
    padding-top: 16px;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: right
}

@media screen and (max-width: 600px) {
    .storefront__modal-budget__price {
        text-align:center;
        font-size: 18px;
        line-height: 20px;
        padding-top: 4px
    }
}

.storefront__modal-premium {
    padding: 2px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    border-radius: 16px;
    transition-property: transform;
    transition-duration: 2s;
    cursor: pointer
}

.storefront__modal-premium:hover {
    transform: scale(1.05)
}

.storefront__modal-premium__header {
    border-radius: 16px 16px 0 0;
    background: rgba(27,27,44,.5)
}

.storefront__modal-premium__header-wrapper {
    background: linear-gradient(267.71deg, #1B346F -37.36%, #23204D 98.08%);
    border-radius: 16px 16px 0 0
}

.storefront__modal-premium__content {
    border-radius: 0 0 16px 16px;
    background: linear-gradient(267.71deg, #1B346F -37.36%, #23204D 98.08%);
    box-shadow: 0 4px 4px 0 rgba(9,132,227,.2)
}

.storefront__modal-premium__content-image:hover+.storefront__modal-premium__content-help {
    display: block
}

.storefront__modal-premium__content-help {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #1b1b2c;
    padding: 8px 16px;
    border: 1px solid #007cee;
    border-radius: 40px;
    z-index: 2
}

.storefront__modal-premium__content-help:hover {
    display: block
}

.storefront__modal-premium__content ul {
    display: flex;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width: 600px) {
    .storefront__modal-premium__content ul {
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        word-break: break-all;
        padding: 0
    }
}

.storefront__modal-premium__content ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative
}

@media screen and (max-width: 600px) {
    .storefront__modal-premium__content ul li img {
        width:20px;
        height: 20px
    }
}

.storefront__modal-premium__price {
    border-top: 1px solid #16142a;
    margin-top: 16px;
    padding-top: 16px;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: right
}

@media screen and (max-width: 600px) {
    .storefront__modal-premium__price {
        text-align:center;
        font-size: 18px;
        line-height: 20px;
        padding-top: 4px
    }
}

.storefront__modal-better {
    display: flex;
    align-items: center;
    flex-direction: column
}

@media screen and (max-width: 600px) {
    .storefront__modal-better {
        order:-1;
        flex-direction: row;
        gap: 4px;
        justify-content: center
    }
}

.storefront__modal-better span {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .storefront__modal-better span {
        font-size:16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center
    }
}

.storefront__modal-better__progress {
    background-image: url("/wp-content/themes/godlike/img/storefront/modal/progress.svg");
    background-size: contain;
    background-position: center;
    width: 100%;
    aspect-ratio: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 600px) {
    .storefront__modal-better__progress {
        width:auto;
        background: none
    }
}

.storefront__modal-better__progress span {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

@media screen and (max-width: 600px) {
    .storefront__modal-better__progress span {
        font-size:16px;
        font-weight: 600;
        line-height: 24px;
        text-align: center
    }
}

.storefront__modal-footer {
    display: flex;
    justify-content: right;
    gap: 24px;
    margin-top: 40px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media screen and (max-width: 600px) {
    .storefront__modal-footer {
        flex-direction:column-reverse
    }
}

.storefront__modal-footer__default {
    color: #fff !important;
    border: 2px solid #fff;
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.storefront__modal-footer__upgrade {
    color: #fff !important;
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    padding: 16px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.modal-fade-enter-active,.modal-fade-leave-active {
    transition: opacity .4s linear
}

.modal-fade-enter,.modal-fade-leave-to {
    opacity: 0
}

.modal-pop-enter-active,.modal-pop-leave-active {
    transition: transform .4s cubic-bezier(0.5, 0, 0.5, 1),opacity .4s linear
}

.modal-pop-enter,.modal-pop-leave-to {
    opacity: 0;
    transform: scale(0.3) translateY(-50%)
}

.demo-panel-icon {
    display: none !important
}

.storefront__flash-sale-block {
    display: grid;
    grid-template-columns: 1fr 148px;
    gap: 20px;
    width: 100%;
    margin-bottom: 28px
}

@media screen and (max-width: 700px) {
    .storefront__flash-sale-block {
        border:1px solid #df4860;
        background: #16142a;
        border-radius: 16px;
        padding: 8px;
        margin-bottom: 28px;
        gap: 4px
    }
}

.storefront__flash-sale-block-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    display: flex;
    align-items: center
}

@media screen and (max-width: 700px) {
    .storefront__flash-sale-block-title {
        font-weight:500;
        font-size: 14px;
        line-height: 20px
    }
}

.storefront__flash-sale-block-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: 1px solid #df4860;
    background: #16142a;
    gap: 14px;
    border-radius: 16px
}

@media screen and (max-width: 700px) {
    .storefront__flash-sale-block-timer {
        border:none;
        padding: 0
    }
}

.storefront__flash-sale-block-timer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 40px;
    border-radius: 4px;
    background: #df4860;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    position: relative
}

.storefront__flash-sale-block-timer-item:nth-child(1):after,.storefront__flash-sale-block-timer-item:nth-child(2):after {
    content: ":";
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    right: -10px
}

.hostadvice {
    background: #f6f9ff;
    color: #000
}

.hostadvice__header {
    height: 54px;
    background: url("/wp-content/themes/godlike/img/trustpilot/trustpilot-header.svg") repeat-x
}

.hostadvice__footer {
    height: 54px;
    background: url("/wp-content/themes/godlike/img/trustpilot/trustpilot-footer.svg") repeat-x 141px
}

.hostadvice__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px
}

.hostadvice__block {
    padding: 26px 0 66px 0
}

@media screen and (max-width: 600px) {
    .hostadvice__block {
        padding:6px 0
    }
}

.hostadvice__block-intro {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: center
}

@media screen and (max-width: 600px) {
    .hostadvice__block-intro {
        align-items:center;
        margin-bottom: 15px
    }
}

.hostadvice__block-intro__bottom {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start
}

.hostadvice__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left
}

.hostadvice__subtitle {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #24253c
}

.hostadvice__logo {
    height: 44px
}

.hostadvice__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.hostadvice__reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media screen and (max-width: 600px) {
    .hostadvice__reviews {
        grid-template-columns:1fr;
        gap: 16px
    }
}

.hostadvice__review {
    display: flex;
    flex-direction: column;
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 4px 0 rgba(9,132,227,.2);
    justify-content: space-between
}

.hostadvice__review-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    min-height: 64px;
    color: #16142a;
    margin: 0
}

.hostadvice__review-service {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #5f6382;
    margin: 0
}

.hostadvice__review-content {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #24253c
}

.hostadvice__review-footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #5f6382;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    gap: 4px;
    margin-top: 40px
}

@media screen and (max-width: 600px) {
    .hostadvice__review-footer {
        margin-top:12px
    }
}

.hostadvice__review-footer__author {
    font-weight: 700
}

.hostadvice__review-footer__date {
    color: #007cee
}

.hostadvice__stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 12px;
    margin-bottom: 4px
}

.hostadvice__stars-rating {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-right: 4px
}

.advantages {
    margin: 80px 0
}

.advantages__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 16px
}

.advantages__caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center
}

.advantage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    width: 312px;
    padding: 32px 16px;
    background: linear-gradient(rgb(27, 27, 44), rgb(27, 27, 44)) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 16px
}

.advantage__grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 24px
}

@media screen and (max-width: 600px) {
    .advantage__grid {
        grid-template-columns:1fr
    }
}

.advantage__grid-header {
    text-align: center
}

.advantage__grid-column {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-direction: column
}

.advantage__grid-line {
    display: flex;
    flex-direction: column;
    gap: 52px
}

.advantage__grid-line_block {
    display: flex;
    gap: 24px
}

@media screen and (max-width: 600px) {
    .advantage__grid-line_block {
        display:grid;
        grid-template-columns: 1fr;
        margin: 0 auto
    }
}

.advantage img {
    width: 112px;
    height: 112px;
    object-fit: contain
}

.advantage__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.advantage__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #e0ebff
}

.resources__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    margin-bottom: 16px
}

.resources__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
    display: block
}

.resources__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media screen and (max-width: 600px) {
    .resources__grid {
        grid-template-columns:1fr
    }
}

.resources__grid-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media screen and (max-width: 600px) {
    .resources__grid-boxes {
        grid-template-columns:1fr
    }
}

.resources__grid-big {
    background: #24253c;
    border-radius: 16px
}

.resources__grid-big img {
    border-radius: 16px 16px 0 0
}

.resources__grid-big__footer {
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.resources__grid-big__footer-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.resources__grid-big__footer-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #e0ebff
}

.resources__grid-box {
    background: #24253c;
    border-radius: 16px;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.resources__grid-box img {
    width: 112px;
    height: 112px;
    object-fit: contain;
    margin-bottom: 20px
}

.resources__grid-box__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 4px;
    color: #fff
}

.resources__grid-box__title:hover {
    color: #fff;
    text-decoration: underline
}

.resources__grid-box__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #e0ebff
}

.discord__block {
    background: url("/wp-content/themes/godlike/img/storefront/discord_desktop.webp");
    height: 390px;
    background-size: cover;
    margin-top: 80px
}

.discord__block-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100%
}

.discord__block-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: left;
    max-width: 650px;
    margin-bottom: 16px
}

.discord__block-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    max-width: 650px;
    margin: 0
}

.discord__block-button {
    margin-top: 60px;
    padding: 16px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    color: #fff !important;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 4px
}

.menu-item:hover .menu-item__arrow {
    transform: rotate(180deg);
    transition-property: transform;
    transition-duration: .15s
}

.menu-item__mobile .button {
    text-align: center
}

.header-menu__item {
    position: relative
}

@media screen and (min-width: 1501px)and (max-width: 1568px) {
    .header-menu__item {
        padding:0 20px !important
    }
}

@media screen and (min-width: 1401px)and (max-width: 1500px) {
    .header-menu__item {
        padding:0 10px !important
    }
}

@media screen and (min-width: 1321px)and (max-width: 1400px) {
    .header-menu__item {
        padding:0 5px !important
    }
}

.header-menu__item-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px
}

.header-menu__item:hover .header-menu__subitem {
    opacity: 1;
    transition-property: all;
    transition-duration: .15s;
    pointer-events: auto;
    transform: scale(1)
}

.header-menu__subitem {
    background: #1b1b2c !important;
    border: 1px solid #33354a !important;
    border-radius: 16px;
    padding: 24px;
    gap: 24px;
    position: absolute;
    display: flex;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.9)
}

.header-menu__subitem-custom-block {
    border-radius: 4px;
    padding: 0
}

.header-menu__subitem-custom-block ul {
    gap: 0 !important
}

.header-menu__subitem ul {
    display: flex !important;
    flex-direction: column;
    list-style: none;
    padding: 0;
    width: 100%;
    gap: 16px
}

.header-menu__subitem ul li {
    color: #fff;
    border: none !important;
    width: 100%
}

.header-menu__subitem ul li a {
    color: #fff !important;
    white-space: nowrap
}

.header-menu__subitem ul li a:hover {
    background: rgba(0,0,0,0) !important
}

.header-menu__subitem:hover {
    opacity: 1
}

.header-menu__subitem-game {
    display: grid !important;
    gap: 8px;
    padding: 0 !important;
    grid-template-columns: 40px 1fr
}

.header-menu__subitem-game:hover .header-menu__subitem-game__captions-title {
    text-decoration: underline
}

.header-menu__subitem-game__captions {
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.header-menu__subitem-game__captions-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.header-menu__subitem-game__captions-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8d8fac
}

.header-menu__subitem-game__captions-price strong {
    font-weight: 600
}

.header-menu__subitem-game img {
    width: 40px;
    height: 40px;
    margin: 6px 0
}

.header-menu__subitem-custom {
    display: grid !important;
    grid-template-columns: 24px 1fr;
    align-items: center !important;
    gap: 8px;
    min-width: 270px;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important
}

.header-menu__subitem-custom:hover {
    text-decoration: underline
}

.header-menu__subitem-custom ul {
    gap: 0
}

.header-menu__subitem-custom img {
    width: 24px;
    height: 24px
}

.header-menu__mobile {
    max-height: calc(90vh - 44px - 32px - 16px);
    overflow-y: scroll;
    overflow-x: hidden
}

.header-menu__mobile-panel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin-top: 24px
}

.header-menu__mobile-panel li a {
    width: 100%;
    text-align: center
}

.header-menu__mobile::-webkit-scrollbar {
    width: 2px
}

.header-menu__mobile::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 10px
}

.header-menu__mobile::-webkit-scrollbar-track {
    background: rgba(0,0,0,0)
}

.header-menu__mobile__item {
    list-style: none;
    padding: 12px 0 !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.header-menu__mobile__item-pointer {
    cursor: pointer
}

.header-menu__mobile__item span {
    display: flex !important;
    align-items: center;
    justify-content: space-between
}

.header-menu__mobile__item:not(:last-child) {
    border-bottom: 1px solid #42455f
}

.header-menu__mobile__item-link {
    display: flex !important;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 !important
}

.header-menu__mobile__item-link-arrow {
    cursor: pointer !important;
    transition: all .15s ease-in-out
}

.header-menu__mobile__item-opened .header-menu__mobile__item-link-arrow {
    transform: rotate(180deg);
    transition: all .15s ease-in-out
}

.header-menu__mobile__subitem-game {
    display: grid !important;
    gap: 8px;
    padding: 0 !important;
    grid-template-columns: 40px 1fr;
    align-items: center
}

.header-menu__mobile__subitem-game img {
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important
}

.header-menu__mobile__subitem-game-block {
    padding: 18px 28px
}

.header-menu__mobile__subitem-game-block ul li {
    list-style: none;
    padding: 0 12px
}

.header-menu__mobile__subitem-game__captions {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start !important;
    padding: 12px 0 !important
}

.header-menu__mobile__subitem-game__captions-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.header-menu__mobile__subitem-game__captions-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #8d8fac
}

.header-menu__mobile__subitem-game__captions-price strong {
    font-weight: 600
}

.header-menu__mobile__subitem-game img {
    width: 40px;
    height: 40px;
    margin: 6px 0
}

.header-menu__mobile__attachment {
    padding: 12px 0 !important
}

.header-burger {
    display: none !important
}

@media screen and (max-width: 1320px) {
    .header-burger {
        display:inline-block !important
    }
}

.mobile-navigation,.mobile-navigation__panel {
    width: calc(100% - 2px) !important;
    height: auto;
    max-height: 90vh;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    border: none !important;
    border-radius: 16px !important;
    left: 0 !important;
    right: 0 !important;
    top: 2px !important;
    padding: 1px;
    overflow: hidden !important
}

.mobile-navigation ul,.mobile-navigation__panel ul {
    list-style: none
}

.mobile-navigation__header,.mobile-navigation__panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px !important;
    margin-bottom: 16px
}

.mobile-navigation__header .lang-select,.mobile-navigation__panel__header .lang-select {
    margin: 0 !important
}

.mobile-navigation__header .lang-select .lang-selected,.mobile-navigation__panel__header .lang-select .lang-selected {
    padding-left: 0 !important
}

.mobile-navigation__block,.mobile-navigation__panel__block {
    position: relative;
    left: 1px;
    right: 1px;
    background: #0f0e20;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 16px;
    width: calc(100% - 2px);
    padding: 16px;
    max-height: 90vh
}

.mobile-navigation-close,.mobile-navigation__panel-close {
    padding: 0 !important
}

.mobile-navigation-close img,.mobile-navigation__panel-close img {
    width: 44px;
    height: 44px
}

.lang_chooser_header {
    display: inline-block
}

.games-wrapper {
    width: 1320px;
    margin: 0 auto
}

.games-block {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px
}

.game img {
    border-radius: 16px;
    object-fit: cover
}

.game__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center
}

.game__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #8d8fac
}

.game__subtitle strong {
    font-weight: 600
}

.site-header .inner {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 25%, rgba(0, 0, 0, 0) 100%)
}

@media screen and (max-width: 600px) {
    .site-header .inner {
        display:flex;
        justify-content: space-between;
        align-items: center
    }
}

.site-header .left {
    height: 44px;
    width: 44px;
    padding: 0;
    margin: 0
}

.site-header .left img {
    width: 44px;
    height: 44px
}

@media screen and (max-width: 600px) {
    .site-header .logo {
        position:relative;
        top: 0
    }
}

@media screen and (max-width: 600px) {
    .site-header .right {
        margin:0
    }
}

.site-header__panels {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    height: 44px;
    color: #fff;
    padding: 0 20px;
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    gap: 8px
}

@media screen and (max-width: 1320px) {
    .site-header__panels {
        display:none
    }
}

.site-header__panels:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: relative;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out
}

.site-header__panels:hover {
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.site-header__panels:hover:after {
    transform: rotate(-135deg)
}

.site-header__panels-wrapper {
    position: relative
}

.site-header__panels-wrapper:hover .site-header__panels-items__wrapper {
    visibility: visible !important;
    opacity: 1;
    transition-property: all;
    transition-duration: .15s;
    pointer-events: auto;
    transform: scale(1)
}

.site-header__panels-items {
    position: relative;
    padding: 20px;
    background: #1b1b2c;
    border: 1px solid #33354a;
    display: flex;
    flex-direction: column;
    margin-top: 4px;
    min-width: 335px;
    border-radius: 4px
}

.site-header__panels-items__wrapper {
    position: absolute;
    visibility: hidden;
    transform: scale(0.8)
}

.site-header__panels-items-mobile {
    margin-bottom: 12px
}

.site-header__panels-items:hover {
    visibility: visible !important
}

.site-header__panels-items img {
    width: 40px;
    height: 40px
}

.site-header__panels-items__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 16px;
    list-style: none
}

@media screen and (max-width: 1320px) {
    .site-header__panels-items__list {
        gap:8px
    }
}

.site-header__panels-item {
    display: flex
}

.site-header__panels-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex !important;
    gap: 8px;
    align-items: center;
    width: 100%
}

.site-header__panels-link:hover {
    background: hsla(0,0%,100%,.1)
}

@media screen and (max-width: 1320px) {
    .site-header__panels-link {
        padding:0 !important
    }
}

.site-header__panels-link__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px
}

.site-header__panels-link__inner-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.site-header__panels-link__inner-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8d8fac
}

.lang-select {
    background: rgba(0,0,0,0)
}

.lang-select:hover .lang-list__inner {
    visibility: visible !important;
    transform: scale(1)
}

.lang-list {
    border: 1px solid #33354a !important;
    border-radius: 4px
}

.lang-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 8px
}

.lang-list__items {
    list-style: none;
    padding-left: 10px;
    position: absolute;
    z-index: 3000;
    background: #16142a;
    max-height: 200px;
    overflow-y: scroll !important;
    background: #1b1b2c !important;
    width: calc(100% - 32px);
    border: 1px solid #33354a !important;
    visibility: hidden;
    transform: scale(0.8)
}

.lang-list__items li a {
    display: flex;
    gap: 4px;
    align-items: center;
    color: #fff;
    padding: 0 !important
}

@media screen and (max-width: 600px) {
    .lang-list__items li a {
        padding:0 8px !important
    }
}

.lang-list__items li a img {
    width: 16px !important;
    height: 11px !important
}

.lang-list__inner {
    background: #1b1b2c;
    min-width: 280px;
    padding: 16px;
    border: 1px solid #24253c;
    border-radius: 8px;
    position: absolute;
    z-index: 2000;
    visibility: hidden;
    right: 0;
    transform: scale(0.8);
    transition-property: transform;
    transition-duration: .3s
}

@media screen and (max-width: 600px) {
    .lang-list__inner {
        left:0;
        min-width: calc(100vw - 64px)
    }
}

.lang-selected__inner {
    background: #24253c;
    height: 40px;
    display: flex !important;
    padding: 0 35px 0 10px !important;
    gap: 8px;
    align-items: center;
    position: relative;
    color: #fff !important
}

.lang-selected__inner-wrapper {
    margin-bottom: 12px
}

.lang-selected__inner-wrapper:hover .lang-list__items {
    visibility: visible !important;
    transform: scale(1);
    transition-property: transform;
    transition-duration: .3s
}

.lang-selected__inner:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
}

.lang-selected__inner:hover:after {
    transform: rotate(-135deg)
}

.currencies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding: 0;
    gap: 4px
}

.currency-item {
    border-radius: 8px;
    background: #16142a;
    border: 1px solid #16142a;
    padding: 0 4px
}

@media screen and (max-width: 600px) {
    .currency-item a {
        padding:8px !important
    }
}

.currency-selected {
    background: #24253c;
    border: 1px solid #fff
}

.currency-symbol {
    display: inline-flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.currency-title {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-right: 2px
}

.partnership-page {
    position: relative;
    top: -112px
}

.partnership-page__section-wrapper {
    margin: 0 auto;
    max-width: 1320px;
    padding: 80px 0
}

@media screen and (min-width: 601px)and (max-width: 1320px) {
    .partnership-page__section-wrapper {
        padding:80px 16px
    }
}

@media screen and (max-width: 600px) {
    .partnership-page__section-wrapper {
        padding:32px 16px
    }
}

.partnership-page__section-title {
    margin: 0 auto;
    font-size: 48px;
    font-weight: 700;
    line-height: 50px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .partnership-page__section-title {
        font-size:30px;
        line-height: 35px;
        text-align: center
    }
}

.partnership-page__hero {
    padding-top: 112px;
    padding-bottom: 24px;
    width: 100%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat
}

.partnership-page__hero-wrapper {
    display: grid;
    max-width: calc(100% - 360px);
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (max-width: 600px) {
    .partnership-page__hero-wrapper {
        max-width:calc(100% - 32px);
        grid-template-columns: 1fr
    }
}

.partnership-page__header {
    position: relative;
    background: #24253c;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2)
}

@media screen and (max-width: 600px) {
    .partnership-page__header {
        padding:32px 16px
    }
}

.partnership-page__header-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 20px
}

.partnership-page__header-breadcrumb {
    color: #8d8fac;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.partnership-page__header-breadcrumb a {
    color: #8d8fac
}

.partnership-page__header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.partnership-page__header-right img {
    max-height: 100%;
    position: absolute
}

.partnership-page__header-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px
}

@media screen and (max-width: 600px) {
    .partnership-page__header-title {
        font-size:30px;
        font-weight: 700;
        line-height: 35px
    }
}

.partnership-page__header-caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 600px) {
    .partnership-page__header-caption {
        font-size:14px
    }
}

.partnership-page__header-caption p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 600px) {
    .partnership-page__header-caption p {
        font-size:14px
    }
}

.partnership-page__header-caption p strong {
    font-weight: 700
}

.partnership-page__header-caption strong {
    font-weight: 700
}

.partnership-page__header-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .partnership-page__header-button {
        display:flex;
        width: 100%
    }
}

.partnership-page__header-button img {
    width: 24px;
    height: 24px
}

.partnership-page__header-button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.partnership-page__proposal-blocks {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px
}

@media screen and (min-width: 601px)and (max-width: 1364px) {
    .partnership-page__proposal-blocks {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .partnership-page__proposal-blocks {
        grid-template-columns:1fr
    }
}

.partnership-page__proposal-block {
    background: #24253c;
    border: 1px solid rgba(0,0,0,0);
    box-shadow: 0 4px 4px 0 rgba(9,132,227,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border-radius: 16px;
    position: relative;
    top: 1px;
    left: 1px;
    padding: 32px 16px;
    gap: 8px
}

@media screen and (max-width: 600px) {
    .partnership-page__proposal-block {
        display:grid;
        grid-template-columns: 124px 1fr;
        padding: 12px
    }
}

.partnership-page__proposal-block img {
    width: 112px;
    max-width: 112px;
    height: 112px;
    max-height: 112px
}

@media screen and (max-width: 600px) {
    .partnership-page__proposal-block img {
        width:124px;
        max-width: 124px;
        height: 124px;
        max-height: 124px
    }
}

.partnership-page__proposal-block__footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width: 600px) {
    .partnership-page__proposal-block__footer {
        width:100%;
        align-items: flex-start
    }
}

.partnership-page__proposal-block__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin: 0
}

@media screen and (max-width: 600px) {
    .partnership-page__proposal-block__title {
        text-align:left
    }
}

.partnership-page__proposal-block__caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    margin: 0
}

@media screen and (max-width: 600px) {
    .partnership-page__proposal-block__caption {
        text-align:left
    }
}

.partnership-page__proposal-block_wrapper {
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    border-radius: 16px
}

.partnership-page__partners {
    background-size: 100%;
    background-repeat: no-repeat !important;
    height: 1000px
}

@media screen and (max-width: 600px) {
    .partnership-page__partners {
        height:auto
    }
}

.partnership-page__partners-blocks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    max-width: 1270px;
    margin: 0 auto
}

@media screen and (min-width: 601px)and (max-width: 1364px) {
    .partnership-page__partners-blocks {
        grid-template-columns:1fr;
        gap: 16px;
        margin-top: 20px
    }
}

@media screen and (max-width: 600px) {
    .partnership-page__partners-blocks {
        grid-template-columns:1fr;
        gap: 16px;
        margin-top: 20px
    }
}

.partnership-page__partners-block {
    border: 1px solid #007cee;
    position: relative;
    top: 1px;
    background: #24253c;
    border-radius: 16px;
    padding: 16px;
    width: 380px
}

@media screen and (max-width: 600px) {
    .partnership-page__partners-block {
        padding:12px
    }
}

@media screen and (max-width: 1364px) {
    .partnership-page__partners-block {
        width:auto
    }
}

@media screen and (min-width: 1365px) {
    .partnership-page__partners-block-1 {
        margin-top:82px;
        margin-left: 80px
    }

    .partnership-page__partners-block-2 {
        justify-self: end;
        margin-top: 82px;
        margin-right: 80px
    }

    .partnership-page__partners-block-3 {
        margin-top: 72px
    }

    .partnership-page__partners-block-4 {
        justify-self: end;
        margin-top: 72px
    }

    .partnership-page__partners-block-5 {
        margin-top: 48px;
        grid-column-start: 1;
        grid-column-end: 3;
        justify-self: center
    }
}

.partnership-page__partners-block__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: center
}

.partnership-page__partners-block ul {
    list-style-image: url("/wp-content/themes/godlike/img/partnership/marker.svg")
}

.partnership-page__partners-block ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #e0ebff
}

.partnership-page__partners-block ul li strong {
    font-weight: 700
}

.partnership-page__partners-block__img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    transform: translateY(-50%)
}

@media screen and (max-width: 600px) {
    .partnership-page__partners-block__img {
        transform:translateY(-25%)
    }
}

@media screen and (max-width: 1364px) {
    .partnership-page__partners-block__img {
        width:48px;
        height: 48px;
        left: 0
    }
}

@media screen and (max-width: 1364px) {
    .partnership-page__partners-block__img-right {
        right:0
    }

    .partnership-page__partners-block__img-left {
        left: 0
    }
}

.partnership-page__partners-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px
}

.partnership-page__partners-footer__caption {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

@media screen and (max-width: 600px) {
    .partnership-page__partners-footer__caption {
        font-size:16px;
        line-height: 24px;
        text-align: center
    }
}

.partnership-page__partners-footer__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .partnership-page__partners-footer__button {
        display:flex;
        width: 100%
    }
}

.partnership-page__partners-footer__button img {
    width: 24px;
    height: 24px
}

.partnership-page__partners-footer__button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.partnership-page__collaboration-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 40px
}

@media screen and (min-width: 601px)and (max-width: 1364px) {
    .partnership-page__collaboration-items {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .partnership-page__collaboration-items {
        grid-template-columns:1fr;
        gap: 8px
    }
}

.partnership-page__collaboration-item {
    background: #24253c;
    border-radius: 16px;
    padding: 32px 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px
}

@media screen and (max-width: 600px) {
    .partnership-page__collaboration-item {
        padding:12px;
        align-items: flex-start
    }
}

.partnership-page__collaboration-item__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px
}

@media screen and (max-width: 600px) {
    .partnership-page__collaboration-item__header {
        flex-direction:row;
        width: 100%;
        justify-content: start
    }
}

.partnership-page__collaboration-item__image {
    margin-bottom: 8px;
    width: 112px;
    height: 112px
}

@media screen and (max-width: 600px) {
    .partnership-page__collaboration-item__image {
        width:40px;
        height: 40px
    }
}

.partnership-page__collaboration-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

@media screen and (max-width: 600px) {
    .partnership-page__collaboration-item__title {
        font-size:16px;
        line-height: 24px
    }
}

.partnership-page__collaboration-item__caption {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.partnership-page__collaboration-item__caption b,.partnership-page__collaboration-item__caption strong {
    font-weight: 700
}

.partnership-page__collaboration-item__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .partnership-page__collaboration-item__button {
        display:flex;
        width: 100%
    }
}

.partnership-page__collaboration-item__button img {
    width: 24px;
    height: 24px
}

.partnership-page__collaboration-item__button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.partnership-page__cases {
    background: #fff;
    color: #000
}

.partnership-page__cases-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 40px
}

@media screen and (max-width: 600px) {
    .partnership-page__cases-items {
        grid-template-columns:1fr
    }
}

.partnership-page__cases-item {
    position: relative;
    box-shadow: -4px -4px 8px 0px rgba(0,0,0,.0509803922) inset,2px 2px 4px 0px #fff inset,15px 15px 20px 0px rgba(0,0,0,.0509803922),-20px -20px 20px 0px #fff;
    padding: 32px;
    background: #fafafa;
    border-radius: 16px
}

.partnership-page__cases-item__image {
    position: absolute;
    top: 0;
    transform: translateY(-50%)
}

.partnership-page__cases-item__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    color: #007cee;
    margin: 8px 0 16px
}

.partnership-page__cases-item__list {
    display: flex;
    flex-direction: column
}

.partnership-page__cases-item__list-block {
    display: grid;
    grid-template-columns: 24px 100px 1fr;
    align-items: center;
    gap: 8px
}

.partnership-page__cases-item__list-image {
    width: 24px;
    height: 24px
}

.partnership-page__cases-item__list-counter {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px
}

.partnership-page__cases-item__list-caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.partnership-page__cases__header {
    height: 54px;
    background: url("/wp-content/themes/godlike/img/trustpilot/trustpilot-header.svg") repeat-x
}

.partnership-page__cases__footer {
    height: 54px;
    background: url("/wp-content/themes/godlike/img/trustpilot/trustpilot-footer.svg") repeat-x 141px
}

.partnership-page__partners2 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 32px;
    align-items: center;
    box-shadow: -4px -4px 8px 0px rgba(0,0,0,.0509803922) inset,2px 2px 4px 0px #fff inset,15px 15px 20px 0px rgba(0,0,0,.0509803922),-20px -20px 20px 0px #fff;
    background: #fafafa;
    padding: 40px 32px;
    margin-top: 40px;
    border-radius: 16px
}

@media screen and (max-width: 600px) {
    .partnership-page__partners2 {
        grid-template-columns:1fr;
        gap: 8px
    }
}

.partnership-page__partners2-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 50px
}

@media screen and (max-width: 600px) {
    .partnership-page__partners2-title {
        font-size:26px;
        line-height: 32px;
        text-align: center
    }
}

.partnership-page__partners2-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 32px
}

@media screen and (max-width: 600px) {
    .partnership-page__partners2-items {
        grid-template-columns:1fr
    }
}

.partnership-page__partners2-item {
    display: flex;
    align-items: center;
    gap: 8px
}

.partnership-page__partners2-item__image {
    width: 48px;
    height: 48px
}

.partnership-page__partners2-item__captions {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.partnership-page__partners2-item__captions-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.partnership-page__partners2-item__captions-youtube {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #007cee;
    gap: 4px
}

.partnership-page__form-steps {
    display: grid;
    grid-template-columns: 1fr 170px 1fr 170px 1fr;
    gap: 20px;
    align-items: center
}

@media screen and (max-width: 600px) {
    .partnership-page__form-steps {
        grid-template-columns:1fr
    }
}

.partnership-page__form-step {
    display: flex;
    align-items: center;
    gap: 16px
}

.partnership-page__form-step__number {
    font-size: 56px;
    font-weight: 800;
    line-height: 64px;
    color: rgba(0,0,0,0);
    -webkit-text-stroke: 1px #007cee
}

.partnership-page__form-step__captions-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.partnership-page__form-step__captions-caption {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.partnership-page__form-template {
    background: #24253c;
    padding: 24px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px
}

@media screen and (max-width: 600px) {
    .partnership-page__form-template {
        grid-template-columns:1fr
    }
}

.partnership-page__form-template_block {
    display: flex;
    flex-direction: column;
    gap: 28px
}

.partnership-page__form-template_block textarea {
    height: 144px
}

.partnership-page__form-template_block-send {
    display: flex;
    align-items: center;
    justify-content: end
}

.partnership-page__form-button-down {
    height: 44px;
    width: 44px;
    background: #42455f;
    border: none;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.partnership-page__form-button-down img {
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: .2s
}

.partnership-page__form-button-down_active img {
    transform: rotate(180deg);
    transition-property: transform;
    transition-duration: .2s
}

.partnership-page__form-button_add {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    gap: 10px;
    height: 44px;
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    cursor: pointer;
    padding: 0 20px
}

.partnership-page__form-platform {
    display: grid;
    grid-template-columns: 1fr 44px;
    gap: 8px;
    align-items: center
}

.partnership-page__form .form-input__text,.partnership-page__form .form-input__email {
    height: 44px
}

.partnership-page__platforms {
    border: 1px solid #33354a;
    border-radius: 16px;
    padding: 24px;
    max-width: 468px;
    background: #1b1b2c;
    position: absolute;
    right: 0
}

.partnership-page__platforms-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 24px;
    padding: 0
}

.partnership-page__platforms-list li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer
}

.partnership-page__platforms-list li img {
    width: 40px;
    height: 40px
}

.partnership-page__developers-list {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 32px
}

@media screen and (max-width: 800px)and (min-width: 601px) {
    .partnership-page__developers-list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .partnership-page__developers-list {
        grid-template-columns:1fr
    }
}

.partnership-page__developers-list__image {
    background: linear-gradient(transparent, transparent) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0);
    height: 48px;
    width: 48px;
    object-fit: contain
}

.partnership-page__developer {
    display: flex;
    align-items: center;
    gap: 8px
}

.partnership-page__developer-captions {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.partnership-page__developer-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.partnership-page__developer-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #8d8fac
}

.form-input__platform {
    position: relative
}

.form-input__wrapper-additional__inner {
    display: flex;
    align-items: center;
    gap: 8px
}

.form-input__wrapper-additional__inner-trash {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 4px;
    background: rgba(0,0,0,0);
    min-width: 44px;
    cursor: pointer
}

.form-input {
    background: #33354a !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    outline: none !important;
    border: none !important;
    padding: 10px 12px !important
}

.form-input__label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #e0ebff;
    display: inline-block;
    margin-bottom: 4px
}

.form-input__label-required {
    color: #df4860;
    margin-right: 4px
}

.form-input::placeholder {
    color: #5f6382
}

.form-input__text,.form-input__email {
    height: 44px
}

.form-input__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer
}

@media screen and (max-width: 600px) {
    .form-input__button {
        display:flex;
        width: 100%
    }
}

.form-input__button img {
    width: 24px;
    height: 24px
}

.form-input__button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.blog-banner {
    width: 100%;
    height: 124px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 4px 0 rgba(9,132,227,.2);
    margin: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width: 550px) {
    .blog-banner {
        flex-direction:column;
        height: 172px;
        align-items: flex-start
    }
}

.blog-banner__logo {
    width: 150px
}

.blog-banner__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.blog-banner__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.blog-banner__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

@media screen and (max-width: 550px) {
    .blog-banner__right {
        width:100%
    }
}

.blog-banner__button {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    height: 56px;
    text-transform: uppercase
}

@media screen and (max-width: 550px) {
    .blog-banner__button {
        height:40px;
        width: 100%;
        margin-top: 16px;
        text-transform: none
    }
}

.blog-banner__top {
    background: url("/wp-content/themes/godlike/img/blog/banner-top.png") padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    background-size: cover
}

@media screen and (max-width: 550px) {
    .blog-banner__top {
        background-position:center
    }
}

.blog-banner__bottom {
    background: url("/wp-content/themes/godlike/img/blog/banner-bottom.png") padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    background-size: cover
}

@media screen and (max-width: 550px) {
    .blog-banner__bottom {
        background-position:center
    }
}

.blog-banner_new-bottom {
    width: 100%;
    aspect-ratio: 4/1;
    position: relative;
    z-index: 22;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 4px
}

@media screen and (max-width: 600px) {
    .blog-banner_new-bottom {
        height:auto;
        aspect-ratio: 2/1
    }
}

.blog-banner_new-bottom::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0
}

.blog-banner_new-bottom_minecraft:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/minecraft_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_rust:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/rust_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_ark:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/ark_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_palworld:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/palworld_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_enshrouded:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/enshrouded_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_vrising:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/vrising_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_valheim:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/valheim_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_satisfactory:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/satisfactory/satisfactory_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_terraria:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/terraria/terraria_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_unturned:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/unturned/unturned_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_gta_5:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/gta-5/gta_5_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_project_zomboid:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/project-zomboid/project_zomboid_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_team_fortress_2:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/team-fortress-2/team_fortress_2_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_counter_strike_2:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/cs-2/cs_2_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom_conan_exile:before {
    background: url("/wp-content/themes/godlike/img/blog-banners/conan-exile/conan_exile_bottom.webp") no-repeat center;
    background-size: 100% 100%
}

.blog-banner_new-bottom:after {
    content: "";
    background: url("/wp-content/themes/godlike/img/blog-banners/bottom-banner-background.webp") no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0
}

@media screen and (max-width: 600px) {
    .blog-banner_new-bottom:after {
        background:url("/wp-content/themes/godlike/img/blog-banners/bottom-banner-background-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-bottom a {
    text-transform: uppercase !important
}

.blog-banner_new-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    z-index: 3;
    width: fit-content;
    text-transform: uppercase
}

@media screen and (max-width: 600px) {
    .blog-banner_new-button {
        display:flex;
        width: 100%
    }
}

.blog-banner_new-button img {
    width: 24px;
    height: 24px
}

.blog-banner_new-button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

@media screen and (max-width: 600px) {
    .blog-banner_new-button {
        display:inline-flex;
        width: fit-content;
        text-transform: none;
        font-weight: 700;
        font-size: 14px;
        line-height: 20px;
        height: 36px
    }
}

@media screen and (min-width: 2000px) {
    .blog-banner_new-button {
        font-size:24px;
        line-height: 30px
    }
}

.blog-banner_new-top {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    aspect-ratio: 4/1;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 40px 0;
    border-radius: 4px
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top {
        aspect-ratio:2/1;
        padding: 20px 12px 50px 12px
    }
}

.blog-banner_new-top_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: calc(100% - 80px)
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_inner {
        height:100%
    }
}

.blog-banner_new-top_logo {
    height: 40px
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_logo {
        display:none
    }
}

.blog-banner_new-top_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    text-shadow: 0 4px 36px rgba(0,0,0,.2)
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_title {
        font-size:18px;
        line-height: 20px
    }
}

@media screen and (min-width: 2000px) {
    .blog-banner_new-top_title {
        font-size:44px;
        line-height: 44px
    }
}

.blog-banner_new-top_minecraft {
    background: url("/wp-content/themes/godlike/img/blog-banners/minecraft_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_minecraft {
        background:url("/wp-content/themes/godlike/img/blog-banners/minecraft_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_rust {
    background: url("/wp-content/themes/godlike/img/blog-banners/rust_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_rust {
        background:url("/wp-content/themes/godlike/img/blog-banners/rust_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_ark {
    background: url("/wp-content/themes/godlike/img/blog-banners/ark_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_ark {
        background:url("/wp-content/themes/godlike/img/blog-banners/ark_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_palworld {
    background: url("/wp-content/themes/godlike/img/blog-banners/palworld_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_palworld {
        background:url("/wp-content/themes/godlike/img/blog-banners/palworld_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_enshrouded {
    background: url("/wp-content/themes/godlike/img/blog-banners/enshrouded_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_enshrouded {
        background:url("/wp-content/themes/godlike/img/blog-banners/enshrouded_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_vrising {
    background: url("/wp-content/themes/godlike/img/blog-banners/vrising_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_vrising {
        background:url("/wp-content/themes/godlike/img/blog-banners/vrising_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_valheim {
    background: url("/wp-content/themes/godlike/img/blog-banners/valheim_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_valheim {
        background:url("/wp-content/themes/godlike/img/blog-banners/valheim_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_satisfactory {
    background: url("/wp-content/themes/godlike/img/blog-banners/satisfactory/satisfactory_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_satisfactory {
        background:url("/wp-content/themes/godlike/img/blog-banners/satisfactory/satisfactory_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_terraria {
    background: url("/wp-content/themes/godlike/img/blog-banners/terraria/terraria_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_terraria {
        background:url("/wp-content/themes/godlike/img/blog-banners/terraria/terraria_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_unturned {
    background: url("/wp-content/themes/godlike/img/blog-banners/unturned/unturned_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_unturned {
        background:url("/wp-content/themes/godlike/img/blog-banners/unturned/unturned_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_gta_5 {
    background: url("/wp-content/themes/godlike/img/blog-banners/gta-5/gta_5_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_gta_5 {
        background:url("/wp-content/themes/godlike/img/blog-banners/gta-5/gta_5_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_project_zomboid {
    background: url("/wp-content/themes/godlike/img/blog-banners/project-zomboid/project_zomboid_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_project_zomboid {
        background:url("/wp-content/themes/godlike/img/blog-banners/project-zomboid/project_zomboid_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_team_fortress_2 {
    background: url("/wp-content/themes/godlike/img/blog-banners/team-fortress-2/team_fortress_2_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_team_fortress_2 {
        background:url("/wp-content/themes/godlike/img/blog-banners/team-fortress-2/team_fortress_2_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_counter_strike_2 {
    background: url("/wp-content/themes/godlike/img/blog-banners/cs-2/cs_2_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_counter_strike_2 {
        background:url("/wp-content/themes/godlike/img/blog-banners/cs-2/cs_2_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.blog-banner_new-top_conan_exile {
    background: url("/wp-content/themes/godlike/img/blog-banners/conan-exile/conan_exile_top.webp") no-repeat center;
    background-size: 100% 100%
}

@media screen and (max-width: 600px) {
    .blog-banner_new-top_conan_exile {
        background:url("/wp-content/themes/godlike/img/blog-banners/conan-exile/conan_exile_top-mobile.webp") no-repeat center;
        background-size: 100% 100%
    }
}

.flash-sale-modal {
    display: flex;
    background: linear-gradient(#1B1B2C, #1B1B2C) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    padding: 32px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 16px;
    z-index: 2001;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    gap: 12px
}

@media screen and (max-width: 700px) {
    .flash-sale-modal {
        max-width:calc(100% - 18px);
        padding: 16px
    }
}

.flash-sale-modal__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: rgba(27,27,44,.5)
}

.flash-sale-modal__logo {
    max-width: 340px
}

.flash-sale-modal__right,.flash-sale-modal__left {
    max-width: 90px;
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 700px) {
    .flash-sale-modal__right,.flash-sale-modal__left {
        display:none
    }
}

.flash-sale-modal__right {
    right: 0
}

.flash-sale-modal__left {
    left: 0
}

.flash-sale-modal__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 700px) {
    .flash-sale-modal__header {
        justify-content:flex-start;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0
    }
}

.flash-sale-modal__close {
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0);
    border: none;
    outline: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2002
}

.flash-sale-modal__close img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px
}

.flash-sale-modal__content {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

@media screen and (max-width: 700px) {
    .flash-sale-modal__content {
        font-weight:500;
        font-size: 14px;
        line-height: 20px
    }
}

.flash-sale-modal__timer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border: 1px solid #df4860;
    gap: 14px;
    border-radius: 16px
}

.flash-sale-modal__timer-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 40px;
    border-radius: 4px;
    background: #df4860;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    position: relative
}

.flash-sale-modal__timer-item:nth-child(1):after,.flash-sale-modal__timer-item:nth-child(2):after {
    content: ":";
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    right: -10px
}

.flash-sale-modal__footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    width: 100%;
    margin-top: 24px
}

.flash-sale-modal__button {
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 56px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 4px
}

@media screen and (max-width: 600px) {
    .flash-sale-modal__button {
        width:100%
    }
}

.flash-sale-modal__button:hover {
    color: #fff;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.flash-sale-modal__fire {
    width: 63px
}

@media screen and (max-width: 700px) {
    .flash-sale-modal__fire {
        display:none
    }
}

.blog-modal {
    display: flex;
    background: linear-gradient(#1B1B2C, #1B1B2C) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    padding: 32px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 16px;
    z-index: 2001;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    min-width: 640px;
    gap: 12px;
    overflow: hidden
}

@media screen and (max-width: 700px) {
    .blog-modal {
        max-width:calc(100% - 18px);
        padding: 16px
    }
}

.blog-modal__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background: rgba(27,27,44,.5)
}

.blog-modal__logo {
    max-width: 340px
}

.blog-modal__right,.blog-modal__left {
    width: 148px;
    position: absolute
}

@media screen and (max-width: 700px) {
    .blog-modal__right,.blog-modal__left {
        display:none
    }
}

.blog-modal__right {
    right: 0
}

.blog-modal__left {
    left: 0
}

.blog-modal__bottom-right,.blog-modal__bottom-left {
    width: 160px;
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 700px) {
    .blog-modal__bottom-right,.blog-modal__bottom-left {
        display:none
    }
}

.blog-modal__bottom-right {
    right: 0
}

.blog-modal__bottom-left {
    left: 0
}

.blog-modal__header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 700px) {
    .blog-modal__header {
        justify-content:flex-start;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0
    }
}

.blog-modal__subtitle {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

.blog-modal__close {
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0);
    border: none;
    outline: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 2002
}

.blog-modal__close img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px
}

.blog-modal__content {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center
}

@media screen and (max-width: 700px) {
    .blog-modal__content {
        font-weight:500;
        font-size: 14px;
        line-height: 20px
    }
}

.blog-modal__footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    width: 100%;
    margin-top: 24px
}

.blog-modal__button {
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 56px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 4px
}

@media screen and (max-width: 600px) {
    .blog-modal__button {
        width:100%
    }
}

.blog-modal__button:hover {
    color: #fff;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.blog-modal__minecraft .blog-modal__logo {
    max-width: 592px
}

.modpacks-header__inner {
    background: #24253c;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 956px;
    position: relative
}

.modpacks-header__breadcrumbs {
    display: flex;
    gap: 4px;
    align-items: center;
    list-style: none;
    color: #8d8fac;
    padding: 0
}

.modpacks-header__breadcrumbs a {
    color: #8d8fac
}

.modpacks-header__breadcrumbs a:hover {
    text-decoration: underline
}

.modpacks-header__breadcrumbs li:not(:last-child):after {
    content: "/";
    margin-left: 4px
}

.modpacks-header__title {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #fff
}

.modpacks-header__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e0ebff
}

.modpacks-header__image {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 250px;
    transform: translateX(75%)
}

@media screen and (max-width: 600px) {
    .modpacks-header__image {
        display:none
    }
}

.modpacks-body {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px
}

@media screen and (max-width: 900px) {
    .modpacks-body {
        grid-template-columns:repeat(4, 1fr)
    }
}

@media screen and (max-width: 800px) {
    .modpacks-body {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media screen and (max-width: 600px) {
    .modpacks-body {
        grid-template-columns:repeat(2, 1fr)
    }
}

.modpacks-body__item {
    border-radius: 16px;
    border: 2px solid rgba(0,0,0,0);
    cursor: pointer;
    padding: 8px
}

.modpacks-body__item-image {
    aspect-ratio: 1;
    border-radius: 16px;
    object-fit: cover;
    background: url("/wp-content/themes/godlike/img/modpacks/blank.webp");
    max-width: 200px;
    max-height: 200px;
    background-size: cover;
    display: flex;
    padding: 8px;
    flex-direction: column-reverse
}

.modpacks-body__item-meta {
    width: 100%;
    display: inline-grid;
    grid-template-columns: 1fr 52px;
    align-items: end
}

.modpacks-body__item-category {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: inline;
    text-shadow: 0 0 10px #000
}

.modpacks-body__item-version {
    font-weight: 600
}

.modpacks-body__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.modpacks-body__item:hover {
    background: #24253c;
    border: 2px solid #007cee
}

.modpacks-body__install {
    display: flex;
    border: none;
    outline: none;
    background: none;
    width: 52px;
    height: 52px;
    z-index: 2;
    cursor: pointer;
    padding: 0
}

.modpacks-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 66px;
    margin-bottom: 16px;
    position: relative
}

@media screen and (max-width: 600px) {
    .modpacks-search {
        flex-direction:column;
        gap: 12px;
        align-items: flex-start
    }
}

.modpacks-search__inner {
    display: flex;
    align-items: center;
    gap: 12px
}

@media screen and (max-width: 600px) {
    .modpacks-search__inner {
        display:grid;
        grid-template-columns: 44px 1fr 44px;
        width: 100%
    }
}

.modpacks-search__label {
    position: relative
}

.modpacks-search__search {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 12px;
    left: 12px
}

.modpacks-search__input {
    background: #33354a !important;
    border: none !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    padding: 0 12px 0 40px !important;
    display: flex;
    align-items: center;
    height: 44px !important;
    border-radius: 4px !important;
    min-width: 796px !important
}

.modpacks-search__input::placeholder {
    color: #8d8fac !important
}

@media screen and (max-width: 600px) {
    .modpacks-search__input {
        width:auto !important;
        min-width: 100% !important
    }
}

.modpacks-search__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 0 20px !important
}

@media screen and (max-width: 600px) {
    .modpacks-search__button {
        width:44px !important
    }
}

.modpacks-pagination {
    margin-bottom: 80px
}

.modpacks-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0
}

.modpacks-pagination a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center
}

.modpacks-pagination span {
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center
}

.modpacks-sort__links {
    position: relative
}

.modpacks-sort__link {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.modpacks-sort__list {
    display: none;
    flex-direction: column;
    border: 1px solid #33354a;
    background: #24253c;
    border-radius: 4px;
    position: absolute;
    top: 32px;
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    gap: 24px;
    color: #fff !important;
    min-width: 208px;
    z-index: 3
}

.modpacks-sort__list a {
    color: #fff !important
}

.modpacks-filters {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    background: #16142a;
    flex-direction: column
}

.modpacks-filters__button {
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 4px;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.modpacks-filters__button-active {
    background: #007cee;
    border: 2px solid #007cee
}

.modpacks-filters__item {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    width: 206px;
    cursor: pointer
}

.modpacks-filters__item:hover {
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%)
}

.modpacks-filters__item:hover .modpacks-filters__list {
    display: flex !important
}

.modpacks-filters__list {
    display: none;
    position: absolute;
    top: 0;
    left: 206px;
    border: 1px solid #33354a;
    flex-direction: column;
    max-height: 288px;
    border-radius: 0 4px 4px 4px;
    width: 206px;
    background: #24253c;
    overflow-y: scroll
}

.modpacks-filters__list::-webkit-scrollbar-thumb {
    background-color: #8d8fac;
    border-radius: 8px
}

.modpacks-filters__list::-webkit-scrollbar-track {
    background-color: #42455f;
    border-radius: 8px;
    width: 3px;
    height: 28px;
    border: 3px solid rgba(0,0,0,0);
    background-clip: content-box
}

.modpacks-filters__list::-webkit-scrollbar {
    width: 8px
}

.modpacks-filters__list:hover {
    display: flex !important
}

.modpacks-filters__list-item {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    cursor: pointer
}

.modpacks-filters__list-item,.modpacks-filters__item>label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center
}

.modpacks-filters__list-item input[type=checkbox],.modpacks-filters__item>label input[type=checkbox] {
    display: none
}

.modpacks-filters__custom-checkbox {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("/wp-content/themes/godlike/img/modpacks/checkbox-disable.svg");
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px
}

.modpacks-filters__item>label:has(input[type=checkbox]:checked),.modpacks-filters__list-item:has(input[type=checkbox]:checked) {
    color: #007cee
}

.modpacks-filters__list-item input[type=checkbox]:checked+.modpacks-filters__custom-checkbox,.modpacks-filters__item>label input[type=checkbox]:checked+.modpacks-filters__custom-checkbox {
    width: 20px;
    height: 20px;
    background: url("/wp-content/themes/godlike/img/modpacks/checkbox-enable.svg");
    background-size: 100% 100%
}

.modpacks-footer {
    margin-top: 40px
}

.modpacks-footer__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 0 0 16px
}

.modpacks-footer__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: block
}

.modpacks-footer__background {
    background: url("/wp-content/themes/godlike/img/modpacks/footer-bg.webp") center;
    background-size: 100% 100%
}

.modpacks-footer__block {
    display: flex;
    background: linear-gradient(rgba(27, 27, 44, 0.8), rgba(27, 27, 44, 0.8)) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 16px;
    padding: 16px;
    grid-column: span 4;
    align-items: center;
    gap: 8px
}

.modpacks-footer__block-image {
    width: 104px;
    height: 104px
}

.modpacks-footer__block-captions {
    display: flex;
    flex-direction: column
}

.modpacks-footer__block-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px
}

.modpacks-footer__block-caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #f6f9ff
}

.modpacks-footer__grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-top: 24px;
    padding-bottom: 80px
}

@media screen and (max-width: 600px) {
    .modpacks-footer__grid {
        grid-template-columns:1fr
    }
}

@media screen and (min-width: 601px) {
    .modpacks-footer__grid-item4 {
        grid-column:span 4;
        grid-column-start: 3;
        grid-column-end: 7
    }

    .modpacks-footer__grid-item5 {
        grid-column: span 4;
        grid-column-end: 11
    }

    .modpacks-footer__grid-item6 {
        grid-column: span 4;
        grid-column-start: 5;
        grid-column-end: 9
    }
}

.single-modpack-header__background {
    background-size: 100% 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 594px;
    width: 100%
}

.single-modpack-header__inner {
    background: #24253c;
    border-radius: 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 956px;
    position: relative
}

@media screen and (max-width: 600px) {
    .single-modpack-header__inner {
        padding:24px 16px;
        gap: 16px
    }
}

.single-modpack-header__breadcrumbs {
    display: flex;
    gap: 4px;
    align-items: center;
    list-style: none;
    color: #8d8fac;
    padding: 0
}

@media screen and (max-width: 600px) {
    .single-modpack-header__breadcrumbs {
        flex-wrap:wrap;
        justify-content: center;
        text-align: center
    }
}

.single-modpack-header__breadcrumbs a {
    color: #8d8fac
}

.single-modpack-header__breadcrumbs a:hover {
    text-decoration: underline
}

.single-modpack-header__breadcrumbs li:not(:last-child):after {
    content: "/";
    margin-left: 4px
}

.single-modpack-header__title {
    margin: 0;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    max-width: 70%
}

@media screen and (max-width: 600px) {
    .single-modpack-header__title {
        font-size:30px;
        line-height: 35px;
        max-width: 100%
    }
}

.single-modpack-header__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #e0ebff;
    max-width: 70%
}

@media screen and (max-width: 600px) {
    .single-modpack-header__caption {
        max-width:100%
    }
}

.single-modpack-header__image {
    position: relative;
    height: 394px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 24px;
    right: 0;
    bottom: 0;
    transform: translate(50%, -50%)
}

@media screen and (max-width: 600px) {
    .single-modpack-header__image {
        display:none
    }
}

.single-modpack-header__image-wrapper {
    position: absolute;
    height: 394px;
    aspect-ratio: 1;
    right: 0;
    top: 50%;
    bottom: 0
}

@media screen and (max-width: 600px) {
    .single-modpack-header__image-wrapper {
        display:none
    }
}

.single-modpack-header__cleo {
    position: relative;
    width: 223px;
    top: -394px;
    left: 590px;
    bottom: 0;
    transform: translate(0, -50%)
}

@media screen and (max-width: 600px) {
    .single-modpack-header__cleo {
        display:none
    }
}

.single-modpack-header__terms {
    max-width: 70%
}

.single-modpack-header__terms-title {
    color: #8d8fac;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.single-modpack-header__terms-inner {
    display: flex;
    gap: 4px
}

.single-modpack-header__term {
    display: inline-flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.single-modpack-header__term:not(:last-child):after {
    content: "·";
    color: #5f39cb;
    font-size: 30px;
    line-height: 10px;
    margin-left: 4px;
    display: flex;
    justify-content: center;
    align-items: center
}

.single-modpack-header__buttons {
    display: flex;
    gap: 12px
}

@media screen and (max-width: 600px) {
    .single-modpack-header__buttons {
        flex-direction:column;
        align-items: center
    }
}

.single-modpack-header__button {
    text-transform: uppercase;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px
}

.single-modpack-header__button-transparent {
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    color: #fff
}

.single-modpack-header__button-transparent:hover {
    background: rgba(0,0,0,0) !important
}

.single-modpack-header__button-transparent:hover:before {
    display: none
}

.single-modpack__install {
    margin: 12px auto 0 auto;
    display: flex
}

.single-modpack__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin-top: 40px
}

@media screen and (max-width: 600px) {
    .single-modpack__title {
        font-size:30px;
        line-height: 35px
    }
}

.single-modpack-requirements {
    margin-top: 40px
}

.single-modpack-requirements__inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 24px
}

@media screen and (max-width: 600px) {
    .single-modpack-requirements__inner {
        grid-template-columns:1fr;
        gap: 12px
    }
}

.single-modpack-requirements__item {
    background: #24253c;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px
}

@media screen and (max-width: 600px) {
    .single-modpack-requirements__item {
        margin-bottom:0
    }
}

.single-modpack-requirements__item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.single-modpack-requirements__item-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.single-modpack-requirements__image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 120px
}

.single-modpack-requirements__captions {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.single-modpack-overview__inner {
    display: grid;
    grid-template-columns: 1fr 436px;
    gap: 24px;
    margin-top: 24px
}

@media screen and (max-width: 600px) {
    .single-modpack-overview__inner {
        grid-template-columns:1fr
    }
}

.single-modpack-overview__image {
    border-radius: 24px;
    width: 100%;
    max-width: 436px
}

.single-modpack-trailer {
    margin-top: 80px
}

.single-modpack-trailer__video {
    margin-top: 24px
}

.single-modpack-trailer__video::before {
    background: linear-gradient(#1B1B2C, #1B1B2C) padding-box,linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%) border-box;
    border: 2px solid rgba(0,0,0,0)
}

.single-modpack-install {
    margin-top: 80px
}

.single-modpack-install__inner {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    margin-top: 24px
}

@media screen and (max-width: 600px) {
    .single-modpack-install__inner {
        grid-template-columns:1fr;
        margin-top: 4px
    }
}

.single-modpack-install__inner-steps {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.single-modpack-install__inner-step {
    background: #16142a;
    border: 1px solid #16142a;
    border-radius: 16px;
    padding: 24px 16px 16px 16px;
    position: relative;
    cursor: pointer
}

.single-modpack-install__inner-step__number {
    position: absolute;
    top: 0;
    left: 16px;
    width: fit-content;
    background: #33354a;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 32px;
    border-radius: 24px;
    transform: translateY(-50%)
}

.single-modpack-install__inner-step__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 4px 0
}

.single-modpack-install__inner-step__caption {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.single-modpack-install__inner-step__image {
    display: none
}

.single-modpack-install__inner-step__active {
    border: 1px solid #007cee;
    background: #24253c
}

@media screen and (max-width: 600px) {
    .single-modpack-install__inner-step__active .single-modpack-install__inner-step__image {
        display:block
    }
}

@media screen and (min-width: 601px) {
    .single-modpack-install__inner-step__active::after {
        content:"";
        position: absolute;
        top: 50%;
        right: -100%;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        border-radius: 16px;
        background: #007cee;
        z-index: -1
    }
}

.single-modpack-install__inner-step__active .single-modpack-install__inner-step__number {
    background: #007cee
}

.single-modpack-install__inner-step__active .single-modpack-install__inner-step__caption {
    display: block
}

.single-modpack-install__details {
    position: relative;
    background: #24253c;
    border: 1px solid #007cee;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 600px) {
    .single-modpack-install__details {
        display:none
    }
}

.single-modpack-install__image {
    position: absolute;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    object-fit: cover;
    border-radius: 12px;
    top: 24px;
    left: 24px;
    aspect-ratio: 1.7
}

.single-modpack-faq {
    margin-top: 80px
}

.single-modpack-faq__inner {
    padding-top: 0;
    flex-direction: column
}

.vps__header {
    background: #24253c;
    padding: 32px;
    border-radius: 24px;
    max-width: 956px;
    position: relative
}

@media screen and (max-width: 600px) {
    .vps__header {
        padding:24px 16px 72px 16px
    }
}

.vps__header .storefront__intro-stripe {
    border: none
}

.vps__header-hero {
    height: 540px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.vps__header-wrapper {
    padding-top: 28px;
    padding-bottom: 100px
}

.vps__header-wrapper__inner {
    position: relative
}

.vps__header-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    max-width: 720px;
    margin: 20px 0 20px
}

@media screen and (max-width: 600px) {
    .vps__header-title {
        font-size:30px;
        line-height: 35px;
        text-align: center
    }
}

.vps__header-subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 720px
}

@media screen and (max-width: 600px) {
    .vps__header-subtitle {
        text-align:center
    }
}

.vps__header-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 56px
}

@media screen and (max-width: 600px) {
    .vps__header-button {
        display:flex;
        width: 100%
    }
}

.vps__header-button img {
    width: 24px;
    height: 24px
}

.vps__header-button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.vps__header-items {
    position: absolute;
    right: 20px;
    bottom: 0;
    transform: translateY(50%);
    display: flex;
    gap: 20px
}

@media screen and (max-width: 600px) {
    .vps__header-items {
        gap:0;
        justify-content: space-around;
        width: 100%;
        left: 0
    }
}

.vps__header-item {
    background: url("/wp-content/themes/godlike/img/vps/badge.svg") no-repeat;
    display: flex;
    flex-direction: column;
    width: 108px;
    height: 124px;
    background-size: 100% 100%;
    align-items: center
}

@media screen and (max-width: 600px) {
    .vps__header-item {
        width:72px;
        height: 84px
    }
}

.vps__header-item img {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 8px
}

@media screen and (max-width: 600px) {
    .vps__header-item img {
        width:20px;
        height: 20px;
        margin-bottom: 4px;
        margin-top: 2px
    }
}

.vps__header-item__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    max-width: 90%
}

@media screen and (max-width: 600px) {
    .vps__header-item__text {
        font-size:12px;
        line-height: 16px
    }
}

.vps__header-right_image {
    position: absolute;
    right: 40px;
    top: 0;
    width: 395px;
    height: 340px
}

@media screen and (max-width: 600px) {
    .vps__header-right_image {
        display:none
    }
}

.vps_benefits-title {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 32px
}

@media screen and (max-width: 600px) {
    .vps_benefits-title {
        font-weight:700;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 12px
    }
}

.vps_benefits-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

@media screen and (max-width: 600px) {
    .vps_benefits-items {
        grid-template-columns:1fr
    }
}

.vps_benefits-item {
    padding: 16px;
    background: #24253c;
    border: 1px solid #33354a;
    border-radius: 16px;
    display: flex;
    gap: 8px
}

.vps_benefits-item__image {
    width: 28px;
    height: 28px
}

.vps_benefits-item__image-wrapper {
    background: #5f39cb;
    width: 64px;
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.vps_benefits-item__inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center
}

.vps_benefits-item__inner-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0
}

.vps_benefits-item__inner-caption {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.vps_features {
    background: url("/wp-content/themes/godlike/img/vps/planet.webp") no-repeat center top;
    background-size: 710px 477px;
    margin-top: 60px
}

@media screen and (max-width: 600px) {
    .vps_features {
        background:url("/wp-content/themes/godlike/img/vps/planet-mobile.webp") no-repeat center right;
        background-size: 187px 206px
    }
}

.vps_features-wrapper {
    position: relative
}

.vps_features-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    bottom: 0;
    display: block;
    max-width: 300px;
    height: fit-content;
    transform: translateY(-50%);
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px
}

@media screen and (max-width: 600px) {
    .vps_features-title {
        position:static;
        text-align: left;
        font-weight: 700;
        font-size: 30px;
        line-height: 35px;
        margin: 0
    }
}

.vps_features-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px
}

@media screen and (max-width: 600px) {
    .vps_features-items {
        grid-template-columns:1fr;
        gap: 12px
    }
}

.vps_features-item {
    display: inline-flex;
    align-items: center;
    gap: 20px
}

.vps_features-item__inner-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin: 0
}

@media screen and (max-width: 600px) {
    .vps_features-item__inner-title {
        font-weight:700;
        font-size: 18px;
        line-height: 20px
    }
}

.vps_features-item__inner-caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.vps_features-item:nth-child(odd) {
    justify-content: start
}

.vps_features-item:nth-child(odd):before {
    content: "";
    display: block;
    background: #5f39cb;
    width: 4px;
    height: 100%;
    border-radius: 4px
}

.vps_features-item:nth-child(odd) .vps_features-item__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

@media screen and (min-width: 601px) {
    .vps_features-item:nth-child(even) {
        justify-content:end
    }

    .vps_features-item:nth-child(even):after {
        content: "";
        display: block;
        background: #5f39cb;
        width: 4px;
        height: 100%;
        border-radius: 4px
    }

    .vps_features-item:nth-child(even) .vps_features-item__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-end
    }
}

@media screen and (max-width: 600px) {
    .vps_features-item:nth-child(even):before {
        content:"";
        display: block;
        background: #5f39cb;
        width: 4px;
        height: 100%;
        border-radius: 4px
    }
}

.vps_features-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px
}

.vps_plans-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center
}

@media screen and (max-width: 600px) {
    .vps_plans-title {
        font-weight:700;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 12px
    }
}

.vps_plans-subtitle {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    color: #8d8fac
}

.vps_plans-subtitle strong {
    color: #fff
}

@media screen and (max-width: 600px) {
    .vps_plans-subtitle {
        font-weight:600;
        font-size: 16px;
        line-height: 24px;
        text-align: center
    }
}

.vps_plans-items {
    background: #24253c;
    padding: 32px;
    border-radius: 24px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .vps_plans-items {
        display:grid;
        grid-template-columns: 1fr;
        padding: 16px;
        gap: 8px
    }
}

.vps_plans-items__title {
    grid-column-start: 1;
    grid-column-end: 5;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    flex: 100%
}

@media screen and (max-width: 600px) {
    .vps_plans-items__title {
        grid-column-start:auto;
        grid-column-end: auto
    }
}

.vps_plans-item {
    flex: 0 0 calc(25% - 24px);
    max-width: calc(25% - 24px)
}

@media screen and (max-width: 600px) {
    .vps_plans-item {
        max-width:100%
    }
}

.vps_plans-item__header {
    border-radius: 16px 16px 0 0;
    background: #16142a;
    padding: 24px 24px 8px 24px
}

.vps_plans-item__header-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 4px
}

.vps_plans-item__header-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    white-space: nowrap
}

.vps_plans-item__body {
    background: #1b1b2c;
    padding: 12px 24px 0 24px
}

.vps_plans-item__body-list {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 8px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.vps_plans-item__body-list li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.vps_plans-item__body-list__title {
    color: #8d8fac
}

.vps_plans-item__body-list__title:before {
    content: "•";
    color: #007cee;
    margin-right: 4px
}

.vps_plans-item__body-line {
    height: 1px;
    width: 100%;
    background: #33354a
}

.vps_plans-item__body-price {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 4px
}

.vps_plans-item__body-price__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.vps_plans-item__body-price__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    display: flex;
    align-items: end;
    gap: 4px
}

.vps_plans-item__body-price__price-old {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
    color: #df4860
}

.vps_plans-item__footer {
    border-radius: 0 0 16px 16px;
    padding: 12px 24px 24px 24px;
    background: #1b1b2c
}

.vps_plans-item__footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px
}

.vps_cases-title {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 32px
}

@media screen and (max-width: 600px) {
    .vps_cases-title {
        font-weight:700;
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 12px
    }
}

.vps_cases-items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px
}

@media screen and (max-width: 600px) {
    .vps_cases-items {
        grid-template-columns:1fr
    }
}

.vps_cases-item {
    grid-column: span 4;
    padding: 16px;
    background: #24253c;
    border: 1px solid #33354a;
    border-radius: 16px;
    display: flex;
    gap: 8px
}

@media screen and (min-width: 601px) {
    .vps_cases-item:nth-child(4) {
        grid-column-start:3;
        grid-column-end: 7
    }

    .vps_cases-item:nth-child(5) {
        grid-column-start: 7;
        grid-column-end: 11
    }
}

.vps_cases-item__image {
    width: 64px;
    height: 64px
}

.vps_cases-item__inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center
}

.vps_cases-item__inner-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0
}

.vps_cases-item__inner-caption {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.vps_cases-footer {
    display: flex;
    justify-content: center
}

.vps__offer-inner {
    background: linear-gradient(180deg, #262746 0%, #1C1C30 100%);
    padding: 60px 0 0 60px;
    border: 1px solid #007cee;
    box-shadow: 0 0 36px -1px rgba(26,79,255,.2);
    border-radius: 24px;
    position: relative;
    height: 352px;
    margin: 20px 0 60px 0
}

@media screen and (max-width: 600px) {
    .vps__offer-inner {
        padding:24px 24px 0 24px;
        height: auto
    }
}

.vps__offer-inner__content {
    display: flex;
    flex-direction: column;
    max-width: 640px;
    gap: 16px
}

.vps__offer-inner__title {
    margin: 0;
    font-weight: 700;
    font-size: 48px
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__title {
        font-weight:700;
        font-size: 30px;
        text-align: center
    }
}

.vps__offer-inner__subtitle {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__subtitle {
        font-weight:600;
        font-size: 16px;
        line-height: 24px;
        text-align: center
    }
}

.vps__offer-inner__desktop {
    position: absolute;
    height: 350px;
    top: 1px;
    right: 1px;
    border-radius: 24px
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__desktop {
        display:none
    }
}

.vps__offer-inner__mobile {
    display: none
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__mobile {
        display:block;
        position: relative;
        width: calc(100% + 48px);
        max-width: none;
        margin: 0 -24px;
        border-radius: 24px;
        margin-top: 4px
    }
}

.vps__offer-inner__button {
    text-transform: uppercase;
    height: 56px !important;
    min-height: 56px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 56px;
    width: fit-content;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: filter .3s ease
}

.vps__offer-inner__button:hover {
    filter: brightness(1.2)
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__button {
        width:100%
    }
}

.vps__offer-inner__button-caption {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__button-caption {
        text-align:center
    }
}

.vps__offer-inner__limited {
    position: absolute;
    width: 245px;
    right: -28px;
    bottom: -30px
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__limited {
        width:160px;
        right: -18px;
        bottom: -22px
    }
}

.vps__offer-inner__limited-caption {
    font-weight: 800;
    font-size: 28px;
    line-height: 32px;
    display: inline-block;
    position: absolute;
    top: 49%;
    transform: rotate(-45deg) translate(40px, 50px)
}

@media screen and (max-width: 600px) {
    .vps__offer-inner__limited-caption {
        font-weight:800;
        font-size: 18px;
        line-height: 22px;
        display: inline-block;
        position: absolute;
        top: 49%;
        transform: rotate(-45deg) translate(30px, 30px)
    }
}

.vps__reviews {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 44px;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 600px) {
    .vps__reviews {
        grid-template-columns:repeat(2, 1fr)
    }
}

.vps__review img {
    height: 28px
}

.vps__review-stars {
    background: linear-gradient(90deg, #33354A 0%, rgba(51, 53, 74, 0) 100%);
    height: 32px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-top: 4px;
    position: relative
}

.vps__review-stars:before {
    content: "";
    background: #fff;
    width: 4px;
    height: 32px;
    border-radius: 4px;
    position: absolute;
    left: 0
}

.vps__review-stars img {
    height: 20px
}

.vps__review-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.vps__review-footer strong {
    font-weight: 700
}

.hostadvice__header-block {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width: 600px) {
    .hostadvice__header-block {
        flex-direction:column
    }
}

.hostadvice__header-block strong {
    font-weight: 500
}

.hostadvice__header-block span {
    font-weight: 400
}

.hostadvice-new {
    background: url("/wp-content/themes/godlike/img/vps/hostadvice.webp");
    background-size: 100% 100%;
    width: 176px;
    height: 48px
}

.hostadvice-new__caption {
    display: flex;
    font-weight: 900;
    font-size: 26px;
    line-height: 28px;
    color: #16142a;
    align-items: center;
    height: 100%;
    padding: 0 12px
}

.new-panel__header {
    background: #24253c;
    padding: 32px;
    border-radius: 24px;
    max-width: 956px;
    position: relative
}

@media screen and (max-width: 600px) {
    .new-panel__header {
        padding:24px 16px 72px 16px
    }
}

.new-panel__header .storefront__intro-stripe {
    border: none
}

.new-panel__header-hero {
    height: 540px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.new-panel__header-wrapper {
    padding-top: 28px;
    padding-bottom: 100px
}

.new-panel__header-wrapper__inner {
    position: relative
}

.new-panel__header-breadcrumb {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8d8fac
}

.new-panel__header-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    max-width: 720px;
    margin: 12px 0 20px
}

@media screen and (max-width: 600px) {
    .new-panel__header-title {
        font-size:30px;
        line-height: 35px;
        text-align: center
    }
}

.new-panel__header-subtitle {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    max-width: 720px
}

@media screen and (max-width: 600px) {
    .new-panel__header-subtitle {
        text-align:center
    }
}

.new-panel__header-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    background: linear-gradient(267.71deg, #007CEE -37.36%, #5F39CB 98.08%);
    box-shadow: 0 0 4px 0 rgba(9,132,227,.2);
    outline: none;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    height: 56px
}

@media screen and (max-width: 600px) {
    .new-panel__header-button {
        display:flex;
        width: 100%
    }
}

.new-panel__header-button img {
    width: 24px;
    height: 24px
}

.new-panel__header-button:hover {
    color: #fff;
    text-decoration: none !important;
    background: linear-gradient(267.71deg, #5F39CB -37.36%, #007CEE 98.08%)
}

.new-panel__header-items {
    position: absolute;
    right: 20px;
    bottom: 0;
    transform: translateY(50%);
    display: flex;
    gap: 20px
}

@media screen and (max-width: 600px) {
    .new-panel__header-items {
        gap:0;
        justify-content: space-around;
        width: 100%;
        left: 0
    }
}

.new-panel__header-item {
    background: url("/wp-content/themes/godlike/img/vps/badge.svg") no-repeat;
    display: flex;
    flex-direction: column;
    width: 108px;
    height: 124px;
    background-size: 100% 100%;
    align-items: center
}

@media screen and (max-width: 600px) {
    .new-panel__header-item {
        width:72px;
        height: 84px
    }
}

.new-panel__header-item img {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 8px
}

.new-panel__header-item__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    max-width: 90%
}

@media screen and (max-width: 600px) {
    .new-panel__header-item__text {
        font-size:12px;
        line-height: 16px
    }
}

.new-panel__header-right_image {
    position: absolute;
    right: -140px;
    top: 0;
    width: 594px;
    height: 360px
}

@media screen and (max-width: 600px) {
    .new-panel__header-right_image {
        display:none
    }
}

.new-panel__steps {
    margin-top: 80px
}

.new-panel__steps__inner {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 80px;
    margin-top: 24px
}

@media screen and (max-width: 600px) {
    .new-panel__steps__inner {
        grid-template-columns:1fr;
        margin-top: 4px
    }
}

.new-panel__steps__inner-steps {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.new-panel__steps__inner-step {
    background: #16142a;
    border: 1px solid #16142a;
    border-radius: 16px;
    padding: 24px 16px 16px 16px;
    position: relative;
    cursor: pointer
}

.new-panel__steps__inner-step__number {
    position: absolute;
    top: 0;
    left: 16px;
    width: fit-content;
    background: #33354a;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    height: 32px;
    border-radius: 24px;
    transform: translateY(-50%)
}

.new-panel__steps__inner-step__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 4px 0
}

.new-panel__steps__inner-step__caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

.new-panel__steps__inner-step__image {
    display: none
}

.new-panel__steps__inner-step__active {
    border: 1px solid #007cee;
    background: #24253c
}

@media screen and (max-width: 600px) {
    .new-panel__steps__inner-step__active .new-panel__steps__inner-step__image {
        display:block
    }
}

@media screen and (min-width: 601px) {
    .new-panel__steps__inner-step__active::after {
        content:"";
        position: absolute;
        top: 50%;
        right: -100%;
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        border-radius: 16px;
        background: #007cee;
        z-index: -1
    }
}

.new-panel__steps__inner-step__active .new-panel__steps__inner-step__number {
    background: #007cee
}

.new-panel__steps__details {
    position: relative;
    background: #24253c;
    border: 1px solid #007cee;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    width: 100%;
    height: 100%
}

@media screen and (max-width: 600px) {
    .new-panel__steps__details {
        display:none
    }
}

.new-panel__steps__image {
    position: absolute;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    object-fit: cover;
    top: 24px;
    left: 24px;
    aspect-ratio: 1.7
}

.new-panel__cards {
    padding: 60px 0
}

.new-panel__cards__title {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px
}

.new-panel__cards__items {
    display: grid;
    gap: 32px 24px
}

.new-panel__cards__3 {
    grid-template-columns: repeat(8, 1fr)
}

@media screen and (max-width: 600px) {
    .new-panel__cards__3 {
        grid-template-columns:1fr
    }
}

@media screen and (min-width: 601px) {
    .new-panel__cards__3 .new-panel__cards__item:first-child {
        grid-column-start:2;
        grid-column-end: 4
    }

    .new-panel__cards__3 .new-panel__cards__item:nth-child(2) {
        grid-column: span 2
    }

    .new-panel__cards__3 .new-panel__cards__item:last-child {
        grid-column: span 2
    }
}

.new-panel__cards__4 {
    grid-template-columns: repeat(4, 1fr)
}

@media screen and (max-width: 600px) {
    .new-panel__cards__4 {
        grid-template-columns:1fr
    }
}

.new-panel__cards__image {
    border-radius: 16px 16px 0 0;
    width: 100%
}

.new-panel__cards__item {
    background: #24253c;
    border: 1px solid #33354a;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    border-radius: 16px
}

.new-panel__cards__item-title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase
}

.new-panel__cards__item-caption {
    margin-top: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.new-panel__cards__item-caption strong {
    font-weight: 700
}

.new-panel__cards__item-icon {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 28px;
    height: 28px
}

.new-panel__cards__content {
    padding: 12px 24px 24px 24px;
    position: relative
}

.not-found__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: -1
}

.not-found__wrapper {
    min-height: 300px;
    margin-top: 24px
}

.not-found__block {
    background: #24253c;
    box-shadow: 0 4px 36px -1px rgba(0,0,0,.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    gap: 20px;
    padding: 32px 0;
    max-width: 744px;
    margin: 0 auto;
    overflow: visible;
    border-radius: 24px
}

@media screen and (max-width: 600px) {
    .not-found__block {
        padding:24px 16px;
        gap: 16px
    }
}

.not-found__block-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    max-width: 384px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width: 600px) {
    .not-found__block-title {
        font-size:30px;
        line-height: 35px
    }
}

.not-found__block-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    max-width: 384px;
    margin: 0 auto
}

.not-found__block-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    height: 56px;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    display: flex
}

.not-found__cleo {
    position: absolute;
    height: 294px;
    right: 0;
    transform: translateX(50%)
}

@media screen and (max-width: 1024px) {
    .not-found__cleo {
        display:none
    }
}

.not-found__games-list {
    padding: 0 96px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 226px));
    gap: 24px;
    margin: 0 auto;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .not-found__games-list {
        grid-template-columns:repeat(2, 1fr);
        padding: 0
    }
}

.not-found__games-item__image {
    border-radius: 16px;
    aspect-ratio: .74
}

.not-found__games-item__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 8px;
    margin-bottom: 8px
}

.not-found__games-item__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #8d8fac
}

.not-found__latest-news-items {
    margin-top: 0
}

.not-found__section-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    text-align: left;
    margin: 0 0 20px 0
}

.not-found__bottom-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px
}

@media screen and (max-width: 600px) {
    .not-found__bottom-items {
        grid-template-columns:1fr;
        gap: 12px
    }
}

.not-found__bottom-item {
    background: #24253c;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px
}

@media screen and (max-width: 600px) {
    .not-found__bottom-item {
        padding:12px
    }
}

.not-found__bottom-item a {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.not-found__bottom-item img {
    width: 60px;
    height: 60px
}

@media screen and (max-width: 600px) {
    .not-found__bottom-item img {
        width:36px;
        height: 36px
    }
}

@media screen and (max-width: 600px) {
    .desktop-only {
        display:none !important
    }
}

@media screen and (min-width: 601px) {
    .mobile-only {
        display:none !important
    }
}

.lang-selected {
    display: flex !important;
    padding: 0 35px 0 10px !important;
    gap: 8px;
    align-items: center
}

.lang-list,.lang-list__items {
    max-height: 200px;
    overflow-y: scroll !important;
    background: #1b1b2c !important
}

.lang-list::-webkit-scrollbar,.lang-list__items::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.lang-list::-webkit-scrollbar-track,.lang-list__items::-webkit-scrollbar-track {
    background: #33354a;
    width: 1px
}

.lang-list::-webkit-scrollbar-thumb,.lang-list__items::-webkit-scrollbar-thumb {
    background: #8d8fac
}

.lang-list::-webkit-scrollbar-thumb:hover,.lang-list__items::-webkit-scrollbar-thumb:hover {
    background: #8d8fac
}

.lang-list li a,.lang-list__items li a {
    display: flex !important;
    gap: 8px;
    align-items: center;
    color: #fff !important
}

.lang-list li a img,.lang-list__items li a img {
    width: 16px;
    height: 11px
}
img.no-align {
    vertical-align: unset !important; /* ya da initial, top, bottom vs. */
}

.storefront__tariffs-discount {
    width: 185px;
    height: 84px;
    background: url("https://www.lepsor.com/templates/shufytheme/assets/img/etiket.png");
    background-size: contain;
    position: absolute;
    right: -95px;
    bottom: 24px;
    display: flex;
    flex-direction: column;
    padding-left: 44px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount {
        background:url("/wp-content/themes/godlike/img/storefront/discount-mobile.svg");
        width: 68px;
        height: 54px;
        align-items: flex-start;
        padding-left: 10px;
        right: -15px
    }
}

.storefront__tariffs-discount-new {
    height: 112px;
    width: 112px;
    right: -5px;
    bottom: -5px;
    align-items: flex-end !important;
    padding-right: 14px;
    padding-top: 42px;
    padding-left: 0;
    background: url("/wp-content/themes/godlike/img/storefront/discount-new.png") center center;
    background-size: contain;
    justify-content: flex-start !important
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount-new {
        padding-top:26px;
        height: 72px;
        width: 72px
    }
}

.storefront__tariffs-discount-new .storefront__tariffs-discount__caption {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: right
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount-new .storefront__tariffs-discount__caption {
        font-weight:500;
        font-size: 14px;
        text-align: right
    }
}

.storefront__tariffs-discount-new .storefront__tariffs-discount__percentage {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    text-align: right
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount-new .storefront__tariffs-discount__percentage {
        font-size:18px;
        line-height: 20px
    }
}

.storefront__tariffs-discount__percentage {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount__percentage {
        font-size:18px;
        line-height: 20px
    }
}

.storefront__tariffs-discount__caption {
    font-size: 25px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #ff8400;
}

@media screen and (max-width: 1200px) {
    .storefront__tariffs-discount__caption {
        font-size:16px;
        line-height: 24px
    }
}

.sayfa-ayirac {
  border-top: 1px solid rgba(59, 71, 103, 0.2);
}