/* https://po.by/wp-content/themes/web2b_thems/newforms/style.css */
@keyframes popup__input{0%,100%{transform:scale(1)}50%{transform:scale(.8)}}@keyframes popup__hidden{0%{transform:scale(.9) translateY(-10px);opacity:0}50%{transform:scale(1) translateY(0);opacity:1}}@keyframes popup__rotate{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}html.popup_opened{overflow:hidden!important;height:auto!important}.popup{background:transparent;position:fixed;display:block;left:0;top:0;width:100vw;height:100%;overflow-y:scroll;z-index:99999}.popup:not(.popup_open){pointer-events:none}.popup::backdrop{display:none}.popup__close{position:absolute;display:block;right:-15px;top:-15px;width:31px;height:31px;cursor:pointer}.popup__body{display:flex;width:100%;justify-content:center;align-items:center;transition:all .3s;font-family:Roboto,Arial,sans-serif}.popup_open .popup__body:before{background:rgba(255,255,255,.97);position:fixed;display:block;left:0;top:0;width:100%;height:100%;z-index:0;content:""}.popup:not(.popup_open) .popup__body{opacity:0}.popup.popup_open .popup__body{opacity:1}.popup__body>*{z-index:1}.popup__content{position:relative;background:#fff;max-width:560px;padding:44px 28px 38px;border-radius:6px;border:1px solid #dadada;box-shadow:0 0 20px 0 #f3f3f3;transition:all .3s}.popup:not(.popup_open) .popup__content{transform:scale(.8)}.popup.popup_open .popup__content{transform:scale(1)}.popup_loading .popup__body{pointer-events:none}.popup_loading .popup__content:before,.popup_loading .popup__content:after{position:absolute;z-index:99;content:""}.popup_loading .popup__content:before{background:rgba(255,255,255,.6);display:flex;justify-content:center;align-items:center;width:100%;height:100%;left:0;top:0}.popup_loading .popup__content:after{left:50%;top:50%;width:60px;height:60px;margin:-30px 0 0 -30px;border:6px solid #0b8c8c;border-bottom-color:transparent;border-radius:50%;animation:popup__rotate 1s linear infinite}.popup__form{animation:popup__hidden .4s}.popup__form:not(.popup__form_active){display:none}.popup__logo{width:231px;margin:0 auto 45px;pointer-events:none}.popup__logo:not(.popup__logo_hidden){display:block}.popup__logo_hidden{display:none}.popup__heading{font-weight:700;text-align:center}.popup__heading+*:not(.popup__text_bold){margin-top:46px}.popup__heading+.popup__text_bold{margin-top:32px}.popup__title:not(.popup__title_success){color:rgb(63,63,63)}.popup__title_success{color:rgb(11,140,140)}.popup__heading_big .popup__title{font-size:22px}.popup__heading:not(.popup__heading_big) .popup__title{font-size:20px}.popup__description{font-size:16px;color:rgb(11,140,140);margin-top:4px}.popup__text{line-height:20px}.popup__text:not(.popup__text_bold){color:rgba(65,74,95,.86);font-weight:400;margin-bottom:18px}.popup__text_bold{color:rgb(63,63,63);font-weight:700;text-align:center;margin-bottom:20px}.popup__text_bold a{font-weight:inherit}.popup__alert{transition:margin-bottom ease-in .2s}.popup__alert:not(:empty){border-radius:3px;padding:13px 12px;margin-bottom:20px}.popup__alert_error:not(:empty){background:#fdece5;border:0 solid #e94b35;color:#ed4a00}.popup__alert:not(.popup__alert_error):not(:empty){background:#d5e9e8;border:0 solid #0c8c8c;color:#0c8c8c}.popup__alert ul{padding:5px 20px;margin:0}.popup__alert ul li{font-weight:700;font-size:14px;line-height:1.25}.popup__fields{margin-bottom:35px}.popup__field_border label{width:100%;border-radius:3px;border:1px solid #dadada;padding:16px 20px 16px 34px}.popup__field_border input[type="checkbox"]+label:before,.popup__field_border input[type="checkbox"]+label:after{top:17px;left:7px}.popup__field+.popup__field_margin{margin-top:18px}.popup__field:not(.popup__field_border)+.popup__field:not(.popup__field_margin):not(.popup__field_no_margin){margin-top:14px}.popup__field_border+.popup__field:not(.popup__field_margin){margin-top:25px}.popup__field input{width:100%;padding:15px 10px;font-size:14px;line-height:1.25;border-radius:3px;border:1px solid #dadada;transition:all 0.2s linear 0s}.popup__field input,.popup__field input:focus,.popup__field input::placeholder{color:#8d8d90}.popup__field input.error{border-color:#e94b35}.popup__field input:not(.error):focus{border:1px solid rgba(231,234,239,.8);box-shadow:0 2px 6px 0 rgba(118,123,133,.1)}.popup__label{cursor:pointer}.popup__label:not(.popup__label_bold){font-size:12px;font-weight:400;color:rgb(165,165,165)}.popup__label_bold{font-size:16px;font-weight:700;color:rgba(65,74,95,.86)}.popup input[type="checkbox"]{position:absolute;opacity:0;pointer-events:none;-webkit-appearance:none}.popup input[type="checkbox"]+label{position:relative;font-size:14px;color:rgba(65,74,95,.9);cursor:pointer}.popup__field:not(.popup__field_border) input[type="checkbox"]+label{padding-left:25px}.popup input[type="checkbox"]+label:before,.popup input[type="checkbox"]+label:after{position:absolute;display:block;width:18px;height:18px;border-radius:.25em;content:""}.popup__field:not(.popup__field_border) input[type="checkbox"]+label:before,.popup__field:not(.popup__field_border) input[type="checkbox"]+label:after{top:1px;left:0}.popup input[type="checkbox"]+label:before{border:1px solid #dadada;transition:opacity ease-in .2s}.popup input[type="checkbox"]:checked+label:before{opacity:0}.popup input[type="checkbox"]:checked+label:after{background:url(/wp-content/themes/web2b_thems/newforms/imgs/popup__checkbox.svg) 50% #0b8c8c;border:1px solid #0b8c8c;animation:popup__input .3s}.popup input[type="checkbox"]+label+.popup__hidden{margin:5px 0 20px}.popup input[type="checkbox"]:not(:checked)+label+.popup__hidden{display:none}.popup__hidden{animation:popup__hidden .4s}.popup__field .popup__error{transition:all .3s;margin-top:0;font-size:14px;line-height:1.25;font-weight:400;color:#e94b35;opacity:0}.popup__field .popup__error:not(:empty){margin-top:10px;opacity:1}.popup__btns{display:flex}.popup__btns:not(.popup__btns_between){justify-content:center}.popup__btns_between{justify-content:space-between}.popup__btn{border-radius:3px;cursor:pointer;font-weight:400;font-style:normal;font-size:18px;line-height:1.25;padding:12px 30px 12px 30px;transition:all .3s}.popup__btn:not(.popup__btn_sms){background:#0b8c8c;border:0 solid #2ead1a;color:#fff}.popup__btn:not(.popup__btn_sms):hover{background:#0a8080}.popup__btn_sms{background:#fff;border:1px solid #f3f3f3;color:#ccc}.popup__btn_sms:hover{border-color:#ccc}@media (min-width:1024px){html.popup_opened,.popup_opened .fixed-top{margin-right:10px}body::-webkit-scrollbar{width:10px;background-color:#f9f9fd;scrollbar-gutter:stable}body::-webkit-scrollbar-thumb{background-color:#888}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);background-color:#f9f9fd}.popup::-webkit-scrollbar,.popup::-webkit-scrollbar-thumb{display:none;-webkit-appearance:none}.popup{padding:15px}.popup__body{height:100%}.popup__content{width:100%}}@media (max-width:1024px){.popup{padding:15px 0}.popup[data-form="call"] .popup__body{height:100%}.popup__content{width:calc(100% - 56px)}}