:root {
    --accent-color: #FF9100;
    --dark-color:#3B4A51;
    --white-color:#FFF;
}
.contacts__page {
    background-image: none;
}
.pages__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
}
.pages__title { 
    max-width: 512px;
    width: 100%;
    margin-top: 17px;
    border-bottom: 0.5px solid var(--accent-color);
    padding-bottom: 17px;
    margin-bottom: 32px;
}
.pages__title h1 { 
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
    letter-spacing: 0.05em;
    text-align: center;
}
.my__project {
    display: flex;
    max-width: 1200px;
    width: 100%;
}
.my__project-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 80px;
}
.my__project-left-wrapper {
    max-width: 229px;
    width: 100%;
}
.selected__project-wrapper {
    background: #F9F9F9;
    border-radius: 15px;
    padding: 11px 26px 12px 12px;
}
.selected__project-wrapper > label {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: var(--dark-color);
    margin-bottom: 2px;
}
.selected__project-wrapper-p {
    padding: 5px 7px;
    /* background:yellow; */
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #CFD0D1;
    background: #F1F2F2;
    border-radius: 5px;
}
.selected__project-wrapper input {
    background: #FF9100;
    border-radius: 5px;
    border:none;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    color: var(--white-color);
    padding: 13.5px 7px;
    display: none;
}

.selected__project-wrapper select {
    background: #FF9100;
    border-radius: 5px;
    border:none;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    color: var(--white-color);
    padding: 13.5px 7px;
    width: 100%;
}



.main_popap_final, .main_popap_active{
    display: none;
}

/* my__project-left-menu */
.my__project-left-menu {
    margin-top: 25px;
    max-width: 229px;
    width: 100%;
}
.my__project-left-menu > li {
    width: 100%;
    display: flex;
    align-items: center;
}
.my__project-left-menu > li > a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    display: flex;
    padding-left: 52px;
    align-items: center;
    border-radius: 15px;
    height: 48px;
    width: 100%;
}

.my__project-left-menu > li > .my__project-active {
    background: url('../img/personal_area/icon-my-projects-active.svg') 14px 14px no-repeat var(--dark-color);
    color: var(--white-color);
}
.my__project-left-menu > li > .my__project-not-active {
    background: url('../img/personal_area/icon-my-projects-not-active.svg') 14px 14px no-repeat transparent;
    color:var(--dark-color);
}
.my__project-left-menu > li > .sites__catalog-active {
    background: url('../img/personal_area/icon-sites-catalog.svg') 14px 14px no-repeat transparent;
    color:var(--dark-color);
}
.my__project-left-menu > li > a > .sites__catalog-active-img {
    margin-left: 4px;
    margin-top: 2px;
}
.my__project-left-menu > li > .my__articles-active {
    background: url('../img/personal_area/icon-my-articles-not_active.svg') no-repeat 14px 14px var(--dark-color);
    color: var(--white-color);
}
.my__project-left-menu > li > .my__articles-not-active {
    background: url('../img/personal_area/icon-my-articles-active.svg') no-repeat 14px 14px transparent;
    color:var(--dark-color);
}
.my__project-left-menu > li > .buy__article-not-active {
    background: url('../img/personal_area/icon-buy-article-not-active.svg') no-repeat 14px 14px ;
    color:var(--dark-color);
}
.my__project-left-menu > li > .buy__article-active {
    background: url('../img/personal_area/icon-buy-article-active.svg') no-repeat 14px 14px var(--dark-color);
    color: var(--white-color);
}
.my__project-left-menu > li > .publications-not-active {
    background: url('../img/personal_area/icon-publications-not-active.svg') no-repeat 14px 14px transparent;
    color:var(--dark-color);
}
.my__project-left-menu > li > .publications-active {
    background: url('../img/personal_area/icon-publications-active.svg') no-repeat 14px 14px var(--dark-color);
    color: var(--white-color);
}
.my__project-left-menu > li > .favorites-active {
    background: url('../img/personal_area/icon-favorites-active.svg') no-repeat 14px 14px var(--dark-color);
    color: var(--white-color);
}
.my__project-left-menu > li > .favorites-not-active {
    background: url('../img/personal_area/icon-favorites-not-active.svg') no-repeat 14px 14px transparent;
    color:var(--dark-color);
}
.my__project-left-menu > li > .basket-active {
    background: url('../img/personal_area/basket-active.svg') no-repeat 14px 14px var(--dark-color);
    color: var(--white-color);
}
.my__project-left-menu > li > .basket-not-active {
    background: url('../img/personal_area/basket-not-active.svg') no-repeat 14px 14px transparent;
    color:var(--dark-color);
}
.grey-color {
    opacity: 0.3;
    pointer-events: none;
}
.grey-color-td {
    opacity: 0.3;
    pointer-events: none;
    color: var(--dark-color) !important;
}
/* end */

.my__project-bottom-menu-wrapper {
    margin-top: 60px;
    background:  rgba(255, 145, 0, 0.15);
    border-radius: 15px;
    padding: 24px 12px;
    margin-bottom: 25px;
}
.my__project-bottom-menu-wrapper > ul > li > a {
    max-width: 204px;
    width: 100%;
    background: var(--white-color);
    display: flex;
    border-radius: 15px;
    height: 48px;
    padding-left: 52px;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}
.my__project-bottom-menu-wrapper > ul > li:last-child > a {
    margin-bottom: 0;
}
.my__project-bottom-menu-wrapper > ul > li .balance-not-active {
    background: url('../img/personal_area/balance-not-active.svg') no-repeat var(--white-color) 14px 14px ;
    color: var(--dark-color);
}
.my__project-bottom-menu-wrapper > ul > li .balance-active {
    background: url('../img/personal_area/balance-active.svg') no-repeat var(--dark-color) 14px 14px ;
    color: var(--white-color);
}
.my__project-bottom-menu-wrapper > ul > li .my-settings-not-active {
    background: url('../img/personal_area/my-settings-not-active.svg') no-repeat var(--white-color) 14px 14px ;
    color: var(--dark-color);
}
.my__project-bottom-menu-wrapper > ul > li .my-settings-active {
    background: url('../img/personal_area/my-settings-active.svg') no-repeat var(--dark-color) 14px 14px ;
    color: var(--white-color);
}
.my__project-bottom-menu-wrapper > ul > li .log-out-not-active {
    background: url('../img/personal_area/log-out-not-active.svg') no-repeat var(--white-color) 14px 14px ;
    color: var(--dark-color);
}

/* my__project-right-wrapper */
.my__project-right-wrapper {
    background: #F9F9F9;
    border-radius: 15px;
    max-width: 928px;
    width: 100%;
    padding: 36px 39px 0 35px;
}
button.add__new-project {
    width: 176px;
    background: #FF9100;
    border: none;
    border-radius: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--white-color);
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
h5.created__projects {
    display: block;
    padding: 10px;
    background: #F1F2F2;
    border-radius: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3B4A51;
    margin-top: 26px;
    width: 100%;
    margin-bottom: 20px;
}

/* table */
table.created__projects-info-table {
    display: grid;
    border-collapse: collapse;
    min-width: 100%;
    /*
    grid-template-columns: 
      minmax(34px, 1fr)
      minmax(245px, 1.67fr)
      minmax(105px, 1.67fr)
      minmax(105px, 1.67fr)
      minmax(105px, 3.33fr)
      minmax(105px, 1.67fr)
      minmax(149px, 1.67fr);
     */
    grid-template-columns:
            minmax(34px, 1fr)
            minmax(245px, 1.67fr)
            minmax(210px, 1.67fr)
            minmax(105px, 1.67fr)
            minmax(105px, 3.33fr)
            minmax(149px, 1.67fr);
  }
  
  thead.thead__created__projects-info,
  tbody.tbody__created__projects-info,
  tr.tr__created__projects-info {
    display: contents;
  }
  .thead__created__projects-info {
    padding-bottom: 7px;
  }
  .tr__created__projects-info > th,
  .tr__created__projects-info > td {
    padding: 13.6px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #3B4A51;
    text-align: center;
    border-bottom:1px solid var(--dark-color);
    margin-right: 1px;
  }
  
  th.title__created__projects-info {
    position: sticky;
    top: 0;
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color:var(--white-color);
    background: #3B4A51;
    border-radius: 5px;
    margin-right: 1px;
    padding: 17px 0;
    margin-bottom: 7px;
  }
  th.title__created__projects-info:nth-child(4){
    padding-top:12px;
    padding-bottom:12px;
    line-height: 16px;
  }
  th.title__created__projects-info:last-child {
    margin-right: 0px;
  } 

  th:last-child {
    border: 0;
  }

  
  .resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    width: 3px;
    cursor: col-resize;
  }
  .resize-handle:hover,
  /* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
  .header--being-resized .resize-handle {
    opacity: 0.5;
  }
  th:hover .resize-handle {
    opacity: 0.3;
  }
  .tr__created__projects-info > td > button {
    background: var(--accent-color);
    border:none;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: var(--white-color);
    border-radius: 5px;
    padding: 3px 5px;
    cursor: pointer;
  }

  
.td-selected__project {
  
}
.tr-selected__project > td.td__created__projects-info {
  background: #FF9100;
  color:var(--white-color);
  border-bottom: none;
  border-top:none;
}
.tr-selected__project > td > button {
  background: #FFFFFF;
  /* color: var(--accent-color); */
  color: var(--dark-color);
}
.testy-table {
  height: 120px;
  background-color: red;
}


  @media (max-width: 1220px) {
    .my__project-wrapper {
        flex-direction: column;
        align-items: center;
    }
}
/* new_personal_area_MA.html */
/* table */
table.created__articles-info-table {
    display: grid;
    border-collapse: collapse;
    min-width: 100%;
    grid-template-columns: 
      minmax(34px, 1fr)
      minmax(245px, 1.67fr)
      minmax(56px, 1.67fr)
      minmax(110px, 1.67fr)
      minmax(124px, 3.33fr)
      minmax(178px, 1.67fr)
      minmax(101px, 1.67fr);
  }
  
  thead.thead__created__articles-info,
  tbody.tbody__created__articles-info,
  tr.tr__created__articles-info {
    display: contents;
  }
  .thead__created__articles-info {
    padding-bottom: 7px;
  }
  .tr__created__articles-info > th,
  .tr__created__articles-info > td {
    padding: 6px 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #3B4A51;
    text-align: center;
    border-bottom:1px solid var(--dark-color);
    margin-right: 1px;
  }
  
  th.title__created__articles-info {
    position: sticky;
    top: 0;
    text-align: center;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color:var(--white-color);
    background: #3B4A51;
    border-radius: 5px;
    margin-right: 1px;
    padding: 17px 0;
  }
  th.title__created__articles-info:last-child {
    margin-right: 0px;
  } 

  th:last-child {
    border: 0;
  }

  .resize-handle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0;
    width: 3px;
    cursor: col-resize;
  }
  .resize-handle:hover,
  /* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
  .header--being-resized .resize-handle {
    opacity: 0.5;
  }
  th:hover .resize-handle {
    opacity: 0.3;
  }

  .tr__created__articles-info > td {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
  }
  .tr__created__articles-info > td > button {
    background: var(--accent-color);
    border:none;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: var(--white-color);
    border-radius: 5px;
    padding: 3px 5px;
    cursor: pointer;
  }
/* new_personal_area_favorites */
/* table */
table.favorites-info-table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 
    minmax(162.06px, 1fr)
    minmax(162.06px, 1.67fr)
    minmax(88.14px, 1.67fr)
    minmax(36.01px, 1.67fr)
    minmax(83.4px, 3.33fr)
    minmax(82.45px, 1.67fr)
    minmax(83.4px, 1.67fr)
    minmax(63.5px, 1.67fr)
    minmax(83.4px, 1.67fr);
}

thead.thead__favorites-info,
tbody.tbody__favorites-info,
tr.tr__favorites-info {
  display: contents;
}
.thead__favorites-info {
  padding-bottom: 7px;
}
.tr__favorites-info > th,
.tr__favorites-info > td {
  padding: 6px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #3B4A51;
  text-align: center;
  border-bottom:1px solid var(--dark-color);
  margin-right: 1px;
}
.tr__favorites-info > td > a {
  color: #007AB9;
}
.tr__favorites-info > .accent-color {
  color: var(--accent-color);
  font-weight: 600;
}

/*
.tr__favorites-info > .accent-cart:hover {
  background: red;  
}*/

.td__favorites-info:hover > .bx-cart,
.td__favorites-info:hover > .bx-trash {
  color: var(--white-color) !important;
 }

 .td__favorites-info:nth-child(8):hover {
   background: var(--accent-color);
   cursor: pointer;
 }
 
 .td__favorites-info:nth-child(9):hover {
  background: #D60228;
  cursor: pointer;
}



.tr__favorites-info > .accent-cart > i.bx-cart {
  color:var(--accent-color);
  font-size: 18px;
}
.tr__favorites-info > .red-trash > i {
  color: #D60228;
  font-size: 15px;
}
th.title__favorites-info {
  position: sticky;
  top: 0;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color:var(--white-color);
  background: #3B4A51;
  border-radius: 5px;
  margin-right: 1px;
  padding: 17px 0;
  margin-bottom: 10px;
}
th.title__favorites-info:last-child {
  margin-right: 0px;
} 

th:last-child {
  border: 0;
}

.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  width: 3px;
  cursor: col-resize;
}
.resize-handle:hover,
/* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
.header--being-resized .resize-handle {
  opacity: 0.5;
}
th:hover .resize-handle {
  opacity: 0.3;
}

.tr__favorites-info > td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tr__favorites-info > td > button {
  background: var(--accent-color);
  border:none;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: var(--white-color);
  border-radius: 5px;
  padding: 3px 5px;
  cursor: pointer;
}

button.favorites_clear {
  background: #8A97A4;
  max-width: 114px;
  width: 100%;
}
/* new_personal_area_publications.html */
/* table */
table.publications-info-table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 
    minmax(84px, 1fr)
    minmax(171px, 1.67fr)
    minmax(180px, 1.67fr)
    minmax(106px, 1.67fr)
    minmax(112px, 3.33fr)
    minmax(196px, 1.67fr);
}

thead.thead__publications-info,
tbody.tbody__publications-info,
tr.tr__publications-info {
  display: contents;
}
.thead__publications-info {
  padding-bottom: 7px;
}
.tr__publications-info > th,
.tr__publications-info > td {
  padding: 6px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #3B4A51;
  text-align: center;
  border-bottom:1px solid var(--dark-color);
  margin-right: 1px;
}
.tr__publications-info > td > a {
  color: #007AB9;
  text-decoration: underline;
}
.tr__publications-info > td > a.add-comments {
  color: #3B4A51;
  text-decoration: none;
  position: relative;
    cursor: pointer;
}

.countc {
    position: absolute;
    right: 0px;
    background: #0B7A4C;
    color: #fff;
    font-size: 12px;
    z-index: 2;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 50%;
    text-align: center;
    top: 3px;
}


a.add-comments {
  color: #3B4A51 !important;
  text-decoration: none !important;
}
.td__publications-info > span.span-article {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.tr__publications-info > .accent-color {
  color: var(--accent-color);
  font-weight: 600;
}
.tr__publications-info > .accent-color > a {
  color: var(--accent-color);
} 
th.title__publications-info {
  position: sticky;
  top: 0;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color:var(--white-color);
  background: #3B4A51;
  border-radius: 5px;
  margin-right: 1px;
  padding: 17px 0;
  margin-bottom: 10px;
}
th.title__publications-info:last-child {
  margin-right: 0px;
} 
th:last-child {
  border: 0;
}
.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  width: 3px;
  cursor: col-resize;
}
.resize-handle:hover,
/* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
.header--being-resized .resize-handle {
  opacity: 0.5;
}
th:hover .resize-handle {
  opacity: 0.3;
}

.tr__publications-info > td {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}


.tr__publications-info > td > button {
  border:none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  border-radius: 5px;
  padding: 3px 0;
  /* cursor: pointer; */
  max-width: 76px;
  width: 100%;
  letter-spacing: 0.05em;
}
.tr__publications-info > td.status-ready > button {
  background: #0B7A4C;
  color: var(--white-color);
}
.tr__publications-info > td.status-delete > button {
  background: #FF7E62;
  color:var(--dark-color);
}
.tr__publications-info > td.status-in-work > button {
  background: #FFD292;
  color:var(--dark-color);
}

button.favorites_clear {
  background: #8A97A4;
  max-width: 114px;
  width: 100%;
}
.bx-link-external {
  font-size: 14px;
  text-decoration: none;
}
/* balance */
h5.balance-page {
  margin-top: 0;
}
/* balance table */
table.balance-info-table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns: 
    minmax(60px, 1fr)
    minmax(131px, 1.67fr)
    minmax(113px, 1.67fr)
    minmax(128px, 1.67fr)
    minmax(147px, 3.33fr)
    minmax(101px, 1.67fr)
    minmax(168px, 1.67fr);
}

thead.thead__balance-info,
tbody.tbody__balance-info,
tr.tr__balance-info {
  display: contents;
}
.thead__balance-info {
  padding-bottom: 7px;
}
.tr__balance-info > th,
.tr__balance-info > td {
  padding: 6px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #3B4A51;
  text-align: center;
  border-bottom:1px solid var(--dark-color);
  margin-right: 1px;
}
.tr__balance-info > td > a {
  color: #007AB9;
  text-decoration: underline;
}
/*  
.td__balance-info > span.span-article {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
*/

th.title__balance-info {
  position: sticky;
  top: 0;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color:var(--white-color);
  background: #3B4A51;
  border-radius: 5px;
  margin-right: 1px;
  padding: 17px 0;
  margin-bottom: 10px;
}
th.title__balance-info:last-child {
  margin-right: 0px;
} 
th:last-child {
  border: 0;
}
.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  width: 3px;
  cursor: col-resize;
}
.resize-handle:hover,
/* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
.header--being-resized .resize-handle {
  opacity: 0.5;
}
th:hover .resize-handle {
  opacity: 0.3;
}
.tr__balance-info > td {
  padding-top: 8px;
  padding-bottom: 8px;
}
/* balance page */
.replenish__balance-wrapper {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  justify-content: space-between;
  /* background-color: red; */
  /* justify-content: space-between; */
}
.replenish__balance-left-block {
  background: #007AB9;
  padding: 25px 28px 22px 29px;
  border-radius: 10px;
  /* margin-right: 26px; */
}
.replenish__balance-left-block > h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: var(--white-color);
}
.replenish__balance-left-block > h4 {
  margin-top: 14px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #E1E1E1;
}
.replenish__balance-img-wrapper {
  display: flex;
  width: 100%;
  margin-top: 15px;
}
.replenish__balance-img-items {
  width: 102px;
  /* width: 100%; */
  background: var(--white-color);
  margin-right: 16px;
  display: flex;
  padding: 19px 8px;
  flex-direction: column;
  align-items: center;
  height: 149px;
  justify-content: space-between;
  border-radius: 5px;
  cursor: pointer;
}
.replenish__balance-img-items:hover,
.replenish__balance-img-wrapper input[type="radio"]:checked + label {
  border: 2px solid var(--accent-color);
  padding: 17px 6px;
  border-radius: 5px;
}

.replenish__balance-img-wrapper input[type="radio"]{
    display: none;
}

.replenish__balance-img-items:last-child {
  margin-right: 0;
}
.replenish__balance-img-items:nth-child(3)  > img {
  margin-bottom: 10px;
  /* margin-top: 10px; */

}
.replenish__balance-img-items  > span {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  /* line-height: 22px; */
}
.replenish__balance-img-items  > img {
  margin-bottom: 0;
}

.replenish__balance-sum-wrapper {
  max-width: 323px;
  width: 100%;
  border: 1px solid var(--white-color);
  border-radius: 5px;
  padding: 8px 15px 12px 18px;
  margin-top: 27px;
  display: flex;
  flex-direction: column;
}
.replenish__balance-sum-wrapper > h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  color: #E1E1E1;
  margin-bottom: 15px;
}
.sum-wrapper-bottom {
  display: flex;
  align-items: center;
}
.sum-wrapper-bottom > input[type="text"]:focus,
.sum-wrapper-bottom > input[type="text"]:hover {
  outline: none;
}

.sum-wrapper-bottom > input {
  max-width: 85px;
  width: 100%;
  border:none;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 14px;
  height: 30px;
  margin-right: 6px;
}
.sum-wrapper-bottom > span {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
  /* identical to box height, or 220% */
  color:var(--white-color);
  margin-right: 25px;
}
.sum-wrapper-bottom > button {
  background: #FF9100;
  border: 1px solid #007AB9;
  border-radius: 5px;
  height: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 22px;
  color: var(--white-color);
  max-width: 132px;
  width: 100%;
  cursor: pointer;
  margin-right: 6px;
}
/* tooltip */
.left__block-project-selection-tooltip-wrapper {
  display: flex;
  margin-top: 21px;
  align-items: center;
}
.tooltip {
  position: relative;
  display: inline-block;
  background:url('../img/personal_area/balance/tips.svg') no-repeat;
  width: 13px;
  height: 13px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #3B4A51;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}
span.tooltiptext {
  font-size: 12px;
}
/* tooltip end */
.replenish__balance-img-bottom {
  margin-top: 26px;
}

.replenish__balance-right-block {
  display: flex;
  max-width: 308px;
  width: 100%;
}
.replenish__balance-current-wrapper {
  display: flex;
  width: 100%;
  height: 72px;
  background: #F1F2F2;
  border-radius: 10px;
  align-items: center;
  padding: 25px 29px 20px 20px;
  justify-content: space-between;
}
.replenish__balance-current-wrapper > h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.replenish__balance-current-wrapper > span {
  padding: 5px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  background: #F9F9F9;
  border-radius: 5px;

}
.replenish__balance-current-wrapper > span > span.currency {
  font-size: 10px;
}
.created__articles-info-wrapper {
  margin-bottom: 80px;
}
.replenish__balance-sum-wrapper-paypal > h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #E1E1E1;
  display: block;
  margin-top: 22px;
  margin-bottom: 15px;
} 
.replenish__balance-sum-wrapper-paypal > p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #FFFFFF;  
}
.replenish__balance-sum-wrapper-paypal > p > a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (max-width: 955px) {
  .replenish__balance-wrapper {
    flex-direction: column;
  }
  .replenish__balance-left-block {
    margin-bottom: 20px;
  }
}
/* My Settings */
.my__settings-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.my__settings-left-block {
  display: flex;
  max-width: 513px;
  width: 100%;
  flex-direction: column;
  background: #F1F2F2;
  border-radius: 10px;
  padding: 25px 25px 38px 29px;
}
.my__settings-input-items-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 10px;
  flex-wrap: wrap;
  justify-content: space-between; 
}
/* .my__settings-input-items */
.my__settings-input-items {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  width: 100%;
}
.my__settings-left-block > h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: var(--dark-color);
  margin-bottom: 11px;
}
.my__settings-input-items > label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: var(--dark-color);
}
.my__settings-input-items > input {
  max-width: 220px;
  width: 100%;
  height: 42px;
  border:none;
  border-radius: 4px;
  background: var(--white-color);
  margin-bottom: 13px;
  padding: 10px;
}
.my__settings-input-items > input:focus,
.my__settings-input-items > input:hover {
  outline: none;
}
.my__settings-input-items > select {
  max-width: 220px;
  width: 100%;
  height: 42px;
  border:none;
  border-radius: 4px;
  background: var(--white-color);
  padding: 10px;
}

.my__setting-save {
  margin-top: 47px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #34A853;
  display: flex;
  align-items: center;
}

#savepassmess .my__setting-save {
    margin-top: 7px;
    color: #34A853;
}

.my__setting-save > img {
  margin-right: 5px;
  color: #34A853;
}
.my__settings-input-items:last-child {
  max-width: 176px;
  width: 100%;
}
.my__settings-input-items > button {
  margin-top: 36px;
  padding: 10px 0;
  border:none;
  height: 42px;
  background: #FF9100;
  border: 1px solid #FF9100;
  border-radius: 15px;
  color:var(--white-color);
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.02em;
  cursor: pointer;
  max-width: 176px;
  width: 100%;
}

.my__settings-right-block {
  max-width: 307px;
  width: 100%;
  background: #F1F2F2;
  border-radius: 10px;
  padding: 25px 29px 38px 29px;
}
.my__settings-right-block > h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: var(--dark-color);
  margin-bottom: 9px;
}
.my__settings-right-block > label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: var(--dark-color);
}
.my__settings-right-block > input {
  max-width: 249px;
  width: 100%;
  height: 42px;
  border:none;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.my__settings-right-block > input:focus, 
.my__settings-right-block > input:hover {
  outline: none;
}
.my__settings-right-block > input:nth-child(7) {
  margin-bottom: 0;
}
.my__settings-right-block > .my__settings-div-span {
  display: flex;
  justify-content: center;
  margin-top: 7px;
}
.my__settings-right-block > .my__settings-div-span .err_span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #D60228;
  align-items: center;
  display: flex;
}
.my__settings-right-block > .my__settings-div-span > span > img {
  margin-right: 5px;
}
.my__settings-div-button {
  display: flex;
  justify-content: end;
  margin-top: 7px;
}
.my__settings-div-button > button {
  background: #FF9100;
  border: 1px solid #FF9100;
  border-radius: 15px;
  max-width: 152px;
  width: 100%;
  height: 42px;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color:var(--white-color);
  cursor: pointer;
}
@media (max-width: 931px) {
  .my__settings-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .my__settings-right-block {
    margin-top: 20px;
  }
}
/* basket */
button.basket__export {
  width: 114px;
  height: 42px;
  background:#007AB9;
  padding: 10px 29px;
}

#messages_basket {
    text-align: center;
}

#basket-tab{
    margin-bottom: 10px;
}

#infopay{
    float: right;
    background-color: #fff;
    border-radius: 6px;
    max-width: 225px;
    padding: 10px;
    text-align: center;
}
#infopay p{
    text-align: center;
}



.send_order {
    width: 176px;
    background: #FF9100;
    border: none;
    border-radius: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: var(--white-color);
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

/* table */
table.basket-info-table {
  display: grid;
  border-collapse: collapse;
  min-width: 100%;
  grid-template-columns:
      minmax(84px, 1fr)
      minmax(161px, 1.67fr)
      minmax(170px, 1.67fr)
      minmax(120px, 1.67fr)
      minmax(98px, 3.33fr)
      minmax(196px, 1.67fr)
      minmax(20px, 1.67fr);
}

.dele_order i{
    color: red;
    opacity: 0.2;
    font-size: 15px;
    cursor: pointer;
}

.tr__basket-info:hover .dele_order i{
    opacity: 1;
}


thead.thead__basket-info,
tbody.tbody__basket-info,
tr.tr__basket-info {
  display: contents;
}
.thead__basket-info {
  padding-bottom: 7px;
}
.tr__basket-info > th,
.tr__basket-info > td {
  padding: 6px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #3B4A51;
  text-align: center;
  border-bottom:1px solid var(--dark-color);
  margin-right: 1px;
    position: relative;
}
.tr__basket-info > td > a {
  color: #007AB9;
  text-decoration: underline;
}
/*  
.td__balance-info > span.span-article {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
*/

th.title__basket-info {
  position: sticky;
  top: 0;
  text-align: center;
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color:var(--white-color);
  background: #3B4A51;
  border-radius: 5px;
  margin-right: 1px;
  padding: 17px 0;
  margin-bottom: 10px;

}
th.title__basket-info:last-child {
  margin-right: 0px;
} 
th:last-child {
  border: 0;
}
.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  width: 3px;
  cursor: col-resize;
}
.resize-handle:hover,
/* The following selector is needed so the handle is visible during resize even if the mouse isn't over the handle anymore */
.header--being-resized .resize-handle {
  opacity: 0.5;
}
th:hover .resize-handle {
  opacity: 0.3;
}
.tr__basket-info > td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.td__basket-info > .status_pay_basket {
  background: #FFD292;
  border-radius: 5px;
  width: 113px;
  height: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: var(--dark-color);
  border:none;
  /* cursor: pointer; */
}
.td__basket-info > .make_pay_basket {
  width: 70px;
  height: 28px;
  display: block;
  border:none;
  background: var(--accent-color);
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  padding: 3px 3px;
  margin:0 auto;
  /* cursor: pointer; */
}
/* my articles div table */
.table__flex-wrapper-main-articles {
  margin-top: 20px;
}
.table__flex-header-ul-articles > li {
  background: #3B4A51;
  border-radius: 5px;
  color:var(--white-color);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-right: 1px;
  height: 56px;
  justify-content: center;
  align-items: center;
}
.table__flex-header-ul-articles > li:last-child {
  margin-right: 0;
}
.table__flex-ul-articles > li {
  margin-right: 1px;
  border-bottom:1px solid var(--dark-color) ;
  height: 56px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.table__flex-ul-articles > li:nth-child(2) {
  padding-left: 3px;
  position: relative;
}
.table__flex-ul-articles > li:nth-child(2) > span {
  position: absolute;    
  align-items: center;           
  top: 50%;                       
  transform: translate(0, -50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.table__flex-header-ul-articles,
.table__flex-ul-articles {
  display: flex;
}
.table__flex-wrapper-main-articles > ul > li {
  display: flex;
  width: 100%;
}
.table-flex-item-header-articles-1,
.table-flex-item-articles-1 {
  max-width:34px;
}
.table-flex-item-header-articles-2,
.table-flex-item-articles-2 {
  max-width: 245px;
}
.table-flex-item-header-articles-3,
.table-flex-item-articles-3 {
  max-width: 56px;
}
.table-flex-item-header-articles-4,
.table-flex-item-articles-4 {
  max-width: 110px;
}
.table-flex-item-header-articles-5,
.table-flex-item-articles-5 {
  max-width: 124px;
}
.table-flex-item-header-articles-6,
.table-flex-item-articles-6 {
  max-width: 178px;
}
.table-flex-item-header-articles-7,
.table-flex-item-articles-7 {
  max-width: 101px;
}
.table__flex-ul-articles > li > button.show {
  background: #FF9100;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: var(--white-color);
  border: none;
  cursor: pointer;
}
.table__flex-ul-articles > li > button.show.active {
  background: #8A97A4;
}
.show__details {
  width: 100%;
  height: 300px;
  background: #0B7A4C;
}
.show__details-table-articles {
  display: flex;
  padding: 20px 0 20px 15px;
  border-bottom: 1px dotted rgba(59, 74, 81, 0.3);
}
.show__details-left-block {
  border-right: 1px solid #DBDBDB;
  padding-right: 37px;
}
.show__details-left-block-items {
  display: flex;
  margin-bottom: 10px;
}
.show__details-left-block-items > p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}
.show__details-left-block-items > span {
  background: #0B7A4C;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  color: var(--white-color);
  padding: 0 10px;
  margin-left: 21px;
}
.show__details-left-block-items > span.show__details-project {
  background: #F1F2F2;
  color: var(--dark-color);
  margin-left: 11px;
}
.show__details-left-block-items > a {
  padding: 0 10px;
  background: #FF9300;
  border-radius: 5px;
  color: var(--white-color);
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  margin-left: 11px;
  display: flex;
  align-items: center;
}
.show__details-left-block-items > a > img {
  margin-left: 12px;
}
.show__details-right-block {
  display: flex;
  padding-left: 37px;
  flex-direction: column;
}
.show__details-right-block-items {
  flex-direction: row;
  display: flex;
}
.show__details-right-block-items > p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color:#000;
}
.show__details-right-block-items > a {
  padding: 0 10px;
  background: #FF9300;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  color: var(--white-color);
  margin-left: 11px;
  justify-content: center;
}
.show__details-right-block-items {
  display: flex;
}
/* buy articles div table */
.table__flex-wrapper-main-buy-articles {
  margin-top: 20px;
}
.table__flex-header-ul-buy-articles > li {
  background: #3B4A51;
  border-radius: 5px;
  color:var(--white-color);
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-right: 1px;
  height: 56px;
  justify-content: center;
  align-items: center;
}
.table__flex-header-ul-buy-articles > li:last-child {
  margin-right: 0;
}
.table__flex-ul-buy-articles > li {
  margin-right: 1px;
  border-bottom:1px solid var(--dark-color) ;
  height: 56px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.table__flex-ul-buy-articles > li:nth-child(2) {
  padding-left: 3px;
  position: relative;
}
.table__flex-ul-buy-articles > li:nth-child(2) > span {
  position: absolute;    
  align-items: center;           
  top: 50%;                       
  transform: translate(0, -50%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.table__flex-header-ul-buy-articles,
.table__flex-ul-buy-articles {
  display: flex;
}
.table__flex-wrapper-main-buy-articles > ul > li {
  display: flex;
  width: 100%;
}
.table-flex-item-header-buy-articles-1,
.table-flex-item-buy-articles-1 {
  max-width:34px;
}
.table-flex-item-header-buy-articles-2,
.table-flex-item-buy-articles-2 {
  max-width: 245px;
}
.table-flex-item-header-buy-articles-3,
.table-flex-item-buy-articles-3 {
  max-width: 56px;
}
.table-flex-item-header-buy-articles-4,
.table-flex-item-buy-articles-4 {
  max-width: 110px;
}
.table-flex-item-header-buy-articles-5,
.table-flex-item-buy-articles-5 {
  max-width: 124px;
}
.table-flex-item-header-buy-articles-6,
.table-flex-item-buy-articles-6 {
  max-width: 178px;
}
.table-flex-item-header-buy-articles-7,
.table-flex-item-buy-articles-7 {
  max-width: 101px;
}
.table__flex-ul-buy-articles > li > button.show {
  background: #FF9100;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: var(--white-color);
  border: none;
  cursor: pointer;
}
.table__flex-ul-buy-articles > li > button.show.active {
  background: #8A97A4;
}
.buy-a-show__details {
  width: 100%;
  height: 300px;
  background: #0B7A4C;
}
.show__details-table-buy-articles {
  display: flex;
  padding: 20px 0 20px 15px;
  border-bottom: 1px dotted rgba(59, 74, 81, 0.3);
}
.buy-a-show__details-left-block {
  border-right: 1px solid #DBDBDB;
  padding-right: 37px;
}
.buy-a-show__details-left-block-items {
  display: flex;
  margin-bottom: 10px;
}
.buy-a-show__details-left-block-items > p {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color: #000;
}

.buy-a-show__details-left-block-items > span {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  color:var(--dark-color);
  margin-left: 11px;
  display: flex;
  padding-left: 10px;

}
.buy-a-show__details-left-block-items > span.paid__status {
  background: url('../img/personal_area/ucon_dot.svg') no-repeat;
  background-position: 0 50%;
}
.buy-a-show__details-left-block-items > span.status__unpaid {
  background: url('../img/personal_area/icon_unpaid.svg') no-repeat;
  background-position: 0 50%;
}
.buy-a-show__details-left-block-items > span > span {
  margin-left: 4px;
}
.buy-a-show__details-left-block-items > span > img {
  margin-right: 4px;
}

.buy-a-show__details-left-block-items > span.buy-a-show__details-project {
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  /* color: var(--white-color); */
  color: var(--dark-color);
  padding: 0 10px;
  margin-left: 21px;
  background: #F1F2F2;
}


/*  
.buy-a-show__details-left-block-items > span {
  background: #0B7A4C;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  color: var(--white-color);
  padding: 0 10px;
  margin-left: 21px;
}
*/
.buy-a-show__details-left-block-items > span.show__details-project {
  background: #F1F2F2;
  color: var(--dark-color);
  margin-left: 11px;
}
.buy-a-show__details-left-block-items > a {
  padding: 0 10px;
  background: #FF9300;
  border-radius: 5px;
  color: var(--white-color);
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  margin-left: 11px;
  display: flex;
  align-items: center;
}
.buy-a-show__details-left-block-items > a > img {
  margin-left: 12px;
}
.buy-a-show__details-right-block {
  display: flex;
  padding-left: 18px;
  padding-right: 76px;
  flex-direction: column;
  border-right: 1px solid #DBDBDB;
}
.buy-a-show__details-right-block-items {
  flex-direction: row;
  display: flex;
}

.buy-a-show__details-right-block-items > p,
.buy-a-show__details-last-block-items > p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 22px;
  color:#000;
}
.buy-a-show__details-right-block-items > span {
  background: #F1F2F2;
  border-radius: 5px;
  padding: 0 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 22px;
  color: var(--dark-color);
  margin-left: 11px;
  margin-bottom: 10px;
}

/*  
.buy-a-show__details-right-block-items > a {
  padding: 0 10px;
  background: #FF9300;
  border-radius: 5px;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  color: var(--white-color);
  margin-left: 11px;
  justify-content: center;
}
*/


.buy-a-show__details-last-block-items {
  display: flex;
  padding-left: 18px;
}
.buy-a-show__details-last-block-items > span {
  
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  padding: 0 10px;
  margin-left: 11px;
  margin-bottom: 10px;
}
.buy-a-show__details-last-block-items > span.article_ready {
  background: #0B7A4C;
  color: var(--white-color);
}
.buy-a-show__details-last-block-items > span.article_not_ready {
  background:#FFCD92;
  color:#3B4A51;
}

.buy-a-show__details-last-block-items > a {
 
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  color: var(--white-color);
  display: flex;
  padding: 0 12px 0 10px;
  margin-left: 11px;
}
.buy-a-show__details-last-block-items > a > img {
  margin-left: 12px;
}

.buy-a-show__details-last-block-items > a.download_active {
  background: #FF9300;
}
.buy-a-show__details-last-block-items > a.download_not_active {
  background: #CFD0D1;
  pointer-events: none;
 
}

/* login after login */

.authorization-login,
.registration-login {
    display: none;
}
.only-after-login {
    display: flex;
    justify-content: space-between;
    position: relative;
    /* margin-right: 10px; */
}
.after-authorization {
    background: #F9F9F9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 6.71px 4px 6px 10.54px;
    max-width: 92px;
    width: 100%;
}
.after-authorization > span > img {
    margin-right: 6px;

}
.after-authorization > span {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* text-align: center; */
    /* font-family: 'Raleway', sans-serif; */
}

.after-authorization > span i{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 0 2px;
}

.after-login > button {
    background: #FF9100;
    border-radius: 10px;
    position: relative;
    border:none;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color:var(--white-color);
    cursor: pointer;
    padding: 10px 19.5px;

}
.after-login > button > img {
    position: absolute;
    /* display: none; */
    right: -6px;

}
.only-after-login > .header__wrapper-authorization {
    margin-right:14px ;
}
.client-information {
    max-width: 233px;
    width: 100%;
    border: 0.5px solid #3B4A51;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 14px 12px 19px 12px;
    background: #FFFFFF;
    position: absolute;
    top:47px;
}
.client-information-full-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 3px;
}
.client-information-email {
    pointer-events: none;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #8A97A4;
    margin-bottom: 13px;
    display: block;
}
.client-information-links {
    border-top: 0.5px solid #8A97A4;
    border-bottom: 0.5px solid #8A97A4;
    padding-top: 17px;
}
.client-information-links > li {
    margin-bottom: 17px;
}
.client-information-links > li > a {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: var(--dark-color);

}
.client-information-logout {
    margin-top: 16px;
    color: var(--accent-color);
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-decoration: underline;
    display: flex;
    align-items: center;
}
.client-information-logout > img {
    margin-left: 8px;
}

div[data-display=none] {
    display: none;
}
div[data-display=block] {
    display: block;
}
