p {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    /* border: 0; */
    /* outline: 0; */
    /* vertical-align: baseline; */
    /* background: transparent; */
}

td {
    padding-bottom: 15px;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0 10px;
    border: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 100%;
    vertical-align: baseline;
    background-color: #f7f7f7;
}

/* button {
    cursor: pointer;
    padding: 7px 34px 7px;
    margin-top: 30px;
    background: orange;
    color: white;
    border: none;
    border-radius: 25px;
    font-size: x-large;
    transition: .1s;
    transition-delay: .05s;
    transition-timing-function: ease;
} */

input {
    padding: 6px 15px 7px;
    font-size: larger;
    border-radius: 10px;
    border: none;
    text-align: center;
    margin-bottom: 10px;
    width: 90%;
}

select {
    padding: 6px 30px 9px;
    font-size: larger;
    border-radius: 10px;
    border: none;
    text-align: center;
    margin-bottom: 15px;
    background-color: white;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content {
    flex: 1;
    /* Другое содержание твоего сайта */
}

.footer {
    text-align: center;
    font-size: small;
    padding-top: 10px;
}

.footer-links a {
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}



.button {
    display: inline-block;
    padding: 7px 35px 7px;
    margin-top: 30px;
    color: white;
    background: gray;
    border: none;
    border-radius: 25px;
    font-size: x-large;
    text-decoration: none;
    transition: .1s;
    transition-delay: .05s;
    transition-timing-function: ease;
    cursor: default;
    pointer-events: none;
}

.button.enabled {
    background: orange;
    cursor: pointer;
    pointer-events: all;
}

.button.enabled:hover {
    background: rgb(255, 178, 35);
}

#reciept_download {
    display: inline-block;
    text-decoration: none;
    color: white;
    transition: .1s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-delay: .05s;
    transition-timing-function: ease;
    cursor: default;
    background: orange;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    border: none;
}

#reciept_download:hover {
    background: rgb(255, 178, 35);
}


.header {
    position: relative;
    margin-bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.container-wrapper {
    margin: 20px auto;
}

.container {
    position: relative;
    margin: 0 auto;
    transition: .3s;
    text-align: center;
    transition-timing-function: ease;
    max-width: 470px;
}

.transparent {
    opacity: 0;
}

.hidden {
    display: none !important;
}

.comment {
    font-size: large;
    font-weight: bold;
    display: block;
    background: #ececec;
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 5px;
}

.description {
    font-size: small;
    color: #6f6f6f;
    margin-bottom: 7px;
}

.substring {
    display: inline-block;
}

.attention {
    color: red;
    font-weight: bold;
}

.attention-frame {
    width: fit-content;
    background-color: white;
    border-radius: 13px;
    min-width: 250px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.copy-field {
    cursor: pointer;
}

.frame-title {
    background-color: #ececec;
    display: block;
    width: fit-content;
    margin: 0 auto;
    position: absolute;
    left: 19px;
    transform: translate(0%, -50%);
    padding: 2px 7px;
    border-radius: 5px;
    color: #545454;
}

.border-gray {
    border: 1px solid #e8e8e8;
}

.border-red {
    border: 1px solid #ff0000;
}

.attention-border {
    border: 1px solid orange;
}

.label {
    display: inline;
    margin: 0 auto;
    font-size: 0.9rem;
}

.quantity {
    display: inline;
    font-weight: bold;
    margin: 0px 15px;
    font-size: larger;
    color: #343434;
}

.quantity-label {
    display: inline-block;
    font-size: 0.9rem;
    width: 170px;
    padding-bottom: 10px;
}

.quantity-block {
    user-select: none;
    width: 150px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

.quantity-wrapper {
    width: fit-content;
    margin: 0 auto;
}

.q-button {
    font-size: x-large;
    color: white;
    background-color: orange;
    border-radius: 100%;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: .3s;
    width: 41px;
    height: 40px;
}

.q-button:hover,
.q-button:active {
    background-color: rgb(255, 194, 81);
}

.order-block {
    background-color: white;
    padding: 20px 20px 0px 20px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}

.goods-line {
    display: block;
}


.f-l {
    float: left;
}

.f-r {
    float: right;
}

.position-absolute {
    position: absolute;
}

.bg-success {
    background-color: green;
}

.z-3 {
    z-index: 3;
}

.ps-2 {
    padding-left: 5px;
}

.pe-2 {
    padding-right: 5px;
}

.pb-1 {
    padding-bottom: 3px;
}

.p20 {
    padding: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb20 {
    margin-bottom: 20px;
}

.fs-s {
    font-size: small;
}

.rounded-1 {
    border-radius: 3px;
}

.text-white {
    color: white;
}

.black {
    color: black;
}

.bold {
    font-weight: bold;
}

.sbp {
    color: black;
    font-weight: bold;
    text-shadow: 1px 1px 1px white;
}

.red {
    color: red;
}

.green {
    color: green;
}

.ease3 {
    transition: 3s ease;
}

.ta-l {
    text-align: left;
}