body{position:relative}.popup-fon{display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,0.65);z-index:8998}.popup-open .popup{display:flex}.popup{display:none;justify-content:center;align-items:flex-start;flex-direction:column;position:fixed;right:0;top:50%;transform:translate3d(100%, 0px, 0px);transition:all 300ms ease-out;width:1200px;height:761px;margin-top:-380px;box-sizing:border-box;padding:110px 10px 60px 87px;background:#fff;z-index:8999}.popup.default-project-popup{height:auto}.popup.default-project-popup .popup-form{max-height:68vh;padding-right:10px;margin-bottom:10px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e7e8ea #404850}.popup.default-project-popup .popup-form::-webkit-scrollbar{width:6px}.popup.default-project-popup .popup-form::-webkit-scrollbar-track{background:#e7e8ea;border-radius:0}.popup.default-project-popup .popup-form::-webkit-scrollbar-thumb{background:#404850;border-radius:0}@media only screen and (max-width: 1024px){.popup.default-project-popup .popup-form{max-height:78vh}}@media only screen and (max-width: 768px){.popup.default-project-popup .popup-form{max-width:97%}}@media only screen and (max-width: 1200px){.popup{top:0;bottom:0;width:100%;height:100%;margin-top:0}}@media only screen and (max-width: 1024px){.popup{right:auto;padding:40px}}@media only screen and (max-width: 720px){.popup{zoom:0.7}}.popup .close-popup{position:absolute;right:88px;top:52px;font-size:41px;color:#64C2C8;transition:all 300ms ease-out;cursor:pointer}@media only screen and (max-width: 720px){.popup .close-popup{right:34px;top:24px}}.popup .close-popup:hover{color:#000}.popup .title-popup{margin-bottom:40px;font-size:50px;line-height:130%;text-transform:uppercase;color:#64C2C8}.popup .pf-flex{margin-bottom:10px;display:flex;justify-content:space-between;align-items:flex-start}@media only screen and (max-width: 720px){.popup .pf-flex{display:block}}.popup .pf-flex .pf-column{width:332px;margin-left:38px}@media only screen and (max-width: 720px){.popup .pf-flex .pf-column{margin-left:0}}.popup .pf-flex .pf-column:first-child{margin-left:0}.popup-open .popup-fon{display:block}.popup-open .popup{transform:translate3d(0px, 0px, 0px)}.pf-row{margin-bottom:18px}.pf-row .pf-label{display:block;margin-bottom:10px;font-size:24px;line-height:130%;color:#707070;font-weight:normal}.pf-row .pf-text-field{display:block;box-sizing:border-box;width:100%;height:48px;padding:0 17px;background:#fff;border:1px solid #8B8B8B;font-size:20px;line-height:130%;color:#707070}.pf-row .pf-text-field::-moz-placeholder{opacity:1;color:#D3D3D3}.pf-row .pf-text-field::-webkit-input-placeholder{opacity:1;color:#D3D3D3}.pf-row .pf-text-field:focus::-moz-placeholder{opacity:0}.pf-row .pf-text-field:focus::-webkit-input-placeholder{opacity:0}.checkBox{display:block;margin:18px 0 42px 0;position:relative}.checkBox input{position:absolute;left:0;top:0;opacity:0;cursor:pointer}.checkBox input:checked+.check-title:before{background:#64C2C8}.checkBox .check-title{display:block;position:relative;padding-left:40px;font-size:20px;line-height:130%;color:#707070;cursor:pointer}.checkBox .check-title:before{content:"";position:absolute;left:0;top:1px;box-sizing:border-box;width:25px;height:25px;border:1px solid #707070;background:#fff;transition:all 300ms ease-out}.popup_btn,a.popup_btn,button.popup_btn{font-size:24px;font-weight:700;line-height:26px;text-transform:uppercase;display:block;background:none;color:#64C2C8;border:#64C2C8 1px solid;padding:15px;text-align:center;margin-bottom:0px;margin-top:20px;cursor:pointer}.popup_btn:hover,a.popup_btn:hover,button.popup_btn:hover{background:#64C2C8;color:#fff}.popup.popup_height_full{top:0;bottom:0;width:756px;height:auto;margin-top:0;padding:40px;justify-content:flex-start}.popup .title-popup{font-size:24px;font-weight:600;color:#343434}.popup .close-popup{right:40px;top:38px;font-size:25px;color:#4F4F4D}.popup_body{box-sizing:border-box;width:100%}.file_img_block{width:100%;max-width:502px;margin-bottom:40px;position:relative;cursor:pointer;overflow:hidden}.file_img_block input{position:absolute;left:-150px;top:0;width:calc(100% + 150px);height:100%;cursor:pointer;opacity:0}.file_img_block .file_img_btn{background:#F0EEF0;border-radius:4px;padding:0 15px;display:flex;justify-content:flex-start;align-items:center;height:40px;color:#272727;font-size:15px;cursor:pointer}.file_img_block .file_img_btn span{margin-right:12px;cursor:pointer}.img_grid_block{margin-top:40px;display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-gap:22px}.img_grid_block>div{position:relative}.img_grid_block>div:hover .igb-pic:before{opacity:1}.img_grid_block>div:hover .img_del{opacity:1}.img_grid_block>div .igb-pic{background-position:center center;background-repeat:no-repeat;background-size:cover;position:relative;padding-top:70%;cursor:pointer;border-radius:4px}.img_grid_block>div .igb-pic:before{content:"";position:absolute;left:0;top:0;right:0;bottom:0;border:2px solid #FE6B00;border-radius:4px;transition:all 300ms linear;box-sizing:border-box;opacity:0}.img_grid_block>div .igb-pic img{width:100%;border-radius:2px;cursor:pointer}.img_grid_block>div .img_del{position:absolute;top:-5px;right:-5px;font-size:16px;color:#272727;line-height:1;cursor:pointer;transition:all 300ms linear;background-color:white;border-radius:50%;opacity:0;z-index:2}@media only screen and (max-width: 1024px){.popup.popup_height_full{width:100%}}@media only screen and (max-width: 420px){.popup.popup_height_full{padding:40px 20px}.img_grid_block{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:15px}}.form-group-checkbox .form-check:not(:last-child){margin-bottom:15px}:root{--plyr-color-main: #97d700;--progress-width: 0%;--list-color-main: #97D700FF;--link-color-main: #97D700FF}.hidden{display:none !important}.orange{color:#FF5500}.list__ a{display:block;height:48px;line-height:48px;padding:0 12px;border:1px solid transparent}.list__ a:nth-child(2n+1){background-color:#f5f5f5}.list__ a:hover{border-color:#FF5500}.scan__block{position:fixed;top:calc(100% - 200px);right:12px;height:120px;width:120px;background-color:#5d5b5b;color:#fff;text-align:center;border-radius:50%;line-height:30px;font-family:sans-serif;font-size:20px;white-space:nowrap;z-index:9999999}.scan__block:hover{background-color:#be2a2a;color:#fff;cursor:pointer}.report__button{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.flex-end{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-align-items:center;-webkit-align-items:center;align-items:center}.flex-btw{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-ms-align-items:flex-start;-webkit-align-items:flex-start;align-items:flex-start}.flex-around{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-justify-content:space-around;justify-content:space-around}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-align-items:flex-start;-webkit-align-items:flex-start;align-items:flex-start}.flex-center{display:flex;-ms-align-items:center;-webkit-align-items:center;align-items:center}.flex-column{flex-direction:column}.flex-start{display:flex;-webkit-justify-content:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.flex-end{display:flex;-webkit-justify-content:flex-end;-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{margin-bottom:6px}.mtb6{margin-top:6px;margin-bottom:6px}.mlr6{margin-left:6px;margin-right:6px}.m12{margin:12px}.mt12{margin-top:12px}.ml12{margin-left:12px}.mr12{margin-right:12px}.mb12{margin-bottom:12px}.mtb12{margin-top:12px;margin-bottom:12px}.mlr12{margin-left:12px;margin-right:12px}.m16{margin:16px}.mt16{margin-top:16px}.ml16{margin-left:16px}.mr16{margin-right:16px}.mb16{margin-bottom:16px}.mtb16{margin-top:16px;margin-bottom:16px}.mlr16{margin-left:16px;margin-right:16px}.m20{margin:20px}.mt20{margin-top:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}.mb20{margin-bottom:20px}.mtb20{margin-top:20px;margin-bottom:20px}.mlr20{margin-left:20px;margin-right:20px}.p6{padding:6px}.ptb6{padding-top:6px;padding-bottom:6px}.p12{padding:12px}.pt12{padding-top:12px}.pl12{padding-left:12px}.pr12{padding-right:12px}.pb12{padding-bottom:12px}.ptb12{padding-top:12px;padding-bottom: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;-khtml-user-select:none;user-select:none}.img__loading{position:absolute;left:calc(50% - 12px);top:calc(50% - 16px)}.btn__{position:relative;display:inline-block;height:34px;line-height:34px;min-width:40px;padding:0 8px;border-radius:4px;background-color:#354557;color:white !important}.btn__ .img__loading{position:relative;top:inherit;left:inherit;width:20px;height:20px;margin-left:5px}.btn__:hover{cursor:pointer;background-color:#FF5500}.btn__circle:before{display:inline-block;width:34px;line-height:34px;font-size:18px;text-align:center;font-weight:bold;color:#cdcdcd;background-color:#fff;border-radius:50%;cursor:pointer}.btn__circle:hover:before{color:#fff;background-color:#506690}.pop_form .pf_row{margin-bottom:12px}.pop_form .pf_row label{display:block;font-size:14px;margin-bottom:5px;color:#666;font-weight:lighter;align-items:center}.pop_form .pf_row input[type=tel],.pop_form .pf_row input[type=password],.pop_form .pf_row input[type=text],.pop_form .pf_row input[type=number]{width:100%;height:36px;line-height:36px;background:#f9f9f9;border:none;padding:0 15px;font-size:15px;box-sizing:border-box;font-weight:lighter;box-shadow:inset 0px 0px 10px rgba(0,0,0,0.1);border-radius:3px}.heading-flex{display:flex;justify-content:space-between;align-items:center}.hf-title{color:#010B15;font-size:1.5rem;font-weight:500}.hf-title span{font-size:14px;font-weight:600;color:#8D8F8E}.section-row-wrap{display:flex;justify-content:flex-start;align-items:flex-start;margin-top:10px}.section-row-wrap .sr-icon-move{flex-shrink:0;width:32px;height:32px;border-radius:50%;margin-right:20px;margin-top:9px;background:#FFA012;display:flex;justify-content:center;align-items:center;font-size:16px;color:#fff;line-height:1}.section-row{width:100%;min-width:10px;max-width:100%;border:1px solid #EEEEEE;box-sizing:border-box;border-radius:5px;transition:all 300ms linear}.section-row:hover{border-color:#2662D6}.section-row.active{border-color:#2662D6}.section-row.active .sr-head .sr-arrow{transform:rotate(180deg) translate(0, 60%)}.section-row .sr-head{background:#FAFAFA;padding:0 45px 0 12px;border-radius:5px;cursor:pointer;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;color:#434343;font-size:16px;font-weight:600;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{position:absolute;top:50%;transform:translate(0, -50%);right:18px;font-size:20px;line-height:1;color:#434343;transition:all 300ms linear}.section-row .sr-cont{display:none;padding:15px 12px 10px 12px}.radio-pretty{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;max-width:500px}.radio-pretty label{display:block;cursor:pointer;position:relative;overflow:hidden;margin:0}.radio-pretty label input{position:absolute;left:0;top:0;opacity:0;cursor:pointer}.radio-pretty label input:checked+.radio-pretty-title{border-color:#FF8300}.radio-pretty label .radio-pretty-title{padding:6px 12px;margin:0;border:2px solid #ebebeb;border-radius:6px;cursor:pointer;transition:all 300ms linear;display:flex;justify-content:flex-start;align-items:center}.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 ul li{margin:inherit !important}.text__wr p{margin:inherit !important}.text__wr span{font-size:inherit !important;margin:inherit !important;font-family:inherit !important}.drag-drop-style .dd_member{padding:0 12px;border-radius:0;border:1px solid #f1f2f3;line-height:34px;overflow:hidden;cursor:default;color:#333333;transition:all .3s ease;position:relative}.drag-drop-style .dd_member:before{content:"\f0dc";font-weight:900;font-family:"Font Awesome 5 Free";position:absolute;top:0;left:0;bottom:0;width:20px;display:flex;justify-content:center;align-items:center;cursor:move;z-index:5;transition:all .3s ease;opacity:0;transform:translateX(-100%);background:#FFA012;font-size:16px;color:white}.drag-drop-style .dd_member:nth-child(2n+1){background-color:#f1f2f3}.drag-drop-style .dd_member:hover{padding-left:30px;cursor:pointer;background-color:#bfc9d4}.drag-drop-style .dd_member:hover:before{opacity:1;transform:translateX(0)}
/*# sourceMappingURL=additional_styles.css.map */
