.title-wrapper_text {
    position: relative;
}
.title-wrapper_text h1,
.main-title {
    font-size: 70px;
    font-family: 'TDCyrillic', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    background: linear-gradient(
            180deg,
            #E0B27F 0%,
            #B8864B 40%,
            #8C5A2B 60%,
            #E0B27F 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-title.page-title-eng {
    font-size: 55px;
}
.title-wrapper_text h1 {
    margin: 0;
    margin-left: 45px;
    font-size: 180px;
}
.main-title-wrapper {
    margin-top: 60px;
}
.title-wrapper_text h1.page-title-eng {
    font-size: clamp(18px, 9.5vw, 180px);
    line-height: 100%;
}
.title-wrapper_text p {
    position: absolute;
    right: 0;
}
.title-wrapper img {
    height: 100%;
    width: auto;
    max-height: 15em;
}
.title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-wrapper p {
    text-align: right;
    font-size: 24px;
}
.home-block-1 {
    margin-top: 2rem;
}
.home-block-1-desc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-block-1-wrap p {
    font-family: MontserratMedium, sans-serif;
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 60px;
    max-width: 689px;
}
.home-img-wrap {
    position: relative;
}
.home-img {
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 4px;
}
.home-img-shadow {
    position: absolute;
    top: -60%;
    left: -2%;
    object-fit: contain;
    pointer-events: none;
    width: 130%;
    z-index: 1;
}
.underlined-header-with-icon {
    width: calc(100% - 40px) !important;
    position: relative;
    display: inline-flex;
    border-bottom: none;
    box-shadow: inset 0 -1.5px 0 #75451ad9;
    margin-left: 20px;
}
.lang-selector {
    font-family: MontserratMedium, sans-serif;
}
.schedule-wrap {
    max-width: 900px;
}
.schedule__grid {
    display: grid;
    grid-template-columns: 80px 120px 120px 1fr;
    gap: 4px;
    padding: 16px 20px 24px;
}
.schedule__header {
    margin-top: 32px;
    gap: 20px;
}
.schedule__header span {
    font-family: MontserratSemiBold, sans-serif;
    font-size: 22px;
    line-height: 130%;
}
.schedule__grid > div {
    padding: 10px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
}
.schedule__grid .day, .schedule__grid .date, .schedule__grid .time {
    background-color: var(--light-grey-beige);
    justify-content: center;
    align-items: flex-start;
    border: 1px solid rgba(193, 193, 193, 0.3);
}
.event {
    background-color: #fff;
    border: 1px solid rgba(193, 193, 193, 0.5);
}
.event span {
    color: var(--secondary-text);
}
.time {
    justify-content: center;
}
.event span, .day span, .date span, .time span {
    line-height: 150%;
}
.red span {
    color: var(--holiday) !important;
    font-family: MontserratMedium, sans-serif !important;
}
.buttons-bar {
    margin-top: 60px;
    width: calc(100% - 40px);
    gap: 24px;
}
.buttons-bar>.btn {
    min-width: 340px;
    width: calc(50% - 12px);
    padding: 5px;
}
.schedule-containers {
    margin-top: 160px;
}
.all-news-link {
    margin: 60px 20px;
}
.all-news-link a.btn {
    min-width: 436px;
    max-width: 436px !important;
}
@media (max-width: 1800px) {
    .title-wrapper_text h1 {
        font-size: 160px;
    }
    .title-wrapper img {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 1680px) {
    .title-wrapper_text h1 {
        font-size: 140px;
    }
    .title-wrapper img {
        width: 110px;
        height: 110px;
    }
    .schedule-wrap {
        width: 100% !important;
    }
}
@media (max-width: 1440px) {
    .title-wrapper_text h1 {
        font-size: 120px;
        margin-left: 25px;
    }
    .title-wrapper img {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 1280px) {
    .title-wrapper_text h1 {
        font-size: 100px;
    }
    .title-wrapper img {
        width: 90px;
        height: 90px;
    }
}
@media (max-width: 991px) {
    .title-wrapper_text h1 {
        font-size: 70px;
    }
    .title-wrapper img {
        width: 60px;
        height: 60px;
    }
    .home-block-1 {
        flex-direction: column;
        gap: 32px;
    }
    .two-rows-container {
        width: 100% !important;
    }
    .home-img-shadow {
        left: -20px;
        width: calc(100% + 40px);
    }
}
@media (max-width: 768px) {
    .main-title-wrapper {
        flex-direction: column;
        gap: 12px;
        margin-top: 24px;
    }
    .title-wrapper img {
        width: 120px;
        height: 120px;
    }
    .title-wrapper_text h1 {
        text-align: center;
        margin-left: 0;
    }
    .schedule {
        overflow-x: auto;
    }
    .schedule__grid {
        grid-template-columns: 60px 92px 92px 1fr;
        min-width: 600px;
        padding: 12px 16px 4px;
    }
    .buttons-bar {
        flex-direction: column;
        justify-content: center;
        width: calc(100% - 32px);
        gap: 16px;
        margin-top: 40px;
    }
    .underlined-header-with-icon {
        padding-bottom: 8px !important;
        margin-left: 16px;
    }
    .schedule__header span {
        font-size: 18px;
    }
    .schedule-bottom {
        padding-top: 20px;
    }
    .buttons-bar>.btn {
        min-width: unset;
    }
    .home-img-shadow {
        left: -16px;
        width: calc(100% + 32px);
    }
    .schedule-containers {
        margin-top: 120px;
    }
    .home-block-1-wrap p {
        margin-bottom: 40px;
        font-size: 18px;
    }
    .all-news-link {
        margin: 40px 16px 0;
    }
    .all-news-link a.btn {
        min-width: unset ;
    }
    .event {
        max-width: 332px;
    }
}
