.account-page-wrapper {
    padding: 22px 0;
    min-height: calc(100vh - 73px);
    display: flex;
    flex-direction: column;
}
.account-page-wrapper .container {
    flex: auto;
    display: flex;
    flex-direction: column;
}
.account-sidebar__container {
    flex: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 137px);
    overflow: hidden;
}
.account-page {
    flex: auto;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 10px;
}
.account-page__sidebar {
    flex: 0 0 290px;
    border-right: 1px solid #EAEBF2;
}
.account-page__content {
    width: 0;
    flex: auto;
}
.account-sidebar {
    padding: 10px;
    display: flex;
    flex-direction: column;
    
}
.account-sidebar__head {
    padding: 10px 10px 20px 10px;
}
.section-title {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #333333;
}
.mt-auto {
    margin-top: auto;
}
.account-page__item {
    position: relative;
}
.account-page__item.has-border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #EAEBF2;
}

.account-sidebar__body {
    flex: auto;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.account-page__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    border-radius: 5px;
}
.account-page__link:hover {
    color: #8558FF;
}
.account-page__link.active {
    color: #8558FF;
    background: #FBFBFB;
}
.account-page__link.active span,
.account-page__link:hover span {
    color: #333333;
}
.account-page__link span:not(:first-child) {
    margin-left: 10px;
}

.content-item + .content-item {
    border-top: 1px solid;
}

.content-body__item {
    padding: 0 30px;
}

.content-body__option {
    padding-top: 20px;
}
.content-body__header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mb-20 {
    margin-bottom: 20px;
}
.content-body__option + .content-body__option{
    border-top: 1px solid #EAEBF2;
}

.account-pricing__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.account-pricing__col {
    flex: 0 0 50%;
    padding: 0 15px;
}
.btn-w-shadow {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #8558FF;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 5px;
    outline: none;
    border: 0;
    border-color: transparent;
}
.btn-md {
    padding: 14px;
}

.account-pricing__item {
    border-radius: 5px;
    padding: 20px;
}
.account-paymants__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.account-pricing__item.--default {
    border: 1px solid #8558FF;
}
.account-pricing__item.--primary {
    background: linear-gradient(79.95deg, #4298E8 0%, #8044DB 100%), #FFFFFF;
}
.account-pricing__head {
    display: flex;
    align-items: flex-start;
}

.account-pricing__title {
    flex: auto;
    margin-bottom: 30px;
}

.account-pricing__price {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 30px;
}

.account-pricing__price.--free {
    text-transform: uppercase;
    color: #333333;
}
.account-pricing__title  .block-title {
    margin-bottom: 5px;
}
.block-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.account-pricing__item.--primary .block-title,
.account-pricing__item.--primary .account-pricing__subtitle ,
.account-pricing__item.--primary .account-pricing__price,
.account-pricing__item.--primary .actions-link{
    color: white;
}
.account-pricing__price span{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}

.account-pricing__item.--default .account-pricing__subtitle{
    color: #9A9A9A;
}
.account-pricing__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.account-pricing__actions {
    display: flex;
    flex-wrap: wrap;
}
.account-pricing__actions .btn-md:not(:last-child){
    margin-right: 8px;
}
.actions-link  {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}
.block-subtitle {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #9A9A9A;
}
.flex-auto {
    flex: auto;
}
.content-body__option-title .block-title:not(:last-child) {
    margin-bottom: 8px;
}
.content-body__option-wrapper {
    display: flex;
    align-items: center;
}
.content-body__option .check-block {
    width: 50px;
    height: 26px;
}
.content-body__option label.bill.bill_annually {
    padding: 0;
}

.content-body__option input.--custom-checkbox:not(checked) + label:before {
    top: 0;
}
.content-body__option input.--custom-checkbox:not(checked) + label:after {
    top: 2px;
}

.account-paymants {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.account-paymants__col {
    flex: 0 0 25%;
    padding: 0 7.5px;
}
.account-paymants__item {
    padding: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 5px;
    height: 100%;
}
.account-paymants__item.--checked {
    box-shadow: none;
    border: 1px solid #8558FF;
}
.module__check input,
.module__radio input {
  display: none;
}

.module__check {
  cursor: pointer;
  display: inline-flex;
}

.module__check .text {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.delete-method {
    display: block;
}
.module__check .check {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 5px;
}
.module__check .check:not(:last-child) {
    margin-right: 15px;
}
.module__check input:checked + .check {
  background: #7C4DFF url("/img/checkbox_icon.svg") no-repeat center center;
}

.account-paymants__name {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #9A9A9A;
    margin-bottom: 5px;
}

.account-paymants__cadr {
    display: flex;
    align-items: center;
}

.account-paymants__cadr-ico {
    margin-right: 10px;
}

.account-paymants__cadr-num {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.mb-15 {
    margin-bottom: 15px;
}

.account-paymants__item.--add-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #FBFBFB;
    box-shadow: none;
}

.account-paymants__item.--add-new > span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #9A9A9A;
    margin-top: 5px;
}
.table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
}

.table th,
.table td {
    padding: 10px 15px;
    vertical-align: middle;
}

.table th {
    text-align: start;
}

.table thead tr th {
    background: #FBFBFB;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #9A9A9A;
}
.table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
}
.table thead tr th:last-child {
    border-radius:0 5px 5px 0;
}

.table tbody tr td {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.font-medium {
    font-weight: 600!important;
}

.table-link {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #8558FF;
}

.table-wrapper {
    overflow: auto;
}
.popup_content__head,
.popup_content__body,
.popup_content__actions {
    padding: 20px 30px 0 30px;
    
}
.popup_content__body:not(:last-child),
.popup_content__head:not(:last-child) {
    border-bottom: 1px solid #EAEBF2;
}
.popup_content__head .popup_title {
    margin-bottom: 20px;
}

.popup_content__actions {
    display: flex;
    justify-content: flex-end;
}
.popup_content__actions .btn2:not(:last-child) {
    margin-right: 12px;
}

#add-card .popup{
    max-width: 460px;
}

.user-logined-wrpr {
    display: flex;
}
.user-logined {
    display: flex;
    align-items: center;
}
.user-logined__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
}
.user-logined__name {
    padding: 0 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
}
.user-logined__logout {
    display: block;
}

.user-logined-wrpr > .btn2-standart {
    padding: 10px 12px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 30px;
}
.account-sidebar__open {
    display: none;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 30px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(79.95deg, #4298E8 0%, #8044DB 100%), #FFFFFF;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media (max-width: 992px) {
    .account-sidebar {
        position: fixed;
        width: 250px;
        top: 0;
        left: -250px;
        height: 100%;
        background-color: #fff;
        z-index: 200;
        transition: all .2s ease;
    }
    .account-sidebar.open {
        left: 0;
    }
    .account-sidebar__container {
        max-height: none;
    }
    .account-sidebar__open {
        display: flex;
    }
    .account-sidebar.open .account-sidebar__open svg {
        transform: rotate(180deg);
    }
    .account-paymants__col {
        flex: 0 0 33.333333%;
    }
    
}

@media (max-width: 768px) { 
    .account-paymants__col {
        flex: 0 0 50%;
    }
    .account-pricing__col {
        flex: 0 0 100%;
    }
}
@media (max-width: 575px) { 
    .columns-settings .col-6 {
        flex: 0 0 100%!important;
    }
    .delete-block {
        flex-direction: column;
    }
}
@media (max-width: 450px) { 
    .group-btn .w-150 {
        width: auto;
    }
    .content-body__item {
        padding: 0 15px;
    }
    .account-paymants__col {
        flex: 0 0 100%;
    }
}
