.webinars img{max-height: 341px;}

.webinars .carousel-indicators{bottom: -1rem;}

.webinars .carousel-indicators button{background-color: var(--bs-tertiary-bg);}

.webinars .webinarssvg .expert{fill: #ffffff;font-family: 'Lora';font-weight: 500; font-size: 25px;}


.webinars .webinarssvg .text{font-family: 'Lora'; font-size: 12px;}


.webinars .webinarssvg polygon, .webinars .webinarssvg image{filter: grayscale(100%);transition: filter 0.3s ease;}
.webinars .webinarssvg:hover polygon, .webinars .webinarssvg:hover image, .webinars .webinarssvg .fonexpert polygon{filter: grayscale(0%); /* Убираем серый эффект при наведении */}



#webinarModal .data-link, #webinarModal .podrobnee{width: 12rem;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: .8rem;
    background: #e1e1e1;
    padding: 0px 10px;
    cursor: pointer;
    border-radius: 4px;
}
#webinarModal .data-link i, #webinarModal .podrobnee i{font-size: 1.5rem;}

#webinarModal .data-link:hover, #webinarModal .podrobnee:hover,
#webinarModal #copylink, #webinarModal #podrobneelink{color:var(--bs-primary-text-emphasis)}

#webinarModal .podrobnee{width: 11rem;}

#webinarModal .textpodrobno{padding-top: 1.5rem; display: none;}

