.subscriptions {
    margin-bottom: 70px;
}
.flex {
    display: flex;
}
.jc-between {
    justify-content: space-between;
}
p {
    margin: 0;
    padding: 0;
}
.nav-item[data-color="#2367EB"].active path{
	color: #2367EB;
	stroke: #2367EB !important;
	background: #C5D8FF;
}
.subscriptions-info-block {
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
    background: #FFFFFF;
    border-radius:10px;
    width: 100%;
    max-width: 500px;
}

.subscription-mobile-show {
    display: none;
}

.subscriptionsInfoBlock {
    gap: 24px;
    width: 100%;
    max-width: 500px;
}

.subscriptions_notifications__info-wrapper {
    margin-bottom: 15px;
}

.gray-bg {
    padding: 16px 24px;
    background: #3B3F4C;
    border-radius: 10px 10px 0 0;
}

.img-block {
    background-image: url(../../../static-ui/img/image-subscription.png);
    background-repeat: no-repeat;
    height: 132px;
    width: 132px;
    background-size: contain;
    margin-right: 36px;
}

.subscription-status-block {
    align-self: center;
}

.subscription-status-block p:first-child{
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #FFFFFF;
    margin-right: 26px;
    margin-bottom: 12px;
}

.status-block__status {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
    align-self: center;
    position: relative;
    margin-bottom: 12px;
}

.subscription-benefits-block svg {
    margin: 0 auto 12px auto;
}

.subscription-benefits-text {
    font-size: 16px;
    line-height: 22px;
    color: #3B3F4C;
}

.subscription-benefits-text-active {
    color: #FFFFFF;
}

.regular-btn svg {
    margin-left: 8px;
}

.active {
    color: #32CD9E;
}
.status-block__status.active:before {
    background-color: #32CD9E;
}

.inactive {
    color: #A2A2A2;
}
.status-block__status.inactive:before {
    background-color: #A2A2A2;
}
.status-block__status:before{
    top: 8px;
}
.subscription {
    margin-bottom: 12px;
    max-width: 94px;
}
.subscription.d2 {
    background: #525665;
    color: #FFFFFF;
}

.subscription-benefits-block {
    padding: 24px 40px;
    text-align: center;
}
.subscriptions-info-block.active-blue {
    background: #508BFE;
    color: #FFFFFF;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
}
.subscriptions-info-block.active-blue .icon-star{
    color: #C5D8FF;
}
.icon-star {
    font-size: 24px;
    color: #99AFFF;
    margin: 0 auto;
    margin-bottom: 10px;
}

.column {
    flex-direction: column;
}
.self-center {
    align-self: center;
}
.btn-subscribe {
    background: #2E5BFF;
    border-radius: 10px;
    color: #FFFFFF;
    width: 200px;
    height: 48px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin: 20px auto 0;
    cursor: pointer;
}

.btn-subscribe:hover {
    background: #033FF0;
}

.btn-subscribe:disabled {
    cursor: initial;
    background: #2E5BFF;
}

.btn-subscribe-settings-close,
.btn-subscribe-settings-open {
    margin-left: auto;
    width: auto;
    padding: 0 22px;
    height: 42px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: center;
    justify-self: end;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.btn-subscribe-settings-open {
    color: #2E5BFF;
}

.btn-subscribe-settings-close {
    background-color: #2E5BFF;
    color: #ffffff;
}

.btn-subscribe-settings-open svg {
    margin-right: 19px;
}

.btn-subscribe-settings-close svg {
    margin-right: 19px;
}

.btn-subscribe-settings-close svg path {
    fill: #ffffff;
}

.subscriptions-services-block {
    width: 100%;
    flex-grow: 1;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
}

.subscriptionsSettingsBlock {
    width: 100%;
    gap: 24px;
}

.subscriptions-settings-block {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 24px;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
}

.subscriptions-settings-header {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 16px;
}

.subscriptions-settings-active-tag {
    width: 225px;
    height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #FFF9F5;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
}

.subscriptions-settings-active-tag svg {
    margin-right: 16px;
}

.subscriptions-settings-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #3B3F4C;
    margin-bottom: 20px;
}

.subscriptions-settings-break-line {
    border: 1px solid #DFE4EE;
    margin-bottom: 24px;
}

.subscriptions-settings-card-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.subscriptions-settings-card-block svg {
    margin-right: 12px;
}

.subscriptions-settings-cancel-btn-wrapper .subscriptions-settings-text {
    margin-bottom: 0;
}

.subscriptions-settings-cancel-btn-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.subscriptions-settings-cancel-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border-radius: 10px;
    width: 200px;
    height: 44px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    border: 2px solid #E9E9E9;
}

.subscriptions-settings-card {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3B3F4C;
}

.subscriptions-settings-cancel-btn-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.subscriptions-settings-update-btn-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.subscriptions-settings-update-btn {
    background: #F2F6FF;
    color: #2E5BFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 200px;
    height: 44px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.btn-subscribe-settings-mobile {
    margin-right: 10px;
}

.subscriptions-settings-card-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.subscriptions-services-info_container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
}

.subscriptions-services-block>div {
    position: relative;
}

.subscriptions-services_free_wrapper {
    display: flex;
    gap: 24px;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    padding-bottom: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 860px;
}

.subscriptions-services_free_wrapper::-webkit-scrollbar {
    height: 3px;
}

.subscriptions-services_free_wrapper::-webkit-scrollbar-thumb {
    background-color: #a4a4a4;
    border-radius: 5px;
}


.subscriptions-services_container {
    max-width: 940px;
    width: 100%;
    padding: 48px 80px;
}

.subscriptions-services__h {
    font-weight: 600;
    font-size: 18px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 12px;
    display: inline-block;
}

.subscriptions-services__modal_h {
    font-weight: 700;
    font-size: 34px;
    line-height: 24px;
    color: #002B55;
    margin-bottom: 12px;
    text-align: center;
}

.warning {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #EB5757;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;

}
.subscriptions-services__text,
.availableFreeServicesText {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    margin-bottom: 16px;
}

.subscription-orders-list {
    width: 100%;
}
.subscription-order-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 !important;
}

.availableFreeServicesText {
    text-align: left;
}

.subsc-card {
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    background: #F9F9F9;
    width: 100%;
    min-height: 225px;
    max-height: 225px;
    max-width: 174px;
    min-width: 174px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s;
    position: relative;
}

.subsc-card:hover {
    background: #F2F6FF;
}
.subCardWithoutClick {
    cursor: pointer;
}
.subCardWithoutClick:hover {
    background: #F9F9F9;
}

.subsc-card-selected {
    border: 1px solid #2E5BFF;
    cursor: initial;
}

.services_btn {
    margin: 0 auto;
    display: block;
    margin-top: 18px;
    background: #F2F6FF;
    border-radius: 10px;
    width: 200px;
    height: 48px;
    text-align: center;
    padding: 13px;
    color: #2E5BFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
	border: none;
	cursor: pointer;
	outline: inherit;
    transition: .3s;
}

.services_btn:disabled {
    color: #99AFFF;
	cursor: initial;
}

.services_btn:disabled:hover {
    background: #F2F6FF;
}


.services_btn:hover {
    background: #DEE9FF;
}

.card-img {
    width:172px;
    height:172px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-content{
    min-height: 121px;
    background: #F9F9F9;
    margin: 0;
    position: absolute;
    top: 100px;
    border-radius: 0 0 10px 10px;
    width: 172px;
    padding: 12px 12px 22px 12px;
}
.card-content  {
    margin: 0;
}
.popup-content p.card-content-h {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #242424;
    margin: 0;
}
.card-content-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 153.18%;
    color: #242424;
    margin: 0;
    margin-top: 8px;
}
.link-block {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin-right: 25px;
    max-height: 200px;
}

.status-block {
    width: 100%;
    padding: 24px;
    background: #FFFFFF;
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    height: 100%;
    max-height: 194px;
    margin: 0;
}

.regular-table-item__in {
    padding: 0;
}

.my-orders-block__list-item {
    width: 100%;
}
.my-orders-block__list-item + .my-orders-block__list-item {
    margin: 0;
}


.link-block__head {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.link-block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.link-block a {
    display: block;
    margin-top: 18px;
    background: #F2F6FF;
    border-radius: 10px;
    width: 200px;
    height: 48px;
    text-align: center;
    padding: 13px;
    color: #2E5BFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}
.link-block a:hover {
    background: #DEE9FF;
}
.regular-btn {
    border: none;
    color: #2E5BFF;
}

.alert-message {
    position: relative;
    padding: 24px;
    margin-bottom: 29px;
    background: #FFDDC3;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.alert-message.blue {
    background: #F2F6FF;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.alert-message-h {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 4px;
}

.alert-message-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.alert-message-text span {
    cursor: pointer;
    text-decoration: underline;
    color: #2E5BFF;
}
.alert-message-text span:hover{
    color: #033FF0;
}
.alert-message button {
    background: transparent;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2E5BFF;
    border: 2px solid #2E5BFF;
    width: 200px;
    height: 48px;
    cursor: pointer;
    transition: .3s;
}

.left-services {
    display: inline-block;
}

.add-servise {
    background: #F2F6FF;
    border-radius: 8px;
    width: 154px;
    height: 154px;
    position: relative;
    margin: 20px 0px 34px 0;
    cursor: pointer;
}

.add-servise span{
    position: absolute;
    right: 58px;
    top: 58px;
    width: 38px;
    height: 38px;
}
.close.add-servise span {
   opacity: 1;
}
.add-servise span:before,
.add-servise span:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 38px;
    width: 4px;
    background-color: #99AFFF;
    border-radius: 8px;
}
.add-servise span:before {
    transform: rotate(0deg);
    }
.add-servise span:after {
    transform: rotate(-90deg);
}
.add-servise:hover {
    background: #DEE9FF;
}
.add-servise:hover span:before,
.add-servise:hover span:after {
    background-color:#2E5BFF;
}

.service-slot {
    border-radius: 8px;
    width: 154px;
    height: 154px;
    margin: 20px 0px 34px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.left-services {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #767B8D;
    margin-left: 21px;
}
.msg {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #767B8D;
    margin: 0;
}

.popup-wrap_width-940{
	width: 940px;
	max-width: 100%;
    padding: 48px 40px;
}
.popup-wrap__title_dark-blue {
    margin-bottom: 0px;
}
p.free-services-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #242424;
    margin-top: 24px;
    margin-bottom: 32px;
    padding: 0;
}
.free-services .subsc-card {
    max-width: 200px;
    margin-right: 20px;
    cursor: pointer;
}
.free-services .card-img {
    background-image: url(../../../img/free-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:197px;
    height:102px;
    border-radius: 10px 10px 0 0;
}
.popup-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #000000;
}
.free-services .card-content-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 153.18%;
    padding-top: 8px;
}
.popup_free-services button {
    display: block;
    width: 200px;
    height: 48px;
    background: #F2F6FF;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #99AFFF;
    border: none;
    margin: 0 auto;
    margin-top: 32px;
}

.empty-status-block {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    color: #A0A6BA;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.rti-date__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.subscription-status-timeWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.days_remaining_text {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FF5555;
    margin-left: 8px;
}
.regular-table-item__item {
    margin-left: 10px;
    margin-right: 10px;
}
.regular-table-item__item_status {
    flex-basis: 244px;
}
.free-services .subsc-card:hover {
    background: #F2F6FF;
}
.popup-content::-webkit-scrollbar {
	width: 3px;
    height: 3px;
}
.popup-content::-webkit-scrollbar-track {
	background: transparent;
}

.popup-content::-webkit-scrollbar-thumb {
	background: #F2F6FF;
	border-radius: 5px;
}

.popup-content::-webkit-scrollbar-thumb:hover {
	background: #F2F6FF;
}
.regular-btn:hover {
    color: #2367EB;
    background-color: transparent;
}
.subscriptions .my-orders-block__list-item{
    margin-bottom: 0px;
}
.subscriptions .regular-btn {
    position: relative;
    height: 20px;
}
.icon-right {
    position: absolute;
    top: 0;
    right: -6px;
}
.popup-content {
    padding-bottom: 20px;
}
.regular-table-item__item_price-btn {
    flex-basis: 215px;
}

 .subscriptions-services__free {
    display: flex;
    gap: 24px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 20px;
}

 .subscriptions-services__free::-webkit-scrollbar {
     display: none;
 }

.overlay {
    position: fixed;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment_options_text {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #242424;
    margin: 26px 0 8px 0;
}

.renew-subscription_payment_block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.renew-subscription_payment_option {
    cursor: pointer;
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 64px;
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    transition: .3s;
}

.renew-subscription_payment_option:hover svg path {
    fill: #2E5BFF;
}

.renew-subscription_payment_option:hover p {
    color: #2E5BFF;
}

.renew-subscription_payment_option svg path {
    fill: #777B8B;
}

.option-selected {
    border: 1px solid #2E5BFF;
}

.option-selected svg path {
    fill: #2E5BFF;
}

.renew-subscription_payment_option p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #777B8B;
    margin-left: 19px;
    white-space: nowrap;
}

.option-selected p {
    color: #2E5BFF;
}

.renew-subscription_payment_btn_wrapper {
    display: flex;
}

.renew-subscription_payment_btn_wrapper button {
    height: 64px;
    width: 260px;
    margin: 0;
}

.active_subscription_tab {
    flex: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2367EB;
    margin-bottom: 7px;
}

.goToOrderBtn {
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    display: flex;
    text-align: center;
    color: #2E5BFF;
}

.goToOrderBtn svg {
    margin-left: 8px;
}

.subscription-order-info-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: auto;
    gap: 24px;
}

.subscription-order-date-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.subscription-order-date {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
}

.subscription-order-status {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.03em;
}

.subscription-order-name {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
}

.status-block-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

@media screen and (max-width:1300px){
    .subscriptions-info-block {
        max-width: 359px;
    }
    .subscriptionsInfoBlock {
        max-width: 359px;
        gap: 16px;
    }
    .subscriptionsSettingsBlock {
        gap: 16px;
    }
    .subscriptions-services-block {
        max-width: 100%;
        padding: 15px;
        max-height: 100%;
        min-height: 248px;
    }
    .add-servise {
        width: 130px;
        height: 130px;
        margin-bottom: 28px;
        margin-top: 10px;
    }
    .add-servise span {
        right: 48px;
        top: 48px;
        width: 35px;
        height: 35px;
    }
    .service-slot {
        width: 130px;
        height: 130px;
        margin-bottom: 28px;
        margin-top: 10px;
    }
    .subscription-benefits-block {
        padding: 15px 18px;
    }
    .subscription-benefits-block .flex.jc-between .flex.column:first-child {
        flex-basis: 117px;
    }
    .subscription-benefits-block p {
        font-size: 12px;
        line-height: 16px;
        margin: 0;
    }
    .subscriptions-services__h {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
        padding-bottom: 5px;
    }
    .warning {
        font-size: 14px;
        line-height: 19px;
    }

    .left-services {
        font-size: 13px;
        line-height: 18px;
        margin-left: 15px;
    }
    .subscription-status-block p:first-child {
        font-size: 16px;
        line-height: 20px;
    }
    .status-block__status {
        font-size: 12px;
        line-height: 14px;
    }
    .status-block__status:before{
        top: 4px;
    }
    .subscription-date {
        font-size: 12px;
        line-height: 16px;
    }
    .img-block {
    width: 99px;
    height: 94px;
    margin-right: 20px;
    }
    .msg {
        font-size: 9px;
        line-height: 12px;
    }
    .link-block {
        max-width: 359px;
        padding: 15px;
        width: 100%;
    }
    .link-block__head {
        font-size: 14px;
        line-height: 14px;
    }
    .link-block__text {
        font-size: 13px;
        line-height: 18px;
    }
    .link-block a {
        width: 100%;
        font-size: 14px;
        line-height: 19px;
        height: 45px;
        margin-top: 15px;
    }
    .subscriptions .rti-date__date {
        font-size: 13px;
        line-height: 14px;
        color: #000000;
    }
    .subscriptions .rti-desciption__text {
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 0;
    }
    .subscriptions .rti-status__item {
        font-size: 12px;
        line-height: 12px;
    }
    .status-block {
        max-width: 100%;
        padding: 15px;
        margin-bottom:0;
        max-height: 152px;
    }
    .regular-table-item__item_date {
        align-items: center;
    }

    .subscriptions-services_free_wrapper {
        max-width: 719px;
        padding-bottom: 40px;
    }

    .subsc-card {
        min-height: initial;
        min-width: 150px;
        max-width: 150px;
    }
    .card-img {
        width: 150px;
        height: 150px;
    }
    .card-content {
        top: 70px;
        min-height: initial;
        width: 150px;
    }

    .goToOrderBtn {
        font-size: 13px;
    }

    .status-block-wrapper {
        gap: 12px;
    }

    .subscription-order-date {
        font-size: 13px;
        line-height: 14px;
    }

    .subscription-order-status {
        font-size: 12px;
        line-height: 24px;
    }

    .subscription-order-name {
        font-size: 13px;
        line-height: 14px;
    }

}

    @media screen and (max-width:1300px)and (min-width: 600px){
    .regular-table-item__in > .regular-table-item__item_status {
        grid-column: 2;
         grid-row: 1;
        align-self: center;
    }
    .regular-table-item__in > .regular-table-item__item_description {
         grid-column: 3;
        align-self: center;
    }
    .regular-table-item__in > .regular-table-item__item_description {
        grid-row: 1;
    }
    .subscriptions .regular-btn {
        font-weight: 600;
        font-size: 13px;
        line-height: 14px;
        height: 14px;
        width: 130px;
    }
    .regular-table-item__in {
        grid-template-columns: 14% 19% 31% 19%;
    }
    .rti-price-btn__btn {
        display: block;
    }
    .regular-table-item__in > .regular-table-item__item_price-btn {
        grid-row: 1;
        grid-column: 4;
    }
    .regular-table-item__item {
        margin-bottom: 16px;
    }
        .subscriptions-services_free_wrapper {
            max-width: 100%;
        }
}

@media screen and (max-width:1000px){
    .subscription-mobile-hide {
        display: none;
    }
    .subscription-mobile-show {
        display: initial;
    }
    .subscriptionsInfoBlock {
        max-width: 100%;
    }
    .subscriptions-flex {
        flex-wrap: wrap;
    }
    .link-block a {
        width: 200px;
    }
    .link-flex {
        flex-wrap: wrap;
    }
    .subscriptions-info-block {
        display: flex;
        width: 100%;
        max-width: 100%;
    }
    .subscription-benefits-block {
        width: 100%;
    }
    .gray-bg {
        width: 100%;
        border-radius: 10px 0 0 10px;
    }
    .link-block {
        order: 2;
        padding: 15px;
        margin-right: 0;
        max-width: 100%;
    }
    .alert-message {
        flex-wrap: wrap;
        padding: 15px;
    }
    .alert-message button {
        font-size: 14px;
        line-height: 19px;
    }
    .alert-message-h {
        font-size: 14px;
        line-height: 19px;
    }

    .alert-message-text{
        font-size: 13px;
        line-height: 18px;
    }
    .empty-status-block {
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }
    .card-img {
        width: 100%;
    }
    .subsc-card {
        margin-right: 15px;
    }
    .subscriptions-info-block {
        margin-right: 0;
    }
    .btn-subscribe {
        margin-top: 15px;
        width: 280px;
        height: 45px;
        font-size: 14px;
        line-height: 19px;
    }
    .subscriptions-services__free {
        display: flex;
        justify-content: space-between;
        gap: 24px;
    }
    .subsc-card {
        margin-right: 0px;
        flex-basis: 49%;
    }
    .popup-wrap_width-940 {
        padding: 30px 25px;
    }
}
@media screen  and (max-width: 800px) {
    .regular-table-item__in {
        grid-template-columns: 12% 15% 31% 19%;
    }
    .warning,
    .subscriptions-services__h{
        position: relative;
        display: block;
    }
}
@media screen and (max-width:600px) {
    .my-orders-block__in {
        padding-bottom: 15px;
        padding-top: 60px;
    }
    .popup-content p.card-content-h {
        font-size: 12px;
        line-height: 16px;
    }
    .btn-subscribe {
        width: 100%;
    }
    .subscriptions-services__text  {
        font-size: 13px;
        line-height: 18px;
    }
    .subsc-card {
        max-width: 155px;
        min-width: 155px;
    }
    .subsc-card-from-popup {
        max-width: 200px;
        min-width: 202px;
    }
    .alert-message {
        margin-bottom: 15px;
    }
    .subscriptions-info-block {
        display: block;
    }
    .add-servise {
        width: 160px;
        height: 160px;
        margin-bottom: 0px;
    }
    .gray-bg {
        border-radius: 10px;
    }
    .add-servise span {
        right: 62px;
        top: 62px;
    }
    .service-slot {
        width: 160px;
        height: 160px;
        margin-bottom: 0px;
    }
    .alert-message button {
        width: 100%;
    }
    .subscriptions-info-block {
        max-width: 100%;
        margin-right: 0;
        overflow-y: hidden;
        max-height: 600px;
    }
    .subscriptions-services-block {
        padding: 15px;
        max-height: 100%;
    }
    .subscriptions-services-info_container {
        display: flex;
        align-content: center;
        flex-direction: column;
    }
    .subscriptions-services_free_wrapper {
        align-content: initial;
        justify-content: center;
        flex-wrap: wrap;
        max-height: 600px;
        overflow-y: scroll;
        gap: 40px 12px;
    }
    .card-content{
        width: 155px;
    }
    .card-content-from-popup {
        width: 200px;
    }
    .subscriptions-services_container {
        padding: 20px 30px;
    }
    .subscriptions-services__free {
        gap: 12px;
        max-height: 60vh;
        flex-direction: column;
        align-items: center;
    }
    .link-block__head {
        font-size: 14px;
        line-height: 14px;
    }
    .link-block__text {
        font-size: 13px;
        line-height: 18px;
    }
    .link-block a {
        width: 100%;
    }
    .status-block {
        padding: 15px;
        max-height: 100%;
    }

    .subscriptions .regular-table-item__item {
        margin-bottom: 10px;
    }
    .regular-table-item__in > .regular-table-item__item_description {
        margin-left: 0;
    }

    .subscriptions .rti-price-btn__btn {
        display: flex;
    }

    .self-center {
        width: 100%;
    }
    .subscriptions .regular-btn {
        font-weight: 600;
        font-size: 13px;
        line-height: 14px;
        height: 14px;
        width: 130px;
    }
    .regular-table-item__in {
        grid-template-columns: 20% 30% 41% 0%;
        margin-bottom: 20px;
    }
    p.free-services-text {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
    }
    .free-services .subsc-card {
        margin-bottom: 12px;
        margin-right: 0;
    }
    .popup-wrap_width-940 {
        padding: 20px 30px;
    }
    .free-services .flex {
        flex-wrap: wrap;
        justify-content: center;
    }
    .msg {
        margin-top: 10px;
    }
    .renew-subscription_payment_block {
        flex-direction: column;
    }
    .subscriptions-services__modal_h {
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 10px;
        text-align: center;
    }
    .subscriptions-services__text {
        font-size: 14px;
        line-height: 24px;
    }
    .renew-subscription_payment_option {
        padding: 20px;
        flex-direction: column;
        height: auto;
    }

    .renew-subscription_payment_option p {
        margin: 15px 0 0 0;
    }

    .subscriptions-settings-header {
        font-size: 16px;
    }

    .subscriptions-settings-block {
        width: 100%;
        max-width: 100%;
        max-height: initial;
        padding: 20px 24px;
        margin-bottom: 0;
    }

    .subscriptions-settings-text {
        font-size: 14px;
        line-height: 16px;
    }

    .subscriptions-settings-cancel-btn-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .subscriptions-settings-cancel-btn-text-wrapper {
        margin-bottom: 20px;
    }

    .subscriptions-settings-cancel-btn {
        width: 100%;
    }

    .subscriptions-settings-update-btn-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .subscriptions-settings-update-btn {
        margin-top: 20px;
        width: 100%;
    }

    .subscriptions-settings-card {
        font-size: 14px;
        line-height: 19px;
    }
    .subscriptionsInfoBlock {
        gap: 8px;
    }
    .subscriptionsSettingsBlock {
        gap: 8px;
    }

    .subscription-order-info-wrapper {
        flex-direction: column;
         align-items: initial;
        margin-right: auto;
        gap: initial;
    }

    .subscription-order-item {
        align-items: initial;
    }
}
