html{height:100%}body{height:100vh;font-family:Open Sans,sans-serif;font-size:16px;line-height:28px;color:#000;background:#fff}body.no-scroll{overflow:hidden;height:100vh}main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;overflow:hidden}a,button{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}a{cursor:pointer}a:hover{color:#71b219}.container{max-width:1170px;margin:0 auto;z-index:2}.container hr{height:2px;opacity:.5;background:-webkit-gradient(linear,left top,right top,from(#71b219),color-stop(50%,#00a875),to(rgba(44,100,235,0)));background:-o-linear-gradient(left,#71b219 0,#00a875 50%,rgba(44,100,235,0) 100%);background:linear-gradient(90deg,#71b219,#00a875 50%,rgba(44,100,235,0))}.article-header .container{margin-bottom:0}.popup-overlay{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}.popup-overlay .popup-wrap{position:relative;width:100%;max-width:570px}.popup-overlay .form__wrap{background-color:#fff;margin:0 auto;border-radius:12px;width:100%;border-radius:24px;position:relative;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);-webkit-animation:fadeIn .3s ease;animation:fadeIn .3s ease;overflow-y:auto;padding:42px 24px 39px;text-align:center}.popup-overlay .form__wrap-icon{max-width:64px;width:100%;margin:0 auto 16px}.popup-overlay .form__wrap-title{margin-bottom:16px}.popup-overlay .form__wrap-info{font-family:IBM Plex Sans;font-size:20px;line-height:1.45;margin-bottom:40px}.popup-overlay .form__wrap-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.popup-overlay .form__wrap-row .btn{max-width:230px;width:100%}.popup-overlay .close-btn{color:#404040;position:absolute;top:30px;right:20px;font-size:26px;font-weight:400;cursor:pointer;border-radius:50%;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:none;z-index:99999;-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.popup-overlay .close-btn:hover{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:scale(.95);transform:scale(.95)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.contact-page__h2{font-size:24px!important;margin-bottom:25px}.btn-wrap{margin-top:30px;margin-bottom:40px}p{font-size:18px!important;line-height:150%!important;margin-bottom:20px}.btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:22px 20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-ms-flex-item-align:stretch;align-self:stretch;border-radius:10px;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.1);box-shadow:0 4px 12px 0 rgba(0,0,0,.1);width:auto;text-align:center;font-family:Roboto;font-size:16px;font-style:normal;font-weight:600;line-height:150%;letter-spacing:.64px;text-transform:uppercase}.btn.btn-blue{background:#2c64eb;color:#fff}.btn.btn-blue:hover{background:#2452be;cursor:pointer}.btn.btn-blue.disabled,.btn.btn-blue:disabled{background:#cbcbcb;color:#fff;cursor:not-allowed;-webkit-box-shadow:0 4px 12px 0 rgba(0,0,0,.1);box-shadow:0 4px 12px 0 rgba(0,0,0,.1)}.contactForm .container{padding:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:24px;background:var(--GD,linear-gradient(90deg,#ebeffc,#ebf6f1 50%,#f2f7eb));-webkit-box-shadow:0 0 23px 0 rgba(0,0,0,.08);box-shadow:0 0 23px 0 rgba(0,0,0,.08);margin-bottom:52px;position:relative;z-index:1}.contactForm .container:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(/assets/dist/pages/contact-b2b/img/form-bg.svg);background-size:cover;background-repeat:no-repeat;background-position:50%}.contactForm__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1}.contactForm__wrap-body{width:45%;padding-right:25px}.contactForm__wrap-body h2{margin-bottom:24px}.contactForm__wrap-form{width:55%;background:#fff;padding:24px;border-radius:16px;-webkit-box-shadow:0 0 23px 0 rgba(0,0,0,.08);box-shadow:0 0 23px 0 rgba(0,0,0,.08)}.form__field{padding-bottom:12px}.form__field label{font-size:18px;line-height:1.75;display:block;margin-bottom:4px}.form__field label sup{color:#71b219}.form__field input{width:100%;border:1px solid #e1e1e1;border-radius:10px;padding:0 16px;height:48px;font-size:14px}.form__field input::-webkit-input-placeholder{color:#969696}.form__field input::-moz-placeholder{color:#969696}.form__field input:-ms-input-placeholder{color:#969696}.form__field input::-ms-input-placeholder{color:#969696}.form__field input::placeholder{color:#969696}.form__field input.error{border-color:#cc5249}.form__field .iti{width:100%}.form__field .iti__selected-country{border-right:1px solid #e1e1e1;margin-top:0;width:100px}.form__field .iti__selected-country-primary{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-top-left-radius:10px;border-bottom-left-radius:10px}.form__field .iti__selected-country-primary:hover{background-color:#e1e1e1!important}.form__field .iti__selected-country-primary .iti__flag{-webkit-box-shadow:none!important;box-shadow:none!important}.form__field .iti__selected-country-primary .iti__locale{margin-left:6px;text-transform:uppercase;font-size:11px;font-weight:600}.form__field .iti__selected-country-primary .iti__arrow{width:11px;height:10px;border:none!important;margin-left:15px;background:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc5ODNfMjAwOCkiPjxwYXRoIGQ9Ik0xLjY1MiA1LjU2MWwyLjgyNCAzLjAxYS45MjYuOTI2IDAgMDAxLjM2OSAwbDIuODI0LTMuMDFjLjYxLS42NS4xNzgtMS43Ni0uNjg0LTEuNzZIMi4zMzZjLS44NjIgMC0xLjI5NCAxLjExLS42ODQgMS43NnoiIGZpbGw9IiM0MDQwNDAiLz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJjbGlwMF83OTgzXzIwMDgiPjxyZWN0IHdpZHRoPSIxMSIgaGVpZ2h0PSIxMC4zMjEiIHJ4PSIyIiB0cmFuc2Zvcm09Im1hdHJpeCgwIDEgMSAwIDAgLjUpIiBmaWxsPSIjZmZmIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+") no-repeat 50%}.form__field .iti .iti__tel-input{padding-left:115px!important}.form .recaptcha-error{padding-top:10px;display:none;font-size:14px;color:#cc5249}.form button{width:100%;margin-top:12px}.radio-group{margin-top:16px}.radio-group__item{margin-bottom:16px}.radio-group__item [type=radio]:checked,.radio-group__item [type=radio]:not(:checked){position:absolute;left:-9999px}.radio-group__item [type=radio]+label{position:relative;padding-left:44px;font-size:24px;color:#000;line-height:1.35;font-weight:700;cursor:pointer}.radio-group__item [type=radio]:checked+label{background:-webkit-gradient(linear,left top,right top,color-stop(-26.22%,#2c64eb),color-stop(55.44%,#00a875),color-stop(137.09%,#71b219));background:-o-linear-gradient(left,#2c64eb -26.22%,#00a875 55.44%,#71b219 137.09%);background:linear-gradient(90deg,#2c64eb -26.22%,#00a875 55.44%,#71b219 137.09%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;text-fill-color:rgba(0,0,0,0)}.radio-group__item [type=radio]:checked+label:before,.radio-group__item [type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:0;width:32px;height:32px;border:1px solid #e1e1e1;border-radius:100%;background:#fff}.radio-group__item [type=radio]:checked+label:after,.radio-group__item [type=radio]:not(:checked)+label:after{content:"";width:20px;height:20px;background:-webkit-gradient(linear,left top,right top,color-stop(-26.22%,#2c64eb),color-stop(55.44%,#00a875),color-stop(137.09%,#71b219));background:-o-linear-gradient(left,#2c64eb -26.22%,#00a875 55.44%,#71b219 137.09%);background:linear-gradient(90deg,#2c64eb -26.22%,#00a875 55.44%,#71b219 137.09%);position:absolute;top:6px;left:6px;border-radius:100%;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.radio-group__item [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.radio-group__item [type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.d-none{display:none!important}[dir=rtl] .radio-group__item [type=radio]+label{padding-right:44px;padding-left:0}[dir=rtl] .radio-group__item [type=radio]:checked+label:before,[dir=rtl] .radio-group__item [type=radio]:not(:checked)+label:before{right:0;left:auto}[dir=rtl] .radio-group__item [type=radio]:checked+label:after,[dir=rtl] .radio-group__item [type=radio]:not(:checked)+label:after{right:6px;left:auto}[dir=rtl] .radio-group__item [type=radio]:checked,[dir=rtl] .radio-group__item [type=radio]:not(:checked){position:absolute;right:-9999px;left:auto}.contact-list{overflow:hidden;border-radius:8px;margin-bottom:25px;border:1px solid #e1e1e1}.contact-list>:last-child{border-bottom:0}.icon--fill{fill:currentColor}.icon--stroke{stroke:currentColor}.contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;color:#404040;font-weight:400;font-size:16px;line-height:167%;border-bottom:1px solid #e1e1e1}.contact-item:last-child{border-bottom:none}.contact-item__main{grid-gap:10px;background-color:#f9f9f9}.contact-item__main,.contact-item__main img,.contact-item__main picture,.contact-item__main svg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.contact-item__main img,.contact-item__main picture,.contact-item__main svg{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.contact-item__text h3{font-weight:600;font-size:18px;line-height:167%;color:#000}.contact-item__text p{font-size:16px!important;line-height:167%!important;margin-bottom:auto!important}.contact-item__link,.contact-item__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:16px}.contact-item__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center}html{scroll-behavior:smooth}#form{scroll-margin-block-start:76px}@media (max-width:992px){.container{margin-bottom:100px}.contactForm__wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.contactForm__wrap-body{width:100%;margin-bottom:8px;padding-right:0}.contactForm__wrap-form{width:100%;padding:16px}}@media (max-width:767px){.container{margin-bottom:80px}.contactForm .container{padding:20px}}@media (max-width:373px){.form .recaptcha-container{overflow:hidden}}@media only screen and (max-width:991px){.contact-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}
