#gtj-animal-filter{
        position: absolute;
    top: 89px;
    right: 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
     padding: 0px 20px;
    width: 312px;
    height: 48px;
    background: #FFFFFF;
    border: 2px solid #D6D7DB;
    border-radius: 32px;
    margin: 0;
   
    cursor: pointer;
}
#gtj-animal-filter *{
 font-size: 16px;
    font-weight: 500;
    color: #000000;
}
.gtj-filter-dropdown {
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
        background: white;
    border-radius: 32px;
    padding: 12px 20px;
    top: 106%;
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
}
.gtj-filter-option:not(:last-child){
    margin-bottom: 10px;
}
.gtj-filter-option:hover,
.gtj-filter-option.active{
    color: #FFB127 !important;
}
.gtj-animal-filter.open .gtj-filter-dropdown {
    display: block;
}
.gtj-filter-head{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.gtj_tipjar-template-default header>div,
.tax-gtj_tipjar_category header>div{
        background: none !important;
}
.gtj_tipjar-template-default #menu_header,
.tax-gtj_tipjar_category #menu_header{
        border: solid 2px #FFB127 !important;
    background: none !important;
}
.gtj_tipjar-template-default #menu_header .e-n-menu-title-text,
.tax-gtj_tipjar_category #menu_header .e-n-menu-title-text{
color: #000000;
}
.gtj_tipjar-template-default #menu_header .e-n-menu-heading .e-n-menu-heading span,
.tax-gtj_tipjar_category #menu_header  .e-n-menu-heading .e-n-menu-heading span{
color: white;
}

.gtj_tipjar-template-default #menu_header .e-n-menu-title-text:hover,
.tax-gtj_tipjar_category #menu_header .e-n-menu-title-text:hover{
color: #744B00;
}
.gtj_tipjar-template-default #menu_header .e-n-menu-dropdown-icon-closed>svg,
.tax-gtj_tipjar_category #menu_header .e-n-menu-dropdown-icon-closed>svg{
fill: black !important;
}

.gtj-tipjar {
    border: 1px solid #ccc;
    padding: 15px;
    max-width: 400px;
    margin-bottom: 20px;
}

.gtj-progress-bar {
    width: 100%;
    background: #E8E8E8;
    height: 12px;
    border-radius: 55px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gtj-progress-bar{
    margin-bottom: 12px;
}
.gtj-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.gtj-modal.active {
    display: block;
}

.gtj-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.gtj-modal-content {
    position: relative;
    background: #fff;
    max-width: 620px;
    padding: 24px;
    border-radius: 8px;
    z-index: 1;
        top: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: scroll;
}
.donat_modal_cntr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
#gtj-paypal-buttons{
    margin-top: 50px;
}
.gtj-modal-close {
    cursor: pointer;
}

.gtj-single_l .gtj-progress-bar{
    margin-top: 0;
}
.gtj-progress {
    height: 100%;
    background: linear-gradient(90deg, #F8C613 0%, #F45B03 100%);
    width: 0%;
    transition: width 0.5s;
}

.gtj-donate-button {
    padding: 10px 20px;
    background: #ff5722;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.entry-title {
    color: red;
}

.tipjar_page {
    max-width: 100%;
    width: 100%;
    padding: 100px 5% 50px 5%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.tipjar_page.row_page{
     padding: 100px 0 50px 0;
}

.gtj-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Poppins", Sans-serif;
    color: black;
    font-size: 16px;
    margin-bottom: 40px;
    width: 100%;
   padding: 0;
}
.tipjar_page.row_page .gtj-breadcrumbs{
       padding: 0 5%;
}
.gtj-breadcrumbs .inactive {
    color: #7B7B7B;
}
.gtj-breadcrumbs>span:last-child{
    color: #7B7B7B;
}
.tip_arrow {
    margin: 0 2px;
    white-space: pre;
}

.gtj-tipjar-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    position: relative;
}

/* затемнення */
#gtj-animals-list.loading::before {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99998;
}

/* кільце */
#gtj-animals-list.loading::after {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    animation: gtj-spin 1s linear infinite;
    z-index: 99999;
}

@keyframes gtj-spin {
    to {
        transform: rotate(360deg);
    }
}
.gtj-tipjar-item {
    padding: 40px 0;
    width: 100%;
    background: #FFFDF3;
    display: flex;
    align-items: stretch;
}
.gtj-tipjar-item-content{
    display: flex;
    align-items: stretch;
    padding: 0 5%;
}
.gtj-tipjar-item:not(:last-child) {
    margin-bottom: 32px;
}

.gtj-tipjar-item .left_side {
    max-width: 100%;
    width: fit-content;
    margin-right: 40px;
    position: relative;
}
.gtj-tipjar-list.grid_list .gtj-tipjar-item .left_side{
    width: 100%;
}
.gtj-thumb-video-icon{
        position: absolute;
    top: 16px;
    left: 16px;
    width: 40px;
    height: 40px;
}
.gtj-tipjar-list.grid_list .gtj-tipjar-item .left_side{
    margin: 0;
}

.gtj-tipjar-item .right_side {
    display: flex;
    flex-direction: column;
}
.row_list .gtj-thumb{
    height: 100%;
}
.row_list .gtj-tipjar-item h2.gtj-title{
    margin: 16px 0 4px 0;
}
.gtj-thumb img {
    max-width: 504px;
    width: 100%;
    min-width: 504px;
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius: 24px !important;
}
.gtj-gender.both{
    min-width: 72px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.gtj-tipjar-item h2.gtj-title {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 4px 0;
        display: flex;
    align-items: center;
}
.grid_list .gtj-tipjar-item h2.gtj-title{
        min-height: 35px;
}
.gtj-tipjar-list.grid_list .gtj-tipjar-item h2.gtj-title{
justify-content: space-between;
}

.gtj-location {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: flex;
    align-items: center;
}

.gtj-short-desc {
    font-size: 16px;
    color: #595959;
    font-weight: 400;
      margin: 16px 0 24px 0;
      overflow: visible;
}
.grid_list .gtj-tipjar-item .gtj-short-desc{
    margin: 16px 0 40px 0;
}

.gtj-tipjar-item-cntrl {
    margin-top: auto;
}

.gtj-amounts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px 0;
}
.gtj-single_l .gtj-amounts{
margin: 0 0 24px 0;
}
.gtj-collected,
.gtj-goal {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.gtj-collected strong,
.gtj-goal strong {
    font-weight: 400;
}
.gtj-single_l .gtj-collected strong{
    font-weight: 500;
}
.gtj-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.gtj-tipjar-item button.gtj-share-btn {
    border: solid 2px #FFB127;
    background: none;
    margin: 0 8px 0 0;
    color: #000000;
    padding: 18px 45px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    width: 182px;
    height: 48px;
    cursor: pointer;
        display: flex;
    justify-content: center;
}

.gtj-share-btn svg {
    margin-left: 8px;
}

.gtj-tipjar-item a.gtj-donate-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 18px 36px;
    width: 182px;
    height: 48px;
    background: #FFB127;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
}

.gtj-tipjar-item a.gtj-donate-btn:hover {
    background: #FAC668;
}
.gtj-days-left{
        display: flex;
    align-items: center;
        color: #DD524B;
    font-weight: 600;
    font-size: 16px;
margin:0 0 10px 0;
}
.gtj-days-left>svg{
    margin-right: 8px;
}
.gtj-single_l .gtj-days-left{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 55px;
    bottom: 16px;
    left: 16px;
    margin: 0;
    width: fit-content;
    height: 40px;
}
.gtj-animal-info{
        font-size: 14px;
    color: #000000;
    font-weight: 400;
}
.gtj-tipjar-list.grid_list .gtj-tipjar-item{
        flex-direction: column;
            max-width: 100%;
            margin: 0;
            padding: 0;
            border: 2px solid rgba(0, 0, 0, 0.07);
            box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
            border-radius: 24px;
            background: #FFFFFF;
            overflow: hidden;
            width: 100%;
            flex: 0 0 calc((100% - 64px) / 3);
}
.gtj-tipjar-list.grid_list{
        flex-direction: row;
    flex-wrap: wrap;
       gap: 32px;
    margin: 0;
    justify-content: space-between;
}
.gtj-tipjar-list.grid_list .gtj-tipjar-item .right_side{
    padding: 24px;
    height: 100%;
}
.gtj-tipjar-list.grid_list .gtj-thumb img{
        height: 296px;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 0 !important;
}
.gtj-animal-gender{
    margin-left: 24px;
}

.gtj-tipjar-list.grid_list .gtj-share-btn{
        padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
     width: 48px;
    min-width: 48px;
    height: 48px;
    margin: 0 8px 0 0;
}
.gtj-tipjar-list.grid_list .gtj-share-btn svg{
    margin: 0;
}
.gtj-tipjar-list.grid_list .gtj-tipjar-item a.gtj-donate-btn{
    width: 100%;
    font-size: 16px;
}
/* Modal windows share */
.gtj-share-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.gtj-share-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gtj-share-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.6);
}

.gtj-share-content {
    position: relative;
    max-width: 565px;
    width: 100%;
    background: #fff;
    margin: 10% auto;
    padding: 32px;
    border-radius: 24px;
    z-index: 2;
}
.gtj-share-content-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D6D7DB;
}
.gtj-share-links{
        display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
        margin: -24px -12px;
}
.gtj-share{
    display: flex !important;
    flex-direction: column;
    align-items: center;
        margin: 24px 12px;
        cursor: pointer;
}
.gtj-share svg{
    width: 80px;
    height: 80px;
}
.gtj-share span{
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
    font-weight: 500;
}
.gtj-share-links a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.gtj-share-close {
   display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    background: #FFB127;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 40px !important;
    border: none;
    padding: 0 !important;
}
.gtj-share-content-title h3{
        margin: 0;
        font-size: 32px !important;
        font-weight: 500 !important;
        color: #000000;
}
.copy_url{
    display: flex;
    align-items: center;
    margin-top: 64px;
    background: #FFFFFF;
    border: 2px solid #F68309;
    border-radius: 24px;
        justify-content: space-between;
            padding: 10px 10px 10px 28px;
}
.share-url-js{
    margin: 0;
        max-width: 387px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 31px;
}
.gtj-share-content .copy_url>button{
    display: flex;
    align-items: center;
   justify-content: center;
   background: #FFB127 !important;
   border-radius: 40px !important;
   font-size: 16px;
   font-weight: 600;
       color: #000000 !important;
       border: none;
       width: 175px;
       height: 48px;
}
.gtj-share-content .copy_url>button:hover{
    background: #FAC668 !important;
}
/* Modal windows share  END */


/* Single page */

.gtj-single{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    display: flex;
   flex-direction: column;
   align-items: center;
        padding: 100px 5% 50px 5%;
}
.single_content{
   display: flex;
    flex-direction: column;
        width: 100%;
}
.single_content_head{
        display: flex;
    flex-direction: column;
    width: 100%;
}
.single_content_head>div{
    display: flex;
        align-items: baseline;
}
.single_content_head_title_text{
    margin-bottom: 26px;
}
.gtj-single_l_sides{
    display: flex;
    align-items: flex-start;
}
.gtj-single_l{
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.gtj-single_r{
    padding: 0 0 0 24px;
    max-width: 548px;
      width: 100%;
    display: flex;
    flex-direction: column;
}
.single_content_head .gtj-title{
    font-size: 32px;
    color: #000000;
    font-weight: 500;
        display: flex;
    align-items: center;
    line-height: 32px;
    margin: 0;
}
.gtj-single_l  .gtj-collected strong{
font-size: 24px;
}
.gtj-single_l  .gtj-goal strong {
    font-weight: 400;
}
/* ===== Slider ===== */
.gtj-slider {
    position: relative;
    overflow: hidden;
  margin: 0 0 24px 0;
  border-radius: 24px;
}

.gtj-slider-track {
    display: flex;
    transition: transform 0.3s ease;
}

.gtj-slide {
    min-width: 100%;
    box-sizing: border-box;
     height: 512px;
}
.gtj-slide>*{
       height: 100% !important;
    object-fit: cover;
}
.gtj-slider .gtj-slide-prev,
.gtj-slider .gtj-slide-next{
    background: #FFFFFF;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
}
.gtj-slider .gtj-slide-prev:focus,
.gtj-slider .gtj-slide-next:focus{
    background-color: #FFFFFF;
}

.gtj-slider .gtj-slide-prev:hover,
.gtj-slider .gtj-slide-next:hover{
    background-color: #FFB127;
}

.gtj-slide img,
.gtj-slide video {
    width: 100%;
  height: 100%;
   object-fit: cover;
}

.gtj-slide-prev,
.gtj-slide-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.gtj-slide-prev { left: 10px; }
.gtj-slide-next { right: 10px; }

/* ===== Video wrapper ===== */
.gtj-video-wrapper {
    position: relative;
    width: 100%;
}

.gtj-video {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* ===== Video buttons ===== */
.gtj-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.65);
    color: #fff;
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

/* Play button */
.gtj-play-btn {
    opacity: 1;
}

/* Pause button */
.gtj-pause-btn {
    opacity: 0;
    pointer-events: none;
}

/* When playing */
.gtj-video-wrapper.playing .gtj-play-btn {
    opacity: 0;
    pointer-events: none;
}

.gtj-video-wrapper.playing .gtj-pause-btn {
    opacity: 0;
    pointer-events: none;
}

/* Show pause on hover only */
.gtj-video-wrapper.playing:hover .gtj-pause-btn {
    opacity: 1;
    pointer-events: auto;
}
.gtj-slider .gtj-slide .gtj-video-btn{
width: 64px;
    height: 64px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gtj-slider .gtj-slide .gtj-video-btn svg{
    width: 25px;
    height: 25px;
}
.gtj-full-description{
        margin-bottom: 32px;
}
.gtj-full-description p{
    font-size: 16px;
    margin: 0;
    color: #595959;
    font-weight: 500;
}

.gtj-single_l button.gtj-share-btn{
        max-width: 182px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0;
    background: none;
border: 2px solid #FFB127;
filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
border-radius: 40px;
background: white;
font-weight: 600;
font-size: 16px;
}
.gtj-single h2.donate_title{
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 100%;
color: #000000;
margin: 0;
line-height: 32px;
}
.gtj-single h3.donate_sub_title{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 100%;
color: #000000;
margin: 0;
}
.single_content_head_info{
    margin-bottom: 32px;
}
.single_content_head_info .donate_sub_title,
.single_content_head_title_text h2.donate_title{
    padding-left: 24px;
}
/* donate sec single */
.donate_type{
    margin: 0 0 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gtj-single_r button.donate_button{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background: #FFFFFF;
border: 2px solid #D6D7DB;
border-radius: 32px;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 100%;
color: #000000;
cursor: pointer;
height: 48px;
    padding: 0 22px;
}
.gtj-single_r button.donate_button:hover,
.gtj-single_r button.donate_button.selected,
.gtj-single_r button.donate_button:focus{
background: #FFFBF1;
border: 2px solid #F68309;
}
.donate_button.active{
    background: #FFFBF1 !important;
    border: 2px solid #F68309 !important;
}
.gtj-single_r button.donate_button>svg{
    margin-right: 8px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
}
.donate_type button.donate_button{
    width: 50%;
}
.donate_type .donate_button:nth-child(1){
    margin-right: 8px;
}
.donate_fast_amount{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -4px 12px -4px;
}
.donate_fast_amount button.donate_button{
    max-width: 114px;
    width: 100%;
    margin: 0 4px;
}
.donate_fast_amount button.donate_button:last-child{
    max-width: 181px;  
}
.donate_input{
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 40px 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 32px;
    height: 56px;
    z-index: 1;
    background: #FCE8B7;
        padding: 5px;

}
.donate_input::after{
      content: ' ';
    border: 2px solid #F68309;
    z-index: 2;
    position: absolute;
    top:50%;
    left: 50%;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 32px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);

}
.gtj-single_r .donate_input>i{
    width: 40px;
    padding:0 0 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 24px;
    font-weight: 500;
        background: white;
        border-radius: 32px 0 0 32px;
         z-index: 3;
}
.gtj-single_r .donate_input>input{
width: 100%;
   border: none !important;
    outline: none !important;
    padding: 0;
    height: 100%;
    padding-left: 2px;
    -moz-appearance: textfield;
  appearance: textfield;
      background: white;
       z-index: 3;
       font-size: 24px;
}
.gtj-single_r .donate_input>input::-webkit-outer-spin-button,
.gtj-single_r .donate_input>input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gtj-single_r .donate_input>.donate_input_select .custom-select{
    width: 54px;
    border: none !important;
    outline: none !important;
    padding: 0;
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
        background: white;
        border-radius: 0 32px 32px 0;
         z-index: 3;
}
.donate_input_select{
   width: fit-content;
      padding: 0 20px 0 0;
        background: white;
        height: 100%;
          border-radius: 0 32px 32px 0;
          z-index: 3;
}
.gtj-single_r .donate_button_sec>.donate_button{
        width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 48px;
    background: #FFB127;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    border: none;
        font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.gtj-single_r .donate_button_sec>.donate_button:hover{
    background: #FAC668;
    border: none;
}
.gtj-single_r .donate_button_sec .safe_info{
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
color: #000000;
padding: 0;
margin: 8px 0 0 0;
white-space: pre;
}
.gtj-single_r .donate_button_sec .safe_info svg{
    margin-right: 3px;
}
.gtj-single_r .donate_button_sec .sponsore_info{
    font-size: 16px;
    color: #595959;
    font-weight: 500;
    margin: 34px 0 0 0;
}
.links_block{
    margin: auto 0 0 0;
    position: relative;
}
.links_block>a{
font-style: normal;
font-weight: 500;
font-size: 14px;
text-decoration-line: underline;
color: #000000;
}

.faq-sec{
    margin: 34px 0 0 0;
    padding-top: 24px;
    width: 100%;
border-top: 1px solid #d6d7db4b;
    display: flex;
    flex-wrap: wrap;
}
.faq-sec a{
    position: relative;
font-style: normal;
font-weight: 500;
font-size: 14px;
/* identical to box height, or 14px */
text-decoration-line: underline;
color: #595959 !important;
}
.tooltip_link{
    display: flex;
    flex-direction: column;
position: absolute;
width: 380px;
left: 50%;
right: 50%;
transform: translate(-50%, 0);
bottom: 35px;
background: #FFFFFF;
border-radius: 16px;
border: 1px solid #E7E8ED;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
padding: 16px;
opacity: 0;
visibility: hidden;
transition: opacity .6s;
z-index: 3;
}
.tooltip_link>strong{
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #000000;
margin-bottom: 8px;
}
.tooltip_link>p{
font-style: normal;
font-weight: 500;
font-size: 16px;
color: #595959;
margin: 0;
}
.tooltip_link::before{
       content: '';
     position: absolute;
    bottom: -22px;
   left: 50%;
right: 50%;
transform: translate(-50%, 0);
   border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-top: 15px solid #fff;
 width: 0;
    height: 0;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-top: 15px solid #000;

    filter: blur(4px);
    opacity: 0.15;
    z-index: 1;
}
.tooltip_link::after{
   content: '';
     width: 25px;
    height: 15px;
    position: absolute;
    bottom: -15px;
   left: 50%;
right: 50%;
transform: translate(-50%, 0);
   border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-top: 15px solid #fff;
    z-index: 2;
}
.faq-sec a.active .tooltip_link{
display: flex;
opacity: 1;
visibility: visible;
}
.faq-sec a:not(:last-child){
margin:0 24px 0 0;
}
.faq-sec a:last-child{
margin: 16px 0 0 0;
}
.gtj-slider-thumbs-single{
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-single{
width: 80px !important;
height: 80px;
background: 0;
padding: 0;
border-radius: 16px;
margin-right: 16px;
border: none;
overflow: hidden;
cursor: pointer;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-single.active{
    border: solid 1px #FFB127;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-single{
    object-fit: cover;
    width: 100%;
    display: block;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-video{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-video video{
    height: 100%;
    border-radius: 0;
    object-fit: cover;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-video .gtj-thumb-play{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40px;
    height: 40px;
}
.gtj-single_l .gtj-slider-thumbs-single .gtj-thumb-video .gtj-thumb-play svg path{
    stroke: white;
}
.faq-answer{
    /* display: none; */
}
.faq-question span{
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 100%;
text-decoration-line: underline;
color: #595959;
}
.faq-item.active .faq-question span{
color: #000000;
}
.faq-answer p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #595959;
padding: 16px 0 0 13px;
}
.faq-item:not(:last-child){
    margin-bottom: 16px;
}
/* donate sec single END */
/* Single page  END*/

/* базові стилі для кастомного дропдауну */
.custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.custom-select .selected {
  height: 100%;
    display: flex;
    align-items: center;
}
.selected-text{
    margin-right: 6px;
}
.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    z-index: 10;
        filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.25));
        border-radius: 5px !important;
        overflow: hidden;
}

.custom-select .option {
    padding: 10px;
}

.custom-select .option:hover {
    background: #f0f0f0;
}
.gtj-paypal-blocked{
    position: relative;
}
.gtj-paypal-blocked::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 999;
    opacity: .4;
    cursor: not-allowed;
}