.zak_nav_links {
    display: flex;
    flex-direction: row;
    align-items: : center;
    justify-content: center;
}

.zak_nav_link {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #E66933;
    padding: 6px 38px;
}

.zak_nav_link-active {
    background-color: #F5F0F0;
}

.zak_title {
    font-family: Raleway;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 160%;
    color: #000000;
    margin: 30px 0px;
}

.zak_cards {}

.zak_card {
    max-width: 750px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.zak_card-top_line {
    display: flex;
    flex-direction: row;
    background: #231F20;
    justify-content: space-between;
    color: white;
    padding: 13px 20px;
}

.zak_number {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
}

.zak_status-label {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin-top: 3px
}

.zak_status-show {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    margin-left: 11px;
    padding: 3px 5px;
    background-color: #FF8C00;
}

.zak_status-show-secses {
    background: #32CD32;
}

.zak_status-show-cancel {
    background: #DC143C;
}

.zak_status-show-good {
    background: #8A2BE2;
}

.zak_status-show-wait {
    background: #4169E1;
}

.zak-info {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.card-row {
    display: flex;
    flex-direction: row;
    border: 1px solid #F3F3F3;
}

.card-row p {
    padding-left: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 18px 25px;
}

.card-row-title {
    font-weight: bold !important;
    border-right: 1px solid #F3F3F3;
    width: 33%;
}

.card-zak-list {
    margin: 0;
    padding: 0;
    width: 67%;
}

.card-zak-list ol {
    counter-reset: item;
    padding: 18px 25px;
    margin: 0;
}

.card-zak-list li {
    list-style-type: none;
}

.card-zak-list ol li:before {
    counter-increment: item;
    content: counter(item, decimal) ".";
    font-weight: bold;
    margin: 0 10px 0 0;
}

.card-zak-list ol li a {
    color: #000000;
    cursor: pointer;
}

.zak-info-btn-group a {
    padding-top: 19px;
    padding-bottom: 19px;
    font-size: 13px;
    align-items: center;
    margin-bottom: 18px;
    margin-top: 18px;
    margin-right: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    font-weight: bold;
}

.zak-info-btn-group {
    background: #F3F3F3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.zak-info-link-first {
    background: rgba(51, 51, 51, 0.06);
    margin-left: 16px;
    color: #000000;
    opacity: 0.7;
}

.zak-info-link-first:hover {
    background: rgba(51, 51, 51, 0.06);
    margin-left: 16px;
    color: #000000;
    opacity: 0.7;
}

.zak-info-link-second {
    border: 1px solid #E66933;
    color: #E66933;
}

.zak-info-link-last {
    background: #E66933;
    color: #FFFFFF !important;
}

.pagination-block {
    display: flex;
    justify-content: center;
}

ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: #2C2C2C;
    font-weight: 500;
    font-size: 14px;
    opacity: 1;
    float: left;
    padding: 9px 16px;
    text-decoration: none;
}

ul.pagination li a.active {
    color: #E66933;
    border-radius: 50%;
}

ul.pagination li a:active:not(.active) {
    background-color: #E66933;
}

ul.pagination li a i {
    background-color: #E66933;
}

.pagination-row-first {
    margin-right: 14px;
}

.pagination-row-second a svg {
    transform: rotate(180deg);
    margin-left: 1px;
    margin-top: 3px;
}

.pagination-row-first a svg {
    margin-left: 1px;
    margin-top: 3px;
}

.pagination-row-first a {
    border-radius: 50%;
    background: rgba(224, 224, 224, 0.3);
}

.pagination-row-second a {
    border-radius: 50%;
    background: rgba(224, 224, 224, 0.3);
}

.pagination-row-second a:hover path,
.pagination-row-first a:hover path {
    stroke: #ffffff;
}

.pagination-row-second a:hover,
.pagination-row-first a:hover {
    background-color: #E66933;
}

.pagination-block {
    margin-bottom: 70px;
}


/*корзина*/

.basket-description p {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 50px;
}

.basket-info {
    margin-bottom: 42px;
}

.basket-card-top {
    display: flex;
    flex-direction: column;
    border: 1px solid #F3F3F3;
    padding: 0;
    padding-top: 26px;
    padding-left: 40px;
    border: 1px solid #C1C1C1;
}

.basket-card-description {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 18px;
}

.basket-card {
    display: flex;
    flex-direction: row;
    border: 1px solid #C1C1C1;
    border-top: none;
    padding: 0;
    padding-top: 26px;
    padding-left: 40px;
}

.basket-card-img {
    max-width: 30%;
    width: 100%;
    margin-right: 30px;
}

.basket-card-img img {
    padding: 11px;
    background-color: #fff;
}

.basket-card-img img {
    background: #FFFFFF;
}

.basket-card-info {
    max-width: 60%;
    width: 100%;
}

.basket-card-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
}

.basket-card-name p {
    margin: 0;
}

.basket-card-art {
    font-size: 14px;
    line-height: 24px;
    color: #505050;
}

.basket-card-prise {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.basket-card-prise p {
    margin-top: 10px;
}

.basket-card-prise label {
    color: #BDBDBD;
    font-weight: normal;
    font-size: 12px;
    align-items: center;
}

.basket-card-prise p {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}

.basket-card-prise p input {
    margin-right: 40px;
}

.basket-card-calculate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.basket-card-prise-bolt {
    color: #E66933;
    padding-top: 5px;
}
.basket-card-prise-bolt, .basket-card-prise-block-x {
    margin: auto 0;
}
.card__name {
    max-width: 435px;
    margin-right: 25px;
}

.basket-card-block-license {
    background: #F5F0F0;
}

.basket-card-close {
    max-width: 10%
    
    margin-right: 20px;
}

.basket-card-prise-raw {
    margin-left: 15px;
    padding-top: 2px;
}

.basket-card-prise-block-x {
    display: flex;
    flex-direction: row;
}

.basket-card-prise-x {
    margin: 0 10px 0 auto;
}

.basket-card-block-nolicense {
    background: #ffffff;
}

.basket-card-title2 h2 {
    margin: 0 !important;
    padding-bottom: 26px;
}

.basket-input-promo-grup {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.basket-input-promo-grup-addpromo {
    display: flex;
    flex-direction: row;
}

.basket-input-promo-grup-addpromo {
    margin-bottom: 40px;
}

.basket-input-promo-grup-btn {
    border: 1px solid #E66933;
    color: #E66933;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    align-items: center;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 30%;
    font-weight: bold;
    margin-left: 26px;
}

.zak-chek {
    color: #000 !important;
}

.total-block {
    display: flex;
    flex-direction: row;
    margin-top: 32px;
    margin-bottom: 50px;
}

.total-text {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.total-text-first,
.total-text-second {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.total-text-first,
.total-text-second p {
    font-weight: 500;
    font-size: 16px;
}

.total-sum-block {
    display: flex;
    flex-direction: column;
    padding-left: 60px;
}

.total-sum-block-title {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 0;
}

.total-sum-block-sum {
    font-weight: bold;
    font-size: 40px;
    color: #E66933;
}

.total-block-btn {
    background: #E66933;
    color: #FFFFFF !important;
    padding: 15px 38px 15px 38px;
    font-size: 13px;
    align-items: center;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    align-self: center;
    margin-bottom: 70px;
}

.btn-zak:hover {
    background: #cd4f19;
    border-color: #cd4f19;
    color: #FFFFFF;
}

;
.btn-zak:hover {
    background: #cd4f19;
    border-color: #cd4f19;
    color: #FFFFFF;
}

;
.btn-zak2:hover {
    background: none;
    border-color: #cd4f19;
    color: #cd4f19;
}

.qestion-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.qestion-group-item {
    border-radius: 50%;
    background-color: #E66933;
    width: 24px;
    min-width: 24px;
    height: 24px;
    padding-left: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.qestion-group-item span {
    line-height: 16px;
}

.qestion-group label {
    padding-top: 5px;
    margin-left: 9px;
    color: #252525;
    font-weight: normal;
    font-size: 13px;
}

.tooltip {
    position: relative;
    width: 20%;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 219px;
    height: 111.8px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 16px 19px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    right: 18%;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.error-balls {
    color:red;
    margin-bottom: 10px;
    display: none;
}