 /* НАЧАЛО Для блока Top promo bar, прилипание блока к верхней части экрана */
.uc-promo-bar {
  position: sticky;
  position: -webkit-sticky;
  z-index: 999;
  top: 70px;
 }
 
@media (max-width: 960px) {
.uc-promo-bar {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
 }
}
 /* КОНЕЦ Для блока Top promo bar, прилипание блока к верхней части экрана */

@media (max-width: 768px) {
  .t794__content {
    height: 50vh;
    overflow: scroll;
  }
}

.container {
    font-family: "GraphikTT", Arial, sans-serif;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    color: #313249;
    font-size: 14px;
    padding: 0 40px;
}

.dial-container__input {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.dial-container__count {
    padding: 5px 12px;
    width: 150px;
    height: 29px;
    background: #ffffff;
    border: 1px solid #d6d7ea;
    border-radius: 2px;
    outline: none;
    margin-right: 10px;
    font-size: 14px;
}

.wrap-pricing__h1 {
    margin: 30px 0;
    font-size: 36px;
    font-weight: 600;
}

.wrap-pricing__h2 {
  margin-top: 60px;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.wrap-pricing__h3 {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.wrap-pricing__selector {
    display: flex;
    align-items: center;
}

.wrap-pricing__text {
    font-size: 18px;
}

.hidden {
    display: none;
}

.pricing-card__bullets {
    padding: 10px 20px 0 20px;
}
  
.pricing-multicard-feature {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
}
  
.pricing-multicard-feature__text {
    margin-left: 10px;
}

/* Pro selectbox */

.price-select-box {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
}

.price-select-box__current {
    position: relative;
    cursor: pointer;
    outline: none;
    border: 1px solid #D6D7EA;
    border-radius: 4px;
}

.price-select-box__current:focus + .price-select-box__list {
    opacity: 1;
    animation-name: none;
}

.price-select-box__current:focus + .price-select-box__list .price-select-box__option {
    cursor: pointer;
}

.price-select-box__icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 14px;
    height: 10px;
    stroke-width: 1px;
    stroke: #5F6ABE;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.price-select-box__value {
    display: flex;
}

.price-select-box__input {
    display: none;
}

.price-select-box__input:checked + .price-select-box__input-text {
    display: block;
}

.price-select-box__input-text {
    display: none;
    width: 100%;
    margin: 0;
    padding: 9px 30px 9px 12px;
}

.pricing-card__price {
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
}

.price-select-box__list {
    position: absolute;
    width: 100%;
    list-style: none;
    opacity: 0;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    margin-top: 4px;
    background: #fff;
    animation-name: HideList;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: step-start;
    padding: 4px 0 !important;
}

.price-select-box__option {
    display: block;
    cursor: pointer;
    font-weight: 400;
    padding: 8px 12px;
}

.price-select-box__option[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

.price-select-box__option:hover,
.price-select-box__option:focus {
    background-color: #fbfbfb;
}

.price-select-box__input-text span {
    color: #828385;
}

.pricing-card__selector {
    padding: 10px 20px;
}

/* Pricing cards */

.pricing-card {
    width: 340px;
    background: #ffffff;
    border: 2px solid #D6D7EA;
    border-radius: 10px;
    overflow: auto;
}

.pricing-card__head {
    padding: 20px;
    padding-top: 30px;
}

.shopify-pricing .pricing-card_starter .pricing-card__head {
    background: #6466a5;
}

.shopify-pricing .pricing-card_pro .pricing-card__head {
    background: #007130;
}

.shopify-pricing .pricing-card_game .pricing-card__head {
    background: #313249;
}

.pricing-card.pricing-card__popular {
    border-color: #313249;
    box-shadow: 0px 4px 30px rgba(52, 49, 63, 0.1);
    position: relative;
    overflow: visible;
}

.pricing-card__title {
    font-size: 16px;
    margin-left: 10px;
}

.pricing-card__body {
    padding: 20px;
}

.pricing-card__foot {
    padding: 0 20px 10px;
}

.pricing-card__plan {
    font-size: 28px;
    color: #313249;
    margin: 0;
    line-height: 33px;
    font-weight: 600;
}

.pricing-card__desc {
    margin: 0;
    color: #7b7d9c;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}

.pricing-card__price .pricing-card__price-value {
    font-weight: 600;
    font-size: 44px;
    line-height: 36px;
}

.pricing-card__period {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.pricing-card__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #828385;
    margin-top: 9px;
}

.pricing-card__feature {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.pricing-card__button {
    padding: 12px 24px;
    background: #26a559;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 30px;
    display: block;
    text-decoration: none;
}

.pricing-card__button.pricing-card__button_outline {
    background: rgba(38, 165, 89, 0.1);
    border: 1px solid rgba(38, 165, 89, 0.1);
    color: #1A7740 !important;
}

.pricing-card__button-contact {
    background: #d6d7ea;
    color: #313249;
}

.pricing-card__pill {
    padding: 4px 8px 4px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
}

.pill-label {
    padding: 4px 8px 6px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    background: #ECEDF0;
    width: 90px;
    text-align: center;
    margin-left: 10px;
}

.pill-label_pro {
    background: #e3f2ea;
}

.pill-label_game {
    background: #313249;
    color: #fff;
}

.pill-label_gh-lite {
    background: #5F6ABE;
    color: #fff;
}

.pill-label_gh-full {
    background: #313249;
    color: #fff;
}

.pricing-card__label {
  padding: 4px 16px;
  background: #313249;
  border-radius: 4px;
  position: absolute;
  top: -10px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  right: 20px;
}

.pricing-card__pill.pricing-card__pill_starter {
    background: #d6d7ea;
}

.pricing-card__pill.pricing-card__pill_pro {
    background: #e3f2ea;
}

.pricing-card__pill.pricing-card__pill_game {
    background: #313249;
    color: #fff;
}

.pricing-card-tooltip {
    position: relative;
    display: inline-block;
}

.pricing-card__price.pricing-card__price_cross .pricing-card__price-value {
    font-size: 24px;
    margin-right: 4px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: line-through;
    text-decoration-color: #F44336;
    color: #7B7D9C;
}

.pricing-card-tooltip .pricing-card-tooltip__text {
    visibility: hidden;
    width: 400px;
    background: #d6d7ea;
    border-radius: 8px;
    color: #313249;
    text-align: center;
    padding: 8px 12px;
    border-radius: 6px;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 25px;
    font-size: 14px;
    line-height: 18px;
}

.pricing-card-tooltip:hover .pricing-card-tooltip__text {
    visibility: visible;
}

/* FAQ */

.faq-wrapper {
    display: flex;
}

.faq-wrapper-contact {
    width: 30%;
}

.faq-wrapper-contact__head {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    margin-top: 35px;
    line-height: 28px;
}

.faq-wrapper-contact__link {
    font-size: 18px;
    color: #26a559 !important;
    margin-top: 20px;
    display: block;
    font-weight: 500;
    text-decoration: none;
}

.faq-wrapper-answers {
    margin-left: 85px;
    width: 70%;
}

.faq-wrapper-answers__head {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.faq-wrapper-content {
    margin-top: 10px;
}

.faq-wrapper-content__block {
    border-bottom: 1px solid #d6d7ea;
    padding-top: 20px;
}

.faq-wrapper-content__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-wrapper-content_active .faq-wrapper-content__title {
    color: #26a559;
}

.faq-wrapper-content_active svg path {
    stroke: #26a559;
}

.faq-wrapper-content_active svg {
    transform: rotate(180deg);
}

.faq-wrapper-content_active .faq-wrapper-content__text {
    display: block;
}

.faq-wrapper-content__title {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

.faq-wrapper-content__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    padding-bottom: 20px;
    display: none;
}

.faq-wrapper-content__head svg {
    min-width: 16px;
    margin-left: 10px;
}

/* Platform selectbox */

.platform-select {
    position: relative;
    min-width: 200px;
    margin-top: 20px;
    display: none;
}

.platform-select svg {
    position: absolute;
    right: 14px;
    top: calc(50% - 5px);
    width: 14px;
    height: 10px;
    stroke-width: 1px;
    stroke: #333;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.platform-select select {
    appearance: none;
    padding: 10px 40px 10px 12px;
    width: 100%;
    border: 1px solid #d6d7ea;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    transition: all 150ms ease;
    outline: none;
    box-sizing: border-box;
}

.platform-select select option {
    color: #223254;
}

.platform-select-desktop {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
  
.platform-select-desktop > div {
    padding: 20px 10px;
    width: 155px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D6D7EA;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
  
.platform-select-desktop > div.platform-select-desktop_active {
    border-color: #313249;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 0px 1px rgba(0, 0, 0, 0.25);
}

.sprites {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 768px) {
    .platform-select {
        display: block;
    }

    .platform-select-desktop {
        display: none;
    }
}

/* Pricing cards global */

.global-pricing-cards {
    display: flex;
    justify-content: space-between;
}

.global-pricing .pricing-card {
    width: 370px;
}

.global-pricing .pricing-card__feature {
    margin-bottom: 15px;
}

.feature-divider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d6d7ea;
    margin: 1em 0;
    padding: 0;
}

.pricing-card__feature_disabled > div {
    color: #7b7d9c;
    display: flex;
}

.feature-divider_no-mb {
    margin-bottom: 0;
}

.global-pricing-trial {
    padding: 40px 0px;
    background: #e3f2ea;
    border-radius: 10px;
    margin-top: 70px;
}

.global-pricing-trial__head {
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

.global-pricing-trial__subhead {
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    margin: 0;
}

.global-pricing-trial__buttons {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    align-items: center;
}

.global-pricing-trial__buttons .pricing-card__button {
    margin: 0;
}

.global-pricing-table .global-pricing-table__top-cards > td {
    padding-bottom: 10px;
}

.global-pricing-table {
    margin-top: 70px;
    width: 100%;
}

.global-pricing-table > tbody > tr > td {
    border: none;
}

.global-pricing-table__highlight {
    background: #f4f4fb;
}

table tr.global-pricing-table__highlight td {
    font-size: 20px;
    font-weight: 500;
}

.global-pricing-table tbody td {
    padding: 15px 20px;
    font-size: 16px;
}

table .global-pricing-table__highlight td {
    padding: 20px;
}

.global-pricing-table .pill-label {
    margin: 0;
    width: 150px;
    width: fit-content;
    width: -webkit-fit-content;
}

.global-pricing-table-top-card {
    padding: 20px;
    width: 185px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-radius: 6px 6px 0px 0px;
    text-align: left;
    border-color: #d6d7ea;
}

.global-pricing-table-top-card__head {
    font-weight: 600;
    font-size: 20px;
    line-height: 140%;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
}

.global-pricing-table-top-card__subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.global-pricing-table-top-card_starter {
    background: #6466a5;
}

.global-pricing-table-top-card_pro {
    background: #007130;
}

.global-pricing-table-top-card_game {
    background: #313249;
}

.global-pricing-table-bottom-card {
    padding: 20px;
    width: 185px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-radius: 0px 0px 6px 6px;
    text-align: left;
    border-color: #d6d7ea;
}

.global-pricing-table-bottom-card__price {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin: 0;
}

.global-pricing-table-bottom-card__period {
    font-size: 14px;
    line-height: 140%;
    margin-left: 7px;
    font-weight: 500;
    color: #434572;
    opacity: 0.7;
}

.global-pricing-table-bottom-card__text {
    font-size: 12px;
    line-height: 20px;
    color: #434572;
    opacity: 0.7;
    margin-top: 12px;
}

.global-pricing-table-bottom-card .pricing-card__button {
    margin-top: 20px;
}

.global-pricing-table > tbody > tr > td:first-child {
    width: 100%;
}

.global-pricing-trial__toggle {
    font-size: 18px;
    color: #26a559 !important;
    margin-top: 0;
    display: block;
    font-weight: 500;
    text-decoration: none;
    margin-left: 50px;
}

.global-pricing-trial__toggle svg {
    position: relative;
    top: 3px;
    margin-left: 4px;
}

.global-pricing-trial__toggle_open svg {
    transform: rotate(180deg);
}

.global-pricing_platform {
    margin-top: 50px;
}

/* Wix pricing styles */
.global-pricing.pricing-wix {
    margin-top: 0;
    margin-bottom: 20px;
}

.pricing-card.global-pricing-trial.global-pricing-trial-wix {
    margin-top: 0;
}

.global-pricing-trial__head.global-pricing-trial-wix {
    padding: 10px 30px;
    margin-top: 60px;
    margin-bottom: 0;	
    font-size: 28px;
}

.global-pricing-trial__subhead.global-pricing-trial-wix {
    padding: 10px 30px;
    font-size: 19px;
}

.global-pricing-trial__buttons.global-pricing-trial-wix {
    flex-direction: column;
    min-height: 149px;
    justify-content: start;
}

.global-pricing-trial__toggle.global-pricing-trial-wix {
    margin-left: 0;
    padding: 30px 0 11px 0;
}

.global-pricing .global-pricing-cards-wix .pricing-card__foot {
    min-height: 210px;
}

.global-pricing-table.global-pricing-table-wix > tbody > tr > td:first-child {
    width: 32%;
}

.global-pricing-table.global-pricing-table-wix .global-pricing-table__top-cards > td {
    padding-bottom: 10px;
    padding-left: 30px;
}

.global-pricing-table.global-pricing-table-wix .global-pricing-table-top-card {
    width: 94%;
}

.wix-slider-subscription-period {
    margin-bottom: 32px;
    display: inline-block;
    padding: 4px;
    background: rgba(99, 101, 151, 0.2);
    border-radius: 5px;
}

.wix-pricingbtn {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 5px;
    color: #636597;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    width: 55px;
    text-align: center;
}

.wix-pricingbtn.active {
    background: #636597;
    color: #fff;
}

.global-pricing[data-show-for-platform="wix"] {
    margin-top: 0;
}

.feature-check_game {
    height: 26px;
}

/* Hide Game-Changer offer */
#rec507062061 {
    display: none;
}

/* pricing period toggle */
.wrap-pricing_toggle {
    margin-top: 0;
}

.slider-subscription-period {
    margin-bottom: 32px;
    display: inline-block;
    padding: 4px;
    background: rgba(99, 101, 151, 0.2);
    border-radius: 5px;
}

.period-pricingbtn {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 5px;
    color: #636597;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    width: 55px;
    text-align: center;
}

.period-pricingbtn.active {
    background: #636597;
    color: #fff;
}


/* Mobile */
@media (max-width: 768px) {
    .irs {
        display: none;
    }

    .shopify-pricing {
        margin-top: 40px;
        flex-direction: column;
    }

    .global-pricing-cards {
        flex-direction: column;
    }

    .shopify-pricing-right {
        margin-left: 0;
    }

    .pricing-card {
        width: auto;
        margin-bottom: 30px;
        position: static;
    }

    .container {
        padding: 0 10px;
    }

    .pricing-card-tooltip .pricing-card-tooltip__text {
        width: 150px;
        top: 20px;
        left: 0;
    }

    .pricing-card-tooltip {
        position: static;
    }

    .pricing-card-tooltip {
        position: relative;
    }

    .global-pricing-table .pricing-card-tooltip .pricing-card-tooltip__text {
        top: 0;
    }

    .shopify-pricing-table > tbody > tr > td {
        position: relative;
    }

    .dial-container__input,
    .dial-container__count {
        font-size: 16px;
    }

    .faq-wrapper {
        flex-direction: column;
    }

    .faq-wrapper-contact {
        width: auto;
    }

    .faq-wrapper-answers {
        margin: 0;
        margin-top: 60px;
        width: auto;
    }

    .shopify-pricing-table > tbody > tr > td[data-check-icon] {
        padding-left: 10px;
    }

    .wrap-pricing__selector {
        display: block;
    }

    .platform-select {
        margin: 0;
        margin-top: 25px;
        display: block;
    }

    .global-pricing .pricing-card {
        width: auto;
    }

    .global-pricing .pricing-card:last-child {
        margin: 0;
    }

    .global-pricing-trial__buttons {
        flex-direction: column;
    }

    .global-pricing-trial {
        padding: 40px 20px;
    }

    .global-pricing-trial__toggle {
        margin: 0;
        margin-top: 30px;
    }

    .global-pricing-wrapper {
        overflow: scroll;
    }

    .global-pricing-trial__head {
        font-size: 28px;
    }

    .global-pricing-table-top-card__subtitle,
    .global-pricing-table-bottom-card__text {
        font-size: 14px;
    }

    .global-pricing-trial__subhead {
        font-size: 18px;
    }
    
    /*wix new pricing*/
    .pricing-card.global-pricing-trial.global-pricing-trial-wix {
        margin-top: 40px;
        order: 1;
    }
    
    .global-pricing-table-wix, .november2022-pricing-table-desktop {
        display: none;
    }
    
    .wix-pricing-mobile-tables .global-pricing-table-top-card {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .wix-pricing-mobile-tables .global-pricing-table-top-card.active svg {
        transform: rotate(180deg);
    }
    
    .wix-pricing-mobile-tables .global-pricing-table-top-card__head {
        margin-bottom: 0;
    }
    
    .global-pricing-table-wix-mobile_starter, .global-pricing-table-wix-mobile_pro {
        border-collapse: collapse;
        margin-top: 10px;
    }
    
    .global-pricing-table-wix-mobile_starter > tbody > tr, .global-pricing-table-wix-mobile_pro > tbody > tr {
        margin: 15px 20px;
        display: block;
    }
    
    .global-pricing-table-wix-mobile_starter .global-pricing-table__highlight, .global-pricing-table-wix-mobile_pro .global-pricing-table__highlight {
        margin: 0;
        padding: 15px 20px;
    }
    
    .global-pricing-table-wix-mobile_starter .global-pricing-table__highlight td, .global-pricing-table-wix-mobile_pro .global-pricing-table__highlight td {
        font-size: 20px;
        font-weight: 500;
        padding: 0;
        border: none;
    }
    
    .global-pricing-table-wix-mobile_starter tbody > tr > td, .global-pricing-table-wix-mobile_pro tbody > tr > td {
        border-bottom: 1px solid #d6d7ea;
        padding: 0 0 12px 0;
        width: 100% !important;
    }
    
    .global-pricing-table-wix-mobile_starter .pill-label, .global-pricing-table-wix-mobile_pro .pill-label {
        width: 90px;
    }
    
    .global-pricing-table-wix-mobile_starter tbody > tr > td.wix-pricing-table-mobile_button-link, .global-pricing-table-wix-mobile_pro tbody > tr > td.wix-pricing-table-mobile_button-link {
        width: 100vw !important;
        border: none;
    }
    
    .global-pricing-trial__toggle.global-pricing-trial-wix {
        padding-top: 0;
    }

    .global-pricing-mobile-tables .global-pricing-table-top-card {
        width: auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
    }
    
    .global-pricing-mobile-tables .global-pricing-table-top-card.active svg {
        transform: rotate(180deg);
    }
    
    .global-pricing-mobile-tables .global-pricing-table-top-card__head {
        margin-bottom: 0;
    }

    .november2022-pricing-table div.pill-label {
        width: 90px;
    }

    .november2022-pricing-table tbody tr td:last-child {
        padding: 0;
        padding-right: 20px !important;
        text-align: right;
    }

    .november2022-pricing-table__border-margin {
        margin: 10px !important;
    }
}

/* Desktop only */
@media (min-width: 1024px) {
    .wix-pricing-mobile-tables,
    .global-pricing-mobile-tables {
        display: none;
    }
}

/* BCFM listing font color */
.container.bfcm-faq {
    color: #ffffff;
}

@keyframes HideList {
    from {
        transform: scaleY(1);
    }
    to {
        transform: scaleY(0);
    }
}

/* New pricing table */

.november2022-pricing-table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

.november2022-pricing-table > tbody > tr:not(.november2022-pricing-table__highlight) > td {
    border-bottom: 1px solid #D6D7EA;
}

.november2022-pricing-table__highlight {
    background: #ECEDF0;
    cursor: pointer;
}

table tr.november2022-pricing-table__highlight td:not(.november2022-pricing-table__right-block) {
    font-size: 20px;
    font-weight: 500;
    border-radius: 6px 0px 0px 0px;
}

.november2022-pricing-table tbody td {
    padding: 15px 20px;
    font-size: 16px;
}

table .november2022-pricing-table__highlight td {
    padding: 22px;
    border-radius: 0px 6px 0px 0px;
}

.november2022-pricing-table .pill-label {
    margin: 0;
    width: 150px;
    width: fit-content;
    width: -webkit-fit-content;
}

.november2022-pricing-table-top-card {
    padding: 12px;
    width: 200px;
    border-radius: 4px;
    text-align: left;
    /* border: 1px solid #ECEDF0; */
    text-align: center;
}

.november2022-pricing-table-top-card__head {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* color: #fff; */
    margin: 0;
}

.november2022-pricing-table-top-card__subtitle {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.november2022-pricing-table-top-card_pro {
    background: #D6D7EA;
    color: #313249;
}

.november2022-pricing-table-top-card_gh-full {
    background: #313249;
    color: #fff;
}

.november2022-pricing-table-top-card_gh-lite {
    background: #5F6ABE;
    color: #fff;
}

.november2022-pricing-table-bottom-card {
    padding: 20px;
    width: 185px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-radius: 0px 0px 6px 6px;
    text-align: left;
    border-color: #d6d7ea;
}

.november2022-pricing-table-bottom-card__price {
    font-weight: 600;
    font-size: 36px;
    line-height: 120%;
    margin: 0;
}

.november2022-pricing-table-bottom-card__period {
    font-size: 14px;
    line-height: 140%;
    margin-left: 7px;
    font-weight: 500;
    color: #434572;
    opacity: 0.7;
}

.november2022-pricing-table-bottom-card__text {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #434572;
    opacity: 0.7;
    margin-top: 12px;
}

.november2022-pricing-table-bottom-card .pricing-card__button {
    margin-top: 20px;
}

.november2022-pricing-table > tbody > tr > td:first-child {
    width: 100%;
}

.november2022-pricing-table tbody tr:not(.november2022-pricing-table__highlight) td:last-child {
    padding-right: 0;
}

.november2022-pricing-table__border-margin {
    margin: 20px;
    display: block;
}

.november2022-pricing-table__highlight td.november2022-pricing-table__right-block {
    text-align: right;
}

.november2022-pricing-table__highlight td.november2022-pricing-table__right-block svg {
    width: 14px;
    height: 10px;
    stroke-width: 1px;
    stroke: #5F6ABE;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.november2022-pricing-table__highlight td.november2022-pricing-table__right-block:not(.toggled) svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.november2022-pricing-table-mobile .november2022-pricing-table__highlight td {
    padding: 15px 20px;
}

.november2022-pricing-table-mobile td.november2022-pricing-table__right-block svg {
    stroke-width: 2px;
}

.november2022-pricing-table tbody td[data-cross-icon] svg path {
    fill: #313249;
}