.popup {
  position: fixed;
  z-index: 99;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(59, 67, 72, 0.7); }
  .popup.display {
    display: block; }
  .popup.open {
    opacity: 1; }
  .popup-loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(59, 67, 72, 0.9);
    display: none; }
  .popup .destination {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    display: block;
    opacity: 0;
    transition: 0.5s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .popup .destination.open {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
      .popup .destination.open + .spinner {
        opacity: 0; }
  .popup .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    z-index: 1; }
  .popup-scroll-wrapper {
    max-height: 100vh;
    width: 100%;
    padding: 85px 15px;
    overflow-y: auto; }
  .popup-background {
    background: #fafcfd; }
    .popup-background.bordered {
      border-top: 2px solid #e0e7ee; }
  .popup-wrapper {
    min-height: 100%;
    max-width: 770px;
    margin: 0 auto;
    border: 2px solid #e0e7ee;
    background: #fff; }
    .popup-wrapper.wrapper-lg {
      max-width: 930px; }
    .popup-wrapper .button-wrapper {
      margin-top: 50px;
      text-align: center; }
      .popup-wrapper .button-wrapper .btn-success,
      .popup-wrapper .button-wrapper .btn-error {
        display: none; }
  .popup-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .popup-container {
    padding: 20px 60px;
    position: relative;
    display: block;
    width: 100%;
    max-width: 950px; }
    .popup-container .opinion-desc {
      margin-bottom: 19px; }
    .popup-container .link-wrapper {
      margin-top: 35px; }
      .popup-container .link-wrapper .btn {
        color: white; }
        .popup-container .link-wrapper .btn.btn-google {
          background-color: #db4437; }
        .popup-container .link-wrapper .btn.btn-fb {
          background-color: #3b5998;
          margin-left: 14px; }
  .popup-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #e0e7ee;
    background-color: #fff;
    padding: 22px 60px;
    min-height: 50px; }
    .popup-header .logo-holder {
      -ms-flex-preferred-size: 40px;
          flex-basis: 40px;
      max-width: 40px; }
      .popup-header .logo-holder img {
        width: 100%; }
      .popup-header .logo-holder .logo-white {
        display: none; }
    .popup-header .title {
      -ms-flex-preferred-size: calc(100% - 60px);
          flex-basis: calc(100% - 60px);
      max-width: calc(100% - 60px);
      padding: 0 30px;
      font-size: 28px;
      line-height: 40px;
      color: #3b4348;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .popup-header .popup-btn-close {
      background: transparent;
      padding: 0;
      margin: 0;
      font-size: 0;
      border: none; }
  .popup-linker {
    padding: 20px 60px 0; }
  .popup .action-line {
    padding-top: 10px; }
    .popup .action-line .btn {
      margin-right: 10px;
      margin-top: 10px; }
    .popup .action-line .btn:last-child {
      margin-right: 0; }
  .popup .mini-alert {
    margin-bottom: 20px; }
  .popup .ql-editor {
    background: #fff; }
  @media screen and (max-width: 800px) {
    .popup {
      overflow: scroll;
      right: 0;
      bottom: 0;
      height: initial; }
      .popup-scroll-wrapper {
        padding: 0;
        max-height: initial;
        height: 100%; }
      .popup-container {
        padding: 20px 15px;
        max-width: 100%; }
      .popup-wrapper {
        max-width: 100%;
        border: none;
        background: #fafcfd; }
        .popup-wrapper .button-wrapper {
          margin-top: 50px;
          text-align: center; }
      .popup-header {
        padding: 22px 15px;
        min-height: 95px; }
        .popup-header .logo-holder {
          display: none; }
        .popup-header .title {
          -ms-flex-preferred-size: calc(100% - 20px);
              flex-basis: calc(100% - 20px);
          max-width: calc(100% - 20px);
          padding: 0 10px 0 0;
          font-size: 25px;
          line-height: 35px; }
      .popup-linker {
        padding: 20px 15px 0; }
      .popup .tabs .navigation-tabs {
        width: calc(100% + 34px);
        margin-left: -17px; }
        .popup .tabs .navigation-tabs li {
          min-height: 60px; }
          .popup .tabs .navigation-tabs li a svg {
            display: none; }
      .popup .tabs-single {
        margin: 0; }
        .popup .tabs-single .navigation-tabs {
          padding-top: 0;
          margin-top: -2px; } }
  @media screen and (max-width: 600px) {
    .popup .inline-group {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .popup .inline-group .border-radio-group {
        -ms-flex-preferred-size: initial;
            flex-basis: initial;
        max-width: initial;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0; } }

.popup-linker {
  position: relative;
  background-color: #ffffff; }

.limits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .limits-wrapper .form-group {
    width: 100%; }
    .limits-wrapper .form-group:last-child {
      margin-left: 50px; }
  @media screen and (max-width: 600px) {
    .limits-wrapper {
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
      .limits-wrapper .form-group:last-child {
        max-width: 150px;
        margin-left: 0; } }

.settings-checks .check-wrapper {
  max-width: 600px; }
.settings-checks .checks-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .settings-checks .checks-row .check-box {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
    .settings-checks .checks-row .check-box .check-group {
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      max-width: 100px; }
  @media screen and (max-width: 600px) {
    .settings-checks .checks-row .check-box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%; } }

.popup-limits .popup-linker {
  padding-bottom: 20px; }

.limits-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .limits-row .form-group {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    max-width: 150px;
    margin-right: 35px; }
    .limits-row .form-group .check-group {
      margin-bottom: 10px; }

.installation-progress-title {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 52px;
  padding: 40px 0 180px; }
.installation-progress-circle-bar {
  padding: 0 20px 60px; }
  .installation-progress-circle-bar .progress-circle {
    position: relative;
    margin-top: -137px; }
    .installation-progress-circle-bar .progress-circle .circle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #ffffff;
      border-radius: 50%;
      border: 2px solid #e0e7ee;
      height: 254px;
      width: 254px;
      top: 50%;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
      .installation-progress-circle-bar .progress-circle .circle.success-circle {
        border-color: #77e681; }
      .installation-progress-circle-bar .progress-circle .circle .application-logo {
        position: absolute;
        right: 16%;
        bottom: 24%;
        width: 40px;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid #c7d1da;
        background-color: #fff;
        border-radius: 50%;
        box-sizing: border-box;
        box-shadow: 0 7px 10px 0 rgba(39, 49, 53, 0.12); }
      .installation-progress-circle-bar .progress-circle .circle .svg-success,
      .installation-progress-circle-bar .progress-circle .circle .svg-error {
        display: none; }
    .installation-progress-circle-bar .progress-circle .circle-bar {
      border: 2px solid #e0e7ee;
      position: relative;
      background-color: transparent;
      height: 274px;
      width: 274px;
      border-radius: 50%;
      margin: 0 auto; }
      .installation-progress-circle-bar .progress-circle .circle-bar span {
        position: absolute;
        top: 50%; }
        .installation-progress-circle-bar .progress-circle .circle-bar span.dots1 {
          left: -1px;
          -webkit-transform: translateX(-50%) translateY(-75%);
                  transform: translateX(-50%) translateY(-75%); }
        .installation-progress-circle-bar .progress-circle .circle-bar span.dots2 {
          right: -1px;
          -webkit-transform: translateX(50%) translateY(-75%);
                  transform: translateX(50%) translateY(-75%); }
      .installation-progress-circle-bar .progress-circle .circle-bar.successful-install {
        border-color: #77e681;
        z-index: -1;
        background-color: #b3f5b9; }
    .installation-progress-circle-bar .progress-circle::after {
      content: "";
      position: absolute;
      background-color: white; }
.installation-progress-info-status {
  text-align: center;
  margin-top: 30px; }
  .installation-progress-info-status p {
    font-size: 16px;
    line-height: 28px;
    color: #3b4348; }
.installation-progress .button-wrapper {
  margin-top: 30px; }
.installation-progress.success .progress-circle .circle,
.installation-progress.success .progress-circle .circle-bar {
  border-color: #77e681; }
.installation-progress.success .progress-circle .circle .application-logo,
.installation-progress.success .progress-circle .circle img {
  display: none; }
.installation-progress.success .progress-circle .circle .svg-success {
  display: block; }
.installation-progress.success .progress-circle .circle-bar svg path:nth-child(2) {
  stroke: #b3f5b9; }
.installation-progress.success .installation-progress-info-status {
  display: none; }
.installation-progress.success .button-wrapper .btn-success {
  display: inline-block; }
.installation-progress.error .progress-circle .circle .svg-error {
  display: block; }
.installation-progress.error .progress-circle .circle img {
  display: none; }
.installation-progress.error .progress-circle .circle-bar svg path:nth-child(2) {
  stroke: #ffa4a4; }
.installation-progress.error .installation-progress-info-status p,
.installation-progress.error .installation-progress-info-status a {
  color: #ea3839; }
.installation-progress.error .button-wrapper .btn-error {
  display: inline-block; }
@media screen and (max-width: 600px) {
  .installation-progress-title {
    font-size: 28px;
    line-height: 42px;
    padding: 25px 0 105px; }
  .installation-progress-circle-bar {
    padding: 0 20px 10px; }
    .installation-progress-circle-bar .progress-circle {
      margin-top: -85px; }
      .installation-progress-circle-bar .progress-circle .circle {
        height: 160px;
        width: 160px; }
        .installation-progress-circle-bar .progress-circle .circle img,
        .installation-progress-circle-bar .progress-circle .circle .svg-error {
          max-width: 100px; }
        .installation-progress-circle-bar .progress-circle .circle .application-logo {
          position: absolute;
          right: 35%;
          bottom: 15%; }
      .installation-progress-circle-bar .progress-circle .circle-bar {
        height: 174px;
        width: 174px; } }

.popup-add-sender {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap; }
  .popup-add-sender .list-box {
    -ms-flex-preferred-size: 240px;
        flex-basis: 240px;
    max-width: 240px; }
  .popup-add-sender .form-box {
    -ms-flex-preferred-size: calc(100% - 240px);
        flex-basis: calc(100% - 240px);
    max-width: calc(100% - 240px);
    padding-right: 40px; }
  @media screen and (max-width: 700px) {
    .popup-add-sender .list-box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      margin-top: 30px; }
    .popup-add-sender .form-box {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      padding-right: 0; } }

.provison-group__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 20px; }
  .provison-group__row:first-child {
    margin-top: 5px; }
.provison-group__name, .provison-group__form {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px); }
.provison-group__name h3 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  color: #3b4348; }
.provison-group__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .provison-group__form-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 220px;
    min-width: 220px; }
  .provison-group__form .form-group {
    max-width: 82px;
    margin-right: 35px;
    margin-bottom: 0; }
  .provison-group__form .buttons-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .provison-group__form .buttons-group button {
      width: 45px;
      height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 2px solid #e8eef4;
      background: #fff;
      box-shadow: 0 4px 5px rgba(39, 49, 53, 0.09);
      transition: 0.2s; }
      .provison-group__form .buttons-group button:last-child {
        margin-left: -2px; }
      .provison-group__form .buttons-group button svg {
        max-width: 20px; }
      .provison-group__form .buttons-group button:active {
        -webkit-transform: scale(0.95);
                transform: scale(0.95); }
      .provison-group__form .buttons-group button:disabled {
        pointer-events: none;
        border-color: #e0e7ee;
        background: #fafcfd; }
        .provison-group__form .buttons-group button:disabled svg line {
          stroke: #c7d1da; }
@media screen and (max-width: 600px) {
  .provison-group__name, .provison-group__form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .provison-group__name {
    margin-bottom: 5px; }
    .provison-group__name h3 {
      font-size: 18px;
      line-height: 25px; }
  .provison-group__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .provison-group__form-action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      max-width: 300px;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      min-width: initial; }
    .provison-group__form .form-group {
      max-width: 82px;
      margin-right: 35px;
      margin-bottom: 0; }
    .provison-group__form .buttons-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .provison-group__form .buttons-group button {
        width: 45px;
        height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid #e8eef4;
        background: #fff;
        box-shadow: 0 4px 5px rgba(39, 49, 53, 0.09);
        transition: 0.2s; }
        .provison-group__form .buttons-group button:last-child {
          margin-left: -2px; }
        .provison-group__form .buttons-group button svg {
          max-width: 20px; }
        .provison-group__form .buttons-group button:active {
          -webkit-transform: scale(0.95);
                  transform: scale(0.95); }
        .provison-group__form .buttons-group button:disabled {
          pointer-events: none;
          border-color: #e0e7ee;
          background: #fafcfd; }
          .provison-group__form .buttons-group button:disabled svg line {
            stroke: #c7d1da; } }

.triple-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3; }
  .triple-box-wrapper .box {
    border: 2px solid #e0e7ee;
    box-shadow: 0 10px 10px -10px rgba(59, 67, 72, 0.18);
    padding: 20px 30px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .triple-box-wrapper .box .text-holder p:first-child {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #afb9c2; }
    .triple-box-wrapper .box .text-holder p:last-child {
      padding-top: 5px;
      font-size: 20px;
      font-weight: 700;
      color: #4a545b; }
    .triple-box-wrapper .box:nth-child(2) {
      border-left: none;
      border-right: none; }

.popup-ewh .popup-body .popup-container .ewh-description {
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 20px;
  max-width: 95%; }
.popup-ewh .popup-body .popup-container .mini-alert {
  padding: 15px; }
.popup-ewh .popup-body .popup-container .btn-holder {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px; }
  .popup-ewh .popup-body .popup-container .btn-holder .btn-primary {
    min-width: 240px; }

@media screen and (max-width: 950px) {
  .triple-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .triple-box-wrapper .box {
      width: 100%;
      max-width: 350px; }
      .triple-box-wrapper .box:nth-child(2) {
        border: 2px solid #e0e7ee;
        border-top: none;
        border-bottom: none; } }
.popup-help .help-box {
  border-bottom: 2px solid #e0e7ee; }
  .popup-help .help-box:not(:first-child) {
    margin-top: 24px; }
  .popup-help .help-box.reverse .help-box__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .popup-help .help-box.reverse .help-box__wrapper .icon {
      padding-right: 0;
      padding-left: 25px; }
  .popup-help .help-box__title {
    margin-bottom: 12px; }
    .popup-help .help-box__title .title {
      font-weight: 800;
      font-size: 18px;
      line-height: 24px;
      color: #3b4348; }
  .popup-help .help-box__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px; }
    .popup-help .help-box__wrapper .icon {
      -ms-flex-preferred-size: 105px;
          flex-basis: 105px;
      max-width: 105px;
      padding-right: 25px; }
      .popup-help .help-box__wrapper .icon svg {
        max-width: 80px; }
    .popup-help .help-box__wrapper .text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .popup-help .help-box__wrapper .text p {
        font-weight: 500;
        font-size: 15px;
        line-height: 25px;
        color: #3b4348; }
  .popup-help .help-box__alert {
    margin-bottom: 24px;
    padding: 12px 24px;
    background: #eafbff;
    border-top: 2px solid #a2eeff; }
    .popup-help .help-box__alert .title {
      font-weight: 600;
      font-size: 11px;
      line-height: 15px;
      letter-spacing: 0.92px;
      text-transform: uppercase;
      margin-bottom: 3px;
      color: #3b4348; }
    .popup-help .help-box__alert .content {
      font-size: 13px;
      line-height: 22px;
      font-weight: 400;
      color: #3b4348; }
.popup-help .help-links {
  margin-top: 24px; }
  .popup-help .help-links__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #3b4348; }
  .popup-help .help-links__list {
    border-left: 2px solid #e0e7ee;
    padding-left: 10px; }
    .popup-help .help-links__list .item:not(:last-child) {
      margin-bottom: 10px; }
    .popup-help .help-links__list .item-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .popup-help .help-links__list .item-link svg {
        max-width: 20px;
        margin-right: 24px; }
        .popup-help .help-links__list .item-link svg [stroke],
        .popup-help .help-links__list .item-link svg [fill] {
          transition: 0.2s; }
      .popup-help .help-links__list .item-link span {
        font-weight: 800;
        font-size: 13px;
        line-height: 23px;
        color: #3b4348;
        transition: 0.2s; }
      .popup-help .help-links__list .item-link:hover span {
        color: #fb781d; }
      .popup-help .help-links__list .item-link:hover [stroke] {
        stroke: #fb781d; }
      .popup-help .help-links__list .item-link:hover [fill] {
        fill: #fb781d; }

.popup-permissions .popup-header .title {
  display: block; }
.popup-permissions .section-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #3b4348; }
.popup-permissions .list-box {
  margin-bottom: 20px; }
  .popup-permissions .list-box h4 {
    font-weight: 800;
    font-size: 12px;
    line-height: 22px;
    color: #828a91; }
  .popup-permissions .list-box ul li {
    font-weight: 800;
    color: #3b4348; }
.popup-permissions .check-wrapper {
  margin-bottom: 0; }
  .popup-permissions .check-wrapper .check-group {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    max-width: 190px;
    padding: 12px;
    margin-bottom: 0; }
    .popup-permissions .check-wrapper .check-group label {
      font-size: 13px; }
.popup-permissions .box-white {
  padding: 12px;
  background: #ffffff;
  border: 2px solid #d4dde5; }
