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}}.intro{width:100%;position:relative;overflow:hidden}.intro:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/intro-bg-left.svg);position:absolute;top:0;left:0;z-index:-1}.intro:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/intro-bg-right.svg);position:absolute;top:0;right:0;z-index:-1}.intro__wrapper{display:flex;align-items:center}.intro__box{max-width:50%;width:100%}.intro__box-left{padding-left:40px}.intro__title{font-size:40px;line-height:140%;text-transform:uppercase;font-weight:900;color:#391a07}.intro__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)}.intro__list{padding-left:48px;padding-top:72px}.intro__list-item{font-weight:400;font-size:16px;line-height:140%;position:relative;margin-bottom:32px}.intro__list-item:last-of-type{margin-bottom:0}.intro__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}.intro__btn-box{margin-top:88px;width:100%;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:16px;grid-column-gap:40px}.intro__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}.intro__btn-main:hover{transition:.2s ease;opacity:.8}.intro__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}.intro__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%)}.intro__btn-light:hover{transition:.2s ease;background:#fffdf1;background-clip:padding-box;border:solid 1px rgba(0,0,0,0)}.intro__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%)}.intro__img-desk{width:100%}.intro__img-mob{display:none}.how{padding:128px 0;position:relative;width:100%;overflow:hidden}.how:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/how-bg-left.svg);position:absolute;top:0;left:0;z-index:-1}.how:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/how-bg-right.svg);position:absolute;top:0;right:0;z-index:-1}.how__title{font-weight:700;font-size:32px;line-height:110%;color:#391a07;font-family:"Montserrat",sans-serif;width:100%;text-transform:uppercase;padding:56px 0;width:100%;text-align:center}.how__title span{display:inline-block;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:567px){.how__title{font-size:20px}}.how__list{display:flex;justify-content:space-between;flex-wrap:wrap}.how__list-item{display:flex;flex-direction:column;align-items:center;max-width:200px}.how__list-item-icon{margin-bottom:32px}.how__list-item-title{font-size:16px;line-height:140%;font-weight:500;text-align:center;color:#ffc100;text-transform:uppercase;margin-bottom:16px}.how__list-item-text{font-size:12px;line-height:140%;text-align:center}.history{width:100%;padding:64px 0}.history__title{font-weight:700;font-size:32px;line-height:110%;color:#391a07;font-family:"Montserrat",sans-serif;width:100%;text-transform:uppercase;text-align:center;margin-bottom:24px}.history__title span{display:inline-block;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:567px){.history__title{font-size:20px}}.history__subtitle{font-weight:400;font-size:16px;line-height:120%;color:#534b3b;text-align:center;max-width:800px;margin:0 auto 40px}.history__list{display:flex;justify-content:space-between}.history__list-item{max-width:340px;width:100%;margin-right:16px}.history__list-item:last-of-type{margin-right:0}.history__list-item-img{max-width:338px;width:100%;margin:16px 0}.history__list-item-date{color:#878787;font-weight:500;font-size:14px;margin-bottom:8px}.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}.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}.history__btn{font-weight:500;font-size:18px;line-height:110%;color:#534b3b;display:flex;align-items:center}.history__btn-wrapp{display:flex;justify-content:flex-end;align-items:center;margin-top:56px}.history__btn svg{margin-left:8px}.numbers{padding:80px 0;width:100%;position:relative}.numbers:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/numbers-bg-left.svg);position:absolute;top:-50%;left:0;z-index:-1}.numbers:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/numbers-bg-right.svg);position:absolute;top:0;right:0;z-index:-1}.numbers__wrapper{display:flex;align-items:center}.numbers__box{width:100%;max-width:50%}.numbers__box-left{margin-left:-40px}.numbers__title{font-weight:700;font-size:32px;line-height:110%;color:#391a07;font-family:"Montserrat",sans-serif;width:100%;text-transform:uppercase}.numbers__title span{display:inline-block;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:567px){.numbers__title{font-size:20px}}.numbers__list{padding-left:48px;padding-top:64px}.numbers__list-item{font-weight:400;font-size:16px;line-height:140%;position:relative;margin-bottom:40px}.numbers__list-item:last-of-type{margin-bottom:0}.numbers__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}.numbers__img-desk{width:100%;max-width:530px}.numbers__img-mob{display:none}.numbers__sublist{list-style:disc;margin-left:16px;margin-top:16px}.numbers__sublist-item{font-weight:400;font-size:16px;line-height:160%;color:#828282}.numbers__calc{max-width:1100px;width:100%;margin:64px auto 0;display:flex;justify-content:space-between;position:relative;z-index:1}.numbers__calc-item{width:180px;display:flex;flex-direction:column;justify-content:center;align-items:center}.numbers__calc-item-num{display:inline-block;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-weight:700;font-size:70px;line-height:100%;letter-spacing:.02em;text-transform:uppercase;margin-bottom:32px}.numbers__calc-item-text{font-weight:400;font-size:16px;line-height:20px;text-align:center;color:#534b3b}.helpers{background:#fff0f0 url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/helpers-bg.png) no-repeat top;padding:80px 0;width:100%;background-size:cover;background-blend-mode:multiply;background-position-y:24px;background-position-x:0}.helpers__title{font-weight:700;font-size:32px;line-height:110%;color:#391a07;font-family:"Montserrat",sans-serif;width:100%;text-transform:uppercase;max-width:800px;width:100%;text-align:center;margin:0 auto 80px}.helpers__title span{display:inline-block;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:567px){.helpers__title{font-size:20px}}.helpers__list{display:flex;justify-content:space-between}.helpers__list-item-img{max-width:338px;width:100%;margin:16px 0}.helpers__list-item-date{color:#878787;font-weight:500;font-size:14px;margin-bottom:8px}.helpers__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}.helpers__list-item-title:before{content:"";width:8px;left:2px;height:100%;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%);position:absolute}.partners{padding:80px 0;width:100%;position:relative;overflow:hidden}.partners:before{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/partners-bg-left.svg);position:absolute;bottom:10%;left:0;z-index:-1}.partners:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/partners-bg-right.svg);position:absolute;top:10%;right:0;z-index:-1}.partners__wrapper{display:flex;align-items:center}.partners__box{max-width:50%;width:100%}.partners__box-left{padding-left:40px}.partners__title{font-weight:700;font-size:32px;line-height:110%;color:#391a07;font-family:"Montserrat",sans-serif;width:100%;text-transform:uppercase}.partners__title span{display:inline-block;background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media (max-width:567px){.partners__title{font-size:20px}}.partners__title-main{margin-bottom:16px;text-align:center;width:100%}.partners__subtitle{font-weight:400;font-size:16px;line-height:120%;color:#534b3b;text-align:center;max-width:800px;margin:0 auto 80px}.partners__wrapper{display:flex;align-items:center}.partners__box{width:100%;max-width:50%}.partners__box-left{margin-left:-40px}.partners__list{padding-left:48px;padding-top:64px}.partners__list-item{font-weight:600;font-size:20px;line-height:140%;position:relative;margin-bottom:40px;color:#4f4f4f}.partners__list-item:last-of-type{margin-bottom:0}.partners__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}.partners__list-item-text{font-weight:400;font-size:16px;line-height:160%;color:#828282;margin-top:24px}.partners__img-desk{width:100%;max-width:530px}.partners__img-mob{display:none}.partners__logo{display:flex;justify-content:space-between;align-items:center;margin-bottom:80px}.partners__logo-item{max-width:320px;width:100%;margin-right:24px}.partners__logo-item:last-of-type{margin-right:0}.partners__logo-item img{width:100%}.swiper-pagination{position:relative!important;bottom:0!important;display:flex;justify-content:center;align-items:center;margin-top:64px}.swiper-pagination-bullet{background:#ffe59b!important;opacity:1!important}.swiper-pagination-bullet-active{background:linear-gradient(180deg,#ffce00 0%,#ff6000 100%)!important}.swiper-pagination-bullets{width:auto!important}@media (max-width:1366px){.intro:before{left:-48px}.how:before{left:-40px}.how:after{right:-40px}}@media (max-width:1280px){.intro:before{left:-96px}.how__list{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:32px;grid-row-gap:16px}.how__list-arrow{display:none}}@media (max-width:1040px){.intro__title{font-size:32px}.intro:after{right:-96px}.intro__btn-box{grid-template-columns:1fr}.how:before{content:""}.how:after{content:""}}@media (max-width:860px){.intro:after{right:-18rem}.intro__title{padding-left:40px}.intro__list{padding-top:24px}.intro__img-desk{display:none;width:100%}.intro__img-mob{height:400px;display:block;margin:0 auto}.intro__box{display:none}.intro__box-left{display:block;max-width:100%;padding-left:0}.intro__btn-box{display:flex;justify-content:center;align-items:center;grid-row-gap:inherit}.intro__btn-main{margin:0}.intro__btn-light{margin:0}.how__list{grid-template-columns:1fr 1fr;grid-column-gap:16px}.how__list-item{max-width:250px}.history__list{flex-wrap:wrap;justify-content:center}.history__list-item{margin-bottom:32px}.history__list-item:nth-child(2) {margin-right:0}.history__btn-wrapp{justify-content:center}.numbers__list{padding-top:24px}.numbers__img-desk{display:none;width:100%}.numbers__img-mob{height:400px;display:block;margin:0 auto}.numbers__box{display:none}.numbers__box-right{display:block;max-width:100%;padding-left:0}.numbers__calc{flex-wrap:wrap;margin:48px auto 0}.numbers__calc-item{max-width:350px;width:100%;margin:0 auto 48px}.numbers__calc-item-num{margin-bottom:16px}.helpers__list-item-title{font-size:14px}.partners:before{bottom:auto;top:15%;left:-10%}.partners:after{top:-2%}.partners__title{text-align:center;margin-bottom:40px}.partners__img-desk{display:none;width:100%}.partners__img-mob{height:400px;width:100%;display:block;margin:0 auto}.partners__box{display:none}.partners__box-right{display:block;max-width:100%;padding-left:0}.partners__list{max-width:567px;width:100%;margin:0 auto}}@media (max-width:567px){.intro:before{content:""}.intro:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/intro-bg-right-mob.svg);top:0;right:0}.intro__title{padding-left:24px;font-size:24px}.intro__img-mob{height:auto;width:100%;margin-top:16px}.intro__list-item:before{top:0}.intro__btn-box{flex-direction:column}.intro__btn-main{margin-right:0;margin-bottom:16px}.how__list{grid-template-columns:1fr;grid-column-gap:16px}.how__list-item{max-width:none}.how__list-arrow{display:flex;align-items:center;justify-content:center}.how__list-arrow svg{width:64px;transform:rotate(90deg)}.history{padding:64px 0 128px}.history__list-item{margin-bottom:40px;margin-right:0}.history__list-item:last-of-type{margin-bottom:0}.history__list-item-title{max-width:none}.numbers:before{top:-20%;left:-20%;z-index:0}.numbers:after{content:url(https://vulyk.ldn.org.ua/wp-content/themes/vulyk/img/numbers-bg-right-mob.svg)}.numbers__title{padding-left:0;font-size:20px;position:relative;z-index:1}.numbers__img-mob{height:auto;width:100%;margin-top:16px;position:relative;z-index:1}.numbers__list-item:before{top:0}.helpers__list-item{display:flex;flex-direction:column;justify-content:center;align-items:center}.partners:before{top:20%;left:-50%}.partners:after{top:-20px;right:-20%}.partners__logo{flex-direction:column}.partners__logo-item{margin:0 auto 40px;display:flex;align-items:center;justify-content:center}.partners__logo-item:last-of-type{margin:0 auto}.partners__logo-item img{max-width:256px;width:100%}}@media (max-width:375px){.intro__title{padding-left:0;font-size:22px}}.news{width:50%;margin:0 auto;margin-bottom:70px}.news-info{width:100%;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:18px;text-transform:uppercase;line-height:120%;position:relative;padding-left:24px;margin-bottom:30px}.news-info::before{content:'';width:8px;left:2px;height:100%;background:linear-gradient(180deg,#ff6000 0%,#ff7200 48.96%,#ffce00 100%);position:absolute}.news-info__title{margin-bottom:20px}.news-content{display:flex;flex-wrap:wrap}.news-content img{width:100%}.news-content figure.wp-block-image{margin:0 auto}.news-content figure.wp-block-gallery{width:100%;margin:0 auto}.news-content p{width:100%;padding:10px}.news-content ul{padding:20px;list-style-type:disc}.news-content ul>li>ul{list-style-type:circle;padding:5px;padding-left:10px}@media (max-width:1366px){.news{width:60%;margin-bottom:30px}}@media (max-width:1280px){.news{width:60%;margin-bottom:30px}}@media (max-width:1040px){.news{width:80%;margin-bottom:30px}}@media (max-width:860px){.news{width:80%;margin-bottom:30px}}@media (max-width:567px){.news{width:80%;margin-bottom:30px}}@media (max-width:375px){.news{width:80%;margin-bottom:30px}}