.service__item-inner {
    flex-grow: 1;
    justify-content: space-between;
}

.anons-text {
    white-space: normal;
}

.quantity-small {
    gap: 8px;
    justify-content: flex-end;
}

.quantity__input-small {
    width: 40px;
    height: 32px;
}

.quantity__button-small {
    width: 32px;
    height: 32px;
}

.select {
    display: block;
    width: 100%;
    border: 1px solid #e9e9e8;
    border-radius: 4px;
    height: 48px;
    padding: 0 16px;
    line-height: 1;
    font-size: 14px;
    color: #0d110f;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;

    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
}

@media (min-width: 768px) {
    .select {
        font-size: 16px;
    }
}

.select:focus {
    border-color: #00b3db;
}

.link {
    font-size: 0.8rem;
    color: #00b3db;
    text-decoration: underline;
}

.cabinet__payments-item-name {
    font-weight: normal;
}

.cabinet__card_orders-top-inner {
    background: #f2f4fd;
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    gap: 12px;
    padding: 18px 20px;
    border-radius: 2px;
}

.cabinet__card_orders-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
}

@media (min-width: 1300px) {
    .cabinet__card_orders-item {
        gap: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.cabinet__card_orders-item span {
    color: #767674;
}

@media (min-width: 1300px) {
    .cabinet__card_orders-item span {
        display: none;
    }
}

.cabinet__card_orders-item a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #00b3db;
}

.cabinet__card_orders-item a:hover {
    color: #008faf;
}

.cabinet__card_orders-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background: #fff;
    border-radius: 4px;
    padding: 20px 16px;
}

@media (min-width: 1300px) {
    .cabinet__card_orders-row {
        display: grid;
        grid-template-columns: 1fr 0.5fr 0.5fr;
        background: none;
        padding: 18px 20px;
        border-radius: 0;
        border-bottom: 1px solid #f3f3f3;
    }
}

.cabinet__card_orders-row:last-child {
    border-bottom: none;
}

.cabinet__card {
    display: flex;
    flex-direction: column;
    padding: 16px 20px;
    gap: 8px;

    background: #fff;
    border-radius: 4px;

    width: 100%;
    margin-bottom: 28px;
}

.cabinet__card-name {
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
}

.cabinet__card-description {
    color: #6E6C6C;
    font-weight: 500;
}

.alert {
    width: 100%;
    padding: 24px 16px;
    border-radius: 8px;
}

.alert-success {
    background-color: #00B344;
    color: #fff;
}

.alert-danger {
    background-color: #DB2323;
    color: #fff;
}

.service__item-quantity {
    display: flex;
    flex-direction: column;
}

.service__item-quantity i {
    align-self: flex-end;
    font-style: normal;
    text-align: center;
    color: #a3a3a3;
    height: 20px;
    line-height: 20px;
}

.cabinet__distributions-body-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    padding-right: 64px;
}

@media (min-width: 768px) {
    .cabinet__distributions-body-item {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 12px;
        background: none;
        border-radius: 0;
        padding: 14px 20px;
    }
}

.cabinet__distributions-body-item .service-page__item-one {
    width: 100%;
}

.cabinet__credit_pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00b3db;
    overflow: hidden;
    border-radius: 4px;
    border: none;
    padding: 8px;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    font-size: 14px;
}

.button-icon:hover {
    background: #008faf;
}

.email-image {
    height: 18px;
    align-self: flex-start;
}

.file_name {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.message-attachment {
    display: flex;
    gap: 4px;
    align-items: center;
}

.ticket-status-button {
    float: right;
}
.ticket-unread-counter{
    background-color: #00b3db;
    color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-right: 8px;
    line-height: 20px;
}

.quantity-input-pointless {
    border: none;
    pointer-events: none;
}

.service__item-list {
    flex-grow: 1;
}

.order-pays-actions {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.order-pays-actions .cabinet__tabs {
    margin-bottom: 0;
}

.order-pays-actions .button {
    height: 40px;
}

.cart__quantity-container {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.cart__quantity-container span {
    width: 120px;
}

.card__quantity {
    margin: 0;
}

.cart__quantity-period {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.const img {
    width: 100%;
}

.cabinet__chat-center {
    flex-direction: column-reverse;
}

.modal__captcha {
    margin-top: 16px;
    width: 100%;
    padding-bottom: 0;
}

.contacts__captcha {
    margin-top: 16px;
    width: 100%;
}

.verification-button-group {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}
.organization-action-btn{
    font-size: 11px;
    padding: 4px 8px;
    height: auto;
    white-space: nowrap;
    flex-shrink: 0;
    background: none;
    border: 1px solid #00b3db;
    border-radius: 4px;
    color: #484846;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}
.organization-action-btn:hover{
    background: #008faf;
    border-top: none;
    border-bottom: none;
    color: #fff;
}
.organization-action-btn:disabled{
    opacity: 0.5;
    pointer-events: none;
}
.organization-table td{
    word-break: break-word;
}
.application-master-link{
    width: 34px;
    height: 34px;
    min-width: 34px;
    padding: 5px;
    margin-right: 10px;
}
.application-master-link:hover svg path{
    fill: white;
}
.service-page__item-pic{
    min-width: 72px;
}
.service-page__item-text{
    width: auto;
}
.news-page__body-list.service-page .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-page__body-list.service-page .news__item .news__item-pic, .service__list .news__item .news__item-pic {
    display: flex;
    justify-content: center;
}

.news-page__body-list.service-page .news__item .news__item-pic img, .service__list .news__item .news__item-pic img {
    height: 100%;
    width: auto;
    position: relative;
}
.news-page__body-list.service-page .news__item .news__item-pic, .service__list .news__item .news__item-pic {
    background-color: #DADCE3;
}
@media (min-width: 1300px) {
    .news-page__body-list.service-page {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
.news-page__body-list.service-pa .news__item-inner, .service__list .news__item .news__item-pic img{
    min-height: 48px;
}
.header-menu__body{
    padding-top: 48px;
}
.header-menu__navs{
    gap: 0;
}
.header-menu__navs .header-menu__navs-item {
    border-bottom: solid 1px #e9e9e7;
    font-size: 16px;
    line-height: normal;
    padding-bottom: 20px;
}
.header-menu__navs .header-menu__navs-item:not(:first-child){
    padding: 20px 0;
}
.partners-list .service__item-pic::before {
    z-index: 1;
}
.partners-list .service__item-pic img {
    opacity: 1;
    height: auto;
    width: 100%;
    display: block;
    position: relative;
}
.partners-list .service__item-pic .service__item-pic-body {
    height: 100%;
    padding: 0 5px 0 12px;
}
.partners-list .service__item-pic .service__item-pic-body .partner-img-block {
    height: 100%;
    width: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 2px solid #cdd6f8;
    padding-left: 5px;
}
.partners-list .service__item-pic .service__item-pic-body .service__item-pic-name {
    padding-right: 0;
    width: calc(100% - 108px);
}
.cabinet__chat-bottom-inner .ticket-message-textarea{
    resize: none;
    padding-top: 5px;
    padding-bottom: 5px;
    height: fit-content;
    max-height: 100px;
    position: relative;
}
.cabinet__chat-bottom-inner {
   height: fit-content;
    max-height: 100px;
}
.cabinet__chat-item-msg>div{
    position: relative;
}
.status-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.read .status-icon{
    display: block;
}
.user .status-icon {
    right: 0;
    left: auto;
}
.user .status-icon svg path{
    stroke: #9badf1;
}
.new-ticket-form {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
.new-ticket-form .cabinet__empty-button {
    margin-top:0;
    margin-left: 0;
    height: 48px;
    width: 21%;
    min-width: 138px;
}
.new-ticket-form .input {
    min-width: 288px;
    width: 77%;
}
.cabinet__right .ticket-list-items{
    grid-template-columns: 1fr;
}
.cabinet__right .ticket-list-items .service__item-pic{
    height: auto;
    padding: 5px;
    min-height: 68px;
}
@media (max-width: 675px) {
    .new-ticket-form .input {
        min-width: 288px;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .service__item:hover .service__item-pic:before {
        background: #008faf;
        opacity: 1;
    }
}
