@font-face {
    font-family: "Gabriola";
    src: url(../fonts/gabriola.ttf);
}

@font-face {
    font-family: "Verdana";
    src: url(../fonts/Verdana.ttf);
}

@font-face {
    font-family: "Verdana-Bold";
    src: url(../fonts/Verdana-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body{
    height: 100vh;
    font-family: "Verdana";
    font-size: 18px;
}

.wrap {
    margin: 0 auto;
    max-width:210mm;
    padding: 0 15px 15px;
    position: relative;
}

.admin__menu{
    position: absolute;
    top: 0;
    left: -100px;
}
.admin__link{
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    background-color: #5bafd6;
    font-size: 16px;
    /* font-weight: bold; */
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px black;
    min-width: 110px;
    margin: 0.5%;
    text-align: center;
    color: black;
}


.heading {
    padding: 0;
}
.heading img {
    width: 100%;
    height: 100%;
    display: block;
}
.menu {
    display: flex;
    justify-content: space-around;
    background-color: #EAFCFC;
    flex-wrap: wrap;
}
.menu-button {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 5px;
    background-color: #5bafd6;
    font-size: 16px;
    /*font-weight: bold;*/
    border-radius: 10px;
    border: none;
    box-shadow: 2px 2px black;
    min-width: 110px;
    margin: 0.5%;
    text-align: center;
    color: black;
}
.mini-cart-qty{
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    max-width: 25px;
    min-width: 20px;
    height: 20px;
    color: white;
    border-radius: 10px;

    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 0 2px;
}
.menu-button.bold{
    font-weight: bold;
}


.add-to-cart-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    background: #eafcfc;
    transform: translate(-50%, -50%);
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    box-shadow: 0 0 5px #333;
    border: 4px solid #1c6ca1;
    align-items: center;
    min-width: 300px;
    text-align: center;
}
.add-to-cart-modal__buttons {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.add-to-cart-modal__button {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #3775dd;
    box-shadow: 0 2px #21487f;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
    width: 100%;
}
.add-to-cart-modal__button:hover {
    background-color: #002fed;
}

.content {
    background-color: #EAFCFC;
}
.content-items {
    display: flex;
    text-align: justify;
    /* align-items: center; */
    padding: 10px 10px;
    margin-bottom: 10px;
    border: 1px solid #1c6ca1;
}
.content-items.znachki {
    display: block;

}

.content-items.contacts{
    border: none;
    display: block;
}

.content-item-img {
    width: 20%;
    min-width: 150px;
    padding-top: 2%;
    height: 50%;
}
.content-items-text {
    display: flex;
    flex-direction: column;
}
.content-text {
    padding: 2%;
    font-size: 150%;
    line-height: 36px;
    color: #0232D3;
}
.content-text-clik {
    color: #0232D3;
}
.content-info {
    margin: 1% 4% 0 4%;
    border: 5px solid red;

}
.content-info-text {
    padding: 30px;
    text-align: justify;
    font-size: 24px;
}
.content-info-text-color {
    color: red;
    text-align: justify;
    font-size: 24px;
}
.footer {
    text-align: center;
    font-weight: normal;
    padding: 20px 0 20px 0;
}
/************************************************************/



table td {height: 30px; vertical-align: bottom;} /* выравнивание по нижней границе ячейки */

.header__bg{
    background: #212529;
}
.wrapper{
    max-width: 1920px;
}

.header__wrap{
    display: flex;
    justify-content: space-between;

}
/*
.container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}
*/
.header{
    padding: 15px 0;
    margin: 0 0 20px 0;
}
.link{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #C8C9CB;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ul{
    display: flex;
}

.btn-secondary {
    color: black;
    background-color: #5bafd6;
    border-color: #5bafd6;
    margin-right: 20px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;

    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.d-flex{
    display: flex;
    margin: 0 0 20px 0;
}
h2 {
    font-size: 25px;
    margin: 0 0 20px 0;
    text-align: center;
}
.form__date{
    margin: 0 0 20px 0;
}

/**********************************************************************************************************************************************************/
a{
    color: #000;
}
.table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0 50px 0;
    font-size: 20px;

    min-height: 100%;

    align-items: center;
    padding: 100px 10px 100px 10px

}
.table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}
.table td {
    border: 1px solid #dddddd;
    padding: 5px;
}
.table tr td:first-child, .table tr th:first-child {
    border-left: none;
}
.table tr td:last-child, .table tr th:last-child {
    border-right: none;
}
.table tr:hover{
    background: #efefef;
}

/**********************************************************************************************************************************************************/
.auth_form{
    max-width: 450px;
    margin: 40px auto;

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

    padding: 30px 20px;
    background-color: #EAFCFC;

}

.mb-4 {
    margin-bottom: 0.9rem!important;

}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #000000;
    position: relative;
    z-index: 1;
    outline: 0 none;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
}

.form-control:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(201, 221, 251, 1);
}

.flex__button{
    display: flex;
    justify-content: center;

}
.form_captcha_block{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem
}

.form_captcha{
    width: 46.8px;
    height: 46.8px;
    font-size: 21px;
    padding: 16px;
}

.form_captcha_label{
    padding: 0 10px 0 0;
}


.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}


/*popup*/

.popup__account {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 2;
    overflow-y: auto;
    transition: all 0.8s ease 0s;
}

.popup__body__account {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 10px 100px 10px;
}
.popup__img{
    width: 20px;
    height: 20px;
}

.popup__content__account {
    position: relative;
    bottom: 100px;
    background-color: #EAFCFC;
    color: #212529;
    width: 400px;
    max-height: 880px;
    border-radius: 5px;
    padding: 30px 30px 30px 30px;
    transition: all 0.9s ease 0s;
}

.popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #212529;
    text-decoration: none;
}

.popup_mg {
    width: 100%;
    background-color: #fff;
    color: #212529;
    border: none;
    margin-top: 10px;
    padding: 10px;
}

.popup__title {
    font-size: 20px;
    margin: 0px 0px 1em 0px;
}

/*модальное окно */
.popup{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: gray;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s
}


.popup:target{
    opacity: 1;
    visibility: visible
}

.popup.open{
    opacity: 1;
    visibility: visible
}

.popup__body{
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 10px 100px 10px
}

.popup__content{
    position: relative;
    bottom: 100px;
    background-color: #EAFCFC;
    color: #212529;
    width: 400px;
    max-height: 880px;
    border-radius: 5px;
    padding: 30px 30px 30px 30px;
    transition: all 0.9s ease 0s;
    transform: scale(0);
    opacity: 0;

}
.popup__account.active{
    transform: scale(1);
    opacity: 0

}

.popup:target .popup__content{
    transform: scale(1);
    opacity: 1
}
.popup.open .popup__content{
    transform: scale(1);
    opacity: 1
}


.popup_submit:hover{
    background-color: #145F16;
}
.popup__area{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

/**/

.password-control {
    position: absolute;
    top: 52%;
    right: 6px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/view.png) no-repeat center top / cover;;
    z-index: 2;
}
.password-control.view {
    background: url(/img/no-view.png) no-repeat center top / cover;;
}
.password{
    position: relative;
}


/*Кнопка 2*/

.button25 {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 15px 15px 0;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    background-color: #3775dd;
    box-shadow: 0 2px #21487f;
    cursor: pointer;
    user-select: none;
    appearance: none;
    touch-action: manipulation;
    vertical-align: top;
}
.button25.ref{
    margin: 0 0 0 20px;
 }


.button25.znachki{
    margin: 0;
}

.button25:hover {
    background-color: #002fed;
}
.button25:active {
    background-color: #2f599e !important;
}
.button25:focus-visible {
    box-shadow: 0 0 0 3px lightskyblue;
}
.button25:disabled {
    background-color: #6c87b5;
    pointer-events: none;
}
.button_block{
    padding: 20px 0;
}
.button_block.znachki{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.input-count {
    height: 100%;
    width: 55px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #c5c5c5;
}

.znachki__block{
    height: 50vh;
    padding: 50px 10px;
}

.account__title{
    margin-bottom: 20px;
}

.modal-wrap_text.reports {
    background: #FFFFFF;
    box-shadow: 0 2px 2px rgb(0 25 66 /25%);
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.popup__form input {
    border-bottom: 1px solid #000;
}

.modal-wrap_text {
    margin-bottom: 10px;
    padding: 10px;
}
.modal-button.reports {
    display: flex;
    margin-top: 30px;
}
.button-style.reports {
    padding: 4px 25px;
}
.button-style {
    border-radius: 5px;
    color: #001942;
    padding: 10px 25px;
    background: #fff;
    align-content: center;
    border: 1px solid #001942;
    margin-right: 20px;
    transition: all 1.5s ease;
}
.button-style:hover {
    background-color: #001942;
    color: #ced4da;
}

/*card*/

.container_tab {
    border-top: 2px solid #ececec;
    min-width: 320px;
    max-width: 100%;
    padding: 100px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color:#000000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    top: 0;
    left: 0;
    z-index: 2;
    /*opacity: 0.5;*/
    /*visibility: hidden;*/
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.8s ease 0s

}
.cart_form{
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: flex-end;

}
.cart__info__block{
    display: flex;
    justify-content: space-between;

}

.shapka {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-bottom: 3px solid #000000;
}

.shapka_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 4.5%;
    border: 1px solid #e790bf;
}

.shapka_tovar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.shapka_tovar img {
    border-radius: 5px;
}

.shapka_nazvanie {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.shapka_razmer {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.shapka_sena {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.shapka_kol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.shapka_kol input {
    width: 30%;
    text-align: center;
    border: none;
    font-size: 20px;
    background-color: #f8f9fa;
    color: #000000;
}
#count {
    background-color: #EAFCFC;
}
.cart__img{
    width: 15px;
    cursor: pointer;
    z-index: 5;

}

.to-top {
    position: fixed;
    bottom: 6%;
    right: 5%;
    background: #1c6ca1;
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    box-shadow: 0 0 10px #5050505c;
    display: none;
    text-align: center;
    line-height: 45px;
}
.to-top:hover {
    opacity: .7;
}


.shapka_stoimost {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.shapka_del {
    -webkit-box-flex: 0.5;
    -ms-flex: 0.5;
    flex: 0.5;
    text-align: center;
}
img {
    max-width: 100%;
}

.cart__img__close{
    width: 30px;
    cursor: pointer;
}
.cart__img__close__list{
    position: absolute;
    width: 40px;
    top: 100px;
    right: 100px;
}
/****************/
.treeline li{
    font-size: 20px;
    text-transform: capitalize ;
}
.treeline li span{
    font-size: 10px;
    text-transform: lowercase ;
}

.treeline, .treeline ul, .treeline li {
    margin: 0; padding: 0; line-height: 1.2; list-style: none;
}
.treeline ul {margin: 0 0 0 15px; /* отступ вертикальной линии */}
.treeline > li:not(:only-child), .treeline li li {
    position: relative;
    padding: 3px 0 0 20px; /* отступ текста */
}
/* Стиль вертикальной линии */
.treeline li:not(:last-child) { border-left: 1px solid #ccc;}
/* Стили горизонтальной линии*/
.treeline li li:before, .treeline > li:not(:only-child):before {
    content: ""; position: absolute; top: 0; left: 0;
    width: 1.1em; height: .7em; border-bottom:1px solid #ccc;
}
/* Вертикальная линия последнего пункта в списка */
.treeline li:last-child:before {
    width: calc(1.1em - 1px); border-left: 1px solid #ccc;
}

.treeline .drop {
    position: absolute;
    left: -6px;
    top: 7px;
    width: 11px;
    height: 11px;
    line-height: 1em;
    text-align: center;
    background: #9F9F9F;
    color: #fff;
    font-size: 52%;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
.treeline li:last-child > .drop {margin-left: 1px;}
.treeline .drop + ul {display: none;}
.treeline .dropM + ul {display: block;}

.ref_link{
    display: flex;
    align-items: center;
    align-self: center;
    margin: 150px 0 30px 0;
    font-size: 16px;
}

.ref_link a{
    padding: 0 0 0 5px;
}


.submenu span{
    font-size: 7px;
}
.ref_count{
    margin: 0 0 10px 0;
}

.ref_input{
    padding: 6px 20px;
    min-width: 350px;
    background-color: #EAFCFC;
    border: none;
    outline:none;
}
.ref_input:focus{
    border: none;
}

.icons-table {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
}
.icons-table__icon {
    min-width: calc(100% / 4 - 71px);
}
.icons-table__icon img {
    width: 120px;
    height: 120px;
    cursor: pointer;
    background: #fff;
    transition: all .15s ease-in-out;
}
.icons-table__icon img:hover {
    opacity: .7;
    box-shadow: none;
}

@media screen and (max-width: 540px) {
    .icons-table__icon {
        min-width: calc((100% - 10px) / 2);
        text-align: center;
    }
}

@media (max-width: 768px) {
    .content-item-img {
        height: 50%;
    }
    .container_tab{
        padding: 100px 10px;
    }
    .shapka {
        padding: 20px 10px;
    }
    .cart__img__close__list {
        right: 50px;
    }
}
@media (max-width: 425px) {
    .content-items {
        display: flex;
        flex-direction: column;
        padding: 5px;
        align-items: center;
    }
    .content-info {
        margin: 5px;
    }
    .content-item-img {
        min-width: 10px;
        width: 20%;
    }
    .shapka {
        padding: 20px 5px;
    }
}
@media (max-width: 320px) {
    .heading-text {
        font-size: 22px;
        line-height: 20px;
    }
    .shapka {
        padding: 20px 0;
    }
}

/* Новые стили */
hr {
    margin: 0 0 10px;
}
::placeholder {
    color: #b5b5b5;
    opacity: 1; /* Firefox */
}
.new-styles {
    font-size: 17px;
}
.new-styles p {
    margin: 10px 0;
}
.new-styles input {
    border: 1px solid #a5a5a5;
    padding: 2px 5px;
    border-radius: 4px;
    height: 36px;
    width: 100%;
    font-size: 17px;
    margin: 5px 0;
}
.new-styles input:focus {
    border: 1px solid #5bafd6;
    box-shadow: none;
    outline: none;
}
.new-styles label {
    font-size: 17px;
    color: #525252;
    padding-bottom: 8px;
}

.new-styles .icons {
    display: flex;
    flex-direction: column;
}
.new-styles .icons .icon-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-styles .icon-title {
    width: 100%;
}
.new-styles .icon-price {
    width: 160px;
}
.new-styles .icon-count {
    width: 50px;
}
.new-styles .icons-total {
    text-align: right;
    font-weight: bold;
}
.new-styles hr {
    border: 0;
    border-top: 1px dashed #a5a5a5;
    margin: 10px auto;
    width: 90%;
}
.new-styles H1 {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 15px;
}
.new-styles select {
    border: 1px solid #a5a5a5;
    padding: 2px 5px;
    border-radius: 4px;
    height: 36px;
    width: 100%;
    font-size: 17px;
    margin: 5px 0;
}
.new-styles textarea {
    border: 1px solid rgb(165, 165, 165);
    padding: 2px 5px;
    border-radius: 4px;
    height: 78px;
    width: 100%;
    font-size: 17px;
    margin: 5px 0px;
}
.new-styles input[type=submit] {
    cursor: pointer;
    background: linear-gradient(360deg, #0077c0, #5bafd6);
    border: 1px solid #4693b7;
    color: #f5f5f5;
    border: none;
    transition: all .15s ease-in-out;
}
.new-styles input[type=submit]:hover, button:hover {
    background: linear-gradient(360deg, #018de3, #68c5f1);
}
.fly-button {
    position: fixed;
    max-width: 762px;
    width: calc(100% - 30px);
    box-shadow: 0 0 10px #0000007d;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    z-index: 1;
}
.new-styles input[type=submit]:disabled {
    background: #aecddb;
    color: #38677c;
    display: none;
}
.new-styles input[type=submit]:disabled:hover {
    opacity: 1;
    cursor: default;
}
.new-styles input[type=checkbox] {
    width: 14px;
    height: 14px;
    margin: 0;
}
.new-styles button {
    cursor: pointer;
    background: linear-gradient(360deg, #0077c0, #5bafd6);
    color: #f5f5f5;
    border: none;
    transition: all .15s ease-in-out;
    height: 36px;
    width: 36px;
    border-radius: 5px;
}
.button {
    display: block;
    margin: 0 auto;
    background: linear-gradient(360deg, #0077c0, #5bafd6);
    cursor: pointer;
    color: #f5f5f5;
    transition: all .15s ease-in-out;
    height: 36px;
    text-decoration: none;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    user-select: none;
}
.button_orange {
    background: linear-gradient(360deg, #c09200, #d6b05b);
}
.button:hover {
    opacity: .8;
}
.icons-select {
    display: flex;
    gap: 5px;
    align-items: center;
}
.required {
    color: red;
}
.icons-add {
    display: flex;
    justify-content: flex-end;
}
.new-styles .add-icon-button {
    width: 50%;
    margin: 0 auto;
}
.new-styles .del-icon-button {
    background: linear-gradient(360deg, #c00000, #d65b5b);
    width: 110px;
}
.order-icons-list {
    margin-left: 35px;
    font-size: 15px;
}
.copy-butt {
    height: 20px;
    cursor: pointer;
    margin-bottom: -4px;
    transition: all .15s ease-in-out;
}
.copy-butt:hover {
    opacity: .8;
}

.find-order {
    display: flex;
    align-items: center;
    gap: 5px;
}
.new-styles button.find-order-button {
    width: 75px;
}

.table-orders {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    overflow: auto;
}
.table-orders-row {
    display: flex;
    justify-content: space-around;
    height: 50px;
    padding: 0;
    align-items: center;
    min-width: 540px;
}
.table-orders-row:nth-child(even) {
    background: #f6ffff;
}
.table-orders-row:first-child {
    background: #5bafd6;
    font-weight: bold;
}
.table-row-checkbox {
    width: 40px;
    background: #aecddb;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table-row-id {
    width: 90px;
    text-align: center;
}
.table-row-date {
    width: 100px;
    text-align: center;
}
.table-squad-number {
    width: 70px;
    text-align: center;
}
.table-row-status {
    width: 90px;
    text-align: center;
    min-width: 90px;
}
.table-row-camp {
    width: 130px;
    text-align: center;
}
.table-row-actions {
    width: 85px;
    display: flex;
    gap: 5px;
}
.table-row-title {
    text-align: left;
    width: 100%;
    padding-left: 10px;
}
.table-row-quantity-input {
    width: 76px;
    padding-right: 10px;
}
.edit-button {
    background: linear-gradient(360deg, #c09200, #d6b05b);
}
.edit-button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/icon/edit.svg) no-repeat;
    background-size: contain;
}
.del-button {
    background: linear-gradient(360deg, #c00000, #d65b5b);
}
.del-button::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(/img/icon/delete.svg) no-repeat;
    background-size: contain;
}
.hide {
    display: none;
}

/* Статусы доставки */
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.order-delivery-status {
    background: #f6ffff;
    padding: 10px;
    border-radius: 20px;
}
.order-delivery-status H2 {
    font-weight: normal;
}
.order-delivery-status ul {
    margin-left: 0;
}
.order-delivery-status ul li {
    list-style-type: disc;
    color: #5e5e5e;
    font-weight: normal;
    margin-left: 29px;
}
.order-delivery-status ul li.active {
    font-weight: bold;
    list-style-type: none;
    color: #000;
    background: url(../img/icon/check.svg) 9px 4px no-repeat;
    background-size: 13px;
    padding-left: 28px;
    margin-left: 0;
}
.status-thanks {
    background: #ffffd3;
    border: 3px solid #35910e;
    color: #297607;
    margin-top: 10px;
    border-radius: 10px;
    padding: 7px;
}

/* Chrome, Safari, Edge, Opera */
.phone::-webkit-outer-spin-button,
.phone::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.phone[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}
