.popup{display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;box-sizing:border-box;padding:0 18px;max-width:100%}.popup_open{display:flex}.popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;background-color:rgba(0,0,0,.5)}.popup__box{position:relative}.popup__head{display:flex;justify-content:space-between;align-items:center}.popup__title{display:none;font-weight:400;font-size:44px;line-height:41px;letter-spacing:.175em;color:#fff}.popup__title_visible{display:flex}.popup__close{width:20px;height:20px;cursor:pointer;z-index:300;position:absolute;right:24px;top:24px}.popup__close:after,.popup__close:before{content:"";position:absolute;width:20px;height:1px;background:#af8ced;top:50%;transform:translateY(-50%)}.popup__close:before{transform:rotate(45deg)}.popup__close:after{transform:rotate(-45deg)}.popup__form{position:relative;display:none;justify-content:space-between;flex-wrap:wrap;gap:24px 18px;margin-top:32px}.popup__form_visible{display:flex}.popup__wrapper{column-gap:40px;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.popup__field,.popup__wrapper{align-items:flex-start;display:flex;width:100%}.popup__field{flex-direction:column;row-gap:5px}.popup__label{color:#fff;font-size:16px;line-height:20px}.popup__input,.popup__label{font-weight:300;color:#5f697d}.popup__input{background:#fff;border:2px solid #fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,125,177,.5);box-sizing:border-box;display:block;font-size:18px;height:40px;padding:0 16px;width:100%}.popup__input_border{border:2px solid #b0c9e0;box-shadow:none}.popup__input_error{border:2px solid #e74343}.popup__thanks{display:none;color:#908f97;font-weight:400;font-size:18px;line-height:21px;text-align:center}.popup__thanks_visible{display:block}.popup__link{color:#908f97;text-decoration:none}.popup__btn{box-sizing:border-box;cursor:pointer;border:none;transition:all .3s ease-in-out 0s;font-weight:600;border-radius:10px;text-transform:uppercase;text-shadow:0 2px 2px rgba(0,0,0,.1);font-size:18px;color:#fff;width:100%;text-align:center;padding:10px 30px}.popup__btn:hover{background:#e98c00}.popup__btn_wide{width:100%}.popup__error{display:none;align-items:center;column-gap:20px;font-weight:400;font-size:18px;line-height:20px;color:red}.popup__error_visible{display:flex}.popup .console__field{padding-left:2px}.popup .console__label{font-size:10px;color:#5f697d}.popup .console__label a{color:#26bfff}.popup .console__label a:hover{opacity:.7}.popup .console__label_checkbox:before{width:11px;height:11px}.popup .console__checkbox:checked+label:before{outline:1px solid #00aff9;background-size:9px}.popup .checkbox-group{gap:6px;margin-top:8px}@media(max-width:991px){.popup__wrapper{flex-direction:column;row-gap:20px}.popup__title{font-size:16px;font-weight:400}.popup__label{font-size:14px}.popup__input{font-size:16px}.popup__close{width:16px;height:16px;cursor:pointer;z-index:300;position:absolute;right:18px;top:18px}.popup__close:after,.popup__close:before{content:"";position:absolute;width:16px;height:1px;background:#af8ced;top:50%;transform:translateY(-50%)}.popup__close:before{transform:rotate(45deg)}.popup__close:after{transform:rotate(-45deg)}}.console__bottom{width:100%}.console__info{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:20px;margin-top:32px}.console__button{background:#5f1ada;border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:18px;font-weight:400;padding:24px 60px;text-align:center;text-shadow:0 2px 2px rgba(0,0,0,.1);transition:all .3s ease-in-out 0s;min-width:200px;box-sizing:content-box}.console__button:hover{background:#78239b}.console__description{color:#1e233c;font-size:14px;font-weight:400}.console__image{position:relative;width:50px;height:50px;flex-shrink:0}.console__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:30px}.console__form{width:100%;display:grid;justify-content:space-between;grid-template-columns:57% 40%;grid-template-areas:"path values" "delivery properties" "customs .";row-gap:32px}.console__flex{display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:space-between}.console__path{grid-area:path}.console__delivery{grid-area:delivery}.console__values{grid-area:values}.console__properties{grid-area:properties}.console__customs{grid-area:customs}.console__field{width:48%}.console__descr{margin-bottom:8px;display:flex;justify-content:flex-start;align-items:center;column-gap:5px}.console__help{position:relative}.console__question{cursor:pointer;background:url(/_next/static/media/question.e3a9f286.svg) 50%/cover no-repeat;width:12px;height:12px}.console__question:hover>.console__hint{visibility:visible;opacity:1}.console__hint{display:block;position:absolute;width:max-content;max-width:200px;top:-100%;left:50%;transform:translate(-50%,-100%);background:#fff;border-radius:10px;box-shadow:0 6px 16px 0 rgba(0,0,0,.07);padding:10px 20px 16px;z-index:5;visibility:hidden;opacity:0;margin-bottom:10px;transition:all .3s ease-in-out;color:#1e233c;font-size:12px}.console__hint:before{content:"";height:0;width:0;position:absolute;top:100%;border:10px solid transparent;border-bottom-color:#fff;left:50%;transform:translateX(-50%) rotate(180deg)}.console__label{color:#b4c3cd;font-size:14px}.console__label_dark{color:#5f697d;font-size:18px}.console__label_small{color:#5f697d;font-size:14px;line-height:18px}.console__label_radio{display:inline-flex;align-items:center;user-select:none;cursor:pointer}.console__label_radio:before{content:"";display:inline-block;width:14px;height:14px;flex-shrink:0;flex-grow:0;outline:1px solid #b4c3cd;border-radius:3px;margin-right:8px;background-repeat:no-repeat;background-position:50%;background-size:10px}.console__label_checkbox{display:inline-flex;align-items:center;user-select:none;cursor:pointer}.console__label_checkbox:before{content:"";display:inline-block;width:14px;height:14px;flex-shrink:0;flex-grow:0;outline:1px solid #b4c3cd;border-radius:3px;margin-right:8px;background-repeat:no-repeat;background-position:50%;background-size:10px}.console__result{color:#1e233c;font-size:44px;font-weight:400;line-height:44px}.console__result_small{font-size:20px;line-height:20px}.console__error{display:none;align-items:center;column-gap:20px;font-weight:400;font-size:18px;line-height:20px;color:red}.console__error_visible,.spinner{display:flex}.spinner{width:100%;height:300px;justify-content:center;align-items:center}.spinner__wrapper{width:60px;height:60px;border:5px solid #5f1ada;border-bottom-color:transparent;border-radius:50%;display:block;box-sizing:border-box;animation:rotation .8s linear infinite}.spinner_white{width:100%;height:100%}.spinner_white .spinner__wrapper{width:30px;height:30px;border:5px solid;border-color:#fff #fff transparent}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:991px){.console__flex{flex-direction:column;gap:24px}.console__values{flex-direction:row}.console__field{width:100%}.console__field_horizontal{flex-direction:column;align-items:flex-start;gap:5px}.console__field_horizontal .console__title{text-transform:none;letter-spacing:unset}.console__radio-group{width:100%}.console__wrapper{flex-direction:column}.console__form{grid-template-columns:100%;grid-template-areas:"path" "values" "properties" "delivery" "customs"}.console__info{flex-direction:column;align-items:stretch;margin-top:20px}.console__hint{max-width:120px}.console__result{font-size:32px}.console__result_small{font-size:20px;line-height:20px}.console__result span{font-size:18px;display:block}.console__button{min-width:auto}}.Switch_switch__P__dI{padding-top:68px;padding-bottom:44px}.Switch_switch__P__dI .Switch_button__pm8_e{width:410px;outline:1px solid #1e233c}.Switch_switch__P__dI .Switch_active__URthi,.Switch_switch__P__dI .Switch_button__pm8_e:hover{outline:none;background:#5f1ada;outline:1px solid #5f1ada}.Switch_switch__P__dI .Switch_active__URthi{color:#fff}.Switch_wrapper__nYoa0{display:flex;justify-content:space-between}.Switch_title__74l92{display:inline;font-weight:400;font-size:60px;color:#1e233c;margin-right:27px}.Switch_subtitle__ux2Yr{font-weight:400;font-size:18px;letter-spacing:.01em;color:#5f1ada}@media(max-width:768px){.Switch_switch__P__dI{padding-top:44px;padding-bottom:48px}.Switch_switch__P__dI .Switch_button__pm8_e{font-size:18px}.Switch_title__74l92{font-size:32px;margin-right:0}.Switch_subtitle__ux2Yr{display:block;margin-top:12px}.Switch_wrapper__nYoa0{gap:10px}}.App_calculator__lXF8u{overflow:hidden}.App_wrapper__pbu5U{background:#fff;padding:32px;margin-bottom:96px;border-radius:12px;display:flex;flex-direction:column;align-items:center}.App_title__Kiyw2{font-weight:400;font-size:44px;margin-bottom:44px;align-self:flex-start}@media(max-width:768px){.App_title__Kiyw2{font-size:32px;margin-bottom:24px}.App_wrapper__pbu5U{padding:12px}}