:root{--accent-color: #f9ae00;--primary-text-color: #20254a;--secondary-text-color: #0082cb;--dark-bg-text-color: #ffffff;--header-bg: #ffffff;--footer-bg: #20254a;--section-bg-first: #f5f5f5;--section-bg-second: #eaeaea;--error-color: #b30707;--spinner-overlay-bg: rgba(157, 157, 157, .35);--spinner-color: #f9ae00}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,b,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:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}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}*{box-sizing:border-box}@font-face{font-family:MyriadPro;src:local("MyriadPro"),url(/fonts/MyriadPro-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:MyriadPro;src:local("MyriadPro"),url(/fonts/MyriadPro-Semibold.ttf) format("truetype");font-weight:600}@font-face{font-family:MyriadPro;src:local("MyriadPro"),url(/fonts/MyriadPro-Bold.ttf) format("truetype");font-weight:700}body{font-family:MyriadPro,sans-serif}p{font-weight:600;font-size:16px;line-height:19px;color:var(--primary-text-color)}h2{font-weight:700;font-size:25px;line-height:30px;color:var(--primary-text-color);text-align:center;text-transform:uppercase}h3{font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase;color:var(--primary-text-color)}.modal-report-img{width:calc(100vw - 120px);max-width:920px;height:auto;max-height:calc(100vh - 120px);object-fit:cover;border-radius:10px}.modal-pdf{max-width:920px;width:calc(100vw - 120px);height:calc(100vh - 120px)}.grecaptcha-badge{visibility:hidden}.recaptcha-v2-container{display:flex;justify-content:center;margin-top:10px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{padding:30px 0;background-color:var(--footer-bg)}@media screen and (min-width: 980px){.footer .footer-wrap{display:flex;align-items:center;justify-content:center}}.footer .footer-socials{margin:0 0 20px;display:flex;justify-content:center;gap:13px;color:var(--dark-bg-text-color)}@media screen and (min-width: 980px){.footer .footer-socials{margin:0 44px 0 0}}.footer .footer-text{text-align:center;font-weight:400;font-size:10px;color:var(--dark-bg-text-color)}.container{margin:0 auto;padding:0 30px;width:360px}@media screen and (min-width: 980px){.container{width:980px}}.header{position:relative;width:100%;background-color:var(--header-bg)}@media screen and (min-width: 980px){.header{position:absolute;top:0;left:0;background-color:transparent}}.header .header-wrap{padding:18px 40px;display:flex;align-items:center;justify-content:center;background-color:var(--header-bg)}@media screen and (min-width: 980px){.header .header-wrap{justify-content:space-between;border-radius:0 0 15px 15px}}.header .header-logo{width:160px;height:37px}.header .menu-open-btn{position:absolute;right:30px;width:25px;height:25px;margin:0;padding:0;border:none;background-color:transparent}@media screen and (min-width: 980px){.header .menu-open-btn{display:none}}.nav-list{display:none}@media screen and (min-width: 980px){.nav-list{width:572px;display:flex;flex-direction:row;justify-content:space-between}}.nav-list .nav-link{font-weight:600;font-size:25px;line-height:30px;text-transform:uppercase;text-decoration:none;color:var(--secondary-text-color)}.nav-list .nav-link:hover{color:var(--primary-text-color)}@media screen and (min-width: 980px){.nav-list .nav-link{font-size:14px;line-height:17px}}.menu{position:fixed;top:0;left:0;width:100%;min-height:100vh;background-color:var(--accent-color);padding:30px 30px 140px;overflow:scroll;z-index:1}@media screen and (min-width: 980px){.menu{display:none}}.menu .menu-btn-wrap{display:flex;justify-content:flex-end;margin-bottom:90px}.menu .menu-close-btn{width:20px;height:20px;margin:0;padding:0;border:none;background-color:transparent}@media screen and (min-width: 980px){.menu .menu-close-btn{display:none}}.menu .menu-list{display:flex;flex-direction:column;gap:50px;justify-content:center;text-align:center}@media screen and (min-width: 980px){.menu .menu-list{display:none}}.menu .menu-link{font-weight:600;font-size:25px;line-height:30px;text-transform:uppercase;text-decoration:none;color:var(--secondary-text-color)}.menu .menu-link:hover{color:var(--primary-text-color)}.hero-section{width:100%;height:auto;padding:30px 0 44px;background-color:var(--accent-color);overflow:hidden}@media screen and (min-width: 980px){.hero-section{padding:116px 0 40px}}.hero-section .hero-wrap{display:flex;flex-direction:column;align-items:center;gap:20px}@media screen and (min-width: 980px){.hero-section .hero-wrap{flex-direction:row;justify-content:space-between}}.hero-section .hero-left-info{width:210px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center}.hero-section .hero-price{width:150px;padding:5px 25px;font-weight:700;font-size:30px;line-height:36px;border:2px solid #ffed00;border-radius:10px}.hero-section .hero-text{font-weight:700;text-transform:uppercase}.hero-section .hero-right-info{width:auto;height:128px;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;text-align:center;border:2px solid #ffed00;border-radius:10px}.hero-section .hero-donations{display:flex;gap:3px}.hero-section .hero-don-item{width:32px;height:45px;display:flex;justify-content:center;align-items:center;font-weight:700;font-size:26px;line-height:32px;border:2px solid #ffed00;border-radius:8px}.hero-section .hero-ukraine{width:300px;height:202px}@media screen and (min-width: 980px){.hero-section .hero-ukraine{width:379px;height:256px}}.hero-section{background-image:url(/assets/kolos-left-mob.42b6ba9e.svg),url(/assets/kolos-right-mob.6c1fcbfc.svg);background-repeat:no-repeat;background-size:70px 248px;background-position:left 16px bottom -70px,right 16px bottom -70px}@media screen and (min-width: 980px){.hero-section{background-image:none}}.mechanics-section{padding:40px 0;background-color:var(--accent-color);border-top:2px solid #ffed00}@media screen and (min-width: 980px){.mechanics-section{padding:0 0 70px;border-top:none;background-image:url(/assets/kolos-left-desc.334561a5.svg),url(/assets/kolos-right-desc.09c2067d.svg);background-repeat:no-repeat;background-size:220px 322px;background-position:left 22px bottom -42px,right 22px bottom -42px}}.mechanics-section .mechanics-wrap{position:relative;margin-top:20px}@media screen and (min-width: 980px){.mechanics-section .mechanics-wrap{margin-top:30px}}.mechanics-section .mechanics-list{display:flex;flex-direction:column;gap:30px}@media screen and (min-width: 980px){.mechanics-section .mechanics-list{flex-direction:row;justify-content:space-between}}.mechanics-section .mechanics-item{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center}.mechanics-section .mechanics-icon{width:106px;height:84px}@media screen and (min-width: 980px){.mechanics-section .mechanics-icon{width:122px;height:97px}}.mechanics-section .mechanics-text{width:142px}@media screen and (min-width: 980px){.mechanics-section .mechanics-text{width:85px}}.mechanics-section .mechanics-text-first{width:124px}.mechanics-section .mechanics-text-last{width:248px}@media screen and (min-width: 980px){.mechanics-section .mechanics-text-last{width:210px}}.mechanics-section .arrow-first{width:65px;height:21px;position:absolute;transform:rotate(90deg);top:150px;left:30px}@media screen and (min-width: 980px){.mechanics-section .arrow-first{transform:none;top:40%;left:150px}}.mechanics-section .arrow-center{width:65px;height:21px;position:absolute;transform:rotate(90deg);top:285px;right:20px}@media screen and (min-width: 980px){.mechanics-section .arrow-center{transform:none;top:10%;left:380px}}.mechanics-section .arrow-last{width:65px;height:21px;position:absolute;transform:rotate(90deg);top:425px;left:30px}@media screen and (min-width: 980px){.mechanics-section .arrow-last{transform:none;top:40%;left:630px}}.progress-container{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;height:26px;width:100%}.progress-container .progress-text{white-space:nowrap;font-weight:700;font-size:20px;line-height:24px;color:var(--primary-text-color)}.progress-container .progress-background{margin-left:6px;border-radius:50px;height:100%;width:100%;background-color:#fff;overflow:hidden;border:2px solid #fff;position:relative}.progress-container .progress-background .progress-value{background-color:#f9ae00;border-radius:20px;min-width:22px;height:100%}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100%;padding:30px;display:flex;align-items:center;justify-content:center;background-color:#000000b3;z-index:2}.modal-window{position:relative;width:auto;height:auto;padding:30px;border-radius:14px;background-color:#fff;text-align:center}.modal-close-btn{position:absolute;top:8px;right:8px;width:25px;height:25px;padding:0;margin:0;background-color:transparent;border:none;cursor:pointer}.funds-section{width:100%;height:auto;padding:38px 0 45px;background-color:var(--section-bg-first)}@media screen and (min-width: 980px){.funds-section{padding:60px 0 75px}}.funds-section .funds-list{margin-top:25px;display:flex;flex-direction:column;align-items:center;gap:55px;position:relative}@media screen and (min-width: 980px){.funds-section .funds-list{flex-direction:row;justify-content:center;margin-top:90px}}.funds-section .funds-item{display:flex;flex-direction:column;gap:22px;align-items:center}.funds-section .funds-img{width:190px;height:auto;display:block;border-radius:10px;cursor:pointer}.funds-section .funds-btn{width:190px;height:36px;display:flex;justify-content:center;align-items:center;background-color:transparent;border:2px solid var(--primary-text-color);border-radius:10px;cursor:pointer}.funds-section .funds-btn:hover{background-color:var(--accent-color);border-color:var(--accent-color)}.funds-section .funds-btn:disabled{background-color:transparent;border-color:#9b9898;cursor:default}.funds-section .funds-btn:disabled p{color:#9b9898}.funds-section .funds-link{cursor:pointer;text-decoration:none;color:var(--primary-text-color)}.funds-section .funds-link:hover h3{color:var(--accent-color)}.funds-section .funds-descr-title{font-weight:700;font-size:20px;line-height:24px;text-transform:uppercase;color:var(--primary-text-color)}.funds-section .funds-descr-text{margin-top:15px;font-weight:400;font-size:14px}.funds-section .customeTheme{width:256px;height:auto;padding:15px;background-color:#fff;border-radius:10px;box-shadow:0 1px 2px #0000001a;opacity:100%!important}.funds-section .funds-info{margin:30px auto 0;text-align:center}.report-section{width:100%;height:auto;padding:38px 0 45px;background-color:var(--section-bg-second)}@media screen and (min-width: 980px){.report-section{padding:60px 0 75px}}.report-section .report-title{font-weight:700;font-size:25px;line-height:1.2;text-align:center;text-transform:uppercase}.report-section .report-wrap{padding:20px 0;display:flex;flex-direction:column;align-items:center;text-align:center}@media screen and (min-width: 980px){.report-section .report-wrap{display:block;text-align:start}}.report-section .report-list{display:flex;flex-direction:column;gap:44px;margin:20px 0}@media screen and (min-width: 980px){.report-section .report-list{flex-direction:row;justify-content:start;flex-wrap:wrap;gap:53px}}.report-section .report-img{width:190px;height:160px;display:block;border-radius:10px;object-fit:cover;transition:transform .25s linear}.report-section .report-img:hover{transform:scale(1.02);cursor:pointer}.feedback-section{width:100%;padding-top:98px;background-color:var(--accent-color);overflow:hidden}@media screen and (min-width: 980px){.feedback-section{padding-top:105px}}.feedback-section .feedback-wrap{width:300px;height:auto;margin:0 auto;padding:40px;background-color:#fff;border-radius:10px;text-align:center;position:relative}@media screen and (min-width: 980px){.feedback-section .feedback-wrap{width:350px;padding:36px 65px}}.feedback-background{padding-bottom:130px;background-image:url(/assets/kolos-left-mob.42b6ba9e.svg),url(/assets/kolos-right-mob.6c1fcbfc.svg);background-repeat:no-repeat;background-size:70px 248px;background-position:left 0 bottom -90px,right 0 bottom -90px}@media screen and (min-width: 980px){.feedback-background{background-image:url(/assets/kolos-left-desc.334561a5.svg),url(/assets/kolos-right-desc.09c2067d.svg);background-repeat:no-repeat;background-size:220px 322px;background-position:left 30px bottom -45px,right 30px bottom -45px}}.form{width:100%;margin-top:25px;display:flex;flex-direction:column;gap:10px}.form .form-input{width:100%;padding:4px 8px;font-family:MyriadPro,sans-serif;font-weight:400;font-size:13px;line-height:16px;color:var(--primary-text-color);border:1px solid var(--primary-text-color);border-radius:5px}.form .form-input::placeholder{font-family:MyriadPro,sans-serif;font-weight:400;font-size:13px;line-height:16px;color:var(--primary-text-color)}.form textarea{resize:none}.form .form-btn{width:160px;height:36px;margin:25px auto 0;display:flex;justify-content:center;align-items:center;background-color:#fff;border:2px solid var(--accent-color);border-radius:10px;cursor:pointer}.form .form-btn:hover{background-color:var(--accent-color)}.form .error-message{margin-top:2px;font-family:MyriadPro,sans-serif;font-weight:400;font-size:14px;line-height:16px;color:var(--error-color)}.form .feedback-captcha-v2-container{margin-left:-20px}.spinner-layout{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:var(--spinner-overlay-bg);z-index:1}.spinner{display:inline-block;position:relative;width:80px;height:80px}.spinner>div{box-sizing:border-box;display:block;position:absolute;width:65px;height:65px;margin:8px;border:8px solid var(--spinner-color);border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--spinner-color) transparent transparent transparent}.spinner>div:nth-child(1){animation-delay:-.45s}.spinner>div:nth-child(2){animation-delay:-.3s}.spinner>div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
