@media (min-width:320px) {
  .margin-top-xs-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-xs-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-xs-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-xs-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-xs-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-xs-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-xs-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-xs-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-xs-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-xs-ms-5 {
    margin-bottom: 1.57rem;
  }
}

@media (max-width:620px) {
  .margin-top-sm-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-sm-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-sm-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-sm-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-sm-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-sm-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-sm-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-sm-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-sm-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-sm-ms-5 {
    margin-bottom: 1.57rem;
  }
}

@media (max-width:768px) {
  .margin-top-md-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-md-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-md-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-md-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-md-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-md-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-md-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-md-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-md-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-md-ms-5 {
    margin-bottom: 1.57rem;
  }
}

@media (max-width:1024px) {
  .margin-top-lg-ms-1 {
    margin-top: .314rem;
  }

  .margin-bottom-lg-ms-1 {
    margin-bottom: .314rem;
  }

  .margin-top-lg-ms-2 {
    margin-top: .628rem;
  }

  .margin-bottom-lg-ms-2 {
    margin-bottom: .628rem;
  }

  .margin-top-lg-ms-3 {
    margin-top: .942rem;
  }

  .margin-bottom-lg-ms-3 {
    margin-bottom: .942rem;
  }

  .margin-top-lg-ms-4 {
    margin-top: 1.256rem;
  }

  .margin-bottom-lg-ms-4 {
    margin-bottom: 1.256rem;
  }

  .margin-top-lg-ms-5 {
    margin-top: 1.57rem;
  }

  .margin-bottom-lg-ms-5 {
    margin-bottom: 1.57rem;
  }
}

.width-xs-auto {
  width: auto;
}

@media (min-width:620px) {
  .width-sm-auto.width-sm-auto {
    width: auto;
  }
}

@media (min-width:768px) {
  .width-md-auto.width-md-auto {
    width: auto;
  }
}

@media (min-width:1024px) {
  .width-lg-auto.width-lg-auto {
    width: auto;
  }
}

.width-xs-100pc {
  width: 100%;
}

@media (min-width:620px) {
  .width-sm-100pc.width-sm-100pc {
    width: 100%;
  }
}

@media (min-width:768px) {
  .width-md-100pc.width-md-100pc {
    width: 100%;
  }
}

@media (min-width:1024px) {
  .width-lg-100pc.width-lg-100pc {
    width: 100%;
  }
}

.width-xs-95pc {
  width: 95%;
}

@media (min-width:620px) {
  .width-sm-95pc.width-sm-95pc {
    width: 95%;
  }
}

@media (min-width:768px) {
  .width-md-95pc.width-md-95pc {
    width: 95%;
  }
}

@media (min-width:1024px) {
  .width-lg-95pc.width-lg-95pc {
    width: 95%;
  }
}

.width-xs-66pc {
  width: 66%;
}

@media (min-width:620px) {
  .width-sm-66pc.width-sm-66pc {
    width: 66%;
  }
}

@media (min-width:768px) {
  .width-md-66pc.width-md-66pc {
    width: 66%;
  }
}

@media (min-width:1024px) {
  .width-lg-66pc.width-lg-66pc {
    width: 66%;
  }
}

.width-xs-60pc {
  width: 60%;
}

@media (min-width:620px) {
  .width-sm-60pc.width-sm-60pc {
    width: 60%;
  }
}

@media (min-width:768px) {
  .width-md-60pc.width-md-60pc {
    width: 60%;
  }
}

@media (min-width:1024px) {
  .width-lg-60pc.width-lg-60pc {
    width: 60%;
  }
}

.width-xs-50pc {
  width: 50%;
}

@media (min-width:620px) {
  .width-sm-50pc.width-sm-50pc {
    width: 50%;
  }
}

@media (min-width:768px) {
  .width-md-50pc.width-md-50pc {
    width: 50%;
  }
}

@media (min-width:1024px) {
  .width-lg-50pc.width-lg-50pc {
    width: 50%;
  }
}

.width-xs-33pc {
  width: 33.333333%;
}

@media (min-width:620px) {
  .width-sm-33pc.width-sm-33pc {
    width: 33.333333%;
  }
}

@media (min-width:768px) {
  .width-md-33pc.width-md-33pc {
    width: 33.333333%;
  }
}

@media (min-width:1024px) {
  .width-lg-33pc.width-lg-33pc {
    width: 33.333333%;
  }
}

.width-xs-70pc {
  width: 70%;
}

@media (min-width:620px) {
  .width-sm-70pc.width-sm-70pc {
    width: 70%;
  }
}

@media (min-width:768px) {
  .width-md-70pc.width-md-70pc {
    width: 70%;
  }
}

@media (min-width:1024px) {
  .width-lg-70pc.width-lg-70pc {
    width: 70%;
  }
}

.width-xs-80pc {
  width: 80%;
}

@media (min-width:620px) {
  .width-sm-80pc.width-sm-80pc {
    width: 80%;
  }
}

@media (min-width:768px) {
  .width-md-80pc.width-md-80pc {
    width: 80%;
  }
}

@media (min-width:1024px) {
  .width-lg-80pc.width-lg-80pc {
    width: 80%;
  }
}

.width-xs-1over 3 {
  width: 33.33333333%;
}

@media (min-width:620px) {
  .width-sm-1over 3.width-sm-1over 3 {
    width: 33.33333333%;
  }
}

@media (min-width:768px) {
  .width-md-1over 3.width-md-1over 3 {
    width: 33.33333333%;
  }
}

@media (min-width:1024px) {
  .width-lg-1over 3.width-lg-1over 3 {
    width: 33.33333333%;
  }
}

.width-xs-1rem {
  width: 1rem;
}

@media (min-width:620px) {
  .width-sm-1rem.width-sm-1rem {
    width: 1rem;
  }
}

@media (min-width:768px) {
  .width-md-1rem.width-md-1rem {
    width: 1rem;
  }
}

@media (min-width:1024px) {
  .width-lg-1rem.width-lg-1rem {
    width: 1rem;
  }
}

.width-xs-2rem {
  width: 2rem;
}

@media (min-width:620px) {
  .width-sm-2rem.width-sm-2rem {
    width: 2rem;
  }
}

@media (min-width:768px) {
  .width-md-2rem.width-md-2rem {
    width: 2rem;
  }
}

@media (min-width:1024px) {
  .width-lg-2rem.width-lg-2rem {
    width: 2rem;
  }
}

.width-xs-3rem {
  width: 3rem;
}

@media (min-width:620px) {
  .width-sm-3rem.width-sm-3rem {
    width: 3rem;
  }
}

@media (min-width:768px) {
  .width-md-3rem.width-md-3rem {
    width: 3rem;
  }
}

@media (min-width:1024px) {
  .width-lg-3rem.width-lg-3rem {
    width: 3rem;
  }
}

.width-xs-4rem {
  width: 4rem;
}

@media (min-width:620px) {
  .width-sm-4rem.width-sm-4rem {
    width: 4rem;
  }
}

@media (min-width:768px) {
  .width-md-4rem.width-md-4rem {
    width: 4rem;
  }
}

@media (min-width:1024px) {
  .width-lg-4rem.width-lg-4rem {
    width: 4rem;
  }
}

.width-xs-5rem {
  width: 5rem;
}

@media (min-width:620px) {
  .width-sm-5rem.width-sm-5rem {
    width: 5rem;
  }
}

@media (min-width:768px) {
  .width-md-5rem.width-md-5rem {
    width: 5rem;
  }
}

@media (min-width:1024px) {
  .width-lg-5rem.width-lg-5rem {
    width: 5rem;
  }
}

.width-xs-6rem {
  width: 6rem;
}

@media (min-width:620px) {
  .width-sm-6rem.width-sm-6rem {
    width: 6rem;
  }
}

@media (min-width:768px) {
  .width-md-6rem.width-md-6rem {
    width: 6rem;
  }
}

@media (min-width:1024px) {
  .width-lg-6rem.width-lg-6rem {
    width: 6rem;
  }
}

.width-xs-7rem {
  width: 7rem;
}

@media (min-width:620px) {
  .width-sm-7rem.width-sm-7rem {
    width: 7rem;
  }
}

@media (min-width:768px) {
  .width-md-7rem.width-md-7rem {
    width: 7rem;
  }
}

@media (min-width:1024px) {
  .width-lg-7rem.width-lg-7rem {
    width: 7rem;
  }
}

.width-xs-8rem {
  width: 8rem;
}

@media (min-width:620px) {
  .width-sm-8rem.width-sm-8rem {
    width: 8rem;
  }
}

@media (min-width:768px) {
  .width-md-8rem.width-md-8rem {
    width: 8rem;
  }
}

@media (min-width:1024px) {
  .width-lg-8rem.width-lg-8rem {
    width: 8rem;
  }
}

.width-xs-9rem {
  width: 9rem;
}

@media (min-width:620px) {
  .width-sm-9rem.width-sm-9rem {
    width: 9rem;
  }
}

@media (min-width:768px) {
  .width-md-9rem.width-md-9rem {
    width: 9rem;
  }
}

@media (min-width:1024px) {
  .width-lg-9rem.width-lg-9rem {
    width: 9rem;
  }
}

.width-xs-10rem {
  width: 10rem;
}

@media (min-width:620px) {
  .width-sm-10rem.width-sm-10rem {
    width: 10rem;
  }
}

@media (min-width:768px) {
  .width-md-10rem.width-md-10rem {
    width: 10rem;
  }
}

@media (min-width:1024px) {
  .width-lg-10rem.width-lg-10rem {
    width: 10rem;
  }
}

.width-xs-11rem {
  width: 11rem;
}

@media (min-width:620px) {
  .width-sm-11rem.width-sm-11rem {
    width: 11rem;
  }
}

@media (min-width:768px) {
  .width-md-11rem.width-md-11rem {
    width: 11rem;
  }
}

@media (min-width:1024px) {
  .width-lg-11rem.width-lg-11rem {
    width: 11rem;
  }
}

.width-xs-12rem {
  width: 12rem;
}

@media (min-width:620px) {
  .width-sm-12rem.width-sm-12rem {
    width: 12rem;
  }
}

@media (min-width:768px) {
  .width-md-12rem.width-md-12rem {
    width: 12rem;
  }
}

@media (min-width:1024px) {
  .width-lg-12rem.width-lg-12rem {
    width: 12rem;
  }
}

.width-xs-13rem {
  width: 13rem;
}

@media (min-width:620px) {
  .width-sm-13rem.width-sm-13rem {
    width: 13rem;
  }
}

@media (min-width:768px) {
  .width-md-13rem.width-md-13rem {
    width: 13rem;
  }
}

@media (min-width:1024px) {
  .width-lg-13rem.width-lg-13rem {
    width: 13rem;
  }
}

.width-xs-14rem {
  width: 14rem;
}

@media (min-width:620px) {
  .width-sm-14rem.width-sm-14rem {
    width: 14rem;
  }
}

@media (min-width:768px) {
  .width-md-14rem.width-md-14rem {
    width: 14rem;
  }
}

@media (min-width:1024px) {
  .width-lg-14rem.width-lg-14rem {
    width: 14rem;
  }
}

.width-xs-15rem {
  width: 15rem;
}

@media (min-width:620px) {
  .width-sm-15rem.width-sm-15rem {
    width: 15rem;
  }
}

@media (min-width:768px) {
  .width-md-15rem.width-md-15rem {
    width: 15rem;
  }
}

@media (min-width:1024px) {
  .width-lg-15rem.width-lg-15rem {
    width: 15rem;
  }
}

.width-xs-16rem {
  width: 16rem;
}

@media (min-width:620px) {
  .width-sm-16rem.width-sm-16rem {
    width: 16rem;
  }
}

@media (min-width:768px) {
  .width-md-16rem.width-md-16rem {
    width: 16rem;
  }
}

@media (min-width:1024px) {
  .width-lg-16rem.width-lg-16rem {
    width: 16rem;
  }
}

.width-xs-17rem {
  width: 17rem;
}

@media (min-width:620px) {
  .width-sm-17rem.width-sm-17rem {
    width: 17rem;
  }
}

@media (min-width:768px) {
  .width-md-17rem.width-md-17rem {
    width: 17rem;
  }
}

@media (min-width:1024px) {
  .width-lg-17rem.width-lg-17rem {
    width: 17rem;
  }
}

.width-xs-18rem {
  width: 18rem;
}

@media (min-width:620px) {
  .width-sm-18rem.width-sm-18rem {
    width: 18rem;
  }
}

@media (min-width:768px) {
  .width-md-18rem.width-md-18rem {
    width: 18rem;
  }
}

@media (min-width:1024px) {
  .width-lg-18rem.width-lg-18rem {
    width: 18rem;
  }
}

.width-xs-19rem {
  width: 19rem;
}

@media (min-width:620px) {
  .width-sm-19rem.width-sm-19rem {
    width: 19rem;
  }
}

@media (min-width:768px) {
  .width-md-19rem.width-md-19rem {
    width: 19rem;
  }
}

@media (min-width:1024px) {
  .width-lg-19rem.width-lg-19rem {
    width: 19rem;
  }
}

.width-xs-20rem {
  width: 20rem;
}

@media (min-width:620px) {
  .width-sm-20rem.width-sm-20rem {
    width: 20rem;
  }
}

@media (min-width:768px) {
  .width-md-20rem.width-md-20rem {
    width: 20rem;
  }
}

@media (min-width:1024px) {
  .width-lg-20rem.width-lg-20rem {
    width: 20rem;
  }
}

.width-xs-21rem {
  width: 21rem;
}

@media (min-width:620px) {
  .width-sm-21rem.width-sm-21rem {
    width: 21rem;
  }
}

@media (min-width:768px) {
  .width-md-21rem.width-md-21rem {
    width: 21rem;
  }
}

@media (min-width:1024px) {
  .width-lg-21rem.width-lg-21rem {
    width: 21rem;
  }
}

.width-xs-22rem {
  width: 22rem;
}

@media (min-width:620px) {
  .width-sm-22rem.width-sm-22rem {
    width: 22rem;
  }
}

@media (min-width:768px) {
  .width-md-22rem.width-md-22rem {
    width: 22rem;
  }
}

@media (min-width:1024px) {
  .width-lg-22rem.width-lg-22rem {
    width: 22rem;
  }
}

.width-xs-23rem {
  width: 23rem;
}

@media (min-width:620px) {
  .width-sm-23rem.width-sm-23rem {
    width: 23rem;
  }
}

@media (min-width:768px) {
  .width-md-23rem.width-md-23rem {
    width: 23rem;
  }
}

@media (min-width:1024px) {
  .width-lg-23rem.width-lg-23rem {
    width: 23rem;
  }
}

.width-xs-24rem {
  width: 24rem;
}

@media (min-width:620px) {
  .width-sm-24rem.width-sm-24rem {
    width: 24rem;
  }
}

@media (min-width:768px) {
  .width-md-24rem.width-md-24rem {
    width: 24rem;
  }
}

@media (min-width:1024px) {
  .width-lg-24rem.width-lg-24rem {
    width: 24rem;
  }
}

.width-xs-25rem {
  width: 25rem;
}

@media (min-width:620px) {
  .width-sm-25rem.width-sm-25rem {
    width: 25rem;
  }
}

@media (min-width:768px) {
  .width-md-25rem.width-md-25rem {
    width: 25rem;
  }
}

@media (min-width:1024px) {
  .width-lg-25rem.width-lg-25rem {
    width: 25rem;
  }
}

.width-xs-26rem {
  width: 26rem;
}

@media (min-width:620px) {
  .width-sm-26rem.width-sm-26rem {
    width: 26rem;
  }
}

@media (min-width:768px) {
  .width-md-26rem.width-md-26rem {
    width: 26rem;
  }
}

@media (min-width:1024px) {
  .width-lg-26rem.width-lg-26rem {
    width: 26rem;
  }
}

.width-xs-27rem {
  width: 27rem;
}

@media (min-width:620px) {
  .width-sm-27rem.width-sm-27rem {
    width: 27rem;
  }
}

@media (min-width:768px) {
  .width-md-27rem.width-md-27rem {
    width: 27rem;
  }
}

@media (min-width:1024px) {
  .width-lg-27rem.width-lg-27rem {
    width: 27rem;
  }
}

.width-xs-28rem {
  width: 28rem;
}

@media (min-width:620px) {
  .width-sm-28rem.width-sm-28rem {
    width: 28rem;
  }
}

@media (min-width:768px) {
  .width-md-28rem.width-md-28rem {
    width: 28rem;
  }
}

@media (min-width:1024px) {
  .width-lg-28rem.width-lg-28rem {
    width: 28rem;
  }
}

.width-xs-29rem {
  width: 29rem;
}

@media (min-width:620px) {
  .width-sm-29rem.width-sm-29rem {
    width: 29rem;
  }
}

@media (min-width:768px) {
  .width-md-29rem.width-md-29rem {
    width: 29rem;
  }
}

@media (min-width:1024px) {
  .width-lg-29rem.width-lg-29rem {
    width: 29rem;
  }
}

.width-xs-30rem {
  width: 30rem;
}

@media (min-width:620px) {
  .width-sm-30rem.width-sm-30rem {
    width: 30rem;
  }
}

@media (min-width:768px) {
  .width-md-30rem.width-md-30rem {
    width: 30rem;
  }
}

@media (min-width:1024px) {
  .width-lg-30rem.width-lg-30rem {
    width: 30rem;
  }
}

.width-xs-31rem {
  width: 31rem;
}

@media (min-width:620px) {
  .width-sm-31rem.width-sm-31rem {
    width: 31rem;
  }
}

@media (min-width:768px) {
  .width-md-31rem.width-md-31rem {
    width: 31rem;
  }
}

@media (min-width:1024px) {
  .width-lg-31rem.width-lg-31rem {
    width: 31rem;
  }
}

.width-xs-32rem {
  width: 32rem;
}

@media (min-width:620px) {
  .width-sm-32rem.width-sm-32rem {
    width: 32rem;
  }
}

@media (min-width:768px) {
  .width-md-32rem.width-md-32rem {
    width: 32rem;
  }
}

@media (min-width:1024px) {
  .width-lg-32rem.width-lg-32rem {
    width: 32rem;
  }
}

.width-xs-33rem {
  width: 33rem;
}

@media (min-width:620px) {
  .width-sm-33rem.width-sm-33rem {
    width: 33rem;
  }
}

@media (min-width:768px) {
  .width-md-33rem.width-md-33rem {
    width: 33rem;
  }
}

@media (min-width:1024px) {
  .width-lg-33rem.width-lg-33rem {
    width: 33rem;
  }
}

.width-xs-34rem {
  width: 34rem;
}

@media (min-width:620px) {
  .width-sm-34rem.width-sm-34rem {
    width: 34rem;
  }
}

@media (min-width:768px) {
  .width-md-34rem.width-md-34rem {
    width: 34rem;
  }
}

@media (min-width:1024px) {
  .width-lg-34rem.width-lg-34rem {
    width: 34rem;
  }
}

.width-xs-35rem {
  width: 35rem;
}

@media (min-width:620px) {
  .width-sm-35rem.width-sm-35rem {
    width: 35rem;
  }
}

@media (min-width:768px) {
  .width-md-35rem.width-md-35rem {
    width: 35rem;
  }
}

@media (min-width:1024px) {
  .width-lg-35rem.width-lg-35rem {
    width: 35rem;
  }
}

.width-xs-36rem {
  width: 36rem;
}

@media (min-width:620px) {
  .width-sm-36rem.width-sm-36rem {
    width: 36rem;
  }
}

@media (min-width:768px) {
  .width-md-36rem.width-md-36rem {
    width: 36rem;
  }
}

@media (min-width:1024px) {
  .width-lg-36rem.width-lg-36rem {
    width: 36rem;
  }
}

.width-xs-37rem {
  width: 37rem;
}

@media (min-width:620px) {
  .width-sm-37rem.width-sm-37rem {
    width: 37rem;
  }
}

@media (min-width:768px) {
  .width-md-37rem.width-md-37rem {
    width: 37rem;
  }
}

@media (min-width:1024px) {
  .width-lg-37rem.width-lg-37rem {
    width: 37rem;
  }
}

.width-xs-38rem {
  width: 38rem;
}

@media (min-width:620px) {
  .width-sm-38rem.width-sm-38rem {
    width: 38rem;
  }
}

@media (min-width:768px) {
  .width-md-38rem.width-md-38rem {
    width: 38rem;
  }
}

@media (min-width:1024px) {
  .width-lg-38rem.width-lg-38rem {
    width: 38rem;
  }
}

.width-xs-39rem {
  width: 39rem;
}

@media (min-width:620px) {
  .width-sm-39rem.width-sm-39rem {
    width: 39rem;
  }
}

@media (min-width:768px) {
  .width-md-39rem.width-md-39rem {
    width: 39rem;
  }
}

@media (min-width:1024px) {
  .width-lg-39rem.width-lg-39rem {
    width: 39rem;
  }
}

.width-xs-40rem {
  width: 40rem;
}

@media (min-width:620px) {
  .width-sm-40rem.width-sm-40rem {
    width: 40rem;
  }
}

@media (min-width:768px) {
  .width-md-40rem.width-md-40rem {
    width: 40rem;
  }
}

@media (min-width:1024px) {
  .width-lg-40rem.width-lg-40rem {
    width: 40rem;
  }
}

.width-xs-41rem {
  width: 41rem;
}

@media (min-width:620px) {
  .width-sm-41rem.width-sm-41rem {
    width: 41rem;
  }
}

@media (min-width:768px) {
  .width-md-41rem.width-md-41rem {
    width: 41rem;
  }
}

@media (min-width:1024px) {
  .width-lg-41rem.width-lg-41rem {
    width: 41rem;
  }
}

.width-xs-42rem {
  width: 42rem;
}

@media (min-width:620px) {
  .width-sm-42rem.width-sm-42rem {
    width: 42rem;
  }
}

@media (min-width:768px) {
  .width-md-42rem.width-md-42rem {
    width: 42rem;
  }
}

@media (min-width:1024px) {
  .width-lg-42rem.width-lg-42rem {
    width: 42rem;
  }
}

.width-xs-43rem {
  width: 43rem;
}

@media (min-width:620px) {
  .width-sm-43rem.width-sm-43rem {
    width: 43rem;
  }
}

@media (min-width:768px) {
  .width-md-43rem.width-md-43rem {
    width: 43rem;
  }
}

@media (min-width:1024px) {
  .width-lg-43rem.width-lg-43rem {
    width: 43rem;
  }
}

.width-xs-44rem {
  width: 44rem;
}

@media (min-width:620px) {
  .width-sm-44rem.width-sm-44rem {
    width: 44rem;
  }
}

@media (min-width:768px) {
  .width-md-44rem.width-md-44rem {
    width: 44rem;
  }
}

@media (min-width:1024px) {
  .width-lg-44rem.width-lg-44rem {
    width: 44rem;
  }
}

.width-xs-45rem {
  width: 45rem;
}

@media (min-width:620px) {
  .width-sm-45rem.width-sm-45rem {
    width: 45rem;
  }
}

@media (min-width:768px) {
  .width-md-45rem.width-md-45rem {
    width: 45rem;
  }
}

@media (min-width:1024px) {
  .width-lg-45rem.width-lg-45rem {
    width: 45rem;
  }
}

.width-xs-46rem {
  width: 46rem;
}

@media (min-width:620px) {
  .width-sm-46rem.width-sm-46rem {
    width: 46rem;
  }
}

@media (min-width:768px) {
  .width-md-46rem.width-md-46rem {
    width: 46rem;
  }
}

@media (min-width:1024px) {
  .width-lg-46rem.width-lg-46rem {
    width: 46rem;
  }
}

.width-xs-47rem {
  width: 47rem;
}

@media (min-width:620px) {
  .width-sm-47rem.width-sm-47rem {
    width: 47rem;
  }
}

@media (min-width:768px) {
  .width-md-47rem.width-md-47rem {
    width: 47rem;
  }
}

@media (min-width:1024px) {
  .width-lg-47rem.width-lg-47rem {
    width: 47rem;
  }
}

.width-xs-48rem {
  width: 48rem;
}

@media (min-width:620px) {
  .width-sm-48rem.width-sm-48rem {
    width: 48rem;
  }
}

@media (min-width:768px) {
  .width-md-48rem.width-md-48rem {
    width: 48rem;
  }
}

@media (min-width:1024px) {
  .width-lg-48rem.width-lg-48rem {
    width: 48rem;
  }
}

.width-xs-49rem {
  width: 49rem;
}

@media (min-width:620px) {
  .width-sm-49rem.width-sm-49rem {
    width: 49rem;
  }
}

@media (min-width:768px) {
  .width-md-49rem.width-md-49rem {
    width: 49rem;
  }
}

@media (min-width:1024px) {
  .width-lg-49rem.width-lg-49rem {
    width: 49rem;
  }
}

.width-xs-50rem {
  width: 50rem;
}

@media (min-width:620px) {
  .width-sm-50rem.width-sm-50rem {
    width: 50rem;
  }
}

@media (min-width:768px) {
  .width-md-50rem.width-md-50rem {
    width: 50rem;
  }
}

@media (min-width:1024px) {
  .width-lg-50rem.width-lg-50rem {
    width: 50rem;
  }
}

.fio-input .control-label>.active {
  font-weight: 600;
}

.fio-input-req {
  color: red;
}

.label-suffix-small {
  font-size: 12px;
}

.person-identity-document-control>.identity-document-active-part {
  font-weight: 700;
}

file-upload2 {
  display: inline-block;
}

.file-upload2-block {
  display: block;
}

.file-upload2-block .ko-component-file-upload2-wrap {
  display: block;
}

.ko-component-file-upload2-wrap {
  display: inline-block;
}

.ko-component-file-upload2-input-wrap {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ko-component-file-upload2-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  font-size: 0!important;
  direction: ltr;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.ko-component-file-upload2-input.disabled,
.ko-component-file-upload2-input[disabled] {
  cursor: not-allowed;
}

.file-upload-input {
  display: block;
}

.file-upload-input button.btn.btn-danger {
  margin-top: -1px;
  width: 38px;
  padding: 0;
}

.SmartCaptcha-Shield {
  z-index: 1051;
}

ul>li {
  padding: 0;
  position: inherit;
}

ul>li:before {
  content: "";
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.nfd-btn {
  background: none;
  border: none;
  cursor: pointer;
}

.nfd-container-padded-sides {
  padding: 20px 0;
}

.nfd-container-content-wrapper #main-content,
.nfd-container-content-wrapper #main-navbar {
  max-width: 1280px;
  margin: auto;
}

.nfd-container-content-wrapper .container-rgs-logo {
  padding: 0 3em 1rem;
}

.nfd-filter {
  margin-bottom: 12px;
}

.nfd-filter-link-grayed {
  color: #000;
}

.nfd-filter-title {
  padding: 10px 0;
}

.nfd-filter-title-default {
  margin: 0;
  border: 0;
}

.nfd-filter-control {
  position: absolute;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nfd-filter-item {
  display: inline-block;
}

.nfd-filter-item-padded-sm {
  padding: 5px;
}

.nfd-filter-item-full {
  width: 100%;
}

.nfd-filter-item-middle {
  vertical-align: middle;
}

.nfd-filter-longdash {
  line-height: 2.3;
}

.nfd-filter li {
  margin-bottom: 0;
}

.nfd-filter .nfd-checkbox {
  padding: 0;
}

.nfd-filter-provider-mobile .nfd-modal-header {
  border: unset;
}

.nfd-filter-provider-mobile .modal-header {
  border: unset;
}

.nfd-filter-provider-mobile .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}

.nfd-filter-provider-mobile .reset-btn {
  border: unset;
  border-top: 1px solid #ddd8d1;
  color: #c29a5c;
}

.nfd-filter-list-item {
  margin-bottom: 10px;
}

.nfd-filter-list-item-reset {
  margin: 0;
}

.nfd-filter-list-item-mild {
  border-radius: 2px;
  background: #f9f5ef;
}

.nfd-filter-list-item-grayed {
  margin: 0;
  border-top: 1px solid #ddd8d1;
  cursor: pointer;
}

.nfd-filter-list-option {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nfd-filter-list-value {
  padding: 10px 0;
}

.nfd-filter-list-padded {
  padding: 15px;
}

.nfd-filter-list-entry {
  padding-bottom: 5px;
}

.nfd-filter-list-submit {
  margin: 0 20px;
}

.nfd-input {
  position: relative;
  display: table;
  height: 40px;
  width: 100%;
  padding-left: 10px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #ddd8d1;
}

.nfd-input::-ms-clear,
.nfd-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.nfd-input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.nfd-input::-moz-placeholder {
  color: #c8c8c8;
}

.nfd-input:-ms-input-placeholder {
  color: #c8c8c8;
}

.nfd-input::placeholder {
  color: #c8c8c8;
}

.nfd-input-disabled {
  background-color: #f7f7f7;
}

.nfd-h1 {
  margin-top: 0;
  padding-top: 0;
  font-size: 24px;
}

@media (min-width:768px) {
  .nfd-h1 {
    font-size: 32px;
  }
}

@media (min-width:1024px) {
  .nfd-h1 {
    font-size: 36px;
    margin-bottom: 1.715rem;
  }
}

.nfd-text {
  display: inline-block;
}

.nfd-text-size-12px {
  font-size: 12px;
}

.nfd-text-size-14px {
  font-size: 14px;
}

.nfd-text-size-16px {
  font-size: 16px;
}

.nfd-text-bold {
  font-weight: 700;
}

.nfd-text-breakable {
  word-break: break-word;
  -ms-word-break: break-all;
}

.nfd-text-middle {
  vertical-align: middle;
}

.nfd-text-center {
  text-align: center;
}

.nfd-text-left {
  text-align: left;
}

.nfd-text-right {
  text-align: right;
}

.nfd-text-default {
  color: #333;
}

.nfd-text-black {
  color: #000;
}

.nfd-text-darker {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
  color: #020202;
}

.nfd-text-darker .form-control {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}

.nfd-text-grayed {
  color: #333;
  opacity: .6;
}

.nfd-text-normal {
  font-weight: 400;
}

.nfd-text-small {
  font-size: 81%;
}

.nfd-text-gold {
  color: #c29a5c;
}

.nfd-text-gold-darkness {
  color: #c29a5c;
}

.nfd-text-red {
  color: red;
}

.nfd-text-blood {
  color: #9e0a19;
}

.nfd-text-limited {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width:480px) {
  .nfd-text-limited {
    padding-right: 10px;
  }

  .nfd-text-limited-inner {
    width: 90%;
  }
}

.nfd-text-break-word {
  word-wrap: break-word;
}

.nfd-text-compact {
  line-height: 1;
}

.nfd-navbar {
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.nfd-navbar-grayed {
  background-color: #f2f2f2;
}

.nfd-navbar-title {
  display: inline-block;
}

.nfd-list {
  list-style-type: none;
}

.nfd-list-horizontal {
  display: inline;
}

.nfd-list-item {
  display: inline-block;
  padding: 0 20px;
}

.nfd-list-item-active {
  border-bottom: 3px solid #c29a5c;
}

.nfd-list-item-relative {
  position: relative;
}

.nfd-list-item-hovered:hover {
  background: #f9f5ef;
}

.nfd-icon {
  display: inline-block;
  background-repeat: no-repeat;
}

.nfd-icon-info {
  width: 16px;
  height: 16px;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/info.svg) no-repeat;
}

.nfd-icon-xs {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6);
}

.nfd-icon-md {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.nfd-icon:before {
  content: "";
  display: inline-block;
}

.nfd-icon-train:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/train.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-warning:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/case.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-case:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/case.svg) no-repeat;
  background-size: 48px;
  width: 48px;
  height: 48px;
}

.nfd-icon-car:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/car.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-car-black:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/car-black.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.nfd-icon-doc {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/doc.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-medicine {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/medicine.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-file {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/file.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-file-medical {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/file-medical.svg);
  width: 25px;
  height: 25px;
}

.nfd-icon-settings {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/settings.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-avatar {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/ava-placeholder.svg);
  width: 56px;
  height: 56px;
}

.nfd-icon-download {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/download.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-download-after:after {
  content: "";
  display: inline-block;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/download.svg) no-repeat;
  width: 16px;
  height: 16px;
}

.nfd-icon-download-lg {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/download-lg.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-edit {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/edit.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-link {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/link.svg);
  width: 16px;
  height: 13px;
}

.nfd-icon-close {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/close.svg);
  width: 24px;
  height: 24px;
}

.nfd-icon-question {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/question.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-call-direct {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/direct-call.svg) 50%;
  width: 24px;
  height: 24px;
}

.nfd-icon-call-needed {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/call.svg) 50%;
  width: 24px;
  height: 24px;
}

.nfd-icon-pin {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/pin.svg);
  height: 14px;
  width: 13px;
}

.nfd-icon-exit {
  height: 16px;
  width: 16px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit.svg);
}

.nfd-icon-exit-lg {
  height: 24px;
  width: 24px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit-lg.svg);
}

.nfd-icon-exit-brand {
  height: 16px;
  width: 16px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit-brand.svg);
}

.nfd-icon-exit-brand-lg {
  height: 24px;
  width: 24px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/exit-brand-lg.svg);
}

.nfd-icon-arrow-right {
  height: 12px;
  width: 10px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-small.svg);
}

.nfd-icon-arrow-left {
  height: 12px;
  width: 10px;
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-small.svg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nfd-icon-arrow-gray {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-gray.svg);
  width: 12px;
  height: 18px;
}

.nfd-icon-arrow-orange {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) 50%;
  width: 12px;
  height: 18px;
}

.nfd-icon-arrow-down {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-icon-arrow-up {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nfd-icon-basket {
  width: 16px;
  height: 16px;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/trash.png) 50%;
}

.nfd-icon-ios:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/ios.svg) 50%;
  height: 15px;
  width: 12px;
}

.nfd-icon-list:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/list.svg);
  width: 16px;
  height: 16px;
}

.nfd-icon-android:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/android.svg) no-repeat;
  width: 13px;
  height: 14px;
}

.nfd-icon-tools {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/tools.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-commissioner {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/commissioner.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-evacuation {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/evacuation.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-help {
  cursor: help;
}

.nfd-icon-service:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/services.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-registration:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/registration.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-event-list:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/event-list.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-car-service:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/car-service.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-info-portal:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/info-portal.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-kasko:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/kasko.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-osago:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/osago.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-scheme:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/scheme.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-euro:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/scheme.svg) no-repeat;
  width: 48px;
  height: 48px;
}

.nfd-icon-mark:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/mark.svg) no-repeat;
  width: 20px;
  height: 20px;
}

.nfd-icon-email {
  background-image: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/email.svg);
  width: 48px;
  height: 48px;
}

.nfd-icon-esia:before {
  margin-top: .5rem;
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/esia.svg) no-repeat;
  width: 115px;
  height: 18px;
}

.nfd-icon-policy:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/policy.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-policy-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/policy-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-request:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/request.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-request-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/request-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-lpu:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/lpu.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-lpu-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/lpu-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-medcare:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/medcare.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-medcare-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/medcare-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-more:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/more.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-more-active:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/more-active.svg) no-repeat;
  background-size: 32px;
  width: 32px;
  height: 32px;
}

.nfd-icon-insurance-program:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/insurance-program.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-franshise:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/franshise.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-family-insurance:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/family-insurance.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-program-upgrade:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/program-upgrade.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-profile:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/profile.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.nfd-icon-med-types:before {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/med-types.svg) no-repeat;
  background-size: 14px;
  background-position: 50%;
  width: 16px;
  height: 16px;
}

.nfd-table-row-underline {
  border-bottom: 1px solid #ddd8d1;
}

.nfd-table-title {
  margin: 0;
  padding: 10px 10px 10px 0;
  font-size: 14px;
  font-weight: 700;
}

.nfd-table-col {
  padding-left: 12px;
  padding-right: 0;
}

.nfd-table-mobile-row {
  margin: 10px 0;
}

.nfd-tab-container {
  padding: 0 2rem;
}

.nfd-tab-panel {
  padding: 0 1rem;
  position: relative;
}

.nfd-tab-panel-notification {
  display: inline-block;
  border-radius: 70%;
  min-width: 16px;
  height: 16px;
  padding: 0 2px;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
}

.nfd-tab-panel-whited {
  border-bottom: 1px solid #ddd8d1;
}

@media only screen and (max-width:1023px) {
  .nfd-tab-panel-whited {
    padding: 5px 0;
    font-size: 20px;
    background: #fafafa;
    border-top: 1px solid #ddd8d1;
  }
}

.nfd-tab-panel-title {
  display: block;
  padding: -webkit-calc(.3rem + 1px) .8rem -webkit-calc(.3rem - 1px);
  padding: calc(.3rem + 1px) .8rem calc(.3rem - 1px);
  pointer-events: auto;
}

.nfd-tab-panel-title-grayed {
  color: #000;
}

.nfd-tab-item {
  display: none;
  pointer-events: none;
  margin: 0;
}

@media (min-width:1024px) {
  .nfd-tab-item {
    display: inline-block;
  }
}

.nfd-tab-item:before {
  content: "";
}

.nfd-tab-item-strong {
  border: 1px solid transparent;
  cursor: pointer;
}

.nfd-tab-item-active {
  display: inline-block;
}

@media (min-width:1024px) {
  .nfd-tab-item-active {
    border: 1px solid #ddd8d1;
  }
}

@media (min-width:1024px) {
  .nfd-tab-item-active:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
  }
}

@media (max-width:1023px) {
  .nfd-tab-item-title-hidden {
    display: none;
  }
}

.nfd-title-humble {
  display: inline-block;
}

.nfd-title-bold {
  font-weight: 700;
}

.nfd-title-md {
  font-size: 20px;
}

.nfd-title-lg {
  font-size: 36px;
  color: #333;
}

.nfd-wrapper {
  display: table;
  width: 100%;
}

.nfd-wrapper-item {
  display: table-cell;
}

.nfd-wrapper-item-right {
  text-align: right;
}

.nfd-wrapper-item-middle {
  vertical-align: middle;
}

.nfd-wrapper-padded-top-sm {
  padding: 15px 0;
}

.nfd-anim {
  display: inline-block;
}

.nfd-anim-preset {
  -webkit-transition: opacity 1s,-webkit-transform .5s;
  transition: opacity 1s,-webkit-transform .5s;
  transition: opacity 1s,transform .5s;
  transition: opacity 1s,transform .5s,-webkit-transform .5s;
  will-change: opacity,transform;
}

.nfd-anim-preset-inactive {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.nfd-anim-preset-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nfd-anim-mini {
  will-change: opacity,transform;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
}

.nfd-anim-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.nfd-anim-hamburger {
  display: inline-block;
  -webkit-transition: opacity .5s,-webkit-transform .3s;
  transition: opacity .5s,-webkit-transform .3s;
  transition: transform .3s,opacity .5s;
  transition: transform .3s,opacity .5s,-webkit-transform .3s;
}

.nfd-anim-hamburger:hover {
  cursor: pointer;
}

.nfd-anim-hamburger-is-active {
  -webkit-animation: scalable .5s;
  animation: scalable .5s;
}

.nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:nth-child(2) {
  opacity: 0;
}

.nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.nfd-anim-hamburger-line {
  margin-bottom: 5px;
  height: 5px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.nfd-anim-item-ui {
  -webkit-transition: opacity .5s,color .5s,background .5s,-webkit-transform .3s;
  transition: opacity .5s,color .5s,background .5s,-webkit-transform .3s;
  transition: transform .3s,opacity .5s,color .5s,background .5s;
  transition: transform .3s,opacity .5s,color .5s,background .5s,-webkit-transform .3s;
  will-change: transform,opacity,color,background;
}

.nfd-anim-item-ui-hidden {
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nfd-anim-item-ui-pulled-out {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes scalable {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scalable {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  0%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.nfd-page {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}

.nfd-page .form-control {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 1.4;
}

.nfd-page-container {
  padding: 15px;
}

@media (max-width:619px) {
  .nfd-page-container {
    padding: 24px 12px 0;
  }
}

@media (min-width:768px) {
  .nfd-page-container {
    padding: 24px 16px 0;
  }
}

@media (min-width:1024px) {
  .nfd-page-container {
    padding: 32px 30px 0;
  }
}

.pointer {
  cursor: pointer;
}

.disabled-reason {
  opacity: .9;
  background-color: #e6e6ea;
  cursor: not-allowed;
}

.blocked-reason {
  color: #b9b9b9!important;
}

.non-clickable {
  cursor: not-allowed;
}

.hovered:hover {
  background: #f9f5ef;
}

.container-relative {
  position: relative;
}

.nfd-unselected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nfd-no-wrap {
  white-space: nowrap;
}

.bg-olive {
  background: #f9f5ef;
}

.bg-light {
  background: #f5f5f5;
}

.bg-orange {
  background: #c29a5c;
}

.bg-brand {
  background: #b70037;
}

.bg-middle-gray-18 {
  background: #7d8083;
}

.bg-blood {
  background: #9e0a19;
}

.nfd-loader {
  z-index: 1000;
}

.nfd-loader-tall {
  height: 200px;
}

.nfd-loader-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.nfd-loader-item-centered {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

.nfd-loader-inactive {
  background: hsla(0,0%,100%,.6);
}

.nfd-line {
  display: block;
}

.nfd-line-lighted {
  opacity: .4;
  background: #c29a5c;
  height: 2px;
}

.nfd-line-black {
  background: #000;
}

.nfd-line-white {
  background: #fff;
}

.nfd-headline {
  display: block;
  color: #333;
  margin: 0;
}

.nfd-headline-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.nfd-headline-row-title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 5px;
}

.nfd-headline-row-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nfd-headline-lg {
  font-weight: 700;
}

@media (max-width:619px) {
  .nfd-headline-lg {
    font-size: 20px;
  }
}

@media (min-width:768px) {
  .nfd-headline-lg {
    font-size: 36px;
  }
}

@media (min-width:320px) {
  .nfd-headline-lg {
    font-size: 24px;
  }
}

.nfd-headline-md {
  font-weight: 700;
}

@media (min-width:768px) {
  .nfd-headline-md {
    font-size: 24px;
  }
}

@media (max-width:320px) {
  .nfd-headline-md {
    font-size: 17px;
  }
}

.nfd-headline-sm {
  font-weight: 700;
  font-size: 16px;
}

@media (min-width:1024px) {
  .nfd-headline-sm {
    font-size: 20px;
  }
}

.nfd-headline-xs {
  font-weight: 700;
  font-size: 14px;
}

.nfd-sub-headline {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  text-overflow: ellipsis;
}

@media (min-width:320px) {
  .nfd-sub-headline {
    font-size: .9rem;
  }
}

.nfd-btn-wide {
  width: 100%;
}

.nfd-btn:hover {
  opacity: .5;
}

.nfd-btn-reset {
  border: 0;
  background: inherit;
}

.nfd-nav {
  position: relative;
  list-style-type: none;
}

.nfd-nav-horizontal {
  display: inline-block;
}

.nfd-nav-default {
  padding: 0 2rem;
  font-size: 14px;
  background: #f2f2f2;
}

.nfd-nav-static {
  height: 50px;
  line-height: 50px;
}

.nfd-nav-control {
  display: inline-block;
}

.nfd-nav-control-in {
  padding-right: 5px;
  font-weight: 800;
  float: left;
}

.nfd-nav-control-out {
  padding-left: 5px;
  float: right;
}

.nfd-nav-control-switcher {
  margin-right: 15px;
  width: 55px;
  float: left;
  position: relative;
}

.nfd-nav-control-switcher-item {
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.nfd-nav-full {
  height: 100%;
}

.nfd-nav-link {
  color: #000;
  font-weight: 400;
  position: relative;
}

.nfd-nav-link-padded {
  display: block;
  padding: 0 15px;
}

.nfd-nav-link-padded-mixed {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nfd-nav-link-strong {
  font-weight: 700;
  border-top: 1px solid #ddd8d1;
}

.nfd-nav-list {
  list-style-type: none;
  margin: 0;
}

.nfd-nav-list-middle {
  line-height: 2.5em;
}

.nfd-nav-list-whited {
  background: #fff;
}

.nfd-nav-list-horizontal {
  display: inline-block;
}

.nfd-nav-list-horizontal li {
  display: inline-block;
  min-width: 70px;
}

.nfd-nav-list-item {
  margin: 0;
  cursor: pointer;
  position: relative;
}

.nfd-nav-list-item-default {
  border-top: 1px solid #ddd8d1;
}

.nfd-nav-list-item:hover .nfd-nav-list-mobile-submenu {
  display: block;
}

.nfd-nav-list-item:before {
  content: "";
}

.nfd-nav-list-item-horizontal {
  display: inline-block;
}

.nfd-nav-list-item-active {
  border-bottom: 2px solid #505254;
}

.nfd-nav-list-item:hover {
  background: #000000;
  background: rgba(0,0,0,.05);
}

.nfd-nav-list-item-absolute {
  margin: 0;
}

.nfd-nav-list-item-padded {
  padding: 0 10px;
}

.nfd-nav-list-item-full {
  width: 100%;
}

.nfd-nav-list-default {
  padding: 0 5px;
}

.nfd-nav-list-absolute {
  position: absolute;
  left: 0;
  z-index: 999;
}

.nfd-nav-list-absolute-overpull {
  right: -100%;
}

.nfd-nav-list-absolute-pull {
  right: 0;
}

.nfd-nav-list-mobile {
  top: 55px;
  border-top: 1px solid #ddd8d1;
  border-bottom: 1px solid #ddd8d1;
}

.nfd-nav-list-mobile-submenu {
  display: none;
  line-height: 25px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.1);
  border-bottom: 1px solid #ddd8d1;
}

.nfd-nav-tabbar-title {
  font-size: 11px;
  color: #676766;
}

.nfd-nav-tabbar-title.not-more:hover div {
  color: #990832;
}

.nfd-nav-tabbar-title.not-more:hover .nfd-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
}

.nfd-nav-tabbar-title.more-active:hover div {
  color: #990832;
}

.nfd-nav-tabbar-title:hover div {
  color: #676766;
}

.nfd-nav-tabbar-title:hover .nfd-icon {
  -webkit-filter: none;
  filter: none;
}

.nfd-nav-tabbar-title:active div {
  color: #990832;
}

.nfd-nav-tabbar-title:active .nfd-icon {
  -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
  filter: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(3759%) hue-rotate(330deg) brightness(98%) contrast(106%);
}

.nfd-nav-tabbar-title.tabbar-only-link {
  width: 100%;
}

.nfd-nav-tabbar-title.tabbar-only-link__text {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.nfd-nav-tabbar-more-wrapper {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 2000;
}

.nfd-nav-tabbar-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1039;
}

.nfd-nav-tabbar-wrapper-opened {
  height: 100%;
}

.nfd-nav-tabbar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background-color: #f2f2f5;
  padding: 6px;
}

.nfd-nav-tabbar-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 10px;
}

.nfd-nav-tabbar-more-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.nfd-nav-tabbar-more-list-item {
  width: 100%;
  line-height: 50px;
}

.nfd-nav-tabbar-active .nfd-nav-tabbar-title {
  color: #990832;
}

.nfd-nav-tabbar-active>.nfd-icon {
  -webkit-filter: brightness(0) invert(0) invert(13%) sepia(52%) saturate(7271%) hue-rotate(334deg) brightness(73%) contrast(100%);
  filter: brightness(0) invert(0) invert(13%) sepia(52%) saturate(7271%) hue-rotate(334deg) brightness(73%) contrast(100%);
}

.nfd-modal-content {
  border: 0;
  font-size: 14px;
}

.nfd-modal-content-full {
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 0;
}

.nfd-modal-btn-close {
  float: right;
  background: none;
  border: 0;
}

.nfd-modal-btn-close-container {
  width: 0;
  float: right;
}

.nfd-modal-title {
  margin: 0;
}

.nfd-modal-header {
  padding: 20px;
}

.nfd-modal-dialog {
  margin: 0;
  width: auto;
}

.nfd-modal-dialog-full {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

@media (min-width:1024px) {
  .nfd-modal-xlg {
    width: 90%;
  }
}

@media (min-width:1024px) {
  .nfd-modal-lg-half {
    width: 50%;
  }
}

@media (min-width:1024px) {
  .nfd-modal-lg {
    width: 70%;
  }
}

.nfd-label {
  display: inline-block;
}

.nfd-label-padded {
  padding: 0 10px;
}

.nfd-label-default {
  border-radius: 2px;
  border: 66 solid #c29a5c;
  border: 66 solid rgba(194, 154, 92, 0.4);
  color: #c29a5c;
  font-weight: 700;
  font-size: 10px;
}

.nfd-label-poor {
  opacity: .3;
}

.nfd-label-primary {
  background-color: #c29a5c;
  color: #fff;
}

.nfd-label-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
}

.nfd-textarea-vertical {
  resize: vertical;
}

.nfd-toggle:after {
  content: "";
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) no-repeat 50%;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  -webkit-transition: -webkit-transform .1s;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s,-webkit-transform .1s;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nfd-toggle-plain:after {
  content: "";
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) no-repeat 50%;
  display: inline-block;
  height: 18px;
  padding: 0 10px;
  vertical-align: middle;
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.nfd-toggle-right:after {
  right: 5px;
}

.nfd-toggle-right-inside:after {
  right: 22px;
}

.nfd-toggle-left:after {
  left: 0;
}

.nfd-toggle .collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-toggle.collapsed:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-toggle-brand-color:after {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-rich-raspberry.svg) no-repeat 50%;
}

.ie-input-reset::-ms-clear,
.ie-input-reset::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.visually-hidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nfd-ignore-full {
  pointer-events: none;
}

.nfd-ignore-auto {
  pointer-events: auto;
}

.nfd-info-tip {
  margin-top: .2rem;
}

.nfd-container-content-wrapper .validation-control-has-error {
  border: 1px solid #f57575!important;
}

.nfd-container-content-wrapper .validation-control-has-error:not([disabled]) {
  background: #fff;
}

.nfd-container-content-wrapper .validation-control-has-error:not(select):not(textarea):not(.validation-control-without-error-icon):not([disabled]) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792' height='1792' width='1792'%3E%3Cpath d='M896 128q209 0 385.5 103T1561 510.5 1664 896t-103 385.5-279.5 279.5T896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128zm128 1247v-190q0-14-9-23.5t-22-9.5H801q-13 0-23 10t-10 23v190q0 13 10 23t23 10h192q13 0 22-9.5t9-23.5zm-2-344l18-621q0-12-10-18-10-8-24-8H786q-14 0-24 8-10 6-10 18l17 621q0 10 10 17.5t24 7.5h185q14 0 23.5-7.5t10.5-17.5z' fill='%23ec5353'/%3E%3C/svg%3E") no-repeat right 6px center/1rem;
}

.nfd-container-content-wrapper .validation-control-has-success:not([disabled]) {
  background: #fff;
}

.nfd-container-content-wrapper .validation-control-has-success:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1792 1792' height='1792' width='1792'%3E%3Cpath d='M1412 734q0-28-18-46l-91-90q-19-19-45-19t-45 19l-408 407-226-226q-19-19-45-19t-45 19l-91 90q-18 18-18 46 0 27 18 45l362 362q19 19 45 19 27 0 46-19l543-543q18-18 18-45zm252 162q0 209-103 385.5T1281.5 1561 896 1664t-385.5-103T231 1281.5 128 896t103-385.5T510.5 231 896 128t385.5 103T1561 510.5 1664 896z' fill='%23398b54'/%3E%3C/svg%3E") no-repeat right 6px center/1rem;
}

.nfd-dropdown .validation-group-error-wrap {
  display: table-caption;
}

.nfd-link-plain {
  background: none;
  border: none;
  color: #963;
}

.nfd-link:hover {
  color: #000;
}

.nfd-tree-list__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.profitWarning {
  color: green!important;
}

.nfd-tree-list {
  position: relative;
  width: 100%;
}

.nfd-tree-list-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.nfd-tree-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.nfd-tree-list-item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 5px 0 5px 20px;
}

.nfd-tree-list-item-info:hover {
  background: #c29a5c;
  background: rgba(194,154,92,.1);
  color: #c29a5c;
}

.nfd-tree-list-item-info:hover .nfd-tree-list-toggle {
  background: url(/media/sys-ng/dist/images/rgs-nfd-ui-kit/arrow-orange.svg) 50%;
}

.nfd-tree-list-item-info:hover .nfd-tree-list-toggle-not-child {
  background: none;
}

.nfd-tree-list-item-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nfd-tree-list-item-info-html {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 12px;
}

.nfd-tree-list-toggle {
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
}

.nfd-tree-list-toggle-open {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.nfd-tree-list-toggle-not-child {
  cursor: auto;
}

.nfd-tree-list-item-children {
  width: 100%;
}

.nfd-tree-list-item-children .nfd-tree-list {
  padding-left: 20px;
}

.nfd-tree-list-item-children .nfd-tree-list-item-info {
  overflow: hidden;
  width: 100%;
}

.nfd-date-period-label {
  width: 100%;
}

.nfd-date-period .form-control-addons-prefix {
  height: 100%;
  line-height: 1.43;
  bottom: 0;
}

.nfd-date-period-from .form-control {
  padding-left: 1.5rem;
}

.nfd-date-period-from .form-control-addons-prefix {
  width: 1.5rem;
  padding: .65rem .382rem;
}

@media (min-width:768px) {
  .nfd-date-period-from .form-control-addons-prefix {
    padding: .65rem .382rem;
  }
}

.nfd-date-period-to .form-control {
  padding-left: 2.5rem;
}

@media (min-width:768px) {
  .nfd-date-period-to .form-control {
    padding-left: 2rem;
  }
}

.nfd-date-period-to .form-control-addons-prefix {
  width: 2.5rem;
  padding: .65rem .382rem;
}

@media (min-width:768px) {
  .nfd-date-period-to .form-control-addons-prefix {
    width: 2rem;
    padding: .65rem .382rem;
  }
}

.nfd-input-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nfd-input-radio__icon {
  border: 1px solid hsla(35,67%,72%,.9372549);
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  min-width: 16px;
  min-height: 16px;
}

.nfd-input-radio__icon:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.nfd-input-radio__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  cursor: pointer;
  margin-bottom: 5px;
}

.nfd-input-radio__label--selected .nfd-input-radio__icon:before {
  background: hsla(35,67%,72%,.9372549);
}

.nfd-input-radio__label input[type=radio] {
  display: none;
}

.nfd-input-radio__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: .5rem;
}

* {
  outline: none;
}

.nav-inner-wrapper {
  width: 100%;
  height: inherit;
}

.lk-dms-nav.nfd-nav-default {
  width: 100%;
  padding: 0;
  background: #fff;
}

.lk-dms-nav .nav-inner-wrapper {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  padding: 12px .5rem 0;
  background-color: #fff;
}

.lk-dms-nav .nav-dt-arrow,
.lk-dms-nav .nfd-nav-list-horizontal {
  display: none!important;
}

.lk-dms-nav .pwa-burger-visible {
  display: inline-block!important;
}

.lk-dms-nav .nfd-nav-control-switcher {
  width: 44px;
}

.lk-dms-nav .nfd-nav-control-switcher-item {
  width: 20px;
  height: 20px;
}

.lk-dms-nav .nfd-nav-control-switcher-item .nfd-anim-hamburger-line {
  margin-bottom: 4px;
  height: 4px;
}

.lk-dms-nav .nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.lk-dms-nav .nfd-anim-hamburger-is-active .nfd-anim-hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.lk-dms-nav .nfd-nav-list-mobile {
  top: 50px;
}

.lk-dms-nav .nfd-nav-control-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.lk-dms-nav .nfd-nav-control-out .nfd-icon-exit-brand-lg {
  width: 26px;
  height: 26px;
}

.my-rgs-auth-form .flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.my-rgs-auth-form .flex-center-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.my-rgs-auth-form .flex-left-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.my-rgs-auth-form .inline-block {
  display: inline-block;
}

.my-rgs-auth-form .page-my-login-form {
  padding: 0 .5rem;
}

@media (min-width:1024px) {
  .my-rgs-auth-form .page-my-login-form.blocked {
    margin-top: 6rem;
  }
}

.my-rgs-auth-form .page-my-login-form .login-header-wrapper {
  margin-bottom: 2rem;
}

@media (max-width:560px) {
  .my-rgs-auth-form .page-my-login-form .login-header-wrapper {
    margin-bottom: 2.5rem;
  }
}

@media (max-width:560px) and (display-mode:standalone) {
  .my-rgs-auth-form .page-my-login-form .login-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.my-rgs-auth-form .page-my-login-form .login-header-icon {
  display: none;
}

@media (max-width:560px) and (display-mode:standalone) {
  .my-rgs-auth-form .page-my-login-form .login-header-icon {
    display: block;
    min-width: 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    margin-right: 1rem;
  }
}

.my-rgs-auth-form .page-my-login-form .login-header-icon>svg {
  width: 100%;
  height: 100%;
}

.my-rgs-auth-form .page-my-login-form .content-document-header {
  margin-bottom: 0;
}

@media (max-width:560px) {
  .my-rgs-auth-form .page-my-login-form .content-document-header {
    font-size: 1.85rem;
  }
}

.my-rgs-auth-form .page-my-login-form .btn-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.my-rgs-auth-form .page-my-login-form .container-relative {
  position: relative;
}

.my-rgs-auth-form .page-my-login-form .login-info-tooltip {
  position: absolute;
  top: .4rem;
  left: -1.5rem;
}

.my-rgs-auth-form .page-my-login-form .esia-login-info {
  position: absolute;
  left: 0;
  top: 2.1rem;
}

.my-rgs-auth-form .page-my-login-form .width-80pc {
  width: 80%;
}

.my-rgs-auth-form .page-my-login-form .form-group {
  position: relative;
}

.my-rgs-auth-form .page-my-login-form .control-label {
  font-size: 1.2rem;
  bottom: 0!important;
}

.my-rgs-auth-form .page-my-login-form .form-control {
  height: 64px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-color: #cbcfd6;
  border-radius: 2px;
  box-shadow: none;
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .form-control::-webkit-input-placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control::-moz-placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control:-ms-input-placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control::placeholder {
  color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control:focus-visible,
.my-rgs-auth-form .page-my-login-form .form-control:hover {
  border-color: #a8a9aa;
}

.my-rgs-auth-form .page-my-login-form .form-control:focus {
  border-color: #505254;
  box-shadow: none;
}

.my-rgs-auth-form .page-my-login-form .transparent-btn {
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .visibility-btn {
  position: absolute;
  right: .5rem;
  top: 3.5rem;
  width: 18px;
  height: 16px;
  color: #a8a9aa;
  cursor: pointer;
}

.my-rgs-auth-form .page-my-login-form .visibility-btn:focus-visible,
.my-rgs-auth-form .page-my-login-form .visibility-btn:hover {
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .form-group:focus-within .visibility-btn {
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .btn-icon-holder {
  width: 22px;
  height: 22px;
}

.my-rgs-auth-form .page-my-login-form .new-btn-link {
  font-size: 1.1rem;
  line-height: 36px;
  padding-left: 2rem;
}

.my-rgs-auth-form .page-my-login-form .btn-icon-esia-holder {
  width: 33px;
  height: 32px;
}

.my-rgs-auth-form .page-my-login-form .margin-in-modal,
.my-rgs-auth-form .page-my-login-form .property-description-wrapper {
  margin-top: .5rem;
  margin-bottom: 3rem;
}

@media (min-width:768px) {
  .my-rgs-auth-form .page-my-login-form .margin-in-modal,
  .my-rgs-auth-form .page-my-login-form .property-description-wrapper {
    margin-bottom: 5.25rem;
  }
}

.my-rgs-auth-form .page-my-login-form .property-description-part {
  font-size: 1rem;
  color: #505254;
}

.my-rgs-auth-form .page-my-login-form .property-description-link {
  color: #b70037;
}

.my-rgs-auth-form .page-my-login-form .property-description-link:focus,
.my-rgs-auth-form .page-my-login-form .property-description-link:focus-visible,
.my-rgs-auth-form .page-my-login-form .property-description-link:hover {
  color: #dd0042;
}

.my-rgs-auth-form .page-my-login-form .property-description-link:active {
  color: #81002a;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  box-shadow: none;
  padding-left: 0;
  font-size: 1.4rem;
  text-align: left;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn:focus,
.my-rgs-auth-form .page-my-login-form .borderless-btn:focus-visible,
.my-rgs-auth-form .page-my-login-form .borderless-btn:hover {
  color: #dd0042;
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn:active {
  color: #81002a;
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .borderless-btn:disabled,
.my-rgs-auth-form .page-my-login-form .borderless-btn[disabled],
.my-rgs-auth-form .page-my-login-form .property-description-link:disabled,
.my-rgs-auth-form .page-my-login-form .property-description-link[disabled] {
  color: #cbcfd6;
}

.my-rgs-auth-form .page-my-login-form .form-group.validation-group-has-error:focus-within .validation-error {
  opacity: 0!important;
  -webkit-transition: opacity .25s ease .15s;
  transition: opacity .25s ease .15s;
}

.my-rgs-auth-form .page-my-login-form .validation-error {
  bottom: -5.5rem!important;
  font-size: .813rem;
  color: #b70037;
  white-space: nowrap;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.fa-pull-left {
  margin-right: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.fa-pull-right {
  margin-left: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.pull-left {
  margin-right: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark.pull-right {
  margin-left: .3em;
}

.my-rgs-auth-form .page-my-login-form .validation-error-mark:before {
  content: "";
}

.my-rgs-auth-form .page-my-login-form .validation-control-has-error {
  border: 1px solid;
  border-color: #b70037!important;
  background: #fff;
}

.my-rgs-auth-form .page-my-login-form .validation-control-has-error:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background: #fff;
}

.my-rgs-auth-form .page-my-login-form .validation-control-has-success:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background: #fff;
}

.my-rgs-auth-form .page-my-login-form .login-form-notification-line {
  position: absolute;
  color: #b70037;
  font-size: .813rem;
}

.my-rgs-auth-form .page-my-login-form .form-control:placeholder-shown+.login-form-notification-line {
  color: transparent;
}

.my-rgs-auth-form .page-my-login-form .red {
  border-color: #b70037;
}

.my-rgs-auth-form .page-my-login-form .login-form-notification-plate {
  position: relative;
  background-color: #b70037;
  color: #fff;
  padding: 1rem;
}

.my-rgs-auth-form .page-my-login-form .notification-plate-heading {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #fff;
}

.my-rgs-auth-form .page-my-login-form .notification-plate-close-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  fill: #fff;
}

.my-rgs-auth-form .page-my-login-form .login-form-error-line {
  font-size: 13px;
  color: #b70037;
}

@media (min-width:460px) {
  .my-rgs-auth-form .page-my-login-form .login-form-error-line__text {
    max-width: 380px;
  }
}

.my-rgs-auth-form .page-my-login-form .login-form-error-line,
.my-rgs-auth-form .page-my-login-form .login-form-link-btn {
  padding-top: 8px;
  padding-bottom: 16px;
}

@media (min-width:460px) {
  .my-rgs-auth-form .page-my-login-form .login-form-error-line,
  .my-rgs-auth-form .page-my-login-form .login-form-link-btn {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}

.my-rgs-auth-form .page-my-login-form .login-form-link-btn {
  padding-left: .25rem;
}

.my-rgs-auth-form .page-my-login-form .login-form-sms-disclaimer {
  margin-bottom: 1.5rem;
}

.my-rgs-auth-form .page-my-login-form .login-form-sms-disclaimer span {
  color: #b70037;
  font-weight: 600;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input {
  max-width: 280px;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input label {
  font-size: 13px;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input input {
  font-family: Menlo,Monaco,Consolas,Courier New,monospace;
  letter-spacing: 63px;
  background-color: transparent;
  border: none;
  padding-left: 1.75rem;
  position: relative;
  z-index: 1;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :active,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :disabled,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :focus,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input :focus-visible,
.my-rgs-auth-form .page-my-login-form .login-form-otp-input input:hover {
  border: none;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input .validation-control-has-success:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input .validation-control-has-error:not(select):not(textarea):not(.validation-control-without-success-icon):not([disabled]) {
  background-color: transparent;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-input .validation-control-has-error {
  border: none!important;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-background {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 280px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.my-rgs-auth-form .page-my-login-form .login-form-otp-background .background-box {
  width: 64px;
  height: 64px;
  border: 1px solid #cbcfd6;
  border-radius: 2px;
  -webkit-transition: all .25s ease .15s;
  transition: all .25s ease .15s;
}

.my-rgs-auth-form .page-my-login-form .form-group.login-form-otp-input.validation-group-has-error .background-box {
  border-color: #dd0042;
}

.my-rgs-auth-form .page-my-login-form .login-form-view-blocker {
  font-size: 1.2rem;
}

.my-rgs-auth-form .page-my-login-form .login-form-asteriks {
  color: #b70037;
}

.my-rgs-auth-form .btn-group-select {
  min-width: 410px;
}

.my-rgs-auth-form .login-form-tabs {
  height: 38px;
  margin-bottom: 2rem;
  border-bottom: 2px solid #f2f2f5;
}

.my-rgs-auth-form .login-form-tabs.hidden {
  display: none;
}

.my-rgs-auth-form .login-form-tabs .btn {
  top: 0;
}

.my-rgs-auth-form .login-form-tabs .tab-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0;
  height: 38px;
  background-color: transparent;
  color: #a8a9aa;
  font-weight: 700;
  font-size: 1.2rem;
}

.my-rgs-auth-form .login-form-tabs .tab-btn:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -2px;
  background-color: transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50%;
  -webkit-transition: .3s;
  transition: .3s;
}

.my-rgs-auth-form .login-form-tabs .tab-btn :active,
.my-rgs-auth-form .login-form-tabs .tab-btn :focus-visible,
.my-rgs-auth-form .login-form-tabs .tab-btn:hover {
  color: #505254;
}

.my-rgs-auth-form .login-form-tabs .tab-btn:hover:after {
  width: 100%;
  background-color: #b70037;
}

.my-rgs-auth-form .login-form-tabs .tab-btn.chosen {
  color: #505254;
}

.my-rgs-auth-form .login-form-tabs .tab-btn.chosen:after {
  width: 100%;
  background-color: #b70037;
}

.full-rules-modal p {
  margin-bottom: 2rem;
}

.full-rules-modal li {
  list-style-type: square;
  list-style-position: inside;
}

.full-rules-modal .third-parties-list {
  padding-left: 2rem;
}

.borderless-btn,
.new-btn-bordered,
.new-btn-brand,
.property-description-link {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.new-btn-flex-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-style-btn {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  border-bottom-width: 1px;
  box-shadow: none;
  font-size: 1.2rem;
}

.new-btn-brand {
  background-color: #b70037;
  border-color: #b70037;
  fill: #fff;
  color: #fff;
}

.new-btn-brand:focus,
.new-btn-brand:focus-visible,
.new-btn-brand:hover {
  background-color: #dd0042;
  border-color: #dd0042;
}

.new-btn-brand:active {
  background-color: #81002a;
  border-color: #81002a;
}

.new-btn-bordered {
  border-color: #cbcfd6;
  background-color: #fff;
  color: #505254;
}

.new-btn-bordered:focus,
.new-btn-bordered:focus-visible,
.new-btn-bordered:hover {
  color: #dd0042;
  border-color: #dd0042;
  background-color: transparent;
}

.new-btn-bordered:active {
  color: #81002a;
  border-color: #81002a;
  background-color: transparent;
}

.modal-face-auth .modal-content,
.modal-no-phone .modal-content {
  border-top: none;
}

.modal-face-auth .modal-body,
.modal-no-phone .modal-body {
  height: 100%;
}

.modal-face-auth.modal-dialog {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

@media (min-width:620px) {
  .modal-face-auth.modal-dialog {
    width: 100vw;
  }
}

.modal-face-auth .modal-content {
  width: 100vw;
  height: 100vh;
  padding-left: 1rem;
  padding-right: 1rem;
}

.modal-face-auth .modal-header {
  display: none;
}

.modal-face-auth .modal-body {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.modal-face-auth .face-modal__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 50px;
}

.modal-face-auth .face-modal__disclaimer,
.modal-face-auth .face-modal__header-group {
  color: #505254;
}

.modal-face-auth .face-modal__header-group {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-face-auth .face-modal__icon-holder {
  width: 64px;
  height: 64px;
}

.modal-face-auth .face-modal__btns-grid {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.modal-face-auth .face-modal__btns-grid button:not(:last-child) {
  margin-bottom: .5rem;
}

.modal-face-auth .face-modal__disclaimer {
  font-size: 12px;
}

@media (min-width:620px) {
  .modal-no-phone.modal-dialog {
    max-width: 560px;
  }
}

@media (max-width:619px) {
  .modal-no-phone.modal-dialog {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100vw;
    max-width: 100vw;
  }
}

.modal-no-phone .modal-content {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (max-width:619px) {
  .modal-no-phone .modal-content {
    width: 100vw;
    height: 100vh;
    min-height: var(--doc-height);
  }
}

.modal-no-phone .modal-header {
  border-bottom: none;
}

.modal-no-phone .modal-header .close {
  top: 1rem;
  right: 1.5rem;
  z-index: 10;
  border: none;
  color: #505254;
  font-weight: 400;
}

.modal-no-phone .modal-header .close:hover {
  color: #dd0042;
}

.modal-no-phone .modal-title {
  display: none;
}

.modal-no-phone .modal-body {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (max-width:619px) {
  .modal-no-phone .modal-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}

.modal-no-phone .phone-auth-modal__header-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-no-phone .phone-auth-modal__icon-holder {
  max-width: 96px;
}

.modal-no-phone .phone-auth-modal__heading {
  margin-bottom: 16px;
  color: #505254;
}

@media (min-width:620px) {
  .modal-no-phone .phone-auth-modal__heading {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.modal-no-phone .phone-auth-modal__disclaimer {
  font-size: 16px;
  margin-bottom: 3rem;
}

@media (max-width:619px) and (display-mode:standalone) {
  .modal-no-phone .phone-auth-modal__btns-grid {
    margin: auto;
  }
}

.bank-btn-icon-holder {
  width: 24px;
  max-width: 24px;
  height: 24px;
  max-height: 24px;
}

.bank-btn-bordered {
  border-color: #0663ef;
  background-color: #fff;
  color: #0663ef;
}

.bank-btn-bordered:focus,
.bank-btn-bordered:focus-visible,
.bank-btn-bordered:hover {
  color: #005ae0;
  border-color: #005ae0;
  background-color: transparent;
}

.bank-btn-bordered:active {
  color: #0050c7;
  border-color: #0050c7;
  background-color: transparent;
}

.bank-btn-bordered:disabled,
.bank-btn-bordered[disabled],
.new-btn-bordered:disabled,
.new-btn-bordered[disabled],
.new-btn-brand:disabled,
.new-btn-brand[disabled] {
  color: #cbcfd6;
  border-color: #cbcfd6;
  background-color: #f2f2f5;
  fill: #cbcfd6;
}

@supports (min-height:100dvh) {
@media (display-mode:standalone) {
    .modal-face-auth.modal-dialog,
    .modal-no-phone.modal-dialog {
      min-height: 100dvh;
    }
}
}

@media (max-width:619px) {
  .my-rgs-auth-form .btn-group-select {
    min-width: 290px;
  }

  .my-rgs-auth-form .page-my-login-form .validation-error {
    bottom: -84px!important;
  }

  .my-rgs-auth-form .page-my-login-form .new-btn-brand:focus,
  .my-rgs-auth-form .page-my-login-form .new-btn-brand:focus-visible,
  .my-rgs-auth-form .page-my-login-form .new-btn-brand:hover {
    background-color: #b70037;
    border-color: #b70037;
  }
}

@media (min-width:1024px) {
  .my-rgs-auth-form .page-my-login-form .esia-login-info {
    left: 21.5rem;
    top: .4rem;
  }
}

@media (max-width:1023px) {
  #email-confirmation-btn {
    margin-top: 0;
  }

  #email-confirmation-input-wrap {
    margin-bottom: 0;
  }
}

#esia-binding-form .form-footer .validation-error-mark {
  display: inline-block;
}

#esia-binding-form .form-footer .validation-group-error-wrap {
  margin: initial;
  box-sizing: initial;
}

#esia-binding-form .form-footer .validation-error {
  box-sizing: border-box;
  padding: initial;
  margin-bottom: 5px;
  background: initial;
  text-transform: none;
  white-space: nowrap;
}

.lk-type-form .btn-group-horizontal-sm .btn-group-select {
  width: 380px;
}

.lk-type-form .btn-group-horizontal-sm .btn-group-select .btn {
  border: 1px solid #e6e6e6;
  box-shadow: none;
  border-radius: 3px;
}

.lk-type-form .btn-group-horizontal-sm .btn-group-select .btn.active {
  border: 1px solid #990032;
}

.lk-type-form .modal-footer {
  text-align: left;
}

.lk-type-form .modal-footer .submit-btn {
  box-shadow: none;
  border-radius: 3px;
  border: none;
  background: #990032;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btnOsopoOsgopReg {
  color: #b70037;
}

.btnBackInReg {
  width: 200px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #505254;
  cursor: pointer;
}

.btnBackInReg:hover {
  color: #b70037;
}

.switchBtn {
  width: auto;
  height: auto;
  background-color: #f2f2f5;
  color: #b70037;
  border: 0;
  padding: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 20px;
}

.switchBtn:hover {
  background-color: #eaeaf9;
}

.switchBtnActive {
  background-color: #b70037;
  color: #f2f2f5;
}

.switchBtnActive:hover {
  background-color: #a30333;
}

.login-form-splitter__wrapper {
  width: 100%;
  height: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.login-form-splitter__line {
  width: 100%;
  height: 2px;
  border-bottom: 1px solid #a8a9aa;
}

.login-form-splitter__word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-color: #fff;
  color: #505254;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 .5rem;
}
/*# sourceMappingURL=/media/sys-ng/dist//sourcemaps/myrgs-auth-helpers.css.map */
