.breadcrumb--acc {
  margin-bottom: 18px; }

.account-main {
  padding-bottom: 156px; }

.account-menu {
  background-color: white;
  padding: 5px 40px 15px 40px; }

.account-menu__ul li {
  padding-left: 0;
  margin-bottom: 0; }
  .account-menu__ul li:not(:last-child) a {
    border-bottom: 2px solid #edf0f9; }
  .account-menu__ul li:before {
    display: none; }
  .account-menu__ul li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    color: #000;
    font-weight: 600;
    position: relative;
    padding: 25px 0 25px 40px; }
    .account-menu__ul li a:hover {
      text-decoration: none;
      color: #01B8D9; }
    .account-menu__ul li a.active {
      color: #01B8D9; }
    .account-menu__ul li a img.account-menu__icon {
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

.accorders__list {
  margin-bottom: 0px;
  margin-top: 30px; }

.accorders__list-inn {
  background: white;
  padding: 40px 30px;
  margin-bottom: 30px; }

.accorders__item-col:nth-last-child(1) .accorders__item, .accorders__item-col:nth-last-child(2) .accorders__item, .accorders__item-col:nth-last-child(3) .accorders__item, .accorders__item-col:nth-last-child(4) .accorders__item {
  margin-bottom: 0; }

.accorders__item {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.accorders__img-w {
  height: 168px;
  display: block;
  margin-bottom: 10px; }

.accorders__img {
  object-fit: cover;
  width: 100%;
  height: 100%; }

.accorders__brand {
  font-size: 17px;
  line-height: 1.4;
  color: #999999;
  margin-bottom: 4px; }

.accorders__title {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
  color: black; }

.accorders__tbl {
  margin-top: 10px; }

.accorders__tbl-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.accorders__tbl-col-1 {
  font-size: 15px;
  color: #999999;
  padding-bottom: 15px;
  padding-right: 7px; }

.accorders__tbl-col-2 {
  font-size: 15px;
  text-align: right;
  padding-bottom: 15px; }

.accorders__bottom {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.accorders__prices {
  display: inline-block; }

.accorders__price {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  color: black;
  margin-bottom: 0px;
  margin-right: 10px; }

.accorders__oldprice {
  display: inline-block;
  font-size: 15px;
  position: relative; }
  .accorders__oldprice:before {
    position: absolute;
    height: 1px;
    background: #01b8d9;
    top: 50%;
    left: -2px;
    right: -2px;
    content: ''; }

.accorders__count {
  display: inline-block;
  margin-left: auto;
  font-size: 17px;
  color: #999999; }

.accorders-head__row {
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.accorders-head__date {
  font-weight: 800;
  font-size: 17px;
  display: inline-block;
  margin-right: 32px; }

.accorders-head__adress {
  background-image: url("../images/bag.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
  font-size: 17px;
  display: inline-block; }

.accorders-head__user {
  background-image: url("../images/account-menu-user.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 27px;
  font-size: 17px;
  display: inline-block;
  background-size: 22px; }

.accorders-head__prices {
  text-align: right;
  margin-bottom: 5px; }

.accorders-head__price {
  display: inline-block;
  font-weight: 800;
  font-size: 17px; }

.accorders-head__status {
  display: inline-block;
  font-size: 15px; }
  .accorders-head__status._red {
    color: #f73f26; }
  .accorders-head__status._green {
    color: #01D924; }

.accorders-head__payment {
  font-size: 15px;
  text-align: right; }

.accorders-head__num {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  color: #01b8d9;
  margin-top: -20px;
  margin-bottom: 15px; }

.accorders__lbl-status {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  height: 24px;
  padding-left: 12px;
  padding-right: 12px; }
  .accorders__lbl-status._red {
    background: #f73f26; }
  .accorders__lbl-status._green {
    background-color: #01D924; }
  .accorders__lbl-status._gray {
    background: #DADADA; }

.accorders__btn {
  width: 100%;
  max-width: 240px;
  margin-top: 10px; }

.accorders__nav {
  margin-top: 30px; }

.accorders__actions .btn {
  padding-left: 30px;
  padding-right: 30px; }
  .accorders__actions .btn:not(:last-child) {
    margin-right: 20px; }

.btn--wh {
  border: none;
  outline: none;
  color: #01B8D9;
  font-weight: 600;
  background-color: #FFF;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08); }

.accorders__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }

.accorders__actions-r label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .accorders__actions-r label > span {
    white-space: nowrap;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    margin-right: 20px;
    color: #171717; }

.form-control-wh {
  background-color: #FFF; }

select.accorders__select {
  padding-right: 104px; }

.accorders__actions-l ul.tabs__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

ul.tabs__list {
  list-style: none; }
  ul.tabs__list li.tabs__list-item {
    padding-left: 0;
    margin-bottom: 0;
    cursor: pointer;
    height: 60px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: top;
    font-size: 17px;
    padding: 0px 30px;
    color: #01B8D9;
    font-weight: 600;
    background-color: #FFF;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
    border-color: #FFF; }
    ul.tabs__list li.tabs__list-item:before {
      display: none; }
    ul.tabs__list li.tabs__list-item.active {
      color: #FFF;
      background: #01b8d9;
      border-color: #01b8d9; }
    ul.tabs__list li.tabs__list-item:hover {
      color: #FFF;
      border-color: #1cdcff;
      background: #1cdcff;
      transition: color 0.3s, background 0.3s, border-color 0.3s; }

li.tabs__content-list-item {
  display: none;
  padding-left: 0; }
  li.tabs__content-list-item:before {
    display: none;
    padding-left: 0; }
  li.tabs__content-list-item.active {
    display: block; }

.accorders__archive-row {
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.accorders__archive-col {
  padding: 0 10px; }

.accorders__archive-item {
  width: 80px;
  height: 80px;
  border: 2px solid #CCD2E3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px; }
  .accorders__archive-item img {
    max-width: 100%; }
  .accorders__archive-item span {
    font-weight: 800;
    font-size: 17px;
    color: #01B8D9;
    text-align: center; }

.accprofile__user-row {
  background-color: #FFF;
  padding: 30px 30px 30px 30px; }

.accprofile__user-data {
  margin-bottom: 5px; }
  .accprofile__user-data span {
    font-weight: 400;
    font-size: 17px;
    color: #999999; }
  .accprofile__user-data a {
    font-weight: 400;
    font-size: 17px;
    color: #000000; }

.accprofile__user {
  margin-bottom: 10px; }

.accprofile__user-edit {
  display: inline-block;
  margin-top: 20px; }

.accprofile__form-row {
  background-color: #FFF;
  padding: 40px 40px 40px 40px; }

.accprofile__btn {
  max-width: 211px;
  width: 100%; }

.accprofile__form-h4 {
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 30px; }

.accadresses__row {
  background-color: #FFF;
  padding: 50px 40px 40px 40px; }

.accadresses__actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px; }

.accadresses__edit {
  font-weight: 400; }

.accadresses__remove {
  min-height: 24px;
  display: inline-block;
  background: url("../images/trash.svg") no-repeat left center;
  margin-left: 23px;
  padding-left: 30px;
  color: #000; }

.accadresses__label > div:first-child {
  font-weight: 600;
  margin-bottom: 5px; }

.btn .icon-plus {
  width: 17px; }

/*modal*/
.modal-overlay_1 {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 55;
  display: none;
  background: rgba(45, 40, 40, 0.5); }
  .modal-overlay_1 .modal-form__layout {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2; }
  .modal-overlay_1 .modal-form__block {
    position: absolute;
    top: 5%;
    margin-bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 6;
    max-width: 698px;
    width: 100%;
    background-color: #FFF;
    min-height: 100px; }
  .modal-overlay_1 .modal-form__inner {
    position: relative;
    padding: 61px 60px 50px 60px; }
  .modal-overlay_1 .modal-close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 7;
    width: 20px;
    height: 20px;
    background: url("../images/close.svg") no-repeat 0 0;
    font-size: 0;
    padding: 0; }

body.ohi {
  overflow: hidden; }

/*end modal*/
.accadresses__h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 30px; }

.btn--gray {
  background: #F6F7FB;
  color: #000;
  border: none;
  font-weight: 400; }

.accadresses__form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .accadresses__form-actions .btn {
    max-width: 267px;
    width: 100%; }

.accadresses__btn-cancel {
  margin-top: 20px; }

.account__back {
  display: none; }

@media (max-width: 1399px) {
  .account-menu {
    padding: 10px 15px; }
  .account-menu__ul li a {
    padding: 20px 0 20px 40px; }
  .accorders__tbl-col-1,
  .accorders__tbl-col-2 {
    font-size: 13px;
    padding-bottom: 6px; } }

@media (max-width: 1199px) {
  .account-body {
    background: #F6F7FB; }
  .account-main {
    padding-top: 25px; }
  .account__back {
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    color: #01B8D9;
    padding-left: 49px;
    min-height: 11px;
    background: url("../images/arrow-green.svg") no-repeat 13px center; }
  .accorders__tbl-col-1,
  .accorders__tbl-col-2 {
    font-size: 15px; } }

@media (max-width: 1023px) {
  .accorders__tbl-col-1,
  .accorders__tbl-col-2 {
    font-size: 13px;
    padding-bottom: 6px; } }

@media (max-width: 991px) {
  .account-main {
    padding-bottom: 80px; }
  .account__h3 {
    font-size: 32px;
    margin-bottom: 30px; }
  .accprofile__form-h4 {
    font-size: 32px; }
  .accprofile__user-edit {
    font-size: 15px;
    margin-top: 8px; }
  .accprofile__user-row {
    padding: 20px; }
  .accprofile__user-data span, .accprofile__user-data a {
    font-size: 15px; }
  ul.tabs__list li.tabs__list-item {
    height: 44px; }
  .accorders-head__adress,
  ul.tabs__list li.tabs__list-item,
  .accorders__actions-r label > span {
    font-size: 15px; }
  .accorders__search .form-control-btn {
    height: 52px; }
  .accorders__search-input {
    height: 52px; }
  .accorders__actions .btn:not(:last-child) {
    margin-right: 15px; }
  .accorders__actions {
    margin-bottom: 20px; }
  .accorders__list {
    margin-top: 15px; }
  .accorders__archive-item {
    width: 60px;
    height: 60px;
    margin-bottom: 10px; }
  .accorders__archive-row {
    margin-left: -5px;
    margin-right: -5px; }
  .accorders__archive-col {
    padding: 0 5px; }
  .accorders__archive-item span {
    font-weight: 400;
    font-size: 15px; }
  .accorders__list-inn {
    padding: 20px; }
  .accorders__archive-row {
    margin-top: 20px; }
  .accorders-head__adress {
    width: 100%; }
  .accorders-head__num {
    margin-top: -2px; }
  .accorders-head__date {
    margin-bottom: 4px; }
  .accorders__btn {
    max-width: 151px; }
  .accorders__nav {
    margin-top: 15px; }
  .accorders__list-inn:last-child {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .accorders__actions {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .accorders__actions-l {
    width: 100%;
    margin-bottom: 15px; }
  .accorders__actions-r {
    width: 100%; }
  .accorders__actions-r label > span {
    display: none; }
  .accorders__actions {
    margin-bottom: 15px; }
  .accorders-head__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .accorders-head__left {
    margin-bottom: 15px; }
  .accorders-head__payment {
    text-align: left; } }

@media (max-width: 575px) {
  .account__h3 {
    font-size: 28px;
    margin-bottom: 20px; }
  .accprofile__form-h4 {
    font-size: 28px;
    margin-bottom: 20px; }
  .account-main {
    padding-bottom: 60px; }
  .accprofile__user-row {
    padding: 30px 20px; }
  .accprofile__form-row {
    padding: 30px 20px; }
  .accorders__archive-row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 7px; }
  .accorders-head__adress {
    background-position: left top 1px; }
  .accorders-head__adress {
    line-height: 1.4; }
  .accorders__item,
  .accorders__list-inn {
    margin-bottom: 15px; }
  .accorders__search .form-control-btn + .form-control {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .accadresses__row {
    padding: 20px; }
  .modal-overlay_1 .modal-form__inner {
    padding: 50px 30px 20px 30px; }
  .accadresses__form-actions .btn {
    margin-top: 0px; }
  .accadresses__h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 20px; } }
