.uc-projects-title .t489__subtitle a {
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px;
}

.uc-projects-title .t489__subtitle a:hover {
    box-shadow: 0px 5px 10px rgba(255 255 255) ;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

/* Checkbox для Cloudpayments */
.tab2 [data-elem-type="button"]{
cursor:pointer;
}

.tab2 [data-elem-type="button"][style*="pointer-events: none"]{
cursor:not-allowed;
}

.tab2-disabled .tn-atom {
  opacity: 0.45 !important;
  filter: grayscale(100%) !important;
  cursor: not-allowed !important;
}

.tab2-disabled .tn-atom,
.tab2-disabled .tn-atom * {
  cursor: not-allowed !important;
}

/*Tooltip Cloudpayments*/
.donate-tooltip,
.ym-tooltip__content{
  display: none;
  top: 10px;
  left: -6px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #3F51B5;
  color: #000;
  padding: 10px 12px 10px 34px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.35;
  max-width: 360px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  position: absolute;
  font-family: 'TildaSans';
}

.donate-tooltip.show {
  display: block;
}

.donate-tooltip::before {
  content: "!";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #3F51B5;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
}

.donate-tooltip::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 10px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-left: 1px solid #3F51B5;
  border-top: 1px solid #3F51B5;
  transform: rotate(45deg);
}

.uc-contacts form {
    border: 4px solid #c7c7c7;
    border-radius: 15px;
    padding: 30px;
}

.uc-donate-popup {
    margin-top: -40px;
    margin-bottom: 30px;
}

.uc-donate-popup label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    padding-top: 15px;
    font-family: 'TildaSans';
}



.table-wrapper {
    width: 100%;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 650px;
    font-family: 'TildaSans';
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    vertical-align: top;
}

.responsive-table th {
    background: #f5f5f5;
    font-weight: 600;
    text-align: left;
}

.section-title {
    background: #b2c9ca;
    font-weight: bold;
    text-align: left;
}

.total-row td {
    background: #f5f5f5;
    font-weight: bold;
}

.t-center-txt {
    text-align: center;
}

.th-width {
    width: 12%;
}

@media screen and (max-width: 960px) {
    .t718 .t718__contentwrapper {
        text-align: left;
    }
    
    .table-wrapper {
        overflow-x: auto;
    }
    
    .th-width {
        width: 20%;
    }
}

@media screen and (max-width: 360px) {
    .tmenu-mobile__imglogo {
        width: 240px!important;    
    }
    
    .uc-projects-title .t489__subtitle a {
        font-size: 16px!important;
    }
}