@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;500&family=Kantumruy+Pro:wght@300;500;600&display=swap");:root{--popup-main:#707070;--popup-blue:#64c2c8;--popup-black:#000;--popup-white:#fff;--popup-font-main:"Arial",sans-serif}#popup{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:8999}#popup.active{display:block}.popup__close-bg{animation-duration:.3s;animation-name:opacityPopupBg;background:rgba(0,0,0,.65);bottom:0;left:0;position:absolute;right:0;top:0;transition:all .5s ease;z-index:-1}.popup__block{max-height:70vh;overflow-y:auto;padding-right:10px;scrollbar-color:#dce1e4 #0e1127;scrollbar-color:var(--popup-light-gray) var(--popup-dark-blue);scrollbar-width:thin}.popup__block::-webkit-scrollbar{width:5px}.popup__block::-webkit-scrollbar-track{background:#dce1e4;background:var(--popup-light-gray);border-radius:5px}.popup__block::-webkit-scrollbar-thumb{border-radius:5px}.popup__block::-webkit-scrollbar-thumb,.popup__block::-webkit-scrollbar-thumb:hover{background:#0e1127;background:var(--popup-dark-blue)}.popup__block{--popup-default-translate-x-from:-50%;--popup-default-translate-x-to:-50%;--popup-default-translate-y-from:-50%;--popup-default-translate-y-to:-50%;--popup-opacity-from:0;--popup-opacity-to:1;animation-duration:.6s;background:#fff;background:var(--popup-white);left:50%;padding:60px 40px 60px 50px;position:absolute;top:50%;transform:translateY(var(--popup-default-translate-y-to)) translateX(var(--popup-default-translate-x-to));transition:all .3s ease-out;width:756px}.popup__block.without-opacity{--popup-opacity-from:1}.popup__block.pos-l,.popup__block.pos-r{--popup-default-translate-x-from:0;--popup-default-translate-x-to:0}.popup__block.pos-b,.popup__block.pos-t{--popup-default-translate-y-from:0;--popup-default-translate-y-to:0}.popup__block.pos-t{bottom:auto;top:0}.popup__block.pos-r{left:auto;right:0}.popup__block.pos-b{bottom:0;top:auto}.popup__block.pos-l{left:0;right:auto}.popup__block.full-height{--popup-default-translate-x-from:0;--popup-default-translate-x-to:0;height:100%;left:auto;max-height:100vh;right:0}.popup__block.full-height .popup__container{max-height:90vh}.popup__block.slide-l{--popup-default-translate-x-from:100%}.popup__block.slide-r{--popup-default-translate-x-from:-100%}.popup__block.slide-t{--popup-default-translate-y-from:-100%}.popup__block.slide-b{--popup-default-translate-y-from:100%}.popup__block.slide-b,.popup__block.slide-l,.popup__block.slide-r,.popup__block.slide-t{animation-name:popupSlide}@media only screen and (max-width:1025px){.popup__block{min-height:auto;padding:45px 35px 45px 45px;width:95%}.popup__block:not(.full-height){max-height:90%}}@media only screen and (max-width:550px){.popup__block{padding:45px 10px 25px 20px}}.popup__title{color:#0e1127;color:var(--popup-dark-blue);font-family:Arial,sans-serif;font-family:var(--popup-font-main);font-size:24px;font-weight:700;margin-bottom:min(max(30px,3.47vw),50px);text-transform:uppercase}@media only screen and (max-width:1025px){.popup__title{font-size:20px}}@media only screen and (max-width:550px){.popup__title{font-size:18px}}.popup__btn-close{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:min(max(15px,1.74vw),25px);top:min(max(15px,1.74vw),25px);transition:all .3s ease-out}.popup__btn-close .cross-clip{background:#0e1127;background:var(--popup-dark-blue);clip-path:polygon(20% 0,0 20%,30% 50%,0 80%,20% 100%,50% 70%,80% 100%,100% 80%,70% 50%,100% 20%,80% 0,50% 30%);height:24px;width:24px}.popup__btn-close:hover .cross-clip{background:#000;background:var(--popup-black);transform:scale(1.05)}.old-popup-styles .title-popup{color:#64c2c8;color:var(--popup-blue);font-size:50px;line-height:130%;margin-bottom:20px;text-transform:uppercase}.old-popup-styles .pf-flex{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}@media only screen and (max-width:720px){.old-popup-styles .pf-flex{display:block}}.old-popup-styles .pf-flex .pf-column{margin-left:38px;width:332px}@media only screen and (max-width:720px){.old-popup-styles .pf-flex .pf-column{margin-left:0}}.old-popup-styles .pf-flex .pf-column:first-child{margin-left:0}.old-popup-styles .pf-row{margin-bottom:18px}.old-popup-styles .pf-row .pf-label{color:#0e1127;color:var(--popup-dark-blue);display:block;font-size:24px;font-weight:400;line-height:130%;margin-bottom:10px}.old-popup-styles .pf-row .pf-text-field{background:#fff;background:var(--popup-white);border:1px solid #8b8b8b;box-sizing:border-box;color:#0e1127;color:var(--popup-dark-blue);display:block;font-size:20px;height:48px;line-height:130%;padding:0 17px;width:100%}.old-popup-styles .pf-row .pf-text-field::-moz-placeholder{color:#d3d3d3;opacity:1}.old-popup-styles .pf-row .pf-text-field::-webkit-input-placeholder{color:#d3d3d3;opacity:1}.old-popup-styles .pf-row .pf-text-field:focus::-moz-placeholder{opacity:0}.old-popup-styles .pf-row .pf-text-field:focus::-webkit-input-placeholder{opacity:0}.old-popup-styles .checkBox{display:block;margin:18px 0 42px;position:relative}.old-popup-styles .checkBox.col-span-full{grid-column:1/-1}.old-popup-styles .checkBox input{cursor:pointer;left:0;opacity:0;position:absolute;top:0}.old-popup-styles .checkBox input:checked+.check-title:before{background:#0e1127;background:var(--popup-dark-blue)}.old-popup-styles .checkBox .check-title{color:#0e1127;color:var(--popup-dark-blue);cursor:pointer;font-size:16px;line-height:130%;padding-left:40px;position:relative}@media only screen and (max-width:1025px){.old-popup-styles .checkBox .check-title{font-size:14px}}.old-popup-styles .checkBox .check-title:before{background:#fff;background:var(--popup-white);border:1px solid #0e1127;border:1px solid var(--popup-dark-blue);box-sizing:border-box;content:"";height:25px;left:0;position:absolute;top:1px;transition:all .3s ease-out;width:25px}.old-popup-styles .checkBox .check-title a{color:inherit;font:inherit}.old-popup-styles .popup_btn,.old-popup-styles a.popup_btn,.old-popup-styles button.popup_btn{background:none;border:1px solid #64c2c8;border:1px solid var(--popup-blue);color:#64c2c8;color:var(--popup-blue);cursor:pointer;display:block;font-size:24px;font-weight:700;line-height:26px;margin-bottom:0;margin-top:20px;padding:15px;text-align:center;text-transform:uppercase}.old-popup-styles .popup_btn:hover,.old-popup-styles a.popup_btn:hover,.old-popup-styles button.popup_btn:hover{background:#64c2c8;background:var(--popup-blue);color:#fff;color:var(--popup-white)}.old-popup-styles .file_img_block{cursor:pointer;margin-bottom:40px;max-width:502px;overflow:hidden;position:relative;width:100%}.old-popup-styles .file_img_block input{cursor:pointer;height:100%;left:-150px;opacity:0;position:absolute;top:0;width:calc(100% + 150px)}.old-popup-styles .file_img_block .file_img_btn{align-items:center;background:#f0eef0;border-radius:4px;color:#272727;cursor:pointer;display:flex;font-size:15px;height:40px;justify-content:flex-start;padding:0 15px}.old-popup-styles .file_img_block .file_img_btn span{cursor:pointer;margin-right:12px}.old-popup-styles .img_grid_block{grid-gap:22px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;margin-top:40px}.old-popup-styles .img_grid_block>div{position:relative}.old-popup-styles .img_grid_block>div:hover .igb-pic:before,.old-popup-styles .img_grid_block>div:hover .img_del{opacity:1}.old-popup-styles .img_grid_block>div .igb-pic{background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:4px;cursor:pointer;padding-top:70%;position:relative}.old-popup-styles .img_grid_block>div .igb-pic:before{border:2px solid #fe6b00;border-radius:4px;bottom:0;box-sizing:border-box;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s linear}.old-popup-styles .img_grid_block>div .igb-pic img{border-radius:2px;cursor:pointer;width:100%}.old-popup-styles .img_grid_block>div .img_del{background-color:#fff;border-radius:50%;color:#272727;cursor:pointer;font-size:16px;line-height:1;opacity:0;position:absolute;right:-5px;top:-5px;transition:all .3s linear;z-index:2}.old-popup-styles .pc-inner{grid-column-gap:40px;grid-row-gap:20px;display:grid;grid-template-columns:1fr 1fr;width:100%}.old-popup-styles .pc-field{display:flex;flex-direction:column}.old-popup-styles .pc-field .pc-label{margin-bottom:10px}.old-popup-styles .pc-field input{border:1px solid #dce1e4;border:1px solid var(--popup-light-gray);border-radius:5px;caret-color:#0e1127;caret-color:var(--popup-dark-blue);color:#0e1127;color:var(--popup-dark-blue);font-size:15px;padding:16px;width:100%}.old-popup-styles .pc-field input:-webkit-autofill,.old-popup-styles .pc-field input:-webkit-autofill:active,.old-popup-styles .pc-field input:-webkit-autofill:focus,.old-popup-styles .pc-field input:-webkit-autofill:hover{-webkit-text-fill-color:#0e1127;-webkit-text-fill-color:var(--popup-dark-blue);-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-box-shadow:0 0 0 30px var(--popup-white) inset!important}.old-popup-styles .pc-cv-field{display:flex;flex-direction:column;grid-column:1/span 2}.old-popup-styles .pc-cv-field input[type=file]{display:none}.old-popup-styles .pc-cv-field .cv_file_name{color:#64c2c8;color:var(--popup-blue)}.old-popup-styles .pc-label{color:#0e1127;color:var(--popup-dark-blue);display:inline-block;font:16px/130% Arial,sans-serif;font:16px/130% var(--popup-font-main),sans-serif}.old-popup-styles .pc-label.pc-cv-name{margin-bottom:10px}.old-popup-styles .pc-btn{background-color:#0e1127;background-color:var(--popup-dark-blue);border:none;border-radius:5px;color:#fff;color:var(--popup-white);cursor:pointer;font:16px/130% Arial,sans-serif;font:16px/130% var(--popup-font-main),sans-serif;outline:none;padding:16px;position:relative;transition:all .3s ease-in-out}.old-popup-styles .pc-btn:after{content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;transform:skew(45deg);width:100%}.old-popup-styles .pc-btn:hover:after{animation:gradientPopupBtn .3s linear forwards;background-image:linear-gradient(90deg,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,0) 40%,hsla(0,0%,100%,.7))}.old-popup-styles .pc-captcha{grid-column:1/span 2}.old-popup-styles .custom-file-upload{border:1px dashed #dce1e4;border:1px dashed var(--popup-light-gray);border-radius:5px;cursor:pointer;display:flex;justify-content:center;padding:19px;position:relative;transition:all .3s ease-in-out}.old-popup-styles .custom-file-upload span{transition:all .3s ease-in-out}.old-popup-styles .custom-file-upload:hover{background-color:#0e1127;background-color:var(--popup-dark-blue);border:1px solid #0e1127;border:1px solid var(--popup-dark-blue)}.old-popup-styles .custom-file-upload:hover span{color:#fff;color:var(--popup-white)}@media only screen and (max-width:1024px){.old-popup-styles .pc-inner{grid-gap:20px}.old-popup-styles .pc-btn,.old-popup-styles .pc-field input{padding:12px}.old-popup-styles .custom-file-upload{padding:15px}}@media only screen and (max-width:720px){.old-popup-styles .pc-captcha{transform:scale(.8);transform-origin:0}.old-popup-styles .pc-captcha .g-recaptcha,.old-popup-styles .pc-captcha>div{height:110px;width:100%}.old-popup-styles .pc-captcha .g-recaptcha>div{height:100%!important;width:100%!important}.old-popup-styles .pc-captcha iframe{height:100%;width:304px}}@media only screen and (max-width:550px){.old-popup-styles .pc-inner{grid-gap:20px;grid-template-columns:1fr}.old-popup-styles .pc-field input{padding:11px}.old-popup-styles .pc-field .pc-label{margin-bottom:7px}.old-popup-styles .pc-label{font-size:15px}.old-popup-styles .pc-cv-field{grid-column:1;margin-top:10px}.old-popup-styles .pc-btn{margin-top:20px;padding:15px}.old-popup-styles .pc-captcha{grid-column:1;transform-origin:center}.old-popup-styles .pc-captcha .g-recaptcha>div>div{display:flex;justify-content:center}.old-popup-styles .custom-file-upload{padding:19px}}@media only screen and (max-width:420px){.old-popup-styles .img_grid_block{grid-gap:15px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}}@media only screen and (max-width:360px){.old-popup-styles .pc-captcha{overflow:hidden;transform:scale(.7)}.old-popup-styles .pc-captcha .g-recaptcha,.old-popup-styles .pc-captcha>div{height:110px}.old-popup-styles .pc-captcha iframe{width:300px}}@media only screen and (max-width:1024px){.popup-center{height:90%;max-height:none;min-height:auto;padding:45px;width:95%}.popup-center .title-popup{margin-bottom:30px}.popup-center .checkBox{margin:0}.pc-inner{grid-gap:20px}.pc-btn,.pc-field input{padding:12px}.custom-file-upload{padding:15px}}@media only screen and (max-width:720px){.pc-captcha{transform:scale(.8);transform-origin:0}.pc-captcha .g-recaptcha,.pc-captcha>div{height:110px;width:100%}.pc-captcha .g-recaptcha>div{height:100%!important;width:100%!important}.pc-captcha iframe{height:100%;width:304px}}@media only screen and (max-width:550px){.popup-center{height:80%;padding:20px 15px;width:95%}.popup-center .title-popup{font-size:18px;margin-bottom:40px}.popup-center .checkBox{grid-column:1;margin:0}.popup-center .checkBox .check-title{font-size:15px}.popup-center .close-popup{font-size:20px;right:15px;top:20px}.pc-inner{grid-gap:20px;grid-template-columns:1fr}.pc-field input{padding:11px}.pc-field .pc-label{margin-bottom:7px}.pc-label{font-size:15px}.pc-cv-field{grid-column:1;margin-top:10px}.pc-btn{margin-top:20px;padding:15px}.pc-captcha{grid-column:1;transform-origin:center}.pc-captcha .g-recaptcha>div>div{display:flex;justify-content:center}.custom-file-upload{padding:19px}}@media only screen and (max-width:420px){.popup.popup_height_full{padding:40px 20px}.img_grid_block{grid-gap:15px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr}}@media only screen and (max-width:360px){.pc-captcha{overflow:hidden;transform:scale(.7)}.pc-captcha .g-recaptcha,.pc-captcha>div{height:110px}.pc-captcha iframe{width:300px}}@keyframes popupSlide{0%{opacity:var(--popup-opacity-from);transform:translateY(var(--popup-default-translate-y-from)) translateX(var(--popup-default-translate-x-from))}to{opacity:var(--popup-opacity-to);transform:translateY(var(--popup-default-translate-y-to)) translateX(var(--popup-default-translate-x-to))}}@keyframes opacityPopupBg{0%{opacity:0}to{opacity:1}}@keyframes gradientPopupBtn{0%{transform:translateX(-100%) skew(45deg)}to{transform:translateX(100%) skew(45deg)}}#popup-ad{bottom:20px;height:400px;position:fixed;right:20px;transform:translateX(calc(100% + 20px));transition:.3s ease-in-out;width:400px;z-index:99}#popup-ad.active{transform:translateX(0)}.popup-advert{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.popup-ad__close-btn{align-items:center;background:#fff;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;position:absolute;right:10px;top:10px;transition:.3s ease-in-out;width:48px;z-index:4}.popup-ad__close-btn:hover{border-radius:10px}.popup-ad__content{display:flex;flex-direction:column;height:100%;justify-content:flex-end;padding:20px;position:relative;z-index:2}.popup-ad__title{color:#fff;font-size:38px;font-weight:700;margin-bottom:15px}.popup-ad__sub-title{color:#fff;font-size:28px;font-weight:700}.popup-ad__text{color:#fff;font-size:20px;font-weight:400;@include max-line-leng(4)}.popup-ad__text.bold{font-weight:700}.popup-ad__text.location{margin-bottom:20px}.popup-ad__btn,.popup-ad__btn-wrap{align-items:center;display:flex;justify-content:center}.popup-ad__btn{border:2px solid #fff;color:#fff;font-size:18px;height:42px;margin-top:20px;text-decoration:none;transition:.3s ease-in-out;width:calc(50% - 8px)}.popup-ad__btn:not(:last-child){margin-right:16px}.popup-ad__btn:hover{background:#fff;border-radius:8px;color:#707070}.popup-ad__blog img,.popup-ad__blog:after{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.popup-ad__blog:after{background:rgba(0,0,0,.4);content:"";z-index:1}.popup-ad__job{background:#f2b825}.popup-ad__job .icons-wrap{align-items:center;display:flex;margin-bottom:20px;-webkit-mask-image:-webkit-gradient(linear,90% 100%,100% bottom,from(#000),to(transparent));overflow:hidden}.popup-ad__job .icons-wrap img{height:52px;margin-right:10px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;width:52px}.popup-ad__job__btn-wrap{margin-top:auto}.hidden{display:none!important}.orange{color:var(--orange_main)}.list__ a{border:1px solid transparent;box-sizing:border-box;display:block;line-height:46px;padding:0 12px}.list__ a:nth-child(odd){background-color:#f5f5f5}.list__ a:hover{border-color:#f50}.scan__block{background-color:#5d5b5b;border-radius:50%;color:#fff;font-family:sans-serif;font-size:20px;height:120px;line-height:30px;position:fixed;right:12px;text-align:center;top:calc(100% - 200px);white-space:nowrap;width:120px;z-index:9999999}.scan__block:hover{background-color:#be2a2a;color:#fff;cursor:pointer}.report__button{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.flex-end{-ms-align-items:center;align-items:center}.flex-btw{-ms-align-items:flex-start;align-items:flex-start;display:flex;-ms-justify-content:space-between;justify-content:space-between}.flex-around{display:flex;-ms-justify-content:space-around;justify-content:space-around}.flex-center{-ms-align-items:center;align-items:center;display:flex}.flex-column{flex-direction:column}.flex-start{display:flex;-ms-justify-content:flex-start;justify-content:flex-start}.flex-end{display:flex;-ms-justify-content:flex-end;justify-content:flex-end}.m6{margin:6px}.mt6{margin-top:6px}.ml6{margin-left:6px}.mr6{margin-right:6px}.mb6,.mtb6{margin-bottom:6px}.mtb6{margin-top:6px}.mlr6{margin-left:6px;margin-right:6px}.m10{margin:10px}.mt10{margin-top:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}.mb10,.mtb10{margin-bottom:10px}.mtb10{margin-top:10px}.mlr10{margin-left:10px;margin-right:10px}.m12{margin:12px}.mt12{margin-top:12px}.ml12{margin-left:12px}.mr12{margin-right:12px}.mb12,.mtb12{margin-bottom:12px}.mtb12{margin-top:12px}.mlr12{margin-left:12px;margin-right:12px}.m16{margin:16px}.mt16{margin-top:16px}.ml16{margin-left:16px}.mr16{margin-right:16px}.mb16,.mtb16{margin-bottom:16px}.mtb16{margin-top:16px}.mlr16{margin-left:16px;margin-right:16px}.m20{margin:20px}.mt20{margin-top:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}.mb20,.mtb20{margin-bottom:20px}.mtb20{margin-top:20px}.mlr20{margin-left:20px;margin-right:20px}.p6{padding:6px}.ptb6{padding-bottom:6px;padding-top:6px}.p12{padding:12px}.pt12{padding-top:12px}.pl12{padding-left:12px}.pr12{padding-right:12px}.pb12,.ptb12{padding-bottom:12px}.ptb12{padding-top:12px}.plr12{padding-left:12px;padding-right:12px}.lh44{line-height:44px}.w100p{width:100%}.center{text-align:center}.block{display:block!important}.none{display:none!important}.pointer{cursor:pointer}.clear{clear:both}.nos{-moz-user-select:none;-webkit-user-select:none;user-select:none}.img__loading{left:calc(50% - 12px);position:absolute;top:calc(50% - 16px)}.btn__{border-radius:7px;height:30px;min-width:30px;padding:0 4px;position:relative;width:30px}.btn__,.btn__:before{color:#515365;display:inline-block;line-height:30px;text-align:center}.btn__:before{font-size:18px;font-weight:700}.btn__ .img__loading{height:20px;left:inherit;margin-left:5px;position:relative;top:inherit;width:20px}.btn__:hover{background-color:#f50;cursor:pointer}.btn__:hover,.btn__:hover:before{color:#fff!important}.btn__circle:before{background-color:#fff;border-radius:50%;color:#cdcdcd;cursor:pointer;display:inline-block;font-size:18px;font-weight:700;line-height:34px;text-align:center;width:34px}.btn__circle:hover:before{background-color:#506690;color:#fff}.pop_form .pf_row{margin-bottom:12px}.pop_form .pf_row label{align-items:center;color:#666;display:block;font-size:14px;font-weight:lighter;margin-bottom:5px}.pop_form .pf_row input[type=number],.pop_form .pf_row input[type=password],.pop_form .pf_row input[type=tel],.pop_form .pf_row input[type=text]{background:#f9f9f9;border:none;border-radius:3px;box-shadow:inset 0 0 10px rgba(0,0,0,.1);box-sizing:border-box;font-size:15px;font-weight:lighter;height:36px;line-height:36px;padding:0 15px;width:100%}.heading-flex{align-items:center;display:flex;justify-content:space-between}.hf-title{color:#010b15;font-size:1.5rem;font-weight:500}.hf-title span{color:#8d8f8e;font-size:14px;font-weight:600}.section-row-wrap{align-items:flex-start;display:flex;justify-content:flex-start;margin-top:10px}.section-row-wrap .sr-icon-move{align-items:center;background:#ffa012;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:16px;height:32px;justify-content:center;line-height:1;margin-right:20px;margin-top:9px;width:32px}.section-row{border:1px solid #eee;border-radius:5px;box-sizing:border-box;max-width:100%;min-width:10px;transition:all .3s linear;width:100%}.section-row.active,.section-row:hover{border-color:#2662d6}.section-row.active .sr-head .sr-arrow{transform:rotate(180deg) translateY(60%)}.section-row .sr-head{align-items:center;background:#fafafa;border-radius:5px;color:#434343;cursor:pointer;display:flex;flex-wrap:wrap;font-size:16px;font-weight:600;justify-content:flex-start;padding:0 45px 0 12px;position:relative}.section-row .sr-head .sr-icon{margin-right:15px;width:50px}.section-row .sr-head .sr-icon img{display:block;max-width:100%}.section-row .sr-head .sr-arrow{color:#434343;font-size:20px;line-height:1;position:absolute;right:18px;top:50%;transform:translateY(-50%);transition:all .3s linear}.section-row .sr-cont{display:none;padding:15px 12px 10px}.radio-pretty{grid-gap:14px;display:grid;grid-template-columns:1fr 1fr;max-width:500px}.radio-pretty label{cursor:pointer;display:block;margin:0;overflow:hidden;position:relative}.radio-pretty label input{cursor:pointer;left:0;opacity:0;position:absolute;top:0}.radio-pretty label input:checked+.radio-pretty-title{border-color:#f50}.radio-pretty label .radio-pretty-title{align-items:center;border:2px solid #ebebeb;border-radius:6px;cursor:pointer;display:flex;justify-content:flex-start;margin:0;padding:6px 12px;transition:all .3s linear}.radio-pretty label .radio-pretty-title img{display:block;margin-right:10px}.radio-pretty label .radio-pretty-title:hover{background-color:#f6f6f6}.text__wr a{color:#00aca7!important;text-decoration:none!important}.text__wr p,.text__wr span,.text__wr ul li{margin:inherit!important}.text__wr span{font-family:inherit!important;font-size:inherit}:root{--secondary:#088ded;--popup-dark-blue:#0e1127;--popup-dark-gray:#343434;--popup-light-gray:#dce1e4}.cookies-popup{bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1000}.cookies-popup.active{display:flex;transition:all .3s ease}.cookies-popup.active .cookies-popup__block{animation-duration:.6s;animation-name:transformPopupCookies}.cookies-popup__close{align-items:center;cursor:pointer;display:flex;height:13px;position:absolute;right:14px;top:15px;transition:.3s ease;width:13px}.cookies-popup__close:after,.cookies-popup__close:before{background-color:#0e1127;background-color:var(--popup-dark-blue);border-radius:2px;content:"";height:2px;position:absolute;transition:all .3s ease-in-out;width:100%}.cookies-popup__close:before{transform:rotate(-45deg)}.cookies-popup__close:after{transform:rotate(45deg)}.cookies-popup__close:hover{transform:scale(1.2) rotate(90deg);transition:all .3s ease}.cookies-popup__bg{background-color:transparent;height:100%;position:absolute;width:100%}.cookies-popup__block{align-items:center;background-color:#fff;background-color:var(--white);border-radius:4px;bottom:40px;box-shadow:0 2px 10px #343434;box-shadow:0 2px 10px var(--popup-dark-gray);display:flex;flex-direction:column;min-height:300px;padding:20px;position:absolute;right:40px;transition:all .3s ease;width:270px}.cookies-popup__block h4{color:#1c1c1c;color:var(--black);font-size:15px;font-weight:600;margin-bottom:10px}.cookies-popup__block p{color:inherit;font-size:14px;padding-bottom:20px;text-align:center}.cookies-popup__block a{color:#088ded;color:var(--secondary);font-size:inherit;font-weight:inherit;position:relative}.cookies-popup__block a:before{background:#088ded;background:var(--secondary);bottom:0;content:"";height:2px;position:absolute;right:0;transition:.3s ease;width:0}.cookies-popup__block a:hover:before{left:0;right:auto;width:100%}.cookies-popup__block:before{background:url(../images/panel/cookies-logo.svg) no-repeat 50%;content:"";display:block;height:96px;margin-bottom:10px;width:96px}@media only screen and (max-width:550px){.cookies-popup__block{bottom:25px;left:25px;right:25px;width:auto}}.cookies-popup__btn{background-color:#088ded;background-color:var(--secondary);border-radius:6px;color:#fff;color:var(--white);cursor:pointer;font-size:15px;padding:11px 40px;transition:all .3s ease-in-out}.cookies-popup__btn:hover{transform:scale(1.1)}@media only screen and (max-width:550px){.cookies-popup{padding:20px}}@keyframes transformPopupCookies{0%{opacity:0;transform:translateX(150%) translateY(50%) scale(.5) skewX(30deg)}to{opacity:1;transform:translateX(0) translateY(0) scale(1) skewX(0deg)}}#global-loader{backdrop-filter:blur(8px);background-color:rgba(31,41,55,.6);opacity:0;pointer-events:none;position:fixed;transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:9999}#global-loader,#global-loader [role=status]{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;left:0;right:0;top:0;width:100%}#global-loader [role=status] svg{fill:#fff;animation:spin 1s linear infinite;color:hsla(0,0%,100%,.4);display:inline;height:3rem;width:3rem}#global-loader span{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.disabled-btn-loader{cursor:not-allowed;opacity:.8;pointer-events:none;position:relative}.disabled-btn-loader [role=status]{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.disabled-btn-loader [role=status] svg{fill:#fff;animation:spin 1s linear infinite;color:hsla(0,0%,100%,.4);display:inline;height:1.5rem;width:1.5rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.disabled-btn-loader .disabled-btn-content{display:flex;opacity:0}.disabled-btn-loader .disabled-btn-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{background:transparent;border:0;box-sizing:border-box;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}:focus{outline:0}ol,ul{list-style:none}a{display:block}a,a:hover{text-decoration:none}input,textarea{border:none;margin:0;outline:none;padding:0}button,input[type=button],input[type=submit],label{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}body{-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}img{height:auto;max-width:100%;vertical-align:middle}button,input[type=submit]{-webkit-appearance:none;-moz-appearance:none}*{box-sizing:border-box}:root{--black:#1c1c1c;--white:#fff;--grey:#4f514f;--medium-grey:#c9c9c9;--light-grey:#f7f7f7;--gold:#eace2a;--font-main:"Albert Sans",sans-serif;--font-second:"Kantumruy Pro",sans-serif;--mobile-menu-start-point:1200}@keyframes slide{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(../fonts/icomoon.eot?3lsbqt);src:url(../fonts/icomoon.eot?3lsbqt#iefix) format("embedded-opentype"),url(../fonts/icomoon.woff2?3lsbqt) format("woff2"),url(../fonts/icomoon.ttf?3lsbqt) format("truetype"),url(../fonts/icomoon.woff?3lsbqt) format("woff"),url(../fonts/icomoon.svg?3lsbqt#icomoon) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-fb:before{content:"\e902"}.icon-in:before{content:"\e903"}.icon-inst:before{content:"\e904"}.icon-mail:before{content:"\e905"}.icon-tel:before{content:"\e906"}.icon-twitter:before{content:"\e907"}.icon-arrow:before{content:"\e900"}.icon-arrow-down:before{content:"\e901"}h1,h2,h3{font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);font-weight:300}h1{font-size:min(max(calc(41.14286px + .89286vw),48px),54px);font-weight:700;line-height:133%}@media only screen and (min-width:1680px){h1{font-size:60px}}h2{font-size:min(max(calc(16.28571px + 1.78571vw),30px),42px);font-weight:300;line-height:115%}@media only screen and (min-width:1680px){h2{font-size:48px}}h3{font-size:min(max(calc(27.71429px + .29762vw),30px),32px)}@media only screen and (min-width:1680px){h3{font-size:40px}}a,p{font-size:15px}@media only screen and (min-width:1680px){a,p{font-size:18px}}p{font-weight:300;line-height:170%}a{display:inline-block;font-weight:500}.content-element h1,.content-element h2,.content-element h3,.content-element h4,.content-element h5,.content-element h6{color:#1c1c1c;color:var(--black);font-weight:600;margin-bottom:16px}.content-element h1:not(:first-of-type),.content-element h2:not(:first-of-type),.content-element h3:not(:first-of-type),.content-element h4:not(:first-of-type),.content-element h5:not(:first-of-type),.content-element h6:not(:first-of-type){margin-top:30px}.content-element h1{font-size:min(max(calc(35.71429px + .29762vw),38px),40px)}@media only screen and (min-width:1680px){.content-element h1{font-size:45px}}.content-element h2{font-size:min(max(calc(27.71429px + .29762vw),30px),32px)}@media only screen and (min-width:1680px){.content-element h2{font-size:38px}}.content-element h3{font-size:min(max(calc(19.42857px + .59524vw),24px),28px)}@media only screen and (min-width:1680px){.content-element h3{font-size:32px}}.content-element h4{font-size:min(max(calc(17.42857px + .59524vw),22px),26px)}@media only screen and (min-width:1680px){.content-element h4{font-size:28px}}.content-element h5{font-size:min(max(calc(15.42857px + .59524vw),20px),24px)}@media only screen and (min-width:1680px){.content-element h5{font-size:26px}}.content-element h6{font-size:min(max(calc(15.71429px + .29762vw),18px),20px)}@media only screen and (min-width:1680px){.content-element h6{font-size:22px}}.content-element p+img,.content-element p+img+img{margin-top:14px}.content-element p:not(:last-child){margin-bottom:12px}.content-element a,.content-element p{font-size:min(max(calc(12.57143px + .44643vw),16px),19px);line-height:150%}.content-element a{color:#1c1c1c;color:var(--black);display:inline;font-weight:500;text-decoration:underline;transition:.2s;word-break:break-all}.content-element a:hover{opacity:.7}.content-element img{display:inline-block;margin:10px 0;-o-object-fit:cover;object-fit:cover}.content-element img+h1,.content-element img+h2,.content-element img+h3,.content-element img+h4{margin-top:0!important}.content-element img:last-of-type{width:100%}@media only screen and (max-width:651px){.content-element img{display:block;margin:0;width:100%!important}}.content-element ol{list-style:decimal;padding-left:28px}.content-element li{font-size:min(max(calc(12.57143px + .44643vw),16px),19px);font-weight:400;line-height:182%;word-break:break-word}.content-element li::marker{color:currentColor}.content-element ul{list-style:disc;padding-left:28px}html{scroll-behavior:smooth}body{background:#fff;background:var(--white);color:#1c1c1c;color:var(--black);font-family:Albert Sans,sans-serif;font-family:var(--font-main);margin:auto;min-width:320px;overflow-x:hidden;position:relative}.swiper-wrapper{left:0!important}.fp-watermark{display:none}#site{flex-direction:column;overflow:hidden;position:relative}.main{flex-grow:1}.cont{margin:0 auto;max-width:987px;width:68.54166666666667%}.cont.lg{max-width:1280px;width:88.88888888888889%}.cont.md{max-width:1000px;width:69.44444444444444%}@media only screen and (max-width:1200px){.cont{width:89%!important}}section{overflow-x:hidden;position:relative}.socials-link{align-items:center;background:#1c1c1c;background:var(--black);border:1px solid #1c1c1c;border:1px solid var(--black);color:#fff;color:var(--white);display:flex;font-size:16px;height:30px;justify-content:center;transition:background .3s ease;width:30px}.socials-link i{transition:color .3s ease}.socials-link:hover{background:#fff;background:var(--white)}.socials-link:hover i{color:#1c1c1c;color:var(--black)}.simplebar-scrollbar:before{background-color:#fff;background-color:var(--white)}.footer .hover-link:before{background:#fff;background:var(--white)}.footer.bg-gold{border-bottom:8px solid #fff;border-bottom:8px solid var(--white);padding-bottom:16px}.footer.bg-gold:before{background:#4f514f;background:var(--grey);bottom:0;content:"";height:16px;left:0;position:absolute;width:100%}.hover-link{position:relative}.hover-link:before{background:#fff;background:var(--white);border-radius:10px;bottom:0;content:"";height:1px;position:absolute;right:0;transition:.25s ease-in-out;width:0}.hover-link:hover:before{left:0;right:auto;width:100%}.acc-content{overflow:hidden;transition:.25s linear}.acc-content.values-list__item-desc{max-height:155px}.acc-trigger{cursor:pointer}.acc-trigger.open i{transform:rotate(-90deg)!important}.acc-trigger.value-btn{align-items:center;display:flex}.acc-trigger.value-btn i{font-size:10px;margin-left:5px;transition:.3s ease}.acc-trigger.value-btn:hover i{margin:10px}.contact-section{margin-top:240px;overflow:visible}.contact-section__inner{display:flex;justify-content:center;transform:translateY(-124px)}@media only screen and (max-width:1025px){.contact-section__inner{flex-direction:column-reverse;justify-content:flex-start}}.contact-section .contact-content{background:#1c1c1c;background:var(--black);color:#fff;color:var(--white);padding:min(max(calc(-5.71429px + 3.86905vw),24px),50px) 20px min(max(calc(-5.71429px + 3.86905vw),24px),50px) min(max(calc(-5.71429px + 3.86905vw),24px),50px);width:100%}.contact-section .contact-content h2{margin-bottom:23px}.contact-section .contact-content .content-element{max-height:200px;padding-right:20px;width:100%}.contact-section .contact-content .content-element p{font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);line-height:147%}.contact-section .contact-slider{flex-shrink:0;height:min(max(calc(100.48913px + 35.86957vw),235px),334px);margin-left:20px;max-width:475px;width:100%}@media only screen and (max-width:1025px){.contact-section .contact-slider{margin:0 0 20px}}.contact-section .contact-slider img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.contact-section{--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-inactive-color:var(--white);--swiper-pagination-color:var(--gold)}.contact-footer{align-items:flex-end;display:flex}@media screen and (min-height:1200px) and (min-width:1025px){.contact-footer{min-height:30vh!important}.hero-screen_contact{min-height:44vh!important}}.hero-screen{min-height:min(max(calc(-46.54545px + 70.54545vw),218px),800px)}@media only screen and (min-width:2200px){.hero-screen{min-height:1080px}}.hero-screen__bg{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-screen__bg img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-screen__bg:before{background:linear-gradient(0deg,rgba(28,28,16,.25),rgba(255,90,94,0));content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.hero-screen__scroll{align-items:center;bottom:0;cursor:pointer;display:flex;flex-direction:column;left:80px;position:absolute}.hero-screen__scroll p{animation:slide 1.2s linear infinite alternate;color:#fff;color:var(--white);font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);font-size:12px;margin-bottom:21px;transition:.25s ease;writing-mode:vertical-rl}.hero-screen__scroll .bar{background:linear-gradient(0deg,#4f514f,#fff);height:76px;position:relative;width:1px}.hero-screen__scroll .bar .fill{background:linear-gradient(0deg,#fff,#fff);left:0;position:absolute;top:0;width:100%}.hero-screen__scroll:hover p{color:#eace2a;color:var(--gold)}@media only screen and (max-width:1200px){.hero-screen__scroll{left:20px}}@media only screen and (max-width:1025px){.hero-screen__scroll{display:none}}.hero-screen_interior{align-items:flex-end;display:flex;min-height:500px;overflow:visible;padding-bottom:168px;z-index:10}.hero-screen_interior.hero-screen_contact{min-height:467px}@media only screen and (max-width:551px){.hero-screen_interior{min-height:300px;padding:100px 0 90px}}.hero-screen_interior .cont:not(.hero-screen_contact .cont){max-width:1064px;width:73.88888888888889%}.hero-screen_interior .hero-screen__bg:before{display:none}.hero-screen_interior h1{color:#fff;color:var(--white);font-weight:600}.hero-screen_contact{padding-bottom:0}.hero-screen_contact:before{background:rgba(0,0,0,.2);content:"";height:100%;pointer-events:none;position:absolute;width:100%}.hero-screen__logo{background:#fff;background:var(--white);border-right:10px solid #1c1c1c;border-right:10px solid var(--black);max-width:532px;padding:20px 33px;position:relative;width:100%}.hero-screen__logo:before{background:#1c1c1c;background:var(--black);content:"";height:100%;position:absolute;right:0;top:0;width:90px}@media only screen and (max-width:769px){.hero-screen__logo:before{width:40px}}.intro-section{margin-top:min(max(calc(64.42857px - 12.94643vw),-122px),-35px);z-index:10}.intro-section_interior{margin:min(max(calc(73.57143px - 14.1369vw),-130px),-35px) auto 0;overflow:hidden}.intro-section_interior .cont{max-width:1064px;width:73.88888888888889%}.intro-section_interior .intro-content{background:#fff;background:var(--white);max-width:1064px;min-height:132px;padding:24px;position:relative;transition:.25s linear}.intro-section_interior .intro-content .content-element{max-width:918px}.intro-section_interior .intro-content .content-element p{font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);font-size:min(max(calc(11.42857px + .59524vw),16px),20px);line-height:140%}@media only screen and (max-width:551px){.intro-section_interior .intro-content .content-element.acc-content.content-element{max-height:112px}}@media only screen and (min-width:551px){.intro-section_interior .intro-content .content-element.acc-content.content-element{max-height:auto!important}}@media only screen and (max-width:769px){.intro-section_interior .intro-content{padding:16px}}.intro-block{background:#fff;background:var(--white);min-height:140px;padding:47px 68px 0;position:relative}.intro-block .content-element{font-weight:300}.intro-block .content-element,.intro-block .content-element p{font-size:min(max(calc(11.57143px + .44643vw),15px),18px);line-height:170%}@media only screen and (max-width:551px){.intro-block .content-element.acc-content{max-height:100px}}@media only screen and (max-width:769px){.intro-block{border-width:10px;padding:16px}.intro-block:before{width:40px}}.values-section{padding:118px 0 min(max(calc(-13.14286px + 9.52381vw),60px),124px)}.partners-section{padding-bottom:min(max(calc(8.28571px + 8.03571vw),70px),124px)}.clients-section{padding-bottom:min(max(calc(185.71429px - 5.95238vw),100px),140px)}@media only screen and (max-width:360px){.clients-section{padding-bottom:220px}}#bold-credits{transition:transform .25s ease-in-out;width:150px}#bold-credits:hover{transform:scale(1.1)}#site.cookie-terms-page{align-items:stretch;display:flex;flex-direction:column;justify-content:stretch;min-height:100vh}#site.cookie-terms-page .main{flex-grow:1;padding:0}.cookie-terms-section{padding:60px 0 min(max(calc(-64.28571px + 14.88095vw),50px),150px)}.single-page-404{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px;position:relative;text-align:center}.single-page-404 h1,.single-page-404 p{margin-bottom:15px;padding:0}.values-list__item{background:#1c1c1c!important;background:var(--black)!important;color:#fff!important;color:var(--white)!important}.header{align-items:center;display:flex;font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);height:min(max(calc(22.85714px + 7.44048vw),80px),130px);left:0;padding:min(max(calc(3.57143px + 1.4881vw),15px),25px) 0;position:absolute;right:0;top:0;transition:background .25s ease-in-out,height .25s ease-in-out;width:100%;z-index:999}.header.fixed{position:fixed}.header.scrolled{backdrop-filter:blur(10px);background:rgba(var(--black-rgb),.8);height:min(max(calc(14.28571px + 5.95238vw),60px),100px)}.header.scrolled .logo{width:min(max(calc(-20px + 10.41667vw),60px),130px)}.header .logo{flex-shrink:0;height:100%;transform:translateY(12px);transition:transform .25s ease;width:min(max(calc(65.71429px + 10.71429vw),148px),220px)}.header .logo:hover{transform:scale(1.06) translateY(12px)}.header .logo img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.header .navbar{align-items:center;display:flex;justify-content:space-between}.header .burger{display:none}.header .navbar-nav{display:flex;flex-grow:1}.header .menu-item{margin-right:20px;position:relative}.header .menu-item.dropdown>.menu-link{align-items:center;display:inline-flex;justify-content:space-between}.header .menu-item.dropdown>.menu-link:after{content:"\e999";font-family:icomoon;font-size:min(max(calc(5.71429px + .29762vw),8px),10px);padding-left:10px}@media (min-width:768px){.header:not(.header-mobile) .menu-item{padding:5px 0}.header:not(.header-mobile) .menu-item:hover .dropdown-menu{display:block}}.header .menu-link{font-size:min(max(calc(11.71429px + .29762vw),14px),16px);position:relative;transition:.25s ease-in-out}.header .menu-link:before{background:#fff;background:var(--white);bottom:0;content:"";height:2px;position:absolute;right:0;transition:.25s ease-in-out;width:0}.header .menu-link:hover{color:var(--primary)}.header .menu-link:hover:before{background:var(--primary);left:0;width:100%}.header .dropdown-menu{background:var(--bg-second);border-radius:10px;box-sizing:content-box;display:none;left:0;min-width:100%;padding:10px 10px 10px 15px;position:absolute;top:100%}.header .dropdown-menu li .menu-link{padding:5px 0;text-transform:capitalize}@media only screen and (min-width:1680px){.header .cont{max-width:1680px}}@media only screen and (min-width:2200px){.header .cont{max-width:2060px}}.mobile-header{backdrop-filter:blur(10px);background:rgba(79,81,79,.9);display:none;font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);height:100vh;height:calc(var(--vh, 1vh)*100);min-width:320px;padding-bottom:40px;padding-top:220px;position:fixed;right:0;top:0;transition:transform .3s ease-out;width:50%;z-index:100}.mobile-header.nav-slide-right{left:auto;right:0;transform:translateX(100%)}.mobile-header.nav-slide-right.active{transform:translateX(0)}@media only screen and (max-width:651px){.mobile-header{width:100%}}.mobile-header .cont{display:flex;flex-direction:column;height:100%}.mobile-header .policy{color:#fff;color:var(--white);display:flex;flex-direction:column;margin-top:auto}.mobile-header .policy a,.mobile-header .policy p{font-family:Albert Sans,sans-serif;font-family:var(--font-main);font-weight:300;width:-moz-fit-content;width:fit-content}.mobile-header .mobile-menu__link{color:#fff;color:var(--white);font-size:30px;font-weight:600;transition:color .3s ease}.mobile-header .mobile-menu__link:hover{color:#eace2a;color:var(--gold)}.burger,.menu-toggle{align-items:center;background:#fff;background:var(--white);cursor:pointer;display:flex;height:36px;justify-content:center;position:relative;width:36px}.burger span,.menu-toggle span{background:#4f514f;background:var(--grey);height:2px;position:relative;transition:all .1s;width:18px}.burger span:after,.burger span:before,.menu-toggle span:after,.menu-toggle span:before{background:#4f514f;background:var(--grey);content:"";height:2px;left:0;position:absolute;transition:all .1s;width:100%}.burger span:before,.menu-toggle span:before{top:-5px}.burger span:after,.menu-toggle span:after{bottom:-5px}.burger,.menu-toggle{transition:.25s ease-in-out}.burger.active span,.menu-toggle.active span{background:transparent}.burger.active span:before,.menu-toggle.active span:before{top:0;transform:rotate(-45deg)}.burger.active span:after,.menu-toggle.active span:after{top:0;transform:rotate(45deg)}.header-close-wrapper{bottom:0;height:100%;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:.25s ease-in-out;visibility:hidden;width:100%;z-index:77}.header-close-wrapper.active{cursor:pointer;opacity:1;pointer-events:auto;visibility:visible}@media (max-width:769px){.header:not(.header-mobile) .burger,.header:not(.header-mobile) .menu-toggle{display:flex}.header:not(.header-mobile) .navbar{align-items:flex-start}.header:not(.header-mobile) .menu{display:none}.header:not(.header-mobile) .logo{transform:none}.header:not(.header-mobile) .logo:hover{transform:scale(1.06)}.mobile-header{display:block}}.footer{background:#1c1c1c!important;background:var(--black)!important;color:#fff!important;color:var(--white)!important}.footer .cont{border-top:none}.footer:before{content:none!important}#site:after{bottom:0;content:"";height:80px;left:0;position:absolute;right:0}#site:after,.btn{background:#1c1c1c;background:var(--black)}.btn{align-items:center;clip-path:inset(0 0 0 0);color:#fff;color:var(--white);display:flex;font-family:Kantumruy Pro,sans-serif;font-family:var(--font-second);font-weight:500;height:50px;justify-content:center;max-width:220px;overflow:hidden;padding-right:42px;position:relative;transform:translateZ(0);width:100%}.btn:after{border:2px solid #1c1c1c;border:2px solid var(--black);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:5}.btn .arrow{align-items:center;background:#fff;background:var(--white);color:#1c1c1c;color:var(--black);display:flex;height:30px;justify-content:center;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:.25s ease;width:30px}.btn .arrow i{font-size:14px;transition:.25s ease}.btn.btn-white{background:#fff;background:var(--white);color:#1c1c1c;color:var(--black)}.btn.btn-white:after{border-color:#fff;border-color:var(--white)}.btn.btn-white .arrow{background:#1c1c1c;background:var(--black);color:#fff;color:var(--white)}.btn:hover .arrow{height:100%;right:0}.btn:hover .arrow i{transform:rotate(-45deg)}@media only screen and (min-width:1680px){.btn{height:60px}}.navigation-next,.navigation-prev{border:2px solid #1c1c1c;border:2px solid var(--black);cursor:pointer;transition:.3s ease}.navigation-next:not(:hover),.navigation-prev:not(:hover){background:#1c1c1c!important;background:var(--black)!important;color:#fff!important;color:var(--white)!important}.navigation-next:hover:not(.swiper-button-disabled):not(.disabled),.navigation-prev:hover:not(.swiper-button-disabled):not(.disabled){background:#fff;background:var(--white)}.navigation-next.disabled,.navigation-next.swiper-button-disabled,.navigation-prev.disabled,.navigation-prev.swiper-button-disabled{cursor:auto;opacity:.4}.testimonial-card{background:#1c1c1c;background:var(--black);color:#fff;color:var(--white);max-width:400px;overflow:hidden;padding:45px 10px 45px 60px;position:relative}.testimonial-card:hover:before{height:35px}.testimonial-card__logo{height:90px;margin-bottom:38px;max-width:132px}.testimonial-card__logo img{height:100%;max-height:90px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.testimonial-card__text{margin-bottom:38px;max-height:175px;padding-right:20px}.testimonial-card__text,.testimonial-card__text p{font-size:min(max(calc(10.42857px + .59524vw),15px),19px)}.testimonial-card__text p{line-height:156%;word-break:break-word}.testimonial-card__text .simplebar-scrollbar:before{border-radius:0;width:5px}@media only screen and (max-width:415px){.testimonial-card__text{max-height:180px}}.testimonial-card__partner p{font-weight:300}.testimonial-card__partner-name{margin-bottom:8px}.testimonial-card.case-study-card{align-items:center;display:flex;justify-content:center;min-height:240px;padding:30px}.testimonial-card.case-study-card .testimonial-card__logo{height:120px;margin-bottom:0;max-width:175px}.testimonial-card.case-study-card .testimonial-card__logo img{max-height:100%;-o-object-position:center;object-position:center}.testimonial-card.case-study-card .testimonial-card__title{font-size:20px;font-weight:500;line-height:140%;margin-bottom:12px}.testimonial-card.case-study-card .testimonial-card__text{margin-bottom:0}.testimonial-card.case-study-card .testimonial-card__text p{font-size:15px;font-weight:300;line-height:176%;margin-bottom:0}@media only screen and (max-width:769px){.testimonial-card{padding:30px 15px 30px 20px}.testimonial-card__text{margin-bottom:27px}.testimonial-card__text p{line-height:175%}.testimonial-card__partner p,.testimonial-card__partner-name{font-size:13px}.testimonial-card__partner p{margin-bottom:0}}.member-card__img{-webkit-mask-image:radial-gradient(#fff,#000);mask-image:radial-gradient(#fff,#000);overflow:hidden;position:relative}.member-card__img:before{content:"";display:block;padding-bottom:max(min(94.01041666666667%,9999px),0px)}.member-card__img>img{-o-object-fit:cover;object-fit:cover}.member-card__img>iframe,.member-card__img>img{height:100%;left:0;position:absolute;top:0;width:100%}.member-card__info{background:#fff;background:var(--white);color:#1c1c1c;color:var(--black);margin-top:-61px;padding:21px 25px;position:relative;width:-moz-fit-content;width:fit-content;z-index:10}.member-card__info-title{font-size:20px;font-weight:600;margin-bottom:4px}@media only screen and (min-width:1680px){.member-card__info-title{font-size:25px}}.member-card__info-position{font-size:14px;font-weight:300;line-height:131%}@media only screen and (min-width:1680px){.member-card__info-position{font-size:18px}}.member-card__contacts{display:flex;flex-direction:column;margin-top:14px}.member-card__contacts-link{align-items:center;display:flex;width:-moz-fit-content;width:fit-content}.member-card__contacts-link:not(:last-child){margin-bottom:12px}.member-card__contacts-link.social-link span{text-decoration:underline}.member-card__contacts-link span{font-size:15px;font-weight:300;margin-left:12px;transition:color .3s ease,opacity .3s ease;word-break:break-word}@media only screen and (min-width:1680px){.member-card__contacts-link span{font-size:18px}}@media only screen and (max-width:360px){.member-card__contacts-link span{font-size:13px}}.member-card__contacts-link i{color:#1c1c1c;color:var(--black);font-size:15px}.member-card__contacts-link:hover span{opacity:.7;text-decoration:underline}@media only screen and (max-width:1025px){.member-card{align-items:center;display:flex}.member-card__img{max-width:400px;width:100%}.member-card__info{margin-left:-20px;max-width:450px;width:100%}}@media only screen and (max-width:551px){.member-card{align-items:flex-start;flex-direction:column}.member-card__info{margin-left:5vw}}@media only screen and (max-width:415px){.member-card__info{margin-left:0;width:-moz-fit-content;width:fit-content}}#map #DE-pin,#map g[id$=-pin]{display:none}#map #US path{fill:#266da3}
/*# sourceMappingURL=style.css.map */
