/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 3, ../../sass/libs/profile/_base.scss */
form.user-form, form.user-login-form, form.user-get-acces-form, form.user-phone-number-confirm-form, form.restore-password-form {
  background: #FFFFFF;
  border-radius: 5px;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  padding: 30px 40px 38px;
  max-width: 400px; }
  /* line 17, ../../sass/libs/profile/_base.scss */
  form.user-form p, form.user-login-form p, form.user-get-acces-form p, form.user-phone-number-confirm-form p, form.restore-password-form p {
    margin-bottom: 20px; }
  /* line 21, ../../sass/libs/profile/_base.scss */
  form.user-form .form-item, form.user-login-form .form-item, form.user-get-acces-form .form-item, form.user-phone-number-confirm-form .form-item, form.restore-password-form .form-item {
    margin-bottom: 15px; }
    /* line 26, ../../sass/libs/profile/_base.scss */
    form.user-form .form-item:not(.form-type-checkbox) label, form.user-login-form .form-item:not(.form-type-checkbox) label, form.user-get-acces-form .form-item:not(.form-type-checkbox) label, form.user-phone-number-confirm-form .form-item:not(.form-type-checkbox) label, form.restore-password-form .form-item:not(.form-type-checkbox) label {
      display: none; }
    /* line 31, ../../sass/libs/profile/_base.scss */
    form.user-form .form-item.form-type-checkbox, form.user-login-form .form-item.form-type-checkbox, form.user-get-acces-form .form-item.form-type-checkbox, form.user-phone-number-confirm-form .form-item.form-type-checkbox, form.restore-password-form .form-item.form-type-checkbox {
      margin-bottom: 0; }
    /* line 35, ../../sass/libs/profile/_base.scss */
    form.user-form .form-item .description, form.user-login-form .form-item .description, form.user-get-acces-form .form-item .description, form.user-phone-number-confirm-form .form-item .description, form.restore-password-form .form-item .description {
      display: none; }
  /* line 40, ../../sass/libs/profile/_base.scss */
  form.user-form .form-actions, form.user-login-form .form-actions, form.user-get-acces-form .form-actions, form.user-phone-number-confirm-form .form-actions, form.restore-password-form .form-actions {
    margin-top: 25px; }
  /* line 44, ../../sass/libs/profile/_base.scss */
  form.user-form .links-container, form.user-login-form .links-container, form.user-get-acces-form .links-container, form.user-phone-number-confirm-form .links-container, form.restore-password-form .links-container {
    margin-top: 30px;
    text-align: center; }
    /* line 48, ../../sass/libs/profile/_base.scss */
    form.user-form .links-container a, form.user-login-form .links-container a, form.user-get-acces-form .links-container a, form.user-phone-number-confirm-form .links-container a, form.restore-password-form .links-container a {
      font-size: 15px;
      margin-right: 50px; }
      /* line 52, ../../sass/libs/profile/_base.scss */
      form.user-form .links-container a:last-child, form.user-login-form .links-container a:last-child, form.user-get-acces-form .links-container a:last-child, form.user-phone-number-confirm-form .links-container a:last-child, form.restore-password-form .links-container a:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 500px) {
        /* line 48, ../../sass/libs/profile/_base.scss */
        form.user-form .links-container a, form.user-login-form .links-container a, form.user-get-acces-form .links-container a, form.user-phone-number-confirm-form .links-container a, form.restore-password-form .links-container a {
          font-size: 12px;
          margin-right: 20px; } }
  /* line 63, ../../sass/libs/profile/_base.scss */
  form.user-form input[type="submit"], form.user-login-form input[type="submit"], form.user-get-acces-form input[type="submit"], form.user-phone-number-confirm-form input[type="submit"], form.restore-password-form input[type="submit"] {
    width: 100%; }
  @media only screen and (max-width: 500px) {
    /* line 3, ../../sass/libs/profile/_base.scss */
    form.user-form, form.user-login-form, form.user-get-acces-form, form.user-phone-number-confirm-form, form.restore-password-form {
      padding: 20px; } }
/* line 74, ../../sass/libs/profile/_base.scss */
form.user-register-form .form-item {
  margin-bottom: 20px; }
/* line 78, ../../sass/libs/profile/_base.scss */
form.user-register-form input[type="submit"] {
  padding: 17px 20px; }
/* line 83, ../../sass/libs/profile/_base.scss */
.user-form-title {
  font-size: 30px;
  text-align: center; }
  @media only screen and (max-width: 650px) {
    /* line 83, ../../sass/libs/profile/_base.scss */
    .user-form-title {
      font-size: 22px; } }
/* line 92, ../../sass/libs/profile/_base.scss */
.acces-link-container {
  margin-top: 20px; }
  /* line 95, ../../sass/libs/profile/_base.scss */
  .acces-link-container a {
    background: #FEE905;
    border-radius: 5px;
    color: #011CA3;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 10px;
    width: 100%;
    text-align: center;
    text-decoration: none; }
    /* line 108, ../../sass/libs/profile/_base.scss */
    .acces-link-container a:hover {
      background: #FCD403; }
    @media only screen and (max-width: 650px) {
      /* line 95, ../../sass/libs/profile/_base.scss */
      .acces-link-container a {
        font-size: 13px; } }
/* line 118, ../../sass/libs/profile/_base.scss */
form .form-delimeter {
  color: #4E4E4E;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px; }
  /* line 126, ../../sass/libs/profile/_base.scss */
  form .form-delimeter:before, form .form-delimeter:after {
    content: '';
    background: #DDDDDD;
    display: block;
    width: 15px;
    height: 1px; }
  /* line 134, ../../sass/libs/profile/_base.scss */
  form .form-delimeter:before {
    margin-right: 15px; }
  /* line 138, ../../sass/libs/profile/_base.scss */
  form .form-delimeter:after {
    margin-left: 15px; }
/* line 143, ../../sass/libs/profile/_base.scss */
form.user-user-profile-form-form {
  max-width: 100%; }
  /* line 146, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form .field--type-telephone {
    width: 100%; }
  /* line 150, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form .field--name-field-birth-date {
    margin-bottom: 15px; }
    /* line 153, ../../sass/libs/profile/_base.scss */
    form.user-user-profile-form-form .field--name-field-birth-date .label {
      display: none; }
  /* line 158, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form .form-actions {
    margin-top: 30px; }
  /* line 162, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form input[type="submit"] {
    padding: 12px 20px;
    min-width: 150px;
    width: auto; }
    @media only screen and (max-width: 500px) {
      /* line 162, ../../sass/libs/profile/_base.scss */
      form.user-user-profile-form-form input[type="submit"] {
        width: 100%; } }
/* line 175, ../../sass/libs/profile/_base.scss */
form .group--personal-data h3 {
  width: 100%; }
@media only screen and (min-width: 651px) {
  /* line 179, ../../sass/libs/profile/_base.scss */
  form .group--personal-data .group--column-1 {
    padding-right: 10px;
    width: 50%; } }
@media only screen and (min-width: 651px) {
  /* line 187, ../../sass/libs/profile/_base.scss */
  form .group--personal-data .group--column-2 {
    padding-left: 10px;
    width: 50%; } }
@media only screen and (min-width: 651px) {
  /* line 173, ../../sass/libs/profile/_base.scss */
  form .group--personal-data {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; } }
/* line 200, ../../sass/libs/profile/_base.scss */
form .group--password-and-security {
  margin-top: 40px; }
  /* line 203, ../../sass/libs/profile/_base.scss */
  form .group--password-and-security h3 {
    width: 100%; }
  /* line 207, ../../sass/libs/profile/_base.scss */
  form .group--password-and-security #edit-pass {
    margin-bottom: 10px; }
    @media only screen and (min-width: 651px) {
      /* line 210, ../../sass/libs/profile/_base.scss */
      form .group--password-and-security #edit-pass .form-item {
        padding: 0 10px;
        width: 33.333%; } }
    @media only screen and (min-width: 651px) {
      /* line 207, ../../sass/libs/profile/_base.scss */
      form .group--password-and-security #edit-pass {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px; } }
/* line 225, ../../sass/libs/profile/_base.scss */
form .profile-form-pass-change-description {
  margin-bottom: 30px; }
/* line 229, ../../sass/libs/profile/_base.scss */
form .phone-number-confirm-description {
  margin-bottom: 20px; }
  @media only screen and (max-width: 850px) {
    /* line 229, ../../sass/libs/profile/_base.scss */
    form .phone-number-confirm-description {
      margin-bottom: 15px; } }
/* line 237, ../../sass/libs/profile/_base.scss */
form .personal-data--description {
  color: #888888;
  font-size: 14px;
  margin-top: 15px;
  width: 100%; }
  @media only screen and (max-width: 850px) {
    /* line 237, ../../sass/libs/profile/_base.scss */
    form .personal-data--description {
      font-size: 13px;
      margin-top: 20px; } }
/* line 249, ../../sass/libs/profile/_base.scss */
form .profile--client-cards {
  margin-top: 40px; }
  /* line 252, ../../sass/libs/profile/_base.scss */
  form .profile--client-cards .tns-outer {
    margin: 0 -20px;
    padding: 0 0 0 20px !important; }
/* line 258, ../../sass/libs/profile/_base.scss */
form .client-card--bonus {
  background: #FEE905;
  border-radius: 5px;
  color: #000000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 20px; }
  @media only screen and (max-width: 650px) {
    /* line 258, ../../sass/libs/profile/_base.scss */
    form .client-card--bonus {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; } }
/* line 271, ../../sass/libs/profile/_base.scss */
form .client-card--bonus--count {
  color: #164DB8;
  font-size: 25px;
  font-weight: 700;
  margin-left: auto;
  text-transform: uppercase; }
  @media only screen and (max-width: 650px) {
    /* line 271, ../../sass/libs/profile/_base.scss */
    form .client-card--bonus--count {
      font-size: 20px;
      margin-left: 0; } }
/* line 284, ../../sass/libs/profile/_base.scss */
form .client-card--bonus--title {
  font-size: 15px;
  font-weight: 700; }
  @media only screen and (max-width: 650px) {
    /* line 284, ../../sass/libs/profile/_base.scss */
    form .client-card--bonus--title {
      width: 100%; } }
/* line 293, ../../sass/libs/profile/_base.scss */
form .client-card--bonus--info {
  background: url('../../img/vector/vector-stripe.svg?1750856751') no-repeat -38px -190px;
  cursor: pointer;
  margin-left: 10px;
  width: 18px;
  height: 18px; }
  /* line 299, ../../sass/libs/profile/_base.scss */
  form .client-card--bonus--info:hover {
    background-position: 0 -147px; }
/* line 306, ../../sass/libs/profile/_base.scss */
form .client-card--list.tns-carousel {
  margin-top: 20px; }
  /* line 309, ../../sass/libs/profile/_base.scss */
  form .client-card--list.tns-carousel .client-card--item {
    min-width: 230px;
    max-width: 230px; }
/* line 315, ../../sass/libs/profile/_base.scss */
form .client-card--list:not(.tns-carousel) {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px -10px -20px; }
  /* line 319, ../../sass/libs/profile/_base.scss */
  form .client-card--list:not(.tns-carousel) .client-card--item {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.333%; }
    @media only screen and (max-width: 767px) {
      /* line 319, ../../sass/libs/profile/_base.scss */
      form .client-card--list:not(.tns-carousel) .client-card--item {
        width: 50%; } }
    @media only screen and (max-width: 500px) {
      /* line 319, ../../sass/libs/profile/_base.scss */
      form .client-card--list:not(.tns-carousel) .client-card--item {
        width: 100%; } }
/* line 337, ../../sass/libs/profile/_base.scss */
form .client-card--item .layout__region--content {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px; }
/* line 345, ../../sass/libs/profile/_base.scss */
form .client-card--item .field--name-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 1; }
  @media only screen and (max-width: 650px) {
    /* line 345, ../../sass/libs/profile/_base.scss */
    form .client-card--item .field--name-label {
      font-size: 20px; } }
/* line 360, ../../sass/libs/profile/_base.scss */
form.user-user-profile-form-form .profile--card-activate-button .card-activate-button {
  background-color: #1D5CD7;
  border-radius: 5px;
  -moz-box-shadow: 0 6px 10px #d5e1f3;
  -webkit-box-shadow: 0 6px 10px #d5e1f3;
  box-shadow: 0 6px 10px #d5e1f3;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 18px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%; }
  /* line 378, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form .profile--card-activate-button .card-activate-button:hover {
    background: #0057FF; }
/* line 384, ../../sass/libs/profile/_base.scss */
form.user-user-profile-form-form .client-card--release-container {
  margin-top: 20px; }
  /* line 389, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form .client-card--release-container input[type="submit"].client-card--release-button {
    padding: 15px 20px;
    min-width: 208px; }
  /* line 395, ../../sass/libs/profile/_base.scss */
  form.user-user-profile-form-form .client-card--release-container .client-card--release-button--description {
    line-height: normal;
    max-width: 420px; }
    @media only screen and (min-width: 768px) {
      /* line 395, ../../sass/libs/profile/_base.scss */
      form.user-user-profile-form-form .client-card--release-container .client-card--release-button--description {
        margin-left: 20px; } }
    @media only screen and (max-width: 767px) {
      /* line 395, ../../sass/libs/profile/_base.scss */
      form.user-user-profile-form-form .client-card--release-container .client-card--release-button--description {
        margin-top: 10px; } }
  @media only screen and (min-width: 768px) {
    /* line 384, ../../sass/libs/profile/_base.scss */
    form.user-user-profile-form-form .client-card--release-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center; } }

/* line 420, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody > tr {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 425, ../../sass/libs/profile/_base.scss */
  .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody > tr.open .views-field-products-list {
    display: block; }
    @media only screen and (max-width: 850px) {
      /* line 425, ../../sass/libs/profile/_base.scss */
      .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody > tr.open .views-field-products-list {
        padding-top: 10px; } }
/* line 438, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody:not(.open) > tr:nth-child(n+11) {
  display: none; }
/* line 446, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td.views-field-bonus-nach {
  color: #01A31B;
  font-weight: 500; }
/* line 451, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td.views-field-bonus-used {
  color: #D40000;
  font-weight: 500; }
/* line 456, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td.views-field-products-list {
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
  padding-top: 0;
  display: none; }
@media only screen and (max-width: 850px) {
  /* line 462, ../../sass/libs/profile/_base.scss */
  .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }
/* line 469, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td .td-label {
  min-width: 50%; }
@media only screen and (max-width: 850px) {
  /* line 444, ../../sass/libs/profile/_base.scss */
  .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td {
    padding: 20px 20px 0;
    max-width: 100% !important;
    width: 100%; }
    /* line 478, ../../sass/libs/profile/_base.scss */
    .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) > tbody td:last-child {
      padding-bottom: 10px; } }
/* line 485, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-bonus-nach {
  max-width: 190px;
  width: 100%; }
/* line 490, ../../sass/libs/profile/_base.scss */
.user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button {
  max-width: 135px;
  padding-left: 0;
  width: 100%; }
  /* line 495, ../../sass/libs/profile/_base.scss */
  .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button div {
    background: #FFFFFF;
    border: 1px solid #1D5CD7;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06);
    color: #164DB8;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 20px;
    min-width: 115px;
    text-align: center;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    /* line 513, ../../sass/libs/profile/_base.scss */
    .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button div:after {
      content: '';
      background: url('../../img/vector/vector-stripe.svg?1750856751') no-repeat -302px -95px;
      display: block;
      margin-left: 5px;
      width: 18px;
      height: 18px; }
    /* line 521, ../../sass/libs/profile/_base.scss */
    .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button div:hover {
      background: #1D5CD7;
      color: #FFFFFF; }
      /* line 525, ../../sass/libs/profile/_base.scss */
      .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button div:hover:after {
        background-position: 3px -47px; }
    /* line 532, ../../sass/libs/profile/_base.scss */
    .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button div.open:after {
      background-position: -303px -116px; }
    /* line 538, ../../sass/libs/profile/_base.scss */
    .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button div.open:hover:after {
      background-position: -21px -47px; }
  @media only screen and (max-width: 850px) {
    /* line 490, ../../sass/libs/profile/_base.scss */
    .user-orders-table table:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search):not(.products-table-list) .views-field-products-button {
      padding: 20px 20px 10px; } }
/* line 551, ../../sass/libs/profile/_base.scss */
.user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) {
  border: 0; }
  /* line 554, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > thead {
    background: transparent; }
    /* line 557, ../../sass/libs/profile/_base.scss */
    .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > thead th {
      background: #E7E7E7;
      color: #000000;
      font-size: 16px;
      padding: 10px 20px; }
      /* line 563, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > thead th:first-child {
        border-radius: 5px 0 0 0; }
      /* line 567, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > thead th:last-child {
        border-radius: 0 5px 0 0; }
    @media only screen and (max-width: 850px) {
      /* line 554, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > thead {
        display: none; } }
  /* line 579, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > tbody tr {
    background: transparent;
    border: 1px solid #E7E7E7;
    border-top: 0;
    border-radius: 0;
    box-shadow: none; }
    /* line 586, ../../sass/libs/profile/_base.scss */
    .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > tbody tr:last-child {
      border-radius: 0 0 5px 5px; }
    @media only screen and (max-width: 850px) {
      /* line 590, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) > tbody tr:first-child {
        border-top: 1px solid #E7E7E7;
        border-radius: 5px 5px 0 0; } }
  @media only screen and (min-width: 851px) {
    /* line 600, ../../sass/libs/profile/_base.scss */
    .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) tr {
      display: table-row !important; } }
  /* line 607, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--sku {
    font-weight: 500; }
  /* line 611, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--name {
    line-height: normal;
    width: 48%; }
    @media only screen and (max-width: 850px) {
      /* line 611, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--name {
        width: 100%; } }
  /* line 620, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--count {
    white-space: nowrap; }
  /* line 626, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--price div {
    white-space: nowrap; }
    @media only screen and (max-width: 850px) {
      /* line 626, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--price div {
        -webkit-align-items: center;
        align-items: center; } }
  /* line 634, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--price .old-price {
    color: #777777;
    font-size: 12px;
    text-decoration: line-through;
    white-space: nowrap; }
  /* line 641, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--price .discount-price {
    color: #01A31B;
    white-space: nowrap; }
    @media only screen and (max-width: 850px) {
      /* line 641, ../../sass/libs/profile/_base.scss */
      .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--price .discount-price {
        margin-left: 5px; } }
  /* line 651, ../../sass/libs/profile/_base.scss */
  .user-orders-table .products-table-list:not(.ui-datepicker-calendar):not(.without-markup):not(.ya-site-form__wrap):not(.ya-site-form__search) .table-product--sum {
    white-space: nowrap; }

/* line 657, ../../sass/libs/profile/_base.scss */
.user-orders-show-more {
  margin-top: 20px;
  text-align: center; }
  /* line 661, ../../sass/libs/profile/_base.scss */
  .user-orders-show-more--button {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.06);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    /* line 673, ../../sass/libs/profile/_base.scss */
    .user-orders-show-more--button:hover {
      background: #1D5CD7;
      color: #FFFFFF; }

/*# sourceMappingURL=profile.css.map */
