.b-ext .download-report-popup .popups__container, .b-ext .user-details-popup .popups__container {padding: 35px 100px;}
@media screen and (max-width:1024px) {.b-ext .download-report-popup .popups__container, .b-ext .user-details-popup .popups__container {padding: 30px 25px;width: calc(100% - 40px) !important;}}
.b-ext .download-report-popup .popups__container .popups__exit, .b-ext .user-details-popup .popups__container .popups__exit {height: 30px;right: 25px;top: 20px;width: 30px;z-index: 2;}
@media screen and (max-width:757px) {.b-ext .download-report-popup .popups__container .popups__exit, .b-ext .user-details-popup .popups__container .popups__exit {right: 0;top: 10px;}}
.b-ext .download-report-popup .popups__container .popups__exit:after, .b-ext .download-report-popup .popups__container .popups__exit:before, .b-ext .user-details-popup .popups__container .popups__exit:after, .b-ext .user-details-popup .popups__container .popups__exit:before {background: #005499;border-radius: 5px;bottom: 0;content: "";height: 2px;left: 0;position: absolute;right: 0;top: 15px;-webkit-transform: rotate(45deg);transform: rotate(45deg);width: 30px;}
.b-ext .download-report-popup .popups__container .popups__exit:before, .b-ext .user-details-popup .popups__container .popups__exit:before {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.b-ext .download-report-popup .popups__container .popup-loader-container, .b-ext .user-details-popup .popups__container .popup-loader-container {-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;background: hsla(0,0%,100%,.85);bottom: 0;display: -webkit-box;display: -ms-flexbox;display: flex;height: 100%;justify-content: center;left: 0;position: absolute;right: 0;top: 0;width: 100%;z-index: 1;}
.b-ext .download-report-popup .popups__container .popup-loader-container .popup-loader, .b-ext .user-details-popup .popups__container .popup-loader-container .popup-loader {display: inline-block;height: 80px;position: relative;width: 80px;}
.b-ext .download-report-popup .popups__container .popup-loader-container .popup-loader div, .b-ext .user-details-popup .popups__container .popup-loader-container .popup-loader div {-webkit-animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border: 4px solid #005499;border-radius: 50%;opacity: 1;position: absolute;}
.b-ext .download-report-popup .popups__container .popup-loader-container .popup-loader div:nth-child(2), .b-ext .user-details-popup .popups__container .popup-loader-container .popup-loader div:nth-child(2) {-webkit-animation-delay: -.5s;animation-delay: -.5s;}
@-webkit-keyframes lds-ripple {0% {height: 0;left: 36px;opacity: 1;top: 36px;width: 0;}
	to {height: 72px;left: 0;opacity: 0;top: 0;width: 72px;}}
@keyframes lds-ripple {0% {height: 0;left: 36px;opacity: 1;top: 36px;width: 0;}
	to {height: 72px;left: 0;opacity: 0;top: 0;width: 72px;}}
.b-ext .download-report-popup .popups__head, .b-ext .user-details-popup .popups__head {margin-bottom: 20px;}
.b-ext .download-report-popup .popups__title, .b-ext .user-details-popup .popups__title {color: #22304e;font-family: nunito_sanssemibold,Arial,sans-serif;font-size: 20px;line-height: 28px;padding-bottom: 10px;}
@media screen and (max-width:1024px) {.b-ext .download-report-popup .popups__title, .b-ext .user-details-popup .popups__title {font-size: 16px;line-height: 24px;}}
.b-ext .download-report-popup .popups__body, .b-ext .user-details-popup .popups__body {max-height: 50vh;overflow: auto;width: 100%;}
.b-ext .download-report-popup .popups__body::-webkit-scrollbar-track, .b-ext .user-details-popup .popups__body::-webkit-scrollbar-track {background-color: #fff;border-radius: 8px;}
.b-ext .download-report-popup .popups__body::-webkit-scrollbar, .b-ext .user-details-popup .popups__body::-webkit-scrollbar {background-color: #fff;border-radius: 8px;width: 8px;}
.b-ext .download-report-popup .popups__body::-webkit-scrollbar-thumb, .b-ext .user-details-popup .popups__body::-webkit-scrollbar-thumb {background-color: #568ebc;border-radius: 8px;}
.b-ext .download-report-popup__form, .b-ext .user-details-popup__form {-webkit-box-pack: justify;-ms-flex-pack: justify;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;width: 100%;}
.b-ext .download-report-popup__form__field, .b-ext .user-details-popup__form__field {padding-bottom: 38px;position: relative;width: calc(50% - 12px);}
@media screen and (max-width:1024px) {.b-ext .download-report-popup__form__field, .b-ext .user-details-popup__form__field {width: 100%;}}
.b-ext .download-report-popup__form__field input[type=date], .b-ext .download-report-popup__form__field input[type=email], .b-ext .download-report-popup__form__field input[type=number], .b-ext .download-report-popup__form__field input[type=tel], .b-ext .download-report-popup__form__field input[type=text], .b-ext .user-details-popup__form__field input[type=date], .b-ext .user-details-popup__form__field input[type=email], .b-ext .user-details-popup__form__field input[type=number], .b-ext .user-details-popup__form__field input[type=tel], .b-ext .user-details-popup__form__field input[type=text] {border: none;border-bottom: 1px solid #d1d1d1;font-family: nunito_sansregular,Arial,sans-serif;font-size: 14px;padding: 7px 0;width: 100%;}
.b-ext .download-report-popup__form__field--full-width, .b-ext .user-details-popup__form__field--full-width {width: 100%;}
.b-ext .download-report-popup__form__field--ckeckbox, .b-ext .user-details-popup__form__field--ckeckbox {display: block;font-size: 14px;line-height: 20px;margin-top: 20px;padding-left: 23px;position: relative;text-align: left;}
.b-ext .download-report-popup__form__field--ckeckbox label, .b-ext .user-details-popup__form__field--ckeckbox label {color: #838383;display: block;width: 100%;}
.b-ext .download-report-popup__form__field--ckeckbox label a, .b-ext .user-details-popup__form__field--ckeckbox label a {color: #005499;font-size: 14px;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox], .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox] {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff;border: 1px solid #838383;border-radius: 2px;height: 14px;left: 0;margin: 0 10px 0 0;opacity: 1;padding: 0;position: absolute;top: 3px;width: 14px;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:checked, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:checked {background: #389ce2;border: 1px solid #389ce2;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:checked:after, .b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:checked:before, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:checked:after, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:checked:before {background: #fff;content: "";height: 2px;position: absolute;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:checked:before, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:checked:before {left: 0;top: 7px;-webkit-transform: rotate(44deg);transform: rotate(44deg);width: 7px;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:checked:after, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:checked:after {left: 3px;top: 5px;-webkit-transform: rotate(-55deg);transform: rotate(-55deg);width: 11px;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:focus, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:focus {outline: none;}
.b-ext .download-report-popup__form__field--ckeckbox input[type=checkbox]:disabled, .b-ext .user-details-popup__form__field--ckeckbox input[type=checkbox]:disabled {background: #eee;border: 1px solid #bbb;}
.b-ext .download-report-popup__form__field__error, .b-ext .user-details-popup__form__field__error {-webkit-box-align: center;-ms-flex-align: center;align-items: center;color: #ff4b6b;display: -webkit-box;display: -ms-flexbox;display: flex;font-size: 12px;height: 0;left: 0;line-height: 15px;opacity: 0;overflow: hidden;padding: 0;position: absolute;text-align: left;top: 35px;-webkit-transition: all .3s ease;transition: all .3s ease;visibility: hidden;}
.b-ext .isMobile .download-report-popup__form__field__error, .b-ext .isMobile .user-details-popup__form__field__error {padding: 0;}
.b-ext .download-report-popup__form__field__error--active, .b-ext .user-details-popup__form__field__error--active {height: auto;margin: 4px 0;opacity: 1;overflow: visible;visibility: visible;}
.b-ext .download-report-popup__form__field__error__icon, .b-ext .user-details-popup__form__field__error__icon {-webkit-box-flex: 0;background-size: 26px 26px;background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiI+PHBhdGggZmlsbD0iI2Y4MDAwMCIgZD0iTTEzIC4wNjlhMTIuNjQyIDEyLjY0MiAwIDAgMC05LjAxOSAzLjc3Yy00Ljk3MiA1LjAyOC00Ljk2MyAxMy4yMTIuMDEgMTguMjRhMTIuNjQ5IDEyLjY0OSAwIDAgMCAxOC4wMTkgMGM0Ljk3Mi01LjAyOCA0Ljk4LTEzLjIxMi4wMDktMTguMjRBMTIuNjQyIDEyLjY0MiAwIDAgMCAxMyAuMDd6bTAgMS43NDRhMTAuOTM1IDEwLjkzNSAwIDAgMSA3LjggMy4yNjhjNC4zMSA0LjM1OCA0LjMgMTEuMzk5LS4wMDkgMTUuNzU3YTEwLjkyIDEwLjkyIDAgMCAxLTE1LjU4MiAwYy00LjMxLTQuMzU4LTQuMzEtMTEuMzkgMC0xNS43NDhBMTAuOTM3IDEwLjkzNyAwIDAgMSAxMyAxLjgxM3ptLS4wMDkgMy43MzNhLjg3NS44NzUgMCAwIDAtLjA5LjAxLjg3My44NzMgMCAwIDAtLjc2OC44ODV2OS40NGEuODY1Ljg2NSAwIDAgMCAxLjMwNC43Ny44NzkuODc5IDAgMCAwIC40My0uNzdWNi40NGEuODgyLjg4MiAwIDAgMC0uMjUtLjYzNS44NjIuODYyIDAgMCAwLS42MjYtLjI2ek0xMyAxOC4wNDRhMS4xNTQgMS4xNTQgMCAwIDAgMCAyLjMxIDEuMTU0IDEuMTU0IDAgMCAwIDAtMi4zMXoiLz48L3N2Zz4=") no-repeat center left 0,transparent;display: inline-block;-ms-flex: 0 0 26px;flex: 0 0 26px;height: 26px;margin-right: 9px;width: 26px;}
.b-ext .download-report-popup__form__submit, .b-ext .user-details-popup__form__submit {padding-top: 20px;width: 100%;}
.b-ext .download-report-popup .report {border: 1px solid #d1d1d1;font-size: 14px;line-height: 18px;margin-top: 10px;padding: 20px 22px;}
.b-ext .download-report-popup .report__item {-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: space-between;}
.b-ext .download-report-popup .report__item:not(:first-child) {margin-top: 10px;}
.b-ext .download-report-popup .report__item__label {color: #22304e;font-weight: 700;text-align: left;}
.b-ext .download-report-popup .report__item__label span {color: #707070;font-weight: 100;}
.b-ext .download-report-popup .report__item__button {background: none;color: #005499;padding-left: 30px;position: relative;text-align: right;text-decoration: underline;}
.b-ext .download-report-popup .report__item__button:before {background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik03LjIgMTYuN3MuMS4xIDAgMGwuMS4xSDcuOXMuMSAwIC4xLS4xbC4xLS4xIDctN2MuMy0uMy4yLS43IDAtLjlzLS43LS4yLS45IDBsLTUuOSA1LjlWLjZDOC4zLjMgOCAwIDcuNyAwYy0uNCAwLS43LjMtLjcuNnYxNC4xTDEuMSA4LjhjLS4zLS4zLS43LS4yLS45IDBzLS4yLjcgMCAuOWw3IDd6bTcuNSAxLjlILjdjLS40IDAtLjYuMy0uNi42IDAgLjQuMy42LjYuNmgxNGMuNCAwIC42LS4zLjYtLjZzLS4zLS42LS42LS42eiIgc3R5bGU9ImZpbGw6IzAwNTQ5OSIvPjwvc3ZnPg==");background-position: 50%;background-repeat: no-repeat;background-size: contain;content: "";height: 15px;left: 8px;position: absolute;top: 1px;width: 15px;}