/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

body {
  touch-action: manipulation;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

.block-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.block-flex.total-wrapper {
  justify-content: space-between;
}

.breadcrumb span> span{
  color: #000;
}

.side-menu li.current {
  background: #7c2633;
}

.side-menu li.current a {
  color: #fff !important;
}

.side-menu li:hover {
  background: #7c2633;
}

.side-menu li:hover a {
  color: #fff !important;
}

.side-menu > li:not(:first-child) > a {
    border-left: none;
}

input.check {
  display: none;
}

input.check+label {
  position: relative;
  padding-left: 20px;
  height: 18px;
  margin: 0;
}

input.check+label:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  border: 1px solid #e1e1e1;
  background: #fbfbfb;
  border-radius: 2px;
  box-shadow: 1px 1px 0 0 #f3f3f3;
}

input.check+label:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 6px;
  left: 3px;
  top: 4px;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  border-radius: 2px;
  transform: rotate(-45deg);
  display: none;
}

input.check:checked+label:after {
  display: block;
}

input.check.check-confirm+label {
  padding-left: 25px;
}

input.check.check-confirm+label:before {
  top: 3px;
}

input.check.check-confirm+label:after {
  top: 7px;
}

.side-menu > li > a {
  padding-right: 20px !important;
}

.account-orders__h {
  position: relative;
}

.account-orders__h .session-time {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  cursor: default;
}

.account-orders__h .session-time span {
  font-weight: bold;
}

.account-orders__info {
  padding-top: 20px;
  font-size: 20px;
  line-height: 30px;
  color: #1a1a1a;
}

.account-orders blockquote {
  max-width: 350px;
  font-size: 14px;
  line-height: 24px;
}

.account-orders__warning {
  font-size: 15px;
  line-height: 24px;
}

.table-order.table {
  border: 1px solid #e1e1e1;
}

.table-order.table > thead > tr > th {
  vertical-align: middle;
  font-size: 12px;
  line-height: 15px;
}

.table-order.table > thead > tr > th span {
  /* margin-left: 5px; */
}

.table-order.table > tbody > tr > td {
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}

.table-order.table > tbody > tr > td.num-contract {
  padding-right: 20px;
}

.table-order.table > tbody > tr.unpaid > td {
  color: #f00;
  font-weight: bold;
}

.table-order.table > tbody > tr.expired > td {
  color: #214684;
}

.payment-msg {
  position: relative;
  max-width: 912px;
  padding: 50px 20px 40px;
  margin: 15px auto 30px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.msg-success:before {
  position: absolute;
  content: "";
  width: 204px;
  height: 216px;
  background: url(../image/icon-ok.png) no-repeat;
  top: 25px;
  right: 25px;
  z-index: 0;
}

.payment-msg__h {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.1em;
}

.payment-msg__text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
}

.payment-msg__btns {
  justify-content: center;
}

.payment-msg__btns .btn {
  margin-left: 17px;
  margin-right: 17px;
}

.payment-msg img {
  margin-bottom: 30px;
}

.payment-msg .btn {
  position: relative;
}

@media screen and (max-width: 767px) {

  .payment-msg {
    padding: 25px 5px 45px;
  }

  .msg-success {
    padding-bottom: 65px;
  }

  .payment-msg__text br {
    display: none;
  }

  .payment-msg .btn {
    min-width: 228px;
  }

  .payment-msg__h {
    font-size: 24px;

  }

  .msg-success:before {
    top: 50px;
    right: 50%;
    transform: translate(50%);
  }

  .payment-msg__btns {
    flex-direction: column;
  }
}

section.page-top {
  padding-bottom: 10px;
}

.account-steps {
  position: relative;
  max-width: 500px;
  padding: 30px 20px 40px;
  margin: 0px auto 30px;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.account-steps input[type="text"],
.account-steps input[type="number"] {
  display: inline-block;
  width: 300px;
  height: 37px;
  max-width: 100%;
}

.account-orders input[type="text"],
.account-orders input[type="number"] {
  display: inline;
  height: 37px;
  width: auto;
  max-width: 150px;
}

.account-steps .captcha-wrap {
  margin-top: 30px;
  display: inline-block;
}

.account-steps .captcha-wrap img {
  max-width: 100%;
}

.account-steps .subtitle {
  margin-bottom: 18px;
}

.account-steps .btn {
  min-width: 135px;
  margin-top: 18px;
}

.account-steps blockquote {
  margin: 30px auto 0;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

.account-steps blockquote.info {
  color: #4d973b;
}

.account-steps .timer {
  margin-top: 25px;
}

.account-steps .timer span {
  font-weight: bold;
}

.account-steps .check-confirm-wrap {
  margin-top: 20px;
}

.block-flex.total-wrapper .btn {
  min-width: 150px;
}

.account-steps__btns {
  justify-content: center;
}

.account-steps__btns .btn {
  margin-right: 17px;
  margin-left: 17px;
}

@media screen and (max-width: 990px) {
  .table-wrapper {
    overflow-x: auto;
  }

  .account-orders__h {
    padding-bottom: 60px;
  }
}

table.table.table-order .btn-sort {
    cursor: pointer;
  }

table.table.table-order .btn-sort img {
  height: 25px;
}

table.table.table-order .btn-sort.up-sort img {
  transform: translateY(-5px) rotate(180deg);
}

table.table.table-order .sort-arrow {
    display: none;
}

table.table.table-order th div.desc .sort-arrow {
    background: url("../image/arrow.svg") no-repeat center 3px;
    background-size: 18px 25px;
    display: inline-block;
    width: 18px;
    height: 25px;
}

table.table.table-order th div.asc .sort-arrow {
    background: url("../image/arrow.svg") no-repeat center 3px;
    background-size: 18px 25px;
    display: inline-block;
    width: 18px;
    height: 25px;
    transform: rotate(180deg);
}


.visible-mobile {
  display: none;
}

.top-bar .nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 20px;
}


@media screen and (max-width: 568px) {

    .account-steps__btns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table.table-order {
    border: none;
    padding-left: 33px;
  }

  .visible-mobile {
    display: block;
  }

  .table-order.table > tbody > tr.unpaid > td {
    font-weight: normal;
  }

  .table-order.table > tbody > tr,
  table.table.table-order thead tr {
    position: relative !important;
    top: 0;
    left: 0;
  }

  table.table thead + tbody tr:not(:last-child) {
    border-bottom: none;
  }

  .table-order.table > tbody > tr > td {
    border-color: #ccc;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-right: 26px;
    top: 1px;
  }

  table.table.table-order thead + tbody td .th-mobile {
    top: 18px;
    left: 17px;
  }

  table.table.table-order thead + tbody td .th-mobile + .th-mobile {
    display: none;
  }

  .table-order.table > tbody > tr > td.td-check,
  .table-order.table > thead > tr > th.td-check {
    position: absolute;
    left: -33px;
    top: 15px;
    padding: 0;
    background: transparent;
    border: none;
  }

  .table-order.table > tbody > tr > td.td-roll {
    padding-left: 65%;
    text-align: right !important;
  }


  .table-order.table > tbody > tr > td.td-roll .th-mobile {
    text-align: left !important;
    width: 55%;
  }

  .table-order.table > tbody > tr.roll > td.visible-head {
    display: none !important;
  }

  .table-order.table > tbody > tr > td.td-roll img {
    position: absolute;
    right: 15px;
    top: 18px;
  }

  .table-order.table > tbody > tr.roll > td.td-roll img {
    transform: rotate(180deg);
  }

  .table.table-order th.visible-xs,
  .table.table-order td.visible-xs {
    display: block !important;
  }

  .table-order.table > tbody > tr > td,
  .table-order.table > tbody > tr > td.visible-xs,
  .table-order.table > thead > tr > th,
  .table-order.table > thead > tr > th.visible-xs {
    display: none !important;
  }

  .table-order.table > tbody > tr > td.td-roll,
  .table-order.table > tbody > tr > td.td-check,
  .table-order.table > thead > tr > th.td-check,
  .table-order.table > thead > tr > th.th-roll,
  .table-order.table > thead > tr > th.th-head {
    display: block !important;
  }

 .table-order.table > thead > tr > th.th-head {
    line-height: 25px;
    padding-left: 17px;
    float: left;
  }
  .table-order.table > thead > tr > th.th-head:last-child {
    text-align: right;
    float: none;
  }

  .table-order.table > thead > tr > th.th-head:last-child .block-flex {
    justify-content: flex-end;
    padding-right: 20px;
  }

  .table-order.table > thead > tr > th.th-head:last-child .block-flex.asc,
  .table-order.table > thead > tr > th.th-head:last-child .block-flex.desc {
    padding-right: 0px;
  }

  .table-order.table > thead > tr > th.th-roll {
    height: 50px;
    background: transparent;
  }

  .table-order.table > tbody > tr.roll > td {
    display: block !important;
  }

  table.table.table-order thead tr td.td-check {
    position: absolute;
  }

  table.table.table-order tr:nth-child(even) td {
    background: transparent;
  }

  .th-choose {
    position: absolute;
    top: 12px;
    left: 50px;
  }

  .table-wrapper {
    position: relative;
  }

  .block-flex.total-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 33px;
  }

  .block-flex.total-wrapper .btn {
    margin-top: 18px;
  }

  .account-orders__warning {
    text-align: justify;
  }

  .account-steps {
    padding: 0;
    border: none;
  }

  .account-steps blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 414px) {
  .top-bar {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  #mobileheader .wrap_icon {
    padding: 0;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}