@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic&amp;subset=latin,cyrillic-ext,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=cyrillic,cyrillic-ext);
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.p0 {
  padding: 0;
}
.p15 {
  padding: 15px;
}
.p30 {
  padding: 30px;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.h100 {
  height: 100%;
}
.h50 {
  height: 50%;
}
.mh100 {
  min-height: 100%;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.textarea {
  width: 100%;
  max-width: 100%;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus,
.btn.active:focus {
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  pointer-events: none;
}
input,
input:focus,
input:active,
textarea,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}
input:focus,
input:active,
.form-control:focus,
.form-control:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}
img {
  vertical-align: middle;
  border: 0;
  width: 100%;
}
/*Общие стили*/
.checkbox .label-checkbox {
  padding-left: 0 !important;
  padding-right: 20px;
}
.major {
  color: #174735;
  font-weight: 600 !important;
}
#case-add {
  padding-left: 20px;
  padding-right: 80px;
}
.bolder {
  font-weight: bolder;
  font-size: 14px;
  text-transform: uppercase;
}
.pull-down {
  margin-top: 24px;
}
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
}
.checkbox-label {
  margin-right: 20px;
  margin-top: 10px;
}
.big-form {
  min-height: 175px;
}
.success {
  color: #868686;
  margin-top: 10px;
}
.subtitle {
  color: #868686;
  font-size: 14px;
}
.sub-blocks {
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-around;
  margin: 30px -15px;
}
.sub-blocks > div {
  overflow: hidden;
}
.sub-blocks.contact-data {
  margin: 0;
}
.sub-blocks .block-border {
  position: relative;
  min-width: 205px;
  margin: 0 10px;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 300;
}
.sub-blocks .block-border h3 {
  color: gray;
  margin-top: 0;
  font-size: 16px !important;
  margin-bottom: 5px;
  font-weight: 300 !important;
}
.case-text {
  background: white;
  border: solid rgba(170, 170, 170, 0.4) 1px;
  padding: 20px;
}
a.line {
  text-decoration: none;
}
a.line:hover {
  text-decoration: none;
}
.subheading {
  font-size: 15px;
  color: #868686;
  text-transform: uppercase;
  margin-bottom: 10px;
}
div.line.heading {
  margin-top: 15px;
}
.col-xs-12,
.col-xs-4,
.col-xs-3,
.col-xs-5,
.col-xs-7,
.container {
  padding: 0;
}
.col-xs-4,
.container {
  width: inherit;
}
div.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.block-border {
  padding: 20px;
  border-radius: 6px;
  border: 1px solid rgba(170, 170, 170, 0.4);
  margin: 10px 0px 20px;
}
.block-border p {
  margin: 10px;
}
.info {
  margin-top: 30px;
  text-align: center;
}
.info p {
  color: #868686;
  font-size: 14px;
  line-height: 1;
}
span.red-star {
  color: red;
  margin-left: 5px;
}
/*Flexboxes*/
.flex {
  display: flex;
}
.flex:last-child {
  margin-bottom: 0px;
}
.flex-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-container {
  display: flex;
  margin-bottom: 10px;
}
.flex-container .text-right {
  margin-left: auto;
}
.flex-pull-right {
  margin-left: auto;
  justify-content: flex-end;
}
.flex-pull-left {
  margin-right: auto;
  justify-content: flex-start;
}
.flex-pull-bottom {
  margin-top: auto;
  padding: 0px;
}
/*Ошибки*/
div.error-container {
  margin-bottom: 25px;
}
.field-validation-error {
  color: #ff2222;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.input-validation-error {
  border-color: #ff2222 !important;
}
/*Список и детали акций Campaign/Index и Campaign/Details*/
#campaign {
  /*Детали акции*/
  /*Банер*/
  /*Карточка акции*/
}
#campaign .row > img {
  max-height: 240px;
  height: 240px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  max-width: 300px;
}
#campaign .offer-special-big {
  margin-top: 5px;
  padding: 0px;
}
/*Таблицы*/
#inner-pages {
  /*Позиции чека Cheque/Details*/
  /*ЛЕГКАЯ ВЕРСИЯ Позиции чека Cheque/Details*/
  /*Обращения Case/Index*/
  /*Сообщения Message/Index*/
  /*Чеки Cheques/Index*/
  /*ВЕРСИЯ БЕЗ ДЕНЕГ Чеки Cheques/Index*/
  /*Денежные средства MoneyTransaction/Index*/
  /*ЛЕГКАЯ ВЕРСИЯ Денежные средства MoneyTransaction/Index*/
  /*Бонусы Bonus/Index*/
  /*Бонусы по чеку Bonus/ByCheque*/
  /*Списки покупок PurchaseList/Index*/
  /*Покупки PurchaseList/Details*/
}
#inner-pages .block-table-cheque-info {
  margin-bottom: 30px;
}
#inner-pages .block-table-cheque-info > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-cheque-info > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-cheque-info .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheque-info .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheque-info .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-cheque-info .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-cheque-info .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-cheque-info .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-cheque-info .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 13.75%;
  text-align: center;
}
#inner-pages .block-table-cheque-info .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-cheque-info .line > div:nth-child(1) {
  width: 2%;
}
#inner-pages .block-table-cheque-info .line > div:nth-child(2) {
  width: 20%;
}
#inner-pages .block-table-cheque-info .line > div:nth-child(3) {
  width: 16%;
}
#inner-pages .block-table-cheque-info .line > div:nth-child(4) {
  width: 7%;
}
#inner-pages .block-table-cheque-info .line > div:nth-child(1),
#inner-pages .block-table-cheque-info .line > div:nth-child(2),
#inner-pages .block-table-cheque-info .line > div:nth-child(3),
#inner-pages .block-table-cheque-info .line > div:nth-child(4) {
  text-align: left;
}
#inner-pages .block-table-cheque-info .line > div a {
  color: #333333;
}
#inner-pages .block-table-cheque-info .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-cheque-info .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-cheque-info .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-cheque-info .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-cheque-info .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-cheque-info .line .red-star {
  margin: 0;
}
#inner-pages .block-table-cheque-info .line {
  height: auto;
}
#inner-pages .block-table-cheque-info .line:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheque-info .line div:nth-child(3) {
  text-align: center;
}
#inner-pages .block-table-cheque-info .line div:nth-child(4) {
  text-align: center;
}
#inner-pages .block-table-cheque-info-light {
  margin-bottom: 30px;
}
#inner-pages .block-table-cheque-info-light > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-cheque-info-light > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-cheque-info-light .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheque-info-light .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheque-info-light .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-cheque-info-light .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-cheque-info-light .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-cheque-info-light .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-cheque-info-light .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 17%;
  text-align: center;
}
#inner-pages .block-table-cheque-info-light .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-cheque-info-light .line > div:nth-child(1) {
  width: 2%;
}
#inner-pages .block-table-cheque-info-light .line > div:nth-child(2) {
  width: 30%;
}
#inner-pages .block-table-cheque-info-light .line > div:nth-child(1),
#inner-pages .block-table-cheque-info-light .line > div:nth-child(2) {
  text-align: left;
}
#inner-pages .block-table-cheque-info-light .line > div a {
  color: #333333;
}
#inner-pages .block-table-cheque-info-light .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-cheque-info-light .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-cheque-info-light .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-cheque-info-light .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-cheque-info-light .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-cheque-info-light .line .red-star {
  margin: 0;
}
#inner-pages .block-table-cheque-info-light .line {
  height: auto;
}
#inner-pages .block-table-cheque-info-light .line:hover {
  background: rgba(213, 9, 9, 0.1) !important;
  cursor: default;
}
#inner-pages .block-table-cheque-info-light .line.heading:hover {
  background: #fafafa !important;
  cursor: default;
}
#inner-pages .block-table-cases {
  margin-bottom: 30px;
}
#inner-pages .block-table-cases > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-cases > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-cases .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cases .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cases .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-cases .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-cases .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-cases .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-cases .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 30%;
  text-align: center;
}
#inner-pages .block-table-cases .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-cases .line > div:nth-child(1) {
  width: 20%;
}
#inner-pages .block-table-cases .line > div:nth-child(2) {
  width: 50%;
}
#inner-pages .block-table-cases .line > div:nth-child(1),
#inner-pages .block-table-cases .line > div:nth-child(2) {
  text-align: left;
}
#inner-pages .block-table-cases .line > div a {
  color: #333333;
}
#inner-pages .block-table-cases .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-cases .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-cases .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-cases .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-cases .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-cases .line .red-star {
  margin: 0;
}
#inner-pages .block-table-messages {
  margin-bottom: 30px;
}
#inner-pages .block-table-messages > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-messages > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-messages .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-messages .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-messages .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-messages .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-messages .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-messages .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-messages .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: NaN%;
  text-align: center;
}
#inner-pages .block-table-messages .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-messages .line > div:nth-child(1) {
  width: 20%;
}
#inner-pages .block-table-messages .line > div:nth-child(2) {
  width: 80%;
}
#inner-pages .block-table-messages .line > div:nth-child(1),
#inner-pages .block-table-messages .line > div:nth-child(2) {
  text-align: left;
}
#inner-pages .block-table-messages .line > div a {
  color: #333333;
}
#inner-pages .block-table-messages .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-messages .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-messages .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-messages .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-messages .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-messages .line .red-star {
  margin: 0;
}
#inner-pages .block-table-messages .new-message {
  background-color: #f9f8f8;
}
#inner-pages .block-table-messages p {
  margin-bottom: 0px !important;
  overflow: auto;
  white-space: initial;
}
#inner-pages .block-table-messages > a > div > p.text-collapsed {
  white-space: nowrap;
}
#inner-pages .block-table-messages > a > div > p.text-expanded {
  display: none;
  white-space: normal;
}
#inner-pages .block-table-messages .line.highlighted-line {
  background-color: rgba(102, 204, 0, 0.1);
  height: 100%;
}
#inner-pages .block-table-messages .line .align-top {
  margin: 10px 0;
}
#inner-pages .block-table-cheques {
  margin-bottom: 30px;
}
#inner-pages .block-table-cheques > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-cheques > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-cheques .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheques .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheques .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-cheques .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-cheques .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-cheques .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-cheques .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 15%;
  text-align: center;
}
#inner-pages .block-table-cheques .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-cheques .line > div:nth-child(1) {
  width: 18%;
}
#inner-pages .block-table-cheques .line > div:nth-child(2) {
  width: 2%;
}
#inner-pages .block-table-cheques .line > div:nth-child(3) {
  width: 20%;
}
#inner-pages .block-table-cheques .line > div:nth-child(1),
#inner-pages .block-table-cheques .line > div:nth-child(2),
#inner-pages .block-table-cheques .line > div:nth-child(3) {
  text-align: left;
}
#inner-pages .block-table-cheques .line > div a {
  color: #333333;
}
#inner-pages .block-table-cheques .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-cheques .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-cheques .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-cheques .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-cheques .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-cheques .line .red-star {
  margin: 0;
}
#inner-pages .block-table-cheques .line div:nth-child(8) {
  width: 18%;
}
#inner-pages .block-table-cheques-no-money {
  margin-bottom: 30px;
}
#inner-pages .block-table-cheques-no-money > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-cheques-no-money > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-cheques-no-money .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheques-no-money .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-cheques-no-money .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-cheques-no-money .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-cheques-no-money .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-cheques-no-money .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-cheques-no-money .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 19.33333333%;
  text-align: center;
}
#inner-pages .block-table-cheques-no-money .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-cheques-no-money .line > div:nth-child(1) {
  width: 20%;
}
#inner-pages .block-table-cheques-no-money .line > div:nth-child(2) {
  width: 2%;
}
#inner-pages .block-table-cheques-no-money .line > div:nth-child(3) {
  width: 20%;
}
#inner-pages .block-table-cheques-no-money .line > div:nth-child(1),
#inner-pages .block-table-cheques-no-money .line > div:nth-child(2),
#inner-pages .block-table-cheques-no-money .line > div:nth-child(3) {
  text-align: left;
}
#inner-pages .block-table-cheques-no-money .line > div a {
  color: #333333;
}
#inner-pages .block-table-cheques-no-money .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-cheques-no-money .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-cheques-no-money .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-cheques-no-money .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-cheques-no-money .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-cheques-no-money .line .red-star {
  margin: 0;
}
#inner-pages .block-table-money-transaction {
  margin-bottom: 30px;
}
#inner-pages .block-table-money-transaction > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-money-transaction > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-money-transaction .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-money-transaction .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-money-transaction .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-money-transaction .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-money-transaction .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-money-transaction .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-money-transaction .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 16.5%;
  text-align: center;
}
#inner-pages .block-table-money-transaction .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-money-transaction .line > div:nth-child(1) {
  width: 25%;
}
#inner-pages .block-table-money-transaction .line > div:nth-child(2) {
  width: 2%;
}
#inner-pages .block-table-money-transaction .line > div:nth-child(3) {
  width: 40%;
}
#inner-pages .block-table-money-transaction .line > div:nth-child(1),
#inner-pages .block-table-money-transaction .line > div:nth-child(2),
#inner-pages .block-table-money-transaction .line > div:nth-child(3) {
  text-align: left;
}
#inner-pages .block-table-money-transaction .line > div a {
  color: #333333;
}
#inner-pages .block-table-money-transaction .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-money-transaction .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-money-transaction .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-money-transaction .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-money-transaction .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-money-transaction .line .red-star {
  margin: 0;
}
#inner-pages .block-table-money-transaction-light {
  margin-bottom: 30px;
}
#inner-pages .block-table-money-transaction-light > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-money-transaction-light > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-money-transaction-light .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-money-transaction-light .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-money-transaction-light .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-money-transaction-light .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-money-transaction-light .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-money-transaction-light .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-money-transaction-light .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 18%;
  text-align: center;
}
#inner-pages .block-table-money-transaction-light .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-money-transaction-light .line > div:nth-child(1) {
  width: 30%;
}
#inner-pages .block-table-money-transaction-light .line > div:nth-child(2) {
  width: 2%;
}
#inner-pages .block-table-money-transaction-light .line > div:nth-child(3) {
  width: 50%;
}
#inner-pages .block-table-money-transaction-light .line > div:nth-child(1),
#inner-pages .block-table-money-transaction-light .line > div:nth-child(2),
#inner-pages .block-table-money-transaction-light .line > div:nth-child(3) {
  text-align: left;
}
#inner-pages .block-table-money-transaction-light .line > div a {
  color: #333333;
}
#inner-pages .block-table-money-transaction-light .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-money-transaction-light .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-money-transaction-light .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-money-transaction-light .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-money-transaction-light .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-money-transaction-light .line .red-star {
  margin: 0;
}
#inner-pages .block-table-bonuses {
  margin-bottom: 30px;
}
#inner-pages .block-table-bonuses > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-bonuses > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-bonuses .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-bonuses .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-bonuses .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-bonuses .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-bonuses .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-bonuses .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-bonuses .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 12.5%;
  text-align: center;
}
#inner-pages .block-table-bonuses .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-bonuses .line > div:nth-child(1) {
  width: 10%;
}
#inner-pages .block-table-bonuses .line > div:nth-child(2) {
  width: 2%;
}
#inner-pages .block-table-bonuses .line > div:nth-child(3) {
  width: 18%;
}
#inner-pages .block-table-bonuses .line > div:nth-child(4) {
  width: 20%;
}
#inner-pages .block-table-bonuses .line > div:nth-child(1),
#inner-pages .block-table-bonuses .line > div:nth-child(2),
#inner-pages .block-table-bonuses .line > div:nth-child(3),
#inner-pages .block-table-bonuses .line > div:nth-child(4) {
  text-align: left;
}
#inner-pages .block-table-bonuses .line > div a {
  color: #333333;
}
#inner-pages .block-table-bonuses .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-bonuses .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-bonuses .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-bonuses .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-bonuses .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-bonuses .line .red-star {
  margin: 0;
}
#inner-pages .block-table-bonuses .line {
  font-size: 14px;
}
#inner-pages .block-table-bonuses-bycheque {
  margin-bottom: 30px;
}
#inner-pages .block-table-bonuses-bycheque > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-bonuses-bycheque > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-bonuses-bycheque .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-bonuses-bycheque .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-bonuses-bycheque .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-bonuses-bycheque .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-bonuses-bycheque .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-bonuses-bycheque .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-bonuses-bycheque .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 11.6%;
  text-align: center;
}
#inner-pages .block-table-bonuses-bycheque .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-bonuses-bycheque .line > div:nth-child(1) {
  width: 2%;
}
#inner-pages .block-table-bonuses-bycheque .line > div:nth-child(2) {
  width: 20%;
}
#inner-pages .block-table-bonuses-bycheque .line > div:nth-child(3) {
  width: 20%;
}
#inner-pages .block-table-bonuses-bycheque .line > div:nth-child(1),
#inner-pages .block-table-bonuses-bycheque .line > div:nth-child(2),
#inner-pages .block-table-bonuses-bycheque .line > div:nth-child(3) {
  text-align: left;
}
#inner-pages .block-table-bonuses-bycheque .line > div a {
  color: #333333;
}
#inner-pages .block-table-bonuses-bycheque .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-bonuses-bycheque .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-bonuses-bycheque .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-bonuses-bycheque .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-bonuses-bycheque .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-bonuses-bycheque .line .red-star {
  margin: 0;
}
#inner-pages .block-table-bonuses-bycheque .line {
  height: auto;
}
#inner-pages .block-table-purchase-lists {
  margin-bottom: 30px;
}
#inner-pages .block-table-purchase-lists > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-purchase-lists > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-purchase-lists .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-purchase-lists .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-purchase-lists .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-purchase-lists .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-purchase-lists .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-purchase-lists .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-purchase-lists .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 20%;
  text-align: center;
}
#inner-pages .block-table-purchase-lists .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-purchase-lists .line > div:nth-child(1) {
  width: 30%;
}
#inner-pages .block-table-purchase-lists .line > div:nth-child(2) {
  width: 50%;
}
#inner-pages .block-table-purchase-lists .line > div:nth-child(1),
#inner-pages .block-table-purchase-lists .line > div:nth-child(2) {
  text-align: left;
}
#inner-pages .block-table-purchase-lists .line > div a {
  color: #333333;
}
#inner-pages .block-table-purchase-lists .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-purchase-lists .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-purchase-lists .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-purchase-lists .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-purchase-lists .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-purchase-lists .line .red-star {
  margin: 0;
}
#inner-pages .block-table-purchase-lists .line:hover .on-hover {
  visibility: visible;
}
#inner-pages .block-table-purchase-lists .line .on-hover {
  visibility: hidden;
}
#inner-pages .block-table-purchase-lists .line > div:nth-child(2) {
  text-align: center;
}
#inner-pages .block-table-purchase-lists .line > div > div {
  display: inline-block;
  width: 30%;
}
#inner-pages .block-table-purchase-lists .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-purchases {
  margin-bottom: 30px;
}
#inner-pages .block-table-purchases > a:hover {
  background-color: rgba(102, 204, 0, 0.2);
}
#inner-pages .block-table-purchases > a.line-return:hover {
  background: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .block-table-purchases .nolink:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-purchases .nolink.line-return:hover {
  background: none !important;
  cursor: default;
}
#inner-pages .block-table-purchases .line {
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  padding: 8px 15px;
  color: #333333;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -ms-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  width: 100%;
  display: flex;
  align-items: center;
}
#inner-pages .block-table-purchases .line button {
  width: 100%;
  margin: 0;
}
#inner-pages .block-table-purchases .line .align-top {
  align-self: flex-start;
}
#inner-pages .block-table-purchases .line .show-full-text {
  word-break: break-word;
  white-space: normal;
  text-overflow: initial;
}
#inner-pages .block-table-purchases .line > div {
  display: block;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 13.4%;
  text-align: center;
}
#inner-pages .block-table-purchases .line > div.ascent {
  font-weight: 600;
  color: #174735;
}
#inner-pages .block-table-purchases .line > div:nth-child(1) {
  width: 3%;
}
#inner-pages .block-table-purchases .line > div:nth-child(2) {
  width: 30%;
}
#inner-pages .block-table-purchases .line > div:nth-child(1),
#inner-pages .block-table-purchases .line > div:nth-child(2) {
  text-align: left;
}
#inner-pages .block-table-purchases .line > div a {
  color: #333333;
}
#inner-pages .block-table-purchases .line > div a:hover {
  color: #333333;
  text-decoration: none;
}
#inner-pages .block-table-purchases .line > div p {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
#inner-pages .block-table-purchases .line.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-purchases .line .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-purchases .line .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-purchases .line .red-star {
  margin: 0;
}
#inner-pages .block-table-purchases.heading {
  font-size: 14px;
  color: #868686;
}
#inner-pages .block-table-purchases .date {
  margin-bottom: 2px;
}
#inner-pages .block-table-purchases .shop {
  font-size: 14px;
  color: #868686;
  margin-bottom: 0;
  white-space: nowrap;
}
#inner-pages .block-table-purchases .line {
  border-bottom: none;
}
#inner-pages .block-table-purchases .line .count-edit {
  width: 100%;
  display: flex;
  background-color: #ffffff;
}
#inner-pages .block-table-purchases .line .count-edit input {
  width: 100%;
  border: none;
  text-align: center;
}
#inner-pages .line-return {
  background: rgba(213, 9, 9, 0.1);
}
#inner-pages .line-return:hover {
  background-color: rgba(133, 134, 3, 0.28) !important;
}
#inner-pages .tag {
  margin-top: 10px;
  display: inline-block;
  padding: 3px;
  padding-right: 30px;
}
#inner-pages .tag.tag-return {
  background-color: rgba(213, 9, 9, 0.1);
}
#inner-pages .two-row .line {
  height: 50px;
}
#inner-pages .line.line-top {
  border-bottom: none;
  font-weight: 600 !important;
  height: 25px;
}
#inner-pages .line.line-top:first-child {
  margin-top: 10px;
}
#inner-pages .hidden {
  display: none;
}
/*Список чеков Cheque/Index*/
#cheque button.js-ajax-get-cheque-page,
#bonus button.js-ajax-get-cheque-page,
#money button.js-ajax-get-cheque-page,
#cheque button.js-ajax-get-bonus-page,
#bonus button.js-ajax-get-bonus-page,
#money button.js-ajax-get-bonus-page,
#cheque button.js-ajax-get-cheque-page-filter,
#bonus button.js-ajax-get-cheque-page-filter,
#money button.js-ajax-get-cheque-page-filter,
#cheque button.js-ajax-get-money-page,
#bonus button.js-ajax-get-money-page,
#money button.js-ajax-get-money-page {
  margin-top: 20px;
}
/*Регистрация, логин и восстановление пароля*/
#forms-pages .line {
  border-top: 0 !important;
  border-bottom: 1px solid #D4D3D3;
  margin-top: 21px;
  margin-bottom: 27px;
}
#forms-pages .nice-checkbox-alt {
  /* Cтили для IE8 и более старых версий*/
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
  /* Для браузеров, которые не поддерживают селекторы с плюсом.*/
  /* Прячем оригинальный чекбокс. */
  /* Оформление первой части чекбокса в выключенном состоянии (фон). */
  /* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
  /* Меняем фон чекбокса, когда он включен. */
  /* Сдвигаем переключатель чекбокса, когда он включен. */
}
#forms-pages .nice-checkbox-alt label {
  cursor: pointer;
}
#forms-pages .nice-checkbox-alt:not(checked) {
  position: absolute;
  opacity: 0;
}
#forms-pages .nice-checkbox-alt:not(checked) + label {
  position: relative;
  padding: 0 0 0 47px;
}
#forms-pages .nice-checkbox-alt:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 38px;
  height: 20px;
  border-radius: 13px;
  background: #E4E4E4;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
#forms-pages .nice-checkbox-alt:not(checked) + label:after {
  content: '';
  position: absolute;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all .2s;
}
#forms-pages .nice-checkbox-alt:checked + label:before {
  background: #174735;
  opacity: 0.8;
}
#forms-pages .nice-checkbox-alt:checked + label:after {
  left: 20px;
}
#forms-pages .form-group {
  margin-bottom: 10px;
}
#forms-pages .login-forms {
  width: 278px;
  height: 40px;
  /*border: 1px solid #ccc;*/
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}
#forms-pages .login-forms.phone {
  width: 246px;
  min-width: 246px;
}
#forms-pages .login-forms:focus {
  border-color: #174735;
}
#forms-pages .login-forms:hover :focus {
  border-color: #B3B3B3;
}
#forms-pages .login-forms:hover {
  border-color: rgba(23, 71, 53, 0.6) !important;
}
#forms-pages .login-forms.btn {
  height: 36px;
  background-color: #FCFCFC;
  border-radius: 3px;
  margin-bottom: 10px;
}
#forms-pages .border-container {
  border: none;
}
#forms-pages .border-container .pre-input {
  border-right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#forms-pages .border-container .reg-forms {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#forms-pages .border-container.focused .pre-input {
  border-top: 1px solid #174735 !important;
  border-bottom: 1px solid #174735 !important;
  border-left: 1px solid #174735 !important;
}
#forms-pages .border-container.focused .pre-input:hover + .js-phone-mask {
  border-color: #174735 !important;
}
#forms-pages .border-container.input-validation-error .pre-input {
  border-top: 1px solid #ff2222 !important;
  border-bottom: 1px solid #ff2222 !important;
  border-left: 1px solid #ff2222 !important;
}
#forms-pages .border-container.input-validation-error .pre-input:hover + .js-phone-mask {
  border-color: #ff2222 !important;
}
#forms-pages .border-container:hover .pre-input {
  border-top: 1px solid rgba(23, 71, 53, 0.6) !important;
  border-bottom: 1px solid rgba(23, 71, 53, 0.6) !important;
  border-left: 1px solid rgba(23, 71, 53, 0.6) !important;
}
#forms-pages .border-container:hover .pre-input:hover + .js-phone-mask {
  border-color: rgba(23, 71, 53, 0.6) !important;
}
#forms-pages .form-title {
  width: 280px;
  background-color: rgba(250, 250, 250, 0.8);
}
#forms-pages .custom-label {
  padding-left: 0;
}
#forms-pages .custom-label.nice-checkbox {
  margin-bottom: 10px;
}
#forms-pages .custom-label.label-checkbox {
  padding: 0;
}
#forms-pages .credit-card {
  margin-bottom: 50px !important;
  padding: 0 !important;
  height: 176px !important;
}
#forms-pages .credit-card .card-placeholder {
  height: 176px !important;
}
#forms-pages .credit-card .field-validation-error {
  margin-top: -54px;
  margin-left: 12px;
}
#forms-pages .credit-card .form-group {
  top: -71px;
  margin: 0 10px 0 10px;
}
#forms-pages .offer-special-big > img {
  margin-top: 30px;
  margin-bottom: 30px;
}
#forms-pages .form-group input[type="checkbox"] {
  vertical-align: middle;
}
#forms-pages .page {
  padding: 0px;
  margin-bottom: 50px;
}
#forms-pages div.col-xs-6 {
  padding: 0;
}
#forms-pages div.col-xs-6.left .form-group {
  margin-right: 25px;
}
#forms-pages div.col-xs-6.right .form-group {
  margin-left: 25px;
}
#forms-pages div.checkbox {
  margin-bottom: 2px;
}
.registration-form-container form {
  width: 70% !important;
}
.registration-form-container .registration-form-text {
  width: 70%;
  margin: 0 auto;
}
/*Переключатели пола*/
.w100 > label.btn {
  border: 1px solid rgba(170, 170, 170, 0.4);
  padding: 5px 25px 5px 25px;
  color: #868686;
  height: 39px;
  width: 125px;
  margin: 0;
  background: none !important;
}
.w100 > label.btn > label {
  padding-top: 5px;
}
.w100 > label:hover.btn {
  background-color: rgba(255, 255, 255, 0.9);
}
.w100 > label:active.btn {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.w100 > label:first-child {
  margin-left: 0;
}
.w100 > label:last-child {
  margin-right: 0;
  float: right;
}
.w100 > label > label {
  margin: 0;
}
.w100 > label.active {
  color: #333333 !important;
  background-color: white !important;
}
/*Профиль пользователя Contact/Details и Contact/Edit*/
#profile .open-link {
  font-size: 14px;
}
#profile .block {
  margin-top: 20px;
}
#profile .block .sub-blocks {
  margin: 0;
  margin-top: 20px;
}
#profile .block .sub-blocks h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
#profile .pre-input {
  position: relative;
}
#profile .form-block > p {
  margin-top: 10px;
  color: #868686;
}
#profile .user-block .img-container {
  margin-right: 15px;
}
#profile .user-block .user-info {
  margin-left: 0px;
}
#profile .block-border {
  padding: 20px;
}
#profile .editing > .user-info {
  margin-left: -10px;
}
/*Вкладки в Partner/Faq*/
.tab-content {
  margin-top: 20px;
}
.tab-content .tab-pane.active {
  padding: 0;
}
.nav-tabs {
  border-bottom: none;
  margin-top: 17px;
  margin-bottom: 30px;
}
.nav-tabs > li > a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
  padding: 0 20px 0 20px;
  text-decoration: none;
  color: #868686;
  border-radius: 0px;
  background: none !important;
}
.nav-tabs > li > a:hover {
  border: none;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
}
.nav-tabs > li > a:focus {
  border: none;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
}
.nav-tabs > li:hover a {
  color: #174735;
}
.nav-tabs > li:first-child a {
  padding: 0px;
  padding-right: 20px;
  border: none !important;
}
.nav-tabs > li.active a {
  color: #333333;
  background: none;
  border: none;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
}
.nav-tabs > li.active a:hover {
  border: none;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
}
.nav-tabs > li.active a:focus {
  color: #333333;
  border: none;
  border-left: 1px solid rgba(170, 170, 170, 0.4);
}
.tab-pane {
  background: #fafafa;
  border-radius: 0;
  padding: 10px;
}
/*Форма создания обращений Case/Add*/
#case-add label[for] {
  cursor: pointer;
}
#case-add input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}
#case-add input[type="checkbox"] {
  margin-top: -1px;
  vertical-align: middle;
}
#case-add > div > div {
  margin-top: 10px;
}
#case-add > div > div > input[type="radio"] {
  margin-left: 15px;
}
#case-add p.ascent {
  margin-top: 4px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.full-width .full-width-offer {
  display: flex;
  position: relative;
  margin-bottom: 15px;
  background-image: url('http://www.samsung.com/ru/consumer-images/type/accessories/Mobile_Devices_Mobile_Accessories3-2-0-0.jpg');
  height: 400px;
  margin-top: -26px;
  background-position: center;
  background-size: cover;
  justify-content: center;
  align-items: center;
}
.full-width .full-width-offer img {
  display: none;
}
@-moz-document url-prefix() {
  #forms-pages .forget-pass {
    margin-top: 5px;
  }
  .remember-me {
    top: 5px !important;
  }
}
.popover {
  border: 1px solid rgba(170, 170, 170, 0.4);
}
.popover.bottom > .arrow {
  margin-left: -12px;
  top: -10px;
}
.popover .popover-content {
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
.autocomplete-suggestion {
  display: flex;
  height: 50px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.4);
  line-height: 50px;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-no-suggestion {
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
}
.autocomplete-selected {
  background: #fafafa;
}
.autocomplete-suggestions {
  background: #ffffff;
  border: 1px solid rgba(170, 170, 170, 0.4);
  border-top: none;
  border-radius: 0;
  overflow: auto;
}
.autocomplete-suggestions div.product-name {
  width: 70%;
  margin-left: 60px;
}
.autocomplete-suggestions div.product-price {
  width: 10%;
}
.autocomplete-suggestions div.product-bonus {
  width: 10%;
}
.search-field {
  background: #ffffff;
  border: 1px solid rgba(170, 170, 170, 0.4);
  width: 100%;
  display: flex;
  height: 50px;
}
.search-field input {
  width: 90%;
  border: none;
  padding-left: 10px;
}
.panel .panel-block .w100 label.btn.gender-btn {
  width: 88px;
  border-radius: 3px;
  background-color: rgba(250, 250, 250, 0);
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 0px;
}
.panel .panel-block .w100 label.btn.gender-btn:hover {
  border-color: rgba(23, 71, 53, 0.6) !important;
}
/*Preloader*/
.gly-spin {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-document url-prefix() {
  .flex .nice-checkbox {
    top: 3px;
  }
}
.forget-pass {
  margin-top: 8px !important;
}
#profile .col-xs-6 {
  padding-left: 0;
}
#profile .gender-btn {
  border-radius: 3px;
  margin-bottom: 10px;
  margin-top: 30px;
  height: 39px;
  width: 100px;
  margin: 0 4px 0px 0px;
  background-color: rgba(252, 252, 252, 0);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#profile .gender-btn.active {
  color: #333333 !important;
  background-color: white !important;
}
#profile .gender-btn label {
  padding-top: 0;
}
#profile .form-group {
  margin-bottom: 0;
}
#profile .nice-checkbox {
  /*top: -3px !important;*/
  margin: 0 10px 0 0 !important;
}
#profile .has-children-div {
  display: flex;
  margin-top: 9px;
  margin-bottom: 7px;
}
#profile .edit-form {
  margin-top: -10px;
}
#profile .child,
#profile .pet {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px dotted rgba(170, 170, 170, 0.4);
}
#profile .child:last-child,
#profile .pet:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
#profile .block-border {
  margin: 15px 0px 10px;
}
#profile .subtitle {
  width: 150px;
  min-width: 150px;
}
#profile .flex {
  max-width: 225px;
  -ms-word-break: break-all;
  word-break: break-all;
}
.nice-checkbox {
  -webkit-appearance: none;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px 10px 0px 0 !important;
  cursor: pointer;
  background: #fff;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative !important;
  outline: none;
  top: 4px;
}
.nice-checkbox.disabled {
  cursor: default !important;
  border: 1px solid #666666;
  opacity: .4;
}
.nice-checkbox:checked:after {
  content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -3px;
  left: -5px;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
form#registration {
  width: 70%;
}
form#registration .label-checkbox.custom-label {
  width: 95%;
}
form#registration input[type="checkbox"] {
  vertical-align: baseline !important;
}
.coupon-number {
  font-size: 18px;
}
.print {
  margin-top: 10px;
}
.print.header {
  background-color: #868686;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.print.header img {
  max-height: 100%;
  width: auto;
}
.print .container {
  width: 500px !important;
}
.add-virtual-card-error-container .field-validation-error {
  width: 270px;
  margin-top: 5px;
}
.page-dialog__social-container {
  display: flex;
  justify-content: space-between;
}
.page-dialog__social {
  width: 134px;
}
.page-dialog__social-text {
  margin-left: 5px;
}
