@import "https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";.newsCard{border:1px solid var(--color-dark);box-sizing:border-box;border-radius:10px;flex-direction:column;flex-grow:1;justify-content:space-between;width:22%;transition:background-color .3s ease-out,color .3s ease-out;display:flex}.newsCard:hover{background-color:var(--color-dark-blue);color:var(--color-white)}.newsCard:hover .newsCard__date,.newsCard:hover .newsCard__description{color:var(--color-grey);transition:color .2s ease-out}.newsCard:hover .newsCard__more,.newsCard:hover .newsCard__more__icon{transition:color .2s ease-out;color:var(--color-white)!important}.newsCard__content{border-radius:10px;flex-direction:column;row-gap:15px;margin-bottom:10px;padding:15px 10px;display:flex}.newsCard__date{color:var(--color-secondary-dark);font-size:16px;line-height:100%;transition:color .2s ease-out}.newsCard__title{font-size:18px;line-height:100%}.newsCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:16px;line-height:100%;transition:color .2s ease-out}.newsCard__img{object-fit:cover;background-repeat:no-repeat;border-radius:10px;width:100%;height:210px;display:block}.newsCard__more{gap:4px;padding:0 10px 15px;font-size:16px;line-height:190%;transition:color .2s ease-out;display:flex}.newsCard__more__icon{transition:color .2s ease-out}@media screen and (max-width:1400px){.newsCard__title{font-size:17px}.newsCard__more{line-height:210%}.newsCard__img{height:180px}}@media screen and (max-width:992px){.newsCard{width:22%}.newsCard__content{row-gap:8px;padding:8px 5px}.newsCard__date{font-size:14px}.newsCard__img{height:120px}.newsCard__title{font-size:14px}.newsCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:11px}.newsCard__more{padding:0 0 0 5px;font-size:13px;line-height:245%}}@media screen and (max-width:768px){.newsCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}.newsCard--8{flex-grow:1;width:22%}.newsCard--8 .newsCard__img{height:120px;padding:0}}@media screen and (max-width:576px){.newsCard__more{padding:0}.newsCard__content{margin-bottom:0}.newsCard__img{height:232px;margin:0;padding:0}}.mainPageCard{border:1px solid var(--color-dark);box-sizing:border-box;border-radius:10px;justify-content:center;align-items:center;width:100%;height:320px;transition:background-color .3s ease-out,color .3s ease-out;display:flex}.mainPageCard:hover{background-color:var(--color-dark-blue);color:var(--color-white)}.mainPageCard:hover .mainPageCard__description,.mainPageCard:hover .mainPageCard__date{color:var(--color-grey);transition:color .2s ease-out}.mainPageCard:hover .mainPageCard__more{transition:color .2s ease-out}.mainPageCard:hover .mainPageCard__more__icon{color:var(--color-white);transition:color .2s ease-out}.mainPageCard__imgBox{justify-content:center;align-items:center;width:50%;height:100%;padding:5px;display:flex}.mainPageCard__box{flex-direction:column;width:50%;height:100%;padding:15px;display:flex}.mainPageCard__img{object-fit:cover;background-repeat:no-repeat;border-radius:10px;width:100%;height:310px;display:block}.mainPageCard__content{border-radius:10px;flex-direction:column;flex-grow:1;row-gap:15px;display:flex}.mainPageCard__date{color:var(--color-secondary-dark);font-size:16px;line-height:100%;transition:color .2s ease-out}.mainPageCard__title{font-size:18px;line-height:100%}.mainPageCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:15px;line-height:100%;transition:color .2s ease-out}.mainPageCard__more{justify-content:start;align-items:center;gap:4px;font-size:16px;transition:color .2s ease-out;display:flex}.mainPageCard__more__icon{transition:color .2s ease-out}@media screen and (max-width:1400px){.mainPageCard{height:280px}.mainPageCard__date{font-size:14px}.mainPageCard__img{height:270px}.mainPageCard__title{font-size:14px}.mainPageCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:13px}.mainPageCard__more{font-size:13px}}@media screen and (max-width:1200px){.mainPageCard{height:270px}.mainPageCard__content{gap:8px}.mainPageCard__img{height:260px}.mainPageCard__title{font-size:13px}.mainPageCard__description{font-size:11px}}@media screen and (max-width:992px){.mainPageCard{width:350px;height:200px}.mainPageCard__box{padding:8px}.mainPageCard__title{font-size:10px}.mainPageCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:11px}.mainPageCard__img{height:190px}.mainPageCard__more{font-size:10px}}@media screen and (max-width:768px){.mainPageCard{height:160px}.mainPageCard__more__icon{color:var(--color-dark-blue)}.mainPageCard--2{background-color:var(--color-white);color:var(--color-dark)}.mainPageCard--2 .mainPageCard__more__icon{color:var(--color-dark-blue)}.mainPageCard__date{color:var(--color-secondary-dark)!important}.mainPageCard__description{color:var(--color-dark)!important}.mainPageCard__imgBox{padding:0}.mainPageCard__img{width:100%;height:160px}}@media screen and (max-width:576px){.mainPageCard{flex-direction:column;width:100%;height:100%}.mainPageCard--2 .mainPageCard__imgBox{order:1}.mainPageCard--2 .mainPageCard__box{order:2}.mainPageCard--2 .mainPageCard__more__icon{color:var(--color-dark-blue)}.mainPageCard__imgBox{width:100%;padding:0}.mainPageCard__box{width:100%}}@media screen and (max-width:375px){.mainPageCard{flex-direction:column;width:100%;height:100%}.mainPageCard__date{font-size:12p}.mainPageCard__box{padding-bottom:0}.mainPageCard__content{gap:5px}.mainPageCard__title{font-size:13px;line-height:100%}.mainPageCard__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:10px}.mainPageCard__more{font-size:12px}}.scroll-to-top{cursor:pointer;opacity:0;visibility:hidden;border-radius:50%;justify-content:center;align-items:center;width:75px;height:75px;transition:all .3s;display:flex;position:fixed;bottom:60px;right:20px}.scroll-to-top__icon:hover{color:#03056e}.scroll-to-top:hover{transform:scale(.8);box-shadow:0 4px 40px #000000dc}.show{opacity:1;visibility:visible}@media screen and (max-width:576px){.scroll-to-top{width:50px;height:50px}}.announcement{width:50%;height:510px;color:inherit;border-radius:10px;text-decoration:none;display:block;position:relative;box-shadow:inset 0 -200px 40px #00000040}.announcement__wrapper{z-index:-1;width:100%;position:absolute}.announcement__wrapper__img{object-fit:cover;border-radius:10px;width:100%;height:510px}.announcement__content{height:100%;color:var(--color-white);flex-direction:column;justify-content:end;align-items:start;gap:10px;display:flex}.announcement__content-background{-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);border-radius:10px;flex-direction:column;row-gap:10px;width:100%;padding:20px;display:flex}.announcement__title{font-size:16px;font-weight:600}.announcement__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:520px;font-size:14px;font-weight:400;line-height:100%}@media screen and (max-width:1200px){.announcement,.announcement__wrapper__img{height:450px}.announcement__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:410px;font-size:14px}}@media screen and (max-width:992px){.announcement,.announcement__wrapper__img{height:320px}.announcement__content{gap:5px}.announcement__content-background{row-gap:5px}.announcement__title{font-size:14px}.announcement__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:280px;font-size:11px}}@media screen and (max-width:768px){.announcement,.announcement__wrapper__img{height:250px}.announcement__content-background{gap:0;padding:15px}.announcement__title{font-size:12px}.announcement__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:230px;font-size:12px}}@media screen and (max-width:576px){.announcement{width:100%;height:310px}.announcement__wrapper__img{height:310px}.announcement__title{font-size:14px}.announcement__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:auto;font-size:12px}}.statePortalsCard{border:1px solid var(--color-dark);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:300px;transition:all .3s;display:flex}.statePortalsCard__wrapper{justify-content:center;align-items:center;width:100%;height:140px;display:flex}.statePortalsCard__wrapper__img{object-fit:contain;width:100%;height:140px}.statePortalsCard__textwrapper{text-align:center;width:100%;height:40px}.statePortalsCard__title{color:var(--color-dark-blue);text-transform:uppercase;font-size:15px;font-weight:600}@media screen and (max-width:1200px){.statePortalsCard{height:260px}.statePortalsCard__wrapper{height:70px}.statePortalsCard__wrapper__img{height:100px}.statePortalsCard__title{font-size:14px}}@media screen and (max-width:992px){.statePortalsCard{height:240px}.statePortalsCard__wrapper{height:70px}.statePortalsCard__wrapper__img{height:100px}.statePortalsCard__title{font-size:12px}}@media screen and (max-width:768px){.statePortalsCard{gap:5px;height:170px;width:100%!important}.statePortalsCard__wrapper,.statePortalsCard__wrapper__img{height:90px}.statePortalsCard__title{font-size:9px}}.vacanciesCard{border-top:1px solid var(--color-dark-blue);flex-direction:column;justify-content:space-between;align-items:center;padding:25px 0;display:flex}.vacanciesCard:last-child{border-bottom:1px solid var(--color-dark-blue)}.vacanciesCard__btn{justify-content:center;align-items:center;width:40px;display:flex}.vacanciesCard-main{justify-content:space-between;width:100%;transition:max-height .4s,opacity .3s;display:flex}.vacanciesCard-number{font-weight:600;font-style:Medium;text-align:center;text-transform:uppercase;opacity:1;font-size:56px;transition:opacity .3s,margin .3s}.vacanciesCard-title{font-weight:600;font-style:Medium;text-align:center;text-transform:uppercase;font-size:56px;transition:max-height .4s,opacity .3s}@media screen and (max-width:992px){.vacanciesCard-title,.vacanciesCard-number{font-size:40px}}@media screen and (max-width:768px){.vacanciesCard-title,.vacanciesCard-number{font-size:32px}.vacanciesCard__btn img{width:30px}}@media screen and (max-width:500px){.vacanciesCard__btn img{width:23px}.vacanciesCard-title,.vacanciesCard-number{font-size:23px}}@media screen and (max-width:360px){.vacanciesCard__btn img{width:20px}.vacanciesCard-title,.vacanciesCard-number{font-size:20px}}.home{gap:80px;margin-top:35px;display:grid}@media screen and (max-width:768px){.home{gap:30px}}.footer{background-color:var(--color-dark-blue);color:var(--color-white);margin-top:80px;padding-top:20px}.footer__madebygeeks{text-transform:uppercase;font-size:26px;font-weight:700;font-style:Bold;line-height:100%;transition:all .3s}.footer__madebygeeks:hover{color:#fff600}.footer__nav-title{text-transform:uppercase;font-size:20px;font-weight:600}.footer__texts{color:var(--color-grey);flex-direction:column;gap:12px;font-size:18px;font-weight:400;line-height:100%;display:flex}.footer__top{column-gap:70px;padding-bottom:40px;display:flex}.footer__bottom{border-top:1px solid var(--color-grey);justify-content:center;align-items:center;gap:10px;width:100%;padding:21px 0;display:flex}.footer__nav{justify-content:space-between;gap:40px;display:flex}.footer__navlinks{padding:0!important}.footer__title{text-transform:uppercase;margin:69px 0 40px;font-size:20px;line-height:100%}.footer__title h1{font-weight:500}.footer__socials a{flex-direction:row;align-items:center;gap:5px;display:flex}.footer__socials span{background-color:#fff;border-radius:5px;justify-content:center;align-items:center;width:25px;height:25px;display:flex}.footer__phone{white-space:nowrap}.footer--grid{flex-direction:column;row-gap:12px;display:flex;padding:0!important}.footer__stats-num{color:#fff}@media screen and (max-width:1400px){.footer__img img{width:170px}.footer__nav-title{font-size:16px}.footer__texts{font-size:15px}.footer__title{font-size:17px}}@media screen and (max-width:1200px){.footer__madebygeeks{font-size:22px}.footer__top{column-gap:40px}.footer__title{font-size:14px}.footer__nav{gap:10px}}@media screen and (max-width:992px){.footer__madebygeeks{font-size:18px}.footer__img img{width:120px}.footer__nav-title{font-size:14px}.footer__texts{font-size:13px}.footer__top{column-gap:25px}.footer__title{margin-top:55px;font-size:11px}}@media screen and (max-width:768px){.footer__top{flex-direction:column}.footer__dekstop{display:none}.footer__img{column-gap:60px;margin-bottom:20px;display:flex}.footer__img img{width:120px;height:120px}.footer__title{font-size:13px;line-height:unset;margin:25px 0 33px}.footer__nav-title{font-size:20px}.footer__texts{flex-direction:row;gap:0;font-size:18px}.footer__stats,.footer__socials{order:2}.footer__socials{order:1}.footer__adress p{width:130px}.footer__adress{order:1}}@media screen and (max-width:576px){.footer__top{align-items:center}.footer__texts{width:180px}.footer__title{width:190px;margin-top:17px;font-size:11px;transform:translate(-20%)}.footer__img{margin-bottom:0}.footer__socials{margin-top:20px}.footer__socials .footer__nav-title{white-space:nowrap}.footer .stats{display:none}}@media screen and (max-width:400px){.footer__texts{width:138px;font-size:14px}.footer__nav-title{font-size:16px}.footer__nav{justify-content:center;column-gap:70px}.footer__title{width:190px;margin-top:15px;font-size:9px;transform:translate(0)}.footer__img{column-gap:12px}.footer__img img{width:100px;height:100px}}@media screen and (max-width:360px){.footer__texts{width:118px;font-size:12px}.footer__nav-title{font-size:14px}.footer__nav{column-gap:60px}.footer__title{width:180px;margin-top:13px;font-size:7px}.footer__img{column-gap:12px}.footer__img img{width:80px;height:80px}}.appLink{font-family:Manrope,sans-serif;font-weight:400;font-style:Regular;letter-spacing:0%;color:var(--color-white);font-size:20px;line-height:100%;text-decoration:none}.appLink.active{text-decoration:underline;-webkit-text-decoration-color:var(--color-white);text-decoration-color:var(--color-white)}.loading{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.loading__icon{animation:2s linear infinite spin;display:block}.loading__message{color:#666;text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1rem}.loading--small .loading__icon{width:135px;height:159px}.loading--small .loading__message{font-size:.875rem}.loading--medium .loading__icon{width:270px;height:318px}.loading--medium .loading__message{font-size:1rem}.loading--large .loading__icon{width:405px;height:477px}.loading--large .loading__message{font-size:1.25rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.header-burger{z-index:4;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border:1px solid var(--color-white);text-align:left;opacity:0;pointer-events:none;background:#03045e66;border-radius:10px;max-width:100%;padding:35px 36px 29px;transition:all .3s;position:absolute;top:34px;transform:translateY(-30%)scale(.7)}.header-burger.show{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.header-burger__nav{flex-wrap:wrap;gap:20px;max-width:95%;display:flex}.header-burger__close{cursor:pointer;background:0 0;border:none;position:absolute;top:10px;right:10px}@media screen and (max-width:576px){.header-burger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#03045e66;border-radius:5px;width:100%;padding:10px;top:22px}.header-burger__nav{flex-direction:column;gap:16px}}.header-tablet{justify-content:space-between;align-items:center;display:flex;position:relative}.header-tablet__logo{width:120px;height:120px}.header-tablet__controls{gap:10px;display:flex}.header-tablet__burger-btn,.header-tablet__eyes-btn{cursor:pointer;background-color:#0000;border:none}@media screen and (max-width:768px){.header-tablet{justify-content:space-between;align-items:center;display:flex}.header-tablet__logo{width:100px;height:100px}}@media screen and (max-width:576px){.header-tablet{justify-content:space-between;align-items:center;display:flex}.header-tablet__logo{width:80px;height:80px}}.header{background-color:var(--color-dark-blue);text-align:center;border-radius:0 0 10px 10px;padding:18px 0}.header__content{justify-content:space-between;align-items:center;width:100%;display:flex}.header__nav{flex:1;align-items:center;gap:40px;width:100%;display:flex}.header__nav--left{justify-content:flex-end}.header__nav--right{justify-content:flex-start}.header__logo-wrapper{flex:none;justify-content:center;align-items:center;display:flex}.header__logo{width:120px;height:120px}.header__controls{align-items:center;gap:22px;display:flex}.header__lang-switch{cursor:pointer;align-items:center;column-gap:5px;display:flex}.header__lang-switch span{color:var(--color-white);font-family:Manrope,sans-serif;font-weight:400;font-style:Regular;letter-spacing:0%;font-size:20px;line-height:100%}.header__lang-switch span.active{font-weight:600;font-style:SemiBold}.header__eyes-btn{cursor:pointer;background-color:#0000;border:none}@media screen and (max-width:1400px){.header{text-align:center;padding:14px 0}.header__nav{gap:20px}.header__nav--left{padding-right:20px}.header__nav--right{padding-left:20px}.header__logo{width:100px;height:100px}.header__controls{gap:10px}}@media screen and (max-width:992px){.header{text-align:center;border-radius:0 0 5px 5px;padding:10px 0}.header__content{gap:20px}.header__logo{width:80px;height:80px}.header__controls{gap:10px}}.ads_select{width:100%!important;height:40px!important;display:none!important}.ads_wrapper{gap:20px;margin-bottom:100px;display:flex}.ads_info{opacity:1;border:1px solid #03045e;border-radius:10px;flex-direction:column;gap:5px;width:25%;max-width:345px;height:100%;padding:10px;display:flex}.ads_info_texts{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;text-transform:uppercase;border-radius:10px;width:100%;padding:5px 10px;font-size:15px;line-height:100%}.ads_hr{opacity:1;border-width:1px;width:315px;height:0}.ads_list{grid-template-columns:repeat(3,1fr);gap:10px;width:75%;margin:0;padding:0;list-style:none;display:grid}.ads_list li{width:100%;display:flex}@media screen and (max-width:800px){.ads_list{width:100%}}.ads_bg{cursor:pointer;border-radius:10px;transition:all .3s linear}.ads_bg.active{color:#fff;background-color:#03045e;padding-left:5px;font-weight:700}.ads_bg:hover{color:#fff;cursor:pointer;background:#03045e}.ads_select{opacity:1;border-width:1px;border-radius:5px;gap:10px;width:100%;height:32px;padding:10px;display:none}.goverment__title{color:var(--color-dark-blue);text-align:center;text-transform:uppercase;margin-bottom:35px;font-size:60px;line-height:90%}.goverment__box{gap:15px;display:flex}.goverment__grey{color:var(--color-grey)}.goverment__cards_img img{object-fit:cover;background-position:50%;background-repeat:no-repeat}.goverment__card_profile{width:50%;color:var(--color-white);background-color:var(--color-dark-blue);border-radius:20px;align-items:center;gap:20px;padding:0 20px;display:flex}.goverment__card_fio h2{font-size:28px;font-weight:400;line-height:100%}.goverment__card_fio h3{font-size:25px;font-weight:400}.goverment__card_main{text-align:center;width:50%}.goverment__card_info{word-wrap:break-word;gap:20px;width:50%;display:grid}.goverment__card_info h2{font-size:25px;font-weight:400}.goverment__card_info p{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:17px;line-height:120%}.goverment__card_img img{width:100%}.goverment__cards{flex-direction:column;gap:15px;width:50%;display:flex}.goverment__cards .mainPageCard:nth-child(2) .mainPageCard__imgBox{order:2}.goverment__cards .mainPageCard:nth-child(2) .mainPageCard__box{order:1}@media screen and (max-width:1200px){.goverment__card_fio h2{font-size:21px}.goverment__card_fio h3{font-size:22px}.goverment__card_img img{width:100%}.goverment__card_info p{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:13px}}@media screen and (max-width:992px){.goverment__title{font-size:50px}.goverment__card_fio h2{font-size:16px}.goverment__card_fio h3{font-size:18px}.goverment__card_img img{width:100%}.goverment__card_info{gap:8px}.goverment__card_info h2{font-size:14px}.goverment__card_info p{font-size:10px}}@media screen and (max-width:768px){.goverment__title{font-size:35px}.goverment__cards{width:auto}.goverment__card_profile{flex-direction:column;justify-content:center;gap:15px;padding:0 12px}.goverment__card_fio{display:none}.goverment__card_img img{width:100%;height:130px}.goverment__card_main,.goverment__card_info{width:100%}.goverment__card_info h2{font-size:14px;font-weight:400px}.goverment__card_info h3{font-size:16px;font-weight:400}.goverment__card_info_word{display:none}.goverment__card_info p{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:160px;font-size:12px}}@media screen and (max-width:576px){.goverment__title{font-size:30px}.goverment__box{flex-direction:column}.goverment__card_main,.goverment__card_info{flex-direction:column;align-items:start;width:auto;display:flex}.goverment__card_profile{flex-direction:row;justify-content:center;gap:5px;width:100%;height:184px}.goverment__cards{flex-direction:row}.goverment__cards .mainPageCard:nth-child(2) .mainPageCard__imgBox{order:1}.goverment__cards .mainPageCard:nth-child(2) .mainPageCard__box{order:2}.goverment__card_main{width:170px}.goverment__card_info p{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:11px}.goverment__card_img{margin:0 auto}.goverment__card_img img{width:100%}}@media screen and (max-width:430px){.goverment__title{font-size:21px}.goverment__card_main,.goverment__card_info{width:50%}.goverment__card_info p{font-size:10px}}@media screen and (max-width:360px){.goverment__cards .mainPageCard__img{height:130px}.goverment__card_info{gap:2px}.goverment__card_info h2,.goverment__card_info h3{font-size:13px}.goverment__card_info p{width:unset;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:10px}}@media screen and (max-width:320px){.goverment__cards .mainPageCard__img{height:120px}}.LatestAnnouncements{margin-top:40px}.LatestAnnouncements__cards{gap:15px;width:100%;height:auto;display:flex}.LatestAnnouncements__title{text-align:center;text-transform:uppercase;color:var(--color-dark-blue);margin-bottom:20px;font-size:60px;font-weight:600}@media screen and (max-width:992px){.LatestAnnouncements__title{font-size:40px}}@media screen and (max-width:768px){.LatestAnnouncements__title{margin-top:30px;font-size:30px}}@media screen and (max-width:576px){.LatestAnnouncements__title{font-size:20px}.LatestAnnouncements__cards{flex-direction:column;justify-content:center;align-items:center;height:auto}}.vacancies__title{color:var(--color-dark-blue);text-align:center;text-transform:uppercase;margin-bottom:40px;font-size:60px;font-weight:600}@media screen and (max-width:992px){.vacancies__title{font-size:40px}}@media screen and (max-width:768px){.vacancies__title{font-size:30px}}.antiCorruption__title{color:var(--color-dark-blue);text-align:center;text-transform:uppercase;margin-bottom:20px;font-size:60px;font-weight:600}.antiCorruption__cards{gap:20px;display:flex}@media screen and (max-width:992px){.antiCorruption__cards{gap:15px}.antiCorruption__title{font-size:40px}}@media screen and (max-width:768px){.antiCorruption__title{margin-bottom:10px;font-size:30px}.antiCorruption__cards{flex-direction:column;gap:10px}.antiCorruption__cards .mainPageCard{justify-content:start;width:100%}.antiCorruption__cards .mainPageCard__imgBox{width:232px}}@media screen and (max-width:576px){.antiCorruption__title{font-size:20px}.antiCorruption__cards{display:none}}@media screen and (max-width:340px){.antiCorruption__title{font-size:18px}}:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{text-align:center;z-index:10;transition:opacity .3s;position:absolute;transform:translate(0,0)}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);width:100%;left:0}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);display:inline-block}button.swiper-pagination-bullet{box-shadow:none;appearance:none;border:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px)0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{width:8px;top:50%;transform:translateY(-50%)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,top .2s;display:inline-block}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{white-space:nowrap;left:50%;transform:translate(-50%)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));transform-origin:0 0;width:100%;height:100%;position:absolute;top:0;left:0;transform:scale(0)}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:100% 0}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);top:0;left:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size,4px);height:100%;top:0;left:0}.swiper-pagination-lock{display:none}.advertisements{width:100%}.advertisements__title{color:var(--color-dark-blue);text-align:center;text-transform:uppercase;margin-bottom:20px;font-size:60px;font-weight:600}.advertisements__swiper{width:100%!important;height:95%!important}.advertisements__swiper .swiper-pagination-bullet-active{background-color:var(--color-dark)}.advertisements__swiper .newsCard{flex-direction:column;width:100%;height:90%;display:flex}.advertisements__swiper .newsCard__comtent{flex-direction:column;flex:auto;display:flex}.advertisements__swiper .newsCard__more{margin-top:auto}.advertisements__cards{justify-content:center;gap:15px;height:100%;display:flex;align-items:start!important}.advertisements .untilfour{flex-direction:column;flex:100%;height:90%;display:flex}.advertisements .untilfour .advertisements__swiper{width:100%!important;height:100%!important}.advertisements .untilfour .advertisements__swiper .swiper-slide{box-sizing:border-box;flex-direction:column;padding-bottom:20px;display:flex;height:0%!important}.advertisements .untilfour .newsCard{flex-direction:column;width:100%;display:flex}.advertisements .untilfour .newsCard__description{font-size:13px}.advertisements .untilfour .newsCard__content{flex-direction:column;flex:auto;display:flex}.advertisements .untilfour .newsCard__more{margin-top:auto}@media screen and (max-width:1400px){.advertisements__single .single{width:100%}.advertisements .newsCard__img{max-height:180px;padding:0!important}}@media screen and (max-width:992px){.advertisements__single .single{width:100%}.advertisements__single .single .mainPageCard__date{font-size:15px}.advertisements .newsCard__description{font-size:16px}.advertisements .newsCard__img{max-height:120px}}@media screen and (max-width:768px){.advertisements__title{margin-bottom:20px;font-size:30px}.advertisements .swiper-pagination{bottom:-5px!important}.advertisements .newsCard{width:100%}}@media screen and (max-width:576px){.advertisements__swiper{width:400px!important}.advertisements .untilfour{flex-direction:row}.advertisements .untilfour .newsCard{gap:10px;width:100%;max-height:159px;display:flex}.advertisements .untilfour .newsCard__content{width:50%}.advertisements .untilfour .newsCard__img{object-fit:cover;width:50%}.advertisements__cards{flex-direction:column;justify-content:start;height:100%}.advertisements__cards .newsCard{gap:10px;width:100%;max-height:159px;display:flex}.advertisements__cards .newsCard__date{font-size:13px}.advertisements__cards .newsCard__title{font-size:12px;line-height:100%}.advertisements__cards .newsCard__img{width:50%;max-height:158px;padding:0;display:flex}.advertisements__cards .newsCard__content{gap:5px}.advertisements__cards .newsCard__more{justify-content:start;align-items:center;font-size:12px;line-height:0}.advertisements__cards .newsCard__description{flex-grow:1;font-size:10px}.advertisements .mainPageCard__imgBox{padding-left:10px}}@media screen and (max-width:450px){.advertisements .untilfour{flex-direction:row}.advertisements .untilfour .newsCard{gap:10px;width:100%;max-height:159px;display:flex}.advertisements .untilfour .newsCard__content{gap:3px;width:50%;padding:2px}.advertisements .untilfour .newsCard__img{object-fit:cover;width:50%}.advertisements__swiper{width:300px!important}}@media screen and (max-width:340px){.advertisements__swiper{padding-bottom:20px;width:280px!important}}@media screen and (max-width:320px){.advertisements__cards .newsCard__more{height:20px}}.StatePortals__title{color:var(--color-dark-blue);text-align:center;text-transform:uppercase;margin-bottom:20px;font-size:60px;font-weight:600}.StatePortals__swiper{width:100%;height:100%}.StatePortals__swiper .swiper-pagination-bullet-active{background-color:var(--color-dark)}.StatePortals__row{gap:15px}.StatePortals__row__link,.StatePortals__row__link .statePortalsCard{width:100%}@media screen and (max-width:992px){.StatePortals__title{font-size:40px}}@media screen and (max-width:768px){.StatePortals{height:205px}.StatePortals__title{display:none}}@media screen and (max-width:576px){.StatePortals{height:205px}.StatePortals__swiper{width:470px!important}}@media screen and (max-width:510px){.StatePortals__swiper{width:380px!important}}@media screen and (max-width:420px){.StatePortals__swiper{width:300px!important}}@media screen and (max-width:340px){.StatePortals__swiper{width:280px!important}}.ruraDistrict_info{background:#fff;border:1px solid #03045e;border-radius:10px;width:73%;padding:20px}.ruraDistrict_info .ruraDistrict_info_title_wrapper .ruraDistrict_pagination_wrapper{flex-direction:row-reverse;align-items:center;gap:30px;display:flex}.ruraDistrict_info .ruraDistrict_info_title_wrapper .ruraDistrict_pagination_wrapper .ruraDistrict_pagination{color:#fff;cursor:pointer;background:#03045e;border:none;border-radius:5px;width:50px;height:50px;padding:4px 14px;font-size:20px;font-weight:bolder}.ruraDistrict_info .ruraDistrict_info_title_wrapper .ruraDistrict_pagination_wrapper .ruraDistrict_pagination_emrty{color:#fff;cursor:pointer;background:#03045e66;border:none;border-radius:5px;width:50px;height:50px;padding:4px 14px;font-size:20px;font-weight:bolder}.ruraDistrict_info .ruraDistrict_info_title_wrapper h3{color:#03045e;font-weight:600;font-style:SemiBold;text-transform:uppercase;padding-bottom:10px;font-size:60px;line-height:100%}.ruraDistrict_info .ruraDistrict_info_title_wrapper hr{border:1px solid #000;width:100%}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text{align-items:center;gap:10px;font-size:40px;font-weight:600;display:flex}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text div{background:#000;border-radius:50%;width:20px;height:20px}.ruraDistrict_info .ruraDistrict_text_wrapper p{letter-spacing:0%;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:25px;line-height:120%}.ruraDistrict_info .ruraDistrict_images{gap:10px;width:auto;height:auto;margin-top:25px;display:flex;overflow-x:scroll}.ruraDistrict_info .ruraDistrict_images .ruralDistrict_img{border-radius:10px;width:300px;height:220px}@media (max-width:400px){.ruraDistrict_info .ruraDistrict_images .ruralDistrict_img{width:280px;height:180px}}.ruraDistrict_info .ruraDistrict_images::-webkit-scrollbar{display:none}.ruraDistrict_info .rural_tochka_wrapper{justify-content:center;align-items:center;gap:20px;margin-top:30px;margin-bottom:10px;display:flex}.ruraDistrict_info .rural_tochka_wrapper div{background:#0000003c;border-radius:50%;width:10px;height:10px}@media (max-width:1420px){.ruraDistrict_info .ruraDistrict_img{border-radius:10px;width:340px;height:200px}.ruraDistrict_info .ruraDistrict_info_title_wrapper h3{font-size:40px}}@media (max-width:1024px){.ruraDistrict_info .ruraDistrict_info_title_wrapper h3{font-size:48px}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text{font-size:32px}.ruraDistrict_info .ruraDistrict_text_wrapper p{font-size:20px}.ruraDistrict_info .ruraDistrict_images img{height:180px}}@media (max-width:995px){.ruraDistrict_info .ruraDistrict_info_title_wrapper h3{font-size:40px}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text{font-size:28px}.ruraDistrict_info .ruraDistrict_text_wrapper p{font-size:18px}.ruraDistrict_info .ruraDistrict_images img{height:150px}}@media (max-width:768px){.ruraDistrict_info .ruraDistrict_info_title_wrapper h3{font-size:30px}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text{gap:5px;font-size:30px}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text div{width:10px;height:10px}.ruraDistrict_info .ruraDistrict_text_wrapper p{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:20px}.ruraDistrict_info .ruraDistrict_pagination_wrapper{justify-content:space-between;padding-top:20px;padding-bottom:30px}.ruraDistrict_info .ruraDistrict_images img{width:130px;height:180px}}@media (max-width:540px){.ruraDistrict_info .ruraDistrict_info{width:100%}.ruraDistrict_info .ruraDistrict__wrapper{flex-direction:column-reverse;width:100%;display:flex}.ruraDistrict_info .ruraDistrict_info_title_wrapper h3{font-size:20px}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text{gap:5px;font-size:18px}.ruraDistrict_info .ruraDistrict_text_wrapper .ruraDistrict_text div{width:5px;height:5px}.ruraDistrict_info .ruraDistrict_text_wrapper p{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:11px}.ruraDistrict_info .ruraDistrict_images img{border-radius:10px;width:100%;margin-bottom:10px}}.sidebar{border:1px solid #03045e;border-radius:10px;flex-direction:column;gap:20px;width:25%;height:auto;padding:10px;display:flex}.sidebar .sidebar-list{flex-direction:column;gap:10px;list-style:none;display:flex}.sidebar .sidebar-list li{text-transform:uppercase;cursor:pointer;border-radius:10px;padding:3px 10px;font-size:17px;font-weight:600;transition:all .3s linear}.sidebar .sidebar-list li:hover{color:#fff;background:#03045e}.sidebar .sidebar-list .active{color:#fff;background-color:#03045e;padding-left:15px}.sidebar .sidebar-list hr{border:1px solid #03045e;width:100%;margin:5px 0}.sidebar .sidebar-select{text-transform:uppercase;color:#03045e;background:#fff;border:1px solid #03045e;border-radius:5px;width:100%;padding:10px;font-size:16px;font-weight:600;display:none}.sidebar .sidebar-select .MuiSelect-select{width:100%;padding:10px 14px;line-height:1.3;white-space:normal!important}.sidebar .sidebar-select .MuiOutlinedInput-notchedOutline,.sidebar .sidebar-select:hover .MuiOutlinedInput-notchedOutline{border-color:#03045e}.sidebar .sidebar-select.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px;border-color:#03045e}@media (max-width:768px){.sidebar{border:none;outline:none;width:100%;padding:5px}.sidebar .sidebar-list{display:none}.sidebar .sidebar-select{width:100%;display:block}.sidebar .sidebar-select .MuiSelect-select{padding:12px 3px!important}.sidebar .sidebar-list li{padding:8px;font-size:13px}.sidebar .sidebar-list .active{padding:8px}}@media (max-width:540px){.sidebar .sidebar-select{display:block}}.village-council-main_1{border-bottom:1px solid #03045e;margin-bottom:20px;padding-bottom:20px;display:flex}.village-council-main_1.last-item{border-bottom:none;margin-bottom:0;padding-bottom:0}.village-council-block1{gap:20px;display:flex}.village-council-img img{aspect-ratio:4/3;object-fit:cover;border-radius:12px;width:100%;max-width:420px;display:block}.village-council-info{width:60%}.village-council-info h2{margin-bottom:6px;font-size:16px}.village-council-info p{color:#00000080;margin-bottom:12px;font-size:14px}.village-council-deputy-info{flex-direction:column;gap:16px;width:30%;display:flex}.deputy-info-item h2{margin-bottom:4px;font-size:16px}.deputy-info-item p{color:#00000080;font-size:14px}@media (max-width:1024px){.village-council-block1{flex-wrap:wrap;align-items:flex-start;display:flex}.village-council-info{max-width:500px}.village-council-main{display:block}.village-council-deputy-info{width:90%;padding:0 20px}}@media (max-width:768px){.village-council-info h2{font-size:18px}.village-council-content{flex-direction:column}.council_info{width:100%}}.village-council-sidebar{opacity:1;border-radius:10px;width:100%;height:auto;padding:10px}.village-council-sidebar ul{flex-direction:column;padding:0;list-style:none;display:flex}.village-council-sidebar ul li{color:#000;cursor:pointer;align-items:center;height:45px;transition:all .3s linear;display:flex}.village-council-sidebar ul .village-council-menu__text.active{color:#fff;cursor:default;background:#03045e;padding-left:5px;font-weight:700}.village-council-sidebar ul hr{border:1px solid #03045e;width:100%}@media (max-width:768px){.village-council-sidebar{width:100%;padding:5px}.village-council-sidebar ul li{height:40px;font-size:16px}.village-council-sidebar ul .active{height:40px;padding:0 8px}}.village-council-menu{opacity:1;border:1px solid #03045e;border-radius:10px;flex-direction:column;gap:10px;width:25%;max-width:345px;height:100%;display:flex}.village-council-menu .village-council-menu__select{text-transform:uppercase;color:#03045e;cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%2303045e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") right 15px center no-repeat;border:none;border-radius:10px;width:100%;padding:12px 40px 12px 15px;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:17px;font-weight:600;display:none}.village-council-menu .village-council-menu__text{text-transform:uppercase;border-radius:10px;width:100%;padding:5px 10px;font-family:Manrope,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:17px;font-weight:600;line-height:100%}@media (max-width:768px){.village-council-menu{width:100%;max-width:none;margin-bottom:15px;padding:0}.village-council-menu .village-council-menu__select{display:block}.village-council-menu .council_info{display:none!important}}@media screen and (max-width:768px){.council_info{display:none!important}}.vc-summary-row{box-sizing:border-box;align-items:center;width:100%;padding:12px;display:flex}.vc-number{text-align:left;color:#222;flex:0 0 44px;width:44px;padding-left:8px;font-weight:700}.vc-title{text-align:center;color:#111;flex:auto;justify-content:center;align-items:center;font-size:32px;font-weight:600;display:flex}.vc-accordion .MuiAccordionDetails-root{border-top:none}.vc-accordion .MuiAccordionSummary-root{min-height:48px}.village-council-commission{width:100%}.normative-acts__title{text-align:center;margin-bottom:20px;font-weight:700}.normative-acts__item{border-top:1px solid #03045e;justify-content:space-between;align-items:center;padding:12px;display:flex}@media screen and (max-width:768px){.normative-acts__item{flex-wrap:wrap;row-gap:10px}}.normative-acts__item:last-child{border-bottom:none}.normative-acts__column--middle{color:gray}.normative-acts__column--right button{color:#fff;cursor:pointer;background-color:#03045e;border:none;border-radius:10px;padding:8px 12px}.rural_card{opacity:1;border:1px solid gray;border-radius:10px;gap:15px;width:300px;height:auto;padding:4px 5px 19px}.rural_card .rural_image{opacity:1;opacity:1;object-fit:cover;object-position:center;border-radius:10px;width:100%;height:200px}.rural_card .rural_card_items{flex-direction:column;gap:10px;padding-top:10px;padding-left:10px;padding-right:10px;display:flex}.rural_card .rural_card_items .rural_date{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;font-size:18px;line-height:100%}.rural_card .rural_card_items .rural_name{font-family:Manrope;font-weight:600;font-style:SemiBold;font-size:18x;letter-spacing:0%;line-height:100%}.rural_card .rural_card_items .rural_description{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;color:gray;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:18px;line-height:100%}.rural_card .rural_card_items .rural_open_info{opacity:1;width:158px;height:40px;letter-spacing:0%;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-top:5px;font-family:Manrope;font-size:20px;font-weight:500;line-height:100%;display:flex}.rural_structure_wrapper{opacity:1;border:1px solid gray;border-radius:10px;width:100%;height:100%}.rural_structure_wrapper .rural_structure_image{object-fit:cover;object-position:center;border-radius:10px;width:100%;height:auto}.coucil_info_text_li{overflow-wrap:break-word;word-wrap:break-word;flex-direction:column;gap:20px;width:75%;display:flex}.coucil_info_text_li .council_info_title{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;text-transform:uppercase;padding-top:10px;font-size:18px;line-height:100%}.coucil_info_text_li .council_info_suptitle{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;font-size:16px;line-height:100%}.coucil_info_text_li .council_info_text{font-family:Manrope;font-weight:500;font-style:Medium;letter-spacing:0%;color:gray;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:14px;line-height:120%}.council_wpage{justify-content:center;display:flex}.council_wsheet{color:#000;background:#fff;border-radius:10px;width:100%;height:auto;padding:80px 90px;font-family:Times New Roman,serif;box-shadow:0 0 10px #00000026}.report_li{opacity:1;border:1px solid gray;border-radius:10px;width:1000px;height:auto;padding:20px}.report_li .report_title{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;font-size:35px;line-height:100%}@media (max-width:1000px){.report_li .report_title{font-size:28px}}.report_li .report_wrap{justify-content:space-between;display:flex}.report_li .report_wrap .report_mini_wrap{flex-direction:column;justify-content:center;gap:20px;display:flex}.report_li .report_wrap .report_mini_wrap .report_info_title{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;text-transform:uppercase;font-size:18px;line-height:100%}@media (max-width:1000px){.report_li .report_wrap .report_mini_wrap .report_info_titile{font-size:40px}}.report_li .report_wrap .report_mini_wrap .report_info_suptitle{font-family:Manrope;font-weight:500;font-style:Medium;letter-spacing:0%;font-size:15px;line-height:120%}@media (max-width:1000px){.report_li .report_wrap .report_mini_wrap{flex-direction:row;justify-content:start;display:flex}}.report_li .report_wrap .report_none_file{display:none}.report_li .report_wrap .report_hr{opacity:1;border:1px solid gray;width:100%;height:0}.report_li .report_wrap .report_btn_pdf{opacity:1;width:90px;height:35px;font-family:Manrope;font-weight:500;font-style:Medium;letter-spacing:0%;color:#fff;cursor:pointer;text-transform:uppercase;background:#00008b;border:none;border-radius:10px;font-size:18px;line-height:120%}@media (max-width:1000px){.report_li .report_wrap{flex-direction:column;gap:20px;display:flex}}.report_li .report_wrap2{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;margin-top:20px;padding-right:20px;display:flex}.report_li .report_wrap2 .report_mini_wrap2_scroll{gap:20px;width:100%;display:flex;overflow-x:scroll}.report_li .report_wrap2 .report_mini_wrap2_scroll .report_image{opacity:1;border-radius:10px;width:300px;height:250px}@media (max-width:1000px){.report_li .report_wrap2 .report_mini_wrap2_scroll .report_image{object-fit:contain;object-position:center;width:300px;height:200px}.report_li .report_wrap2 .report_mini_wrap2_scroll{width:100%}}.report_li .report_wrap2 .report_mini_wrap2_scroll::-webkit-scrollbar{display:none}.report_li .report_wrap2 .report_mini_wrap2{flex-direction:column;justify-content:start;width:100%;height:auto;display:flex}.report_li .report_wrap2 .report_mini_wrap2 .report_title_name{font-family:Manrope;font-weight:600;font-style:SemiBold;letter-spacing:0%;text-transform:uppercase;font-size:15px;line-height:100%}.report_li .report_wrap2 .report_mini_wrap2 .report_suptitle_name{font-family:Manrope;font-weight:500;font-style:Medium;letter-spacing:0%;padding-top:10px;font-size:15px;line-height:120%}.report_li .report_wrap2 .report_mini_wrap2 .report_pagination{cursor:pointer;justify-content:space-between}@media (max-width:1000px){.report_li .report_wrap2 .report_mini_wrap2{width:100%}.report_li .report_wrap2{flex-direction:column;display:flex}.report_li .report_suptitle_name,.report_li .report_title_name{font-size:8px}.report_li{width:100%;height:auto;padding-right:10px}.report_info_btn_wrapper{justify-content:end;display:flex}}.council_btn_befored{color:#fff;cursor:pointer;background:#00008b;border:none;border-radius:50%;width:50px;height:50px;margin-bottom:20px}.report_image_wrapper{text-align:center;margin-top:10px;position:relative}.report_image_container{max-width:100%;display:inline-block}.report_image{border-radius:4px;max-width:100%}.report_image_nav{justify-content:space-between;width:100%;padding:0 10px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.report_gap_pagination{justify-content:end;gap:20px;display:flex}.report_pagination_wrapper{margin-bottom:20px}.council_wrapper{gap:20px;margin-bottom:40px;display:flex}.council_info{opacity:1;border:1px solid #03045e;border-radius:10px;flex-direction:column;width:25%;max-width:345px;height:100%;padding:10px;display:flex}.council_info_texts{letter-spacing:0%;text-transform:uppercase;border-radius:10px;width:100%;padding:5px 10px;font-family:Manrope;font-size:17px;font-weight:600;line-height:100%}.council_hr{opacity:1;border-width:1px;width:100%;height:0}.council_list{flex-wrap:wrap;width:75%;display:flex}.rural_guide_ul{grid-template-columns:repeat(3,1fr);gap:10px;width:75%;margin:0;padding:0;list-style:none;display:grid}.rural_guide_ul.column{flex-direction:column;gap:20px;display:flex}.council_bg{cursor:pointer;border-radius:10px;transition:all .3s linear}.council_bg.active{color:#fff;background-color:#03045e;padding-left:5px;font-weight:700}.council_bg:hover{color:#fff;cursor:pointer;background:#03045e}.council_select{width:100%!important;max-width:100%!important;height:40px!important;display:none!important}.council_select .MuiSelect-select{width:100%;line-height:1.3;white-space:normal!important}.council_wrap1{flex-direction:column;display:flex}.back_button{color:#fff;cursor:pointer;background-color:#00008b;border:none;border-radius:5px;margin-bottom:20px;padding:10px 20px;font-size:16px}@media screen and (max-width:768px){.council_info{width:100%;max-width:100%}}@media (max-width:1400px){.council_info .council_hr,.report_li{width:100%}}@media (max-width:1300px){.rural_guide_ul{flex-wrap:wrap;width:75%;display:flex}.rural_guide_ul .rural_card{width:200px}.rural_guide_ul .rural_card .rural_image{height:180px}.rural_guide_ul .rural_card .rural_date,.rural_guide_ul .rural_card .rural_name,.rural_guide_ul .rural_card .rural_description{font-size:15px}}@media (max-width:1000px){.rural_guide_ul{border:1px solid gray;border-radius:10px;width:auto;padding:10px}.rural_guide_ul .rural_card{width:150px;height:auto}.rural_guide_ul .rural_card .rural_image{height:130px}.rural_guide_ul .rural_card .rural_date,.rural_guide_ul .rural_card .rural_name,.rural_guide_ul .rural_card .rural_description{font-size:14px}.council_info .council_info_texts{font-size:13px}}@media (max-width:770px){.rural_guide_ul{flex-wrap:wrap;grid-template-columns:repeat(2,1fr);display:grid}.rural_guide_ul .rural_card{width:100%}.mobile_only,.council_select{display:block!important}.rural_job_ul{border:1px solid gray;border-radius:10px;width:100%;height:auto;padding:10px}.council_select{display:flex}.council_wrapper{flex-direction:column;display:flex}.rural_structure_wrapper{width:100%;height:auto}.rural_structure_image{width:100%;height:100%}.council_list{width:100%}}@media (max-width:400px){.rural_guide_ul{flex-wrap:wrap;display:flex}.rural_guide_ul .rural_card{height:300px}.rural_guide_ul .rural_card .rural_image{height:200px}.rural_structure_wrapper{height:300px}.rural_structure_wrapper .rural_structure_image{object-fit:contain;object-position:center;height:100%}}.news{flex-direction:column;display:flex}.news__title{text-align:center;text-transform:uppercase;color:var(--color-dark-blue);margin:10px 0 15px;font-size:80px}.news__cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px 20px;width:100%;display:flex}.news .newsCard--1,.news .newsCard--2,.news .newsCard--7,.news .newsCard--8{flex-grow:2;width:44%}.news .newsCard--1 .newsCard__img,.news .newsCard--2 .newsCard__img,.news .newsCard--7 .newsCard__img,.news .newsCard--8 .newsCard__img{height:432px}@media screen and (max-width:1400px){.newsCard--1 .newsCard__img,.newsCard--2 .newsCard__img,.newsCard--7 .newsCard__img,.newsCard--8 .newsCard__img{padding:2px;height:350px!important}}@media screen and (max-width:992px){.newsCard--1,.newsCard--2,.newsCard--7,.newsCard--8{flex-grow:2;width:44%}.newsCard--1 .newsCard__img,.newsCard--2 .newsCard__img,.newsCard--7 .newsCard__img,.newsCard--8 .newsCard__img{height:232px!important}}@media screen and (max-width:768px){.news__title{font-size:40px}.newsCard:nth-child(3n+1){flex-grow:2;width:100%!important}.newsCard:nth-child(3n+1) .newsCard__img{padding:2px;height:200px!important}.newsCard:nth-child(3n+2){flex-grow:1;width:calc(50% - 10px)!important}.newsCard:nth-child(3n+2) .newsCard__img{padding:2px;height:200px!important}.newsCard:nth-child(3n){flex-grow:1;width:calc(50% - 10px)!important}.newsCard:nth-child(3n) .newsCard__img{padding:2px;height:200px!important}}@media screen and (max-width:576px){.newsCard--2,.newsCard--6{flex-grow:1!important;width:22%!important}.newsCard--2 .newsCard__img,.newsCard--6 .newsCard__img{padding:0;height:232px!important}.newsCard--1,.newsCard--4{flex-grow:2;width:100%!important}.newsCard--1 .newsCard__img,.newsCard--4 .newsCard__img{height:unset;padding:0;height:232px!important}}@media screen and (max-width:360px){.newsCard,.newsCard:nth-child(3n+1),.newsCard:nth-child(3n+2),.newsCard:nth-child(3n),.newsCard--2,.newsCard--6,.newsCard--1,.newsCard--4{flex-grow:2;width:100%!important}}.ads_container{width:100%;max-width:1320px;margin:0 auto}.ads_title{font-family:Manrope;font-weight:700;font-style:Bold;letter-spacing:-4%;text-align:center;text-transform:uppercase;text-align:center;padding-top:30px;padding-bottom:50px;font-size:60px;line-height:90%}@media (max-width:800px){.ads_title{padding-bottom:25px;font-size:70px}}@media (max-width:600px){.ads_title{font-size:35px}}@media (max-width:2000px){.ads_container{padding:0 20px}.ads_wrapper{justify-content:center;gap:20px;display:flex}}@media (max-width:1300px){.ads_list{grid-template-columns:repeat(2,1fr);gap:16px;margin:0;padding:0;list-style:none;display:grid}.ads_info{width:25%;height:100%;padding:10px}.ads_info .ads_info_texts{width:100%;font-size:13px}.ads_info .ads_bg,.ads_info .ads_hr{width:100%}}@media (max-width:800px){.ads_wrapper{flex-direction:column;align-items:center;gap:20px;display:flex}.ads_select{width:100%;display:flex!important}.ads_info{display:none}.ads_list{flex-direction:column;grid-template-columns:repeat(2,1fr);justify-content:center;display:flex}}@media (max-width:500px){.ads_list{grid-template-columns:repeat(1,1fr)}.ads_open_info{font-size:10px}}.council_title{font-family:Manrope;font-weight:700;font-style:Bold;letter-spacing:-4%;text-align:center;text-transform:uppercase;padding-top:40px;padding-bottom:40px;font-size:60px;line-height:90%}@media (max-width:400px){.council_title{font-size:40px}}.ruralDistrict{flex-direction:column;list-style:none;display:flex}.ruralDistrict_title{color:#03045e;letter-spacing:-4%;text-align:center;text-transform:uppercase;padding-top:35px;padding-bottom:40px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:80px;font-weight:700;line-height:90%}.ruralDistrict_info_wrapper{justify-content:space-between;align-items:flex-start;display:flex}@media (max-width:1024px){.ruralDistrict_title{padding-top:30px;padding-bottom:30px;font-size:60px}}@media (max-width:768px){.ruralDistrict_title{padding-top:25px;padding-bottom:25px;font-size:40px}.ruralDistrict_info_wrapper{flex-direction:column;gap:20px;margin-left:0}.ruraDistrict_info{width:100%}}@media (max-width:540px){.ruralDistrict_info_wrapper{flex-direction:column;justify-content:center;align-items:center;display:flex}}@media (max-width:480px){.ruralDistrict_title{padding-top:25px;padding-bottom:25px;font-size:30px}}.village-council-page{font-family:Manrope,sans-serif}.village-council-page h1{color:#03045e;font-weight:700;font-style:Bold;letter-spacing:-4%;text-align:center;text-transform:uppercase;padding:20px 0 40px;font-size:80px;line-height:90%}hr{border:1px solid #03045e;width:100%;margin:10px 0 15px}.village-council-content{gap:20px;display:flex}.village-council-deputies{border:1px solid #03045e;border-radius:10px;width:100%;padding:10px}.line{background:#03045e;width:100%;height:1px;margin-top:15px}.village-council-commission-header{justify-content:space-between;align-items:center;display:flex}@media screen and (max-width:470px){.village-council-content{display:block}.village-council-page h1{font-weight:700;font-style:Bold;letter-spacing:-4%;text-align:center;text-transform:uppercase;font-size:25px;line-height:90%}}.notFound{margin-top:30px}.notFound__container{border:1px solid #03045e;border-radius:10px;padding:100px 0}.notFound__container-title{font-family:Manrope;font-weight:700;font-style:Bold;leading-trim:NONE;letter-spacing:-4%;text-transform:uppercase;color:#03045e66;text-align:center;font-size:500px;line-height:90%}.notFound__container-description{font-family:Manrope;font-weight:600;font-style:SemiBold;leading-trim:NONE;letter-spacing:0%;text-transform:uppercase;color:#00000080;text-align:center;margin-top:30px;font-size:60px;line-height:100%}@media screen and (max-width:1200px){.notFound__container-title{font-size:300px}.notFound__container-description{font-size:30px}}@media screen and (max-width:992px){.notFound__container-title{font-size:200px}.notFound__container-description{font-size:30px}}@media screen and (max-width:576px){.notFound__container-title{font-size:150px}.notFound__container-description{font-size:20px}}@media screen and (max-width:320px){.notFound__container-title{font-size:100px}.notFound__container-description{margin-top:15px;font-size:20px}}.spotlight{column-gap:20px;width:100%;margin-top:80px;display:flex}.spotlight__img{object-fit:cover;border-radius:10px;width:100%;height:500px}.spotlight__content{flex-direction:column;row-gap:5px;width:100%;display:flex}.spotlight__title{font-size:24px;font-weight:400}.spotlight__description{color:var(--color-secondary-dark);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:19px}@media screen and (max-width:1400px){.spotlight__img{height:420px}.spotlight__title{font-size:19px}.spotlight__description{font-size:17px}}@media screen and (max-width:1200px){.spotlight__img{height:320px}}@media screen and (max-width:992px){.spotlight__img{height:220px}.spotlight__title{font-size:17px}.spotlight__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:14px}}@media screen and (max-width:768px){.spotlight__title{font-size:13px}.spotlight__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}@media screen and (max-width:576px){.spotlight{flex-direction:column;row-gap:10px}.spotlight__img{width:100%;height:auto}.spotlight__title{font-size:18px}.spotlight__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:17px}}@media screen and (max-width:360px){.spotlight__title{font-size:13px}.spotlight__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}.newsDetail{column-gap:20px;width:100%;margin-top:80px;display:flex}.newsDetail__date{color:var(--color-secondary-dark);font-size:18px}.newsDetail__img{object-fit:cover;border-radius:10px;width:100%;height:500px}.newsDetail__content{flex-direction:column;row-gap:5px;width:100%;display:flex}.newsDetail__title{font-size:24px;font-weight:400}.newsDetail__description{color:var(--color-secondary-dark);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:19px}@media screen and (max-width:1400px){.newsDetail__img{height:420px}.newsDetail__title{font-size:19px}.newsDetail__description{font-size:17px}}@media screen and (max-width:1200px){.newsDetail__img{height:320px}}@media screen and (max-width:992px){.newsDetail__img{height:220px}.newsDetail__title{font-size:17px}.newsDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:14px}}@media screen and (max-width:768px){.newsDetail__title{font-size:13px}.newsDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}@media screen and (max-width:576px){.newsDetail{flex-direction:column;row-gap:10px}.newsDetail__img{width:100%;height:auto}.newsDetail__title{font-size:18px}.newsDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:17px}}@media screen and (max-width:360px){.newsDetail__title{font-size:13px}.newsDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}.anti-corruption-file-viewer{min-height:80vh;padding:2rem 0}.anti-corruption-file-viewer .container{max-width:1200px;margin:0 auto;padding:0 1rem}.anti-corruption-file-viewer .file-viewer-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.anti-corruption-file-viewer .file-viewer-header .back-button{color:#fff;cursor:pointer;background-color:#06c;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .3s}.anti-corruption-file-viewer .file-viewer-header .back-button:hover{background-color:#0052a3}.anti-corruption-file-viewer .file-viewer-header .back-button:active{transform:scale(.98)}.anti-corruption-file-viewer .file-viewer-header .file-viewer-title{color:#333;margin:0;font-size:1.75rem;font-weight:600}.anti-corruption-file-viewer .file-viewer-content{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content{color:#333;min-height:400px;padding:2rem;line-height:1.6}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content h1,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content h2,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content h3,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content h4,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content h5,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content h6{color:#222;margin-top:1.5rem;margin-bottom:1rem}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content p{margin-bottom:1rem}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content img{max-width:100%;height:auto;margin:1rem 0}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content table{border-collapse:collapse;width:100%;margin:1rem 0}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content table th,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content table td{text-align:left;border:1px solid #ddd;padding:.75rem}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content table th{background-color:#f5f5f5;font-weight:600}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content ul,.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content ol{margin:1rem 0;padding-left:2rem}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content a{color:#06c;text-decoration:none}.anti-corruption-file-viewer .file-viewer-content .file-viewer-html-content a:hover{text-decoration:underline}.anti-corruption-file-viewer .file-viewer-content .file-iframe{border:none;width:100%;min-height:800px;display:block}.anti-corruption-file-viewer .file-viewer-content .file-viewer-embed{position:relative}.anti-corruption-file-viewer .file-viewer-content .file-viewer-embed .file-viewer-download{text-align:center;background-color:#f5f5f5;border-top:1px solid #e0e0e0;padding:1rem}.anti-corruption-file-viewer .file-viewer-content .file-viewer-embed .file-viewer-download .download-link{color:#fff;background-color:#06c;border-radius:4px;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .3s;display:inline-block}.anti-corruption-file-viewer .file-viewer-content .file-viewer-embed .file-viewer-download .download-link:hover{background-color:#0052a3}.anti-corruption-file-viewer .file-viewer-error{text-align:center;padding:3rem 1rem}.anti-corruption-file-viewer .file-viewer-error h2{color:#d32f2f;margin-bottom:1rem;font-size:1.5rem}.anti-corruption-file-viewer .file-viewer-error p{color:#666;margin-bottom:2rem;font-size:1rem}.anti-corruption-file-viewer .file-viewer-error .back-button{color:#fff;cursor:pointer;background-color:#06c;border:none;border-radius:4px;padding:.75rem 1.5rem;font-size:1rem;transition:background-color .3s}.anti-corruption-file-viewer .file-viewer-error .back-button:hover{background-color:#0052a3}.antiCorruptionDetail{column-gap:20px;width:100%;margin-top:80px;display:flex}.antiCorruptionDetail__img{object-fit:cover;border-radius:10px;width:100%;height:500px}.antiCorruptionDetail__content{flex-direction:column;row-gap:20px;width:100%;display:flex}.antiCorruptionDetail__title{color:var(--color-dark-blue);font-size:24px;font-weight:400}.antiCorruptionDetail__description{color:var(--color-secondary-dark);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:19px}.antiCorruptionDetail__download{margin-top:20px}.antiCorruptionDetail__downloadBtn{width:200px;height:45px;letter-spacing:0%;color:#fff;cursor:pointer;text-transform:uppercase;background:#00008b;border:none;border-radius:10px;font-family:Manrope;font-size:18px;font-weight:500;line-height:120%;transition:background-color .3s}.antiCorruptionDetail__downloadBtn:hover{background:#2980b9}.antiCorruptionDetail__downloadBtn:active{background:#1a5f8f}@media screen and (max-width:1400px){.antiCorruptionDetail__img{height:420px}.antiCorruptionDetail__title{font-size:19px}.antiCorruptionDetail__description{font-size:17px}}@media screen and (max-width:1200px){.antiCorruptionDetail__img{height:320px}}@media screen and (max-width:992px){.antiCorruptionDetail__img{height:220px}.antiCorruptionDetail__title{font-size:17px}.antiCorruptionDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:14px}}@media screen and (max-width:768px){.antiCorruptionDetail__title{font-size:13px}.antiCorruptionDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}@media screen and (max-width:576px){.antiCorruptionDetail{flex-direction:column;row-gap:10px}.antiCorruptionDetail__img{width:100%;height:auto}.antiCorruptionDetail__title{font-size:18px}.antiCorruptionDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:17px}.antiCorruptionDetail__downloadBtn{width:100%}}@media screen and (max-width:360px){.antiCorruptionDetail__title{font-size:13px}.antiCorruptionDetail__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}.adsInfo{column-gap:20px;width:100%;margin-top:80px;display:flex}.adsInfo__date{color:var(--color-secondary-dark);font-size:18px}.adsInfo__img{object-fit:cover;border-radius:10px;width:100%;height:500px}.adsInfo__content{flex-direction:column;row-gap:5px;width:100%;display:flex}.adsInfo__title{font-size:24px;font-weight:400}.adsInfo__description{color:var(--color-secondary-dark);word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:19px}@media screen and (max-width:1400px){.adsInfo__img{height:420px}.adsInfo__title{font-size:19px}.adsInfo__description{font-size:17px}}@media screen and (max-width:1200px){.adsInfo__img{height:320px}}@media screen and (max-width:992px){.adsInfo__img{height:220px}.adsInfo__title{font-size:17px}.adsInfo__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:14px}}@media screen and (max-width:768px){.adsInfo__title{font-size:13px}.adsInfo__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}@media screen and (max-width:576px){.adsInfo{flex-direction:column;row-gap:10px}.adsInfo__img{width:100%;height:auto}.adsInfo__title{font-size:18px}.adsInfo__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:17px}}@media screen and (max-width:360px){.adsInfo__title{font-size:13px}.adsInfo__description{word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:12px}}.visually{text-align:center;flex-wrap:wrap;justify-content:space-between;row-gap:20px;margin-top:20px;margin-bottom:70px;padding:0 20px;display:flex}.visually__content div{column-gap:15px;margin-top:10px;display:flex}.visually__content div button{cursor:pointer;background-color:gray;border:none;border-radius:6px;padding:5px 10px}.modal{z-index:10;background-color:#fff;border:1px solid #000;width:500px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal__head{border-bottom:1px solid #000;justify-content:space-between;align-items:center;padding:12px;display:flex}.modal__body{padding:1rem}.modal .visually__content{flex-direction:column;align-items:center;padding:.688rem .938rem;display:flex}p{letter-spacing:normal}body.light *{color:#000!important;background-color:#fff!important}body.light button{border:1px solid #000!important}body.dark *{color:#fff!important;background-color:#000!important}body.dark button{border:1px solid #fff!important}body.blue *{color:#063462!important;background-color:#9dd1ff!important}body.blue button{border:1px solid #063462!important}body.brown *{color:#4d4b43!important;background-color:#f7f3d6!important}body.brown button{border:1px solid #4d4b43!important}body.green *{color:#a9e44d!important;background-color:#3b2716!important}body.green * button{border:1px solid #a9e44d!important}body.image__hide * img{display:none}body.image__dark * img{filter:grayscale()!important}body.letter__normal *{letter-spacing:normal}body.letter__average *{letter-spacing:2px!important}body.letter__big *{letter-spacing:4px!important}body *{transition:all .5s}body.lineH__normal *{line-height:1.5}body.lineH__average *{line-height:2!important}body.lineH__big *{line-height:4!important}body.serif *{font-family:serif!important}body.sans-serif *{font-family:sans-serif!important}body.fontSize-2 *{font-size:16px}body.fontSize-4 *{font-size:18px}body.fontSize-6 *{font-size:20px}body.fontSize-8 *{font-size:22px}body.fontSize-10 *{font-size:24px}body.fontSize-12 *{font-size:26px}body.fontSize-14 *{font-size:28px}body.fontSize-16 *{font-size:30px}body.fontSize-18 *{font-size:32px}body.fontSize-20 *{font-size:34px}body.fontSize-22 *{font-size:36px}body.fontSize-24 *{font-size:38px}body.fontSize-26 *{font-size:40px}:root{--color-white:#fff;--color-grey:#ffffff80;--color-white-silver:#f5f5f5;--color-dark:#000;--color-secondary-dark:#00000080;--color-dark-blue:#03045e;--color-dark-blue-secondary:#03045e66}@font-face{font-family:Manrope;src:url(/assets/Manrope-ExtraLight-CiGAGPkO.ttf)format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/Manrope-Light-tnotZ_2w.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/Manrope-Regular-Dy0jyoUL.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/Manrope-Medium-Bgh4Ro6H.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/Manrope-SemiBold-CJD5SYW-.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/Manrope-Bold-DEjRF1uU.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Manrope;src:url(/assets/Manrope-ExtraBold-zk22q0YZ.ttf)format("truetype");font-weight:800;font-style:normal}*{box-sizing:border-box;margin:0;padding:0;font-family:Manrope,sans-serif}.container{width:100%;max-width:1320px;margin:0 auto}a{color:inherit;text-decoration:none}ul li{list-style:none}.page-containers{flex-direction:column;min-height:100vh;display:flex}.content-wrap{flex:1}.row{align-items:center;display:flex}.col-4{width:33.3%;padding:0 15px}.col-6{width:50%;padding:0 15px}.col-3{width:25%;padding:0 15px}.none{display:none!important}@media screen and (max-width:1400px){.container{max-width:1140px}}@media screen and (max-width:1200px){.container{max-width:960px}}@media screen and (max-width:992px){.container{max-width:720px}}@media screen and (max-width:768px){.container{max-width:540px}}@media screen and (max-width:576px){.container{max-width:100%;padding:0 10px}}
