@import url("/content/united.css");
@import url("/content/fonts.css");
main {
    background: white;
}
section {
    background: linear-gradient(180deg, #4996f0 0%, #174e8e 96.23%);
    padding-top: 84px;
}
article {
    width: 400px;
    border-radius: 0 53px 53px 0;
    background: white;
    display: flex;
    align-items: center;
    padding: 10px;
}
input {
    max-width: 500px;
    border-bottom: 6px solid black;
    padding: 10px 25px;
    font-size: 50px;
    text-align: center;
}
input::placeholder {
    color: var(--blu2);
}
aside {
    font-size: 20px;
    padding: 10px;
    background: #454545;
    color: white;
}
select {
    text-align: center;
    margin-top: 10px;
    outline: none;
    border-radius: 15px 15px 0 0;
    padding: 10px 20px;
    background: white;
    font-size: xx-large;
}
footer {
    width: 100%;
    background: linear-gradient(180deg, #36a3e1 0%, #174e8e 140.84%);
}
blockquote {
    width: 500px;
    height: 170px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 10px;
    background: white;
    text-align: left;
    font-family: var(--gl) !important;
}
.input {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
}
.align {
    display: flex;
    justify-content: center;
}
.product > img {
    min-width: 350px;
    width: 100%;
    height: 350px;
}
.align > img {
    transform: scale(1.4);
}
.button {
    color: white;
    font-size: 45px;
    padding: 10px 30px;
    border-radius: 34px;
    border: 5px solid #ffffff;
    background: radial-gradient(160.1% 94.34% at 44.55% 26.92%, #00d1ff 0%, #0074b6 100%);
}
.cart {
    margin: 0 auto;
    width: 300px;
    background: #ff0000;
    color: white;
    display: flex;
    align-items: center;
    user-select: none;
}
.message {
    margin: 20px auto;
    width: 500px;
    border-radius: 15px;
    border: #0039a7 4px solid;
    background: #19acff;
    padding: 13px;
}
.cross {
    position: absolute;
    margin-top: -30px;
    margin-left: 480px;
    border: black 2px solid;
    color: black;
}
.link {
    font-family: inherit !important;
    border-bottom: 3px solid currentColor;
}
.info {
    font-size: 20px;
    padding: 10px;
    background: #6b6b6b;
    color: white;
}
.line {
    height: 7px;
    width: 30px;
    background-color: #bababa;
    margin: auto 0;
}
.product {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
}
.pr-btn {
    color: white;
    font-size: 33px;
    padding: 10px 30px;
    border-radius: 12px;
    background: #36a9e1;
    box-shadow: 10.68387px 13.35484px 32.71936px 0px rgba(0, 0, 0, 0.33);
}
.description {
    font-family: var(--g);
    height: 70px;
    text-align: center;
    display: flex;
    align-items: center;
}
.topModal {
    margin-top: 30px;
    display: flex;
}
.topModal > img {
    width: 630px !important;
    height: 400px !important;
}
.priceList-top {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}
.modal-description {
    color: #00266f;
    margin-left: auto;
    width: 450px;
    position: relative;
    bottom: 40px;
    font-weight: 800;
    font-family: var(--gl);
    right: 20px;
    text-align: right;
    display: inline-block;
}
.modalBtn {
    border-radius: 15px;
    padding: 15px 40px;
    transition: 0.1s;
    box-shadow: 11px 13px 33px 0 rgba(0, 0, 0, 0.33);
}
.modalBtn:hover {
    background: #00d1ff;
}
.modalBtn:active {
    border: #00266f 4px solid;
}
.price-list {
    padding: 3px;
    background: #48cc00;
    cursor: pointer;
    user-select: none;
    font-size: 40px;
    display: inline-block;
    color: white;
}
.price-list-btn {
    background: #48cc00;
    cursor: pointer;
    user-select: none;
    font-family: var(--g);
    padding: 3px 20px;
    color: white;
    font-size: 35px;
    transition: 0.1s !important;
    margin: 20px 0;
    border: #0b4b01 5px solid;
}
.price-list-btn:hover {
    background: #59ff00 !important;
}
.one-line {
    margin: 10px auto;
    font-size: large;
    font-family: var(--g);
    gap: 30px;
}
.one-line img {
    width: 50px;
    height: auto;
}
.with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.more-btn {
    transition: 0.2s;
    padding: 10px 20px;
    text-align: center;
    font-family: var(--g);
    background: white;
    border: #00266f 3px solid;
    color: #00266f;
    font-size: xx-large;
    margin-top: 20px;
    user-select: none;
}
.more-btn:hover {
    background: #00266f;
    color: white;
}
.priceList-search {
    background: #d9d9d9;
    border-bottom: 7px solid black;
    margin: 40px 0;
    display: flex;
    align-items: center;
    padding: 5px 20px;
    width: 460px;
}
.priceList-search input {
    font-size: 40px;
    border: none !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    background: none !important;
}
.priceList-search input::placeholder {
    color: #777777;
}
table {
    border-collapse: collapse;
    width: 100%;
    font-size: x-large;
}
th,
td {
    border: 2px solid black;
    text-align: center;
    padding: 8px;
}

th {
    background-color: #ccc;
}

.price-mode {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dropdown {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #000;
    background-color: #e0e0e0;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

.note {
    background-color: limegreen;
    color: white;
    font-weight: bold;
}
@media screen and (max-width: 700px) {
    #prod {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 950px) {
    .priceList-top {
        flex-direction: column;
    }
    #e_002 {
        flex-direction: column;
        align-items: center;
    }
    table {
        font-family: var(--gb);
        font-size: 18px;
    }
    .topModal {
        margin: 10px 0;
        flex-direction: column-reverse;
    }
    .modal-description {
        bottom: 0;
        margin: 15px 0;
    }
}
