*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,serif}body{line-height:1.5;-webkit-font-smoothing:antialiased;display:flex;flex-direction:column}main{flex:1;display:flex;flex-direction:column;gap:60px;padding-top:40px}@media(max-width: 768px){main{gap:30px;padding-top:20px}}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{text-decoration:none;color:inherit}ul,ol{list-style:none}.home-banner{background-color:rgba(0,0,0,.9215686275);background-position:center center;background-size:cover;padding-top:120px;padding-bottom:60px;color:#fff;position:relative;text-align:center}.home-banner::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);z-index:1}.home-banner .banner-content{display:flex;flex-direction:column;position:relative;gap:30px;z-index:1;width:100%}@media only screen and (min-width: 1191px){.home-banner .banner-content{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.home-banner .banner-content{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.home-banner .banner-content{max-width:calc(100% - 40px);margin:0 20px}}.schedules{display:flex;flex-direction:column;gap:15px;width:100%}@media only screen and (min-width: 1191px){.schedules{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.schedules{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.schedules{max-width:calc(100% - 40px);margin:0 20px}}.schedules .day-list{display:flex;flex-wrap:wrap;gap:30px}.schedules .day-list .schedule{display:flex;flex-direction:column;border-radius:15px;box-shadow:0 3px 3px rgba(0,0,0,.1);flex:1;position:relative}.schedules .day-list .schedule.current-schedule .schedule-head{background:linear-gradient(135deg, #0e4787, #001E40)}@media(max-width: 768px){.schedules .day-list .schedule{flex:1 1 100%}}.schedules .day-list .schedule .schedule-head{padding:15px;background:#161e27;color:#fff;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:15px;border-top-right-radius:15px}.schedules .day-list .schedule .schedule-head .first-col{display:flex;flex-direction:column}.schedules .day-list .schedule .schedule-head .first-col p{font-size:13px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400}.schedules .day-list .schedule .schedule-head .end-col{display:flex;flex-direction:column;gap:5px;align-items:end}.schedules .day-list .schedule .schedule-head .end-col p{font-size:13px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400}.schedules .day-list .schedule .schedule-head .end-col .today{background:#fff;color:#000;padding:5px;border-radius:10px;font-size:13px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400}.schedules .day-list .schedule .schedule-list{display:flex;flex-direction:column;flex:1}.schedules .day-list .schedule .schedule-list .schedule-item{display:flex;padding:15px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);flex:1;align-items:baseline;gap:5px}@media(max-width: 768px){.schedules .day-list .schedule .schedule-list .schedule-item{flex-wrap:wrap}}.schedules .day-list .schedule .schedule-list .schedule-item:last-child{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.schedules .day-list .schedule .schedule-list .schedule-item .time{min-width:110px;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0.03em;font-weight:800;text-transform:uppercase}.schedules .day-list .schedule .schedule-list .schedule-item .activity{min-width:200px;height:fit-content;color:#404750;font-size:18px;line-height:30px;text-transform:none;letter-spacing:0em;font-weight:400}@media(max-width: 768px){.schedules .day-list .schedule .schedule-list .schedule-item .activity{width:100%}}.ministry-schedule{width:100%}@media only screen and (min-width: 1191px){.ministry-schedule{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.ministry-schedule{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.ministry-schedule{max-width:calc(100% - 40px);margin:0 20px}}.ministry-schedule{display:flex;flex-direction:column;gap:20px}.ministry-schedule__title{font-size:22px;line-height:30px;text-transform:none;letter-spacing:-0.005em;font-weight:700;color:#161e27}.ministry-schedule__list{display:flex;flex-wrap:wrap;gap:12px}.ministry-schedule__item{display:flex;align-items:center;gap:14px;background:#f5f6f7;border-radius:14px;padding:14px 20px;border:1px solid #dfe2e5;transition:box-shadow .2s ease,border-color .2s ease}.ministry-schedule__item:hover{box-shadow:0 4px 16px rgba(0,0,0,.08);border-color:#c4c8cc}.ministry-schedule__day-badge{display:flex;align-items:center;justify-content:center;background:var(--main-color);color:#404750;border-radius:10px;padding:6px 12px;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0.03em;font-weight:800;text-transform:uppercase;white-space:nowrap}.ministry-schedule__time{display:flex;align-items:center;gap:6px;font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:600;color:#404750;white-space:nowrap}.ministry-schedule__time svg{flex-shrink:0;color:#a7abaf}@media(max-width: 768px){.ministry-schedule__list{flex-direction:column}.ministry-schedule__item{width:100%}}.block-container{display:flex;flex-direction:column;gap:30px}.site-header{position:fixed;top:0;width:100%;z-index:100;background:rgba(0,0,0,0);color:#fff;transition:background .3s ease,box-shadow .3s ease,color .3s ease}@media(max-width: 768px){.site-header{background:#fff;color:#161e27;box-shadow:0 2px 12px rgba(0,0,0,.08)}}@media(min-width: 769px){.site-header.is-scrolled{background:#fff;color:#161e27;box-shadow:0 2px 12px rgba(0,0,0,.08)}}.site-header__inner{width:100%}@media only screen and (min-width: 1191px){.site-header__inner{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.site-header__inner{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.site-header__inner{max-width:calc(100% - 40px);margin:0 20px}}.site-header__inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header__logo{font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:600;color:inherit;white-space:nowrap;flex-shrink:0}.site-header__nav{flex:1;display:flex;justify-content:center;align-items:center}@media(max-width: 768px){.site-header__nav{position:absolute;top:64px;inset-inline-start:0;right:0;flex:unset;justify-content:flex-start;background:#fff;border-top:1px solid #dfe2e5;overflow:hidden;max-height:0;transition:max-height .3s ease;flex-direction:column}}@media(max-width: 768px){.site-header.is-open .site-header__nav{min-height:100dvh}}.site-header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}@media(max-width: 768px){.site-header__burger{display:flex}}.site-header__burger span{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.site-header.is-open .site-header__burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header.is-open .site-header__burger span:nth-child(2){opacity:0;transform:scaleX(0)}.site-header.is-open .site-header__burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.site-header .donate_button{background:#0e4787;color:#fff;padding:10px;border-radius:20px;transition:background .2s,color .2s;margin-left:auto}@media(max-width: 768px){.site-header .donate_button{width:-webkit-fill-available;margin:0 20px;text-align:center}}.site-header .donate_button:hover{background:#1d61c1}.nav-list{display:flex;align-items:center;gap:4px;margin-left:auto}@media(max-width: 768px){.nav-list{margin-left:unset;width:100%;flex-direction:column;align-items:stretch;gap:0;padding:12px 0 20px}}.nav-item{position:relative}@media(max-width: 768px){.nav-item{border-bottom:1px solid #dfe2e5}.nav-item:last-child{border-bottom:none}}@media(min-width: 769px){.nav-item--parent:hover>.nav-link{background:rgba(128,128,128,.3)}.nav-item--parent:hover .nav-chevron{transform:rotate(180deg)}.nav-item--parent:hover .nav-dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}}.nav-link{display:flex;align-items:center;gap:4px;padding:8px 12px;border-radius:6px;font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:400;color:inherit;background:none;border:none;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s;width:100%}.nav-link:hover{background:rgba(128,128,128,.3)}@media(max-width: 768px){.nav-link{padding:14px 20px;border-radius:0;justify-content:space-between;color:#161e27}.nav-link:hover{background:#f5f6f7}}.nav-chevron{flex-shrink:0;transition:transform .2s ease}.nav-link[aria-expanded=true] .nav-chevron{transform:rotate(180deg)}@media(min-width: 769px){.nav-dropdown{position:absolute;top:100%;inset-inline-start:0;min-width:200px;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:6px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease}}@media(max-width: 768px){.nav-dropdown{overflow:hidden;max-height:0;transition:max-height .3s ease;background:#f5f6f7}}.nav-dropdown__link{display:block;padding:10px 14px;border-radius:6px;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#161e27;transition:background .15s}.nav-dropdown__link:hover{background:#f5f6f7}@media(max-width: 768px){.nav-dropdown__link{padding:12px 20px 12px 32px;border-radius:0;color:#404750;border-top:1px solid #dfe2e5;background:none}.nav-dropdown__link:hover{color:#161e27}}.page-404{display:flex;align-items:center;justify-content:center;padding:120px 20px 60px 20px;background:#161e27;flex:1;height:100%}.page-404+.site-footer{margin-top:0}.page-404__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:480px}.page-404__code{font-size:40px;line-height:45px;text-transform:none;letter-spacing:-0.03em;font-weight:800;font-size:120px;line-height:1;font-weight:900;color:#404750;letter-spacing:-4px;user-select:none}@media(max-width: 768px){.page-404__code{font-size:80px}}.page-404__title{font-size:30px;line-height:35px;text-transform:none;letter-spacing:-0.02em;font-weight:800;color:#fff;margin-top:8px}.page-404__desc{font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:400;color:#a7abaf}.page-404__btn{display:inline-flex;align-items:center;margin-top:8px;padding:12px 28px;border-radius:8px;background:#fff;color:#161e27;font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:400;font-weight:600;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.page-404__btn:hover{background:#dfe2e5;transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.4)}.site-footer{background:#f5f6f7;color:#000;margin-top:60px}@media(max-width: 768px){.site-footer{margin-top:30px}}.site-footer__inner{width:100%}@media only screen and (min-width: 1191px){.site-footer__inner{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.site-footer__inner{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.site-footer__inner{max-width:calc(100% - 40px);margin:0 20px}}.site-footer__inner{display:flex;flex-wrap:wrap;gap:48px;padding-top:56px;padding-bottom:48px}@media(max-width: 768px){.site-footer__inner{gap:32px;padding-top:40px;padding-bottom:32px}}.site-footer__bottom{border-top:1px solid hsla(0,0%,100%,.08)}.site-footer__bottom-inner{width:100%}@media only screen and (min-width: 1191px){.site-footer__bottom-inner{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.site-footer__bottom-inner{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.site-footer__bottom-inner{max-width:calc(100% - 40px);margin:0 20px}}.site-footer__bottom-inner{padding-top:20px;padding-bottom:20px;display:flex;align-items:center;justify-content:space-between}.footer-brand__desc{font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#161e27;line-height:1.6}.footer-social{display:flex;align-items:center;gap:8px;margin-top:4px}.footer-social__link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:#404750;background:#dfe2e5;transition:background .3s ease,color .3s ease,transform .3s ease,box-shadow .3s ease}.footer-social__link:hover{background:#161e27;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px rgba(0,0,0,.15)}.footer-nav{flex:1;display:flex;flex-wrap:wrap;gap:40px}@media(max-width: 768px){.footer-nav{flex:1 1 100%;gap:28px}}.footer-col{display:flex;flex-direction:column;gap:16px;min-width:140px}@media(max-width: 768px){.footer-col{min-width:calc(50% - 14px)}}.footer-col__title{font-size:13px;line-height:20px;text-transform:none;letter-spacing:0.03em;font-weight:800;text-transform:uppercase;color:#000;letter-spacing:.06em}.footer-col__links{display:flex;flex-direction:column;gap:10px}.footer-col__link{font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#161e27;transition:color .2s}.footer-col__link:hover{color:#000}.footer-copy{font-size:13px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#7c8288}.lang-switcher{position:relative;flex-shrink:0}.lang-switcher__trigger{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:inherit;background:none;border:none;cursor:pointer;transition:background .2s;white-space:nowrap}.lang-switcher__trigger:hover{background:rgba(128,128,128,.3)}@media(max-width: 768px){.lang-switcher__trigger{color:#161e27}.lang-switcher__trigger:hover{background:#f5f6f7}}.lang-switcher__code{font-weight:600;letter-spacing:.04em}.lang-switcher__dropdown{position:absolute;top:100%;right:0;min-width:140px;background:#fff;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);padding:6px;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .2s ease,transform .2s ease}@media(min-width: 769px){.lang-switcher:hover .lang-switcher__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}.lang-switcher:hover .lang-switcher__trigger{background:rgba(128,128,128,.3)}.lang-switcher:hover .nav-chevron{transform:rotate(180deg)}}@media(max-width: 768px){.lang-switcher__trigger[aria-expanded=true]~.lang-switcher__dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}}.lang-switcher__option{display:flex;align-items:center;gap:8px;padding:9px 12px;border-radius:6px;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#161e27;transition:background .15s}.lang-switcher__option:hover{background:#f5f6f7}.lang-switcher__option.is-active{font-weight:600;background:#f5f6f7}.donate-options{width:100%}@media only screen and (min-width: 1191px){.donate-options{max-width:1110px;margin:0 auto}}@media only screen and (max-width: 1190px){.donate-options{max-width:calc(100% - 80px);margin:0 40px}}@media only screen and (max-width: 768px){.donate-options{max-width:calc(100% - 40px);margin:0 20px}}.donate-options{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width: 768px){.donate-options{grid-template-columns:1fr}}.donate-card{display:flex;flex-direction:column;border-radius:15px;box-shadow:0 3px 16px rgba(0,0,0,.1);overflow:hidden}.donate-card__head{padding:20px 20px 16px;background:#161e27;color:#fff;display:flex;align-items:center;gap:12px}.donate-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:hsla(0,0%,100%,.12);flex-shrink:0}.donate-card__icon svg{width:20px;height:20px}.donate-card__title{font-size:18px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:700}.donate-card__subtitle{font-size:13px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#dfe2e5;margin-top:2px}.donate-card--bank .donate-card__head{background:linear-gradient(135deg, #0e4787, #001E40)}.donate-card--qr .donate-card__head{background:linear-gradient(135deg, green, #00402D)}.donate-card__body{padding:20px;background:#fff;display:flex;flex-direction:column;gap:16px;flex:1}.donate-card__row{display:flex;flex-direction:column;gap:8px}.donate-card__divider{height:1px;background:#dfe2e5;margin:4px 0}.donate-card__value{font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:400;font-weight:700;color:#161e27;word-break:break-all;letter-spacing:.02em}.donate-card__meta{font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;color:#7c8288}.donate-card__copy{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:8px;border:1.5px solid #dfe2e5;background:#f5f6f7;color:#161e27;font-size:14px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,color .2s;margin-top:auto}.donate-card__copy svg{width:16px;height:16px;flex-shrink:0}.donate-card__copy:hover{background:#161e27;border-color:#161e27;color:#fff}.donate-card__copy.is-copied{background:#1dbc8d;border-color:#e6fff7;color:#fff}.donate-card__qr-wrap{display:flex;justify-content:center;padding:8px 0}.donate-card__qr-wrap img{width:180px;height:180px;object-fit:contain;border-radius:8px}.donate-card__qr-placeholder{width:180px;height:180px;border-radius:8px;background:#f5f6f7;border:2px dashed #c4c8cc;display:flex;align-items:center;justify-content:center;color:#a7abaf;font-size:13px;line-height:20px;text-transform:none;letter-spacing:0em;font-weight:400;text-align:center}.donate-card--liqpay{grid-column:1/-1}.donate-card--liqpay .donate-card__head{background:linear-gradient(135deg, #1DBC8D, #00402D)}.liqpay-form{display:flex;gap:12px;align-items:stretch}@media(max-width: 768px){.liqpay-form{flex-direction:column}}.liqpay-input-wrap{flex:1;display:flex;align-items:center;border:1.5px solid #dfe2e5;border-radius:10px;background:#f5f6f7;overflow:hidden;transition:border-color .2s}.liqpay-input-wrap:focus-within{border-color:#1dbc8d}.liqpay-currency{padding:0 12px;font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:600;color:#7c8288;line-height:1;flex-shrink:0}.liqpay-input{flex:1;padding:12px 12px 12px 4px;border:none;background:rgba(0,0,0,0);font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:400;color:#161e27;outline:none;width:100%}.liqpay-input::placeholder{color:#a7abaf}.liqpay-input::-webkit-inner-spin-button,.liqpay-input::-webkit-outer-spin-button{-webkit-appearance:none}.liqpay-input{-moz-appearance:textfield}.liqpay-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 24px;border-radius:10px;border:none;background:#000;color:#fff;font-size:16px;line-height:25px;text-transform:none;letter-spacing:0em;font-weight:600;cursor:pointer;transition:background .2s,transform .1s;text-decoration:none;white-space:nowrap;flex-shrink:0}.liqpay-btn img{height:30px}.liqpay-btn:hover{background:#00402d}.liqpay-btn:active{transform:scale(0.98)}