#information-information .faq-accordion-item .accordion-button:not(.collapsed){
    background: #FAFAFA;
}
div#information-information ol li {
    padding-bottom: 10px;
}
#information-information .faq-accordion-item .faq-icon{
    background: #fff;
}
#information-information .faq-accordion-item .accordion-collapse{
    background: #FAFAFA;
}
#information-information .faq-accordion-item button.accordion-button {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 30px;
    background: #FAFAFA;
}
#eventDescription table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    overflow: hidden;
}
section#eventDescription .table-responsive {
    position: relative;
}
section#eventBigImage img {
    max-width: 100%;
    @media (max-width: 535px) {
        max-width: none;
        max-height: 120px;
    }
}
#eventDescription th {
    background: #136f5f;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding: 14px 20px;
    height: 70px;
    text-wrap: nowrap;
}
#eventDescription tbody tr:nth-child(even) {
    background: #f8f8f8;
}
#eventDescription td {
    padding: 14px 20px;
    height: 70px;
}
#event__description ul, ol {
    padding-left: 17px;
}
section#eventDownloads {
    margin-bottom: 80px;
}
.dopphotomail-form .file-preview,
.dopphotomail-form .file-errors
{
    z-index: 9;
}
.file-formevent-block label:after {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.download-card {
    display: block;
    padding: 22px 26px;
    background: #fff;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
    text-decoration: none;
    transition: .15s ease;
    height: 100%;
}

.download-card:hover {
    border-color: #D6D6D6;
    background-color: #fafafa;
}

.download-title {
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}

.download-meta {
    font-size: 14px;
    margin-top: 6px;
}

.download-icon {
    opacity: .6;
    transition: .2s ease;
}

.download-card:hover .download-icon {
    opacity: 1;
}

.faq-accordion-item button.accordion-button:focus {
    box-shadow: none;
}
.event__smallform textarea:focus {
    box-shadow: none;
    border-color: #19735F;
}
.event__smallform {
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    padding: 40px 60px;
    @media (max-width: 535px) {
        padding: 20px;
    }
}
.event__smallform label.form-label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.event__smallform .submit-form {
    background: #19735F;
    color: #fff;
    height: 43px;
    border-radius: 10px;
}
.event__smallform label.form-label span.text-danger {
    margin-left: 4px;
}
.event__smallform  input {
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    height: 50px;
    background: #FAFAFA;
}
.event__smallform input:focus {
    border-color: #19735F;
    box-shadow: none;
}
.event__smallform textarea {
    border: 2px solid #F5F5F5;
    border-radius: 10px;
    background: #FAFAFA;
}
.file-formevent-block {
    border: 2px solid #F5F5F5;
    border-radius: 20px;
    margin-top: 10px;
    min-height: 91px;
}
#blogEvent .block__title {
    @media (max-width: 768px) {
        font-size: 40px;
    }
    @media (max-width: 535px) {
        font-size: 24px;
    }
}
div#blogEvent div#products-section .catalog-box-item {
    width: calc(20.48% - 15px);

    @media (max-width: 1200px) {
        width: calc(25.48% - 15px);
    }
    @media (max-width: 768px) {
        width: calc(32% - 2px);
    }
    @media (max-width: 535px) {
        width: calc(49% - 2px);
    }
}
div#blogEvent div#products-section {
    gap: 10px;
    @media (max-width: 768px) {
        justify-content: start;
    }
}
div#blogEvent .catalog-tittle {
    gap: 20px;
    margin-top: 0;
    margin-bottom: 40px;
    @media (max-width: 535px) {
        margin-bottom: 20px;
    }
}
.event__period {
    @media (max-width: 535px){
        width: 60%;
    }
}
.event__info__panel {
    margin-top: 20px;
    margin-bottom: 20px;
    @media (max-width: 535px){
        font-weight: 500;
    }
}
div#accordionEvent {
    margin-top: 20px;
}
div#accordionEvent button.accordion-button:after {
    margin-left: 1rem;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2319735F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2319735F' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1rem;
}
div#accordionEvent button.accordion-button {
    color: #19735F;
    background: none;
    border: 0;
    padding: 0;
    border-bottom: 1px solid #19735F;
    width: auto;
    font-size: 16px;
    font-weight: 600;
}

div#accordionEvent button.accordion-button:focus{
    box-shadow: none;
}
div#event__description a.btn {
    background: #19735F;
    color: #ffff;
    font-size: 14px;
    border-radius: 10px;
    height: 43px;
    align-content: center;
    padding: 0 1.8rem;
    @media (max-width: 535px){
        width: 100%;
    }
}
.faq-accordion-item .faq-icon {
    width: 36px;
    height: 36px;
    background: #FAFAFA;
    align-content: center;
    text-align: center;
    border-radius: 2rem;
}
.faq-accordion-item .accordion-body {
    padding: 0 30px 20px;
}
.faq-accordion-item button.accordion-button {
    font-size: 16px;
    font-weight: bold;
    padding: 20px 30px;
}
.faq-accordion-item {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}
.faq-accordion-item .accordion-button:not(.collapsed) {
    background: white;
    box-shadow: none;
}
div#accordionQna {
    gap: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    @media (max-width: 768px) {
        width: 100%;
    }
}
section#eventQNA {
    background: #FAFAFA;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 80px;
    @media (max-width: 535px) {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}
section#eventQNA .block__title {
    padding-top: 60px;
}
.gallery-block {
    margin-top: 80px;
}
.swiper_galery {
    width: 100%;
    max-width: 1200px; /* Ð¼Ð¾Ð¶Ð½Ð¾ Ð¿Ð¾Ð´ ÑÐµÐ±Ñ */
    margin: 0 auto;
}

.swiper-slide {
    height: 300px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* "Ð¾Ð±Ñ€ÐµÐ·Ð°ÐµÑ‚" Ð»Ð¸ÑˆÐ½ÐµÐµ */
}

.grid-item {
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.grid-item.show {
    opacity: 1;
    transform: scale(1);
}
.wrap-gallery-grid {
    margin-top: 80px;
    @media (max-width: 535px) {
        margin-top: 40px;
    }
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 20px;

    @media (max-width: 1200px) {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
    @media (max-width: 992px) {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    @media (max-width: 535px) {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 10px;
    }
}
.wrap-gallery-grid .block__title {
    margin-bottom: 20px;
}
.wrap-gallery-grid button.load-more, button#load-more-products {
    background: #19735F;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    border: 0;
    height: 46px;
    padding: 0 6rem;
    border-radius: 10px;
}
.gallery-grid a img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.gallery-grid a img:hover {
    transform: scale(1.05);
}

.load-more {
    position: relative;
}

.load-more.loading {
    pointer-events: none;
    opacity: 0.7;
}

.load-more.loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #fff;
    border-top: 2px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.video_wrap {
    margin: 80px 0;

    @media (max-width: 535px) {
        margin: 40px 0;
    }
}

.title_gallery {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.video_grid img {
    max-width: 100%;
}
.video_grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.video_item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    background: #000;
}

.video_poster {
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
}

.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;

    @media (max-width: 535px) {
        width: 40px;
        height: 40px;
    }
}

.play_button::before {
    content: '';
    display: block;
    margin-left: 6px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2231%22%20height%3D%2235%22%20viewBox%3D%220%200%2031%2035%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%0A%3Cpath%20d%3D%22M28.9986%2013.8177C31.6657%2015.3572%2031.6657%2019.2067%2028.9986%2020.7462L5.99972%2034.0222C3.33305%2035.5615%200%2033.637%200%2030.5579L0%204.00595C0%200.926886%203.33306%20-0.997631%205.99972%200.541686L28.9986%2013.8177Z%22%20fill%3D%22black%22/%3E%0A%3C/svg%3E");
    width: 31px;
    height: 35px;
    @media (max-width: 535px) {
        width: 15px;
        height: 17px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.play_button:hover {
    background: rgba(255,255,255,1);
}

.video_player {
    width: 100%;
    height: auto;
    display: none; /* Ð¸Ð·Ð½Ð°Ñ‡Ð°Ð»ÑŒÐ½Ð¾ ÑÐºÑ€Ñ‹Ñ‚Ð¾ */
    border-radius: 12px;
}
/* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ ÑÑ‚Ð°Ð½Ð´Ð°Ñ€Ñ‚Ð½ÑƒÑŽ ÑÑ‚Ñ€ÐµÐ»ÐºÑƒ Bootstrap */
.faq-accordion .accordion-button::after {
    display: none;
}

/* ÐŸÐ»ÑŽÑ/Ð¼Ð¸Ð½ÑƒÑ */
.faq-accordion .faq-icon::before {
    content: "+";
    font-weight: 400;
    font-size: 24px;
    transition: transform 0.2s ease;
    display: block;
}
.faq-accordion .accordion-button[aria-expanded="true"] .faq-icon::before {
    transform: rotate(45deg);
}

/* ÐÐ½Ð¸Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾ÑÐ²Ð»ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð²ÐµÑ‚Ð° */
.faq-answer {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.accordion-collapse.show .faq-answer {
    opacity: 1;
    transform: translateY(0);
}

.countdown-wrapper {
    margin: 0;
    text-align: left;
    font-family: "Segoe UI", Roboto, sans-serif;
    @media (max-width: 535px){
        text-align: center;
    }
}
.countdown-wrapper h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.countdown {
    display: flex;
    justify-content: start;
    gap: 4px;
    @media (max-width: 535px){
        justify-content: center;
    }
}
.time-box {
    background: #fff;
    padding: 12px 0;
    border-radius: 10px;
    transition: transform 0.3s;
    border: 2px solid #F5F5F5;
    width: 78px;
    text-align: center;
}
.time-box:hover {
    transform: scale(1.05);
}
.time-box span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #CA2339;
}
.time-box small {
    display: block;
    font-size: 14px;
    color: #000;
}