
/*=======================================================================
=            PERSONAL CABINET    ----      PERSONAL   OFFERS            =
=======================================================================*/
.q-personal-cabinet-container .lkBindNewBonusCardHd {
  font-weight: 500;
  font-size: 20px;
}
.q-personal-cabinet-container .personalOffersBlock {
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 20px;
  margin: 0;
}
.q-personal-cabinet-container .personalOffersBlockLegend {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20px;
  margin-right: 10px;
}
.q-personal-cabinet-container .promotions_list {
  width: 100%;
  margin: 0;
}
.q-personal-cabinet-container .personalOffersItem_image {
  width: 55px;
  height: 34px;
  float: left;
}
.q-personal-cabinet-container .personalOffersItem_image img {
  height: 100% !important;
  width: 100% !important;
}
.q-personal-cabinet-container .personalOffersItem_text {
  display: block;
  width: auto;
  padding: 0;
  margin-right: 10px;
  line-height: 17px;
  margin-left: 70px;
  text-decoration: none;
  border-bottom: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0085CF;
}
.q-personal-cabinet-container .personalOffersItem_text:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-personal-cabinet-container .personalOffersItem_text:hover {
  color: #B4213B;
}
.q-personal-cabinet-container .personalOffersItem_text:after {
  content: "";
  display: table;
  clear: both;
}
.q-personal-cabinet-container .personalOffersItem_date {
  float: right;
  padding: 0;
}
.q-offer-detail .breadcrumbs {
  display: none;
}
.q-offer-detail .lkContent {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px !important;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.q-offer-detail .bonusHd {
  font-size: 20px;
  font-weight: bold;
  color: #3f454b;
  font-family: Graphik_LC, Helvetica, Arial, sans-serif;
  font-size: 24px;
}
/*-----  End of PERSONAL CABINET    ----      PERSONAL   OFFERS  ------*/
/*==========================================================================
=            PERSONAL  CABINET   ----    HELLO  BIND  NEW  CARD            =
==========================================================================*/
.q-personal-cabinet-container .q-new-card-page .lkLeft {
  width: 370px;
  padding-top: 46px;
  background: none;
}
@media (max-width: 1240px) {
  .q-personal-cabinet-container .q-new-card-page .lkLeft {
    padding-top: 30px;
    padding-left: 4px;
  }
}
.q-personal-cabinet-container .q-new-card-page .lkLeft p {
  line-height: 1;
}
.q-personal-cabinet-container .q-new-card-page .lkLeft ul {
  padding-left: 0;
  margin: 0;
}
.q-personal-cabinet-container .q-new-card-page .lkLeft ul li {
  padding-bottom: 22px;
  padding-left: 12px;
  font-family: GraphikCy-Regular, Arial, sans-serif;
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  position: relative;
  top: -2px;
  letter-spacing: 0.3px;
}
.q-personal-cabinet-container .q-new-card-page .lkLeft ul li:before {
  content: "";
  position: relative;
  right: 10px;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('../../images/redesign3/icon-forms-success.svg');
  background-repeat: no-repeat;
}
.q-personal-cabinet-container .q-new-card-page .lkCardDivider {
  position: relative;
  display: inline-block;
  top: 10px;
  bottom: 10px;
  height: 130px;
  width: 1px;
  left: 0;
  background: #E9E9E9;
  margin: 0 18px;
}
@media (max-width: 1240px) {
  .q-personal-cabinet-container .q-new-card-page .lkRight {
    float: left;
    clear: left;
    left: 0;
  }
  .lkRight {
    padding-top: 31px !important;
  }
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm #forNumber {
  position: relative;
  height: 30px;
  width: 219px;
  margin-bottom: 4px;
  box-shadow: none;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  background-color: #F5F5F5;
  font-family: GraphikCy-Regular, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #9D9D9D;
  line-height: 20px;
  padding: 0 4px;
  letter-spacing: 0.2px;
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm #forNumber:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm #forNumber:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm #forPin {
  position: relative;
  height: 28px;
  width: 78px;
  margin: 0;
  box-shadow: none;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  background-color: #F5F5F5;
  font-family: GraphikCy-Regular, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #9D9D9D;
  line-height: 20px;
  padding: 0 8px;
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm #forPin:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm #forPin:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm .lkCardButtonAttach {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 120px;
  font-weight: normal;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76BC21;
  border: 1px solid #76bc21;
  border-radius: 2px;
  box-shadow: none;
  font-family: GraphikCy-Regular, Arial, sans-serif;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  position: static;
  margin: 0;
  float: right;
  font-size: 14px;
}

.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm .buttonsLkCardYes {
  position: relative;
  top: 7px;
}

.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm .lkCardButtonAttach:hover:active,
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm .lkCardButtonAttach:hover,
.q-personal-cabinet-container .q-new-card-page .lkRight #cardForm .lkCardButtonAttach:active {
  border: 1px solid #76bc21;
  background: #76bc21;
  color: white;
  text-shadow: none;
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardFormNo .lkCardButtonGet {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 230px;
  font-weight: normal;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76BC21;
  border: 1px solid #76bc21;
  font-family: Graphik_LC, Arial, sans-serif;
  border-radius: 2px;
  box-shadow: none;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 14px;
  position: relative;
  left: 0;
  letter-spacing: 0.2px;
}
@media (max-width: 1240px) {
  .q-personal-cabinet-container .q-new-card-page .lkRight #cardFormNo .lkCardButtonGet {
    margin-bottom: 4px;
  }
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardFormNo .lkCardButtonGet:hover,
.q-personal-cabinet-container .q-new-card-page .lkRight #cardFormNo .lkCardButtonGet:active,
.q-personal-cabinet-container .q-new-card-page .lkRight #cardFormNo .lkCardButtonGet:hover:active{
  border: 1px solid #76bc21;
  background: #76bc21;
  color: white;
  text-shadow: none;
}
.q-personal-cabinet-container .q-new-card-page .lkRight #cardFormNo p {
  font-family: GraphikCy-Regular, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #9D9D9D;
  line-height: 15px;
}
/*-----  End of PERSONAL  CABINET   ----    HELLO  BIND  NEW  CARD  ------*/
/*=============================================================
=            PERSONAL CABINET   ----    ORDERS TAB            =
=============================================================*/
.q-orders {
  margin-right: 0;
}
.q-orders .ordersHistoryBlock {
  padding: 0;
  margin: 0;
  width: 100%;
}
.q-orders .tabsWrap {
  margin: 0;
}
.q-orders .q-orders-header {
  font-weight: bold;
  color: #3f454b;
  font-family: Graphik_LC, Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 4px 0 21px 0;
}
.q-orders .sortBy {
  float: right;
}
.q-orders .sortBy a.sortByItem {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 100px;
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  border-radius: 2px;
  border: 1px solid #C9C9C9;
  box-shadow: none;
  background-color: white;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  padding-left: 20px;
  top: 0;
  left: 0;
}
.q-orders .sortBy a.sortByItem:active {
  background-color: #76bc21;
  color: white;
  text-shadow: none;
}
.q-orders .sortBy a.sortByItem:hover:active {
  background-color: #76bc21;
  color: white;
  text-shadow: none;
}
.q-orders .sortBy a.sortByItem:hover {
  border-bottom: 1px solid #c9c9c9;
  background-color: #F9F9F9;
  color: #76bc21;
}
.q-orders .sortBy a.sortByItemLeft {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  right: -1px;
  background: url('../../images/redesign3/icon-orders-active.png') 10px 50% no-repeat, white;
  background-size: 14px 15px;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  text-transform: capitalize;
}
.q-orders .sortBy a.sortByItemLeft:hover {
  background: url('../../images/redesign3/icon-orders-active.png') 10px 50% no-repeat, #f9f9f9;
  background-size: 14px 15px;
  color: #76bc21;
}
.q-orders .sortBy a.sortByItemLeft:active {
  background: url('../../images/redesign3/icon-orders-active-on.png') 10px 50% no-repeat, #3f454b;
  background-size: 14px 15px;
  color: white;
}
.q-orders .sortBy a.sortByItemLeft.sortByItemActive {
  background: url('../../images/redesign3/icon-orders-active-on.png') 10px 50% no-repeat, #76bc21;
  background-size: 14px 15px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}
.q-orders .sortBy a.sortByItemLeft.sortByItemActive:hover {
  color: white;
}
.q-orders .sortBy a.sortByItemRight {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: url('../../images/redesign3/icon-orders-history.png') 10px 50% no-repeat, white;
  background-size: 16px 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  text-transform: capitalize;
}
.q-orders .sortBy a.sortByItemRight:hover {
  background: url('../../images/redesign3/icon-orders-history.png') 10px 50% no-repeat, #f9f9f9;
  background-size: 16px 15px;
  color: #76bc21;
}
.q-orders .sortBy a.sortByItemRight:active {
  background: url('../../images/redesign3/icon-orders-history-on.png') 10px 50% no-repeat, #3f454b;
  background-size: 16px 15px;
  color: white;
}
.q-orders .sortBy a.sortByItemRight.sortByItemActive {
  background: url('../../images/redesign3/icon-orders-history-on.png') 10px 50% no-repeat, #76bc21;
  background-size: 16px 15px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}
.q-orders .sortBy a.sortByItemRight.sortByItemActive:hover {
  color: white;
}

.q-orders .sortBy a.sortByItemArchive {
  background: white;
  font-size: 12px;
  color: #3f454b;
  width: 60px;
  text-transform: capitalize;
  padding-left: 0;
  margin-left: 20px;
}
.q-orders .sortBy a.sortByItemArchive:hover {
  background: #f9f9f9;
  color: #76bc21;
}
.q-orders .sortBy a.sortByItemArchive:active {
  background: #3f454b;
  background-size: 16px 15px;
  color: white;
}
.q-orders .sortBy a.sortByItemArchive.sortByItemActive {
  background: #76bc21;
  color: white;
}

.q-orders .ordersHistoryOrder {
  padding: 0;
  margin: 0 0 10px 0;
  background: white;
  border: solid 1px #d9dadc;
  border-radius: 2px;
  cursor: pointer;
}
.q-orders .ordersHistoryOrder:after {
  content: "";
  display: table;
  clear: both;
}
.q-orders .ordersHistoryOrder.q-order-in-process .personalOrderStatusName {
  color: #F5A623;
  font-family: Graphik_LC, Arial, sans-serif;
}
.q-orders .ordersHistoryOrder.q-order-in-process .personalOrderDate {
  color: #F5A623;
  margin: 0;
  position: relative;
  top: 2px;
}
.q-orders .ordersHistoryOrder.q-order-in-process .ordersHistoryOrderHd span {
  color: #F5A623;
}
.q-orders .ordersHistoryOrder.q-order-cancelled .personalOrderStatusName {
  color: #B4213B;
  position: relative;
  bottom: 2px;
}
.q-orders .ordersHistoryOrder.q-order-cancelled .personalOrderDate {
  color: #B4213B;
}
.q-orders .ordersHistoryOrder.q-order-cancelled .ordersHistoryOrderHd span {
  margin-top: 0;
  color: #B4213B;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.q-orders .ordersHistoryOrder.q-order-success .personalOrderStatusName {
  color: #4CA742;
}
.q-orders .ordersHistoryOrder.q-order-success .personalOrderDate {
  color: #4CA742;
}
.q-orders .ordersHistoryOrder.q-order-success .ordersHistoryOrderHd span {
  color: #4CA742;
}
.q-orders .ordersHistoryOrder a.q-details-link {
  float: right;
  box-sizing: border-box;
  height: 30px;
  width: 160px;
  font-weight: normal;
  border: 1px solid #C9C9C9;
  box-shadow: none;
  background-color: white;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  font-size: 13px;
  color: #262626;
  margin-right: 105px;
  margin-bottom: 35px;
  display: none;
  margin-left: 200px;
  border-radius: 2px;
}
.q-orders .ordersHistoryOrder a.q-details-link:hover,
.q-orders .ordersHistoryOrder a.q-details-link:active,
.q-orders .ordersHistoryOrder a.q-details-link:hover:active {
  background-color: #f5f5f5;
  border-color: #C9C9C9;
  color: #262626;
  text-shadow: none;
}
.q-orders .ordersHistoryOrder a.q-details-link:hover {
  border-bottom: 1px solid #c9c9c9;
}
.q-orders .ordersHistoryList {
  width: 100%;
  padding: 0;
  margin: 0;
}
.q-orders .q-empty-order-list {
  background-color: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #3f454b;
}
.q-orders .ordersHistoryOrderHd {
  min-height: 33px;
  padding: 20px;
  border-bottom: none;
  position: relative;
}
.q-orders .ordersHistoryOrderHd:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5%;
  margin: auto;
  width: 10px;
  height: 5px;
  background: url('../../images/redesign3/icon-arrow-drop-down-green.svg')no-repeat 0 0;
  transition: transform .2s;
}


.q-orders .ordersHistoryOrderHd.collapsed:after {
  transform: rotate(-180deg);
}
.q-orders .ordersHistoryOrderHd .personalOrderStatusName {
  font-size: 14px;
  color: #3f454b;
  font-weight: normal;
  line-height: 17px;
}
.q-orders .ordersHistoryOrderHd .personalOrderStatusName a {
  font-family: Graphik_LC, Arial, sans-serif;
  font-size: 14px;
  color: #3f454b;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none;
  cursor: default;
  pointer-events: none;
  top: auto;
  left: auto;
}
.q-orders .ordersHistoryOrderHd .personalOrderStatusName a:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-orders .ordersHistoryOrderHd .personalOrderDate {
  font-size: 14px;
  color: #3f454b;
  font-weight: normal;
  line-height: 17px;
  margin-top: 0;
}
.q-orders .ordersHistoryOrderHd a.ordersHistoryResetOrder {
  display: block;
  height: 30px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  color: #262626;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  font-weight: 400;
  position: static;
  margin: auto;
}
.q-orders .ordersHistoryOrderHd a.ordersHistoryResetOrder:hover {
  border-bottom: 1px solid #C9C9C9;
  background-color: #f5f5f5;
  color: #262626;
  text-shadow: none;
}
.q-orders .ordersHistoryOrderHd .personalOrderInvoiceStatus {
  clear: both;
  font-size: 11px;
}
@media (max-width: 1179px) {
  .q-orders .ordersHistoryOrderHd .personalOrderInvoiceStatus {
    padding: 18px 0 4px;
  }
}

.q-orders .ordersHistoryOrderHd .order-buttons-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 50px;
  top: 27%;
}
@media (max-width: 1240px) {
  .q-orders .ordersHistoryOrderHd .order-buttons-right {
    top: 53%;
  }
}
.q-orders .ordersHistoryOrderHd .order-buttons-right .info {
  margin-right: 20px;
}

.q-orders .ordersHistoryOrderHd a.ordersHistoryInvoice {
  display: block;
  height: 30px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 0 8px;
  margin: auto;
  position: static;
}
.q-orders .ordersHistoryOrderHd a.ordersHistoryInvoice.disabled {
  color: #d2d1d1;
}
.q-orders .ordersHistoryOrderHd a.ordersHistoryInvoice:hover {
  border-bottom: 1px solid #DDDDDD;
}
.q-orders .ordersHistoryOrderHd div.info {
  color: #B4213B;
  font-size: 11px;
  text-align: right;
}
.q-orders .ordersHistoryOrderHd div.info .help_popup_trigger {
  margin-left: 2px;
}
.q-orders .ordersHistoryOrderHd div.info .help_popup_trigger .help_popup {
  right: 0;
  text-align: center;
}
.q-orders .ordersHistoryOrderHd .payed {
  color: #4ca742;
  font-weight: normal;
}
.q-orders .ordersHistoryOrderHd .not-payed {
  color: #B4213B;
  font-weight: normal;
}
.q-orders .ordersHistoryOrderHd .ordersHistoryAcceptOrder {
  position: absolute;
  bottom: 16px;
  right: 188px;
  display: block;
  height: 30px;
  width: 140px;
  line-height: 30px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0085CF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: none;
}
.q-orders .ordersHistoryOrderHd .ordersHistoryAcceptOrder:hover {
  color: #B4213B;
}
.q-orders .ordersHistoryOrderHd .ordersHistoryAcceptOrder:hover {
  border-bottom: 1px solid #dddddd;
}
.q-orders .ordersHistoryOrderHd .group_order_popup {
  z-index: 10 !important;
  top: 10px !important;
  right: 10px;
  left: auto !important;
  width: 270px;
}
.q-orders .ordersHistoryOrderItem {
  display: none;
  margin: 20px 0 20px 30px;
}
@media (max-width: 1240px) {
  .q-orders .ordersHistoryOrderItem {
    margin-left: 20px;
  }
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName {
  width: 500px;
  padding-right: 15px;
}
@media (max-width: 1240px) {
  .q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName {
    width: 285px;
  }
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName a {
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  border-bottom: none;
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName a:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName .sampleBlock {
  padding: 0px 5px 0px;
  line-height: 30px;
  font-family:Helvetica;
  font-size:13px;
  color:#df9111;
  background:rgba(245,166,35,0.10);
  border:1px solid rgba(245,166,35,0.25);
  border-radius:5px;
  width:166px;
  height:28px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName .help_popup_trigger__custom {
  top: 18px;
}

.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemName .sampleBlock img{
  position: relative;
  top: 3px;
}

.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemBonus {
  font-size: 13px;
  font-weight: normal;
  color: #6f7478;
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemQ {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #6F7478;
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemPrice {
  width: 150px;
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #6F7478;
}
.q-orders .ordersHistoryOrderItem .ordersHistoryOrderItemPrice .rub {
  font-size: 12px;
  color: #6F7478;
}
.q-orders .ordersHistoryOrderResult {
  display: none;
  width: 235px;
  margin: 0 30px;
  padding-left: 645px;
  padding-top: 10px;
  border-top: none;
  border-top: 1px solid #D8D8D8;
}
@media (max-width: 1240px) {
  .q-orders .ordersHistoryOrderResult {
    padding-left: 430px;
    margin: 0 20px;
  }
}
.q-orders .ordersHistoryOrderResult .ordersHistoryOrderItemQ {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #3F454B;
  margin-top: 6px;
}
.q-orders .ordersHistoryOrderResult .ordersHistoryOrderItemQDelivery {
  float: left;
  width: 130px;
  margin-left: -89px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #3F454B;
  margin-top: 6px;
}
.q-orders .ordersHistoryOrderResult .ordersHistoryOrderItemPrice {
  width: 120px;
  font-size: 22px;
  font-weight: 900;
  color: #3f454b;
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.q-orders .ordersHistoryOrderResult .ordersHistoryOrderItemPriceDelivery {
  float: left;
  width: 100px;
  font-size: 17px;
  font-weight: 900;
  margin-left: 44px;
  color: #3f454b;
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-style: normal;
}
.q-orders .q-bonus-row {
  display: none;
  border: none;
  padding-top: 0;
  padding-bottom: 20px;
}
.q-orders .q-bonus-row .ordersHistoryOrderItemQ {
  margin-top: 0;
  color: #4CA742;
}
.q-orders .q-bonus-row .ordersHistoryOrderItemPrice {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #4ca742;
}
/*-----  End of PERSONAL CABINET   ----    ORDERS TAB  ------*/
/*=================================================
=            ÄÅÒÀËÜÍÀß ÑÒÐÀÍÈÖÀ ÇÀÊÀÇÀ            =
=================================================*/
.q-order-detail-page.lkContent {
  background-color: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
  width: 100%;
  padding: 20px 20px 30px 20px !important;
}
.q-order-detail-page.lkContent .orderHeading {
  color: #3f454b;
  font-family: Graphik_LC, sans-serif;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 15px;
}
.q-order-detail-page.lkContent .orderHeading span {
  font-weight: 500;
}
.q-order-detail-page.lkContent .orderHeading .ee-date {
  color: #9d9d9d;
  font-size: 14px;
  font-weight: normal;
  float: right;
  line-height: 24px;
}
.q-order-detail-page.lkContent .orderHeading .ee-date b {
  font-weight: normal;
}
@media (max-width: 1240px) {
  .q-order-detail-page.lkContent .orderHeading .ee-date b {
    display: none;
  }
}
.q-order-detail-page.lkContent td {
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border-bottom: none;
}
.q-order-detail-page.lkContent td:first-child.q-order-item-name {
  width: 400px;
  padding: 14px 10px 6px 0;
}
.q-order-detail-page.lkContent .q-order-item-quantity {
  width: 160px;
  font-size: 13px;
  font-weight: normal;
  color: #6f7478;
}
.q-order-detail-page.lkContent .q-order-item-price {
  width: 160px;
  font-size: 15px;
  font-weight: normal;
  color: #6f7478;
  font-family: DINPro, Helvetica, Arial, sans-serif;
}
.q-order-detail-page.lkContent .q-order-item-price .rub {
  color: #6f7478;
  font-size: 15px;
}
.q-order-detail-page.lkContent .q-order-item-bonus {
  width: 160px;
  font-size: 13px;
  font-weight: normal;
  color: #bc3038;
}
.q-order-detail-page.lkContent .q-row-discount {
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
}
.q-order-detail-page.lkContent .q-row-discount b {
  font-weight: normal;
}
.q-order-detail-page.lkContent .q-row-delivery {
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
}
.q-order-detail-page.lkContent .q-row-delivery b {
  font-weight: normal;
}
.q-order-detail-page.lkContent .q-row-bonus td {
  font-size: 13px;
  font-weight: normal;
  color: #bc3038;
}
.q-order-detail-page.lkContent .q-row-bonus b {
  font-weight: normal;
}
.q-order-detail-page.lkContent .q-row-bonus .q-bonus-amount {
  font-weight: bold;
}
.q-order-detail-page.lkContent .q-row-sum td {
  padding-top: 20px;
  color: #3f454b;
}

.q-order-detail-page.lkContent .q-row-sum .q-sum-amount {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.q-order-detail-page.lkContent .q-sum-delivery,
.q-order-detail-page.lkContent .q-order-sum {
  font-family: DINPro, Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.q-order-detail-page.lkContent a {
  text-decoration: none;
  border-bottom: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0085CF;
}
.q-order-detail-page.lkContent a:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-order-detail-page.lkContent a:hover {
  color: #B4213B;
}
.q-order-detail-page.lkContent .order-table-heading td {
  font-size: 16px;
  color: #3f454b;
  font-family: Graphik_LC, sans-serif;
  font-weight: 500;
}
.q-order-detail-page.lkContent .separator td {
  padding-top: 10px;
  border-bottom: 1px solid #D8D8D8;
}
.q-order-detail-page.lkContent input[type="button"] {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 200px;
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  box-shadow: none;
  background-color: white;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
}
.q-order-detail-page.lkContent input[type="button"]:hover {
  background-color: #F9F9F9;
  color: #B4213B;
}
.q-order-detail-page.lkContent input[type="button"]:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
.q-order-detail-page.lkContent input[type="button"]:hover:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
.personalOrderStatusRow.with-invoice-block {
  padding-right: 200px;
}
.q-order-detail-page.lkContent .order-detail-invoice {
  position: absolute;
  right: 0;
  top: 85px;
}
.q-order-detail-page.lkContent .order-detail-invoice .btn {
  display: block;
  height: 30px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding: 0 8px;
}
.q-order-detail-page.lkContent .order-detail-invoice a.btn.disabled {
  color: #d2d1d1;
}
.q-order-detail-page.lkContent .order-detail-invoice a.btn:hover {
  border-bottom: 1px solid #DDDDDD;
}
.q-order-detail-page.lkContent .order-detail-invoice div.info {
  color: #B4213B;
  font-size: 11px;
  margin: 6px 0 0;
  text-align: center;
}
.q-order-detail-page.lkContent .order-detail-invoice div.info .help_popup_trigger {
  margin-left: 2px;
}
.q-order-detail-page.lkContent .order-detail-invoice div.info .help_popup_trigger .help_popup {
  right: 0;
  text-align: center;
}
.q-order-detail-page.lkContent .payed {
  color: #4ca742;
}
.q-order-detail-page.lkContent .not-payed {
  color: #B4213B;
}
/*-----  End of ÄÅÒÀËÜÍÀß ÑÒÐÀÍÈÖÀ ÇÀÊÀÇÀ  ------*/
/*================================================================
=            PERSONAL CABINET    ----    USER PROFILE            =
================================================================*/
.q-lkProfile {
  padding-bottom: 30px;
  margin-right: 0;
  background-color: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
}
.q-lkProfile .q-lkProfile-header {
  font-size: 20px;
  font-weight: 500;
  color: #3f454b;
  margin: 0 20px;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #D8D8D8;
}
.q-lkProfile #user_profile_data {
  margin-right: 320px;
}
@media (max-width: 1240px) {
  .q-lkProfile #user_profile_data {
    margin-right: 200px;
  }
}
.q-lkProfile #user_profile_data table {
  text-align: right;
  margin-top: 25px;
}
.q-lkProfile #user_profile_data table tr {
  margin: 10px 0;
}
.q-lkProfile #user_profile_data table td {
  position: relative;
  padding: 0;
}
.q-lkProfile #user_profile_data table tr td:first-child {
  width: 320px;
  vertical-align: middle;
}
@media (max-width: 1240px) {
  .q-lkProfile #user_profile_data table tr td:first-child {
    width: 200px;
  }
}
.q-lkProfile #user_profile_data table tr td:last-child {
  text-align: left;
}
.q-lkProfile #user_profile_data table .label {
  float: none;
  vertical-align: middle;
  padding: 0 20px 0 0;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 20px;
  width: auto;
}
.q-lkProfile #user_profile_data table .label .starrequired {
  color: #CB6A78;
}
.q-lkProfile #user_profile_data table input {
  position: relative;
  height: 28px;
  width: 100%;
  box-shadow: none;
  border: 1px solid #C9C9C9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  background: none;
  padding: 0 10px;
  margin-bottom: 20px;
}
.q-lkProfile #user_profile_data table input[type="checkbox"] {
  width: auto;
  height: auto;
}
.q-lkProfile #user_profile_data table input#group_id_92 {
  margin-bottom: 20px;
}
.q-lkProfile #user_profile_data table input:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-lkProfile #user_profile_data table input:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-lkProfile #user_profile_data table .tablebody {
  text-align: left;
}
.q-lkProfile #user_profile_data table .tablebodylink {
  display: block;
  height: 30px;
  width: 300px;
  margin-left: 320px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #76bc21;
  background: url('../../images/redesign3/icon-link-collapse.png') 99% 50% no-repeat;
  background-size: 14px 14px;
}
.q-lkProfile #user_profile_data table .tablebodylink:hover {
  color: #B4213B;
}
@media (max-width: 1240px) {
  .q-lkProfile #user_profile_data table .tablebodylink {
    padding-left: 200px;
  }
}
.q-lkProfile #user_profile_data table .tablebodylink.opened {
  background: url('../../images/redesign3/icon-link-collapse-minus.png') 99% 50% no-repeat;
  background-size: 14px 2px;
}
.q-lkProfile #user_profile_data table .regDiv {
  padding: 0 !important;
  margin-bottom: 10px;
}
.q-lkProfile #user_profile_data table .regDiv .regUl {
  padding: 0;
}
.q-lkProfile #user_profile_data table .regDiv .regLi {
  width: 40px;
}
.q-lkProfile #user_profile_data table .regDiv .regLabelMod {
  padding-right: 0;
}
.q-lkProfile #user_profile_data table .errorBox {
  position: absolute;
  display: table !important;
  top: 0;
  left: 272px !important;
  max-width: 200px !important;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  height: 30px;
  width: auto;
  line-height: 31px;
  background: url('../../images/redesign3/icon-forms-error.png') 0 7px no-repeat;
  background-size: 16px 16px;
}
.q-lkProfile #user_profile_data table .errorBox .errorBoxArrow {
  display: none;
}
.q-lkProfile #user_profile_data table .errorBox .regErrorMid {
  position: relative;
  display: table-cell !important;
  margin: 0;
  padding: 0;
  background: none;
  color: #D0021B;
  text-align: left;
  vertical-align: middle;
  line-height: 1;
  top: 1px;
  padding-left: 40px;
}
.q-lkProfile #user_profile_data table .errorBox:after {
  display: none;
}
.lkProfile.q-lkProfile form#user_profile_data table.q-user_profile_data-table tbody tr td {
  width: 304px;
}
.q-lkProfile .q-user_profile_data-table tr:first-child {
  display: none;
}
.q-lkProfile .q-user_profile_data-table tr:first-child + tr {
  display: none;
}
.q-lkProfile #user_div_personal table {
  margin-top: 0;
}
.q-lkProfile #user_div_personal h3 {
  display: none;
}
.q-lkProfile #user_div_personal .default_textarea {
  padding: 0;
  width: 300px;
}
.q-lkProfile #user_div_personal .default_textarea textarea {
  width: 280px;
  padding: 5px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  background: none;
}
.q-lkProfile #user_div_personal .default_textarea textarea:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-single {
  margin: 0;
  width: 300px;
  height: 30px;
  text-decoration: none;
  border-bottom: none;
  background: white;
  border: 1px solid #DDDDDD;
  box-shadow: none;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-single:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-single:hover {
  border-bottom: 1px solid #dddddd;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-single span {
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin-right: 20px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-single div {
  margin-right: 4px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-single div b {
  display: block;
  background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat !important;
  background-size: 7px 13px !important;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-drop {
  width: 300px;
  background: white;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results {
  margin: 0;
  padding: 0;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results li {
  height: 40px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border-top: 1px solid #E6E6E6;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results li:first-child {
  border-top: none;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results li.filter-asc {
  background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat;
  background-size: 10px 5px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results li.filter-asc.highlighted {
  background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat, #f9f9f9;
  background-size: 10px 5px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results li.filter-desc {
  background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat;
  background-size: 10px 5px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .chosen-results li.filter-desc.highlighted {
  background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat, #f9f9f9;
  background-size: 10px 5px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .active-result {
  color: #3F454B;
  line-height: 20px;
}
.q-lkProfile #user_div_personal .q-gender-dropdown .active-result.highlighted {
  background: #F9F9F9;
  color: #B4213B;
}
.q-lkProfile #user_div_personal .q-gender-dropdown.chosen-container-single {
  width: 300px !important;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER {
  height: 28px;
  width: 60px;
  margin-bottom: 20px;
  margin-left: 0;
  box-shadow: none;
  background: white;
  border: 1px solid #D0D0D0;
  text-shadow: none;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER .cuselText {
  height: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  font-family: Helvetica, Arial, sans-serif;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER .cuselFrameRight {
  height: 28px;
  background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat;
  background-size: 7px 13px;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER .cusel-scroll-pane span {
  display: block;
  height: 40px;
  line-height: 40px !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border: none;
  border-top: 1px solid #E6E6E6;
  background: white;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER .cusel-scroll-pane span:first-child {
  border-top: none;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER .cusel-scroll-pane span:hover {
  border-bottom: none;
  background: #F9F9F9;
  color: #76bc21;
}
.q-lkProfile #user_div_personal #cuselFrame-PERSONAL_GENDER .cusel-scroll-pane span.cuselActive {
  background: #F9F9F9;
  cursor: default;
}
.q-lkProfile #user_div_personal #PERSONAL_BIRTHDAY ~ a {
  display: block;
  position: absolute;
  top: 6px;
  right: 22px;
}
@media (max-width: 1240px) {
  .q-lkProfile #user_div_personal #PERSONAL_BIRTHDAY ~ a {
    right: 10px;
  }
  .q-lkProfile #user_profile_data table .tablebodylink {
    padding: 0;
    margin-left: 201px;
  }
}
.q-lkProfile #user_div_personal #cuselFrame-personal_SELECT {
  height: 28px;
  width: 138px;
  margin-bottom: 20px;
  margin-left: 0;
  box-shadow: none;
  background: white;
  border: 1px solid #D0D0D0;
  text-shadow: none;
}
.q-lkProfile #user_div_personal #cuselFrame-personal_SELECT .cuselText {
  height: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  font-family: Helvetica, Arial, sans-serif;
}
.q-lkProfile #user_div_personal #cuselFrame-personal_SELECT .cuselFrameRight {
  height: 28px;
  background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat;
  background-size: 7px 13px;
}
.q-lkProfile #user_div_personal #cuselFrame-personal_SELECT .cusel-scroll-pane span {
  display: block;
  height: 40px;
  line-height: 40px !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border: none;
  border-top: 1px solid #E6E6E6;
  background: white;
}
.q-lkProfile #user_div_personal #cuselFrame-personal_SELECT .cusel-scroll-pane span:first-child {
  border-top: none;
}
.q-lkProfile #user_div_personal #cuselFrame-personal_SELECT .cusel-scroll-pane span:hover {
  border-bottom: none;
  background: #F9F9F9;
  color: #76bc21;
}
.q-lkProfile #user_div_personal input[name="mobile_phone_phone"] {
  width: 230px;
}
.q-lkProfile #user_div_personal .cusel.dropdown {
  background: none;
  border: 1px solid #DDDDDD;
  box-shadow: none;
}
.q-lkProfile #user_div_personal .cusel.dropdown:focus {
  outline: none;
  border: 1px solid #4A90E2;
  box-shadow: 0 0 2px 0 rgba(74, 144, 226, 0.7);
}
.q-lkProfile #user_div_personal .cusel.dropdown .cuselText {
  outline: none;
}
.q-lkProfile #user_profile_data p:last-child {
  text-align: right;
  margin: 0 auto;
}
.q-lkProfile #user_profile_data p .default_button {
  box-sizing: border-box;
  height: 30px;
  width: 145px;
  font-weight: normal;
  color: #262626;
  border-radius: 2px;
  border: 1px solid #C9C9C9;
  box-shadow: none;
  background-color: white;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  display: inline-block;
  font-size: 12px;
}
.q-lkProfile #user_profile_data p .default_button:hover {
  background-color: #F9F9F9;
}
.q-lkProfile #user_profile_data p .default_button:active {
  background-color: #76bc21;
  color: white;
  text-shadow: none;
}
.q-lkProfile #user_profile_data p .default_button:hover:active {
  background-color: #76bc21;
  color: white;
  text-shadow: none;
}
.q-lkProfile #user_profile_data p .default_button:first-child {
  background: #76bc21;
  border: 1px solid #76bc21;
  box-shadow: none;
  color: white;
  transition: background 0.1s;
  text-shadow: none;
  border-radius: 2px;
}
.q-lkProfile #user_profile_data p .default_button:first-child:hover,
.q-lkProfile #user_profile_data p .default_button:first-child:active,
.q-lkProfile #user_profile_data p .default_button:first-child:hover:active {
  background: #98cc58;
  border: 1px solid #98cc58;
  color: white;
  text-shadow: none;
}
/*-----  End of PERSONAL CABINET    ----    USER PROFILE  ------*/
/*======================================================================
=            PERSONAL  CABINET    ----     DELIVERY PROFILE            =
======================================================================*/
.q-delivery-profiles > h1 {
  font-weight: bold;
  color: #3f454b;
  font-family: Graphik_LC, Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0;
  padding: 5px 0 25px 0;
}
.q-delivery-profiles .q-delevery-profiles-table {
  margin-top: -10px;
  margin-left: -10px;
}
.q-delivery-profiles .q-delevery-profiles-table tr:first-child {
  display: none;
}
.q-delivery-profiles .q-delevery-profiles-table tr {
  position: relative;
  display: inline-block;
  background-color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  padding: 15px 10px 30px 15px;
  width: 205px;
  height: 118px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.q-delivery-profiles .q-delevery-profiles-table tr:last-child {
  margin-right: 0;
}
.q-delivery-profiles .q-delevery-profiles-table tr .q-badge-main {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  height: 15px;
  width: 64px;
  background: #F5A623;
  text-align: center;
  color: white;
}
.q-delivery-profiles .q-delevery-profiles-table th {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  color: #9B9B9B;
  border-bottom: none;
  padding: 0;
  padding-bottom: 15px;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-name {
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  font-weight: bold;
  padding-top: 60px;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-date {
  position: absolute;
  bottom: 15px;
  left: 14px;
  padding-bottom: 0;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions {
  position: absolute;
  top: 13px;
  right: 10px;
  padding: 0;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions br {
  display: none;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions div {
  display: inline-block;
  float: right;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions div:last-child a {
  margin-right: 4px;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions div:last-child a:after {
  content: " ";
  display: inline-block;
  height: 10px;
  width: 1px;
  background-color: #9B9B9B;
  margin-left: 6px;
  margin-right: 0px;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions img {
  display: none;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0085CF;
}
.q-delivery-profiles .q-delevery-profiles-table th.q-actions a:hover {
  color: #B4213B;
}
/*-----  End of PERSONAL  CABINET    ----     DELIVERY PROFILE  ------*/
/*=============================================================
=            PERSONAL CABINET    ----    SUBSCRIBE            =
=============================================================*/
.q-subscribe > h1 {
  font-size: 20px;
  color: #3f454b;
  font-family: Graphik_LC, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 5px 0 32px 0;
}
.q-subscribe .default_form .subscription-info {
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 14px;
  color: #3f454b;
  font-weight: 500;
}
.q-subscribe .default_form form div {
  margin-left: 8px;
  margin-bottom: 12px;
}
.q-subscribe .default_form label {
  display: block;
  width: 250px;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-subscribe .default_form label:before {
  display: inline-block;
  height: 16px;
  width: 18px;
  content: " ";
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 7px;
  background: url(../../images/eldorado_checkboxes-green.gif) no-repeat 0 0;
  cursor: pointer;
}
.q-subscribe .default_form label:hover:before {
  background-position: 0 -16px;
}
.q-subscribe .default_form label:active:before {
  background-position: 0 -32px;
}
.q-subscribe .default_form input[type="checkbox"]:checked + label:before {
  background-position: 0 -48px;
}
.q-subscribe .default_form table {
  display: none;
}
.q-subscribe .default_form input[type="checkbox"] {
  display: none;
}
.q-subscribe .default_form input[type="submit"] {
  margin-top: 35px;
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 145px;
  font-size: 14px;
  font-weight: normal;
  border-radius: 2px;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76bc21;
  border: 1px solid #76bc21;
  box-shadow: none;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
}
.q-subscribe .default_form input[type="submit"]:hover,
.q-subscribe .default_form input[type="submit"]:active,
.q-subscribe .default_form input[type="submit"]:hover:active {
  background-color: #98cc58;
  border-color: #98cc58;
  color: white;
  text-shadow: none;
}
/*-----  End of PERSONAL CABINET    ----    SUBSCRIBE  ------*/
/*===============================================================
=            PERSONAL CABINET    ----    RECLAMATION            =
===============================================================*/
.q-reclamation {
  box-sizing: border-box;
  background-color: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
  padding: 0 20px 40px 20px;
  width: 100% !important;
}
.q-reclamation.q-reclamation-ok{
  background-color: transparent;
  box-shadow: none;
}
.q-reclamation.q-reclamation-ok p{
  color: #76bc21;
  min-height: 80px;
  max-width: 440px;
  margin: 145px auto;
  padding-left: 140px;
  padding-top: 12px;
  padding-bottom: 14px;
  background: url('/static/images/redesign2.3/picCheck.png') 40px 0 no-repeat;
  line-height: 2em;
}
.q-reclamation > h2 {
  font-size: 20px;
  font-weight: 500;
  color: #3f454b;
  padding: 20px 0 10px 0;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 0 22px;
}
.q-reclamation > p {
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  line-height: 19px;
  margin: 0;
}
.q-reclamation .q-lkReclamation.feedbackForm {
  float: none;
  width: 100%;
  margin: 8px 0 0 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: none;
}
@media (max-width: 1240px) {
  .q-reclamation .q-lkReclamation.feedbackForm {
    margin-left: 0;
  }
}
.q-reclamation .q-lkReclamation form .line {
  margin-bottom: 18px;
}
.q-reclamation .q-lkReclamation form .label {
  text-align: right;
  vertical-align: middle;
  padding: 0 20px 0 0;
  font-size: 12px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 0;
}
.q-reclamation .q-lkReclamation form .label .starrequired {
  color: #CB6A78;
}
@media (max-width: 1240px) {
  .q-reclamation .q-lkReclamation form .label {
    width: 180px;
  }
}
.q-reclamation .q-lkReclamation form .roll {
  width: 382px;
}
.q-reclamation .q-lkReclamation form .roll input[type="text"] {
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #3f4561;
  font-size: 12px;
  line-height: 19px;
  padding: 7px 10px;
  width: 380px;
}
.q-reclamation .q-lkReclamation form .roll input[type="text"]:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-reclamation .q-lkReclamation form .roll input[type="text"]:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-reclamation .q-lkReclamation form .roll input.code {
  margin-right: 15px;
  width: 45px;
}
.q-reclamation .q-lkReclamation form .roll input.number {
  width: 179px;
}
.q-reclamation .q-lkReclamation form .roll textarea {
  height: 135px;
  width: 278px;
  padding: 5px 10px;
  background: none;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  margin-bottom: 6px;
}
.q-reclamation .q-lkReclamation form .roll textarea:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-reclamation .q-lkReclamation form .roll .file_upload {
  position: relative;
  margin-bottom: 2px;
}
.q-reclamation .q-lkReclamation form .roll .file_upload input[type="button"] {
  background: #f0f0f0;
  border-left: 1px solid #c9c9c9;
  border-radius: 0 5px 5px 0;
  border-bottom: none;
  box-shadow: none;
  color: #3f4561;
  font-size: 12px;
  font-weight: normal;
  height: 28px;
  line-height: 28px;
  position: absolute;
  left: auto;
  right: 1px;
  text-align: center;
  text-decoration: none;
  top: 1px;
  width: 108px;
  border-right: 1px solid #c9c9c9;
}
/*.q-reclamation .q-lkReclamation form .roll .file_upload input[type="button"]:hover {
  background-color: #F9F9F9;
  color: #B4213B;
}
.q-reclamation .q-lkReclamation form .roll .file_upload input[type="button"]:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
.q-reclamation .q-lkReclamation form .roll .file_upload input[type="button"]:hover:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}*/
.q-reclamation .q-lkReclamation form .roll .file_upload div:last-child {
  height: 0;
}
.q-reclamation .q-lkReclamation form .roll .sucsessMark {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 8px;
  right: 12px;
  background: url('../../images/redesign3/icon-forms-success.png') 0 0 no-repeat;
  background-size: 16px 16px;
  margin: 0;
}
.q-reclamation .q-lkReclamation form .roll .failMark {
  left: 350px;
  top: -4px;
  margin-left: 2px;
  background: none;
  max-width: 200px;
  min-height: 31px;
  height: auto;
}
.q-reclamation .q-lkReclamation form .roll .failMark:after{
  border:none;
}
.q-reclamation .q-lkReclamation form .roll.feedback_city .failMark .failMarkCP{
	white-space:normal;
}
.q-reclamation .q-lkReclamation form .roll.feedback_city .failMark .failMarkRP{

}
.q-reclamation .q-lkReclamation form .roll .failMark .failMarkRP {
  display: table;
  background: url('../../images/redesign3/icon-forms-error.png') 0 50% no-repeat;
  background-size: 16px 16px;
  width: 160px;
  padding-left: 35px;
  min-height: 31px;
}
.q-reclamation .q-lkReclamation form .roll .failMark .failMarkCP {
  display: table-cell;
  height: auto;
  background: none;
  color: #C51A3C;
  line-height: 1;
  vertical-align: middle;
  white-space: normal;
}
.q-reclamation .q-lkReclamation form .roll.textarearoll .failMark {
  left: 272px;
}
.q-reclamation .q-lkReclamation form .roll.sucsess input[type="text"] {
  border: 1px solid #76bc21;
}
.q-reclamation .q-lkReclamation form .roll .fail input[type="text"] {
  border: 1px solid #C51A3C;
}
.q-reclamation .q-lkReclamation form .help.asterisk {
  display: none;
}
.q-reclamation .q-lkReclamation form .line_last .feedbackFormSubmit {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 145px;
  font-size: 12px;
  font-weight: normal;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76bc21;
  border: 1px solid #76bc21;
  box-shadow: none;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  border-radius: 2px;
}
.q-reclamation .q-lkReclamation form .line_last .feedbackFormSubmit:hover,
.q-reclamation .q-lkReclamation form .line_last .feedbackFormSubmit:active,
.q-reclamation .q-lkReclamation form .line_last .feedbackFormSubmit:hover:active {
  background-color: #98cc58;
  border-color: #98cc58;
  color: white;
  text-shadow: none;
}
/*-----  End of PERSONAL CABINET    ----    RECLAMATION  ------*/
/*==========================================================
=            PERSONAL CABINET    ----    ANKETA            =
==========================================================*/
.q-lkAnketa {
  padding-bottom: 1px;
}
.q-lkAnketa .anketaContent {
  padding: 0;
  background: none;
}
.q-lkAnketa .beforeAnket {
  display: block;
}
.q-lkAnketa .anketa {
  padding-bottom: 1px;
  margin: 0;
  float: none;
  background: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
  box-shadow: none;
}
.q-lkAnketa .anketaHeadingBlock {
  background: none;
  border: none;
  padding: 20px 0 10px 0;
}
.q-lkAnketa .anketaHeadingBlock h1 {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
  margin: 0;
}
.q-lkAnketa .blue {
  background: none;
}
.q-lkAnketa .sectionIndent {
  margin: 0 20px;
}
.q-lkAnketa .sectionHeading {
  padding-left: 26px;
  padding-bottom: 24px;
  text-align: center;
}
.q-lkAnketa .sectionHeading h1 {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}
.q-lkAnketa .sectionHeading div {
  display: none;
}
.q-lkAnketa .row {
  margin-bottom: 20px;
}
.q-lkAnketa .rowLabel {
  width: 280px;
  padding-right: 20px;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #262626;
}
@media (max-width: 1240px) {
  .q-lkAnketa .rowLabel {
    width: 180px;
  }
}
.q-lkAnketa .controls {
  position: relative;
  width: 300px;
  float: left;
  margin-left: 0;
}

.q-lkAnketa .mobile_lock, .q-lkAnketa .homephone_lock{
  width: 300px;
}

.q-lkAnketa .controls input[type="text"] {
  position: relative;
  height: 28px;
  width: 278px;
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #C9C9C9;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  background: none;
  padding: 0 10px;
  margin-right: 0;
  background-color: white;
  border-radius: 2px;
  margin-left: 0;
}
.q-lkAnketa .controls input[type="text"]:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-lkAnketa .controls input[type="text"]:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-lkAnketa #active_birthday {
  display: inline-block;
  padding-top: 7px;
  font-size: 13px;
  color: #3f454b;
}
.q-lkAnketa .controls#common_birthday .cusel {
  display: block;
  height: 28px;
  width: 60px;
  margin-bottom: 20px;
  margin-left: 0;
  box-shadow: none;
  background: white;
  border: 1px solid #D0D0D0;
  text-shadow: none;
}
.q-lkAnketa .controls#common_birthday .cusel .cuselText {
  height: 28px;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  font-family: Helvetica, Arial, sans-serif;
}
.q-lkAnketa .controls#common_birthday .cusel .cuselFrameRight {
  height: 28px;
  background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat;
  background-size: 7px 13px;
}
.q-lkAnketa .controls#common_birthday .cusel .cusel-scroll-pane span {
  display: block;
  height: 40px;
  line-height: 40px !important;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border: none;
  border-top: 1px solid #E6E6E6;
  background: white;
}
.q-lkAnketa .controls#common_birthday .cusel .cusel-scroll-pane span:first-child {
  border-top: none;
}
.q-lkAnketa .controls#common_birthday .cusel .cusel-scroll-pane span:hover {
  border-bottom: none;
  background: #F9F9F9;
  color: #76bc21;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_day {
  width: 78px !important;
  margin-right: 15px;
  margin-bottom: 0;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_day .cusel-scroll-wrap {
  width: 78px !important;
  left: -30px;
  margin-top: 27px;
  margin-left: 30px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_day .jScrollPaneContainer {
  width: 78px !important;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_day .jScrollPaneTrack {
  border-top: 1px solid #dddddd;
  border-top-right-radius: 2px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_day .cusel-scroll-pane {
  width: 64px !important;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_day span {
  padding: 4px 15px 4px 20px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_month {
  width: 108px !important;
  margin-right: 15px;
  margin-bottom: 0;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_month .cusel-scroll-wrap {
  width: 108px !important;
  left: -70px;
  margin-top: 27px;
  margin-left: 70px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_month .jScrollPaneContainer {
  width: 108px !important;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_month .jScrollPaneTrack {
  border-top: 1px solid #dddddd;
  border-top-right-radius: 2px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_month .cusel-scroll-pane {
  width: 104px !important;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_month span {
  padding: 4px 15px 4px 20px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_year {
  width: 78px !important;
  margin-bottom: 0;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_year .cusel-scroll-wrap {
  width: 78px !important;
  left: -20px;
  margin-top: 27px;
  margin-left: 20px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_year .jScrollPaneContainer {
  width: 78px !important;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_year .jScrollPaneTrack {
  border-top: 1px solid #dddddd;
  border-top-right-radius: 2px;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_year .cusel-scroll-pane {
  width: 84px !important;
}
.q-lkAnketa .controls#common_birthday #cuselFrame-birthday_year span {
  padding: 4px 15px 4px 20px;
}
.q-lkProfile td div.errorText, .q-lkAnketa .controls div.errorText {
  display: table;
  position: absolute;
  top: 0;
  left: 306px;
  height: 30px;
  width: 260px;
  margin-left: 0;
  background: url('../../images/redesign3/icon-forms-error.png') 0 50% no-repeat;
  background-size: 16px 16px;
  padding: 0;
  line-height: 30px;
  font-size: 11px;
}
.q-lkProfile td div.errorText, .q-lkAnketa .controls div.errorText {
  border-radius: 3px;
  background: rgba(208,2,27,.8) none repeat scroll 0 0;
  font-size: 11px;
  line-height: 28px;
  position: absolute;
  width: auto;
  color: #FFF;
  box-shadow: none !important;
  display: inherit;
  white-space: nowrap;
  padding: 0 18px;
}
.q-lkProfile td div.errorText, .q-lkAnketa .controls div.errorText#mobile_phone-error {
  left: 102% !important;
  top: 18%;
}
.q-lkProfile td div.errorText + .errorText, .q-lkAnketa .controls div.errorText + .errorText {
  top: 15px;
}
.q-lkProfile td div.errorText:first-of-type:not(:last-of-type), .q-lkAnketa .controls div.errorText:first-of-type:not(:last-of-type) {
  top: -18px;
}
.q-lkProfile td div.errorText:after, .q-lkAnketa .controls div.errorText:after {
  content: " ";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid rgba(208, 2, 27, 0.8);
}
.q-lkProfile td div.errorText span, .q-lkAnketa .controls div.errorText span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.q-lkAnketa .controls span.phone_country {
  position: relative;
  right: 3px;
  top: 1px;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
}
.q-lkAnketa .controls.many {
  position: relative;
}
.q-lkAnketa .controls.many label {
  position: absolute;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  color: #262626;
}
.q-lkAnketa .controls.many input {
  float: left;
  width: 80px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.q-lkAnketa .q-sectionRequiredData {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
.q-lkAnketa .q-row-sex {
  float: left;
}
.q-lkAnketa .q-row-sex .controls {
  width: 60px;
  margin-right: 30px;
}
.q-lkAnketa .q-row-sex .sex {
  display: none;
}
.q-lkAnketa .q-row-sex .q-user-sex {
  width: 60px;
  height: 30px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-single {
  margin: 0;
  width: 60px;
  height: 30px;
  text-decoration: none;
  border-bottom: none;
  background: white;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 2px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-single:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-single:hover {
  border-bottom: 1px solid #dddddd;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-single span {
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin-right: 20px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-single div {
  margin-right: 4px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-single div b {
  display: block;
  background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat !important;
  background-size: 7px 13px !important;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-drop {
  width: 60px;
  background: white;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results {
  margin: 0;
  padding: 0;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results li {
  height: 40px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border-top: 1px solid #E6E6E6;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results li:first-child {
  border-top: none;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results li.filter-asc {
  background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results li.filter-asc.highlighted {
  background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat, #f9f9f9;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results li.filter-desc {
  background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .chosen-results li.filter-desc.highlighted {
  background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat, #f9f9f9;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .active-result {
  color: #3F454B;
  line-height: 20px;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen .active-result.highlighted {
  background: #F9F9F9;
  color: #76bc21;
}
.q-lkAnketa .q-row-sex #q_user_sex_chosen.chosen-container-single {
  width: 60px !important;
}
.q-lkAnketa .q-row-martial {
  float: left;
  width: 240px;
}
.q-lkAnketa .q-row-martial .rowLabel {
  width: 70px;
  padding: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
.q-lkAnketa .q-row-martial .maritalstatus {
  display: none;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-single {
  margin: 0;
  width: 120px;
  height: 30px;
  text-decoration: none;
  border-bottom: none;
  background: white;
  border: 1px solid #d9d9d9;
  box-shadow: none;
  border-radius: 2px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-single:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-single:hover {
  border-bottom: 1px solid #dddddd;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-single span {
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  height: 30px;
  line-height: 30px;
  text-align: left;
  margin-right: 20px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-single div {
  margin-right: 4px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-single div b {
  display: block;
  background: url('../../images/redesign3/icon-triangles.png') 50% 50% no-repeat !important;
  background-size: 7px 13px !important;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-drop {
  width: 120px;
  background: white;
  border: 1px solid #DDDDDD;
  box-shadow: none;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results {
  margin: 0;
  padding: 0;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results li {
  height: 40px;
  line-height: 30px;
  font-size: 13px;
  font-weight: normal;
  color: #3f454b;
  border-top: 1px solid #E6E6E6;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results li:first-child {
  border-top: none;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results li.filter-asc {
  background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results li.filter-asc.highlighted {
  background: url('../../images/redesign3/icon-arrow-up.png') 95% 50% no-repeat, #f9f9f9;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results li.filter-desc {
  background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .chosen-results li.filter-desc.highlighted {
  background: url('../../images/redesign3/icon-arrow-down.png') 95% 50% no-repeat, #f9f9f9;
  background-size: 10px 5px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .active-result {
  color: #3F454B;
  line-height: 20px;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen .active-result.highlighted {
  background: #F9F9F9;
  color: #76bc21;
}
.q-lkAnketa .q-row-martial #q_user_martial_chosen.chosen-container-single {
  width: 120px !important;
}
.q-lkAnketa .cabinetVerifyBtn {
  position: absolute;
  top: -1px;
  right: -150px;
  height: 30px;
  box-shadow: none;
}
@media (max-width: 1240px) {
  .q-lkAnketa .cabinetVerifyBtn {
    right: -120px;
  }
}
.q-lkAnketa .cabinetVerifyBtn input {
  box-sizing: border-box;
  display: block;
  width: 130px;
  font-weight: normal;
  border-radius: 2px;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76bc21;
  border: 1px solid #76bc21;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  height: 30px;
  box-shadow: none;
  font-size: 12px;
}
.q-lkAnketa .cabinetVerifyBtn input:hover,
.q-lkAnketa .cabinetVerifyBtn input:active,
.q-lkAnketa .cabinetVerifyBtn input:hover:active {
  background: #98cc58;
  border-color: #98cc58;
}



@media (max-width: 1240px) {
  .q-lkAnketa .cabinetVerifyBtn input {
    width: 110px;
  }
}
.q-lkAnketa .q-sectionDeliveryData {
  border-bottom: 1px solid #d9d9d9;
}
.q-lkAnketa .q-sectionDeliveryData #address_house {
  margin-right: 118px;
}
.q-lkAnketa .q-sectionDeliveryData #address_house + label {
  top: 6px;
  right: 122px;
  margin: 0;
}
.q-lkAnketa .q-sectionDeliveryData #address_housing + label {
  top: 56px;
  left: -76px;
  margin: 0;
}
.q-lkAnketa .q-sectionDeliveryData #address_building {
  margin-right: 118px;
}
.q-lkAnketa .q-sectionDeliveryData #address_building + label {
  top: 56px;
  right: 122px;
  margin: 0;
}
.q-lkAnketa #mobile_phone_code {
  box-sizing: border-box;
  height: 30px;
  width: 58px;
}
.q-lkAnketa #mobile_phone_phone {
  box-sizing: border-box;
  height: 30px;
  width: 216px;
  margin-left: 2px;
}
.q-lkAnketa #home_phone_code {
  box-sizing: border-box;
  height: 30px;
  width: 58px;
}
.q-lkAnketa #home_phone_phone {
  box-sizing: border-box;
  height: 30px;
  width: 205px;
  margin-left: 2px;
}
.q-lkAnketa .anketaFooter {
  border: none;
  margin: 0 20px 15px 20px;
  padding: 18px 0 26px 0;
  border-radius: 0 2px 2px 0;
  background: none;
}
.q-lkAnketa .footer-padd {
  width: auto;
  text-align: center;
}
.q-lkAnketa .footer-padd a {
  color: #76bc21;
}
.q-lkAnketa .footer-padd label {
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-lkAnketa .footer-padd span {
  display: block;
  height: 16px;
  width: 18px;
  margin-right: 5px;
}
.q-lkAnketa .footer-padd a#disclaimerBlock {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0085CF;
  text-decoration: none;
  border-bottom: none;
}
.q-lkAnketa .footer-padd a#disclaimerBlock:hover {
  color: #B4213B;
}
.q-lkAnketa .footer-padd a#disclaimerBlock:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-lkAnketa .footer-padd .jq-checkbox {
  background: url(../../images/eldorado_checkboxes-green.gif) no-repeat 0 0;
  height: 16px;
  width: 22px;
}
.q-lkAnketa .footer-padd .jq-checkbox:hover {
  background-position: 0 -16px;
}
.q-lkAnketa .footer-padd .jq-checkbox:active {
  background-position: 0 -32px;
}
.q-lkAnketa .footer-padd .jq-checkbox.checked {
  background-position: 0 -48px;
}
.q-lkAnketa .saveAndErrors {
  margin-top: 24px;
  text-align: center;
}
.q-lkAnketa .saveBlock {
  width: auto;
}
.q-lkAnketa input[type="submit"].bigBlueBttn {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 200px;
  font-size: 14px;
  color: #3f454b;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  background-color: white;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #B4213B;
  border: 1px solid #B4213B;
  box-shadow: none;
  color: white;
  transition: background 0.1s;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: none;
}
.q-lkAnketa input[type="submit"].bigBlueBttn:hover {
  background-color: #F9F9F9;
  color: #B4213B;
}
.q-lkAnketa input[type="submit"].bigBlueBttn:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
.q-lkAnketa input[type="submit"].bigBlueBttn:hover:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
.q-lkAnketa input[type="submit"].bigBlueBttn:hover {
  background: #D2222C;
  border: 1px solid #D2222C;
  color: white;
}
.q-lkAnketa input[type="submit"].bigBlueBttn:active {
  border: 1px solid #911D23;
  background: #911D23;
  color: white;
  text-shadow: none;
}
.q-lkAnketa input[type="submit"].bigBlueBttn:hover:active {
  border: 1px solid #911D23;
  background: #911D23;
  color: white;
  text-shadow: none;
}


.q-lkAnketa input[type="submit"].bigGreenBtn {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 200px;
  border-radius: 2px;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76bc21;
  border: 1px solid #76bc21;
  box-shadow: none;
  transition: background 0.1s;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: none;
}

.q-lkAnketa input[type="submit"].bigGreenBtn:hover,
.q-lkAnketa input[type="submit"].bigGreenBtn:active,
.q-lkAnketa input[type="submit"].bigGreenBtn:hover:active {
  border-color: #98cc58;
  background: #98cc58;
  color: white;
  text-shadow: none;
}
.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#mobile_phone_phone-error:first-of-type:not(:last-of-type),
div.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText + .errorText
{
  top: 111px;
}

.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#mobile_phone_phone-error {
  left: 315px !important;
  top: 111px;
}

.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#bonus_email-error {
  top: 18%;
  left: 102% !important;
}

.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#mobile_phone_code-error {
  left: -237px !important;
  position: absolute;
  top: 111px;
}

.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#mobile_phone_code-error::after {
  left: auto;
  right: -4px;
  border-left: 4px solid rgba(208, 2, 27, 0.8);
  border-right: none;
}

.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#input_sms_code_confirmation-error {
  left: -197px !important;
  position: absolute;
  top: 111px;
}

.q-lkAnketa .controls div.popupEmailMobilePhone div.errorText#input_sms_code_confirmation-error::after {
  left: auto;
  right: -4px;
  border-left: 4px solid rgba(208, 2, 27, 0.8);
  border-right: none;
}

.q-lkAnketa div.popupEmailMobilePhone {
  margin-left: -200px;
  left: 50%;
  width: 400px;
  padding: 20px;
  color: #3F454B;
}

.q-lkAnketa div.popupEmailMobilePhone div.popupRegionHd {
  font-size: 14px;
  line-height: 20px;
  color: #262626;
  font-style: normal;
}

.q-lkAnketa div.popupEmailMobilePhone H1 {
  margin-bottom: 10px;
  padding-left: 12px !important;
  height: 52px;
  background: #f5f5f5;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  color: #9d9d9d;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.q-lkAnketa div.popupEmailMobilePhone .placeholder-mobile-phone-text {
  font-size: 11px;
  line-height: 16px;
}

.q-lkAnketa div.popupEmailMobilePhone input[type="text"] {
  border: 1px solid #C4C4C4;
  background: #fff;
  width: 100%;
  display: block;
  border-radius: 2px;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 12px;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  color: #000;
}

.q-lkAnketa div.popupEmailMobilePhone input[type="submit"] {
  text-shadow: none;
  box-shadow: none;
  margin: 32px 0 15px 0;
  text-align: center;
  background: #76bc21;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  border-radius: 2px;
}

.q-lkAnketa div.popupEmailMobilePhone p {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #262626;
}

.q-lkAnketa a.mobilePhoneChange, .q-lkAnketa a.emailChange {
  position: absolute;
  right: 0;
}

.q-lkAnketa #email-inner, .q-lkAnketa #mobile-phone-inner {
  top: 4px;
}

.q-lkAnketa div.popupSMSCodeConfirmationSuccess div.circle {
  background: #f00;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.q-lkAnketa div.popupSMSCodeConfirmation a.disclaimerBlock {
  margin-left: 0 !important;
}

.q-lkAnketa div.popupSMSCodeConfirmation div.notice-error {
  margin-bottom: 20px;
}



/*-----  End of PERSONAL CABINET    ----    ANKETA  ------*/
/*===========================================================
=            PERSONAL  CABINET ---  CARD BINDING            =
===========================================================*/
.q-lkContent {
  width: 100%;
  padding: 0;
  margin: 0;
}
.q-lkContent .q-unbind-header {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0 15px 0;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
}
.q-unbind-form {
  background-color: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
  padding: 20px;
}
.q-unbind-form:after {
  content: "";
  display: table;
  clear: both;
}
.q-unbind-form .lkBonusCardStatus {
  float: left;
  width: 440px;
  margin-right: 20px;
  padding: 0;
}
@media (max-width: 1240px) {
  .q-unbind-form .lkBonusCardStatus {
    width: 320px;
  }
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusImage {
  background: url('/static/images/redesign3/lkBonusCard.jpg') 0 0 no-repeat;
  background-size: 40px 26px;
  height: 26px;
  width: 40px;
  margin: 0;
  float: left;
  margin-right: 20px;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusImage img {
  display: none;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusText {
  display: block;
  margin-left: 60px;
  font-size: 13px;
  font-weight: normal;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusText span {
  font-weight: 500;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton {
  display: block;
  margin-left: 53px;
  margin-top: 15px;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton .mainClearanceItemItemBuy {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 145px;
  font-size: 30px;
  font-weight: normal;
  border-radius: 2px;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76bc21;
  border: 1px solid #76bc21;
  box-shadow: none;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  margin: 0;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton .mainClearanceItemItemBuy:hover,
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton .mainClearanceItemItemBuy:active,
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton .mainClearanceItemItemBuy:hover:active {
  background: #98cc58;
  border-color: #98cc58;
  color: white;
  text-shadow: none;
}

.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton .mainClearanceItemItemBuyRP {
  height: 100%;
  width: 100%;
  background: none;
}
.q-unbind-form .lkBonusCardStatus .lkBonusCardStatusButton .mainClearanceItemItemBuyCP {
  background: none;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 30px;
  text-shadow: none;
}
.q-unbind-form .lkWarningNote {
  float: left;
  width: 380px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #a199a2;
  background: none;
}
@media (max-width: 1240px) {
  .q-unbind-form .lkWarningNote {
    width: 315px;
  }
}
@media (max-width: 960px) {
  .q-unbind-form .lkWarningNote {
    width: 350px;
    margin-left: 60px;
    margin-top: 20px;
  }
}
.q-personal-cabinet-container .q-new-bonus-card {
  background: white;
  border-radius: 2px;
  border: solid 1px #d9dadc;
  padding: 20px 20px 40px;
}
.q-personal-cabinet-container .q-new-bonus-card:after {
  content: "";
  display: table;
  clear: both;
}
.q-personal-cabinet-container .q-new-bonus-card .bonus {
  float: left;
  width: 440px;
  margin-right: 20px;
  padding: 0;
}
@media (max-width: 1240px) {
  .q-personal-cabinet-container .q-new-bonus-card .bonus {
    width: 320px;
  }
}
.q-personal-cabinet-container .q-new-bonus-card .lkWarningNote {
  float: left;
  width: 380px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #a199a2;
  background: none;
}
@media (max-width: 1240px) {
  .q-personal-cabinet-container .q-new-bonus-card .lkWarningNote {
    width: 315px;
  }
}
@media (max-width: 960px) {
  .q-personal-cabinet-container .q-new-bonus-card .lkWarningNote {
    width: 350px;
    margin-left: 60px;
    margin-top: 20px;
  }
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form:after {
  content: "";
  display: table;
  clear: both;
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form label {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 40px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form input[type="text"] {
  position: relative;
  height: 28px;
  width: 278px;
  box-shadow: none;
  border: 1px solid #C9C9C9;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  background: none;
  padding: 0 10px;
  margin: 0;
  border-radius: 2px;
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form input[type="text"]:focus {
  outline: none;
  border: 1px solid #a8d470;
  box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
  -webkit-box-shadow: 0 0 2px 0 rgba(168, 212, 112, 0.7);
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form input[type="text"]:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form input[type="text"]:invalid {
  outline: none;
  box-shadow: none;
  border: 1px solid #DDDDDD;
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form #forNumberCard {
  margin: 0;
  margin-right: 80px;
  margin-bottom: 20px;
}
@media (max-width: 1240px) {
  .q-personal-cabinet-container .q-new-bonus-card .q-bind-form #forNumberCard {
    width: 238px;
    margin-right: 0;
  }
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form #forPin {
  display: block;
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form .q-bind-button {
  position: static;
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 145px;
  border-radius: 2px;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  background: #76bc21;
  border: 1px solid #76bc21;
  box-shadow: none;
  text-shadow: none;
  transition: background 0.1s;
  margin: 25px 0 0 60px;
  font-size: 12px;
  font-weight: normal;
  color: white;
}

.q-personal-cabinet-container .q-new-bonus-card .q-bind-form .q-bind-button:hover,
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form .q-bind-button:hover:active,
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form .q-bind-button:active {
  background: #98cc58;
  border-color: #98cc58;
  color: white;
  text-shadow: none;
}
.q-personal-cabinet-container .q-new-bonus-card .q-bind-form .q-bind-button-hidden {
  display: none;
}
.q-personal-cabinet-container .q-new-bonus-card .popup.bonusNumberHelp .bonusHelpHd {
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-personal-cabinet-container .q-new-bonus-card .popup.bonusNumberHelp .bonusHelpNib:after {
  content: " ";
  display: block;
  height: 11px;
  width: 11px;
  position: absolute;
  top: -4px;
  left: 2px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.25);
}
.q-personal-cabinet-container .q-new-bonus-card .popup.bonusPinHelp {
  left: 0 !important;
  top: -140px !important;
}
.q-personal-cabinet-container .q-new-bonus-card .popup.bonusPinHelp .bonusHelpHd {
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
}
.q-personal-cabinet-container .q-new-bonus-card .popup.bonusPinHelp .bonusHelpNib:after {
  content: " ";
  display: block;
  height: 11px;
  width: 11px;
  position: absolute;
  top: -4px;
  left: 2px;
  transform: rotate(45deg);
  box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.25);
}
.q-verifyEmail .popUpClose {
  height: 40px;
  width: 40px;
  border: none;
  background: url('../../images/redesign3/icon-close-slide-item.png') white 50% 50% no-repeat;
}
.q-verifyEmail .popUpClose:hover {
  background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}
.q-verifyEmail .popUpClose i {
  display: none;
}
.q-verifyEmail .popUpIndent {
  padding: 20px;
}
.q-verifyEmail .popUpIndent h1 {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
}
.q-verifyEmail .popUpIndent .popup-content {
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  margin-bottom: 10px;
}
.q-verifyEmail .popUpIndent .popup-content-error {
  font-size: 14px;
  font-weight: normal;
  color: #b4213b;
  margin-bottom: 10px;
}
.q-verifyEmail .popUpIndent .resend a {
  text-decoration: none;
  border-bottom: none;
  font-size: 13px;
  color: #76bc21;
}
.q-verifyEmail .popUpIndent .resend a:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-verifyEmail .popUpIndent .resend a:hover {
  color: #B4213B;
}
.q-verifySmsCode {
  position: fixed;
  padding: 20px;
}
.q-verifySmsCode .popUpIndent {
  padding: 0;
}
.q-verifySmsCode .popUpClose {
  height: 40px;
  width: 40px;
  border: none;
  background: url('../../images/redesign3/icon-close-slide-item.png') white 50% 50% no-repeat;
}
.q-verifySmsCode .popUpClose:hover {
  background: url('../../images/redesign3/icon-close-slide-item-red.png') white 50% 50% no-repeat;
}
.q-verifySmsCode .popUpClose i {
  display: none;
}
.q-verifySmsCode div.loading {
  margin-top: 0;
}
.q-verifySmsCode h1 {
  font-size: 20px;
  font-weight: bold;
  color: #3f454b;
  font-family: Graphik_LC, Helvetica, Arial, sans-serif;
}
.q-verifySmsCode .content {
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  margin-top: 0;
  margin-bottom: 10px;
}
.q-verifySmsCode .form label {
  width: auto;
}
.q-verifySmsCode .send_sms_code_outer input {
  position: relative;
  height: 28px;
  margin-bottom: 0;
  box-shadow: none;
  border: 1px solid #C9C9C9;
  font-size: 12px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  background: none;
  padding: 0 10px;
  width: 52px;
}
.q-verifySmsCode .send_sms_code_outer input:focus {
  outline: none;
  border: 1px solid #4A90E2;
  box-shadow: 0 0 2px 0 rgba(74, 144, 226, 0.7) !important;
}
.q-verifySmsCode .send_sms_code_outer input:invalid {
  outline: none;
  border: 1px solid #D0021B;
  box-shadow: 0 0 2px 0 rgba(208, 2, 27, 0.7);
}
.q-verifySmsCode .resend a {
  text-decoration: none;
  border-bottom: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #0085CF;
}
.q-verifySmsCode .resend a:hover {
  text-decoration: none;
  border-bottom: none;
}
.q-verifySmsCode .resend a:hover {
  color: #B4213B;
}
.q-verifySmsCode .send_sms_code_btn_outer input.bigBlueBttn.medium {
  box-sizing: border-box;
  display: block;
  height: 30px;
  width: 200px;
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  border-radius: 5px;
  border: 1px solid #C9C9C9;
  box-shadow: none;
  background-color: white;
  background-image: none;
  line-height: 28px;
  text-align: center;
  text-transform: none;
  padding: 0;
  text-shadow: none;
}
.q-verifySmsCode .send_sms_code_btn_outer input.bigBlueBttn.medium:hover {
  background-color: #F9F9F9;
  color: #B4213B;
}
.q-verifySmsCode .send_sms_code_btn_outer input.bigBlueBttn.medium:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
.q-verifySmsCode .send_sms_code_btn_outer input.bigBlueBttn.medium:hover:active {
  background-color: #B4213B;
  color: white;
  text-shadow: none;
}
/*-----  End of PERSONAL  CABINET ---  CARD BINDING  ------*/
/*-----  New member profile ------*/
.profile {
  padding: 20px 0 24px 20px;
  float: none;
  flex: 0.5;
}
.persona_info .input__row,
.persona_password .input__row {
  margin-bottom: 30px;
  position: relative;
}
.persona_info .input__row label,
.persona_password .input__row label {
  top: 5px;
  left: 12px;
  display: none;
  position: absolute;
  font-size: 11px;
  line-height: 16px;
  color: #9D9D9D;
  font-family: Graphik_LC, sans-serif;
}
.persona_info .input__row .info,
.persona_password .input__row .info {
  padding-left: 13px;
  padding-top: 4px;
  display: none;
  font-family: Graphik_LC, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.persona_info .input__row .status_icon,
.persona_password .input__row .status_icon {
  display: none;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 24px;
  height: 24px;
  top: 15px;
  left: calc(100% - 84px);
}
.persona_password .input__row .status_icon {
  left: calc(100% - 53px);
}
.persona_info .input__row.errorIcon .status_icon {
  background: url("../../images/redesign3/isNotVerify.svg");
  display: block;
}
.persona_info .input__row.successIcon .status_icon {
  background: url("../../images/redesign3/isVerify.svg");
  display: block;
}
.persona_info .input__row.successGrayIcon .status_icon {
  background: url("../../images/redesign3/isVerifyGray.svg");
  display: block;
}
.persona_password .status_icon.notShowPass {
  background: url("../../images/redesign3/passNotShow.svg");
  display: block;
}
.persona_password .status_icon.showPass {
  background: url("../../images/redesign3/passShow.svg");
  display: block;
}
.persona_info .input__row.error .info,
.persona_password .input__row.error .info {
  color: #CE1037;
  display: block;
}
.persona_info .input__row.success .info,
.persona_password .input__row.success .info {
  color: #76BC21;
  display: block;
}
.persona_info .input__row input,
.persona_info .input__row select,
.persona_password .input__row input {
  box-shadow: none;
  border: 1px solid #C4C4C4;
  font-size: 14px;
  font-weight: normal;
  color: #3f454b;
  line-height: 15px;
  background: none;
  padding: 0 0 0 12px;
  height: 52px;
  width: calc(100% - 66px);
  border-radius: 2px;
  font-family: Graphik_LC, sans-serif;
  box-sizing: content-box;
  margin: 0 !important;
}
.persona_info .input__row select {
  width: 100%;
  margin-right: 6%;
  color: #9D9D9D;
}
.persona_info .settings_block {
  display: flex;
  flex-wrap: wrap;
}
.settings_icon {
  width: 52px;
  height: 54px;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: url("../../images/redesign3/gear.svg");
}
.settings_icon:hover {
  background: url("../../images/redesign3/gearWhite.svg") #76BC21;
  border-radius: 2px;
}
.persona_info .input__row input:focus ~ label,
.persona_info .input__row input:not(:placeholder-shown) ~ label,
.persona_password .input__row input:focus ~ label,
.persona_password .input__row input:not(:placeholder-shown) ~ label{
  display: block;
}
.persona_info .input__group,
.persona_password .input__group {
  display: flex;
}
.persona_info .input__group .input__row{
  margin-right: 5.3%;
}
.persona_info .input__group .input__row{
  width: calc(64% - 66px);
}
.persona_info .input__group .input__row + .input__row{
  width: calc(36% - 24px);
}
.profile .profile__paragraph{
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  font-family: Graphik_LC, sans-serif;
}
.persona_password .input__group .input__row {
  width: 50% !important;
}
.persona_password {
  width: calc(100% - 30px);
}
.persona_password .input__group .input__row input{
  width: calc(100% - 35px);
}
.persona_password .checkbox__row label {
  font-family: Graphik_LC, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #262626;
}
.persona_password .checkbox__row label span{
  color: #76BC21;
  cursor: pointer;
}
.persona_password .profile__save_button {
  box-sizing: border-box;
  display: block;
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: normal;
  border-radius: 2px;
  box-shadow: none;
  background-image: none !important;
  text-align: center;
  text-transform: none;
  padding: 16px;
  background: #76bc21;
  border: 1px solid #76bc21;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  height: 50px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 16px;
  font-family: Graphik_LC, sans-serif;
}
.persona_password .profile__save_button.disable {
  opacity: 0.25;
}
/*-----  New member profile ------*/
.profile {
  padding: 20px 0 24px 20px;
  float: none;
  flex: 0.5;
}
.persona_info .input__row,
.persona_password .input__row {
  margin-bottom: 30px;
  position: relative;
}
.persona_info .input__row label,
.persona_password .input__row label {
  top: 5px;
  left: 12px;
  display: none;
  position: absolute;
  font-size: 11px;
  line-height: 16px;
  color: #9D9D9D;
  font-family: Graphik_LC, sans-serif;
}
.persona_info .input__row .info,
.persona_password .input__row .info,
.persona_password .checkbox__row .info,
.persona_info .input__row .status {
  padding-left: 13px;
  padding-top: 4px;
  display: none;
  font-family: Graphik_LC, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.persona_info .input__row .info,
.persona_info .input__row .status {
  position: absolute;
  bottom: -20px;
}
.persona_info .input__row .status {
  color: #76BC21;
  display: block;
}
.persona_info .input__row .status_icon,
.persona_password .input__row .status_icon {
  display: none;
  position: absolute;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 24px;
  height: 24px;
  top: 15px;
  left: calc(100% - 84px);
}
.persona_password .input__row .status_icon {
  left: calc(100% - 53px);
}
.persona_info .input__row.errorIcon .status_icon {
  background: url("../../images/redesign3/isNotVerify.svg");
  display: block;
}
.persona_info .input__row.successIcon .status_icon {
  background: url("../../images/redesign3/isVerify.svg");
  display: block;
}
.persona_info .input__row.successGrayIcon .status_icon {
  background: url("../../images/redesign3/isVerifyGray.svg");
  display: block;
}
.persona_password .status_icon.notShowPass {
  background: url("../../images/redesign3/passNotShow.svg");
  display: block;
}
.persona_password .status_icon.showPass {
  background: url("../../images/redesign3/passShow.svg");
  display: block;
}
.persona_info .input__row.error,
.persona_password .checkbox__row.error,
.persona_password .input__row.error {
  display: block;
  padding: 0;
}
.persona_info .input__row.error .info,
.persona_password .checkbox__row.error .info,
.persona_password .input__row.error .info {
  color: #CE1037;
  display: block;
}
.persona_info .input__row.success .info,
.persona_password .input__row.success .info {
  color: #76BC21;
  display: block;
}

.persona_info .input__row input:focus::-webkit-input-placeholder {
   color: transparent;
}
.persona_info .input__row input:focus::-moz-placeholder {
  color: transparent;
}
.persona_info .input__row input:focus:-moz-placeholder {
  color: transparent;
}
.persona_info .input__row input:focus:-ms-input-placeholder {
  color: transparent;
}

.persona_info .settings_block {
  display: flex;
  flex-wrap: wrap;
}
.settings_icon {
  width: 52px;
  height: 54px;
  cursor: pointer;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background: url("../../images/redesign3/gear.svg");
}
.settings_icon:hover {
  background: url("../../images/redesign3/gearWhite.svg") #76BC21;
  border-radius: 2px;
}
.persona_info .input__row input:disabled {
  background: #F5F5F5;
}
.persona_info .input__row input:focus ~ label,
.persona_info .input__row input:not(:placeholder-shown) ~ label,
.persona_password .input__row input:focus ~ label,
.persona_password .input__row input:not(:placeholder-shown) ~ label{
  display: block;
}
.persona_info .input__group,
.persona_password .input__group {
  display: flex;
}
.persona_info .input__group .input__row{
  margin-right: 5.3%;
}
.persona_info .input__group .input__row{
  width: calc(64% - 66px);
}
.persona_info .input__group .input__row + .input__row{
  width: calc(36% - 24px);
}
.profile .profile__paragraph{
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #262626;
  font-family: Graphik_LC, sans-serif;
}
.persona_password .input__group .input__row {
  width: 50% !important;
}
.persona_password {
  width: calc(100% - 30px);
}
.persona_password .input__group .input__row input{
  width: calc(100% - 35px);
}
.persona_password .checkbox__row label {
  font-family: Graphik_LC, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #262626;
}
.persona_password .checkbox__row label a{
  color: #76BC21;
  cursor: pointer;
}
.persona_password .checkbox__row .jq-checkbox {
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  background: none;
  width: 14px;
  height: 14px;
}
.persona_password .checkbox__row .jq-checkbox.checked {
  background: url("../../images/redesign3/greencheckbox-big.svg") no-repeat;
  border: none;
  width: 16px;
  height: 16px;
  background-size: 16px;
}
.persona_password .profile__save_button {
  box-sizing: border-box;
  display: block;
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: normal;
  border-radius: 2px;
  box-shadow: none;
  background-image: none !important;
  text-align: center;
  text-transform: none;
  padding: 16px;
  background: #76bc21;
  border: 1px solid #76bc21;
  color: white;
  text-shadow: none;
  transition: background 0.1s;
  height: 50px;
  line-height: 18px;
  margin-bottom: 5px;
  margin-top: 16px;
  font-family: Graphik_LC, sans-serif;
}
.persona_password .profile__save_button:hover {
  background: #76bc21;
}
.persona_password .profile__save_button.disable {
  opacity: 0.25;
}