.donate-container {
    font-size: 1rem;
    font-family: "Roboto Slab", serif;
    color: #48484b;
}

.donate-container .title {
    margin: 30px 15px 0;
    font-family: "Roboto Slab", serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1rem;
    line-height: 23px;
    color: #48484B;
    text-align: left;
}

.donate-container .record-donate {
    color: #59595b;
    margin: 20px 0;
}

.donate-container .value-sum {
    width: 70px;
    height: 40px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 2px solid #66A4BF;
    color: #006795;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate-container .value-sum.active,
.donate-container .value-sum:hover {
    border: 2px solid #66A4BF;
    background-color: #006795;
    color: #fff;
}

.donate-container #other-amount {
    padding: 6px 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    position: relative;
    font-size: 16px;
}

.donate-container .name-donate {
    padding: 6px 10px;
    border-radius: 5px;
    border: 2px solid #ccc;
    background-color: white;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
}

.donate-container .comment-donate {
    padding: 6px;
    border-radius: 5px;
    border: 2px solid #ccc;
    background-color: white;
    width: 100%;
    margin: 10px 0;
    font-size: 14px;
}

.donate-container .hint-comment-donate {
    font-size: 14px;
    display: none;
}

.donate-container .hint-comment-donate.active {
    display: block;
}

.donate-container .currency {
    padding: 2px;
    border-radius: 5px;
    border: 2px solid #ccc;
    background-color: white;
    margin: 10px 0;
    font-size: 13px;
}

.donate-container .donate-submit {
    margin: 10px 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 36px;
    gap: 8px;
    background: #66A4BF;
    border-radius: 8px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.donate-container .donate-submit:hover {
    background: #006795;
}

.donate-container .donate-submit-img {
    width: 100px;
}

.donate-container .souvenirs {
    margin: 50px 0 100px;
}

.donate-container .title-buy-souvenir {
    text-align: center;
    margin: 0 0 25px 0;
    font-size: 25px;
}

.donate-container .img-souvenir {
    width: 100%;
}

.donate-container .price-souvenir {
    text-align: center;
    margin: 15px 0;
}

.donate-container .souvenir-description {
    color: #555;
    font-size: 16px;
    margin: 25px 0;
}

.donate-container .select-size {
    padding: 6px;
    border-radius: 5px;
    border: 2px solid #ccc;
    margin: 20px 0;
    background-color: white;
}

.donate-container .button-buy {
    color: black;
    border-radius: 5px;
    background-color: #69be5b;
    border: 3px solid transparent;
    padding: 8px;
    cursor: pointer;
    width: 150px;
}

.donate-container .button-buy:hover {
    border: 3px solid #00924e;
    box-shadow: 0 0 15px 0;
}

.donate-container .price {
    font-size: 26px;
}

.donate-delivery-btn {
    font-size: 20px;
    color: black;
}

.donate-delivery-price {
    font-size: 24px;
}

.latest-donates-title {
    text-align: center;
    font-size: 1.3em;
}

.latest-donate-item {
    padding-bottom: 15px;
}

.latest-donate-item-big {
    font-size: 0.7em
}

.latest-donate-item-big span {
    font-size: 2em;
    font-weight: bold;
}

.latest-donate-item-small {
    color: green;
    font-weight: bold;
}

.latest-donate-item-small span {
    font-size: 1.5rem;
}

.radio-div label {
    font-size: 14px;
    font-weight: normal;
    width: 130px;
}

ul.donate-list {
    padding-left: 25px;
}

ul.donate-wallet-list {
    padding-left: 25px;
}

b {
    font-family: Roboto Bold, sans-serif;
}

.main-header {
    font-family: 'Roboto Slab', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    color: #48484B;
}

#donate-form {
    padding-top: 45px;
}

.quick-donate {
    margin-top: 45px;
}

.quick-donate h4 {
    font-family: 'RobotoSlab', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #48484B;
}

.quick-donate-buttons a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    padding: 8px 36px;
    background-color: #66A4BF;
    border: 1px solid #006795;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
}

.quick-donate-buttons a:hover {
    background: #006795;
}

.quick-donate-buttons .quick-donate-group-btn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.quick-donate-buttons .quick-donate-group-btn a {
    width: 49%;
}

.title-support {
    font-family: 'RobotoSlab', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    color: #48484B;
    margin-right: 5px;
}

#crypto-wallets {
    padding: 60px 0 15px;
}

.crypto-wallets__title {
    font-family: 'RobotoSlab', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #48484B;
}

#crypto-wallets ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#crypto-wallets ul li {
    box-sizing: border-box;
    padding: 10px;
    gap: 16px;
    width: 100%;
    background: rgba(105, 190, 91, 0.2);
    border: 1px solid #69BE5B;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
}

#crypto-wallets ul li a {
    position: absolute;
    top: 33%;
    right: 15px;
    width: 100px;
    text-align: right;
    font-family: 'RobotoSlab', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-decoration: underline;
    color: #40944A;
    cursor: pointer;
}

#crypto-wallets ul li a:hover {
    text-decoration: none;
}

.donate-container .latest-donates-title {
    font-size: 21px;
    text-align: center;
}

.donate_content {
    margin: 30px 0;
}

.donate_content .donate-banner {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 106px 0 0 0;
}

.donate_content p {
    padding: 12px 0;
}

.donate_content p a {
    font-size: inherit;
}

@media (max-width: 768px) {
    .quick-donate-buttons .quick-donate-group-btn a {
        width: 100%;
    }

    #crypto-wallets ul li {
        font-size: 14px;
    }

    #crypto-wallets ul li a {
        right: 5px;
    }
}

@media (max-width: 425px) {
    .main-header {
        font-size: 22px;
    }

    #crypto-wallets ul li {
        font-size: 12px;
    }

    #crypto-wallets ul li a {
        top: 5px;
        right: 5px;
    }
}
