.auth-widget {
  padding: 18px 30px 14px;
  position: relative;
  border-radius: 8px;
}
@media screen and (max-width: 1279px) {
  .auth-widget {
    padding: 18px 30px 14px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget {
    padding: 18px 30px 14px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget {
    padding: 18px 20px 14px;
  }
}
.auth-widget.auth-widget_with-hover:hover .auth-widget__logo {
  background-image: url("../../i/auth-widget/logo_red.png");
  -webkit-background-size: 135px 20px;
  -moz-background-size: 135px 20px;
  background-size: 135px 20px;
}
.auth-widget.auth-widget_with-hover:hover .auth-widget__logo_cashback {
  background-image: url("../../i/auth-widget/logo-cashback_red.svg");
}
.auth-widget.auth-widget_with-hover:hover .auth-widget__header-link-arrow {
  background-image: url("../../i/auth-widget/arrow_red.png");
}
@media screen and (max-width: 440px) {
  .phone .auth-widget {
    padding: 20px 20px 20px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header_center {
    align-items: center;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header_center .auth-widget__header-link {
    margin-top: 0;
  }
}
.auth-widget.auth-widget_payment .auth-widget__logo {
  background: url("../../i/auth-widget/logo-bank.svg") left center no-repeat;
  -webkit-background-size: 118px 20px;
  -moz-background-size: 118px 20px;
  background-size: 118px 20px;
  width: 118px;
  flex-shrink: 0;
}
.auth-widget.auth-widget_payment .auth-widget__logo_gray {
  background: url("../../i/auth-widget/logo-bank-grey.svg") left center no-repeat;
  -webkit-background-size: 118px 20px;
  -moz-background-size: 118px 20px;
  background-size: 118px 20px;
}
@media screen and (max-width: 759px) {
  .auth-widget.auth-widget_payment .auth-widget__header-link {
    text-align: left;
    display: block;
    margin-top: 25px;
  }
}
.auth-widget.auth-widget_payment .field__col_bottom {
  margin-left: 5px;
}
@media screen and (max-width: 479px) {
  .auth-widget.auth-widget_payment .field__col_bottom {
    margin-left: 0;
  }
}
.auth-widget.auth-widget_payment:hover .auth-widget__logo {
  background-image: url("../../i/auth-widget/logo-bank_red.svg");
  -webkit-background-size: 118px 20px;
  -moz-background-size: 118px 20px;
  background-size: 118px 20px;
}
.auth-widget__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 590px) {
  .auth-widget__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__header {
    margin-bottom: 20px;
  }
}
.auth-widget__header_center {
  justify-content: center;
}
.auth-widget__logo {
  width: 139px;
  height: 22px;
  background: url("../../i/auth-widget/logo.png") center center no-repeat;
  -webkit-background-size: 135px 20px;
  -moz-background-size: 135px 20px;
  background-size: 135px 20px;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
@media screen and (max-width: 440px) {
  .auth-widget__logo {
    width: 135px;
    -webkit-background-size: 135px 20px;
    -moz-background-size: 135px 20px;
    background-size: 135px 20px;
  }
}
.auth-widget__logo_red {
  background-image: url("../../i/auth-widget/logo_red.png");
}
.auth-widget__logo_simple {
  width: 44px;
  height: 44px;
  background-image: url("https://mts.ru/upload/images/logo/logo-eco.svg");
  background-repeat: no-repeat;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.auth-widget__logo_evoting {
  width: 107px;
  height: 28px;
  background-image: url("../../i/auth-widget/logo-evoting.svg");
  margin-bottom: -6px;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.auth-widget__header-link {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  color: #333;
  text-align: right;
}
@media screen and (max-width: 1679px) {
  .auth-widget__header-link {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__header-link {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__header-link {
    font-size: 17px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget__header-link {
    display: none;
  }
}
.laptop .auth-widget__header-link {
  display: block;
}
.auth-widget__header-link .smallPhone {
  display: none;
}
.auth-widget__header-link-arrow {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 9px;
  background: url("../../i/auth-widget/arrow.png") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
  margin-top: -2px;
}
.auth-widget__header-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .auth-widget__header-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__header-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__header-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__header-subtitle {
  font-size: 21px;
  line-height: 1.38;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1679px) {
  .auth-widget__header-subtitle {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__header-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__header-subtitle {
    font-size: 16px;
    line-height: 1.38;
  }
}
.auth-widget__subtitle {
  font-size: 24px;
  line-height: 1.25;
  min-height: 25px;
  font-weight: 500;
  margin-top: -5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__subtitle {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__subtitle {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__subtitle {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__subtitle-link {
  color: #1381b4;
  font-size: 21px;
  line-height: 1.38;
  margin-left: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1679px) {
  .auth-widget__subtitle-link {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__subtitle-link {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__subtitle-link {
    font-size: 16px;
    line-height: 1.38;
  }
}
.auth-widget__body-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 1679px) {
  .auth-widget__body-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__body-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__body-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__body-title_separate {
  margin-bottom: 1rem;
}
.auth-widget__body-subtitle {
  font-size: 18px;
  line-height: 1.33;
  margin-top: 5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__body-subtitle {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__body-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__body-subtitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
.auth-widget__body-subtitle_gray {
  color: #666;
}
.auth-widget__body-form {
  margin-top: 15px;
}
@media screen and (max-width: 440px) {
  .auth-widget__body-form {
    margin-top: 20px;
  }
}
.auth-widget__row {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .auth-widget__row {
    display: block;
  }
}
.desktop .auth-widget__row {
  display: flex;
}
.laptop .auth-widget__row {
  display: block;
}
.smallDesktop .auth-widget__row {
  display: flex;
}
.laptop .auth-widget_live .auth-widget__row {
  display: block;
}
.phone .auth-widget_live .auth-widget__row {
  flex-wrap: wrap;
}
.auth-widget__row_custom {
  display: flex;
}
.desktop .auth-widget__row_custom {
  justify-content: space-between;
}
.phone .auth-widget__row_custom {
  display: block;
}
.auth-widget__col_small {
  width: 37%;
  padding-right: 10px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
}
@media screen and (max-width: 1279px) {
  .auth-widget__col_small {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.desktop .auth-widget__col_small,
.smallDesktop .auth-widget__col_small {
  width: 37%;
  padding-right: 10px;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #ededed;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.laptop .auth-widget__col_small {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.auth-widget__col_cachback {
  border: none;
}
@media screen and (max-width: 590px) {
  .auth-widget__col_cachback {
    padding-right: 0;
    margin-right: 0;
  }
}
.laptop .auth-widget__col_cachback {
  width: 100%;
}
.phone .auth-widget__col_cachback {
  width: 100%;
}
.auth-widget__col_custom {
  width: auto;
  padding-right: 20px;
}
.smallDesktop .auth-widget__col_custom,
.tablet .auth-widget__col_custom {
  padding-right: 20px;
}
.smallDesktop .auth-widget__col_custom:last-child,
.tablet .auth-widget__col_custom:last-child {
  padding-right: 0;
}
.laptop .auth-widget_live .auth-widget__col_custom {
  padding-right: 0;
}
.auth-widget__col_custom:last-child {
  padding-right: 0;
}
.auth-widget__col_large {
  width: calc(63% - 30px);
}
.laptop .auth-widget_cachback .auth-widget__col_large {
  width: 100%;
}
.phone .auth-widget_cachback .auth-widget__col_large {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .auth-widget__col_large {
    width: 100%;
  }
}
.desktop .auth-widget__col_large,
.smallDesktop .auth-widget__col_large {
  width: calc(63% - 30px);
}
.laptop .auth-widget__col_large {
  width: 100%;
}
.auth-widget__phone {
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .auth-widget__phone {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__phone {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__phone {
    font-size: 16px;
    line-height: 1.38;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__phone {
    margin-right: 10px;
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__phone {
    margin-right: 0;
    width: 100%;
  }
}
.desktop .auth-widget__phone,
.smallDesktop .auth-widget__phone {
  margin-right: 0;
  width: 100%;
}
.laptop .auth-widget__phone {
  margin-right: 10px;
  width: 50%;
}
@media screen and (max-width: 1279px) {
  .auth-widget__info {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 590px) {
  .auth-widget__info {
    display: flex;
    align-items: flex-start;
  }
  .smallDesktop .auth-widget_cachback .auth-widget__info {
    display: block;
  }
  .phone .auth-widget_cachback .auth-widget__info {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__info {
    display: block;
  }
}
.desktop .auth-widget__info,
.smallDesktop .auth-widget__info {
  display: block;
}
.laptop .auth-widget__info {
  display: flex;
  align-items: flex-start;
}
.auth-widget__info-sign-title {
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__info-sign-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__info-sign-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__info-sign-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__info-sign-text {
  font-size: 14px;
  line-height: 1.29;
  margin-top: 10px;
  color: #666;
}
@media screen and (max-width: 1679px) {
  .auth-widget__info-sign-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__info-sign-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__info-sign-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__info-sign-btn {
  margin-top: 15px;
}
.auth-widget__balance {
  margin-top: 14px;
}
@media screen and (max-width: 1279px) {
  .auth-widget__balance {
    width: 50%;
    text-align: right;
    margin-top: 0;
  }
  .smallDesktop .auth-widget_cachback .auth-widget__balance {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  .laptop .auth-widget_cachback .auth-widget__balance {
    width: 50%;
    text-align: left;
    margin-top: 0;
  }
  .phone .auth-widget_cachback .auth-widget__balance {
    text-align: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__balance {
    width: 100%;
    text-align: left;
    margin-top: 10px;
  }
}
.desktop .auth-widget__balance,
.smallDesktop .auth-widget__balance {
  width: 100%;
  text-align: left;
  margin-top: 14px;
}
.laptop .auth-widget__balance {
  width: 50%;
  text-align: right;
  margin-top: 0;
}
.auth-widget__description {
  font-size: 14px;
  line-height: 1.29;
  color: #808080;
  min-height: 15px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__description {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__amount {
  font-size: 38px;
  line-height: 0.8;
  font-weight: 500;
  margin-top: 8px;
  display: inline-block;
  min-width: 120px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__amount {
    font-size: 34px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__amount {
    font-size: 30px;
    line-height: 0.8;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__amount {
    font-size: 24px;
    line-height: 0.8;
  }
}
.auth-widget__amount_small.skeleton {
  min-height: 24px;
}
.auth-widget__tariff {
  display: flex;
  font-size: 21px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .auth-widget__tariff {
    font-size: 19px;
    line-height: 1.37;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__tariff {
    font-size: 17px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__tariff {
    font-size: 16px;
    line-height: 1.38;
  }
}
.auth-widget__tariff-name {
  margin-right: 10px;
  flex-shrink: 0;
}
.auth-widget__tariff-icon {
  margin-right: 12px;
  align-self: center;
}
.auth-widget__tariff-icon_locked {
  width: 14px;
  height: 18px;
  background: url("../../i/auth-widget/lock.svg") center center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.auth-widget__status {
  margin-top: 10px;
}
.auth-widget__status-row {
  display: flex;
}
.auth-widget__status-col {
  width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 440px) {
  .auth-widget__status-col {
    width: 100%;
    margin-right: 5px;
  }
}
.auth-widget__status-col:last-child {
  margin-right: 0;
}
.auth-widget__status-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-title {
    font-size: 21px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-title {
    font-size: 19px;
    line-height: 30px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-title {
    font-size: 17px;
    line-height: 30px;
  }
}
.auth-widget__status-title_small {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-title_small {
    font-size: 17px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-title_small {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-title_small {
    font-size: 15px;
    line-height: 30px;
  }
}
.auth-widget__status-text {
  font-size: 16px;
  line-height: 1.38;
  color: #666;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__status-count {
  display: inline-block;
  vertical-align: 6px;
  margin-left: 5px;
  min-width: 17px;
  height: 15px;
  text-align: center;
  background: #e30613;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-count {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-count {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-count {
    font-size: 12px;
    line-height: 14px;
  }
}
.auth-widget__status-bar {
  position: relative;
  width: calc(100% - 10px);
  height: 6px;
  background: #e2e5eb;
  border-radius: 3px;
  margin-top: 6px;
}
.auth-widget__status-bar-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  background: #e30613;
  border-radius: 3px;
}
.auth-widget__status-bar-line_share {
  background: #1381b4;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.auth-widget__status-bar-line_share + .auth-widget__status-bar-line {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.auth-widget__status-footnote {
  font-size: 14px;
  line-height: 1.29;
  margin-top: 5px;
  color: #808080;
}
@media screen and (max-width: 1679px) {
  .auth-widget__status-footnote {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__status-footnote {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__status-footnote {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__status-unlimited {
  width: 24px;
  height: 12px;
  margin-top: 7px;
  background: url("../../i/auth-widget/unlimited.svg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.auth-widget__bottom {
  margin-top: 15px;
  display: none;
}
.laptop .auth-widget_cachback .auth-widget__bottom {
  display: none;
}
@media screen and (max-width: 479px) {
  .auth-widget__bottom {
    display: block;
  }
}
.laptop .auth-widget__bottom {
  display: none;
}
.smallPhone .auth-widget__bottom {
  display: block;
}
.auth-widget__error {
  display: flex;
  align-items: center;
  color: #adb8c1;
  padding-top: 4px;
}
.auth-widget__amount .auth-widget__error {
  margin-top: 10px;
}
.auth-widget__error-icon {
  width: 16px;
  height: 15px;
  flex-shrink: 0;
  background: url("../../i/auth-widget/warn.svg") center center no-repeat;
  -webkit-background-size: 16px 15px;
  -moz-background-size: 16px 15px;
  background-size: 16px 15px;
  margin-right: 7px;
}
.auth-widget__amount .auth-widget__error-icon {
  width: 24px;
  height: 22px;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  background-size: 24px auto;
}
.auth-widget__error-text {
  font-size: 12px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .auth-widget__error-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__error-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__error-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__error_main {
  text-align: center;
  display: block;
  margin: 50px 0;
}
.auth-widget__error_main .auth-widget__error-icon {
  width: 28px;
  height: 25px;
  margin: auto;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.auth-widget__error_main .auth-widget__error-title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__error_main .auth-widget__error-title {
    font-size: 21px;
    line-height: 1.24;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__error_main .auth-widget__error-title {
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__error_main .auth-widget__error-title {
    font-size: 17px;
    line-height: 1.24;
  }
}
.auth-widget__error_main .auth-widget__error-text {
  font-size: 16px;
  line-height: 1.38;
  margin-top: 5px;
}
@media screen and (max-width: 1679px) {
  .auth-widget__error_main .auth-widget__error-text {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__error_main .auth-widget__error-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__error_main .auth-widget__error-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__error_main .auth-widget__error-btn {
  margin-top: 15px;
}
.auth-widget__payment {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.auth-widget__payment-item {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  height: 18px;
}
.auth-widget__payment-item:last-child {
  margin-right: 0;
}
.auth-widget__payment-item_mc {
  background-image: url("../../i/section-box/mastercard.svg");
  width: 26px;
}
.auth-widget__payment-item_visa {
  background-image: url("../../i/section-box/visa.svg");
  width: 36px;
}
.auth-widget__payment-item_mir {
  background-image: url("../../i/section-box/mir.svg");
  width: 38px;
}
.auth-widget__payment-item_ipay {
  background-image: url("../../i/section-box/apple-pay.svg");
  width: 30px;
}
.phone .auth-widget_cachback .auth-widget__actions {
  margin-top: 20px;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.auth-widget__actions-inner {
  display: flex;
  justify-content: space-between;
}
.phone .auth-widget_cachback .auth-widget__actions-inner {
  overflow: auto;
  padding-right: 18px;
  padding-left: 18px;
  padding-bottom: 17px;
  margin-bottom: -17px;
}
.auth-widget__actions_social {
  margin: 65px 0;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .auth-widget__actions_social {
    flex-wrap: wrap;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__actions_social {
    margin: 35px -12px 20px;
  }
}
.auth-widget__action {
  width: 33.333333333333336%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .auth-widget__action {
    width: 50%;
    margin-top: 40px;
  }
}
.phone .auth-widget__action {
  margin-top: 0;
}
.auth-widget__action:hover .auth-widget__action-icon {
  background-color: #e8e9ed;
}
.auth-widget__action:hover .auth-widget__action-icon_fb {
  background-color: #3b5998;
}
.auth-widget__action:hover .auth-widget__action-icon_vk {
  background-color: #4c6c91;
}
.auth-widget__action:hover .auth-widget__action-icon_ig {
  background-color: #106986;
}
.auth-widget__action:hover .auth-widget__action-text {
  color: #e30613;
}
.laptop .auth-widget_cachback .auth-widget__action {
  max-width: 110px;
}
.phone .auth-widget_cachback .auth-widget__action {
  min-width: 100px;
}
.auth-widget__action-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background: #f2f3f7;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: 32px auto;
  -moz-background-size: 32px auto;
  background-size: 32px auto;
  overflow: hidden;
}
@media screen and (max-width: 759px) {
  .auth-widget_social .auth-widget__action-icon {
    width: 55px;
    height: 55px;
  }
}
.phone .auth-widget_cachback .auth-widget__action-icon {
  width: 55px;
  height: 55px;
}
.auth-widget__action-text {
  color: #6e7782;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
  margin-top: 18px;
  text-align: center;
}
@media screen and (max-width: 1679px) {
  .auth-widget__action-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__action-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__action-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
.laptop .auth-widget_cachback .auth-widget__action-text {
  margin-top: 10px;
}
.auth-widget__recomend {
  margin-top: 20px;
  min-height: 130px;
}
.laptop .auth-widget_cachback .auth-widget__recomend .slick-arrow {
  display: none !important;
}
.laptop .auth-widget_live .auth-widget__recomend {
  margin-top: 10px;
  display: flex;
}
.auth-widget__recomend-title {
  color: #001424;
  display: inline-block;
  min-width: 124px;
  min-height: 16px;
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.laptop .auth-widget_live .auth-widget__recomend-title {
  flex-grow: 1;
  padding-right: 20px;
  padding-top: 20px;
}
.auth-widget__recomend-list {
  white-space: nowrap;
  position: relative;
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 10px;
}
.auth-widget__recomend-list.slick-initialized {
  margin-top: 0;
}
.auth-widget__recomend-list .slick-list {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  margin: -10px 0;
}
.phone .auth-widget__recomend-list .slick-list {
  padding-bottom: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.phone .auth-widget__recomend-list .slick-track {
  padding-left: 10px;
  padding-right: 10px;
}
.auth-widget__recomend-list .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 32px rgba(202,209,222,0.5), 0px 2px 4px rgba(202,209,222,0.15);
  box-shadow: 0px 8px 32px rgba(202,209,222,0.5), 0px 2px 4px rgba(202,209,222,0.15);
  border: none;
  z-index: 10;
}
.tablet .auth-widget__recomend-list .slick-arrow,
.phone .auth-widget__recomend-list .slick-arrow,
.auth-widget__recomend-list .slick-arrow.slick-disabled {
  display: none !important;
}
.auth-widget__recomend-list .slick-prev {
  left: -11px;
}
.auth-widget__recomend-list .slick-next {
  right: -11px;
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.auth-widget__recomend-item {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  padding: 16px 12px 8px;
  margin: 0 5px;
  width: 140px;
  min-width: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e2e5eb;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.175s;
  -moz-transition: all 0.175s;
  -o-transition: all 0.175s;
  -ms-transition: all 0.175s;
  transition: all 0.175s;
}
.auth-widget__recomend-item.skeleton {
  border: none;
  min-height: 96px;
}
.auth-widget__recomend-item.skeleton:nth-child(4) ~ .auth-widget__recomend-item.skeleton {
  display: none;
}
.smallDesktop .auth-widget_cachback .auth-widget__recomend-item {
  width: 124px;
  min-width: 124px;
}
.laptop .auth-widget_cachback .auth-widget__recomend-item {
  width: 124px;
  min-width: 124px;
}
.auth-widget__recomend-item:hover {
  -webkit-box-shadow: 0px 6px 16px rgba(202,209,222,0.5), 0px 2px 4px rgba(202,209,222,0.15);
  box-shadow: 0px 6px 16px rgba(202,209,222,0.5), 0px 2px 4px rgba(202,209,222,0.15);
  border-color: #fff;
}
.auth-widget__recomend-icon {
  height: 24px;
  margin-bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}
.auth-widget__recomend-text {
  color: #6e7782;
  font-size: 12px;
  line-height: 1.33;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-text {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-prc {
  color: #001424;
  font-size: 16px;
  line-height: 1.38;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-prc {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-prc {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-prc {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__product-name {
  height: 21px;
}
.auth-widget__recomend-books {
  white-space: nowrap;
}
.phone .auth-widget__recomend-books {
  margin-left: -18px;
  padding-left: 18px;
  margin-right: -18px;
  padding-right: 18px;
  overflow: auto;
  padding-bottom: 10px;
}
.auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(2) {
  margin-right: 0;
}
.tablet .auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(2) {
  margin-right: 14px;
}
.auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(3) {
  display: none;
}
.tablet .auth-widget__recomend-books_small .auth-widget__recomend-book:nth-child(3) {
  display: inline-block;
}
.auth-widget__recomend-book {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  width: 96px;
  margin-top: 10px;
}
.auth-widget__recomend-book:hover .auth-widget__recomend-book-title {
  color: #e30613;
}
.desktop .auth-widget__recomend-book {
  margin-right: 20px;
}
.smallDesktop .auth-widget__recomend-book {
  margin-right: 10px;
}
.laptop .auth-widget__recomend-book {
  margin-right: 10px;
}
.laptop .auth-widget__recomend-book:nth-child(3) {
  display: none;
}
.tablet .auth-widget__recomend-book {
  margin-right: 14px;
}
.phone .auth-widget__recomend-book {
  margin-right: 10px;
}
.auth-widget__recomend-book:last-child {
  margin-right: 0;
}
.auth-widget__recomend-book-img {
  width: 100%;
  height: 146px;
  background-color: #ccc;
  margin-bottom: 10px;
  background-image: url("../../i/auth-widget/book-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 24px rgba(0,20,36,0.16);
  box-shadow: 0px 4px 24px rgba(0,20,36,0.16);
  position: relative;
}
.auth-widget__recomend-book-img.skeleton {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
}
.auth-widget__recomend-book-title {
  font-size: 12px;
  line-height: 1.33;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-book-title {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-book-title {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-book-title {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-book-autor {
  font-size: 12px;
  line-height: 1.33;
  color: #6e7782;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-book-autor {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-book-autor {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-book-autor {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-book-progress {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top-left-radius: 8px;
  background: rgba(226,229,235,0.9);
  color: #333;
  font-size: 9px;
  padding: 3px 5px;
}
.auth-widget__recomend-movies {
  display: flex;
  margin-top: 11px;
}
.auth-widget__recomend-movie {
  margin-right: 10px;
  width: 135px;
}
.auth-widget__recomend-movie:hover .auth-widget__recomend-movie-title {
  color: #e30613;
}
.smallDesktop .auth-widget__recomend-movie {
  width: 122px;
}
.laptop .auth-widget__recomend-movie {
  width: 108px;
}
.tablet .auth-widget__recomend-movie {
  width: 152px;
  margin-right: 14px;
}
.phone .auth-widget__recomend-movie {
  width: auto;
}
.auth-widget__recomend-movie:last-child {
  margin-right: 0;
}
.auth-widget__recomend-movie-img {
  width: 135px;
  height: 100px;
  margin-bottom: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5;
  position: relative;
}
.smallDesktop .auth-widget__recomend-movie-img {
  width: 122px;
  height: 90px;
}
.laptop .auth-widget__recomend-movie-img {
  width: 108px;
  height: 80px;
}
.tablet .auth-widget__recomend-movie-img {
  width: 152px;
  height: 113px;
}
.phone .auth-widget__recomend-movie-img {
  width: 115px;
  height: 85px;
}
.auth-widget__recomend-movie-title {
  font-size: 14px;
  line-height: 1.29;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-movie-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-movie-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-movie-title {
    font-size: 14px;
    line-height: 1.29;
  }
}
.auth-widget__recomend-movie-type,
.auth-widget__recomend-movie-date {
  font-size: 12px;
  line-height: 1.33;
  color: #999;
}
@media screen and (max-width: 1679px) {
  .auth-widget__recomend-movie-type,
  .auth-widget__recomend-movie-date {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget__recomend-movie-type,
  .auth-widget__recomend-movie-date {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__recomend-movie-type,
  .auth-widget__recomend-movie-date {
    font-size: 12px;
    line-height: 1.33;
  }
}
.auth-widget__recomend-movie-rating {
  background: #e30613;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 9px;
  font-weight: 500;
  padding: 3px 6px 2px;
  color: #fff;
  border-radius: 4px;
}
.auth-widget__recomend-movie-cashback {
  position: absolute;
  left: 6px;
  bottom: 6px;
  font-size: 9px;
  color: #fff;
  font-weight: 500;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background: #e30613;
  padding: 3px 4px 2px;
}
.auth-widget__recomend-movie-cashback:before,
.auth-widget__recomend-movie-cashback:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 100%;
  border-right: 5px solid transparent;
}
.auth-widget__recomend-movie-cashback:before {
  border-top: 8px solid #e30613;
  top: 0;
}
.auth-widget__recomend-movie-cashback:after {
  border-bottom: 8px solid #e30613;
  bottom: 0;
}
.auth-widget__social-img {
  position: absolute;
  bottom: 0;
  right: 65px;
  width: 173px;
  height: 290px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .auth-widget__social-img {
    right: 28px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget__social-img {
    display: none;
  }
}
.auth-widget_with-img {
  padding-right: 200px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .auth-widget_with-img {
    padding-right: 185px;
  }
}
@media screen and (max-width: 590px) {
  .auth-widget_with-img {
    padding-right: 185px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget_with-img {
    padding-right: 20px;
  }
}
.auth-widget__img-wrapper {
  position: absolute;
  top: 20px;
  right: 0;
  width: 200px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 590px) {
  .auth-widget__img-wrapper {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget__img-wrapper {
    display: none;
  }
}
.auth-widget__img {
  width: 150px;
  max-width: 100%;
}
@media screen and (max-width: 590px) {
  .auth-widget_unauth .auth-widget__header {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget_unauth .auth-widget__header {
    margin-bottom: 40px;
  }
}
.auth-widget_unauth .auth-widget__logo {
  background-image: url("../../i/auth-widget/logo_gray.png");
}
@media screen and (max-width: 590px) {
  .auth-widget_unauth .auth-widget__img-wrapper {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 959px) {
  .auth-widget_unauth .auth-widget__img-wrapper {
    top: 20px;
  }
}
.auth-widget .tabs__list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 759px) {
  .auth-widget .tabs__list {
    display: none;
  }
}
.auth-widget .tabs__item {
  margin-left: 12px;
  min-height: 50px;
}
@media screen and (max-width: 959px) {
  .auth-widget .tabs__item {
    margin-left: 8px;
    min-height: auto;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .tabs__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_phone-with-price {
    width: calc(100% - 90px);
  }
  .auth-widget .field__col_phone-with-price .input-group_phone {
    width: 100%;
  }
}
@media screen and (max-width: 374px) {
  .auth-widget .field__col_phone-with-price {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__col_phone-with-price .input {
    min-width: 250px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__col_phone-with-price .input {
    min-width: auto;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_phone {
    width: 100%;
  }
  .auth-widget .field__col_phone .input-group_phone {
    width: 100%;
  }
}
.auth-widget .field__col_price {
  width: 100px;
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_price {
    width: 90px;
  }
}
@media screen and (max-width: 374px) {
  .auth-widget .field__col_price {
    width: 100%;
  }
}
.auth-widget .field__col_bottom {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__col_bottom {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .field__col_bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_bottom {
    width: 100%;
  }
}
.auth-widget .field__col_link {
  width: 100%;
  margin-top: 10px;
  line-height: 22px;
}
.auth-widget .field__col_link .link {
  font-size: 16px;
  line-height: 1.38;
}
@media screen and (max-width: 1679px) {
  .auth-widget .field__col_link .link {
    font-size: 15px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__col_link .link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__col_link .link {
    font-size: 14px;
    line-height: 1.29;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__col_link {
    width: auto;
    margin-left: 5px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__col_link {
    width: 100%;
    margin-top: 5px;
    margin-left: 0;
  }
}
.auth-widget .input {
  padding: 3px 12px;
  line-height: 31px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .auth-widget .input {
    line-height: 31px;
  }
}
.auth-widget .input-group .input {
  padding: 3px 12px 3px 53px;
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group .input {
    padding-top: 0;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group .input {
    padding-top: 1px;
    line-height: 24px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .btn {
    width: 100%;
  }
}
.smallPhone .auth-widget .btn {
  width: 100%;
}
.auth-widget .btn_large {
  font-size: 14px;
  line-height: 1;
  height: 48px;
  min-width: 130px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .btn_large {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .btn_large {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .btn_large {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .btn_large {
    padding: 13px 13px 15px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .btn_large {
    padding: 13px 20px 15px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .btn_large {
    height: 36px;
    width: 100%;
    padding: 0 15px;
    line-height: 34px;
  }
}
.auth-widget .field__row_center {
  text-align: center;
  font-size: 0;
}
.auth-widget .field__row_center .field__col {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.auth-widget .field__row_payment {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_payment {
    display: block;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .field__row_payment {
    flex-wrap: wrap;
  }
}
.auth-widget .field__row_payment .field__col_bottom {
  margin-top: 0;
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_payment .field__col_bottom {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_payment .field__col_bottom {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget .field__row_payment .field__col_bottom {
    margin-top: 10px;
  }
}
.auth-widget .field__row_payment .field__col_price {
  margin-left: 5px;
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_payment .field__col_price {
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_select {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_price {
    width: 50%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_price {
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_select .field__col_bottom {
    display: inline-block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select .field__col_bottom {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_bottom {
    display: inline-block;
    margin-left: 0;
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_bottom {
    width: 100%;
  }
}
@media screen and (max-width: 759px) and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_bottom .btn {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .field__row_select .field__col_price {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select .field__col_price {
    margin-top: 0;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .field__row_select .field__col_price {
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .field__row_select .field__col_phone-with-price .input {
    min-width: auto;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .field__row_select .field__col_phone-with-price {
    width: 100%;
  }
}
.auth-widget .tabs__list-wrap {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .auth-widget .tabs__list-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .tabs__list-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .auth-widget .tabs__item {
    height: 2rem;
    line-height: 2rem;
  }
}
.auth-widget .checkbox-list {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 759px) {
  .auth-widget .checkbox-list {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .checkbox-list__item {
    margin-bottom: 8px;
  }
}
.auth-widget .checkbox-list__item:last-child {
  margin-bottom: 15px;
}
.auth-widget .field__row-wrapper {
  width: 100%;
}
@media screen and (max-width: 440px) {
  .auth-widget .input_large {
    font-size: 15px;
    height: 36px;
  }
}
.auth-widget .input-group_large .input-group__prefix {
  font-size: 18px;
  line-height: 44px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_large .input-group__prefix {
    font-size: 17px;
    line-height: 44px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_large .input-group__prefix {
    font-size: 15px;
    line-height: 44px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_large .input-group__prefix {
    font-size: 15px;
    line-height: 44px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_large .input-group__prefix {
    width: 36px;
    height: 34px;
    font-size: 15px;
    line-height: 32px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_large .input {
    padding-left: 41px;
  }
}
.auth-widget .input-group_select {
  font-size: 0;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  height: 48px;
  line-height: 46px;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select {
    max-width: 270px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select {
    max-width: 320px;
  }
}
@media screen and (max-width: 959px) {
  .auth-widget .input-group_select {
    max-width: 300px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select {
    max-width: 100%;
    border: none;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select {
    height: 36px;
    line-height: 34px;
  }
}
.auth-widget .input-group_select .input-group__select {
  width: 100%;
  max-width: 120px;
  display: inline-block;
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .input-group__select {
    max-width: 110px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select .input-group__select {
    line-height: 34px;
  }
}
.auth-widget .input-group_select .input_large {
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select .input_large {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select .input_large {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .input_large {
    font-size: 15px;
    line-height: 34px;
  }
}
.auth-widget .input-group_select .jq-selectbox__select {
  border: none;
  font-size: 18px;
  line-height: 34px;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 440px) {
  .auth-widget .input-group_select .jq-selectbox__select {
    background: none;
    height: 34px;
  }
}
.auth-widget .input-group_select .jq-selectbox__select-text {
  color: #333;
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .jq-selectbox__select-text {
    -o-text-overflow: unset;
    text-overflow: unset;
  }
}
.auth-widget .input-group_select .jq-selectbox__dropdown {
  margin-top: 10px;
  font-size: 18px;
  line-height: 34px;
  font-family: 'MTSsans', 'Arial', sans-serif;
}
@media screen and (max-width: 1679px) {
  .auth-widget .input-group_select .jq-selectbox__dropdown {
    font-size: 17px;
    line-height: 34px;
  }
}
@media screen and (max-width: 1279px) {
  .auth-widget .input-group_select .jq-selectbox__dropdown {
    font-size: 15px;
    line-height: 34px;
  }
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .jq-selectbox__dropdown {
    font-size: 15px;
    line-height: 34px;
  }
}
.auth-widget .input-group_select .jq-selectbox__dropdown li {
  padding: 7px 20px 7px 12px;
}
.auth-widget .input-group_select .jq-selectbox__dropdown li:before {
  right: 5px;
}
.auth-widget .input-group_select .select {
  padding-left: 0;
  padding-right: 0;
}
.auth-widget .input-group_select .input {
  width: calc(100% - 120px);
  line-height: normal;
  padding-left: 12px;
  display: inline-block;
  border: none;
  border-left: 1px solid #e4e4e4;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 759px) {
  .auth-widget .input-group_select .input {
    margin-left: 10px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.auth-widget_vertical-body {
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
.auth-widget_vertical-body .auth-widget__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.auth-widget_shareholder {
  padding: 24px 30px 20px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder {
    padding: 20px;
  }
}
.auth-widget_shareholder .auth-widget__img {
  width: 190px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder .auth-widget__img {
    width: 170px;
  }
}
.auth-widget_shareholder .auth-widget__img-wrapper {
  width: 190px;
  height: 170px;
  right: 25px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder .auth-widget__img-wrapper {
    width: 170px;
    height: 152px;
    right: 20px;
  }
}
@media screen and (max-width: 590px) {
  .auth-widget_shareholder .auth-widget__img-wrapper {
    top: 20px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget_shareholder .auth-widget__img-wrapper {
    display: none;
  }
}
.auth-widget_shareholder.auth-widget_with-img {
  padding-right: 225px;
}
@media screen and (max-width: 1279px) {
  .auth-widget_shareholder.auth-widget_with-img {
    padding-right: 210px;
  }
}
@media screen and (max-width: 479px) {
  .auth-widget_shareholder.auth-widget_with-img {
    padding-right: 20px;
  }
}
.auth-widget_shareholder .auth-widget__body-form {
  margin-top: 32px;
}
@media screen and (max-width: 759px) {
  .auth-widget_shareholder .auth-widget__body-form {
    margin-top: 24px;
  }
}
.auth-widget_shareholder .auth-widget__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auth-widget_shareholder .btn_large {
  line-height: 46px;
  padding: 0 30px;
}
@media screen and (max-width: 440px) {
  .auth-widget_shareholder .btn_large {
    line-height: 34px;
    padding: 0 15px;
  }
}
