html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font-family:"Montserrat",sans-serif;vertical-align:top}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{box-sizing:border-box}*,*::before,*::after{box-sizing:border-box}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;outline:none}body{font-family:"Montserrat",sans-serif;font-size:16px;line-height:120%;font-weight:400;color:#391a07;background:#fff;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;letter-spacing:-.03em;display:flex;min-height:100vh;flex-direction:column}main{display:flex;flex-direction:column;align-items:center;flex:1;height:100%}.body{display:flex;min-height:100vh;flex-direction:column}.container{max-width:1200px;width:100%;margin:0 auto;padding:0 24px}.overflow{overflow:hidden}@media (max-width:567px){.container{max-width:567px}}.header{padding-bottom:80px}.header__wrapper{display:flex;align-items:center;height:100px}.header__logo{margin-right:120px;max-width:120px;width:100%}.header__logo img{width:100%}.header__list{display:flex;align-items:center}.header__item{margin-right:40px;position:relative}.header__item.active:before{content:"";background:#ffce00;height:2px;width:100%;position:absolute;bottom:-4px}.header__item-link{color:#391a07;transition:.2s ease;font-size:18px;font-weight:500}.header__item-link:hover{color:#ffce00;transition:.2s ease}.header__lang{display:flex;align-items:center;background:#cadefc;border-radius:12px}.header__lang-item{padding:6px 12px;cursor:pointer;transition:.2s ease}.header__lang-item.active{background:#ffce00;border-radius:12px;color:#fff;transition:.2s ease}.header__hr{border:none;background:#fff;height:1px;margin:0;position:relative;width: calc(100% + 48px);left:-24px}.hamburger{display:none}@media (max-width:1040px){.header__wrapper{justify-content:space-between;height:64px}.header__list{display:none}.header__logo{max-width:88px}.hamburger{display:block}.hamburger__box{display:flex;align-items:center;cursor:pointer;position:relative;z-index:122}.hamburger__box.active{position:relative}.hamburger__box.active .top{transform:translateY(6px) translateX(0) rotate(225deg);background:#fff}.hamburger__box.active .middle{opacity:0}.hamburger__box.active .bottom{transform:translateY(-6px) translateX(0) rotate(-225deg);width:100%;background:#fff}.hamburger__btn{position:relative;height:14px;width:22px;cursor:pointer;z-index:100;transition:all 5ms ease-in-out}.hamburger__btn-open{margin:0 -8px 0 auto;top:-43px;transform:rotate(360deg)}.hamburger__btn_item{background:#fff;border:none;height:2px;border-radius:19px;width:100%;position:absolute;top:0;left:0;transition:all .35s ease;cursor:pointer}.hamburger__btn_item:nth-of-type(2) {top:6px}.hamburger__btn_item:nth-of-type(3) {top:12px;background:#fff}.hamburger__btn_text{font-size:12px;color:#fff;padding-right:8px;transition:.2s ease;position:relative;z-index:10}.hamburger__overlay{position:fixed;top:0;right:0;bottom:0;width:0;height:100%;opacity:0;transition:.2s ease;overflow:hidden;z-index:0;font-size:26px;font-weight:300;text-align:center;display:flex;justify-content:flex-end;-webkit-overflow-scrolling:touch}.hamburger__overlay-btn{position:absolute;width:100%;height:100%;z-index:2;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(8px);transition:.2s ease;opacity:0;background:rgba(37,31,30,.78);transition-delay:2s}.hamburger__overlay-box{display:flex;flex-direction:column;height:100%;padding:64px 24px;background:linear-gradient(178.09deg,#fcce2d 0%,#ff7e2b 97.76%);width:100%;position:relative;z-index:140}.hamburger__overlay-img{opacity:.2;width:100%;max-width:200px;height:auto;margin:0 auto}.hamburger__overlay-list{padding:64px 16px}.hamburger__overlay-list-item{display:flex;justify-content:flex-end;position:relative}.hamburger__overlay-list-item-link{cursor:pointer;display:block;position:relative;color:#fff;text-decoration:none;font-weight:500;font-size:16px;line-height:130%;margin-bottom:16px;text-align:right}.hamburger__overlay-list-item-link.active:before{content:"";background:#ffce00;height:2px;width:100%;position:absolute;bottom:-4px}.hamburger__overlay-item-link{color:#fff;font-weight:500}.hamburger__overlay-buttons{position:relative;font-size:26px;font-weight:300;text-align:center;list-style:none;margin:0 auto;display:inline-block;padding:40px 0 48px}.hamburger__overlay-buttons_item{display:flex;flex-direction:column;align-items:center;padding-bottom:32px;position:relative}.hamburger__overlay-buttons_item:last-of-type{padding-bottom:0}.hamburger__overlay-buttons_item-link{border:1px solid #bdc5d9;box-sizing:border-box;border-radius:69px;display:block;position:relative;color:#fff;text-decoration:none;font-weight:400;font-size:24px;line-height:160%;padding:8px 32px}.hamburger__overlay.open{transition:.2s ease;opacity:1;z-index:120;width:100%}.hamburger__overlay.open .hamburger__overlay-btn{opacity:1;transition:.2s ease;position:fixed}.hamburger__social{display:flex;align-items:center;justify-content:flex-end}.hamburger__social-item{border-radius:100%;display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-right:8px}.hamburger__social-item:last-child{margin-right:0}@keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%
        }

        100% {
            opacity: 1;
            left: 0
        }
    }}@media (max-width:1040px) and (min-width:415px){.hamburger__btn-open{margin:0 auto}.hamburger__overlay-box{max-width:440px}}@media (max-width:1040px) and (max-width:567px){.hamburger__overlay-list_item-link{font-size:16px}.hamburger__overlay-buttons{padding:16px 0 24px}.hamburger__overlay-buttons_item{padding-bottom:16px}}@media (max-width:567px){.header{padding-bottom:64px}}.footer{display:flex;border-top:1px solid #eaeaea}.footer__wrapper{display:flex;justify-content:space-between;padding:40px 0}.footer__left{display:flex;align-items:flex-start;width:25%}.footer__right{display:flex;width:75%;justify-content:space-evenly}.footer__logo{display:flex;transition:all .2s ease-in-out;margin-right:32px;padding-top:8px}.footer__logo img{max-width:180px;width:100%}.footer__list{font-weight:700;font-size:14px;line-height:160%;width:100%;padding-right:16px}.footer__list:last-of-type{padding-right:0}.footer__list-item{margin-bottom:24px;display:flex;transition:.2s ease-in-out}.footer__list-item:last-of-type{margin-bottom:0}.footer__list-item_link{line-height:160%;transition:.2s ease-in-out;color:#391a07;font-weight:500;font-size:18px;display:flex;align-items:center;position:relative}.footer__list-item_link:hover{transition:.2s ease-in-out}.footer__list-item_link:hover:before{content:"";background:#ffce00;height:2px;width:100%;position:absolute;bottom:-4px;transition:.2s ease-in-out}.footer__list-item_link.active:before{content:"";background:#ffce00;height:2px;width:100%;position:absolute;bottom:-4px;transition:.2s ease-in-out}.footer__list-item_link svg{margin-right:8px;min-width:27px}.footer__list-item.social{margin-top:32px}@media (max-width:860px){.footer{height:auto}.footer__wrapper{padding:24px 0;justify-content:flex-start}.footer__logo{margin-right:0}.footer__left{align-items:flex-start;width:50%}.footer__right{flex-direction:column}.footer__list{padding-bottom:40px;max-width:none}.footer__list-item.social{margin-top:40px}.footer__logo{padding-top:8px}}@media (max-width:567px){.footer__left{margin-bottom:40px;width:100%;justify-content:center}.footer__right{width:100%}.footer__wrapper{flex-direction:column}.footer__list{width:100%;padding-right:0}.footer__list-item{justify-content:center}.footer__list-item_link{font-size:16px}}.news{width:100%;position:relative;overflow:hidden}.news:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/news/news-bg-left.svg);position:absolute;top:0;left:0;z-index:-1}.news:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/news/news-bg-right.svg);position:absolute;top:0;right:0;z-index:-1}.news__wrapper{display:flex;align-items:center}.news__box{max-width:40%;width:100%}.news__box-right{padding-left:40px;max-width:60%}.news__title{font-size:40px;line-height:140%;text-transform:uppercase;font-weight:900;color:#391a07}.news__title span{display:inline-block;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.news__list{padding-left:48px;padding-top:72px}.news__list-item{font-weight:600;font-size:16px;line-height:140%;position:relative;margin-bottom:32px}.news__list-item:last-of-type{margin-bottom:0}.news__list-item:before{content:"";background:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/done.svg) center no-repeat;background-size:100%;position:absolute;width:32px;height:30px;left:-48px;top:-6px}.news__btn-box{margin-top:88px;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:16px;grid-column-gap:40px}.news__btn-main{padding:0 32px;border-radius:32px;height:56px;border:none;font-size:17px;line-height:120%;font-weight:600;color:#fff;transition:.2s ease;cursor:pointer;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);display:flex;align-items:center;justify-content:center;opacity:1;width:100%;text-transform:uppercase;max-width:246px;min-width:246px;margin:0 auto}.news__btn-main:hover{transition:.2s ease;opacity:.8}.news__btn-light{border-radius:32px;height:56px;font-size:17px;line-height:120%;font-weight:600;color:#534b3b;transition:.2s ease;cursor:pointer;background:#fffbe8;display:flex;align-items:center;justify-content:center;opacity:1;width:100%;max-width:240px;min-width:240px;text-transform:uppercase;position:relative;background-clip:padding-box;border:solid 1px rgba(0,0,0,0);margin:0 auto}.news__btn-light:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;margin:-1px;border-radius:inherit;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%)}.news__btn-light:hover{transition:.2s ease;background:#fffdf1;background-clip:padding-box;border:solid 1px rgba(0,0,0,0)}.news__btn-light:hover:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;z-index:-1;margin:1px;border-radius:inherit;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%)}.news__img-desk{width:100%;max-width:475px}.news__img-mob{display:none}.news__sublist{list-style:disc;margin-left:16px;margin-top:16px}.news__sublist-item{font-weight:400;font-size:16px;line-height:160%;color:#828282}.news-history{width:100%;padding:88px 0 128px;position:relative}.news-history:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/news/news-history-bg-left.svg);position:absolute;top:10%;left:0;z-index:-1}.news-history:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/news/news-history-bg-right.svg);position:absolute;top:30%;right:0;z-index:-1}.news-history__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-row-gap:40px;grid-column-gap:40px}.news-history__list:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/news/news-history-sota.svg);position:absolute;top:-5%;left:0;z-index:-1;mix-blend-mode:multiply}.news-history__list-item{max-width:340px;width:100%;margin:0 auto}.news-history__list-item:last-of-type{margin-right:0}.news-history__list-item-img{max-width:338px;width:100%;margin:16px 0}.news-history__list-item-date{color:#878787;font-weight:500;font-size:14px;margin-bottom:8px}.news-history__list-item-title{display:inline-block;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700;font-size:17px;max-width:260px;text-transform:uppercase;line-height:120%;position:relative;padding-left:24px}.news-history__list-item-title:before{content:"";width:8px;left:2px;height:100%;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%);position:absolute}@media (max-width:1366px){.form:before{left:-48px}.form-history__list:before{top:0}}@media (max-width:1280px){.form:before{left:-96px}}@media (max-width:1040px){.form__title{font-size:32px}.form:after{right:-64px}.form__btn-box{grid-template-columns:1fr}}@media (max-width:860px){.form:after{right:0}.form__title{padding-left:40px;text-align:center;margin-bottom:40px}.form__list{padding-top:24px;max-width:428px;width:100%;margin:0 auto}.form__img-desk{display:none;width:100%}.form__img-mob{height:400px;display:block;margin:0 auto}.form__box{display:none}.form__box-right{display:block;max-width:100%;padding-left:0}.form-history:before{top:0;left:-10%}.form-history__list{flex-wrap:wrap;justify-content:center}.form-history__list:before{content:""}.form-history__list-item{margin-bottom:32px}.form-history__list-item:last-of-type{margin:0 auto}.form-history__list-item-title{max-width:none}}@media (max-width:567px){.form:before{content:""}.form:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/intro-bg-right-mob.svg);top:0;right:0}.form__title{padding-left:24px;font-size:24px;text-align:left}.form__img-mob{height:auto;width:100%;margin-top:16px;margin-bottom:40px}.form__list-item:before{top:0}.form__btn-box{flex-direction:column}.form__btn-main{margin-right:0;margin-bottom:16px}.form-history{padding:64px 0 128px}.form-history__list-item{margin-bottom:40px;margin-right:0}.form-history__list-item:last-of-type{margin-bottom:0}.form-history__list-item-title{max-width:none}}@media (max-width:375px){.form__title{padding-left:0;font-size:22px}}