<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.donate { 
  background: #D6D6D6;
  /* background: #9dc3e7; blue theme */
  border-radius: 3px;  
  padding: 22px 15px;
}

.donate,
.donate * {
  box-sizing: border-box!important;	
}

.donate__title {
  color: #a60000;
  /* color: #333; blue theme */
  font-family: 'Conv_cyrillic_old';
  font-weight: normal;
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 12px;
  text-align: center;
}
.donate__title._large {
  font-size: 28px;
  margin: 0 0 24px;
}

.donate__form {
  text-align: center;
}

.donate__button {
  display: inline-block;
  height: 40px;
  max-width: 175px;
  position: relative;
  width: 100%;
}

.donate__button-submit {
  background-color: #980b00;
  background: linear-gradient(to bottom, #980b00, #520000);
  /*background-color: #333; blue theme */
  border: none;
  /*border: 1px solid #333; blue theme */
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-family: 'Conv_cyrillic_old';
  font-weight: 600;
  height: 100%;
  letter-spacing: 0.5px;
  line-height: 28px;
  padding: 6px 15px;  
  text-align: center;
  width: 100%;
  
  transition: all .25s .05s;
}

.donate__button-arrow {
  background: transparent;
  color: #fff;
  /*color: #333; blue theme */
  display: block;
  font-size: 12px;
  height: 100%;
  line-height: 42px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
  
  transition: all .25s .05s;
  display: none;
}
.donate__button-arrow::before {
  background: #fff;
  content: "";
  display: block;
  margin: 5px 0;
  height: 30px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;  
  width: 1px;
  display: none;
}

.donate__button-submit:hover,
.donate__button-arrow:hover {
  background-color: #ce1100;
  /*background: #fff;
  color: #333;blue theme */
  background: linear-gradient(to bottom, #ce1100, #8b0c00);
}
.donate__button-submit:active,
.donate__button-arrow:active {
  background-color: #8b0c00;
  
  background: linear-gradient(to top, #ce1100, #8b0c00);


 /* background: #fff; blue theme */
  box-shadow: inset 4px 4px 5px rgba(33,33,33, .4);
  /* color: #333; blue theme */
}


.donate__menu {
	
}

.donate__menu-item {
	
}

.donate__menu-icon{
	
}

.donate__menu-label{
	
}

.donate__field {  
  border: 1px solid #e2cdcc;
  /*border: 1px solid #666; blue theme */
  border-radius: 5px;
  display: inline-block;
  font-size: 20px;
  font-family: 'Conv_cyrillic_old';
  font-weight: bold;
  height: 40px;
  line-height: 28px;
  margin: 0 12px 0 0;
  max-width: 100px;
  padding: 6px 0 6px 0px;
  text-align: center;
  width: 100%;
  
  transition: all .25s .05s;
}
.donate__field:hover {
  border-color: #520000;
  /* border-color: #333; blue theme */
}
.donate__field:focus {
  /* border-color: #333;
  box-shadow: 0px 0px 3px 1px #333; blue theme */
  border-color: #520000;
  box-shadow: 0px 0px 3px 1px #964444;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.donate__or {
  color: #a60000;
  font-family: 'Conv_cyrillic_old';
  font-weight: normal;
  font-size: 20px;
  margin: 0 15px;
}

.donate__method {
  border: 1px solid #a60000;
  border-radius: 5px;
  display: block;
  height: 40px;
  width: 40px;
}
</pre></body></html>