.account {
  padding: 5em 0;
}

.account .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account__block {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.account__aside {
  grid-column: 1 span;
}

.aside__item:hover .aside__link, .aside__item.active .aside__link {
  background: var(--blue);
  color: #fff;
}

.aside__item .aside__link {
  display: block;
  padding: 1.25em;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
}

.aside__item:last-child .aside__link {
  border-bottom: 1px solid #CFCFCF;
}

.account__content {
  grid-column: 3 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account__catalog {
  width: 100%;
}
.account__catalog .product__item {
  margin-bottom: .5em;
}
.account__catalog .product__item .item__block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.account__catalog .product__item  .item__btn {
  margin-left: auto;
}

.account__catalog .product__item .item__btn .btn__common {
  padding: 0.5em;
}
.account__catalog .product__item .btn__common::after {
  display: none;
}
.account__info {
  width: 100%;
  display: grid;
  -ms-grid-columns: calc(50% - 15px);
  grid-template-columns: calc(50% - 15px);
  -ms-grid-rows: (auto)[6];
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  grid-column-gap: 30px;
}

.account__info .info__item {
  padding-bottom: 1em;
  border-bottom: 1px solid var(--light);
  margin-bottom: 1.75em;
}

.account__info .label {
  color: var(--light);
  margin-bottom: 10px;
}

.account__docs {
  width: 80%;
}

.account__docs .docs__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}

.account__docs .docs__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 32px;
  padding-left: 44px;
}

.account__docs .docs__title a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 32px;
}

.account__docs .docs__title a[href$=".pdf"]:before {
  content: url(../img/icons/File.svg);
}

.account__docs .docs__title a[href$=".docx"]:before, .account__docs .docs__title a[href$=".txt"]:before, .account__docs .docs__title a[href$=".doc"]:before, .account__docs .docs__title a[href$=".rtf"]:before {
  content: url(../img/icons/doc.svg);
}

.account__docs .docs__title a[href$=".xls"]:before, .account__docs .docs__title a[href$=".xlsx"]:before, .account__docs .docs__title a[href$=".xlsm"]:before, .account__docs .docs__title a[href$=".ods"]:before {
  content: "";
}

.account__docs .docs__title a[href$=".zip"]:before, .account__docs .docs__title a[href$=".rar"]:before, .account__docs .docs__title a[href$=".zip"]:before, .account__docs .docs__title a[href$=".tar"]:before, .account__docs .docs__title a[href$=".zipx.sit"]:before, .account__docs .docs__title a[href$=".sitx"]:before {
  content: "";
}

.account__docs .docs__title a[href$=".jpg"]:before, .account__docs .docs__title a[href$=".jpeg"]:before, .account__docs .docs__title a[href$=".png"]:before, .account__docs .docs__title a[href$=".tif"]:before, .account__docs .docs__title a[href$=".svg"]:before, .account__docs .docs__title a[href$=".gif"]:before {
  content: "";
}
.msCart {
  margin-bottom: 2em;
}
.cart__block .modal__body .form__control {
  padding: 0;
}
.cart__block .modal__body .ms2__title {
  margin-bottom: 1em;
}
.cart__block .makeorder__item {
  margin-bottom: 2em;
}
.cart__block .makeorder__item.delivery {
  display: none;
}
.cart__block .block__btn {
  display: flex;
  justify-content: center;
}
.cart__block .cart__title {
  margin-bottom: 2em;
}
.cart__block .product__table {
  margin-bottom: 2em;
}
.cart__block .cancel {
  margin-right: 1em;
}
.cart__block .btn__common {
  padding: .5em 1em;
}
.cart__block .product__price .icon {
  margin: 0 3px;
}
.cart__block .product__price .icon img {
  width: 8px;
}

.msStatus .status__table {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  grid-auto-rows: auto;
  margin: 1.5em 0;
}
.msStatus .status__table .table__item {
  padding: .5em;
  display: flex;
  align-items: center;
}
.msStatus .status__table .title {
  grid-column: 2 span;
  justify-content: flex-start;
}
.msStatus .status__table .count {
  justify-content: center;
}
.msStatus .status__table .price {
  justify-content: flex-end;
}
.msOrder__form .form__input label.payment {
  color: #000 !important;
}

.account__courses {
  width: 100%;
}

.courses__item {
  padding: 1em;
    -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
}
.courses__item:not(:last-child) {
  margin-bottom: 1em; 
}
.test__list {
  margin-top: 1.5em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 30px;
  width: 100%;
}
.test__item {
  display: flex;
  flex-direction: column;
  padding: 1.5em;
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.05);
}

.test__item .test__link {
  margin-top: 1.5em;
  padding: 1em;
}

@media (max-width: 1199px) {
  .account__info {
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .account__docs {
    width: 100%;
  }
}

@media (max-width: 992px) {
  .account {
    padding: 3em 0;
  }
  .account__block {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .account__aside {
    grid-column: 1 span;
  }
  .account__content {
    grid-column: 2 span;
  }
  .account__info {
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(15, auto);
    grid-auto-flow: column;
  }
}

.story__table .tr:nth-child(odd) {
  background: rgba(184, 191, 211, 0.15);
}
.story__table .tr {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
}
.story__table .tr {
  border-bottom: none;
}
.story__table .tr .td {
  width: 20%;
}
.story__table .tr .td:nth-child(3) {
  width: 40%;
}
@media (max-width: 992px) {
  .story__table .tr {
    flex-direction: column;
  }
  .story__table .tr .td {
    width: 100%;
  }
  .story__table .tr .td:nth-child(3) {
    width: 100%;
  }
  .story__table .tr .td:nth-child(4) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .account__block {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .account__aside {
    grid-column: 1 span;
  }
  .account__content {
    grid-column: 1 span;
  }
  .story__table {
    border: 1px solid #CFCFCF;
  }
  .msStatus .status__table {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  
  .msStatus .status__table .header {
    display: none;
  }
  .msStatus .status__table .title {
    grid-column: 1 span;
    justify-content: flex-start;
  }
  .msStatus .status__table .count {
    justify-content: flex-start;
  }
  .msStatus .status__table .price {
    justify-content: flex-start;
  }
}

@media (max-width: 576px) {

}
/*# sourceMappingURL=account.css.map */