body{position:relative}.popup-fon{display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:rgba(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%, -50%, 0px);transition:all 300ms ease-out;width:1200px;height:761px;max-height:100vh;box-sizing:border-box;padding:80px 10px 40px 87px;background:#fff;z-index:8999;overflow-x:hidden;overflow-y:auto}@media only screen and (max-width: 1200px){.popup{top:0;bottom:0;width:100%;height:100%;margin-top:0;transform:translateY(0)}}@media only screen and (max-width: 1024px){.popup{right:auto;padding:40px}}@media only screen and (max-width: 720px){.popup{zoom:.7;max-height:none}}.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:8px;font-size:40px;line-height:120%;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, -50%, 0px)}@media only screen and (max-width: 1200px){.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:#000}.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:20px 40px;justify-content:flex-start;transform:translateY(0)}.popup.popup_height_full .close-popup{right:40px;top:18px}.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:#fff;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}.popup .title-popup{font-size:18px}.popup .pf-row .pf-label{font-size:16px}.popup .pf-flex .pf-column{width:100%}.popup .pf-row .pf-text-field{font-size:16px;height:40px}.popup .pf-row .pf-text-field::placeholder{font-size:16px}.popup .checkBox .check-title{font-size:16px}.popup .popup-form{max-width:100%}.popup .close-popup{right:20px;top:20px}.img_grid_block{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:15px}}.hidden{display:none !important}.orange{color:#f50}.list__ a{display:block;line-height:46px;padding:0 12px;border:1px solid rgba(0,0,0,0);box-sizing:border-box}.list__ a:nth-child(2n+1){background-color:#f5f5f5}.list__ a:hover{border-color:#f50}.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:30px;line-height:30px;min-width:30px;width:30px;padding:0 4px;text-align:center;border-radius:7px;color:#515365}.btn__:before{display:inline-block;line-height:30px;font-size:18px;text-align:center;font-weight:bold;color:#515365}.btn__ .img__loading{position:relative;top:inherit;left:inherit;width:20px;height:20px;margin-left:5px}.btn__:hover{cursor:pointer;background-color:#f50;color:#fff !important}.btn__:hover:before{color:#fff !important}.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,.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 #eee;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:#f50}.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}/*# sourceMappingURL=additional_styles.css.map */
