﻿/* 
.hover-bg(@idle, @hover, @folder) {
    background-image: url("@{folder}@{idle}");
    &:hover {
        background-image: url("@{folder}@{hover}");
    }
}
*/
.lk-profile-data .profile-comment {
  color: #fff;
  background-image: linear-gradient(45deg, #7e64ff 0%, #4ac6ff 90%);
  padding: 20px;
  width: 50%;
  border-radius: 20px;
  margin-top: -30px;
  margin-bottom: 20px;
}
@media (min-width: 1536px) {
  .lk-menu {
    margin-top: 120px;
  }
}
.lk-menu,
.lk-submenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  padding: 16px 0px;
}
@media (max-width: 900px) {
  .lk-menu,
  .lk-submenu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.lk-menu > .item,
.lk-submenu > .item {
  font-family: 'Montserrat';
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding-right: 30px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 900px) {
  .lk-menu > .item,
  .lk-submenu > .item {
    padding: 8px;
    padding-bottom: 5px;
    font-size: 14px;
  }
}
.lk-menu > .item.active,
.lk-submenu > .item.active {
  color: #5F9FFF;
}
.lk-menu > .item:hover,
.lk-submenu > .item:hover {
  color: #5F9FFF;
}
.lk-submenu {
  padding: 0;
  margin-top: 15px;
}
.bonuses-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  padding: 0px 24px;
}
.bonuses-panel > * + * {
  margin-left: 20px;
}
@media (max-width: 540px) {
  .bonuses-panel {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .bonuses-panel > * + * {
    margin: 0px;
    margin-top: 10px;
  }
}
.bonuses-panel > .wrapper > .text {
  font-family: 'Montserrat';
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}
.bonuses-panel > .wrapper > .count {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
}
.bonuses-panel > .wrapper > .count > * + * {
  margin-left: 10px;
}
.bonuses-panel > .wrapper > .count > .number {
  font-family: 'Montserrat';
  color: #645AC4;
  font-size: 32px;
  font-weight: 900;
}
.bonuses-panel > .wrapper > .count > .valute {
  font-family: 'Montserrat';
  color: #645AC4;
  font-size: 18px;
  font-weight: 500;
}
.bonuses {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.bonuses > .element {
  width: 25%;
  padding: 24px;
  display: block;
}
@media (max-width: 1536px) {
  .bonuses > .element {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .bonuses > .element {
    width: 100%;
    padding: 12px;
  }
}
.bonuses > .element.addfriend > .wrapper {
  background-position: left bottom;
  background-size: 90px;
  background-repeat: no-repeat;
  background-image: url(../Images/icons_common/gray/user-plus-solid.svg);
}
.bonuses > .element > .wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 24px;
  position: relative;
}
.bonuses > .element > .wrapper > .title {
  font-family: 'Montserrat';
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.bonuses > .element > .wrapper > .description {
  font-family: 'Montserrat';
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat;
  line-height: 28px;
  min-height: 110px;
}
.bonuses > .element > .wrapper > .link {
  min-width: 42px;
  min-height: 42px;
  height: 42px;
  background-position: 18px 18px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #63e2b7;
  background-image: url('../Images/icons_common/white/chevron_right.svg');
  width: 42px;
  border-radius: 42px 0px 13.76px 0px;
  transition: all 0.3s;
}
.bonuses > .element > .wrapper:hover > .link {
  background-color: #4ac6ff;
}
.bonuses.bonuses-white > .element > .wrapper > .description {
  color: #666666;
}
.half-list > * {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.half-list > .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  font-family: 'Montserrat';
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #EEEEEE;
  padding: 26px 0px;
  width: 100%;
}
.half-list > .item > .vopros {
  width: 50%;
  padding: 0px 10px;
}
.half-list > .item > .otvet {
  width: 50%;
  padding: 0px 10px;
}
.half-list > .item > .data {
  padding: 0px 10px;
}
.half-list > .item > .number {
  padding: 0px 10px;
  margin-left: auto;
}
.half-list > .item > .text {
  padding: 0px 10px;
}
.half-list > .item > .sum {
  padding: 0px 10px;
  margin-left: auto;
}
.half-list > .item > .status {
  padding: 0px 10px;
  margin-left: auto;
}
.half-list > .item > .image {
  min-height: 64px;
  height: 64px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  border: 1px solid #F3F3F3;
  width: 64px;
  min-width: 64px;
}
.half-list > .item > .name {
  width: 100%;
  font-family: 'Montserrat';
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 20px;
}
.half-list > .item > .controls {
  margin-left: auto;
  /*
                width: 170px;
                min-width: 170px;
                */
}
.half-list > .item > .controls > .link {
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-family: 'Montserrat';
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-bottom: 6px;
}
.half-list > .item > .controls > .link > * + * {
  margin-left: 10px;
}
.half-list > .item > .controls > .link > .text {
  text-align: right;
}
.half-list > .item > .controls > .link > .ico {
  min-width: 12px;
  width: 12px;
  min-height: 12px;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.half-list > .item > .controls > .link.var1 > .text {
  color: #645AC4;
}
.half-list > .item > .controls > .link.var1 > .ico {
  background-image: url(../Images/icons_common/violet/chevron_right.svg);
}
.half-list > .item > .controls > .link.var1:hover > .text {
  color: #5F9FFF;
}
.half-list > .item > .controls > .link.var1:hover > .ico {
  background-image: url(../Images/icons_common/blue/chevron_right.svg);
}
.half-list > .item > .controls > .link.var2 > .text {
  color: #ff5d5d;
}
.half-list > .item > .controls > .link.var2 > .ico {
  background-image: url(../Images/icons_common/red/cross.svg);
}
.half-list > .item > .controls > .link.var2:hover > .text {
  color: #5F9FFF;
}
.half-list > .item > .controls > .link.var2:hover > .ico {
  background-image: url(../Images/icons_common/blue/cross.svg);
}
.half-list.services > .item {
  padding: 16px 0px;
}
.half-list.one_column {
  -moz-column-count: 1;
  column-count: 1;
}
.half-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  /*
            @media (max-width: @col2) {
                .sticky(@top:60px);
            }
            */
}
.half-section .h4 {
  font-size: 15px;
}
.half-section .h4.section-heading {
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (max-width: 900px) {
  .half-section {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
@media (min-width: 1536px) {
  .half-section {
    margin-top: 100px;
  }
}
.half-section > .first {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  width: 46%;
}
@media (max-width: 900px) {
  .half-section > .first {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }
}
@media (max-width: 900px) and (max-width: 900px) {
  .half-section > .first:nth-child(2) {
    display: none;
  }
}
.half-section > .first.lkOrders {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  width: 100%;
}
.half-section > .first > .col-el33 {
  width: 31%;
  padding-bottom: 22px;
  margin-right: 15px;
}
.half-section > .first > .col-el33 > * + * {
  margin-top: 16px;
}
@media (max-width: 540px) {
  .half-section > .first > .col-el33 {
    width: 100%;
  }
}
.half-section > .first > .col-el50 {
  width: 46%;
  padding-bottom: 22px;
  padding-right: 15px;
}
.half-section > .first > .col-el50 > * + * {
  margin-top: 16px;
}
@media (max-width: 540px) {
  .half-section > .first > .col-el50 {
    width: 100%;
  }
}
.half-section > .first > .col-el100 {
  width: 100%;
  padding-bottom: 22px;
}
.half-section > .first > .col-el100 > * + * {
  margin-top: 16px;
}
@media (max-width: 540px) {
  .half-section > .first > .col-el100 {
    width: 100%;
  }
}
.half-section > .first > .legend {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  background-color: white;
  min-height: 60px;
  border-bottom: 1px solid #EEEEEE;
}
.half-section > .first > .legend > .item {
  font-family: 'Montserrat';
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}
.half-section > .first > .legend > .vopros {
  width: 50%;
  min-width: 90px;
  padding: 0px 10px;
}
.half-section > .first > .legend > .otvet {
  width: 50%;
  min-width: 90px;
  padding: 0px 10px;
}
.half-section > .first > .legend > .data {
  padding: 0px 15px;
}
.half-section > .first > .legend > .number {
  padding: 0px 20px;
  margin-left: auto;
  margin-right: auto;
}
.half-section > .first > .legend > .text {
  width: 60%;
  padding: 0px 10px;
}
.half-section > .first > .legend > .sum {
  padding: 0px 25px;
}
.half-section > .first > .legend > .status {
  text-align: right;
  margin-left: auto;
  padding: 0px 10px;
}
.half-section > .first .half-field {
  width: 46%;
}
.half-section .agreement-block {
  padding-left: 0;
}
.half-section .agreement-block a {
  text-decoration: underline;
  color: #6593FF;
}
.error-text-state {
  color: red !important;
}
.btns-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.btns-wrapper > * + * {
  margin-left: 20px;
}
@media (max-width: 540px) {
  .btns-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .btns-wrapper > * + * {
    margin: 0px;
    margin-top: 15px;
    width: 295px;
  }
}
.btns-wrapper.orderDateBtn {
  margin-top: 20px;
}
.chbox-wrapper > .h4 {
  margin-bottom: 16px;
}
.chbox-wrapper > .chboxRoot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -moz-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.form-wrapper {
  width: 100%;
}
.form-wrapper > * + * {
  margin-top: 48px;
}
@media (max-width: 540px) {
  .form-wrapper > * + * {
    margin-top: 18px;
  }
}
.cart-item-info .element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  font-family: 'Montserrat';
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.cart-item-info .element:before {
  content: "";
  margin-right: 10px;
  min-width: 16px;
  width: 16px;
  min-height: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
}
.cart-item-info .element.nalichie {
  margin-top: 10px;
}
.cart-item-info .element.nalichie:before {
  background-image: url(../Images/plitki/common/v-nalichii.svg);
}
.cart-item-info .element.dostupno {
  margin-top: 5px;
}
.cart-item-info .element.dostupno:before {
  background-image: url(../Images/plitki/common/pod-zakaz.svg);
}
.oferta .icon {
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
.oferta .icon-doc {
  background-image: url(../Images/icons_common/doc_icon.svg);
}
.oferta .icon-pdf {
  background-image: url(../Images/icons_common/pdf_icon.svg);
}
.oferta .doc-title {
  width: 75%;
  font-family: 'SemiBold';
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}
.oferta .doc-upload-icon {
  background-image: url(../Images/icons_common/doc_download.svg);
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
}
.oferta .doc-upload-icon:hover {
  cursor: pointer;
}
@media (min-width: 900px) {
  .cards-btns-wrapper {
    width: 30%;
  }
}
.cards-btns-wrapper button {
  width: 100%;
}
.cards-btns-wrapper .add-new-card {
  margin-top: 15px;
}
.cards-btns-wrapper .orange-variation {
  margin-top: 15px;
}
.cards-list-container .payment-system-icon {
  width: 50px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.modal-in-progress-wrapper {
  display: none;
  z-index: 999;
  position: fixed;
  background-color: rgba(85, 76, 165, 0.75);
  width: 100%;
  height: 100%;
  top: 0 !important;
  left: 0;
}
.modal-in-progress-wrapper .modal-dialog {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  position: relative;
}
.modal-in-progress-wrapper .modal-content-wr {
  padding: 25px;
}
.modal-in-progress-wrapper .modal-content {
  width: 65%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  padding: 25px;
  margin: 0 auto;
  width: 55%;
  position: relative;
  top: 20%;
}
@media (max-width: 900px) {
  .modal-in-progress-wrapper .modal-content {
    width: 80%;
  }
}
.modal-in-progress-wrapper .modal-content .modal-title {
  text-align: center;
  margin-bottom: 15px;
}
.modal-in-progress-wrapper .modal-content .progress-spinner {
  width: 30%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 900px) {
  .modal-in-progress-wrapper .modal-content .progress-spinner {
    width: 80%;
  }
}
.modal-in-progress-wrapper .modal-content .request-failed-ico {
  width: 15%;
  margin: 0 auto;
  display: block;
}
.modal-in-progress-wrapper .modal-content .modal-text {
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 500px) {
  .half-section > .first > .legend > .data {
    padding: 0 20px 0 0;
  }
  .half-section > .first > .legend > .number {
    padding: 0 15px;
  }
  .half-section > .first > .legend > .sum {
    padding: 0 10px;
  }
  .half-list > .item > .data {
    padding: 0 10px 0 0;
  }
  .half-list > .item > .number {
    padding: 0 15px;
  }
  .half-list > .item > .sum {
    padding: 0 15px;
  }
}