.btn-main {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11BAFD;
  border-radius: 3px;
  color: #FFF !important;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 14px 30px;
  margin: 0 0 24px 0;
  font-style: normal;
  line-height: 13px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .5s;
  white-space: nowrap;
}
.btn-main:hover,
.btn-main:focus {
  background: #11BAFD;
  text-decoration: none;
}
.btn-balance,
.btn-white-border {
  transition: all .5s;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 14px 20px;
  margin: 0 0 24px 0;
  white-space: nowrap;
}
.btn-balance span,
.btn-white-border span {
  font-weight: 500;
  margin: 0 0 0 4px;
}
.btn-balance:hover,
.btn-white-border:hover {
  background: #FFF;
  color: #42BAEA;
  text-decoration: none;
}
.btn-logout {
  display: flex;
  align-items: center;
  text-align: center;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0 0 40px -18px;
  white-space: nowrap;
}
.btn-logout svg {
  margin: 0 14px 0 0;
}
.btn-custom {
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
  width: 104px;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  border-radius: 50px;
  text-decoration: none;
  height: 40px;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  transition: all .5s;
  border: transparent;
  padding: 0 15px;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.btn-custom span {
  margin: auto;
}
.btn-custom.btn-default {
  color: #737373;
  background: transparent;
}
.btn-custom.btn-disabled {
  pointer-events: none;
  color: #D1D1D1;
}
.btn-custom.btn-hire-disabled {
  pointer-events: none;
  border-color: #D1D1D1;
  color: #D1D1D1;
}
.btn-custom.btn-spinner {
  position: relative;
  padding-right: 35px;
}
.btn-custom.btn-spinner .fa {
  position: absolute;
  right: 10px;
}
.btn-custom.btn-rate-disabled span {
  opacity: 0.5;
}
.btn-custom.btn-rate-disabled:hover {
  background: #15AE9B;
}
.btn-custom.btn-pending span {
  opacity: 0.5;
  margin-left: 20px;
}
.btn-custom.btn-pending .lds-css {
  position: absolute;
  left: 0px;
  top: 0;
  opacity: 0.5;
}
.btn-custom.btn-pending .lds-css .lds-spinner {
  left: 4px;
}
.btn-custom.btn-order-pending {
  background: #D1D1D1;
}
.btn-custom.btn-order-pending a {
  color: #737373 !important;
}
.btn-custom.btn-order-pending:hover {
  background: #D1D1D1;
}
.btn-custom.btn-order-pending:hover a {
  color: #737373 !important;
}
.btn-custom.btn-skip {
  width: auto !important;
  border: none;
}
.btn-custom.disabled-btn span {
  opacity: 0.5;
}
.btn-custom.disabled-btn:hover {
  background: #15AE9B;
}
.writes-main-wrap span:hover .btn-disabled {
  background: #F8F8F8;
}
.writes-main-wrap span:hover .btn-disabled.btn-transparent {
  background: transparent;
}
.btn-transparent {
  background: transparent;
  color: #42BAEA;
  border: 1px solid #42BAEA;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #42BAEA;
  outline: none;
  color: #fff;
}
.btn-transparent.btn-disabled {
  color: #D1D1D1;
  border: 1px solid #D1D1D1;
}
.btn-violet {
  background: #42BAEA;
  border-radius: 50px;
}
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active {
  background: #11BAFD;
  outline: none;
}
.yellow-btn {
  color: #fff;
  background: #15AE9B;
  width: 120px;
}
.yellow-btn:hover,
.yellow-btn:active {
  color: #fff;
  background: #11BAFD;
  text-decoration: none;
  outline: none;
}
.yellow-btn.order-button {
  width: 155px;
}
.btn-option {
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  font-weight: 300;
  width: 100%;
  padding: 7px 20px;
  text-align: left;
  font-size: 13px;
}
.btn-option.btn-last-option {
  color: #DF3131;
}
.btn-red-alarm {
  color: #DF3131;
}
.btn-collapse {
  background: url(../build/img/icon-collapse.png) center center no-repeat transparent;
  background-size: 14px 8px;
  padding: 8px 5px;
  height: 24px;
  width: 24px;
  border: none;
  position: absolute;
  top: 10px;
  right: 17px;
  transition: all .4s ease-in-out;
}
.btn-collapse.btn-collapse-rotate {
  transition: all .4s ease-in-out;
  transform: rotate(-180deg);
}
.btn-collapse:hover,
.btn-collapse:focus,
.btn-collapse:active {
  outline: none;
}
.btn-prohibition,
.btn-block,
.btn-unblock {
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.btn-prohibition:before,
.btn-block:before,
.btn-unblock:before {
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-top: -2px;
  margin-right: 6px;
}
.btn-prohibition:hover,
.btn-block:hover,
.btn-unblock:hover {
  background: #F8F8F8;
  outline: none;
  color: #DF3131;
}
.btn-prohibition.btn-block-active,
.btn-prohibition.btn-unblock-active,
.btn-block.btn-block-active,
.btn-block.btn-unblock-active,
.btn-unblock.btn-block-active,
.btn-unblock.btn-unblock-active {
  color: #DF3131;
}
.btn-prohibition.btn-prohibition-active,
.btn-block.btn-prohibition-active,
.btn-unblock.btn-prohibition-active {
  color: #737373;
}
.btn-prohibition.btn-prohibition-active:hover,
.btn-block.btn-prohibition-active:hover,
.btn-unblock.btn-prohibition-active:hover {
  background: #F8F8F8;
  outline: none;
  color: #DF3131;
}
.btn-prohibition.btn-disabled,
.btn-block.btn-disabled,
.btn-unblock.btn-disabled {
  background: #F8F8F8;
}
.btn-show-more {
  border-radius: 50px;
  color: #737373;
  margin: auto;
  border-radius: 100px;
  width: 136px;
  text-decoration: underline;
  margin-top: 10px;
}
.btn-show-more:hover,
.btn-show-more:focus,
.btn-show-more:active {
  background: #F8F8F8;
  color: #42BAEA;
  text-decoration: underline;
  outline: none;
}
.btn-favorite {
  background: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.btn-favorite:before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  margin-top: -2px;
  margin-right: 6px;
}
.btn-favorite:hover {
  color: #42BAEA;
  background: #F8F8F8;
}
.btn-favorite:hover:before {
  font-weight: 900;
}
.btn-favorite.btn-favorite-active {
  color: #42BAEA;
}
.btn-favorite.btn-favorite-active:before {
  font-weight: 900;
}
.btn-favorite.btn-disabled {
  background: #F8F8F8;
}
.btn-clear {
  background: url(../build/img/clear-comment.png) center center no-repeat transparent;
  background-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin-right: 2px;
}
.btn-done {
  background: url(../build/img/done.png) center center no-repeat transparent;
  background-size: 20px;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.btn-collapse-tags {
  background: transparent;
  border: none;
  min-width: 21px;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  position: relative;
  border-radius: 100px;
  padding: 0 6px;
}
.btn-collapse-tags:before {
  content: "";
  background: url(../build/img/tags-collapse.png) center center no-repeat transparent;
  width: 9px;
  height: 4px;
  background-size: 9px 4px;
}
.btn-form {
  cursor: pointer;
  outline: none;
  color: #42BAEA;
  font-weight: 500;
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin-left: 5px;
}
.btn-form:hover {
  color: #B9B9C9;
}
.back-btn {
  color: #42BAEA;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  outline: none;
}
.back-btn:before {
  content: '';
  display: inline-flex;
  width: 12px;
  height: 11px;
  background: url(../build/img/long-arrow-violet.png) no-repeat;
  background-size: 11px;
  margin-right: 12px;
  margin-top: 3px;
}
.back-btn:hover,
.back-btn:focus,
.back-btn:active {
  color: #B9B9C9;
  outline: none;
}
.back-btn:hover:before,
.back-btn:focus:before,
.back-btn:active:before {
  background: url(../build/img/left-arrow-light.png) no-repeat;
  background-size: 11px;
}
.btn-edit {
  cursor: pointer;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4C4C4C;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 50px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
}
.btn-edit:hover,
.btn-edit:focus,
.btn-edit:active {
  background: #E6E6EF;
  color: #42BAEA;
}
.btn-grey {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 4px 10px 2px 10px;
  background: #E6E6EF;
  border-radius: 50px;
}
.btn-green {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 4px 10px 2px 10px;
  background: #42BAEA;
  border-radius: 50px;
}
.btn-blue-border {
  cursor: pointer;
  white-space: nowrap;
  padding: 0 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #42BAEA;
  border-radius: 6px;
  border: 1px solid #42BAEA;
  height: 40px;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.status-pink {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #42BAEA;
  padding: 4px 10px 2px 10px;
  background: #fff;
  border-radius: 50px;
}
.status-cancelled {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #737373;
  padding: 4px 10px 2px 10px;
  background: #D1D1D1;
  border-radius: 50px;
}
.status-red {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  padding: 4px 10px 2px 10px;
  background: #EB5757;
  border-radius: 50px;
}
.btn-violet-msg {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg,#42BAEA 0%,#11BAFD 100%);
  border-radius: 4px;
  border: none;
  height: 40px;
  width: 100px;
}
.btn-violet-msg:hover {
  background: #42BAEA;
}
.btn-violet-msg:focus,
.btn-violet-msg:active {
  outline: none;
  border: none;
}
.btn-violet-msg.btn-disabled-msg {
  pointer-events: none;
}
.btn-violet-msg.btn-disabled-msg:focus,
.btn-violet-msg.btn-disabled-msg:active {
  outline: none;
  border: none;
}
.btn-violet-msg.btn-disabled-msg:hover {
  background: linear-gradient(180deg,#42BAEA 0%,#11BAFD 100%);
}
.btn-violet-msg.btn-disabled-msg span {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .btn-violet-msg.btn-disabled-msg:before {
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .btn-violet-msg {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    padding: 0;
  }
  .btn-violet-msg svg {
    margin: -4px 2px 0 0;
  }
  .btn-violet-msg.btn-disabled-msg svg {
    opacity: 0.4;
  }
}
@media (max-width: 767px) {
  .btn-violet-msg:before {
    content: '';
    background: url(../build/img/paper-plane-3.svg) center center no-repeat;
    background-size: 12px;
    display: block;
    width: 12px;
    height: 12px;
    margin: auto;
  }
}
.btn-clip-msg {
  background: url(../build/img/Clip_Paper.svg) center center no-repeat transparent;
  background-size: 21px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  margin: 0px 25px 0 0;
  border: none;
  outline: none;
  border-radius: 4px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.btn-clip-msg:before {
  content: '';
  background-image: url("../build/img/Clip_Paper_hover.svg");
  visibility: hidden;
}
.btn-clip-msg:hover {
  background: url(../build/img/Clip_Paper_hover.svg) center center no-repeat #F8F8F8;
  background-size: 21px;
}
.btn-clip-msg:active,
.btn-clip-msg:hover,
.btn-clip-msg:focus {
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .btn-clip-msg {
    margin: 0px 13px 0 0;
    width: 26px;
    height: 26px;
  }
}
.btn-again-error,
.btn-cancel-error {
  color: #42BAEA;
  outline: none;
  text-decoration: underline;
  border: none;
  background: transparent;
  position: relative;
}
@media (max-width: 991px) {
  .btn-again-error,
  .btn-cancel-error {
    display: none;
  }
}
.btn-again-error:after {
  content: '|';
  display: inline-flex;
  position: absolute;
  right: -1px;
  top: 0;
}
.scrollbottom {
  display: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 9px 11px;
  border: none;
  cursor: pointer;
  outline: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 32px;
  left: calc(100% - 42px);
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(47,45,133,0.25);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
@media (max-width: 767px) {
  .scrollbottom {
    right: 24px;
    bottom: 32px;
  }
}
.scrollbottom .scrolltop_img-box {
  height: 12px;
  width: 12px;
  background: url(../build/img/arrow-top.svg) center center no-repeat;
  background-size: 10px 12px;
  transform: rotate(180deg);
}
.scrollbottom.show {
  display: block;
  opacity: 1;
  outline: none;
}
@media (max-width: 767px) {
  .scrollbottom.show {
    bottom: 32px;
  }
}
.scrollbottom:hover,
.scrollbottom:focus,
.scrollbottom:active {
  outline: none;
}
.scrollbottom .msg-quantity {
  position: absolute;
  top: -19px;
  font-size: 8px;
  font-weight: 700;
  line-height: 13px;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 2px;
  background: #B2B2C3;
  border-radius: 50px;
  min-width: 16px;
  height: 16px;
  justify-content: center;
}
.btn-msg-custom {
  border-radius: 50px;
  position: relative;
  display: inline-block;
  height: 32px;
  white-space: nowrap;
  color: #fff;
  font-size: 14px;
  background: transparent;
  border: none;
  padding: 0 16px;
  margin: 0 12px 12px 0;
}
@media (max-width: 767px) {
  .btn-msg-custom {
    width: 200px;
  }
}
.btn-msg-custom:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #B2B2C3;
  border-radius: 50px;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-msg-custom.btn-msg-custom-disbld:before {
  opacity: 0.2;
}
.btn-msg-custom.btn-msg-custom-disbld span {
  opacity: 0.2;
}
.msg-support-light .btn-msg-custom:before,
.msg-support-inquiry .btn-msg-custom:before {
  content: '';
  background: #E6E6EF;
}
.delete-file-btn {
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #EB5757;
  font-weight: 500;
  font-style: normal;
  border: none;
  outline: none;
  color: #EB5757;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.delete-file-btn:active,
.delete-file-btn:hover,
.delete-file-btn:focus {
  outline: none;
}
.file-btns {
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-weight: 400;
  padding: 0 12px;
  max-width: 110px;
  height: 36px;
  font-weight: 500;
  font-style: normal;
  border: none;
  outline: none;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.file-btns svg {
  margin-right: 8px;
}
.file-btns.file-upload {
  color: #42BAEA;
  background: #fff;
}
@media (max-width: 991px) {
  .file-btns.file-upload {
    border: 1px solid #E6E6EF;
  }
  .file-btns.file-upload:active,
  .file-btns.file-upload:hover,
  .file-btns.file-upload:focus {
    border: 1px solid #E6E6EF;
  }
}
@media (max-width: 767px) {
  .file-btns.file-upload {
    position: absolute;
    right: 20px;
    top: -4px;
  }
}
.file-btns.download-disabled {
  color: #737373;
}
.file-btns.download-disabled path {
  fill: #737373;
}
@media (max-width: 991px) {
  .file-btns.download-disabled {
    border: 1px solid #D1D1D1;
  }
  .file-btns.download-disabled:active,
  .file-btns.download-disabled:hover,
  .file-btns.download-disabled:focus {
    border: 1px solid #D1D1D1;
  }
}
.file-btns.file-download {
  padding: 0px;
  max-width: 36px;
  width: 36px;
  position: absolute;
  top: 18px;
  background: transparent;
}
.file-btns.file-download svg {
  margin: 0 auto;
}
.file-btns.file-download:hover {
  background: #E6E6EF;
}
.file-btns.file-download:hover svg path {
  fill: #42BAEA;
}
@media (max-width: 991px) {
  .file-btns.file-download {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .file-btns.file-download {
    position: relative;
  }
}
.file-btns:active,
.file-btns:hover,
.file-btns:focus {
  border: none;
  outline: none;
}
.btn-go-payment {
  text-decoration: underline;
  background-color: transparent;
  color: #42BAEA;
  border: none;
  width: auto !important;
  font-size: 12px;
  line-height: 11px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
}
.btn-go-payment:hover,
.btn-go-payment:focus,
.btn-go-payment:active {
  background: transparent;
  outline: none;
  color: #42BAEA;
}
.btn-pay-collapse {
  background: url(../build/img/icon-collapse.png) center center no-repeat;
  background-size: 14px 8px;
  padding: 8px 5px;
  height: 24px;
  width: 24px;
  border: none;
  position: absolute;
  top: 72px;
  right: 20px;
  margin: 0;
  left: auto;
}
.btn-pay-collapse:hover,
.btn-pay-collapse:focus,
.btn-pay-collapse:active {
  outline: none;
  background: url(../build/img/icon-collapse.png) center center no-repeat;
  background-size: 14px 8px;
}
.btn-track-order {
  display: flex;
  justify-content: center;
  border-radius: 50px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #FFF;
  margin: 10px 0px;
  font-weight: 400;
  width: 200px !important;
  height: 60px;
  position: relative;
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  border-color: transparent;
  margin: 32px auto 40px;
}
.btn-track-order span {
  position: relative;
  padding-left: 23px;
}
.btn-track-order span:before {
  content: "";
  position: absolute;
  background: url(../build/img/login-thanku.png) no-repeat;
  height: 17px;
  width: 23px;
  background-position: center;
  left: -7px;
  top: 3px;
}
.btn-track-order:hover,
.btn-track-order:focus,
.btn-track-order:active {
  outline: none;
}
.btn-track-order:hover {
  background-color: #FB710D;
  border-color: #FB710D;
}
.call-rate-modal {
  height: 32px;
  width: 80px;
  border-radius: 6px;
}
.call-rate-modal.rate-disabled {
  color: #B2B2C3;
  border-color: #B2B2C3;
  pointer-events: none;
}
.btn-rate-block {
  padding: 0;
  color: #EB5757;
  text-decoration: underline;
  font-size: 12px;
  line-height: 19px;
}
.btn-rate-block:hover {
  color: #EB5757;
  text-decoration: none;
}
.summary-rate-block .rating-order-item .rate-caption-item {
  max-width: 104px;
  width: 104px;
}
.rating-order-item .rate-caption-item {
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #42BAEA;
  background: #F8FCFF;
  border: 1px solid #42BAEA;
  border-radius: 5px;
  justify-content: center;
  height: 42px;
  font-weight: 500;
  max-width: 84px;
  width: 84px;
  padding: 0 4px;
  cursor: pointer;
}
.rating-order-item .rate-caption-item:hover {
  color: #fff;
  background: #42BAEA;
}
.rating-order-item .rate-caption-item.rate-order-disabled {
  color: #B2B2C3;
  border-color: #B2B2C3;
  cursor: default;
  pointer-events: none;
}
.rating-order-item .rate-caption-item.rate-order-disabled:hover {
  color: #B2B2C3;
  background: transparent;
  border-color: #B2B2C3;
}
.btn-switch-version {
  border: 1px solid #42BAEA;
  background: transparent;
  color: #42BAEA;
  margin-left: 20px;
  border-radius: 50px;
  width: 192px;
}
.btn-switch-version:hover {
  background: #42BAEA;
  color: #fff;
}
@media (max-width: 767px) {
  .btn-switch-version {
    margin-top: 4px;
    width: 173px;
    font-size: 10px;
    line-height: 11px;
  }
}
.hide_banner {
  background: url(../build/img/close_version_banner.png) center center no-repeat;
  background-size: 14px;
  height: 20px;
  width: 20px;
  border: none;
  position: absolute;
  top: 12px;
  right: 40px;
  margin: 0;
  left: auto;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .hide_banner {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .hide_banner {
    background-size: 11px;
    top: 9px;
    right: 9px;
  }
}
.btn-cancel-order {
  border: 1px solid #D1E9FC;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0 20px;
  height: 40px;
  line-height: 100%;
  color: #42BAEA;
  background: #fff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-cancel-order:hover {
  border: 1px solid #42BAEA;
  background: #42BAEA;
  color: #fff;
}
.search-clear-btn {
  display: none;
  position: absolute;
  top: 30px;
  right: 16px;
  background: url(../build/img/clear_search.svg) no-repeat scroll 50% 50% transparent;
  height: 16px;
  width: 16px;
  cursor: pointer;
}
.cancel_search-btn {
  display: none;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #333;
  background: transparent;
  border: none;
  height: 38px;
  margin: 20px 0 0 12px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .cancel_search-btn {
    padding: 0px;
  }
}
.dismiss-notifications-btn {
  color: #737373;
  font-size: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  .dismiss-notifications-btn {
    display: none;
  }
}
.dismiss-notifications-btn:before {
  content: '';
  background: url(../build/img/dismiss-not.svg) no-repeat scroll 50% 50% transparent;
  height: 15px;
  width: 9px;
  margin-right: 16px;
}
.show-more-button {
  padding-top: 40px;
}
.show-more-button .btn-violet {
  background: #fff;
  color: #42BAEA;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.show-more-button .btn-violet:hover,
.show-more-button .btn-violet:focus,
.show-more-button .btn-violet:active {
  background: #42BAEA;
  color: #fff;
  outline: none;
}
.call_tip-writer {
  color: #42BAEA;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  top: 15px;
  margin-top: 15px;
  height: 42px;
}
.call_tip-writer:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../build/img/rate-tip-money.svg) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
  display: inline-block;
}
.call_tip-writer:focus {
  box-shadow: none;
}
.small_tip-writer {
  margin-left: 16px;
}
.small_tip-writer .btn {
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 50px;
  background: url(../build/img/money-tip.svg) center center no-repeat #fff;
  width: 36px;
  height: 36px;
}
.small_tip-writer .btn.btn-pound {
  background: url(../build/img/money-tip-pound.svg) center center no-repeat #fff;
}
@media (max-width: 991px) {
  .small_tip-writer .btn.btn-pound {
    background-position: center left 12px;
  }
}
@media (max-width: 991px) {
  .small_tip-writer .btn {
    width: auto;
    background-position: center left 12px;
    padding-left: 40px;
  }
}
.small_tip-writer .btn span {
  display: none;
}
@media (max-width: 991px) {
  .small_tip-writer .btn span {
    display: inline-block;
    font-weight: 500;
    color: #42BAEA;
  }
}
.small_tip-writer [data-rate-tooltip] {
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.small_tip-writer [data-rate-tooltip]:before,
.small_tip-writer [data-rate-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.small_tip-writer [data-rate-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -60px;
  padding: 8px;
  width: 120px;
  content: attr(data-rate-tooltip);
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  z-index: 8;
  border-radius: 6px;
  background-color: rgba(51,51,51,0.96);
}
.small_tip-writer [data-rate-tooltip]:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  border-top: 8px solid rgba(51,51,51,0.96);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.small_tip-writer [data-rate-tooltip]:hover:before,
.small_tip-writer [data-rate-tooltip]:hover:after,
.small_tip-writer [data-rate-tooltip]:focus:before,
.small_tip-writer [data-rate-tooltip]:focus:after {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 991px) {
  .small_tip-writer [data-rate-tooltip]:hover:before,
  .small_tip-writer [data-rate-tooltip]:hover:after,
  .small_tip-writer [data-rate-tooltip]:focus:before,
  .small_tip-writer [data-rate-tooltip]:focus:after {
    display: none;
  }
}
.msg-list_btn {
  position: absolute;
  left: 0;
  top: calc(30%);
  background: url(../build/img/chat-previews_arrow.svg) center center no-repeat transparent;
  border: none;
  height: 20px;
  width: 20px;
  padding: 0;
}
.msg-list_btn:focus {
  box-shadow: none;
}
.package_course-btn {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  background: #816D93;
  border-radius: 50px;
  width: 155px;
  height: 40px;
  margin-bottom: 24px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package_course-btn {
    width: 130px;
    padding: 0;
    margin: 0px 0 0 12px;
  }
}
@media (max-width: 767px) {
  .package_course-btn {
    width: 190px;
  }
}
.package_course-btn:hover,
.package_course-btn:focus,
.package_course-btn:active {
  outline: none;
  box-shadow: none;
}
.package_course-btn:hover {
  color: #42BAEA;
  background: #fff;
  border: 1px solid #42BAEA;
}
.package_course-gotit {
  color: #333333;
  font-weight: 500;
  background: #fff;
  border-radius: 50px;
  padding: 0;
  height: 28px;
  width: 65px;
}
.package_course-gotit:hover {
  background: #ffffff4d;
  color: #fff;
}
.package_course-hide {
  text-decoration: underline;
  color: #fff;
  padding: 0;
}
.package_course-hide:hover {
  opacity: 0.4;
  text-decoration: underline;
  color: #fff;
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul>li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url(../build/fonts/fa-brands-400.eot);
  src: url(../build/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../build/fonts/fa-brands-400.woff2) format("woff2"), url(../build/fonts/fa-brands-400.woff) format("woff"), url(../build/fonts/fa-brands-400.ttf) format("truetype"), url(../build/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(../build/fonts/fa-regular-400.eot);
  src: url(../build/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../build/fonts/fa-regular-400.woff2) format("woff2"), url(../build/fonts/fa-regular-400.woff) format("woff"), url(../build/fonts/fa-regular-400.ttf) format("truetype"), url(../build/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(../build/fonts/fa-solid-900.eot);
  src: url(../build/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../build/fonts/fa-solid-900.woff2) format("woff2"), url(../build/fonts/fa-solid-900.woff) format("woff"), url(../build/fonts/fa-solid-900.ttf) format("truetype"), url(../build/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fas {
  font-weight: 900;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-BoldItalic.eot');
  src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'), url('../build/fonts/hinted-GothamPro-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-BoldItalic.woff') format('woff'), url('../build/fonts/hinted-GothamPro-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-Italic.eot');
  src: local('Gotham Pro Italic'), local('GothamPro-Italic'), url('../build/fonts/hinted-GothamPro-Italic.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-Italic.woff') format('woff'), url('../build/fonts/hinted-GothamPro-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-Medium.eot');
  src: local('Gotham Pro Medium'), local('GothamPro-Medium'), url('../build/fonts/hinted-GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-Medium.woff') format('woff'), url('../build/fonts/hinted-GothamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-BlackItalic.eot');
  src: local('Gotham Pro Black Italic'), local('GothamPro-BlackItalic'), url('../build/fonts/hinted-GothamPro-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-BlackItalic.woff') format('woff'), url('../build/fonts/hinted-GothamPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-Bold.eot');
  src: local('Gotham Pro Bold'), local('GothamPro-Bold'), url('../build/fonts/hinted-GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-Bold.woff') format('woff'), url('../build/fonts/hinted-GothamPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('../build/fonts/hinted-GothamProNarrow-Bold.eot');
  src: local('Gotham Pro Narrow Bold'), local('GothamProNarrow-Bold'), url('../build/fonts/hinted-GothamProNarrow-Bold.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamProNarrow-Bold.woff') format('woff'), url('../build/fonts/hinted-GothamProNarrow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro Narrow';
  src: url('../build/fonts/hinted-GothamProNarrow-Medium.eot');
  src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'), url('../build/fonts/hinted-GothamProNarrow-Medium.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamProNarrow-Medium.woff') format('woff'), url('../build/fonts/hinted-GothamProNarrow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-LightItalic.eot');
  src: local('Gotham Pro Light Italic'), local('GothamPro-LightItalic'), url('../build/fonts/hinted-GothamPro-LightItalic.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-LightItalic.woff') format('woff'), url('../build/fonts/hinted-GothamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-Light.eot');
  src: local('Gotham Pro Light'), local('GothamPro-Light'), url('../build/fonts/hinted-GothamPro-Light.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-Light.woff') format('woff'), url('../build/fonts/hinted-GothamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-Black.eot');
  src: local('Gotham Pro Black'), local('GothamPro-Black'), url('../build/fonts/hinted-GothamPro-Black.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-Black.woff') format('woff'), url('../build/fonts/hinted-GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro.eot');
  src: local('Gotham Pro'), local('GothamPro'), url('../build/fonts/hinted-GothamPro.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro.woff') format('woff'), url('../build/fonts/hinted-GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../build/fonts/hinted-GothamPro-MediumItalic.eot');
  src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'), url('../build/fonts/hinted-GothamPro-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../build/fonts/hinted-GothamPro-MediumItalic.woff') format('woff'), url('../build/fonts/hinted-GothamPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Digital;
  src: url(../build/fonts/DS-DIGI.TTF);
}
html,
body {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
}
a.link {
  text-decoration: none;
  color: #42BAEA;
  border-bottom: 1px solid #42BAEA;
}
a.link:hover,
a.link:focus {
  color: #B2B2C3;
  border-color: #B2B2C3;
}
a[type=button] {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
}
p {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: justify;
  color: #333333;
}
h2 {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  text-align: justify;
  color: #333333;
  margin-bottom: 19px;
}
h3 {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 153.12%;
  display: flex;
  align-items: center;
  color: #333333;
  margin-bottom: 20px;
}
h4 {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #4C4C4C;
  margin-bottom: 20px;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
.form-control:focus {
  border-color: #E6E6EF;
}
*:active,
*:hover,
*:focus {
  outline: 0 !important;
  outline-offset: 0;
}
input {
  outline: 0 !important;
}
input.error {
  border-color: #EB5757;
}
select.error {
  border-color: #EB5757;
}
input.error,
textarea.error {
  border-color: #EB5757 !important;
}
textarea {
  width: 100%;
  padding: 19px 12px;
  background: #FFFFFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 0 20px 0;
  color: #4C4C4C;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  resize: none;
  -webkit-appearance: none;
}
textarea.error {
  border-color: #EB5757;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
textarea::placeholder,
input::placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.table.table-striped {
  margin-bottom: 32px;
}
.table.table-striped thead th {
  text-align: center;
  background: #9C9CCE;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
.table.table-striped thead th:first-child {
  border-radius: 10px 0 0 0;
}
.table.table-striped thead th:last-child {
  border-radius: 0 10px 0 0;
}
@media (max-width: 767px) {
  .table.table-striped thead th {
    font-size: 10px;
  }
}
.table.table-striped tbody tr {
  background: #FCFCFC;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.table.table-striped tbody tr td {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #333333;
}
.table.table-striped td,
.table.table-striped th {
  vertical-align: middle;
  border-bottom: 2px solid #f0f7ff;
  border-top: none;
  min-height: 42px;
  height: 42px;
}
.table.table-striped td:last-child,
.table.table-striped th:last-child {
  border: none;
}
.table.table-striped td,
.table.table-striped th {
  border-right: 1px solid #E5E5E5;
}
.table.table-striped td:last-child,
.table.table-striped th:last-child {
  border: none;
}
.table.table-striped * {
  text-align: center;
}
.pagination li:first-child a {
  color: transparent;
  position: relative;
}
.pagination li:first-child a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  color: #9C9CCE;
}
.pagination li:first-child a span {
  display: none;
}
.pagination li:last-child a {
  color: transparent;
  position: relative;
  transform: rotate(180deg);
}
.pagination li:last-child a:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  color: #9C9CCE;
}
.pagination li:last-child a span {
  display: none;
}
.pagination li a {
  width: 26px;
  height: 26px;
  border: 1px solid #9C9CCE;
  border-radius: 50% !important;
  margin: 0 4px;
  background: transparent;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #9C9CCE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination li a:hover,
.pagination li a:focus {
  background: #9C9CCE !important;
  border-color: #9C9CCE !important;
  color: #fff;
  text-decoration: none;
}
.pagination li a:hover:before,
.pagination li a:focus:before {
  background: #9C9CCE !important;
  border-color: #9C9CCE !important;
  color: #fff;
}
.pagination li.active a {
  background: #9C9CCE !important;
  border-color: #9C9CCE !important;
  color: #fff;
}
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  #wrapper {
    max-height: 100vh;
  }
}
#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #wrapper #content-wrapper {
    padding-left: 60px;
  }
}
#wrapper #content-wrapper #content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #F5FAFE;
}
.rating-box {
  border: 1px solid #B9B9C9;
  border-radius: 5px;
  padding: 9px 16px;
  background: #fff;
}
.rating-box .stars-row {
  width: 102px;
  margin: 0 auto;
}
.rating-box .rating-title {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #4C4C4C;
  font-weight: 500;
}
.rating-box .stars-row img {
  width: 15px;
  height: 16px;
}
.counter {
  border-radius: 50px;
  height: 16px;
  min-width: 16px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 8px;
  line-height: 16px;
  color: #FFF;
  background: #F44336;
  border: none;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0;
  border: 1px solid #FFFFFF;
  text-align: center;
  display: inline-block;
}
b,
strong {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
}
.preview-wrap .preview-block {
  margin: 0 0 33px 0;
  max-width: 484px;
}
.preview-wrap .preview-block img {
  width: 246px;
  margin: 39px 0 25px 0;
}
@media (max-width: 767px) {
  .preview-wrap .preview-block img {
    width: 112px;
    height: 112px;
    margin: 0 0 28px 0;
  }
}
.preview-wrap .preview-block .preview-text-b {
  font-weight: 500;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .preview-wrap .preview-block .preview-text-b {
    margin: 0 15px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
}
.preview-wrap .preview-block .preview-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #737373;
}
@media (max-width: 767px) {
  .preview-wrap .preview-block .preview-text {
    margin: 6px 15px 0 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #737373;
  }
}
.preview-wrap .btn-main {
  text-transform: none;
  width: 155px;
}
#lottie-block {
  z-index: 9;
  overflow: hidden;
  position: fixed;
  height: 70px;
  border-radius: 50%;
  width: 70px;
  bottom: 40px !important;
  right: 40px !important;
  background: transparent !important;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  cursor: pointer;
}
@media (max-width: 767px) {
  #lottie-block {
    bottom: 20px !important;
    right: 20px !important;
  }
  #lottie-wrapper #contacts-popup {
    bottom: 102px;
    right: 20px;
  }
}
#lottie-block #contactButton {
  position: absolute;
  left: -214px;
  top: -288px;
  width: 500px;
  height: 500px;
  display: block;
  overflow: hidden;
  text-align: center;
  opacity: 1;
  cursor: pointer;
}
#contactButton > svg > g > g:nth-child(1) > g > path:nth-child(1) {
  fill: transparent;
}
#lottie-wrapper #contacts-btn {
  top: 289px;
  left: 215px;
}
#lottie-wrapper #contacts-btn.contact-button.up {
  background: url('../build/img/chat-icon-btn-close.svg') no-repeat;
}
#lottie-wrapper {
  position: fixed;
  z-index: 99;
  bottom: 40px !important;
  right: 32px !important;
}
@media (max-width: 767px) {
  #lottie-wrapper {
    display: none !important;
  }
}
#lottie-wrapper #contacts-popup {
  position: fixed;
  z-index: 99;
  bottom: 122px;
  right: 40px;
}
#contactButton {
  z-index: 99;
  position: fixed;
  height: 70px;
  width: 70px;
  bottom: 40px !important;
  right: 40px !important;
}
@media (max-width: 767px) {
  #contactButton {
    bottom: 20px !important;
    right: 20px !important;
  }
}
#lottie-wrapper.lottie-wrapper-files {
  bottom: 10px !important;
  right: 20px !important;
}
#lottie-wrapper.lottie-wrapper-files #lottie-block {
  bottom: 10px !important;
  right: 20px !important;
}
#lottie-wrapper.lottie-wrapper-files #contacts-popup {
  bottom: 100px;
  right: 20px;
}
#shadow-element {
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  z-index: 99;
}
.contact-button {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  background: url(../build/img/chat-icon-btn.svg) no-repeat;
}
.contact-button:hover,
.contact-button:active,
.contact-button:focus,
.contact-button:visited {
  color: #fff !important;
}
.main-button {
  -webkit-transition: transform 0.7s;
  transition: transform 0.7s;
  box-shadow: none !important;
}
.main-button.up {
  transform: rotate(720deg);
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  background: url(../build/img/chat-icon-btn-close.svg) no-repeat;
}
.contact-button-out {
  display: none !important;
}
#contacts-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  cursor: pointer;
}
#contacts-popup {
  position: absolute;
  visibility: hidden;
  bottom: 0px;
  left: auto;
  width: 230px;
  right: 0;
  z-index: 98;
  opacity: 0;
  background: #fff;
  -webkit-transition: bottom 0.7s, opacity 0.4s, visibility 0.2s;
  -o-transition: bottom 0.7s, opacity 0.4s, visibility 0.2s;
  transition: bottom 0.7s, opacity 0.4s, visibility 0.2s;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 20px;
  padding: 20px;
}
#contacts-popup:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  background: #fff;
  right: 30px;
  width: 10px;
  height: 10px;
  -webkit-transform: matrix(.71,.59,-0.85,.71,0,0);
  -ms-transform: matrix(.71,.59,-0.85,.71,0,0);
  transform: matrix(.71,.59,-0.85,.71,0,0);
}
#contacts-popup div {
  padding-left: 42px;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
#contacts-popup div a {
  color: #333333;
}
#contacts-popup .messager-icon {
  background: url("../build/img/messenger.svg") no-repeat 0% 50%;
}
#contacts-popup .chat-icon {
  background: url("../build/img/chat-speech-bubbles.svg") no-repeat 0% 50%;
}
#contacts-popup .skype-icon {
  background: url("../build/img/skype.svg") no-repeat 0% 50%;
}
#contacts-popup .email-icon {
  background: url("../build/img/email.svg") no-repeat 0% 50%;
}
#contacts-popup.up {
  opacity: 1;
  visibility: visible;
  width: 230px;
  right: 0;
  left: auto;
  bottom: 86px;
}
#contacts-popup .phone-icon-usa {
  background: url("../build/img/united-states.svg") no-repeat 0% 50%;
  background-size: 25px;
}
#contacts-popup .phone-icon-uk {
  background: url("../build/img/united-kingdom.svg") no-repeat 0% 50%;
  background-size: 25px;
}
#contacts-popup .phone-icon-au {
  background: url("../build/img/australia.svg") no-repeat 0% 50%;
  background-size: 25px;
}
@media (max-width: 1024px) {
  #contacts-popup {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  #contacts-popup div {
    height: 40px;
  }
  #lottie-wrapper #contacts-popup {
    bottom: 102px;
    right: 20px;
  }
  #contacts-popup {
    padding: 5px 20px;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  #lottie-wrapper #contacts-popup {
    width: 320px;
    bottom: 18px;
    right: 110px;
  }
  #contacts-popup div {
    display: inline-flex;
    width: calc(50%);
  }
  .phone-title {
    display: block;
    margin-top: 5px;
    padding-top: 5px;
    width: 100% !important;
  }
  #contacts-popup .phone-icon-usa,
  #contacts-popup .phone-icon-uk,
  #contacts-popup .phone-icon-au {
    display: block;
    padding-top: 8px;
    width: 100% !important;
  }
  #contacts-popup::before {
    bottom: 25px;
    right: -4px;
  }
}
.alert-grey {
  padding: 8px 32px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  background: #B2B2C3;
}
.banner-item {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  padding: 14px 22px 14px 78px;
  margin: 0 0 16px 0;
}
.banner-item .close-banner {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../build/img/icon-close.svg) no-repeat;
  position: absolute;
  right: 12px;
  top: 12px;
}
.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
  max-height: 12px;
  margin-bottom: 0;
}
.rating > label:before {
  position: relative;
  font-size: 12px;
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  background: url(../build/img/Star.png) center center no-repeat transparent;
  background-size: contain;
  background-position: center;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  background: url(../build/img/Star-active.png) center center no-repeat transparent;
  background-size: contain;
}
.icon-question {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../build/img/question-icon.svg) center center no-repeat;
}
.alert-info {
  padding: 15px 15px 15px 68px;
  margin: 0 0 48px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #4C4C4C;
  border-radius: 10px;
  background: #FFF3F3 url(../build/img/alert-info.svg) left 24px top 50% no-repeat;
}
@media (max-width: 767px) {
  .alert-info {
    padding: 10px 10px 10px 38px;
    background: url(../build/img/alert-info.svg) left 12px top 13px no-repeat #FFF3F3;
    background-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
  }
}
.alert-info.alert-info-custom {
  position: relative;
  background: #FFF3F3;
}
.alert-info.alert-info-custom span {
  position: absolute;
  left: 24px;
}
@media (max-width: 767px) {
  .alert-info.alert-info-custom span {
    left: 12px;
    top: 8px;
  }
  .alert-info.alert-info-custom span svg {
    width: 16px;
    height: 16px;
  }
}
.alert-cancelled {
  padding: 15px 15px 15px 68px;
  margin: 0 0 48px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #4C4C4C;
  border-radius: 10px;
  background: #E6E6EF url(../build/img/alert-cancelled.svg) left 24px top 50% no-repeat;
}
.alert-cancelled a {
  color: #4C4C4C;
  text-decoration: underline;
}
.alert-cancelled a:hover,
.alert-cancelled a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .alert-cancelled {
    padding: 10px 10px 10px 38px;
    background: #E6E6EF url(../build/img/alert-cancelled.svg) left 12px top 13px no-repeat;
    background-size: 16px;
    flex-direction: column;
    align-items: flex-start;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
  }
}
.alert-cancelled .btn-custom {
  padding: 3px 15px;
  margin: 0 12px;
  white-space: nowrap;
  height: 30px;
  width: auto;
}
@media (max-width: 767px) {
  .alert-cancelled .btn-custom {
    margin: 12px 0 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
  }
}
.datetimepicker {
  cursor: pointer;
  height: 50px;
  padding: 0 52px 0 10px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  color: #333;
  background: 0 0;
  box-shadow: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.btn-deadline-picker {
  display: flex;
  flex-wrap: wrap;
  margin: 6px -7px 15px;
}
.deadline-button {
  font-size: 11px;
  line-height: 1;
  background: #fff;
  border: 1px solid #e6e6ef;
  border-radius: 5px;
  width: 68px;
  max-width: 68px;
  padding: 0 5px;
  height: 30px;
  margin: 0 1px 8px 0;
  margin-top: 0;
  color: #4C4C4C;
  font-weight: 400;
}
.datetimepicker-confirm {
  background: #42BAEA;
  display: block;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 16px;
  padding: 8px 0;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
#form_change_deadline .bootstrap-datetimepicker-widget .picker-switch td i,
#form_change_deadline .bootstrap-datetimepicker-widget .picker-switch td span {
  color: #fff;
  border-radius: 0;
  height: 40px !important;
  padding-top: 2px;
}
#form_change_deadline .bootstrap-datetimepicker-widget .fa-clock-o {
  position: relative;
}
#form_change_deadline .bootstrap-datetimepicker-widget .fa-clock-o:before {
  content: '';
  background: url(../build/img/clock.svg) no-repeat;
  width: 16px;
  height: 16px;
  margin-left: -20px;
  position: absolute;
  top: calc(50% - 8px);
}
.input-group.date {
  background: #fff;
}
.input-group.date .datetimepicker {
  background: transparent;
  position: relative;
  z-index: 12;
  border-radius: 5px !important;
}
.input-group.date.date-time:after {
  background: #E6E6E6 url("../build/img/datepicker-clock.svg") no-repeat;
  background-position: 50% 50%;
}
.input-group.date.date-time:hover:after,
.input-group.date.date-time:focus:after {
  background: #E6E6E6 url(../build/img/datepicker-clock.svg) no-repeat;
  background-position: 50% 50%;
}
.input-group.date.date-day:hover:after,
.input-group.date.date-day:focus:after {
  background: #E6E6E6 url(../build/img/datapicker-default.svg) 50% 50% no-repeat;
  background-position: 50% 50%;
}
.input-group.date:before {
  width: 48px;
  height: 50px;
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #E6E6EF;
  border-radius: 0px 5px 5px 0px;
  z-index: 9;
}
.input-group.date:after {
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  background: #E6E6E6 url("../build/img/datapicker-default.svg") no-repeat;
  background-position: 50% 50%;
  border-radius: 0px 5px 5px 0px;
  z-index: 9;
}
.input-group.date:hover:after,
.input-group.date:focus:after {
  background: url(../build/img/datapicker.svg) 50% 50% no-repeat, #10A16D;
  background-position: 50% 50%;
}
.input-group-datapicker {
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.input-group-datapicker .form-control:disabled,
.input-group-datapicker .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
  position: relative;
  z-index: 12;
}
.input-group-datapicker input {
  background: #fff;
}
@media (max-width: 767px) {
  .input-group-datapicker {
    margin-bottom: 20px;
  }
}
.input-group-datapicker:before {
  width: 48px;
  height: 50px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E6E6EF;
  border-radius: 0px 5px 5px 0px;
  z-index: 9;
}
.input-group-datapicker:after {
  width: 48px;
  height: 48px;
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  bottom: 1px;
  background: #E6E6E6 url("../build/img/datapicker-default.svg") no-repeat;
  background-position: 50% 50%;
  z-index: 9;
}
.input-group-datapicker:hover:after,
.input-group-datapicker:focus:after {
  background: url(../build/img/datapicker.svg) 50% 50% no-repeat, linear-gradient(180deg, 0,#3A2E60 100%);
  background-position: 50% 50%;
}
.btn-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 14px 0 0;
  background: #fff;
}
span.select2-selection__placeholder {
  color: #D1D1D1 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}
.checkbox-v {
  font-size: 14px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #4C4C4C;
  width: 100%;
  min-width: 80%;
  display: flex;
  border-radius: 10px;
  margin: 0 0 10px 0;
  position: relative;
  min-height: 20px;
}
@media (max-width: 1439px) {
  .checkbox-v {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 767px) {
  .checkbox-v {
    margin: 0 8px 0 0;
  }
}
.checkbox-v.check-active .cr {
  background: url(../build/img/checkmark-active.svg) no-repeat;
  background-size: cover;
}
.checkbox-v label {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  width: 100%;
  margin: 0;
}
.checkbox-v label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .checkbox-v label {
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .checkbox-v label {
    padding: 12px 30px 14px 20px;
  }
}
.checkbox-v .check-t {
  display: table-cell;
  vertical-align: middle;
}
.checkbox-v .check-t.check-text {
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .checkbox-v .check-t.check-text {
    padding-left: 15px;
  }
}
.checkbox-v .cr {
  position: relative;
  display: inline-block;
  background: url(../build/img/checkmark.svg) no-repeat;
  background-size: cover;
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 0;
}
.input-phone-inner {
  position: relative;
}
.input-phone-inner .select2-container {
  left: 0px !important;
}
.input-phone-inner .phone-box {
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
}
.input-phone-inner .select2-selection {
  width: 88px;
  height: 48px;
  visibility: visible;
  box-shadow: none;
  border: none !important;
}
.input-phone-inner .input-control {
  padding-left: 112px;
}
@media (max-width: 1024px) {
  .input-phone-inner .input-control {
    -webkit-overflow-scrolling: touch;
  }
}
.input-phone-inner .input-control #input_phone {
  margin-left: 1px;
}
.input-phone-inner .input-control.select-highlight {
  border: 1px solid #40B9F6;
  box-shadow: 0 0 4px 0 #b8e4fa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.circle-preloader-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99999999;
}
.circle-preloader-wrap .circle-preloader {
  display: block;
  width: 100px;
  height: 100px;
  border: 5px solid #444;
  border-bottom-color: #888;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: spin .75s infinite linear;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.custom-select-block .select2-container--default.select2-container--open .select2-dropdown.actions-dropdown {
  width: 100% !important;
  left: 0 !important;
  background: #FFFFFF;
  border: 1px solid #E5E5E5 !important;
  box-sizing: border-box;
  border-radius: 5px;
}
.custom-select-multiple .select2-selection__choice__remove {
  display: inline-block !important;
}
.custom-select-multiple .select2-container--default .select2-selection .select2-selection__choice,
.custom-select-multiple .select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.filter-single-wrap .select-multiple-wrapper .select-arrow {
  top: 12px !important;
}
.select-multiple-wrapper .select2-container--default .select2-selection {
  height: 100%;
  min-height: 38px;
  padding: 0 33px 0 4px;
}
.tooltip {
  font-family: 'Gotham Pro';
  opacity: 1;
  z-index: 997 !important;
}
.tooltip.show {
  opacity: 1;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  font-weight: 500;
  font-size: 14px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  font-size: 14px !important;
  width: 320px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #333333;
  font-weight: 500 !important;
}
.bootstrap-datetimepicker-widget table th {
  font-weight: 500;
  width: 40px !important;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #737373 !important;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: #E1E1E1 !important;
}
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  background: #91E26D;
  color: #fff;
  margin: 0 !important;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  background: #91E26D;
}
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover {
  color: #fff;
}
.bootstrap-datetimepicker-widget table td.today {
  background: #B2B2C3 !important;
  color: #FFFFFF;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.today:hover {
  color: #333333;
}
.bootstrap-datetimepicker-widget table td.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu::before,
.bootstrap-datetimepicker-widget.dropdown-menu::after {
  display: none !important;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
  background: #91E26D !important;
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  border-radius: 50%;
}
.bootstrap-datetimepicker-widget .datepicker-days .table-condensed {
  overflow: hidden;
  border-collapse: separate !important;
  border-spacing: 0 3px;
}
.bootstrap-datetimepicker-widget .datepicker-days {
  padding: 20px 20px 0;
}
.btn-deadline-picker {
  margin: 16px 0 15px 0;
  display: flex;
  justify-content: center;
}
.deadline-button.deadline-btn-active {
  background: #E6E6EF;
  border: 1px solid #B2B2C3;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline {
  background: #E6E6EF;
  background: #E6E6EF !important;
  border-radius: 0 !important;
  position: relative;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline:before,
.bootstrap-datetimepicker-widget .backgroud_period_deadline:after {
  content: '';
  background: #E6E6EF;
  height: 34px;
  width: 20px;
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
}
.bootstrap-datetimepicker-widget .backgroud_period_deadline:after {
  left: auto;
  right: -20px;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary {
  border-color: #91E26D !important;
  background: #91E26D !important;
  border-radius: 50%;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget .table-condensed tr td:last-child.backgroud_period_deadline {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
.bootstrap-datetimepicker-widget .table-condensed tr td:first-child.backgroud_period_deadline {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}
.bootstrap-datetimepicker-widget .fa-clock-o:after,
.bootstrap-datetimepicker-widget .fa-calendar:after {
  content: "Choose Time";
  font-family: 'Gotham Pro';
  font-size: 14px;
  margin-left: 8px;
  font-weight: 400;
}
.bootstrap-datetimepicker-widget .fa-calendar:after {
  content: "Choose Date";
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  font-weight: 500 !important;
  font-size: 32px !important;
  line-height: unset !important;
}
.bootstrap-datetimepicker-widget .separator {
  font-size: 32px !important;
  vertical-align: unset !important;
  padding-top: 5px !important;
}
.bootstrap-datetimepicker-widget .period-animate {
  display: none;
}
.bootstrap-datetimepicker-widget .timepicker-picker table td {
  vertical-align: top;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary[data-action="togglePeriod"].disabled {
  background: #B2B2C3;
  border-color: #B2B2C3;
  color: #737373;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .datepicker-days {
  padding: 10px 33px 0;
}
.time-left {
  background: #FAFAFA;
  color: #737373;
}
.datepricker-new-addon .btn-deadline-picker {
  flex-wrap: wrap;
  margin: 6px -7px 20px;
}
.datepricker-new-addon .deadline-button {
  margin-top: 8px;
  width: unset;
  max-width: 70px;
  flex: 1;
  white-space: nowrap;
}
.datepricker-new-addon .datetimepicker-confirm {
  background: #14C585;
  display: block;
  text-transform: uppercase;
  color: #FFFFFF !important;
  font-size: 16px;
  padding: 12px 0;
  text-align: center;
  cursor: pointer;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span,
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i {
  background: #91E26D;
  color: #fff;
  border-radius: 0;
  height: 40px !important;
  padding-top: 2px;
  position: relative;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span:hover,
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i:hover {
  background: #85c631;
}
.timepicker .time-left {
  height: 30px;
  line-height: unset;
}
.rate-admin-banner {
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  border: 1px solid #bfd6d3;
  z-index: 100;
  font-weight: 500;
}
@media (min-width: 992px) {
  .rate-admin-banner {
    padding: 0 75px 0 60px;
    height: 86px;
  }
}
@media (max-width: 991px) {
  .rate-admin-banner {
    z-index: 999;
  }
}
.rate-admin-banner .rate-admin-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .rate-admin-banner .rate-admin-items {
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .rate-admin-banner .rate-admin-items {
    padding-bottom: 60px;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
  }
}
.rate-admin-banner .rate_score_text {
  padding: 0 16px;
  min-width: 64px;
  font-size: 12px;
  color: #A3A0A0;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .rate-admin-banner .rate_score_text {
    position: absolute;
    bottom: 30px;
    padding: 0;
  }
  .rate-admin-banner .rate_score_text:first-child {
    left: 0;
  }
  .rate-admin-banner .rate_score_text:last-child {
    right: 0;
  }
}
.rate-admin-banner .rate-admin-btn {
  border-radius: 5px;
  width: 135px;
}
.rate-admin-banner .rate-admin-btn.rate-admin-btn-dis {
  pointer-events: none;
}
.rate-admin-banner .rate-admin-btn.rate-admin-btn-dis span {
  opacity: 0.5;
}
.rate-admin-banner .rate-admin-banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .rate-admin-banner .rate-admin-banner-inner {
    padding: 24px 48px 32px;
  }
}
@media (max-width: 767px) {
  .rate-admin-banner .rate-admin-banner-inner {
    padding: 32px 10px;
  }
}
.rate-admin-banner .rate-emoji-item {
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin: 0 1.5px;
  border: 1px solid #B2B2C3;
  box-sizing: border-box;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.rate-admin-banner .rate-emoji-item.rate-emoji-active {
  background: linear-gradient(180deg, 0%,#42BAEA 100%);
  border-color: #42BAEA;
  color: #fff;
}
@media (max-width: 767px) {
  .rate-admin-banner .rate-emoji-item {
    width: 26px;
  }
}
.rate-admin-banner .hide_rate-admin-banner {
  background: url(../build/img/rate-admin-hide.png) no-repeat 100% 100%;
  position: absolute;
  right: -48px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .rate-admin-banner .hide_rate-admin-banner {
    top: 20px;
    right: 16px;
  }
}
.rate-admin-banner .hide_rate-admin-banner:hover {
  opacity: 0.7;
}
.rate-admin-banner .rate-emoji-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media (max-width: 991px) and (min-width: 768px) {
  .rate-admin-banner .rate-emoji-holder {
    flex-wrap: wrap;
  }
  .rate-admin-banner .rate-emoji-holder .rate-admin-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .rate-admin-banner .rate-emoji-holder {
    justify-content: center;
    flex-direction: column;
    line-height: 23px;
    flex: unset;
  }
  .rate-admin-banner .rate-emoji-holder .rate-admin-text {
    text-align: center;
    max-width: 288px;
  }
}
.rate-admin-banner .rate-second-banner {
  display: none;
  width: 100%;
  text-align: center;
  color: #4C4C4C;
  padding: 0 28px;
  line-height: 23px;
}
.rate-admin-banner .rate-second-banner span {
  color: #42BAEA;
  text-decoration: underline;
  cursor: pointer;
}
.rate-admin-banner .rate-admin_textarea {
  border-width: 1px 0 0;
  border-radius: 0;
  border-color: #8B8B8B;
}
.user-photo {
  padding-right: 18px;
}
@media (max-width: 767px) {
  .user-photo {
    position: absolute;
    right: 0;
  }
}
.user-photo .progress-ring-container {
  margin: 0;
}
.user-photo .progress-ring-container .progress-ring-block {
  width: auto;
  margin-bottom: 0;
  float: none;
}
.user-photo .progress-ring-container .progress-ring-block .progress-ring {
  width: 64px;
  height: 64px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .user-photo .progress-ring-container .progress-ring-block .progress-ring {
    width: 42px;
    height: 42px;
  }
}
.user-photo .progress-ring-container .progress-ring-block .progress-ring .content {
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 2px solid #fff;
  background-size: cover;
}
@media (max-width: 767px) {
  .user-photo .progress-ring-container .progress-ring-block .progress-ring .content {
    width: 36px;
    height: 36px;
  }
}
.user-photo .progress-ring-container .progress-ring-block .progress-ring .content:before {
  content: '';
  background: url(../build/img/welcome-mask.svg) bottom 0px left 4px no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  display: block;
}
.money-reward-wrap .money-reward-img {
  width: 100%;
  max-height: 45px;
  max-width: 45px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -23px;
}
@media (max-width: 767px) {
  .money-reward-wrap .money-reward-img {
    position: absolute;
    left: -5px;
    top: -3px;
    margin-top: 0;
  }
}
.money-reward-wrap .reward__dscr-small {
  color: #8B8B8B;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  margin: 0;
}
.money-reward-wrap .reward__dscr {
  color: #333333;
}
@media (max-width: 767px) {
  .money-reward-wrap .game-wrapper .reward__item {
    padding: 12px 16px;
  }
  .money-reward-wrap .game-wrapper .reward__item .reward__block--right {
    align-self: flex-start;
  }
  .money-reward-wrap .game-wrapper .reward__item .btn-custom {
    max-width: 160px;
    margin: 0;
  }
  .money-reward-wrap .game-wrapper .reward__item .reward__dscr {
    position: absolute;
    bottom: 12px;
    right: 12px;
    max-width: 95px;
    text-align: right;
  }
  .money-reward-wrap .game-wrapper .reward__item .reward__dscr span {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 1365px) {
  .money-reward-wrap .pre-timeline {
    margin-bottom: 35px;
  }
}
.money-reward-progressbar {
  padding: 32px 45px;
  margin-bottom: 50px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  min-height: 170px;
  background: url(../build/img/money-reward-bg.svg) center right -140px no-repeat #fff;
  padding-right: 300px;
}
@media (max-width: 1365px) and (min-width: 992px) {
  .money-reward-progressbar {
    padding-right: 200px;
    background-position: center right -180px;
  }
}
@media (max-width: 1199px) {
  .money-reward-progressbar {
    background-image: none;
    padding-right: 46px;
  }
}
@media (max-width: 991px) {
  .money-reward-progressbar {
    padding-right: 42px;
  }
}
@media (max-width: 767px) {
  .money-reward-progressbar {
    padding: 32px 0;
    margin-left: -15px;
    margin-right: -15px;
    background: #fff;
    position: relative;
  }
}
.money-reward-progressbar .progressbar-wrapper {
  padding: 0px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .money-reward-progressbar .progressbar-wrapper {
    background: transparent;
    margin-bottom: 0;
  }
}
.money-reward-progressbar h2 {
  font-size: 14px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .money-reward-progressbar h2 {
    margin-bottom: 0px;
  }
}
.money-reward-progressbar .progress-block {
  display: flex;
  flex-direction: column;
}
.money-reward-progressbar .progress-block small {
  font-size: 9px;
  color: #4C4C4C;
  position: absolute;
  bottom: calc(100% + 22px);
  left: calc(50% - 10px);
}
.money-reward-progressbar .progress-line li {
  border-top: 4px solid #E6E6EF;
  border-bottom: none;
  color: #B2B2C3;
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li {
    min-width: 120px;
    flex: unset;
  }
}
.money-reward-progressbar .progress-line li span {
  margin-left: 27px;
  margin-top: 30px;
  font-size: 13px;
}
@media (max-width: 1365px) {
  .money-reward-progressbar .progress-line li span {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .money-reward-progressbar .progress-line li span {
    line-height: 16px;
  }
}
.money-reward-progressbar .progress-line li:before {
  width: 30px;
  height: 30px;
  top: -17px;
  border-radius: 50%;
  background-color: #E6E6EF !important;
}
.money-reward-progressbar .progress-line li.level-start-wrap:before {
  background: url(../build/img/money-reward-start.svg) no-repeat center;
}
.money-reward-progressbar .progress-line li.level-2-wrap:before,
.money-reward-progressbar .progress-line li.level-3-wrap:before,
.money-reward-progressbar .progress-line li.level-4-wrap:before {
  background: url(../build/img/money-reward-proc.svg) no-repeat center;
}
.money-reward-progressbar .progress-line li.level-1-wrap:before {
  background: url(../build/img/money-reward-cc.svg) no-repeat center;
}
.money-reward-progressbar .progress-line li.is-active:before,
.money-reward-progressbar .progress-line li.is-complete:before {
  background: linear-gradient(180deg, 0%,#42BAEA 100%);
}
.money-reward-progressbar .progress-line li.is-active:after,
.money-reward-progressbar .progress-line li.is-complete:after {
  border-top: 4px solid ;
  top: -4px;
  bottom: auto;
}
.money-reward-progressbar .progress-line li.is-active.level-start-wrap:before,
.money-reward-progressbar .progress-line li.is-complete.level-start-wrap:before {
  background: url(../build/img/money-reward-start.svg) no-repeat center, linear-gradient(180deg, 0%,#42BAEA 100%);
}
.money-reward-progressbar .progress-line li.is-active.level-1-wrap:before,
.money-reward-progressbar .progress-line li.is-complete.level-1-wrap:before {
  background: url(../build/img/money-reward-cc.svg) no-repeat center, linear-gradient(180deg, 0%,#42BAEA 100%);
}
.money-reward-progressbar .progress-line li.is-active.level-2-wrap:before,
.money-reward-progressbar .progress-line li.is-complete.level-2-wrap:before {
  background: url(../build/img/money-reward-proc.svg) no-repeat center, linear-gradient(180deg, 0%,#42BAEA 100%);
}
.money-reward-progressbar .progress-line li.is-active.level-3-wrap:before,
.money-reward-progressbar .progress-line li.is-complete.level-3-wrap:before {
  background: url(../build/img/money-reward-proc.svg) no-repeat center, linear-gradient(180deg, 0%,#42BAEA 100%);
}
.money-reward-progressbar .progress-line li.is-active.level-4-wrap:before,
.money-reward-progressbar .progress-line li.is-complete.level-4-wrap:before {
  background: url(../build/img/money-reward-proc.svg) no-repeat center, linear-gradient(180deg, 0%,#42BAEA 100%);
}
.money-reward-progressbar .progress-line li.is-complete {
  color: #4C4C4C;
}
.money-reward-progressbar .progress-line li:first-child small {
  margin-left: 0px !important;
  left: 0;
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li:first-child span {
    margin-left: calc(50% - 20px);
    color: initial;
  }
}
.money-reward-progressbar .progress-line li:last-child {
  text-align: center;
}
.money-reward-progressbar .progress-line li:last-child small {
  left: auto;
  right: -5px;
}
.money-reward-progressbar .progress-line li:last-child span {
  position: absolute !important;
  left: 0 !important;
  right: -50px !important;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .money-reward-progressbar .progress-line li:last-child span {
    right: -30px !important;
  }
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line {
    padding-top: 30px;
    margin: 0;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.money-reward-progressbar .progress-line .is-active .progress-block:before {
  width: 34px;
  right: -4px;
  top: -13px;
  bottom: auto;
  background-position: center right;
  background-size: contain;
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li:first-child {
    flex: 2;
  }
  .money-reward-progressbar .progress-line li:first-child:before {
    left: 40%;
  }
}
.money-reward-progressbar .progress-line li:first-child small {
  margin-left: -6px !important;
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li:first-child small {
    margin-left: calc(50% - 18px) !important;
  }
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li:last-child {
    flex: 2;
  }
  .money-reward-progressbar .progress-line li:last-child:before {
    right: 40%;
  }
}
.money-reward-progressbar .progress-line li:last-child span {
  width: auto;
  display: block;
  position: relative;
  left: 7px;
}
@media (min-width: 1365px) {
  .money-reward-progressbar .progress-line li:last-child span {
    margin-left: 0px;
    text-align: right;
    padding-right: 43px;
  }
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li:last-child span {
    right: 27px !important;
  }
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li:last-child small {
    margin-right: calc(50% - 22px) !important;
  }
}
@media (max-width: 767px) {
  .money-reward-progressbar .progress-line li.is-active {
    color: #4C4C4C;
  }
}
@media (max-width: 767px) {
  .month-orders-count {
    position: absolute;
    bottom: 15px;
  }
}
#discount-page .tab-link .counter {
  right: -5px;
}
@media (max-width: 767px) {
  #discount-page .tab-link .counter {
    right: auto;
    left: auto;
  }
}
#discount-page .tab-link .icon-gift {
  display: block;
}
#callback-float-btn .float-btn.lottie-wrapper-files {
  bottom: 10px !important;
  right: 20px !important;
}
#callback-float-btn.opened .lottie-wrapper-files .float-btn--inner-dropdown {
  bottom: 100px;
  right: 20px;
}
.independenceday-bnr {
  background: url(../build/img/independenceday-bg.svg) top -144px left -194px no-repeat, linear-gradient(180deg,#231E33 0%,#522359 100%);
  min-height: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 0 25px 40px 33px;
  border-radius: 10px;
  display: flex;
}
@media (max-width: 1199px) {
  .independenceday-bnr {
    margin: 0 5px 25px;
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .independenceday-bnr {
    font-size: 12px;
    padding: 14px 20px;
    margin: 0 0px 30px;
    background-position: center;
  }
}
@media (min-width: 768px) {
  .independenceday-bnr {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .independenceday-bnr {
    margin-left: 40px;
  }
}
.independenceday-bnr:before {
  content: '';
  width: 280px;
  height: 100%;
  position: absolute;
  left: -20px;
  background: url(../build/img/independenceday-flag.svg) no-repeat;
  z-index: 0;
}
@media (max-width: 1199px) {
  .independenceday-bnr:before {
    left: 0px;
    background: url(../build/img/independenceday-flag-md.svg) no-repeat;
    background-size: contain;
    width: 210px;
  }
}
@media (max-width: 767px) {
  .independenceday-bnr:before {
    width: 75px;
  }
}
.independenceday-bnr:after {
  content: '';
  width: 500px;
  height: 500px;
  position: absolute;
  right: -145px;
  background: url(../build/img/independenceday-bg-after.svg) no-repeat top left;
  z-index: 0;
  top: -20px;
}
@media (max-width: 991px) {
  .independenceday-bnr:after {
    right: -258px;
    top: -20px;
  }
}
.independenceday-bnr-inner {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  max-width: 70%;
  flex: 1;
  z-index: 1;
}
@media (min-width: 992px) {
  .independenceday-bnr-inner {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .independenceday-bnr-inner {
    flex-direction: column;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .independenceday-bnr-inner {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .independenceday-bnr-inner {
    max-width: 100%;
  }
}
.independenceday-bnr-body {
  line-height: 23px;
  position: relative;
  padding-right: 105px;
}
@media (max-width: 991px) {
  .independenceday-bnr-body {
    line-height: 20px;
  }
}
.independenceday-bnr-body:after {
  content: '';
  display: inline-block;
  background: url(../build/img/independenceday-bg-inner.svg) no-repeat;
  background-size: contain;
  width: 70px;
  height: 93px;
  position: absolute;
  top: -17px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .independenceday-bnr-body:after {
    top: auto;
    bottom: -55px;
  }
}
@media (max-width: 767px) {
  .independenceday-bnr-body:after {
    right: -20px;
  }
}
.independenceday-bnr strong {
  font-size: 18px;
  white-space: nowrap;
}
.independenceday-bnr strong span {
  background: -webkit-linear-gradient(#15AE9B,#11BAFD);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.independenceday-bnr .btn {
  border-radius: 50px;
  max-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F6F6F6;
  font-weight: 500;
  font-size: 12px;
  width: 112px;
  border: none;
}
.independenceday-btn-order {
  background: linear-gradient(270deg,#15AE9B 0%,#11BAFD 100%);
  margin-right: 10px;
}
.independenceday-btn-dismiss {
  background: #fff;
  color: #42BAEA !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .independenceday-bnr:before {
    width: 215px;
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .independenceday-bnr-body {
    padding-right: 0px;
  }
  .independenceday-bnr-btns {
    margin-top: 5px;
  }
  .independenceday-bnr .btn {
    width: 90px;
    padding: 0;
    font-size: 10px;
    height: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .independenceday-bnr {
    background-position: top right -255px;
  }
}
@media (max-width: 767px) {
  .independenceday-bnr strong {
    font-size: 16px;
  }
  .independenceday-bnr-body {
    line-height: 18px;
  }
  .independenceday-bnr .btn {
    height: 22px;
    font-size: 10px;
    font-weight: 400;
    padding: 0;
  }
  .independenceday-bnr-inner {
    font-size: 12px;
  }
  .independenceday-btn-order {
    margin-right: 12px;
  }
  .independenceday-bnr ~ .row .mounth-banner {
    margin-top: 0 !important;
  }
}
.package_course-tooltip {
  background: #2F80ED;
  color: #fff;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.05);
  border-radius: 4px;
  position: fixed;
  left: 235px;
  margin-top: -18px;
  width: 292px;
  text-align: left;
  z-index: 10;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package_course-tooltip {
    position: absolute;
    left: auto;
    top: 75px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .package_course-tooltip {
    display: none;
    left: calc(50% - 146px);
    top: 120px;
  }
}
.package_course-tooltip .package_tooltip-inner {
  position: relative;
  padding: 20px 20px 12px;
  line-height: 20px;
}
.package_course-tooltip .package_tooltip-inner:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #2F80ED;
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
}
@media (max-width: 991px) and (min-width: 768px) {
  .package_course-tooltip .package_tooltip-inner:before {
    border-bottom: 10px solid #2F80ED;
    border-left: 10px solid transparent;
    position: absolute;
    left: calc(50% - 10px);
    top: -20px;
    border-right: 10px solid transparent;
  }
}
@media (max-width: 767px) {
  .package_course-tooltip .package_tooltip-inner:before {
    display: none;
  }
}
.package_course-tooltip .package_tooltip-badge {
  background: #F9B32E;
  color: #fff;
  font-weight: 500;
  padding: 0px 7px;
  border-radius: 2px;
  margin-bottom: 16px;
}
.package_tooltip-btns {
  padding-top: 12px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .package_course-box {
    position: relative;
  }
}
@media (max-width: 767px) {
  .package-tooltip-shown {
    position: fixed;
    overflow: hidden;
  }
  .package-tooltip-shown:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    outline: 0;
    transition: opacity .15s linear;
    background: rgba(51,51,51,0.2);
  }
}
.order_probability_banner {
  background-size: cover;
  padding: 0 25px 47px;
}
.hidden_block {
  display: none;
}
.banner_to_top {
  position: relative;
  width: 100%;
  background: url(../build/img/banner/bg.svg), #522359;
  border-radius: 10px;
  font-family: "Gotham Pro", sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 4px 20px 4px 92px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 50px;
}
.banner_to_top p {
  color: #fff;
  margin: 0;
  font-weight: 100;
  line-height: 18px;
  font-size: 14px;
  margin-right: 25px;
}
.banner_to_top p span {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}
.banner_to_top a {
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  border-radius: 50px;
  color: #F6F6F6;
  font-size: 12px;
  text-decoration: none;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  max-height: 30px;
  display: block;
  height: 30px;
  width: 120px;
  text-align: center;
  line-height: 31px;
}
.banner_to_top .banner_close {
  cursor: pointer;
  margin-left: 12px;
}
.banner_to_top .right_part_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.banner_to_top .mob_img {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner_to_top .banner_close {
  background-image: url(../build/img/banner/ic_close.svg);
  width: 26px;
  height: 26px;
}
.order_probability_banner_3_43805 .banner_to_top {
  background: url(../build/img/banner/order_probability_banner_3_43805_bg.svg), #522359;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.order_probability_banner_3_43805 p {
  text-align: center;
  margin: 0;
  width: 90%;
  padding-left: 110px;
}
.order_probability_banner_3_43805 p span {
  display: block;
}
.order_probability_banner_3_43805 .banner_top_img_wrp {
  position: absolute;
  left: 50px;
}
.order_probability_banner_3_43805 a {
  width: 160px;
  margin-right: 40px;
}
.order_probability_banner_2_43805 .banner_to_top {
  background: url(../build/img/banner/order_probability_banner_2_43805_bg.svg), #522359;
  background-repeat: no-repeat;
  padding: 4px 20px 4px 120px;
  background-position: right;
}
.order_probability_banner_2_43805 .banner_top_img_wrp {
  position: absolute;
  left: 30px;
}
@media (max-width: 767px) {
  .banner_top_wrp.banner_top_wrp_earn {
    padding: 0 15px;
  }
  .banner_top_wrp.banner_top_wrp_earn .banner_to_top {
    border-radius: 10px;
  }
}
.order_probability_banner_2_43805.order_earn_banner,
.order_probability_banner_2_43805.type_of_paper_banner {
  position: relative;
}
.order_probability_banner_2_43805.order_earn_banner:before,
.order_probability_banner_2_43805.type_of_paper_banner:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 118px;
  height: 129px;
  right: 127px;
  bottom: 22px;
  background: url(../build/img/banner/order_earn_banner_pic.svg);
  background-size: cover;
  z-index: 9;
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.order_earn_banner:before,
  .order_probability_banner_2_43805.type_of_paper_banner:before {
    right: 73px;
    top: -41px;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.order_earn_banner:before,
  .order_probability_banner_2_43805.type_of_paper_banner:before {
    display: none;
  }
}
.order_probability_banner_2_43805.order_earn_banner .banner__inner,
.order_probability_banner_2_43805.type_of_paper_banner .banner__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.order_earn_banner .banner__inner,
  .order_probability_banner_2_43805.type_of_paper_banner .banner__inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 8px 0 0 0;
  }
}
.order_probability_banner_2_43805.order_earn_banner .button-block,
.order_probability_banner_2_43805.type_of_paper_banner .button-block {
  display: flex;
  width: 472px;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.order_earn_banner .button-block,
  .order_probability_banner_2_43805.type_of_paper_banner .button-block {
    margin: 8px 0;
  }
}
.order_probability_banner_2_43805.order_earn_banner .got_it,
.order_probability_banner_2_43805.type_of_paper_banner .got_it {
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  border-radius: 50px;
  width: 112px;
  height: 30px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #F6F6F6;
  border-radius: 50px;
  border: none;
}
.order_probability_banner_2_43805.order_earn_banner .not_interested,
.order_probability_banner_2_43805.type_of_paper_banner .not_interested {
  width: 112px;
  height: 30px;
  margin-right: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #392E66;
  border-radius: 50px;
  border: none;
}
.order_probability_banner_2_43805.order_earn_banner .banner_to_top,
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top {
  position: relative;
  background: url(../build/img/banner/order_earn_banner.svg), #522359;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 60px;
  padding: 4px 20px 4px 160px;
}
.order_probability_banner_2_43805.order_earn_banner .banner_to_top p,
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top p {
  text-align: left !important;
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top p,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top p {
    max-width: 180px;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 130%;
  }
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top p span,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top p span {
    white-space: nowrap;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    margin: 4px 0;
    display: inline-block;
  }
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top {
    padding: 4px 20px 4px 113px;
    background: url(../build/img/banner/order_earn_banner_tablet.svg), #522359;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top .right_part_banner,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .right_part_banner {
    display: none;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top {
    padding: 9px 20px 0 20px;
    background: url(../build/img/banner/order_earn_banner_mobile.svg), #522359;
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 77px;
    align-items: flex-start;
  }
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top .banner_top_img_wrp,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner_top_img_wrp {
    display: none;
  }
}
.order_probability_banner_2_43805.order_earn_banner .banner_to_top:before,
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 7px;
  width: 13px;
  height: 12px;
  bottom: 22px;
  background: url(../build/img/banner/order_earn_banner_star_left.svg);
  background-size: cover;
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top:before,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:before {
    left: 4px;
    top: 5px;
  }
}
.order_probability_banner_2_43805.order_earn_banner .banner_to_top:after,
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: 103px;
  top: 7px;
  bottom: 22px;
  background: url(../build/img/banner/order_earn_banner_right.svg);
  background-size: cover;
}
@media (max-width: 1199px) {
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top:after,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:after {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.order_earn_banner .banner_to_top:after,
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:after {
    right: 11px;
    top: 7px;
  }
}
.order_probability_banner_2_43805.type_of_paper_banner:before {
  right: 400px;
  bottom: -1px;
  top: initial;
  background: url(../build/img/banner/banner-type-of-paper.svg) no-repeat;
}
@media (max-width: 1600px) and (min-width: 1281px) {
  .order_probability_banner_2_43805.type_of_paper_banner:before {
    right: 353px;
  }
}
@media (max-width: 1280px) {
  .order_probability_banner_2_43805.type_of_paper_banner:before {
    display: none;
  }
}
.order_probability_banner_2_43805.type_of_paper_banner .banner_top_img_wrp {
  left: 35px;
}
.order_probability_banner_2_43805.type_of_paper_banner .button-block {
  justify-content: flex-end;
  width: initial;
}
.order_probability_banner_2_43805.type_of_paper_banner .button-block .not_interested {
  background: #fff;
}
.order_probability_banner_2_43805.type_of_paper_banner .button-block .got_it,
.order_probability_banner_2_43805.type_of_paper_banner .button-block .not_interested {
  padding: 0;
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.type_of_paper_banner .button-block .got_it,
  .order_probability_banner_2_43805.type_of_paper_banner .button-block .not_interested {
    width: 90px;
    font-weight: 500;
    font-size: 10px;
    line-height: 100%;
  }
  .order_probability_banner_2_43805.type_of_paper_banner .button-block .not_interested {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .order_probability_banner_2_43805.type_of_paper_banner .button-block .got_it,
  .order_probability_banner_2_43805.type_of_paper_banner .button-block .not_interested {
    height: 24px;
  }
}
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top {
  min-height: 81px;
  padding: 4px 20px 4px 111px;
  background: url(../build/img/banner/banner-type-of-paper-bg.svg), #522359;
  background-size: cover;
  background-position: 5px 0;
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top {
    padding: 4px 20px 4px 93px;
    background: url(../build/img/banner/banner-type-of-paper-bg_tab.svg), #522359;
    background-size: cover;
    background-position: 0 0;
  }
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner_top_img_wrp {
    left: 24px;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top {
    background: url(../build/img/banner/banner-type-of-paper-bg_mob.svg), #522359;
    background-size: cover;
    background-position: 0 0;
    padding: 11px 19px 4px 19px;
    border-radius: 10px;
  }
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner_top_img_wrp {
    display: block;
    left: initial !important;
    top: initial;
    right: 11px;
    bottom: 7px;
    transform: none;
  }
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner_top_img_wrp img {
    width: 36px;
    height: 36px;
  }
}
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:after {
  display: none;
}
@media (max-width: 1024px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top:after {
    display: block;
  }
}
@media (max-width: 1400px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p {
    max-width: 100%;
  }
}
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p span {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  white-space: normal !important;
}
@media (min-width: 991px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p span {
    display: block;
  }
}
@media (max-width: 1401px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p span {
    font-size: 10px;
  }
}
.order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p span.title {
  display: block;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
}
@media (max-width: 1401px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p span.title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .order_probability_banner_2_43805.type_of_paper_banner .banner_to_top .banner__inner p span.title {
    font-size: 12px;
  }
}
.orders_banner_type_5_task_36926 .banner_to_top {
  background: url(../build/img/banner/orders_banner_type_5_task_36926_bg.svg), #E6E6EF;
  background-repeat: no-repeat;
  height: 70px;
  position: relative;
}
.orders_banner_type_5_task_36926 .banner_to_top:before {
  content: "";
}
.orders_banner_type_5_task_36926 .banner_to_top p {
  color: #333333;
  font-size: 16px;
  width: 65%;
  text-align: center;
  padding-left: 100px;
  margin: 0;
}
.orders_banner_type_5_task_36926 .banner_to_top p span {
  color: #64307C;
}
.orders_banner_type_5_task_36926 .banner_to_top p span:first-child {
  color: #333;
}
ul.banner_clock {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  padding-top: 5px;
  position: relative;
  margin-right: 15px;
}
ul.banner_clock:after {
  content: "";
  width: 30px;
  height: 51px;
  display: block;
  position: absolute;
  right: -14px;
  background-image: url("../build/img/banner/paper_helper_counter-men_banner.svg");
  z-index: 1;
}
ul.banner_clock li {
  margin: 0 6px;
  color: #392E66;
  font-family: Digital, sans-serif;
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  ul.banner_clock li.times_seconds {
    display: block !important;
  }
}
ul.banner_clock li span {
  min-width: 29px;
  min-height: 36px;
  line-height: 36px;
  margin-right: 8px;
  text-align: center;
  background: #F5F9FC;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
ul.banner_clock li span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 34px;
  background: linear-gradient(180deg,#C4C4C4 0%,rgba(196,196,196,0) 40%);
  opacity: 0.5;
  display: block;
  z-index: -1;
}
ul.banner_clock li .time_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.banner_clock li p.time_desc {
  color: #392E66;
  font-family: Digital, sans-serif;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  width: 100%;
}
.banner_top_wrp .orders_banner_type_5_task_36926 .banner_close {
  background-image: url(../build/img/banner/orders_banner_type_5_task_36926_close.svg);
  opacity: 0.5;
}
.banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top {
  background: #E6E6EF;
  position: relative;
  height: 70px;
  overflow: hidden;
  padding-left: 250px;
}
.banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top:before {
  content: "";
  width: 210px;
  height: 70px;
  position: absolute;
  display: block;
  left: 0;
  background-image: url("../build/img/banner/orders_banner_type_6_task_36926_bg.svg");
}
.orders_banner_type_6_task_36926 .banner_to_top p {
  color: #333333;
  font-size: 16px;
}
.orders_banner_type_6_task_36926 .banner_to_top p span {
  color: #64307C;
}
.orders_banner_type_6_task_36926 .banner_to_top p span:first-child {
  color: #333;
}
.banner_top_wrp .orders_banner_type_6_task_36926 .banner_close {
  background-image: url(../build/img/banner/orders_banner_type_5_task_36926_close.svg);
  opacity: 0.5;
  margin-top: -15px;
}
.banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top {
  background: url(../build/img/banner/orders_banner_type_3_task_36926_bg.svg), #E6E6EF;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 70px;
  overflow: hidden;
}
.banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:before {
  content: "";
  width: 220px;
  height: 70px;
  position: absolute;
  display: block;
  left: 0;
  background-image: url("../build/img/banner/orders_banner_type_3_task_36926_left_bg.svg");
}
.banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:after {
  content: "";
  width: 238px;
  height: 70px;
  position: absolute;
  display: block;
  right: 0;
  background-image: url("../build/img/banner/orders_banner_type_3_task_36926_right_bg.svg");
}
.banner_top_wrp .orders_banner_type_3_task_36926 .banner_top_img_wrp {
  z-index: 1;
  position: absolute;
  left: 76px;
}
.banner_top_wrp .orders_banner_type_3_task_36926 .banner_top_img_wrp img {
  width: 50px;
}
.banner_top_wrp .orders_banner_type_3_task_36926 .right_part_banner {
  z-index: 1;
}
.banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p {
  font-size: 16px;
  color: #333;
  padding-left: 158px;
}
.orders_banner_type_4_task_36926 .banner_top_img_wrp {
  top: -16px;
  left: 36px !important;
}
.orders_banner_type_4_task_36926 .banner_top_img_wrp img {
  width: 275px !important;
}
.mob_rocket {
  display: none;
}
.orders_banner_event_2_task_38354 .banner_to_top {
  position: relative;
  height: 70px;
  overflow: hidden;
}
.orders_banner_event_2_task_38354 .banner_to_top:after {
  content: "";
  width: 321px;
  background-image: url("../build/img/banner/orders_banner_event_2_task_38354_right_bg.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  height: 70px;
}
.orders_banner_event_2_task_38354 .banner_to_top:before {
  content: "";
  width: 321px;
  background-image: url("../build/img/banner/orders_banner_event_2_task_38354_left_bg.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 52px;
}
.orders_banner_event_2_task_38354 .banner_to_top {
  overflow: hidden;
  background: url("../build/img/banner/orders_banner_event_2_task_38354_bg.svg"), #522359;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.orders_banner_event_2_task_38354 .banner_top_img_wrp {
  position: absolute;
  z-index: 1;
  top: -16px;
  left: 120px;
}
.banner_top_wrp .orders_banner_event_2_task_38354 p {
  text-align: center;
  width: 62%;
  margin: auto;
  font-size: 16px;
  line-height: 26px;
}
.orders_banner_event_2_task_38354.orders_banner_event_task_38354:before {
  display: none;
}
.orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_top_img_wrp {
  top: -20px;
  left: 55px;
}
.orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_to_top:before {
  display: none;
}
#have_unpaid_order_modal .modal-dialog {
  min-width: 560px;
  min-height: 460px;
}
#have_unpaid_order_modal .modal-dialog {
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
}
#have_unpaid_order_modal .modal-dialog .modal-content {
  background: url("../build/img/banner/popup_you_have_an_unpaid_order_task_34054_bg.svg"), #522359;
  min-height: 460px;
  border-radius: 20px;
  padding: 62px 55px 25px 55px;
  font-family: Gotham Pro, sans-serif;
  color: #FFFFFF;
}
#have_unpaid_order_modal .modal-dialog .modal-content p {
  font-weight: 100;
  font-family: Gotham Pro, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  text-align: left;
}
#have_unpaid_order_modal .modal-dialog .modal-content p span {
  font-weight: 600;
}
#have_unpaid_order_modal .modal-dialog .modal-content .show_mobile {
  display: none;
}
#have_unpaid_order_modal .modal-dialog .second_slide .modal-content {
  background: url("../build/img/banner/popup_you_have_an_unpaid_order_task_34054_bg_two_slide.svg"), #522359;
}
#have_unpaid_order_modal .modal-dialog .modal-header {
  padding: 0;
  border: none;
}
#have_unpaid_order_modal .modal-dialog .modal-header .modal-title {
  border: none;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  line-height: 50px;
  margin-bottom: 8px;
}
#have_unpaid_order_modal .modal-dialog .modal-header .close {
  position: absolute;
  top: 25px;
  right: 34px;
  opacity: 1;
}
#have_unpaid_order_modal .modal-dialog .modal-header .close:before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  transform: rotate(-45deg);
}
#have_unpaid_order_modal .modal-dialog .modal-header .close:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 5px;
  transform: matrix(-0.71,-0.71,-0.71,0.71,0,0);
}
#have_unpaid_order_modal .modal-dialog .modal-body {
  padding: 0;
  max-height: 220px;
}
#have_unpaid_order_modal .modal-dialog .modal-footer {
  padding: 0;
  border: none;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#have_unpaid_order_modal .modal-dialog .modal-footer .btn {
  font-family: Gotham Pro, sans-serif;
  font-size: 14px;
}
#have_unpaid_order_modal .modal-dialog .modal-footer .btn.btn-secondary {
  min-width: 212px;
  min-height: 40px;
  background: transparent;
  border-radius: 50px;
  border: 1px solid #ddd;
}
#have_unpaid_order_modal .modal-dialog .modal-footer .btn.btn-primary {
  border-radius: 50px;
  min-width: 212px;
  min-height: 40px;
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  color: #fff;
  border: none;
}
#have_unpaid_order_modal .modal-dialog .label_wrp {
  width: 193px;
  margin: auto;
  margin-top: 35px;
}
#have_unpaid_order_modal .modal-dialog .label_wrp input {
  position: absolute;
}
#have_unpaid_order_modal .modal-dialog label#never_remind_wrp {
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#have_unpaid_order_modal .modal-dialog label#never_remind_wrp:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #63368a;
  position: absolute;
  left: 0;
  top: -1px;
}
#have_unpaid_order_modal .modal-dialog label#never_remind_wrp:after {
  content: '';
  width: 10px;
  height: 8px;
  background-image: url("../build/img/banner/modal_check_ico.svg");
  position: absolute;
  left: 3.3px;
  top: 3px;
  opacity: 0;
}
#have_unpaid_order_modal .modal-dialog label#never_remind_wrp span {
  padding-left: 19px;
}
#have_unpaid_order_modal .modal-dialog .label_wrp input:checked + label:before {
  background: #fff !important;
}
#have_unpaid_order_modal .modal-dialog .label_wrp input:checked + label:after {
  opacity: 1 !important;
}
#settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner {
  width: 100%;
}
#settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner:nth-child(1) {
  margin-right: 5px;
}
#settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner:nth-child(2) {
  margin-left: 5px;
}
#have_unpaid_order_modal .modal-dialog .second_slide .modal-body {
  max-height: 175px;
}
#have_unpaid_order_modal .modal-dialog .second_slide .modal-title {
  width: 100%;
}
#have_unpaid_order_modal .modal-dialog .second_slide p {
  text-align: center;
}
#have_unpaid_order_modal .modal-dialog .second_slide button.close_modal_window {
  margin: auto;
  max-width: 144px;
  display: block;
  height: 40px;
  width: 144px;
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  border-radius: 50px;
  border: none;
  color: #fff;
  position: relative;
}
#have_unpaid_order_modal .modal-dialog .second_slide button.close_modal_window:before {
  content: '';
  width: 109px;
  height: 73px;
  position: absolute;
  display: block;
  background-image: url("../build/img/banner/img-UFO.svg");
  background-repeat: no-repeat;
  top: -68px;
  left: 12%;
}
.preferense-item__phone {
  margin-top: 50px;
}
.no_select {
  color: #BABABA !important;
}
@media (min-width: 1200px) {
  .preferense-item-email_all .preferense-item__name {
    margin-top: 9px;
  }
}
@media (max-width: 1200px) {
  .banner_to_top p {
    margin-right: 10px;
  }
}
@media (min-width: 1074px) and (max-width: 1083px) {
  .banner_to_top p {
    margin: 14px 0;
  }
}
@media (min-width: 768px) and (max-width: 1083px) {
  .banner_to_top p {
    margin: 0;
    margin-right: 10px;
  }
  .order_probability_banner_2_43805 p {
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .banner_top_wrp .orders_banner_event_2_task_38354 p {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .order_probability_banner_3_43805 p {
    padding-left: 47px;
  }
  .orders_banner_type_5_task_36926 .banner_to_top {
    background-position: bottom;
  }
  .orders_banner_type_5_task_36926 .banner_to_top p {
    padding-left: 37px;
    width: 55%;
    font-size: 14px;
  }
  .orders_banner_type_5_task_36926 .banner_to_top p br {
    display: none;
  }
  ul.banner_clock li {
    margin: 0 3px;
  }
  ul.banner_clock li.times_seconds {
    display: none;
  }
  .orders_banner_type_6_task_36926 .banner_to_top p br {
    display: none;
  }
  .orders_banner_type_6_task_36926 .banner_to_top p {
    font-size: 14px;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top {
    padding-left: 116px;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top:before {
    left: -101px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p {
    font-size: 14px;
    padding-left: 50px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p br {
    display: none;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:before {
    left: -75px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_top_img_wrp {
    left: 35px;
  }
  .orders_banner_event_2_task_38354 .banner_to_top {
    height: auto;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:after {
    right: -48px;
  }
  .banner_top_wrp .orders_banner_event_2_task_38354 p {
    font-size: 14px;
    line-height: 18px;
    width: 72%;
  }
  .orders_banner_event_2_task_38354 .banner_to_top:before {
    left: -60px;
  }
  .orders_banner_event_2_task_38354 .banner_to_top:after {
    right: -75px;
  }
  .orders_banner_event_2_task_38354 .banner_top_img_wrp {
    left: 39px;
  }
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_top_img_wrp {
    left: 38px;
    top: -28px;
  }
}
@media (min-width: 1136px) and (max-width: 1199px) {
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_top_img_wrp {
    top: -40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .order_probability_banner {
    padding: 0 0 47px;
  }
  ul.banner_clock {
    margin-right: 0;
  }
  ul.banner_clock li {
    margin: 0 3px;
  }
  ul.banner_clock li.times_seconds {
    display: none;
  }
  ul.banner_clock:after {
    right: -14px;
  }
  .orders_banner_type_5_task_36926 .banner_to_top p {
    padding-left: 80px;
    max-height: 425px;
    font-size: 14px;
  }
  .orders_banner_type_6_task_36926 .banner_to_top p {
    font-size: 14px;
  }
  .orders_banner_type_5_task_36926 .banner_to_top p br {
    display: none;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_top_img_wrp {
    left: 19px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:before {
    left: -68px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:after {
    right: -50px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p {
    font-size: 14px;
    text-align: center;
    padding-left: 30px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p br {
    display: none;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p span {
    display: block;
  }
  .orders_banner_type_4_task_36926 .banner_top_img_wrp img {
    width: 195px !important;
  }
  .banner_top_wrp .orders_banner_type_4_task_36926 .banner_top_img_wrp {
    top: 9px;
    left: 3px !important;
  }
  .orders_banner_event_2_task_38354 .banner_to_top:before {
    left: -55px;
  }
  .orders_banner_event_2_task_38354 .banner_top_img_wrp {
    top: -16px;
    left: 25px;
  }
  .orders_banner_event_2_task_38354 .banner_to_top:after {
    right: -36px;
  }
  .banner_top_wrp .orders_banner_event_2_task_38354 p {
    width: 68%;
    font-size: 14px;
    line-height: 18px;
  }
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_top_img_wrp {
    left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 933px) {
  .orders_banner_type_5_task_36926 .banner_to_top {
    background-position: 60% 0;
  }
}
@media (min-width: 768px) and (max-width: 859px) {
  .orders_banner_type_6_task_36926 .banner_to_top p br {
    display: none;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top {
    padding-left: 170px;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top:before {
    left: -55px;
  }
}
@media (max-width: 767px) {
  .banner_top_wrp {
    padding: 0;
  }
  .order_probability_banner {
    background-size: cover;
    padding: 0 0 47px;
  }
  .banner_to_top .mob_img {
    display: block;
  }
  .banner_to_top {
    padding: 11px 20px 11px 20px;
    background: url(../build/img/banner/mob_bg.svg), #522359;
    background-repeat: no-repeat;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0;
    background-size: cover;
    background-position: bottom;
  }
  .banner_to_top p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    padding-right: 25px;
  }
  .banner_to_top .right_part_banner {
    margin-top: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
  }
  .banner_to_top .banner_close {
    position: absolute;
    top: 7px;
    right: 9px;
  }
  .order_probability_banner_3_43805 .banner_top_img_wrp {
    right: 12px;
    left: auto;
    bottom: 22px;
  }
  .order_probability_banner_3_43805 .banner_top_img_wrp img {
    width: 50px;
    transform: rotate(180deg);
  }
  .order_probability_banner_3_43805 p {
    width: 100%;
    padding: 0;
    text-align: left;
    padding-right: 20px;
  }
  .order_probability_banner_3_43805 a {
    width: 170px;
  }
  .order_probability_banner_3_43805 .banner_to_top {
    background: url(../build/img/banner/order_probability_banner_3_43805_mob_bg.svg), #522359;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .order_probability_banner_2_43805 .banner_to_top {
    padding: 11px 20px 11px 20px;
    background: url(../build/img/banner/order_probability_banner_3_43805_mob_bg.svg), #522359;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .order_probability_banner_2_43805 .banner_top_img_wrp {
    left: auto;
    right: 33px;
    bottom: 32px;
    transform: rotate(-145deg);
  }
  .orders_banner_type_5_task_36926 .banner_to_top {
    background: #E6E6EF;
    height: auto;
  }
  .orders_banner_type_5_task_36926 .banner_to_top p {
    padding: 0 20px 0 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .orders_banner_type_5_task_36926 .banner_to_top p br {
    display: none;
  }
  .orders_banner_type_5_task_36926 .right_part_banner .times_wrp {
    margin: auto;
  }
  ul.banner_clock {
    max-width: 271px;
    border-bottom: 1px solid #D7D7ED;
  }
  ul.banner_clock:after {
    bottom: 0;
    right: 1px;
    z-index: 1;
  }
  .times_wrp {
    margin: auto;
    width: 100%;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top {
    height: auto;
    padding: 11px 20px;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_to_top:before {
    background-image: url("../build/img/banner/orders_banner_type_6_task_36926_mob_bg.svg");
    bottom: 0;
    left: auto;
    right: 0;
    background-repeat: no-repeat;
    height: 132px;
    width: 320px;
  }
  .orders_banner_type_6_task_36926 .banner_to_top p {
    width: 100%;
    font-size: 14px;
  }
  .orders_banner_type_6_task_36926 .banner_to_top p br {
    display: none;
  }
  .orders_banner_type_6_task_36926 .banner_to_top p span:last-child {
    display: block;
  }
  .banner_top_wrp .orders_banner_type_6_task_36926 .banner_close {
    margin-top: 0;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:before {
    display: none;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top:after {
    background-image: url("../build/img/banner/orders_banner_type_3_task_36926_mob_bg.svg");
    bottom: 0;
    width: 177px;
    height: 121px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top {
    height: auto;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p {
    padding-left: 0;
    font-size: 14px;
    width: 100%;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p br {
    display: none;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_top_img_wrp {
    left: auto;
    right: 17px;
    bottom: 22px;
    transform: rotate(95deg);
  }
  .banner_top_wrp .orders_banner_type_3_task_36926.orders_banner_type_4_task_36926 .banner_top_img_wrp {
    transform: rotate(0);
    left: auto !important;
    bottom: 47px;
    top: auto;
    right: -33px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926.orders_banner_type_4_task_36926 .banner_top_img_wrp img {
    width: 195px !important;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_to_top p {
    padding-right: 40px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926.orders_banner_type_4_task_36926 p {
    padding-right: 40px;
  }
  .banner_top_wrp .orders_banner_type_3_task_36926 .banner_close {
    background-image: url(../build/img/banner/orders_banner_type_5_task_36926_close.svg);
    opacity: 0.5;
  }
  .desctop_rocket {
    display: none;
  }
  .mob_rocket {
    display: block;
  }
  .orders_banner_event_2_task_38354 .banner_to_top {
    height: auto;
  }
  .banner_top_wrp .orders_banner_event_2_task_38354 p {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    text-align: left;
  }
  .orders_banner_event_2_task_38354 .banner_top_img_wrp {
    left: auto;
    right: 35px;
    top: 42%;
    transform: rotate(-54deg);
  }
  .orders_banner_event_2_task_38354 .banner_top_img_wrp img {
    width: 38px;
  }
  .banner_top_wrp .orders_banner_event_2_task_38354 .banner_to_top:before {
    display: none;
  }
  .banner_top_wrp .orders_banner_event_2_task_38354 .banner_to_top:after {
    display: none;
  }
  .banner_top_wrp .orders_banner_event_2_task_38354 .banner_to_top {
    background: url(../build/img/banner/order_probability_banner_3_43805_mob_bg.svg), #522359;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_to_top {
    background: #522359;
  }
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_top_img_wrp {
    left: auto;
    top: auto;
    right: 2px;
    bottom: 47px;
  }
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_top_img_wrp img {
    width: 80px;
    transform: scale(1,-1) rotate(126deg);
  }
  .orders_banner_event_2_task_38354.orders_banner_event_task_38354 .banner_to_top p {
    padding-right: 37px;
  }
  #have_unpaid_order_modal .modal-dialog .second_slide .modal-body {
    height: 200px;
  }
  .new_field .select2-container--default .select2-selection {
    height: 50px;
  }
  .new_field .filter-single-wrap .select-arrow {
    top: 30px;
  }
}
@media (max-width: 600px) {
  #have_unpaid_order_modal .modal-dialog {
    min-width: 280px;
    width: 90%;
    max-width: 560px;
    min-height: auto;
  }
  #have_unpaid_order_modal .modal-dialog {
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
  }
  #have_unpaid_order_modal .modal-dialog .modal-content {
    background: url("../build/img/banner/popup_you_have_an_unpaid_order_task_34054_mob_bg.svg"), #522359;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: auto;
    border-radius: 20px;
    padding: 62px 20px 18px 20px;
    font-family: Gotham Pro, sans-serif;
    color: #FFFFFF;
  }
  #have_unpaid_order_modal .modal-dialog .modal-content p {
    font-size: 14px;
    line-height: 22px;
  }
  #have_unpaid_order_modal .modal-dialog .modal-content p span {
    font-weight: 600;
  }
  #have_unpaid_order_modal .modal-dialog .modal-content .show_mobile {
    display: block;
  }
  #have_unpaid_order_modal .modal-dialog .modal-header {
    padding: 0;
    border: none;
  }
  #have_unpaid_order_modal .modal-dialog .modal-header .modal-title {
    font-size: 18px;
    line-height: 30px;
  }
  #have_unpaid_order_modal .modal-dialog .modal-body {
    padding: 0;
    max-height: 220px;
  }
  #have_unpaid_order_modal .modal-dialog .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
  #have_unpaid_order_modal .modal-dialog .modal-footer .btn {
    font-family: Gotham Pro, sans-serif;
    font-size: 14px;
  }
  #have_unpaid_order_modal .modal-dialog .modal-footer .btn:first-child {
    display: none;
  }
  #have_unpaid_order_modal .modal-dialog .modal-footer .btn.btn-secondary {
    margin: auto;
    width: 100%;
    max-width: 300px;
  }
  #have_unpaid_order_modal .modal-dialog .modal-footer .btn.btn-primary {
    margin: 0 auto 10px auto;
    width: 100%;
    max-width: 300px;
  }
}
.discount15-bnr {
  width: 100%;
  padding: 0 40px 47px;
}
@media (max-width: 991px) {
  .discount15-bnr {
    padding: 0 15px 47px;
  }
}
@media (max-width: 767px) {
  .discount15-bnr {
    padding: 10px 0px 47px;
  }
}
.discount15-bnr-inner {
  background: url(../build/img/banner-discount15/bg-all.svg) no-repeat center #F0F2F3;
  padding: 15px 90px 15px 50px;
  color: #4C4C4C;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 991px) {
  .discount15-bnr-inner {
    padding: 15px 60px 15px 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .discount15-bnr-inner {
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 0px !important;
  }
}
.discount15-bnr-inner:before {
  content: '';
  width: 72px;
  height: 100%;
  position: absolute;
  background: url(../build/img/banner-discount15/discount15-bnr-icon.svg) no-repeat bottom center;
}
@media (max-width: 767px) {
  .discount15-bnr-inner:before {
    right: 10px;
    transform: rotateY(180deg);
  }
}
.discount15-bnr-btn {
  background: #11BAFD;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  font-size: 14px;
  line-height: 13px;
  padding: 12px 16px;
  min-height: 40px;
  min-width: 150px;
  white-space: nowrap;
}
.discount15-bnr-btn:hover {
  opacity: 0.9;
  color: #fff;
}
.discount15-bnr-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
  background: url(../build/img/banner-discount15/close.svg) no-repeat center;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .discount15-bnr-close {
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .discount15-bnr-text {
    padding-left: 100px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .discount15-bnr-text {
    padding-bottom: 32px;
    padding-right: 40px;
  }
}
.gmail-popup {
  background: #FDF8EB;
  border: 1px solid #F3E2C0;
  border-radius: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(26,27,50,0.7);
  position: fixed;
  bottom: 11px;
  right: 11px;
  z-index: 99999999999;
}
@media (max-width: 767px) {
  .gmail-popup {
    bottom: 19px;
    right: 15px;
    left: 15px;
  }
}
.gmail-popup-inner {
  display: flex;
  align-items: center;
  padding: 24px;
}
.gmail-popup-inner svg {
  width: 48px;
  height: 48px;
}
@media (max-width: 767px) {
  .gmail-popup-inner {
    align-items: flex-start;
    padding: 24px 12px 10px 10px;
  }
  .gmail-popup-inner svg {
    position: relative;
    top: 6px;
    height: 48px;
    flex: 0 0 48px;
    max-width: 48px;
  }
}
.gmail-popup-caption {
  color: #1A1B32;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 8px;
}
.gmail-popup-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 17px;
  background: url(../build/img/x.svg) no-repeat center;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .gmail-popup-close {
    top: 10px;
    right: 10px;
  }
}
.popup-wrap-gmail {
  display: flex;
  align-items: center;
  padding: 24px;
  position: relative;
}
.popup-wrap-gmail img {
  margin-right: 16px;
}
.gmail-popup-link {
  text-decoration-line: underline;
  color: #1A1B32;
}
.gmail-popup-text {
  padding-left: 16px;
}
#lottie-wrapper.gmail-popup-visible #lottie-block {
  bottom: 140px !important;
}
#lottie-wrapper.gmail-popup-visible #contacts-popup {
  bottom: 222px;
}
.email-bnr {
  font-size: 14px;
  line-height: 130%;
  margin: -38px 0 40px;
  padding: 16px 12px 28px;
  background-color: #11BAFD;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .email-bnr {
    border-radius: 10px;
    margin: -29px 40px 40px 48px;
    padding: 9px 60px 9px 36px;
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .email-bnr {
    padding-right: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .email-bnr__text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .email-bnr__text {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .email-bnr__inner,
  .email-bnr__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .email-bnr__body {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 16px;
  }
}
.email-bnr__img {
  display: inline-block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  background: url(../build/img/banner-email/email-bnr-bg-icon.png) #11BAFD top center;
  background-size: contain;
  transform: rotate(13.21deg);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .email-bnr__img {
    position: absolute;
    right: 10px;
    bottom: 10px;
    transform: rotate(25.2deg);
  }
}
.email-bnr__img:after {
  content: '';
  width: 75px;
  height: 60px;
  background: url(../build/img/banner-email/email-bnr-icon.png) no-repeat top 7px center;
  background-size: contain;
  display: block;
  transform: rotate(-17.49deg);
  position: absolute;
  left: -27px;
  top: 4px;
}
@media (max-width: 767px) {
  .email-bnr__img:after {
    left: -27px;
    top: 3px;
    transform: rotate(-12.29deg);
  }
}
.email-bnr .btn-violet {
  width: auto;
  display: inline-flex;
  background: #11BAFD;
  white-space: nowrap;
  padding: 0px 15px;
  min-width: 120px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  height: 30px;
}
.email-bnr .btn-violet:hover {
  background: #11BAFD;
  opacity: 0.8;
}
.email-bnr__email {
  color: #11BAFD;
}
.email-bnr__btn-close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../build/img/icon-close-white.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 991px) {
  .email-bnr__btn-close {
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  .email-bnr~ .container-fluid .progressbar-wrapper {
    margin-top: 0px;
  }
}
.email-bnr~ .container-fluid .alert-info-wrapper {
  margin-top: 0;
}
.msgs-page-header~ .email-bnr {
  margin: 0;
}
@media (min-width: 768px) {
  .msgs-page-header~ .email-bnr {
    border-radius: 0;
  }
}
.msgs-new-header~ .email-bnr {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .msgs-new-header~ .email-bnr {
    margin-top: 20px;
  }
}
.exclamation-mark__wrap {
  position: relative;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .exclamation-mark__wrap {
    margin: 24px 0;
  }
}
.exclamation-mark__tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  top: calc(100% + 5px);
  right: -15px;
  width: 271px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  border-radius: 5px;
  padding: 12px;
  color: #fff;
  text-align: center;
  background: rgba(51,51,51,0.96);
  box-shadow: 0 10px 45px rgba(47,45,133,0.1);
}
@media (min-width: 768px) {
  .exclamation-mark__tooltip {
    right: -14px;
  }
}
@media (min-width: 991px) {
  .exclamation-mark__tooltip {
    right: -35px;
  }
}
.exclamation-mark__tooltip:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 17px;
  margin-left: -8px;
  width: 0;
  border-bottom: 6px solid rgba(51,51,51,0.96);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  .exclamation-mark__tooltip:before {
    right: 17px;
  }
}
@media (min-width: 991px) {
  .exclamation-mark__tooltip:before {
    right: 37px;
  }
}
.exclamation-mark__tooltip a {
  color: #11BAFD;
}
.exclamation-mark__tooltip a:hover {
  color: #11BAFD;
}
.exclamation-mark__icon {
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  margin-left: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAATCAYAAABY4MdjAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABeSURBVHgB1ZBdDYAwDIQblEwCEpCCFSSgAAlImJQGBzg4rgnd+rDtfZfcsn7pT1qRngBkWunVwYaqy9jSqpwJviF+ys92pncZihmJvv9LJYc5XEkdaoDw6WfodtjzAS1wUBx79Ri7AAAAAElFTkSuQmCC) #42BAEA;
  background-repeat: no-repeat;
  background-position: top 2px center;
  background-size: 3px auto;
  border-radius: 50%;
}
.auth-wrapper,
.auth-fluid {
  height: 100%;
  overflow-y: auto;
}
.auth-wrapper {
  height: 100%;
}
@media (max-width: 1024px) {
  .auth-wrapper {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder {
    -webkit-overflow-scrolling: touch;
  }
}
.auth-wrapper .main-holder .header-row {
  height: 90px;
  border-bottom: 1px solid #DDE8E4;
  padding: 0 20px;
  z-index: 1;
  background: #fff;
}
.auth-wrapper .main-holder .logo-item a {
  outline: none;
  border: none;
}
.auth-wrapper .main-holder .app-store {
  margin-right: 14px;
}
.auth-wrapper .main-holder .auth-form-row {
  padding-top: 60px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row {
    padding-top: 40px;
  }
  .auth-wrapper .main-holder .auth-form-row .share-links {
    margin-bottom: 88px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder {
  max-width: 926px;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder {
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder {
    max-width: unset;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-basis: unset;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part .bold-title {
  font-size: 48px;
  line-height: 62px;
  font-weight: 500;
  padding: 50px 30px 0 0;
  color: #333333;
  width: 401px;
}
@media (max-width: 991px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part .bold-title {
    padding: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part .bold-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part .sub-title-hint {
  font-size: 20px;
  line-height: 28px;
  color: #737373;
  padding: 16px 0 0px;
  max-width: 78%;
}
@media (max-width: 991px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part .sub-title-hint {
    text-align: center;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part .sub-title-hint {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0 0 0;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part .share-links {
  padding-top: 48px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part:after {
  display: block;
  content: "";
  position: absolute;
  left: -80px;
  height: 237px;
  width: 200px;
  margin-top: 50px;
  background: url(../build/img/whole_men.png) center center no-repeat transparent;
  background-size: contain;
}
@media (max-width: 1160px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part:after {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part:after {
    display: none;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part .forgot-hint {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #B9B9C9;
  padding: 40px 0px 24px;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .content-part .forgot-hint {
    font-size: 16px;
    line-height: 22px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part .forgot-hint .email-recovery {
  color: #333333;
  font-weight: 400;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder {
  width: 454px;
  min-height: 588px;
  margin: 0 0 40px 40px;
  background: #F5FAFE;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.15);
  border-radius: 20px;
  padding: 40px 32px 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder {
    -webkit-overflow-scrolling: touch;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-holder-bg {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-holder-inner {
    -webkit-overflow-scrolling: touch;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 330px;
  left: 0;
  bottom: 0;
  background: url(../build/img/footer1-cut.png) no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
    background: url(../build/img/footer-mobile-cut.png) no-repeat;
    background-size: cover;
    margin-bottom: -100px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
    margin-bottom: -230px;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder {
    margin-left: 0px;
    margin-top: 40px;
    align-self: center;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-holder-bg {
    position: relative;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-holder-bg:before {
    content: "";
    position: absolute;
    bottom: -90px;
    left: -178px;
    height: 237px;
    width: 200px;
    margin-top: 50px;
    background: url(../build/img/whole_men.png) center center no-repeat transparent;
    background-size: contain;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-holder-bg:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 20px 32px;
    border-radius: 0px;
    min-height: unset;
    box-shadow: none;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .label-group img {
  width: 12px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .label-group .optinal-hint {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #B9B9C9;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .label-group label {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  padding-left: 5px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control {
  height: 50px;
  border: 1px solid #E6E6EF;
  padding: 0 15px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control:focus,
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control:active {
  border: 1px solid #241465;
  outline: none;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control.alert-control {
  border-color: #DF3131 !important;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control {
    -webkit-overflow-scrolling: touch;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .help-hint {
  color: #737373;
  font-size: 12px;
  line-height: 11px;
  margin-top: 5px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .alert-hint {
  background: #f5f9fc;
  width: 100%;
  font-size: 12px;
  line-height: 11px;
  position: absolute;
  top: auto;
  margin-top: 4px;
  color: #DF3131;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .alert-hint a {
  cursor: pointer;
  color: #DF3131;
  font-weight: 500;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .alert-hint {
    font-size: 10px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check {
  margin: 30px 0 50px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check {
    display: flex;
    justify-content: center;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label {
  line-height: 20px;
  position: relative;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label {
    flex-direction: column;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label .form-check-text {
  line-height: 20px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label .form-check-text a {
  text-decoration: underline;
  color: #4C4C4C;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label .form-check-text a:hover,
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label .form-check-text a:focus,
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label .form-check-text a:active {
  color: #B9B9C9;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-input {
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0px;
  left: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-input {
    display: flex;
    position: relative;
    z-index: 1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 10px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-label:before {
  content: '';
  background: #fff;
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  border: 1px solid #B9B9C9;
  border-radius: 5px;
  cursor: pointer;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .alert-control-check:before {
  border: 1px solid #DF3131;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-input:checked + .form-check-label:before {
  background: #fff;
  border-color: #42BAEA;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-input:checked + .form-check-label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: -30px;
  width: 20px;
  height: 20px;
  background: url(../build/img/Icon_Selected.png) no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#login_form .form-check-input {
    top: 50px;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#login_form .form-check-text {
    padding-top: 32px;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#login_form .form-check-label:before,
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#login_form .form-check-label:after {
    bottom: 0px;
    top: auto;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#registration_form .form-check {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#registration_form .form-check .block-error {
    width: 100%;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#registration_form .form-check-label:before,
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#registration_form .form-check-label:after {
    top: 0px;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth#registration_form .form-check-input {
    margin: 0;
    position: absolute;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .hint {
  padding: 40px 0 20px;
  color: #737373;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button {
  width: 128px;
  height: 40px;
  font-weight: 500;
  margin: 0px 5px;
  position: relative;
  display: flex;
  align-items: center;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.24), 0px 0px 1px rgba(0,0,0,0.12);
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button.fb-login-btn {
  background: #859B98;
  border-color: #859B98;
  color: #fff;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button.fb-login-btn:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../build/img/fb.png) no-repeat;
  background-size: 18px;
  display: inline-flex;
  position: absolute;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button.google-login-btn {
  background: #fff;
  color: rgba(0,0,0,0.54);
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button.google-login-btn:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../build/img/super-google.png) no-repeat;
  background-size: 18px;
  position: absolute;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button span {
  padding-left: 38px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .yellow-btn {
  width: 250px;
  height: 60px;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  margin: auto;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .yellow-btn:after {
  content: '';
  position: absolute;
  top: auto;
  right: 25px;
  width: 12px;
  height: 11px;
  margin-top: 2px;
  background: url(../build/img/left-arrow-btn.png) no-repeat;
  background-size: 11px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-group {
  margin-bottom: 28px;
  position: relative;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-group {
    -webkit-overflow-scrolling: touch;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .change-option-box {
  padding-top: 40px;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  color: #737373;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .password_forgot-btn {
  cursor: pointer;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .password_forgot-btn {
    order: -1;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder #login_form .form-check-label {
  padding-top: 4px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .forgot-hint {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #B9B9C9;
  padding: 40px 0px 24px;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .forgot-hint {
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px 24px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-inner .rocker-success {
  position: relative;
  max-width: 196px;
  margin: 20px auto 32px;
  display: block;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-inner .rocker-success.rocker-success-small {
  max-width: 113px;
  margin: 40px auto 30px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-inner .recovery-link-box {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #8B8B8B;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-inner .recovery-link-box {
    font-size: 16px;
    line-height: 22px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-inner .recovery-btn {
  width: 162px;
  margin: auto;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-inner .success-bold {
  font-size: 32px;
  line-height: 49px;
  text-align: center;
  color: #333333;
  font-weight: 500;
  padding-bottom: 32px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .email-recovery {
  font-weight: 400;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .back-btn {
    margin: auto;
    padding: 40px 0 20px;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner {
  position: relative;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .select2-container {
  left: 0px !important;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .phone-box {
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .select2-selection {
  width: 88px;
  height: 48px;
  visibility: visible;
  box-shadow: none;
  border: none !important;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .input-control {
  padding-left: 112px;
}
@media (max-width: 1024px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .input-control {
    -webkit-overflow-scrolling: touch;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .input-control #input_phone {
  margin-left: 1px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .input-control.select-highlight {
  border: 1px solid #40B9F6;
  box-shadow: 0 0 4px 0 #b8e4fa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.forgot_password-box .btn-form-box,
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_success-box .btn-form-box,
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_password-box .btn-form-box {
  padding-top: 28px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.forgot_password-box .btn-form-box .yellow-btn:after,
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_success-box .btn-form-box .yellow-btn:after,
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_password-box .btn-form-box .yellow-btn:after {
  display: none;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_password-box .aside-holder .forgot-hint {
  padding: 0px 0 24px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_success-box .btn-form-box {
  padding-top: 10px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.reset_success-box .btn-form-box .yellow-btn:after {
  display: none;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.forgot_password-box .btn-form-box {
  padding-top: 28px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.forgot_password-box .btn-form-box .yellow-btn {
  width: 164px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.forgot_password-box .btn-form-box .yellow-btn:after {
  display: none;
}
.auth-wrapper .main-holder .auth-form-row .center-holder.registration .aside-holder-bg:before {
  bottom: 50px;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder.forgot_success-box,
  .auth-wrapper .main-holder .auth-form-row .center-holder.reset_success-box {
    margin-top: -100px;
  }
  .auth-wrapper .main-holder .auth-form-row .center-holder.forgot_success-box .content-part,
  .auth-wrapper .main-holder .auth-form-row .center-holder.reset_success-box .content-part {
    display: none;
  }
}
.auth-wrapper .main-holder .footer-item {
  position: relative;
  height: 30%;
  left: 0;
  margin-top: -12%;
  background: url(../build/img/footer1-cut.png) no-repeat;
  z-index: -1;
  background-size: 100% 100%;
  margin-bottom: 0;
}
.required-field {
  color: #EB5757;
}
.block__custom--hide {
  position: relative;
}
.block__custom--hide .show-hide__pass {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 18px;
  color: #C4C4C4;
  cursor: pointer;
}
.agree-receive-emails {
  margin-top: -30px !important;
}
.alert-gmail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 16px;
  margin-top: 32px;
  background: #FDF8EB;
  border: 1px solid #F3E2C0;
  border-radius: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #1A1B32;
}
.alert-gmail svg {
  margin-right: 16px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
@media (max-width: 767px) {
  .alert-gmail {
    margin-bottom: 15px;
    line-height: 140%;
  }
}
.alert-gmail svg circle {
  fill: #FBB40D;
}
.required-field {
  color: #EB5757;
}
.block__custom--hide {
  position: relative;
}
.block__custom--hide .show-hide__pass {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  width: 18px;
  color: #C4C4C4;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .modal-open .modal-custom.modal {
    -webkit-overflow-scrolling: touch;
    cursor: pointer;
  }
}
.modal-open .modal-custom.modal {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .modal-open .modal-custom.modal {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .modal.show .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.modal-custom.modal.show .modal-dialog {
  -webkit-overflow-scrolling: touch;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-custom.modal.show .modal-dialog {
    margin: 0;
    display: flex;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
  }
}
.modal-custom {
  overflow-y: auto !important;
}
.modal-custom .modal-dialog {
  max-width: 560px;
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog {
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .modal-custom .modal-dialog-centered.cancel-modal {
    align-items: baseline;
  }
}
.modal-custom .modal-header {
  padding: 0 0 24px 0;
}
.modal-custom .modal-content {
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 20px;
  border: none;
  padding: 40px 40px 10px;
  z-index: 999;
}
.modal-custom .modal-content .modal-title {
  font-size: 24px;
  line-height: 37px;
  color: #333333;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .modal-title {
    text-align: center;
    font-size: 20px;
    line-height: 31px;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .modal-custom .modal-content {
    position: absolute;
    border-radius: 0;
    padding: 24px 24px 70px 24px;
    box-shadow: none;
  }
  .modal-custom .modal-content .modal-footer {
    z-index: 999;
    border-top: 1px solid #E6E6EF !important;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: space-around;
    border-radius: 0;
  }
  .modal-custom .modal-content .modal-header {
    justify-content: center;
  }
}
.modal-custom .modal-content .modal-header,
.modal-custom .modal-content .modal-footer {
  border: none;
}
.modal-custom .modal-content .btn-custom {
  width: 114px;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .btn-custom {
    width: 95%;
  }
}
.modal-custom .modal-content .close {
  opacity: 1;
  margin: -2rem -2rem -1rem auto;
  display: none;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .close {
    position: relative;
    top: 10px;
    right: 10px;
  }
}
.modal-custom .modal-content .close span {
  background: url(../build/img/Close.png) no-repeat transparent;
  background-size: auto;
  height: 18px;
  background-size: 16px;
  width: 17px;
  display: block;
}
.modal-custom .modal-content .modal-body {
  font-size: 14px;
  line-height: 23px;
  padding: 2px 0 10px 0;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .modal-body {
    padding: 2px 0 60px;
  }
}
.modal-custom .modal-content .modal-body .comment-wrap .optinal-item {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
  margin-top: 16px;
  color: #737373;
}
.modal-custom .modal-content .modal-body .comment-wrap .comment-area {
  resize: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  height: 79px;
  padding: 12px;
  background: #fff;
  border: 1px solid #E6E6EF;
  border-radius: 5px;
  line-height: 23px;
  font-family: 'Gotham Pro';
  font-weight: 300;
  margin-bottom: 10px;
}
.modal-custom .modal-content .modal-body p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
}
.modal-custom .modal-content .modal-body p.text-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .modal-body p.text-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .modal-custom .modal-content .modal-body p {
    font-size: 14px;
    line-height: 22px;
  }
}
.modal-custom .modal-content .modal-body .modal-skip-inner p {
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .modal-body .modal-skip-inner {
    height: 100%;
  }
}
.modal-custom .modal-content .reason-select-box {
  position: relative;
  margin-top: 16px;
}
.modal-custom .modal-content .reason-select-box .reason-select {
  width: 80%;
  position: relative;
}
.modal-custom .modal-content .reason-select-box .reason-select .select-arrow {
  position: absolute;
  top: auto;
  right: 12px;
  border: none;
  pointer-events: none;
  background: url(../build/img/down-arrow.png) no-repeat scroll 50% 50% transparent;
  background-size: auto;
  height: 13px;
  background-size: 12px;
  width: 13px;
  bottom: 17px;
  transition: all .4s ease-in-out;
}
.modal-custom .modal-content .reason-select-box .reason-select .select2-selection {
  height: 50px;
  border-color: #E6E6EF;
}
.modal-custom .modal-content .reason-select-box .reason-select .select2-selection.select2-selection-error {
  color: #DF3131 !important;
}
@media (max-width: 767px) {
  .modal-custom .modal-content .reason-select-box .reason-select {
    width: 100%;
  }
}
.modal-custom .modal-content .reason-select-box .reason-select .select2-selection__placeholder {
  color: #D1D1D1;
}
.modal-custom .modal-content .reason-select-box .reason-select .select2-container--open ~ .select-arrow {
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg);
}
.modal-custom .modal-content .reason-select-box .input-hint {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -20px;
  color: #8B8B8B;
}
.modal-custom .modal-content .reason-radiobox-wrap {
  position: relative;
  margin-top: 16px;
}
.modal-custom .modal-content .reason-radiobox-wrap strong {
  font-size: 14px;
  margin-bottom: 4px;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder {
  position: relative;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .radio-hint {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  color: #D1D1D1;
  font-weight: 400;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason {
  padding-top: 28px;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single {
  display: flex;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  text-align: left;
  height: 50px;
  align-items: center;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single input[type="radio"] + span::after {
  content: '';
  background: url('../build/img/checkbox.svg') no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 0;
  align-self: center;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single input[type="radio"]:checked + span::after {
  content: '';
  background: url('../build/img/checked.svg?v=1') no-repeat center center;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single span {
  display: flex;
  padding-right: 30px;
}
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single.btn.focus,
.modal-custom .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single.btn:focus {
  outline: none;
  box-shadow: none;
}
.modal-custom .modal-content .alert-info {
  width: 400px;
  max-width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  background-size: 20px;
  padding: 8px 8px 8px 40px;
  margin: 16px 0 36px 0;
  background-position: left 12px top 50%;
}
@media (max-width: 767px) {
  .modal-custom#ModalCenter .modal-body {
    max-height: 261px;
    overflow-y: scroll;
  }
  .modal-custom#ModalCenter .modal-footer {
    border-top: 1px solid #E6E6EF;
    margin: 0px -10px;
    padding: 24px 24px 14px;
  }
  .modal-custom .checkbox-v label {
    padding-left: 0;
  }
  .modal-custom#ModalCustomMessage .modal-body p {
    text-align: center;
  }
  .modal-custom#ModalCancel .modal-header {
    margin-bottom: 16px;
  }
}
.modal-custom.modal-attachment .modal-content {
  max-height: calc(100vh - 50px);
}
.modal-custom.modal-attachment .modal-content .fileload-container {
  overflow-y: auto;
  max-height: calc(100vh - 400px);
  height: auto;
  margin: 0 -40px;
}
@media (max-width: 767px) {
  .modal-custom.modal-attachment .modal-content .fileload-container {
    min-height: unset;
    max-height: unset;
    margin-top: 12px;
  }
}
.modal-custom.modal-attachment .modal-content .fileload-container.scroll-pane {
  width: auto !important;
}
.modal-custom.modal-attachment .modal-content .fileload-container .jspPane {
  width: 100% !important;
  padding: 0 40px !important;
  margin-left: 0 !important;
}
.modal-custom.modal-attachment .modal-content .fileload-container .jspVerticalBar {
  left: auto;
  right: 8px;
  background: transparent;
}
.modal-custom.modal-attachment .modal-content .fileload-container .jspTrack {
  background: transparent;
}
.modal-custom.modal-attachment .modal-content .fileload-container .jspDrag {
  background: #E6E6EF;
}
.modal-custom.modal-attachment .modal-content .fileload-container .selection:before {
  content: '';
  background: url(../build/img/down-arrow.png) no-repeat scroll 50% 50% transparent;
  background-position: center right;
  position: absolute;
  top: 12px;
  right: 11px;
  width: 12px;
  height: 12px;
  background-size: 12px;
}
@media (max-width: 767px) {
  .modal-custom.modal-attachment .modal-content .modal-body {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .modal-custom.modal-attachment .modal-content {
    max-height: unset;
  }
  .modal-custom.modal-attachment .modal-content .fileload-container {
    max-height: unset;
  }
}
.modal-custom.modal-attachment.attachment-mbl_new .attach-size-error {
  background: #FFF3F3;
  border-radius: 6px;
  width: 100%;
  padding: 8px;
  text-align: center;
  position: relative;
  top: 14px;
}
@media (max-width: 767px) {
  .modal-custom.modal-attachment.attachment-mbl_new .attach-size-error {
    order: unset;
  }
}
.modal-custom .alternative_email_box {
  margin-top: 24px;
}
.modal-custom .alternative_email_box .form-group {
  position: relative;
}
.modal-custom .alternative_email_box .input-control {
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
  width: 100%;
}
.modal-custom .alternative_email_box .input-control.alert-control {
  border: 1px solid #EB5757;
}
.modal-custom .alternative_email_box .label-group {
  margin-left: 4px;
}
.modal-custom .alternative_email_box .checkbox-v label {
  padding: 6px 0px 0px 0px;
}
.modal-custom .alternative_email_box .checkbox-v label .check-t.check-text {
  padding-left: 8px;
}
.modal-custom .alternative_email_box .checkbox-v.disabled-checkbox-v {
  color: #D1D1D1;
  pointer-events: none;
}
.modal-custom .alternative_email_box .alert-hint {
  font-size: 12px;
  line-height: 11px;
  position: absolute;
  bottom: -15px;
  color: #EB5757;
  margin-top: 4px;
}
.modal-custom.modal_paynow {
  color: #333333;
  font-size: 12px;
}
.modal-custom.modal_paynow .modal-body {
  padding: 0px;
  font-size: 12px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .modal-body {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .modal-body .modal-pay-body {
    display: block !important;
  }
}
.modal-custom.modal_paynow .modal-content {
  overflow-x: hidden;
  padding: 0px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .modal-content {
    height: 100%;
  }
}
.modal-custom.modal_paynow .payment-col {
  width: 256px;
  padding: 32px;
  background: #F5FAFE;
}
.modal-custom.modal_paynow .payment-col small {
  color: #4C4C4C;
  font-size: 12px;
  text-align: center;
  display: block;
  margin: 40px 0 16px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .payment-col small {
    margin: 0 0 8px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .modal-custom.modal_paynow .payment-col.active-bonus-pay .payment_method_box {
    padding: 17px 16px;
  }
  .modal-custom.modal_paynow .payment-col.active-bonus-pay .payment_method_details {
    display: none;
  }
  .modal-custom.modal_paynow .payment-col.active-bonus-pay .payment_cryptopay .payment_method_details {
    display: block;
  }
  .modal-custom.modal_paynow .payment-col.active-bonus-pay .payment_method {
    margin-bottom: 0px;
  }
  .modal-custom.modal_paynow .payment-col.active-bonus-pay small {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .payment-col {
    width: 100%;
    margin-top: 24px;
    padding: 16px 20px;
    flex: 0 0 200px;
  }
  .modal-custom.modal_paynow .payment-col .payment-carousel .payment_method_box {
    width: 196px;
    min-height: 86px;
  }
  .modal-custom.modal_paynow .payment-col .payment-carousel .owl-nav {
    display: none;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .modal-custom.modal_paynow .payment-col {
    margin-bottom: 40px;
  }
}
.modal-custom.modal_paynow .summary_col {
  padding: 40px 8px 32px 32px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .summary_col {
    padding: 0px;
  }
}
.modal-custom.modal_paynow .paynow_header {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 32px;
  font-weight: 500;
  position: relative;
}
.modal-custom.modal_paynow .paynow_header .price_total {
  font-size: 32px;
  line-height: 49px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .paynow_header .price_total {
    font-size: 24px;
    line-height: 27px;
  }
}
.modal-custom.modal_paynow .paynow_header .payed_by_bonuses {
  font-size: 13px;
  line-height: 36px;
  text-align: right;
  color: #333;
  font-weight: 400;
  position: absolute;
  bottom: 32px;
  right: 32px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .paynow_header .payed_by_bonuses {
    line-height: 12px;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .paynow_header {
    background: #E6E6EF;
    padding: 18px 20px;
    justify-content: space-between;
    align-items: center;
    font-weight: 300;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    flex-wrap: wrap;
  }
}
.modal-custom.modal_paynow .summary_main {
  border: solid #E6E6EF;
  border-width: 1px 0px;
  padding: 18px 0 10px;
}
.modal-custom.modal_paynow .summary_main .summary_pay_light {
  color: #737373;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .summary_main {
    border-top: none;
  }
}
.modal-custom.modal_paynow .summary_pay_caption {
  font-weight: 500;
}
.modal-custom.modal_paynow .summary_grey_option {
  color: #737373;
}
.modal-custom.modal_paynow .summary_pay_extra {
  padding: 10px 0;
}
.modal-custom.modal_paynow .summary_pay_item {
  margin: 6px 0;
  font-weight: 400;
}
.modal-custom.modal_paynow .payment_method_box {
  background: #FFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 24px 16px;
  cursor: pointer;
  position: relative;
}
.modal-custom.modal_paynow .payment_method_box.disabled-element {
  opacity: 0.5;
}
.modal-custom.modal_paynow .payment_method_box:after {
  content: "";
  background: url(../build/img/payment-btn.svg) center center no-repeat transparent;
  width: 18px;
  height: 10px;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
}
.modal-custom.modal_paynow .payment_method {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
}
.modal-custom.modal_paynow .payment_method_details {
  font-size: 10px;
  line-height: 10px;
  color: #737373;
  border-radius: 20px;
  font-weight: 400;
}
.modal-custom.modal_paynow .summary_body_inner {
  padding-right: 26px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .summary_body_inner {
    padding: 0px 20px 0;
  }
}
.modal-custom.modal_paynow .paynow_body {
  height: 244px;
  overflow-y: auto;
}
.modal-custom.modal_paynow .paynow_body.scroll-pane .jspVerticalBar {
  left: auto;
  right: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .paynow_body.scroll-pane .jspVerticalBar {
    top: 6px;
    right: 6px;
  }
}
.modal-custom.modal_paynow .paynow_body.scroll-pane .jspTrack {
  background: transparent;
}
.modal-custom.modal_paynow .paynow_body.scroll-pane .jspDrag {
  background: #E6E6EF;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .paynow_body .jspPane {
    width: 100% !important;
  }
}
.modal-custom.modal_paynow .bonus-wrapper {
  background: #fff;
  border: 2px solid #E6E6EF;
  border-radius: 5px;
  color: #4C4C4C;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-head {
  background: #E6E6EF;
  padding: 10px 16px;
  font-size: 10px;
  line-height: 10px;
  color: #4C4C4C;
  position: relative;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-head .price_total {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-head {
    border: 1px dashed #B2B2C3;
    border-radius: 5px;
    background: #F5FAFE;
    margin: 40px auto 8px;
    width: 202px;
    text-align: center;
    position: unset;
  }
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-body {
  padding: 16px 16px 0px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-body {
    text-align: center;
    height: calc(100% - 120px);
    position: relative;
  }
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-input-box {
  margin: 12px 0 25px;
  position: relative;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus-input-custom {
  position: relative;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus-input-custom:before {
  content: "$";
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: "Gotham Pro";
  font-size: 15px;
  color: #3b3b3b;
  font-weight: 400;
  line-height: 20px;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus-pay-input {
  -webkit-appearance: none !important;
  box-shadow: none !important;
  background: #fff;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  height: 40px;
  padding: 0 12px 0 20px;
  width: 92px;
  margin-right: 8px;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus-pay-input.alert-control {
  border: 1px solid #EB5757;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus-pay-input {
    width: 124px;
  }
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus_code_error_place {
  position: absolute;
  font-size: 10px;
  line-height: 1;
  bottom: -25px;
  min-height: 21px;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper .bonus-input-box .bonus_code_error_place {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper .bonus-input-box {
    width: 204px;
    margin: 16px auto 0;
  }
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-text {
  font-size: 10px;
  line-height: 14px;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus_code_hint {
  font-size: 9px;
  line-height: 13px;
  color: #737373;
  margin-bottom: 12px;
  background: #FAFAFA;
  border-radius: 5px;
  padding: 8px;
  text-align: center;
  margin: 0 -10px 12px;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus_code_hint .bonus-amount {
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper .bonus_code_hint {
    background: #fff;
    border-radius: 5px;
    width: 204px;
    padding: 4px 18px;
    margin: 40px auto 12px;
  }
}
.modal-custom.modal_paynow .bonus-wrapper .apply-bonus {
  background: linear-gradient(180deg,#4E3D95 0%,#3A2E60 100%);
  border-radius: 5px;
  border: transparent;
  color: #fff;
  width: 60px;
  height: 40px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  top: 0px;
}
.modal-custom.modal_paynow .bonus-wrapper .apply-bonus:hover,
.modal-custom.modal_paynow .bonus-wrapper .apply-bonus:focus,
.modal-custom.modal_paynow .bonus-wrapper .apply-bonus:active {
  outline: none;
}
.modal-custom.modal_paynow .bonus-wrapper .call-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .bonus-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    margin: 0;
    padding-top: 60px;
    background: #F5FAFE;
  }
}
.modal-custom.modal_paynow .bonus-wrapper .close-bonus-payment {
  background: url(../build/img/bonus-pay-close.png) center center no-repeat;
  background-size: 8px;
  padding: 0px;
  height: 14px;
  width: 14px;
  border: none;
  position: absolute;
  top: 6px;
  left: auto;
  right: 6px;
  margin: 0;
}
.modal-custom.modal_paynow .modal-footer {
  justify-content: center;
}
@media (min-width: 768px) {
  .modal-custom.modal_paynow .modal-footer {
    height: 40px;
  }
}
.modal-custom.modal_paynow .modal-footer .btn-transparent {
  border: transparent;
  box-shadow: none;
}
.modal-custom.modal_paynow .modal-footer .btn-transparent:hover,
.modal-custom.modal_paynow .modal-footer .btn-transparent:focus,
.modal-custom.modal_paynow .modal-footer .btn-transparent:active {
  background: transparent;
  color: #42BAEA;
}
.modal-custom.modal_paynow .close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .modal-custom.modal_paynow .modal-pay-body {
    height: 100%;
    max-height: 100%;
    width: 100%;
  }
  .modal-custom.modal_paynow .modal-dialog {
    position: fixed;
    width: 100%;
  }
}
.modal-custom.modal-thanku .call-thanku-img {
  width: 160px;
}
.modal-custom.modal-thanku .thanku-caption {
  font-size: 20px;
  line-height: 31px;
  color: #333333;
  font-weight: 400;
  margin: 20px 0 20px;
}
.modal-custom.modal-thanku .close {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}
.modal-custom.modal-thanku .thanku-wrap {
  max-width: 330px;
  font-size: 14px;
  line-height: 23px;
  margin: auto;
}
.modal-custom.modal-thanku .modal-footer {
  height: 40px;
}
.modal-custom.modal-thanku .modal-footer .btn-transparent {
  border: transparent;
}
.modal-custom.modal-thanku .modal-footer .btn-transparent:hover,
.modal-custom.modal-thanku .modal-footer .btn-transparent:focus,
.modal-custom.modal-thanku .modal-footer .btn-transparent:active {
  background: transparent;
  color: #42BAEA;
}
@media (max-width: 767px) {
  .modal-custom.modal-thanku .modal-footer {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .modal-custom.modal-thanku {
    background: #fff;
  }
  .modal-custom.modal-thanku .modal-pay-body {
    height: 100%;
  }
  .modal-custom.modal-thanku .modal-dialog {
    position: fixed;
    width: 100%;
  }
}
@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  .modal-custom.modal-thanku {
    overflow: auto;
    background: #fff;
    height: 100vh;
  }
  .modal-custom.modal-thanku .modal-dialog {
    position: relative;
    -webkit-overflow-scrolling: auto;
  }
  .modal-custom.modal-thanku .modal-content {
    position: relative;
    padding-bottom: 20px;
  }
}
.modal-custom .rate-items-holder {
  position: relative;
  width: 100%;
  padding: 20px 24px 40px;
}
@media (max-width: 767px) {
  .modal-custom .rate-items-holder {
    padding: 6px 6px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.modal-custom .btns-recommend-rate .btn-rate-single {
  display: flex;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  position: relative;
  margin-right: 14px;
}
.modal-custom .btns-recommend-rate .btn-rate-single input[type="radio"] + span::after {
  content: '';
  border: 1px solid #737373;
  border-radius: 50%;
  background: #fff;
  width: 12px;
  height: 12px;
  align-self: center;
  margin-top: 6px;
}
.modal-custom .btns-recommend-rate .btn-rate-single input[type="radio"]:checked + span::after {
  content: '';
  border: 1px solid #42BAEA;
  background: #42BAEA;
}
.modal-custom .btns-recommend-rate .btn-rate-single span {
  display: flex;
  flex-direction: column;
  color: #B2B2C3;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
}
.modal-custom .btns-recommend-rate .btn-rate-single.btn.focus,
.modal-custom .btns-recommend-rate .btn-rate-single.btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .modal-custom .btns-recommend-rate .btn-rate-single {
    margin-right: 0px;
  }
}
.modal-custom .btns-radio {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .modal-custom .btns-radio {
    margin-top: 20px;
  }
}
.modal-custom .btns-radio .btn-radio-item {
  display: flex;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #4C4C4C;
  position: relative;
  margin-right: 14px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .modal-custom .btns-radio .btn-radio-item {
    margin-bottom: 10px;
  }
}
.modal-custom .btns-radio .btn-radio-item:last-child {
  margin-bottom: 0;
}
.modal-custom .btns-radio .btn-radio-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal-custom .btns-radio .btn-radio-item input[type="radio"] + span::before {
  content: '';
  border: 1px solid #737373;
  border-radius: 50%;
  background: #fff;
  width: 22px;
  height: 22px;
  align-self: center;
  margin-right: 21px;
  min-width: 22px;
  min-height: 22px;
}
.modal-custom .btns-radio .btn-radio-item input[type="radio"]:checked + span::after {
  content: '';
  border: 1px solid #42BAEA;
  background: #42BAEA;
  width: 12px;
  height: 12px;
  position: absolute;
  top: calc(50% - 9px);
  left: 5px;
  border-radius: 50%;
}
.modal-custom .btns-radio .btn-radio-item span {
  display: flex;
  color: #4C4C4C;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.modal-custom .btns-radio .btn-radio-item.btn.focus,
.modal-custom .btns-radio .btn-radio-item.btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .modal-custom .btns-radio .btn-radio-item {
    margin-right: 0px;
  }
}
.modal-custom .textarea-block {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .modal-custom .textarea-block {
    margin-top: 20px;
  }
}
.modal-custom .textarea-block label {
  width: 100%;
}
.modal-custom .textarea-block label p {
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  color: #4C4C4C;
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .modal-custom .textarea-block label p {
    margin-bottom: 10px !important;
  }
}
.modal-custom .modal-link {
  color: #42BAEA;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
.modal-custom .rate-wrap {
  border: 2px solid #DAE7F1;
  border-radius: 8px;
  margin-top: 12px;
}
.modal-custom .rate-wrap .rate-wrap-inner {
  max-height: 124px;
}
@media (max-width: 767px) {
  .modal-custom .rate-wrap .rate-wrap-inner {
    max-height: 154px;
  }
}
.modal-custom .rate-wrap .rate-title-box {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .modal-custom .rate-wrap .rate-title-box {
    background: #F5FAFE;
    border-radius: 8px;
    padding: 5px 12px;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 22px;
  }
  .modal-custom .rate-wrap .rate-title-box:before {
    content: "";
    display: flex;
    width: 54px;
    height: 54px;
    margin-right: 16px;
  }
}
.modal-custom .rate-wrap .rate-img {
  background: #F8FCFF;
  border-radius: 8px;
  min-width: 112px;
  max-width: 112px;
  margin: 6px 0 6px 6px;
}
.modal-custom .rate-wrap .rate-item-img {
  height: 100%;
  width: 100%;
  background-size: 80px !important;
}
.modal-custom .rate-wrap .rate-item-img.team-img {
  background: url(../build/img/recommend.png) center center no-repeat transparent;
}
.modal-custom .rate-wrap .rate-item-img.support-img {
  background: url(../build/img/rate-support.png) center center no-repeat transparent;
}
.modal-custom .rate-wrap .rate-item-img.writer-img {
  background: url(../build/img/Writer-rate.png) center center no-repeat transparent;
}
.modal-custom .rate-wrap .wrap-rate-stars .rating {
  justify-content: flex-end;
}
.modal-custom .rate-wrap .wrap-rate-stars .rating label {
  max-height: 28px;
  margin-right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-custom .rate-wrap .wrap-rate-stars .rating {
    justify-content: center;
  }
}
.modal-custom .rate-wrap .wrap-rate-stars .rating > label::before {
  height: 28px;
  width: 28px;
  background: url(../build/img/Star-rate.png) center no-repeat;
  background-size: 28px;
}
.modal-custom .rate-wrap .wrap-rate-stars .rating > label.selected::before,
.modal-custom .rate-wrap .wrap-rate-stars .rating > label.selected ~ label::before,
.modal-custom .rate-wrap .wrap-rate-stars .rating > label:hover::before,
.modal-custom .rate-wrap .wrap-rate-stars .rating > label:hover ~ label::before {
  background: url(../build/img/Star-active.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .modal-custom .rate-wrap.rate-wrap-recommend .rate-title-box:before {
    content: "";
    min-width: 54px;
    background: url(../build/img/recommend.png) center center no-repeat;
    background-size: 54px;
  }
  .modal-custom .rate-wrap.rate-wrap-team .rate-title-box:before {
    content: "";
    min-width: 54px;
    background: url(../build/img/rate-support.png) center center no-repeat;
    background-size: 54px;
  }
  .modal-custom .rate-wrap.rate-wrap-writer .rate-title-box:before {
    content: "";
    min-width: 54px;
    background: url(../build/img/Writer-rate.png) center center no-repeat;
    background-size: 54px;
  }
}
.modal-custom .rate-boxes {
  margin: 20px 0 32px;
}
@media (max-width: 767px) {
  .modal-custom .rate-boxes {
    margin: 20px 0 8px;
  }
}
.modal-custom .alert-rate {
  font-size: 12px;
  line-height: 11px;
  display: flex;
  align-items: center;
  color: #EB5757;
  padding: 4px 8px;
  position: absolute;
  bottom: 12px;
  display: inline-flex;
}
.modal-custom .alert-rate:before {
  content: "";
  background: #EB5757;
  opacity: .1;
  border-radius: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
}
.modal-custom .wrap-rate-inner {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .modal-custom .wrap-rate-inner.btns-recommend-rate {
    justify-content: space-between;
    width: 100%;
    padding: 0px 16px;
  }
}
.modal-custom .alert-block-rate {
  padding: 10px 14px;
  border-top: 2px solid #DAE7F1;
  margin: 6px 6px 0px;
  font-size: 12px;
  line-height: 19px;
  color: #333333;
  font-weight: 400;
}
.modal-custom#ModalSkipNow .modal-content {
  padding: 40px 24px 24px;
}
@media (max-width: 767px) {
  .modal-custom#ModalSkipNow .modal-content {
    padding: 24px;
  }
}
.modal-custom#ModalSkipNow .modal-body {
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .modal-custom .btn-transparent {
    box-shadow: none;
  }
}
.alert-msg-rate {
  font-size: 12px;
  line-height: 11px;
  display: flex;
  align-items: center;
  color: #737373;
  position: absolute;
  bottom: 12px;
  background: #F8FCFF;
  border-radius: 50px;
  padding: 4px 8px;
}
.modal-popup .modal-dialog {
  max-width: 560px;
}
.modal-popup .modal-header {
  padding: 0 0 24px 0;
}
@media (max-width: 767px) {
  .modal-popup .modal-header {
    padding: 0 0 16px 0;
  }
}
.modal-popup .modal-content {
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 20px;
  border: none;
  padding: 40px 40px 10px;
  z-index: 999;
}
@media (max-width: 767px) {
  .modal-popup .modal-content {
    box-shadow: none;
    overflow: auto;
    padding: 20px 20px 10px;
  }
}
.modal-popup .modal-content .modal-title {
  font-size: 24px;
  line-height: 37px;
  color: #333333;
}
@media (max-width: 767px) {
  .modal-popup .modal-content .modal-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 153.12%;
  }
}
.modal-popup .modal-content .modal-header,
.modal-popup .modal-content .modal-footer {
  border: none;
}
.modal-popup .modal-content .btn-custom {
  width: 114px;
}
.modal-popup .modal-content .close {
  opacity: 1;
  margin: -2rem -2rem -1rem auto;
  display: none;
}
@media (max-width: 767px) {
  .modal-popup .modal-content .close {
    position: relative;
    top: 10px;
    right: 10px;
  }
}
.modal-popup .modal-content .close span {
  background: url(../build/img/Close.png) no-repeat transparent;
  background-size: auto;
  height: 18px;
  background-size: 16px;
  width: 17px;
  display: block;
}
.modal-popup .modal-content .modal-body {
  font-size: 14px;
  line-height: 23px;
  padding: 2px 0 10px 0;
}
.modal-popup .modal-content .modal-body .comment-wrap .optinal-item {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
  margin-top: 16px;
  color: #8B8B8B;
}
.modal-popup .modal-content .modal-body .comment-wrap .comment-area {
  resize: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  height: 79px;
  padding: 12px;
  background: #fff;
  border: 1px solid #8B8B8B;
  border-radius: 5px;
  line-height: 23px;
  font-family: 'Gotham Pro';
  font-weight: 300;
}
.modal-popup .modal-content .modal-body p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
@media (max-width: 767px) {
  .modal-popup .modal-content .modal-body p {
    font-size: 14px;
    line-height: 22px;
  }
}
.modal-popup .modal-content .reason-select-box {
  position: relative;
  margin-top: 16px;
}
.modal-popup .modal-content .reason-select-box .reason-select {
  width: 80%;
  position: relative;
}
.modal-popup .modal-content .reason-select-box .reason-select .select-arrow {
  position: absolute;
  top: auto;
  right: 12px;
  border: none;
  pointer-events: none;
  background: url(../build/img/down-arrow.png) no-repeat scroll 50% 50% transparent;
  background-size: auto;
  height: 13px;
  background-size: 12px;
  width: 13px;
  bottom: 17px;
  transition: all .4s ease-in-out;
}
.modal-popup .modal-content .reason-select-box .reason-select .select2-selection {
  height: 50px;
  border-color: #E6E6EF;
}
@media (max-width: 767px) {
  .modal-popup .modal-content .reason-select-box .reason-select {
    width: 100%;
  }
}
.modal-popup .modal-content .reason-select-box .reason-select .select2-selection__placeholder {
  color: #D1D1D1;
}
.modal-popup .modal-content .reason-select-box .reason-select .select2-container--open ~ .select-arrow {
  transition: all 0.4s ease-in-out;
  transform: rotate(180deg);
}
.modal-popup .modal-content .reason-select-box .input-hint {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: -20px;
  color: #8B8B8B;
}
.modal-popup .modal-content .reason-radiobox-wrap {
  position: relative;
  margin-top: 16px;
}
.modal-popup .modal-content .reason-radiobox-wrap strong {
  font-size: 14px;
  margin-bottom: 4px;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder {
  position: relative;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .radio-hint {
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  top: 0;
  color: #D1D1D1;
  font-weight: 400;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason {
  padding-top: 28px;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single {
  display: flex;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  text-align: left;
  height: 50px;
  align-items: center;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single input[type="radio"] + span::after {
  content: '';
  background: url('../build/img/checkbox.svg') no-repeat center center;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 0;
  align-self: center;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single input[type="radio"]:checked + span::after {
  content: '';
  background: url('../build/img/checked.svg?v=1') no-repeat center center;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single span {
  display: flex;
  padding-right: 30px;
}
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single.btn.focus,
.modal-popup .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single.btn:focus {
  outline: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .modal-popup .modal-footer {
    justify-content: center;
  }
  .modal-popup#ModalCenter .modal-body {
    max-height: 261px;
    overflow-y: scroll;
  }
  .modal-popup#ModalCenter .modal-footer {
    border-top: 1px solid #E6E6EF;
    margin: 0px -10px;
    padding: 24px 24px 14px;
  }
  .modal-popup .checkbox-v label {
    padding-left: 0;
  }
}
.modal-popup.modal-attachment .modal-content {
  max-height: calc(100vh - 50px);
}
.modal-popup.modal-attachment .modal-content .modal-body {
  overflow-y: auto;
}
.alert-control {
  border: 1px solid #EB5757 !important;
}
.alert-required {
  color: #DF3131 !important;
}
input::-webkit-input-placeholder {
  color: #737373;
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
input::-moz-placeholder {
  color: #737373;
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
input:-ms-input-placeholder {
  color: #737373;
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
input:-moz-placeholder {
  color: #737373;
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
.modal-log-auth .form-group-inner {
  width: 352px;
}
@media (max-width: 767px) {
  .modal-log-auth .form-group-inner {
    width: 100%;
  }
}
.modal-log-auth .input-control {
  height: 50px;
  border: 1px solid #B2B2C3;
  padding: 0 15px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}
.modal-log-auth .input-control.alert-control {
  border: 1px solid #EB5757;
}
.modal-log-auth .input-control.select-highlight {
  border: 1px solid #40B9F6;
  box-shadow: 0 0 4px 0 #b8e4fa;
}
.modal-log-auth .preferense-items-list {
  background: #F8F8F8;
  margin: 32px -40px 0;
  padding: 16px 40px;
}
.modal-log-auth .preferense-items-list .preferense-item:last-child {
  border-bottom: none;
}
.modal-log-auth .auth-row-hint {
  color: #737373;
}
.modal-log-auth .optinal-item {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #737373;
  margin-bottom: 4px;
}
.modal-log-auth .input-phone-inner {
  margin-top: 20px;
}
.modal-log-auth .input-phone-inner .input-control {
  padding-left: 112px;
}
.modal-log-auth .input-phone-inner .filter-single-wrap .select2-container--default.select2-container--open .select2-selection,
.modal-log-auth .input-phone-inner .filter-single-wrap .select2-container--default .select2-selection {
  height: 48px;
  visibility: visible;
  box-shadow: none;
  border: none !important;
}
.modal-log-auth .preferense-item .custom-control-input ~ .custom-control-label::before {
  background: #F8F8F8;
}
.modal-log-auth .form-group {
  margin: 32px 0 0;
}
.modal-log-auth .alert-hint {
  font-size: 12px;
  line-height: 11px;
  position: absolute;
  top: auto;
  margin-top: 4px;
  color: #EB5757;
}
@media (max-width: 767px) {
  .modal-log-auth .preferense-item .preferense-item__checkbox {
    top: 0px;
  }
}
.filter-single-wrap .search-inline:focus ~ .search-icon,
.filter-single-wrap .search-inline:active ~ .search-icon {
  background: url(../build/img/Search-Icon-active.png) no-repeat scroll 50% 50% transparent;
  background-size: 12px;
}
.filter-single-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,
.filter-single-wrap .select2-container--default.select2-container--open .select2-selection,
.filter-single-wrap .select2-container--default.select2-container--open .select2-dropdown {
  border: solid #859B98 1px !important;
  box-shadow: 0px 0px 4px 0px #bfd6d3;
}
.filter-single-wrap .select2-container--default.select2-container--focus .select2-selection--multiple.alert-control {
  border: 1px solid #EB5757 !important;
}
.filter-single-wrap .select2-search--inline input {
  width: 200px !important;
}
.select2-container--default.select2-container--open .select2-dropdown {
  border: none !important;
  border: solid #859B98 1px !important;
  box-shadow: 0px 0px 4px 0px #bfd6d3;
  border-top: none !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: transparent;
}
.select2-results__option {
  padding: 19px 15px;
}
@media (max-width: 767px) {
  .select2-results__option {
    padding: 10px 15px;
    font-size: 13px;
  }
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 310px;
  font-size: 14px;
  line-height: 14px;
}
.select2-container--default .select2-selection {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #E6E6EF;
  border-radius: 3px;
  outline: none;
  padding: 0px 4px;
  cursor: pointer;
}
.select2-container--default .select2-selection .select2-selection__choice {
  background-color: transparent;
  border: none;
  margin-top: 3px;
}
.select2-container--default .select2-selection .select2-selection__choice__remove {
  display: none;
}
.select2-container--default .select2-selection__arrow {
  display: none;
}
.select2-container--default #select2-sort-results .select2-results__option[aria-selected="true"] {
  background: url(../build/img/Icon_Selected.png) no-repeat scroll transparent;
  background-position: right 12px center;
  background-size: 17px;
}
.select2-results__options {
  padding: 0;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option {
  padding: 19px 15px 19px 40px;
  background-color: transparent;
  position: relative;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  content: '';
  background: url(../build/img/Icon_Selected.png) no-repeat scroll transparent;
  background-size: contain;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option:before {
  content: '';
  position: absolute;
  background: #fff;
  width: 16px;
  height: 16px;
  border: 1px solid #B9B9C9;
  border-radius: 3px;
  left: 12px;
  margin-top: -2px;
}
@media (max-width: 1024px) {
  .select2-container--default {
    -webkit-overflow-scrolling: touch;
  }
}
.select2-container--default .select2-search--dropdown {
  padding: 16px 15px 6px;
  border-top: 1px solid #859B98;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 38px;
  border: 1px solid #E6E6EF;
  border-radius: 3px;
  padding: 0 16px;
  background: url(../build/img/search_icon.png) 50% 50% no-repeat;
  background-size: 12px;
  background-position: center right 18px;
  outline: none;
}
.select2-container--default #select2-select-country-results .select2-results__option[aria-selected="true"] {
  background: url(../build/img/Icon_Selected.png) right 14px center no-repeat;
  background-size: 16px;
}
.select2-container--default #select2-select-country-results .select2-results__option[aria-selected="true"] .country-name {
  font-weight: 500;
}
.select2-container--default .dial-code {
  color: #B9B9C9;
  padding-left: 5px;
}
.select2-container--default #select2-select-country-results {
  max-height: 260px;
}
@media (max-width: 1024px) {
  .select2-container--default #select2-select-country-results {
    max-height: 150px;
  }
}
@media (max-width: 767px) {
  .select2-container--default #select2-select-country-results {
    max-height: 140px;
  }
}
.phone-box .select2-selection__rendered {
  font-weight: 500;
  width: 100%;
  text-align: center;
  padding: 0;
  border-right: 1px solid #E6E6EF !important;
  position: relative;
}
.phone-box .select2-selection__rendered:before {
  content: '';
  background: url(../build/img/icon-collapse.png) center center no-repeat;
  background-size: 10px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 9px;
  right: 6px;
  transform: rotate(-180deg);
}
.modal-revision textarea::-webkit-input-placeholder,
.modal-revision input::-webkit-input-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.modal-revision textarea:-moz-placeholder,
.modal-revision input:-moz-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.modal-revision textarea::-moz-placeholder,
.modal-revision input::-moz-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.modal-revision textarea:-ms-input-placeholder,
.modal-revision input:-ms-input-placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.modal-revision textarea::placeholder,
.modal-revision input::placeholder {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.modal-revision .modal-content .modal-body p {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .modal-revision .modal-content .modal-body p {
    font-size: 14px;
    line-height: 160%;
  }
}
.modal-revision .modal-content .modal-title {
  font-size: 24px;
  line-height: 37px;
  color: #333333;
}
@media (max-width: 767px) {
  .modal-revision .modal-content .modal-title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
  }
}
.modal-revision .modal-header {
  text-align: left;
}
.modal-revision .revision-deadline {
  padding: 20px 24px;
  background: #F5FAFE;
  border-radius: 6px;
  margin-bottom: 20px;
  min-height: 169px;
}
.modal-revision .revision-deadline.req-new-writer {
  background: #42BAEA;
  display: none;
}
.modal-revision .revision-deadline.req-new-writer p {
  color: #fff;
  font-size: 14px;
}
.modal-revision .revision-deadline.req-new-writer .input-line {
  display: flex;
  justify-content: space-between;
}
.modal-revision .revision-deadline.req-new-writer .input-line .half-line {
  width: 48%;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .modal-revision .revision-deadline.req-new-writer .input-line .half-line {
    width: 100%;
  }
}
.modal-revision .revision-deadline.req-new-writer .input-line .date-label {
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 767px) {
  .modal-revision .revision-deadline.req-new-writer .input-line .date-day {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .modal-revision .revision-deadline.req-new-writer .input-line {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .modal-revision .revision-deadline {
    margin: 0 -24px;
  }
}
.modal-revision .revision-deadline p {
  margin-bottom: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}
.modal-revision select {
  margin-bottom: 16px;
}
.modal-revision .filter-single-wrap {
  margin-bottom: 24px;
  width: 256px;
}
@media (max-width: 525px) {
  .modal-revision .filter-single-wrap {
    order: 2;
  }
}
.modal-revision textarea {
  height: 78px;
  margin-bottom: 24px;
}
.line-field-block {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 24px;
}
.line-field-block.line-row {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 525px) {
  .line-field-block.line-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.line-field-block textarea,
.line-field-block input,
.line-field-block select,
.line-field-block .filter-single-wrap {
  margin-bottom: 0;
}
.line-field-block .wrap-error .select2-container--default .select2-selection {
  border-color: #EB5757;
}
.line-field-block .error-block,
.line-field-block .alert-hint {
  position: absolute;
  left: 0;
  bottom: -17px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #EB5757;
}
.line-field-block .filter-checkbox {
  margin-left: 25px;
}
@media (max-width: 525px) {
  .line-field-block .filter-checkbox {
    margin-left: 0;
    margin-bottom: 15px;
    order: 1;
  }
}
.line-field-block .filter-checkbox label {
  margin-bottom: 0;
  font-weight: 500;
  display: block;
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #4C4C4C;
  padding-left: 25px;
}
.line-field-block .filter-checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.line-field-block .filter-checkbox label input:checked ~ .checkmark {
  background: #fff;
  border: 1px solid;
  border-color: #11BAFD;
}
.line-field-block .filter-checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.line-field-block .filter-checkbox label .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid;
  border-color: #8b8b8b;
}
.line-field-block .filter-checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: #11BAFD;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
  top: 4px;
  left: 14px;
}
.lds-spinner div {
  left: 95px;
  top: 45px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #fff;
  width: 10px;
  height: 30px;
  border-radius: 30%;
  -webkit-transform-origin: 5px 55px;
  transform-origin: 5px 55px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.91666666666667s;
  animation-delay: -0.91666666666667s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.83333333333333s;
  animation-delay: -0.83333333333333s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.66666666666667s;
  animation-delay: -0.66666666666667s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.58333333333333s;
  animation-delay: -0.58333333333333s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.41666666666667s;
  animation-delay: -0.41666666666667s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.33333333333333s;
  animation-delay: -0.33333333333333s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.16666666666667s;
  animation-delay: -0.16666666666667s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 32px !important;
  height: 32px !important;
  -webkit-transform: translate(-16px,-16px) scale(0.16) translate(16px,16px);
  transform: translate(-16px,-16px) scale(0.16) translate(16px,16px);
}
body.modal-open {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
}
.select2-container--default.select2-container--open .select2-dropdown.custom-select-wrapper {
  width: 220px !important;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border: 1px solid #E5E5E5 !important;
  overflow-x: hidden;
}
.select2-container--default.select2-container--open .select2-dropdown.custom-select-wrapper.select2-dropdown--below {
  border-radius: 0 0 5px 5px;
}
.select2-container--default.select2-container--open .select2-dropdown.custom-select-wrapper.select2-dropdown--above {
  border-radius: 5px 5px 0 0;
}
.comment-wrap-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #42BAEA;
}
.comment-wrap-link:hover,
.comment-wrap-link:focus {
  text-decoration: none;
  color: #42BAEA;
}
@media (min-width: 768px) {
  #ModalRateSummary .comment-wrap-link {
    margin-top: -15px;
    margin-bottom: 28px;
    display: block;
  }
  #ModalRateSummary .comment-wrap-link.open {
    margin-bottom: 0;
  }
}
.writers-tip_holder {
  display: none;
  background: #F5F9FC;
  border: 3px solid #EAF6FF;
  border-radius: 8px;
}
.writers-tip_holder .writers-tip_title {
  background: #737373;
  font-weight: 500;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  padding: 7px 0 6px;
  margin: -3px -3px 0;
  border-radius: 8px 8px 0px 0px;
}
.writers-tip_holder .writers-tip_title:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../build/img/rate-tip-money.svg) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.writers-tip_holder .writers-tip_inner {
  padding: 20px 20px 24px 15px;
}
.writers-tip_holder .writers-tip_btns.d-flex {
  flex: 2;
}
.writers-tip_btns .btn-tip-writer {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 8px;
  color: #333333;
  border: none;
  margin: 0 5px;
  flex: 1;
  height: 34px;
}
.writers-tip_btns .btn-tip-writer.btn-tip-writer-active {
  color: #fff;
  background: linear-gradient(180deg,#4E3D95 0%,#42BAEA 100%);
}
.writers-tip_check {
  flex: 1;
  font-weight: 500;
}
@media (max-width: 767px) {
  .writers-tip_check {
    margin: 12px 5px 0;
  }
}
.writers-tip_check:before {
  content: "$";
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 10px;
}
.writers-tip_check .text-custom-tip {
  background: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 8px;
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .writers-tip_check .text-custom-tip {
    height: 34px;
  }
}
.writers-tip_check .input-tip-writer {
  -webkit-appearance: none;
  display: none;
  background: #fff;
  border: 1px solid #14C585;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 10px 10px 10px 24px;
  max-height: 34px;
  width: 100%;
}
.modal-rate_admin .rate-admin_textarea {
  border-color: #8B8B8B;
}
@media (min-width: 768px) {
  .modal-rate_admin .rate-admin_textarea {
    height: 118px;
  }
}
@media (max-width: 767px) {
  .modal-rate_admin .rate-admin_textarea {
    border-width: 1px 0 0;
    border-radius: 0;
    padding-left: 0;
  }
}
.modal-rate_admin p {
  font-weight: 500;
}
.modal-rate_admin .modal-footer {
  justify-content: center;
}
.improve-tip_holder {
  padding: 64px 0 40px;
  display: flex;
}
@media (max-width: 767px) {
  .improve-tip_holder {
    padding-top: 40px;
  }
}
.improve-tip_holder .improve-items-holder {
  display: flex;
}
@media (max-width: 767px) {
  .improve-tip_holder .improve-items-holder {
    position: relative;
    padding-top: 0px;
  }
  .improve-tip_holder .improve-items-holder:before {
    content: '';
    height: 1px;
    background: #E6E6EF;
    width: calc(148%);
    margin: 0 -24px;
    display: block;
    position: absolute;
    top: -8px;
  }
}
.improve-tip_holder .improve-item-label {
  background: #F2F2F2;
  border-radius: 50px;
  padding: 0px 16px;
  height: 32px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 12px 4px 0;
  font-weight: 500;
}
@media (max-width: 767px) {
  .improve-tip_holder .improve-item-label {
    font-size: 13px;
    padding: 0 8px;
  }
}
.improve-tip_holder .improve-item {
  -webkit-appearance: none;
}
.improve-tip_holder .improve-item:checked + .improve-item-label {
  background: linear-gradient(180deg,#4E3D95 0%,#42BAEA 100%);
  color: #fff;
}
.new-rate-writer {
  position: relative;
  padding-top: 14px;
}
@media (max-width: 767px) {
  .new-rate-writer {
    align-items: unset;
    margin: 0;
    justify-content: unset;
    top: 0;
  }
}
.new-rate-writer .rating label {
  max-height: 54px;
  margin: 0 11px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .new-rate-writer .rating label {
    max-height: 36px;
    margin: 0 4px !important;
    padding: 0 !important;
  }
}
.new-rate-writer .rating label:before {
  height: 54px;
  width: 54px;
  background: url(../build/img/Star-rate_new.png) center no-repeat;
  background-size: auto;
  background-size: 54px;
}
@media (max-width: 767px) {
  .new-rate-writer .rating label:before {
    max-height: 36px;
    height: 36px;
    width: 36px;
    background-size: 36px;
  }
}
.new-rate-writer .rating label.selected:before,
.new-rate-writer .rating label.selected ~ .new-rate-writer .rating label:before,
.new-rate-writer .rating label:hover:before,
.new-rate-writer .rating label:hover ~ .new-rate-writer .rating label:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAxCAYAAACVtYpYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAbYSURBVHgBxVndbhtFFD5nZtdN1QTcJ6h5g6YvUPcJnCDBBQjZlgCBQDSRKlFAtC4IygVS2ooLJC7aConbliegfYPwAk36BE0Vm5CMdw9nfne9dhJ77Q1HSryz3pmd75zv/I0BzkAOtuoN+mXpEpyBCDgDkZFqDanWhTOQCM5AJGE7RXoNZyAIFYumWxwlLwgBoyXVwA//fQkVSuWUkzJdA0IEAhgeRh2oWCoHhGnaIo1GXxM2oWKplHIHW0uNSEQvAFkEEMPCSMmLuLm3BxVJpRaSEDcZg1Eao0FNPHUu7UCFUikgRtK23qMHRAYUUAsqlMood3CX6XY+3tEIdIQzb9J/rMLosDraVWYhWYubvH8aUxnb6/Cc6kBFUhkgDgJt7T+UOkhMOUM/HknEymhXCeUM3c7FO55iGgwINEFBRzpDuyWmXXfxtKvEQppuBgQYjZGJdGQjHbiYp46qiXaVAOLtt011ABaNgVJ8MVUT7RZOOdqq14dp8spHNRRsHCR3bSmH0kS+11FNvrVo2i3cQkola/mxL3vMtUmuaKkH9GZypBZupYUDQkmtLJnqfzm6GYdK7ZgpSSg6sGBBdWO5yWs39EBI/pfyC6XQr0Uem5enwjKHaxl7PwJK0d3jz1Q/JN2CAh6aC+H+cgk1XGf0e83U29RzhVcC8Gr8fvMuzLmEU73gealOBdJeB5PwWKXquZnAoHpMhVtGg0Jv0ZFDs0PksnxuY94fihvVY/sdOf+ZPN+v4cdmrbH1ya2HNlS65+2zrjrMUsO9uNXfDBrQlkIpHrIDN/LlSlhYW8AvgMdrfqJV9IdE6096TemCgxgvi0aU5YKKDokZYAdE2CX42V1etxuv95/lDAkQ/9x/plBc48ceUT76kQNCwTPsBtGXNaMhGcE/OcF3kNwcH9LJzLcGysQ/ZedRNgaPSutYr0FPJchVD8ZNGZejr97YYJfdyofcAF1rRniMbr63hMjRYAK9gjWcdn0FET6haCn9jpSKzGBr76WU3Km9M7hX3PuxeejgJp8FyOQvXvyS2YiwVplEkdFxEZTVb+YHOSXhBGV4BQXQuXWFcdqXKSbrtXcH25P2fWzYPv/T3q6M5Sqz94FB7uowg8fQjUKf48lYpI4RQw0MZDPeoPWCE3RJLlCAp5YVxFA+PZD/iNXjwLg9nC7DWyttfrJnrGUyvXPwSaG4QCtrGQJXHYxStEAv0wTmI6dTN3/H1QR1o/f2n56216kAaTno1Rs1TJ+kQJdP8plAS2GtkKfoRD8SoyHa3wtzEJ5JVB18f7rjr6kBeVF3lm+zA/eCZjGXG3IAszxVzBdwSpj3zxuM38Xtfg9mkJkBaTn64cJlAeIJa7sxshnIbTDQpWAVH7a94xejopmDu1wOdONuFo6nlVK1XO2bwbYS8hp3o48n5h0tJn85nwj3bICwdHSODt7p/Rx4KlOxWgaMWQvmFHV3RbcK9REfEjYbB41Lm4RtuMaxUijzO9iLu/sXYQ6Zq9qmH5ev8j7qfqz3ZLZMTk9W4ybTZ9m+2OyNjOvq4XIT5pC5ACnCTjjm1VqmwByX9cfLGt/JZoVUlqPcnbl6pPn6IYSm35Zv3goPYNGHbCQ3+TWzmD9/MAkbOzCHlAakvufqnFyU86B0AVqsFVxwyIajxaYNDNlxMcxJuzksJNaMRZyfGKEJ9QxOuI/574rPmhavCWV3BSWFI1nLtgSQWaAIJ3hJrvnIg6PiHPIHkW0oKaUA2cQKl0IBaXuTAMpYbjSu/ckfj8N9L+77fIAwGY0TdlnalQKEqez4UIw5O4TmKwvFe2zFjfiL/fXo8/0uQrKh74U5ZP9C/QC2irfllGhCCSlJufSqv8pHMXui48Iwwd9DUqu164P7/nv52eD+EKMr/MxLAyB0vWa2+7lFoL2gUrSbuVLQVXckk52R+itfOZu+iR5EMuqd9JOJ+nV5ix/eGG8Ss7ZDyqPGtFW2l5kthEKNHCRa2qCnzCtI4O34Rn/jtN9/4k/6m1wLdnn7u6MnFpa5OrwP09l/ZJ4ZUMwRaLSbDJ6v+5bV6MvTmzAvtU/3HyWJ1Aczz8Navje1waMJM8pMlDN0w2THdp/+XECXbulG7WbmK2VE/bbc43h9u9gfRahmot1MFmILtHyxacoYwl0eNOcFoyX+qN+jYbqqKejv6VcdklyHGWQmQOz1ayGzI5+JKXkl/rr/HBYktY8H2wkYCj6yxa7uPMRMxepMZwqabqBzi0h7tW/nt8pJkvx+4Tof5t9mSl+UR2LqX/umtlCMyVWm2XYk1eWqwWiRHwzuK2ZASrSrzqvSpdCxMuytrFGvXof/QYZ/rKxN++x/KyEL0anwlrkAAAAASUVORK5CYII=) center center no-repeat;
  background-size: contain;
}
.new-rate-writer .rating > label.selected ~ label:before,
.new-rate-writer .rating > label:hover ~ label:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAxCAYAAACVtYpYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAbYSURBVHgBxVndbhtFFD5nZtdN1QTcJ6h5g6YvUPcJnCDBBQjZlgCBQDSRKlFAtC4IygVS2ooLJC7aConbliegfYPwAk36BE0Vm5CMdw9nfne9dhJ77Q1HSryz3pmd75zv/I0BzkAOtuoN+mXpEpyBCDgDkZFqDanWhTOQCM5AJGE7RXoNZyAIFYumWxwlLwgBoyXVwA//fQkVSuWUkzJdA0IEAhgeRh2oWCoHhGnaIo1GXxM2oWKplHIHW0uNSEQvAFkEEMPCSMmLuLm3BxVJpRaSEDcZg1Eao0FNPHUu7UCFUikgRtK23qMHRAYUUAsqlMood3CX6XY+3tEIdIQzb9J/rMLosDraVWYhWYubvH8aUxnb6/Cc6kBFUhkgDgJt7T+UOkhMOUM/HknEymhXCeUM3c7FO55iGgwINEFBRzpDuyWmXXfxtKvEQppuBgQYjZGJdGQjHbiYp46qiXaVAOLtt011ABaNgVJ8MVUT7RZOOdqq14dp8spHNRRsHCR3bSmH0kS+11FNvrVo2i3cQkola/mxL3vMtUmuaKkH9GZypBZupYUDQkmtLJnqfzm6GYdK7ZgpSSg6sGBBdWO5yWs39EBI/pfyC6XQr0Uem5enwjKHaxl7PwJK0d3jz1Q/JN2CAh6aC+H+cgk1XGf0e83U29RzhVcC8Gr8fvMuzLmEU73gealOBdJeB5PwWKXquZnAoHpMhVtGg0Jv0ZFDs0PksnxuY94fihvVY/sdOf+ZPN+v4cdmrbH1ya2HNlS65+2zrjrMUsO9uNXfDBrQlkIpHrIDN/LlSlhYW8AvgMdrfqJV9IdE6096TemCgxgvi0aU5YKKDokZYAdE2CX42V1etxuv95/lDAkQ/9x/plBc48ceUT76kQNCwTPsBtGXNaMhGcE/OcF3kNwcH9LJzLcGysQ/ZedRNgaPSutYr0FPJchVD8ZNGZejr97YYJfdyofcAF1rRniMbr63hMjRYAK9gjWcdn0FET6haCn9jpSKzGBr76WU3Km9M7hX3PuxeejgJp8FyOQvXvyS2YiwVplEkdFxEZTVb+YHOSXhBGV4BQXQuXWFcdqXKSbrtXcH25P2fWzYPv/T3q6M5Sqz94FB7uowg8fQjUKf48lYpI4RQw0MZDPeoPWCE3RJLlCAp5YVxFA+PZD/iNXjwLg9nC7DWyttfrJnrGUyvXPwSaG4QCtrGQJXHYxStEAv0wTmI6dTN3/H1QR1o/f2n56216kAaTno1Rs1TJ+kQJdP8plAS2GtkKfoRD8SoyHa3wtzEJ5JVB18f7rjr6kBeVF3lm+zA/eCZjGXG3IAszxVzBdwSpj3zxuM38Xtfg9mkJkBaTn64cJlAeIJa7sxshnIbTDQpWAVH7a94xejopmDu1wOdONuFo6nlVK1XO2bwbYS8hp3o48n5h0tJn85nwj3bICwdHSODt7p/Rx4KlOxWgaMWQvmFHV3RbcK9REfEjYbB41Lm4RtuMaxUijzO9iLu/sXYQ6Zq9qmH5ev8j7qfqz3ZLZMTk9W4ybTZ9m+2OyNjOvq4XIT5pC5ACnCTjjm1VqmwByX9cfLGt/JZoVUlqPcnbl6pPn6IYSm35Zv3goPYNGHbCQ3+TWzmD9/MAkbOzCHlAakvufqnFyU86B0AVqsFVxwyIajxaYNDNlxMcxJuzksJNaMRZyfGKEJ9QxOuI/574rPmhavCWV3BSWFI1nLtgSQWaAIJ3hJrvnIg6PiHPIHkW0oKaUA2cQKl0IBaXuTAMpYbjSu/ckfj8N9L+77fIAwGY0TdlnalQKEqez4UIw5O4TmKwvFe2zFjfiL/fXo8/0uQrKh74U5ZP9C/QC2irfllGhCCSlJufSqv8pHMXui48Iwwd9DUqu164P7/nv52eD+EKMr/MxLAyB0vWa2+7lFoL2gUrSbuVLQVXckk52R+itfOZu+iR5EMuqd9JOJ+nV5ix/eGG8Ss7ZDyqPGtFW2l5kthEKNHCRa2qCnzCtI4O34Rn/jtN9/4k/6m1wLdnn7u6MnFpa5OrwP09l/ZJ4ZUMwRaLSbDJ6v+5bV6MvTmzAvtU/3HyWJ1Aczz8Navje1waMJM8pMlDN0w2THdp/+XECXbulG7WbmK2VE/bbc43h9u9gfRahmot1MFmILtHyxacoYwl0eNOcFoyX+qN+jYbqqKejv6VcdklyHGWQmQOz1ayGzI5+JKXkl/rr/HBYktY8H2wkYCj6yxa7uPMRMxepMZwqabqBzi0h7tW/nt8pJkvx+4Tof5t9mSl+UR2LqX/umtlCMyVWm2XYk1eWqwWiRHwzuK2ZASrSrzqvSpdCxMuytrFGvXof/QYZ/rKxN++x/KyEL0anwlrkAAAAASUVORK5CYII=) center center no-repeat;
  background-size: contain;
}
.new-rate-modal h5 {
  text-align: center;
}
.new-rate-modal .new_alert-block-rate {
  background: #F8FCFF;
  border-radius: 6px;
  border: 0;
  margin: 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .new-rate-modal .new_alert-block-rate {
    display: block;
    text-align: center;
    margin: 12px -24px 0;
    padding: 12px 24px;
  }
}
.new-rate-modal .btn-rate-block {
  color: #42BAEA;
  font-size: 16px;
  margin-left: 5px;
}
.new-rate-modal .btn-rate-block:hover {
  color: #42BAEA;
}
.new-rate-modal .alert-msg-rate {
  bottom: -50px;
  background: transparent;
  width: 100%;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .new-rate-modal .alert-msg-rate {
    justify-content: flex-start;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    bottom: unset;
    max-height: 60px;
    padding-top: 20px;
  }
}
.new-rate-modal .comment-wrap-title {
  font-weight: 500;
}
.new-rate-modal .comment-wrap-title .optinal-item {
  font-size: 14px;
}
.new-rate-modal .comment-wrap {
  display: none;
}
.new-rate-modal .comment-area {
  margin-bottom: 24px;
  border: 1px solid #8B8B8B;
}
.new-rate-modal .modal-footer {
  justify-content: center !important;
}
@media (min-width: 768px) {
  .new-rate-modal .modal-footer {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .new-rate-modal .modal-title {
    text-align: left !important;
    font-size: 16px;
  }
  .new-rate-modal .rating {
    justify-content: flex-end;
    margin: 0 !important;
    padding-top: 0px;
    position: relative;
    top: 0;
    align-items: unset;
    max-height: 36px;
  }
  .new-rate-modal .optinal-item {
    margin: 0 !important;
  }
}
@media (max-width: 567px) {
  .new-rate-modal .optinal-item {
    display: block;
  }
}
.new-rate-modal.modal-popup .modal-content {
  padding: 40px 20px 10px;
}
.new-rate-modal.modal-popup .modal-footer {
  padding: 40px 0px 14px;
}
@media (max-width: 767px) {
  .new-rate-modal.modal-popup .rating {
    justify-content: center !important;
  }
  .new-rate-modal.modal-popup .modal-title {
    text-align: center !important;
  }
}
.new-rate-modal .btn-rate-disabled {
  pointer-events: none;
}
.pay-tips-col {
  width: 264px;
  margin: 0 auto;
  padding: 48px 0;
}
.title_pay-tips {
  font-size: 12px;
}
[data-new-rate-submit] {
  padding: 0;
}
@media (max-width: 767px) {
  .modal_pay-tips .close {
    display: none !important;
  }
  .modal_pay-tips .title_pay-tips {
    font-weight: 500;
    font-size: 16px;
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .text-responsive span {
    font-weight: 500;
  }
}
.emogi-rated-img {
  margin: 0 auto 30px;
  display: block;
  max-width: 65px;
}
.tip-writer_modal .writers-tip_holder {
  display: block;
  border: none;
  border-radius: unset;
}
.tip-writer_modal .modal-title {
  text-align: center;
}
.tip-writer_modal .modal-title:before {
  content: '';
  width: 23px;
  height: 23px;
  background: url(../build/img/rate-tip-money.svg) center center no-repeat;
  background-size: contain;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.tip-writer_modal .modal-content {
  padding: 40px 0px 10px;
}
.tip-writer_modal .writers-tip_inner {
  padding: 32px 60px;
}
@media (max-width: 767px) {
  .tip-writer_modal .writers-tip_inner {
    padding: 32px 40px;
  }
}
.tip-writer_modal .modal-footer {
  justify-content: center;
}
@media (max-width: 767px) {
  .tip-writer_modal .writers-tip_btns {
    flex-direction: column;
  }
  .tip-writer_modal .writers-tip_btns .btn-tip-writer {
    width: 230px;
    margin-bottom: 12px;
    min-height: 40px;
  }
  .tip-writer_modal .writers-tip_check {
    width: 230px;
    margin: 0px auto;
  }
  .tip-writer_modal .writers-tip_check .text-custom-tip {
    height: 40px;
  }
  .tip-writer_modal .writers-tip_check .input-tip-writer {
    max-height: 100%;
  }
}
.custom-modal-tips .wrap-payment-img {
  min-width: 140px;
  padding-right: 20px;
  border-right: 2px solid #DAE7F1;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  max-width: 140px;
}
@media (max-width: 767px) {
  .custom-modal-tips .wrap-payment-img {
    max-width: 100%;
    justify-content: flex-start;
    min-height: unset;
    margin-top: 10px;
    border-right: 0;
  }
}
.custom-modal-tips .button-title {
  margin-left: 25px;
  display: initial;
  align-self: center;
  text-align: left;
  line-height: normal;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 767px) {
  .custom-modal-tips .button-title {
    margin-left: 0;
    display: block;
    align-self: unset;
    text-align: left;
  }
}
.custom-modal-tips .pay-tips-col {
  width: 100%;
  padding: 48px;
}
@media (max-width: 767px) {
  .custom-modal-tips .pay-tips-col {
    padding: 40px 20px;
  }
}
.custom-modal-tips .modal-dialog {
  max-width: 600px;
}
.custom-modal-tips .payment_method_box {
  display: flex;
}
.custom-modal-tips .payment_method {
  font-size: 18px !important;
  line-height: 17px !important;
}
.custom-modal-tips .payment_method_details {
  font-size: 14px !important;
  line-height: 23px !important;
  max-width: 260px;
}
.custom-modal-tips .payment_method_box:hover {
  border-color: #392E66;
}
@media (min-width: 768px) {
  .custom-modal-tips .payment_method_box {
    border-radius: 20px !important;
  }
}
@media (max-width: 767px) {
  .custom-modal-tips .payment_method_box {
    flex-direction: column-reverse;
  }
}
.custom-modal-tips .title_pay-tips {
  font-size: 14px;
}
.custom-modal-tips .wrap-payment-img {
  min-width: auto;
  padding-right: 7px;
  border-right: none;
  max-width: 67px;
}
@media (max-width: 767px) {
  .custom-modal-tips .wrap-payment-img img {
    max-width: 38px;
  }
}
.custom-modal-tips .payment_method_box {
  display: flex;
  border-color: transparent !important;
  border-radius: 6px !important;
  box-shadow: 0px 2px 6px #E5EBE7;
  overflow: hidden;
  margin-bottom: 12px;
}
.custom-modal-tips .payment_method_box:hover {
  border-color: #11BAFD !important;
}
.custom-modal-tips .payment_card {
  flex-direction: column-reverse;
}
.custom-modal-tips .payment_card:before {
  content: '';
  max-width: 67px;
  width: 60px;
  height: 60px;
  position: absolute;
  top: calc(28%);
  background: url(/public_new/assets/order_form/img/Credit_Card.svg) no-repeat 50% 50% transparent;
}
@media (max-width: 767px) {
  .custom-modal-tips .payment_card:before {
    display: none;
  }
}
.custom-modal-tips .payment_card .wrap-payment-img {
  max-width: unset;
  display: initial;
  align-self: start;
  text-align: left;
  min-height: unset;
  margin: 8px 0 0 85px;
}
@media (max-width: 767px) {
  .custom-modal-tips .payment_card .wrap-payment-img {
    margin: 8px 0 0 -2px;
  }
  .custom-modal-tips .payment_card .wrap-payment-img img {
    max-width: 40px;
  }
}
.custom-modal-tips .payment_card .button-title {
  align-self: start;
  margin-left: 90px;
}
@media (max-width: 767px) {
  .custom-modal-tips .payment_card .button-title {
    margin-left: 0px;
  }
}
.custom-modal-tips .button-title:after {
  content: '';
  position: absolute;
  height: calc(234%);
  top: -27px;
  width: 1px;
  background: #E7E9EC;
  right: 68px;
}
.new-rate-modal .new_alert-block-rate,
.writers-tip_holder {
  background: #F8F8F8;
}
.new-rate-modal .btn-rate-block {
  color: #42BAEA;
}
.improve-tip_holder .improve-item:checked + .improve-item-label,
.writers-tip_btns .btn-tip-writer.btn-tip-writer-active {
  background: #11BAFD;
}
.writers-tip_holder .writers-tip_title {
  background: #7A8794;
}
.writers-tip_holder {
  border-color: #F8F8F8;
}
.tip-writer_modal .yellow-btn,
.new-rate-modal .btn-custom.yellow-btn {
  background: #42BAEA;
}
.tip-writer_modal.modal-custom .btn-custom.yellow-btn:hover,
.tip-writer_modal.modal-custom .btn-custom.yellow-btn:focus,
.tip-writer_modal.modal-custom .btn-custom.yellow-btn:active,
.new-rate-modal .btn-custom.yellow-btn:hover,
.new-rate-modal .btn-custom.yellow-btn:focus,
.new-rate-modal .btn-custom.yellow-btn:active {
  background: #42BAEA;
  color: #fff;
  border: none;
}
.text-responsive-seccess,
.text-responsive-bold {
  font-weight: 500;
  font-size: 20px;
}
.error-custom-tips {
  background: #FFEAEA;
  border-radius: 8px;
  color: #EB5757;
  font-size: 12px;
  text-align: center;
  padding: 7px;
  width: 100%;
  position: relative;
  top: 12px;
}
.modal-popup-rate.modal-popup .modal-dialog {
  max-width: 475px;
}
.modal-popup-rate.modal-popup .btn-custom {
  width: 200px;
}
.modal-popup-rate.modal-popup .modal-content {
  padding: 40px 58px 20px;
}
@media (max-width: 767px) {
  .modal-popup-rate.modal-popup .modal-content {
    padding: 40px 30px 20px;
  }
}
.modal_addtomybalance .modal-header {
  min-height: 41px;
  padding: 0 0 10px 0 !important;
}
.modal_addtomybalance .modal-header .close span {
  background: url(../build/img/close-grey.svg) no-repeat transparent;
  background-size: 16px;
}
.modal_addtomybalance .modal-body {
  padding: 0 0 15px 0 !important;
}
.modal_addtomybalance .modal-body p {
  margin: 0 0 13px 0 !important;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #4C4C4C;
}
.modal_addtomybalance .modal-body .amount-info {
  background: #FAFAFA url(../build/img/icon_info_grey.svg) left 24px top 50% no-repeat;
  border-radius: 10px;
  padding: 8px 24px 8px 60px;
  margin-top: 7px;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 160%;
  color: #4C4C4C;
}
.modal_addtomybalance .modal-body .amount-size-info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #979797;
}
.modal_addtomybalance .enter-amount {
  padding: 26px 37px 21px 37px;
  margin: 0 0 24px 0;
  background: #F5F9FC;
  border: 1px solid #D4E3EE;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .modal_addtomybalance .enter-amount {
    padding: 26px 17px 21px 17px;
  }
}
.modal_addtomybalance .enter-amount .title {
  margin: 0 0 9px 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #4C4C4C;
}
.modal_addtomybalance .enter-amount .enter-amount_check {
  margin: 0 0 32px 0;
}
.modal_addtomybalance .enter-amount .enter-amount_check .alert-hint {
  top: 55px;
}
.modal_addtomybalance .enter-amount .enter-amount_check:before {
  content: '$';
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  left: 15px;
}
.modal_addtomybalance .enter-amount .input-enter-amount {
  border: 1px solid #B4B4B4;
  box-sizing: border-box;
  border-radius: 5px;
  -webkit-appearance: none;
  background: #fff;
  box-sizing: border-box;
  padding: 10px 10px 10px 24px;
  height: 50px;
  width: 100%;
}
.modal_addtomybalance .enter-amount .input-enter-amount:focus {
  border: 1px solid #B8E4FA;
}
.modal_addtomybalance .enter-amount .amount_btns {
  flex: 2;
  margin: 0 0 14px 0;
}
.modal_addtomybalance .enter-amount .amount_btns .btn-amount {
  font-weight: 500;
  font-size: 14px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  color: #333333;
  border: none;
  margin: 0 5px;
  flex: 1;
  height: 33px;
  background: #FFFFFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 100px;
  max-width: 80px;
}
.modal_addtomybalance .enter-amount .amount_btns .btn-amount:hover,
.modal_addtomybalance .enter-amount .amount_btns .btn-amount:focus {
  background: #ECECFF;
}
.modal_addtomybalance .enter-amount .amount_btns .btn-amount.active {
  color: #fff;
  background: linear-gradient(180deg,#4E3D95 0%,#3A2E60 100%);
}
.modal_addtomybalance .payment_card_list {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .modal_addtomybalance .payment_card_list.payment_card_old {
    flex-direction: column;
  }
  .modal_addtomybalance .payment_card_list.payment_card_old .payment_method_box {
    width: 100%;
  }
}
.modal_addtomybalance .payment_method_box {
  width: 50%;
  background: #FFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 20px 17px 0;
  padding: 14px 16px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .modal_addtomybalance .payment_method_box {
    margin: 0 11px 11px 0;
    height: 60px;
  }
}
.modal_addtomybalance .payment_method_box:hover,
.modal_addtomybalance .payment_method_box:focus {
  border: 1px solid #392E66 !important;
  cursor: pointer;
}
.modal_addtomybalance .payment_method_box:last-child {
  margin: 0 0 11px 0;
}
.modal_addtomybalance .payment_method_box.disabled-element {
  opacity: 0.5;
}
.modal_addtomybalance .payment_method_box:after {
  content: "";
  background: url(../build/img/payment-btn-dark.svg) center center no-repeat transparent;
  width: 18px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  background-size: 13px;
}
.modal_addtomybalance .payment_method {
  font-size: 12px;
  line-height: 12px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 6px;
  padding-left: 18px;
}
.modal_addtomybalance .payment_method.payment_method_by_card {
  background: url(../build/img/pay_card_banner.svg) left center no-repeat;
}
.modal_addtomybalance .payment_method.payment_method_another_way {
  background: url(../build/img/pay_anothe_banner.svg) left center no-repeat;
}
.modal_addtomybalance .payment_method_details {
  font-size: 10px;
  line-height: 10px;
  color: #737373;
  border-radius: 20px;
  font-weight: 400;
}
.modal_addtomybalance .payment__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 !important;
}
.modal_addtomybalance .payment__item {
  position: relative;
  width: calc(33.333333333333%);
  margin: 0 15px 17px 0;
  padding: 0 16px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  background: #FFFFFF;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #E6E6EF;
}
@media (max-width: 767px) {
  .modal_addtomybalance .payment__item {
    align-items: center !important;
    justify-content: center !important;
    flex-direction: row !important;
    margin: 0 7px 17px 0 !important;
    padding: 0 5px !important;
    height: 60px !important;
  }
  .modal_addtomybalance .payment__item:before {
    display: none !important;
  }
}
.modal_addtomybalance .payment__item:last-child {
  margin: 0 0 12px 0 !important;
}
.modal_addtomybalance .payment__item:after {
  content: "";
  background: url(../build/img/payment-btn-dark.svg) center center no-repeat transparent;
  width: 18px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 16px;
  background-size: 13px;
}
@media (max-width: 767px) {
  .modal_addtomybalance .payment__item:after {
    display: none;
  }
}
.modal_addtomybalance .payment__item:hover,
.modal_addtomybalance .payment__item:focus {
  border: 1px solid #392E66 !important;
  cursor: pointer;
}
.modal_addtomybalance .payment__item.disabled-element {
  opacity: 0.5;
}
.modal_addtomybalance .payment__item--name {
  margin: 0 0 0 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #333333;
}
@media (max-width: 767px) {
  .modal_addtomybalance .payment__item--name {
    margin: 0 0 0 4px !important;
  }
}
.modal_addtomybalance .only-card_payment .payment_card {
  width: 100%;
}
@media (max-width: 767px) {
  .modal_addtomybalance .payment__container {
    margin: -38px 0 58px 0;
  }
  .modal_addtomybalance .payment__item {
    width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
    position: relative;
    padding: 0 0 0 24px;
  }
  .modal_addtomybalance .payment__item--name {
    margin: 0 0 12px 0;
  }
  .modal_addtomybalance .pay-wrapper-new .btn-check {
    height: 102px;
    min-height: 102px;
  }
  .modal_addtomybalance .pay-wrapper-new .btn-check.button-title small {
    margin-top: -8px;
    display: block;
  }
  .modal_addtomybalance .payment__item:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #E7E9EC;
    right: 54px;
  }
  .modal_addtomybalance .payment__item:after {
    content: "";
    position: absolute;
    background: url(/public_new/assets/order_form/img/arrow-right.png) no-repeat center center;
    background-size: 22px 14px;
    width: 23px;
    height: 14px;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (min-width: 768px) {
  #ModalSendRevisionPaid .btn-custom {
    width: 140px;
  }
}
#ModalSendRevisionPaid .yellow-btn {
  width: 140px;
}
@media (max-width: 767px) {
  #ModalSendRevisionPaid .modal-content {
    padding: 24px 24px 10px;
  }
  #ModalSendRevisionPaid .modal-content .modal-footer {
    margin: 0 -14px;
  }
}
.payment-col-img {
  padding: 24px !important;
}
@media (max-width: 767px) {
  .payment-col-img .owl-stage {
    display: flex;
  }
}
.payment-col-img .payment_method_box {
  padding: 12px 14px !important;
}
@media (max-width: 767px) {
  .payment-col-img .payment_method_box {
    min-height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.payment-col-img .payment_method_box:after {
  width: 14px !important;
  background-size: contain !important;
}
.payment-col-img .payment_method {
  padding-left: 30px !important;
  position: relative;
}
@media (max-width: 767px) {
  .payment-col-img .payment_method {
    padding-left: 20px !important;
  }
}
.payment-col-img .payment_method:before {
  content: '';
  background: url(../build/img/pay_card_banner.svg) left center no-repeat;
  width: 18px;
  height: 14px;
  position: absolute;
  left: 0;
  top: -1px;
}
.payment-col-img .payment_method_box:not(.payment_bonus):not(.payment_google) .payment_method {
  margin-bottom: 0px !important;
}
.payment-col-img .payment_method_box:not(.payment_bonus):not(.payment_google) .payment_method_details {
  display: none !important;
}
.payment-col-img .payment_anotherway .payment_method:before {
  background: url(../build/img/pay_anothe_banner.svg) left center no-repeat;
}
.payment-col-img .payment_apple-pay .payment_method:before {
  background: url(../build/img/pay_apple_banner.svg) left center no-repeat;
}
.payment-col-img .payment_bonus .payment_method:before {
  background: url(../build/img/pay_bonus_banner.svg) left center no-repeat;
}
@media (min-width: 768px) {
  .payment-col-img .payment_bonus .payment_method_details {
    padding-left: 30px !important;
  }
}
.payment-col-img .payment_google .payment_method:before {
  background: url(../build/img/payment-btn-google.svg?v=1) left center no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
}
@media (min-width: 768px) {
  .payment-col-img .payment_google .payment_method_details {
    padding-left: 30px !important;
  }
}
.payment-col-img .payment_stripe .payment_method:before {
  background: url(../build/img/stripe-icon-modal.svg) left center no-repeat;
  background-size: contain;
}
.modal-package_course .modal-dialog {
  max-width: 688px;
}
.modal-package_course .modal-header {
  padding-bottom: 20px;
}
.modal-package_course .input-control {
  border-color: #8B8B8B;
}
.modal-package_course textarea {
  border-color: #8B8B8B !important;
  height: 90px !important;
}
.modal-package_course .modal-footer {
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .modal-package_course .modal-footer {
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .modal-package_course .form-group-inner {
    width: 280px;
  }
}
.modal-package_course .modal-content {
  max-height: unset !important;
}
.modal-package_course .modal-content .alert-info {
  margin: 0 0 24px;
  width: 100%;
  max-width: 100%;
  display: block;
}
.modal-package_course .package_course-hint {
  line-height: 22px;
}
.modal-package_course .alert-info-package {
  background: url(../build/img/package_course-aleart.svg) left 16px center no-repeat #FFF4EA;
  padding: 16px 16px 16px 58px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.modal-package_course .form-group-border {
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.modal-package_course .form-group-border:before {
  content: '';
  position: absolute;
  border-top: 1px solid #F1F1F1;
  display: block;
  height: 1px;
  width: calc(100% + 80px);
  top: 0px;
  margin: 0 -40px;
}
.modal-package_course .modal-phone-hint {
  max-width: 480px;
}
.modal-package_course .drop-files--extended__container {
  margin: 0;
}
@media (min-width: 768px) {
  .modal-package_course .drop-files--extended__container {
    padding: 25px 32px;
  }
}
.modal-package_course .drop-files--extended__container.drop-files-error {
  border-color: #EB5757;
}
@media (min-width: 768px) {
  .modal-package_course .drop-files--extended__container .btn-file {
    width: 228px;
  }
}
.modal-package_course .submit_btn.disabled span {
  opacity: 0.5;
}
.review-widget-custom .stjr-review-form-widget {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 auto;
  position: relative !important;
  z-index: auto !important;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.review-widget-custom .stjr-review-form-widget-body__close {
  display: none;
}
#ModalReviewWidget .modal-content {
  background: #f1f2f2;
}
@media (max-width: 767px) {
  #ModalReviewWidget .modal-content {
    padding: 20px 0 0;
  }
}
#ModalReviewWidget .modal-content .close {
  display: block;
  margin-top: -30px;
  z-index: 1;
}
@media (max-width: 767px) {
  #ModalReviewWidget .modal-content .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0px;
    right: 15px;
  }
}
#ModalReviewWidget .modal-dialog {
  max-width: 360px;
}
@media (max-width: 767px) {
  #ModalReviewWidget .modal-dialog {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ModalReviewWidget .modal-header {
  padding: 0;
  position: relative;
}
.modal_paynow .payment__container .payment__item {
  background: #FFF;
  border: 2px solid #E9E9E9;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 12px 16px;
  cursor: pointer;
  position: relative;
}
.modal_paynow .payment__container #pay-alipay svg {
  width: 14px;
}
.modal_paynow .payment__container #pay-alipay {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}
.modal_paynow .payment__container #pay-alipay:after {
  content: "";
  background: url(../build/img/payment-btn.svg) center center no-repeat transparent;
  width: 18px;
  height: 10px;
  position: absolute;
  top: calc(44%);
  right: 16px;
}
.modal_paynow #pay-alipay .payment__item--name {
  margin: 0 0 0 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  color: #333333;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .modal_paynow .payment__item {
    background: #FFF;
    border: 2px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 12px 16px;
    cursor: pointer;
    position: relative;
  }
  .modal_paynow #pay-alipay {
    position: relative;
    display: flex;
    align-items: center;
    height: 84px;
  }
  .modal_paynow #pay-alipay:after {
    content: "";
    background: url(../build/img/payment-btn.svg) center center no-repeat transparent;
    width: 18px;
    height: 10px;
    position: absolute;
    top: calc(44%);
    right: 16px;
  }
  .modal_paynow #pay-alipay .payment__item--name {
    margin: 0 0 0 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
    color: #333333;
    border-radius: 20px;
  }
  .modal_paynow #pay-alipay svg {
    width: 14px;
  }
}
#alipay-loader {
  display: none;
  position: fixed;
  z-index: 99999999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(51,51,51,0.6);
}
#alipay-loader img {
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .payment-mob .owl-stage {
    display: flex;
  }
}
.modal-popup.modal-popup-rate-stars .modal-dialog {
  max-width: 560px;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content {
  width: 560px;
  max-width: 100%;
  padding: 50px 30px 40px 30px !important;
}
@media (max-width: 767px) {
  .modal-popup.modal-popup-rate-stars .modal-dialog .modal-content {
    padding: 50px 20px 45px 20px !important;
  }
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .close {
  margin: 0;
  position: absolute;
  right: 16px;
  top: 15px;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .close span {
  background: url(../build/img/close-dark.svg) no-repeat;
  background-size: cover;
  height: 13px;
  width: 13px;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  color: #333333;
  margin: 0 0 40px 0;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper {
  position: relative;
  border: 2px solid #EAF6FF;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 22px 36px 26px 96px;
  background: #F5F9FC;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 90px;
  height: 90px;
  background: url(../build/img/popup-rate-bg.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper:before {
    left: 50%;
    margin-left: -32px;
    top: -33px;
  }
}
@media (max-width: 767px) {
  .modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper {
    padding: 41px 26px 18px 26px;
    text-align: center;
  }
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  color: #333333;
  margin: 0 0 6px 0;
}
@media (max-width: 767px) {
  .modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .subtitle {
    line-height: 18px;
  }
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .description {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #4C4C4C;
  margin: 0 0 9px 0;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block {
  display: flex;
}
@media (max-width: 767px) {
  .modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block {
    flex-direction: column;
    align-items: center;
  }
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block .btn-white {
  background: #FFFFFF;
  border: 1px solid #EAF6FF;
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4C4C4C;
  height: 32px;
  width: 160px;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block .btn-code-ref {
  background: linear-gradient(180deg,#4E3D95 0%,#3A2E60 100%);
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  width: 160px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #FFFFFF;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block .btn-code-ref:before {
  content: '';
  background: url(../build/img/copy.png) center no-repeat transparent;
  background-size: cover;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block .btn + .btn {
  margin: 0 0 0 9px;
}
@media (max-width: 767px) {
  .modal-popup.modal-popup-rate-stars .modal-dialog .modal-content .modal-body .wrapper .button-block .btn + .btn {
    margin: 8px 0 0 0;
  }
}
#sendFile #form-files {
  height: 100%;
}
#sendFile .scroll-pane {
  height: 305px;
}
@media (max-width: 767px) {
  #sendFile .scroll-pane {
    height: 100%;
  }
}
@media (max-width: 767px) {
  #sendFile .modal-content {
    padding: 40px 20px 70px 20px;
  }
}
#sendFile .modal-header {
  padding: 0 0 10px 0;
}
@media (max-width: 767px) {
  #sendFile .modal-header {
    justify-content: flex-start;
  }
}
#sendFile .modal-body {
  height: 100%;
  padding: 0 0 30px 0;
}
#sendFile .modal-body p.error span {
  color: #EB5757;
}
#sendFile .modal-body p {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #4C4C4C;
  margin: 0 0 20px 0;
}
#sendFile .modal-footer {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
  justify-content: flex-end;
}
#sendFile .modal-footer .button-block {
  display: flex;
  justify-content: flex-end;
}
#sendFile .modal-footer .button-block button + button {
  margin: 0 0 0 12px;
}
#sendFile .modal-footer .button-block .yellow-btn.disabled {
  opacity: 0.6;
}
#sendFile .modal-footer .error-block {
  position: absolute;
  left: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: #EB5757;
}
@media (max-width: 767px) {
  #sendFile .modal-footer .error-block {
    width: 100%;
    text-align: center;
    margin-top: -97px;
    background: #fff;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #sendFile .modal-footer {
    position: fixed;
    justify-content: space-around;
    padding: 10px 0;
  }
  #sendFile .modal-footer .btn-custom {
    width: 160px;
  }
}
#sendFile .files-list-box {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
}
#sendFile .files-list-box tbody tr {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 100px;
  border-bottom: 1px solid #E6E6EF;
}
#sendFile .files-list-box tbody tr:hover,
#sendFile .files-list-box tbody tr:focus {
  background: #FAFAFA;
}
#sendFile .files-list-box tbody tr.checked {
  background: #FAFAFA;
}
#sendFile .files-list-box tbody tr:first-child {
  border-top: 1px solid #E6E6EF;
}
#sendFile .files-list-box tbody tr td {
  display: flex;
  flex-direction: column;
  padding-top: 17px;
  padding-bottom: 9px;
  padding-left: 0;
  vertical-align: middle;
  border-bottom: none;
}
#sendFile .files-list-box tbody tr td.file-info {
  width: 100%;
}
#sendFile .files-list-box tbody tr td.checked-upload {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 16px;
}
#sendFile .files-list-box tbody tr td.checked-upload .custom-checkbox {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #B6B6B6;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
}
#sendFile .files-list-box tbody tr td.checked-upload .custom-checkbox:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 8px;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -5px;
  background: #fff url(../build/img/file-checked.svg) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
}
#sendFile .files-list-box tbody tr td.checked-upload .custom-checkbox.error {
  border-color: #EB5757;
}
#sendFile .files-list-box tbody tr td.checked-upload .custom-checkbox.checked {
  border-color: #4E3D95;
}
#sendFile .files-list-box tbody tr td.checked-upload .custom-checkbox.checked:before {
  opacity: 1;
  visibility: visible;
}
#sendFile .files-list-box tbody tr td.file-date {
  padding-left: 48px;
  padding-right: 32px;
}
#sendFile .files-list-box tbody tr td.file-type {
  padding-left: 40px;
  padding-right: 0;
}
#sendFile .files-list-box tbody tr .file-download {
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
  min-width: 52px;
}
#sendFile .files-list-box tbody tr .file-download .file-download-btn {
  border: none;
  background: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  #sendFile .files-list-box tbody tr .file-download {
    padding-right: 0;
  }
}
@media (max-width: 1439px) {
  #sendFile .files-list-box tbody tr {
    display: flex;
  }
}
#sendFile .files-list-box tbody .file-name {
  word-break: break-word;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #4C4C4C;
  min-height: 24px;
}
#sendFile .files-list-box tbody .file-type {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #392E66;
  min-height: 20px;
}
#sendFile .files-list-box tbody .file-desc {
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  min-height: 16px;
  color: #BABABA;
  margin: 0 0 10px 0;
}
#sendFile .files-list-box tbody .file-new {
  width: 32px;
  height: 14px;
  font-weight: 500;
  font-size: 8px;
  line-height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #219653;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #sendFile .files-list-box tbody tr {
    padding: 0;
    background: #fff;
  }
}
#sendFile .jspVerticalBar {
  right: 0;
  left: initial;
}
#sendFile .jspPane {
  margin-left: 0;
}
@media (max-width: 767px) {
  #sendFileDone .modal-content {
    padding: 24px;
  }
}
#sendFileDone .modal-body p {
  color: #4C4C4C;
  line-height: 160%;
}
#sendFileDone .modal-body .text-responsive-seccess {
  font-weight: 500;
  font-size: 24px;
  line-height: 153.12%;
  display: flex;
  align-items: center;
  color: #333333;
  margin: 0 0 15px 0;
}
#sendFileDone .modal-body .text-responsive {
  max-width: 464px;
}
@media (max-width: 767px) {
  #sendFileDone .modal-body .text-responsive {
    max-width: 100%;
  }
}
#sendFileDone .modal-body .client-email {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #392E66;
}
#sendFileDone .modal-footer {
  padding-right: 0;
  padding-bottom: 40px;
  padding-top: 22px;
}
@media (max-width: 767px) {
  #sendFileDone .modal-footer {
    padding-bottom: 19px;
    padding-top: 12px;
    padding-left: 0;
  }
  #sendFileDone .modal-footer .btn-custom {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .modal-popup-low-rate .modal-content .modal-footer,
  .modal-popup-low-rate-textarea .modal-content .modal-footer {
    position: static;
    border-top: none !important;
  }
}
@media (max-width: 767px) {
  .modal-popup-sorry-discount .modal-content,
  .modal-popup-sorry-discount-bonus .modal-content,
  .modal-popup-sorry-discount-feedback .modal-content,
  .modal-popup-low-rate .modal-content {
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .modal-popup-sorry-discount .modal-content .modal-footer,
  .modal-popup-sorry-discount-bonus .modal-content .modal-footer,
  .modal-popup-sorry-discount-feedback .modal-content .modal-footer,
  .modal-popup-low-rate .modal-content .modal-footer {
    position: static;
    border-top: none !important;
  }
}
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
[data-tooltip]:before {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  background: #3A3838;
  content: attr(data-tooltip);
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  text-align: center;
  z-index: 8;
  border-radius: 6px;
}
@media (max-width: 767px) {
  [data-tooltip]:before {
    margin-left: -125px;
  }
}
[data-tooltip]:after {
  position: absolute;
  bottom: 110%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(51,51,51,0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.crypto-select {
  margin-left: 8px;
  flex: 1;
}
.crypto-select .select2-container--default .select2-selection {
  font-size: 10px;
  line-height: normal;
  font-weight: normal;
  height: 22px;
}
.crypto-select .select2-selection--single .select2-selection__rendered {
  color: #282828;
  line-height: normal;
  padding-left: 0;
}
.crypto-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  height: 22px;
}
.crypto-select .select2-container--default.select2-container--open {
  width: 100% !important;
  max-width: 100% !important;
}
.select2-crypto .select2-results__option {
  padding: 6px;
  font-size: 9px;
  line-height: 12px;
}
.payment_cryptopay .payment_method {
  display: flex;
  align-items: center;
}
.icon-bitcoin {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: center no-repeat url('/public_new/assets/order_form/img/bitcoin.svg');
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.icon-ethereum {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: center no-repeat url('/public_new/assets/order_form/img/ethereum.svg');
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.icon-tether,
.icon-tether_trc,
.icon-tether_erc {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: center no-repeat url('/public_new/assets/order_form/img/tether.svg');
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.icon-binance,
.icon-binance_coin {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: center no-repeat url('/public_new/assets/order_form/img/binancecoin.svg');
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.icon-dogecoin {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: center no-repeat url('/public_new/assets/order_form/img/dogecoin.svg');
  border-radius: 50%;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.modal-custom.modal_paynow .payment_cryptopay:after {
  top: auto;
  bottom: 23px;
}
.payment_cryptopay .cryptopay-aleart {
  color: #808F9B;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  padding-left: 17px;
  background: url('/public_new/assets/order_form/img/report_problem.svg') top 2px left no-repeat;
  background-size: 10px auto;
}
.tooltip-crypto {
  display: inline;
  color: #3771DD;
  font-weight: 500;
}
.payment_cryptopay .tooltip-crypto:before {
  padding: 10px;
  background: #F3F9FE;
  border: 1px solid #9BCEFB;
  box-shadow: 0px 10px 45px rgba(55,113,221,0.1);
  border-radius: 8px;
  color: #282828;
  font-weight: normal;
  font-size: 9px;
  line-height: 160%;
  width: 172px;
  z-index: 1;
}
.payment_cryptopay .tooltip-crypto:after {
  border: none;
  bottom: auto;
  width: 10px;
  height: 10px;
  top: 10px;
  z-index: 1;
  background: url('/public_new/assets/order_form/img/rectangle.png') center bottom no-repeat;
  background-size: 10px auto;
}
.payment_cryptopay .cryptopay-aleart {
  font-size: 10px;
  line-height: 160%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .payment_cryptopay .tooltip-crypto:before {
    top: calc(100% + 9px);
    left: calc(50% - 5px);
    bottom: auto;
  }
}
@media (max-width: 767px) {
  .payment_cryptopay .tooltip-crypto:before {
    padding: 10px;
    font-size: 10px;
    line-height: 160%;
    width: 190px;
    left: calc(30%);
  }
  .payment_cryptopay .tooltip-crypto:after {
    top: -7px;
    transform: rotate(180deg);
  }
  .modal_paynow.modal.show .modal-dialog {
    max-height: 100%;
    align-items: flex-start;
    overflow-y: auto;
  }
  .modal-custom.modal_paynow .modal-body {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) and screen and (max-device-width: 767px) and (orientation: landscape) {
  .modal-custom.modal_paynow .modal-body {
    padding-bottom: 0px;
  }
}
.modal-welcome-back .modal-header {
  justify-content: center;
}
.modal-welcome-back .modal-title {
  font-size: 20px;
  line-height: 30px;
}
.modal-welcome-back p,
.modal-welcome-back ul {
  font-size: 16px;
  line-height: 160%;
  font-weight: normal;
}
.modal-welcome-back ul {
  padding-left: 16px;
}
.modal-log-auth-new .modal-body-flex {
  display: flex;
  flex-wrap: wrap;
}
.modal-log-auth-new .form-group-inner {
  width: 100%;
}
.modal-log-auth-new .form-group {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal-log-auth-new .form-group-50 {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  max-width: 100%;
}
.modal-log-auth-new .form-group-50 p {
  width: 100%;
}
.modal-log-auth-new .form-group-50 .form-group-holder {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal-log-auth-new .form-group-50 .form-group-holder {
    padding-right: 16px;
  }
}
.modal-log-auth-new .preferense-night-calls {
  padding: 20px 20px 10px;
  border-radius: 10px;
  margin: 0;
  background: #F8FFFC;
  border: 1px solid #E6E6EF;
}
@media (min-width: 768px) {
  .modal-log-auth-new .preferense-night-calls {
    max-width: 186px;
  }
}
@media (max-width: 767px) {
  .modal-log-auth-new .preferense-night-calls {
    margin-top: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.modal-log-auth-new .preferense-night-calls .preferense-item__info {
  font-size: 12px;
  color: #4C4C4C;
  margin-bottom: 0;
}
.modal-log-auth-new .preferense-night-calls .preferense-item {
  display: block;
  position: relative;
}
.modal-log-auth-new .preferense-night-calls .preferense-item__block {
  max-width: unset;
  width: unset;
}
.modal-log-auth-new .preferense-night-calls .preferense-item__checkbox {
  position: absolute;
  top: -10px;
  right: 0;
}
@media (max-width: 767px) {
  .modal-log-auth-new .preferense-night-calls .preferense-item__checkbox {
    top: -6px;
  }
}
.modal-log-auth-new .preferense-item .preferense-item__name {
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal-log-auth-new .preferense-item .preferense-item__name {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .modal-log-auth-new .auth-row-hint {
    max-width: 305px;
  }
}
@media (min-width: 768px) {
  .modal-log-auth-new .input-phone-inner {
    max-width: 278px;
  }
}
.modal-log-auth-new .modal-footer {
  padding-top: 20px;
}
@media (max-width: 767px) {
  .modal-log-auth-new .modal-content {
    min-height: auto;
    height: auto;
  }
}
.modal-log-auth-new .modal-dialog {
  align-items: flex-start;
}
.modal-log-auth-new .input-control {
  border-color: #E6E6EF;
}
@media (max-width: 767px) {
  .modal-log-auth-new .alert-hint {
    position: static;
  }
}
@media (max-width: 767px) {
  .modal-log-auth-new .modal-content .modal-header {
    justify-content: unset;
  }
}
@media (max-width: 767px) {
  .modal-log-auth-new .modal-content .modal-title {
    font-size: 16px;
    line-height: 160%;
  }
}
@media (max-width: 767px) {
  .modal-log-auth-new .modal-content p {
    font-size: 14px;
    line-height: 160%;
  }
}
.modal-log-auth-new .modal-content .modal-auth-caption {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .modal-log-auth-new .auth-row-hint {
    font-size: 14px;
    margin-top: 12px;
  }
}
#LeavePhoneModal form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 560px;
  height: 500px;
  background: #F0F2F3 url(../build/img/popup-phone/phone-bg.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  pointer-events: auto !important;
}
@media (max-width: 767px) {
  #LeavePhoneModal form {
    width: 100%;
    height: 100%;
  }
}
#LeavePhoneModal form .filter-single-wrap .select2-container--default.select2-container--open .select2-selection {
  border: none !important;
}
#LeavePhoneModal form .select2-container--default.select2-container--open .select2-dropdown {
  border: 1px solid #E6E6EF !important;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .select2-container--default.select2-container--open .select2-dropdown {
    max-width: 250px;
  }
}
#LeavePhoneModal form .filter-single-wrap .select2-container--default.select2-container--open .select2-selection,
#LeavePhoneModal form .select2-container--default.select2-container--open .select2-dropdown {
  box-shadow: none !important;
}
#LeavePhoneModal form .modal-wrapper {
  font-family: 'Gotham Pro';
  font-style: normal;
  position: relative;
  height: 100%;
}
#LeavePhoneModal form .modal-wrapper .close-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .close-popup {
    right: 10px;
    top: 10px;
  }
}
#LeavePhoneModal form .modal-wrapper .close-popup svg rect {
  fill: #4C4C4C;
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-default,
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-default {
  padding: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-default {
    padding: 60px 0;
    max-width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-pic {
  margin-bottom: 30px;
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-pic img {
  width: 120px;
  height: 120px;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-pic img {
    width: 90px;
    height: 90px;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-title {
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #4C4C4C;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-title {
    font-size: 20px;
    line-height: 25px;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-subtitle {
  font-family: 'Gotham Pro';
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #4C4C4C;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-subtitle {
    font-size: 12px;
    line-height: 20px;
  }
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-phone-subtitle span {
    display: block;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner {
  margin: 0 0 46px 0;
  width: 100%;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner {
    margin: 0 0 53px 0;
  }
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner .select2-selection {
    width: 82px;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner .select2-container--default .select2-selection {
  height: 48px;
  border-radius: 5px;
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner .input-control {
  height: 50px;
  border: 1px solid #E6E6EF;
  padding: 0 15px 0 112px;
  border-radius: 5px;
  background: #fff;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner .input-control {
    padding: 0 15px 0 93px;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .input-phone-inner .alert-hint {
  width: 100%;
  font-size: 12px;
  line-height: 11px;
  position: absolute;
  top: auto;
  margin-top: 4px;
  color: #FF8B8B;
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .btn-main {
  position: relative;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF !important;
  border: none;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  padding: 14px 30px;
  margin: 0;
  font-style: normal;
  line-height: 16px;
  cursor: pointer;
  white-space: nowrap;
  width: 200px;
  background: #11BAFD;
  border-radius: 100px;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .btn-main {
    width: 100%;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm {
  padding: 60px 60px 80px 60px;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm {
    padding: 100px 0 0 0;
    justify-content: flex-start;
  }
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-content-confirm_t {
    max-width: 250px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-title {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-title span {
    display: block;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-subtitle {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-subtitle span {
    display: block;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .btn-main {
  margin: 0 auto 20px auto;
  border-radius: 100px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .btn-main {
    width: 250px;
    margin: 0 auto 48px auto;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-pic {
  margin: 0 0 30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-pic {
    margin: 0 0 20px 0;
  }
}
#LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-pic img {
  width: 155px;
  height: 150px;
}
@media (max-width: 767px) {
  #LeavePhoneModal form .modal-wrapper .modal-content-wrapper .modal-content-confirm .modal-phone-pic img {
    width: 124px;
    height: 120px;
  }
}
.modal-cancel__subtitle {
  margin-bottom: 32px !important;
  display: flex;
  align-items: center;
}
.modal-cancel__subtitle:after {
  content: '';
  display: inline-block;
  margin-left: 4px;
  width: 24px;
  height: 24px;
  background: url(../build/img/emoji-cancel.svg) center no-repeat transparent;
}
.modal-cancel .btns-radio-reason-choosen .btn-radio-single:not(.active) {
  display: none !important;
}
.modal-cancel .modal-content .close {
  display: block;
}
.modal-cancel .modal-content .modal-header {
  padding: 0;
}
.modal-cancel .tab {
  display: none;
}
.modal-cancel .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason {
  padding-top: 0px;
}
.modal-cancel .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single input[type="radio"] + span::after {
  right: auto;
  left: 0;
}
.modal-cancel .modal-content .reason-radiobox-wrap .radio-reasons-holder .btns-radio-reason .btn-radio-single span {
  padding-left: 30px;
  padding-right: 0;
}
.modal-cancel .modal-content .modal-body .comment-wrap .comment-area {
  margin-bottom: 0px;
}
.modal-cancel .alert-required {
  font-size: 12px;
}
@media (min-width: 768px) {
  .modal-cancel .modal-content .reason-select-box .reason-select {
    width: 100%;
    max-width: 256px;
  }
}
.modal-cancel .tooltip-cancel {
  background: url(../build/img/tooltip.svg) center no-repeat transparent;
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.modal-cancel-success .modal-content {
  background: #F5F3F1;
  text-align: center;
  padding: 60px 20px;
}
.modal-cancel-success .modal-content .close {
  display: block;
  margin: -30px 0 0;
}
.modal-cancel-success .modal-content .btn-custom.yellow-btn {
  background: #EC6E2E;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0;
}
.modal-cancel-success .modal-content .btn-custom.yellow-btn:hover {
  background: #FF7755;
}
.modal-cancel-success h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #2B3336;
  margin: 10px auto 20px;
}
.modal-cancel-success h5:before {
  content: '';
  width: 80px;
  height: 60px;
  display: block;
  margin: 10px auto;
  background: url(../build/img/modal-cancel-success.png) center no-repeat;
  background-size: contain;
}
.modal-cancel-success p {
  text-align: center;
}
#ModalChangeDeadline .modal-dialog-centered {
  align-items: flex-start;
}
#ModalChangeDeadline .modal-content {
  margin-top: 160px;
}
#ModalChangeDeadline .modal-content .alert-info {
  margin: 8px 0 0 0;
}
@media (max-width: 767px) {
  #ModalChangeDeadline .modal-content {
    margin-top: initial;
    top: 0;
    padding-top: 40px;
  }
  #ModalChangeDeadline .modal-content .modal-header {
    justify-content: flex-start;
  }
  #ModalChangeDeadline .modal-content .alert-info {
    margin: 18px 0 0 0;
  }
}
#ModalChangeDeadline .modal-footer {
  margin-top: 22px;
  padding-left: 0;
  padding-right: 0;
}
#ModalChangeDeadline .modal-footer .submit_btn.disabled span {
  opacity: 0.5;
}
#ModalChangeDeadline .modal-footer .button-block {
  display: flex;
  justify-content: space-around;
}
#ModalChangeDeadline .modal-footer .button-block button + button {
  margin-left: 12px;
}
@media (max-width: 767px) {
  #ModalChangeDeadline .modal-footer .button-block {
    width: 100%;
    padding-top: 23px;
    margin-top: 20px;
    border-top: 1px solid #E6E6EF !important;
  }
  #ModalChangeDeadline .modal-footer .button-block button + button {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #ModalChangeDeadline .modal-footer {
    flex-direction: column;
    border-top: none !important;
    margin-top: 0;
  }
}
#ModalChangeDeadline .modal-footer .payment {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}
@media (max-width: 767px) {
  #ModalChangeDeadline .modal-footer .payment {
    width: 100%;
    padding: 0 24px;
  }
}
#ModalChangeDeadline .modal-footer .payment .price {
  font-size: 18px;
  line-height: 17px;
  margin-left: 4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #AdditionalPayment {
    background: #fff;
  }
}
@media (max-width: 767px) {
  #AdditionalPayment .modal-dialog-centered {
    align-items: flex-start;
    margin-top: 58px;
  }
}
@media (max-width: 767px) {
  #AdditionalPayment .modal-dialog-centered .modal_body {
    margin-top: 0;
    height: initial;
  }
}
#AdditionalPayment .modal-dialog-centered .modal_body .summary_body {
  padding: 20px 15px 15px 0;
  margin-right: 25px;
  margin-bottom: 32px;
  border-top: 1px solid #E6E6EF;
  border-bottom: 1px solid #E6E6EF;
}
@media (max-width: 767px) {
  #AdditionalPayment .modal-dialog-centered .modal_body .summary_body {
    padding: 32px 20px 15px 20px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
#AdditionalPayment .modal-dialog-centered .modal_body .summary_body p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333333;
}
#AdditionalPayment .modal-dialog-centered .modal_body .summary_body p:last-child {
  margin-bottom: 0;
}
#AdditionalPayment .modal-dialog-centered .modal_body .summary_pay {
  display: flex;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  color: #333333;
}
#AdditionalPayment .modal-dialog-centered .modal_body .summary_pay .price {
  margin-left: 4px;
}
@media (max-width: 767px) {
  #AdditionalPayment .modal-dialog-centered .modal_body .summary_pay {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #AdditionalPayment .modal-dialog-centered .modal-footer {
    height: 70px;
  }
}
#AdditionalPayment .modal-dialog-centered .payment-col {
  background: #F5F9FC;
}
@media (max-width: 767px) {
  #AdditionalPayment .modal-dialog-centered .payment-col {
    flex: 1;
  }
}
#PayBonus * {
  font-family: "Neue Montreal", sans-serif;
}
#PayBonus.modal-custom .modal-dialog {
  width: 400px;
}
@media (max-width: 767px) {
  #PayBonus.modal-custom .modal-dialog {
    width: 100%;
  }
}
#PayBonus.modal-custom .modal-content {
  border-radius: 24px;
  border: none;
  padding: 40px;
  z-index: 999;
  background: #F7F5FF;
}
@media (max-width: 767px) {
  #PayBonus.modal-custom .modal-content {
    border-radius: 0;
    justify-content: center;
    display: flex;
    height: 100%;
  }
}
#PayBonus.modal-custom .modal-content .close {
  margin: 0;
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update {
  background: transparent;
  border: none;
  margin: 0;
  width: 100%;
  z-index: 1;
  padding-top: 0;
  border-radius: 0;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-body {
  padding: 0;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-body-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-body-inner .bonus-input-box {
  margin: 0;
  width: 100%;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-body-inner .bonus-input-box .apply-bonus {
  line-height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  color: #fff;
  width: 104px;
  font-weight: 500;
  font-style: normal;
  border-radius: 50px;
  text-decoration: none;
  height: 40px;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  transition: all .5s;
  border: transparent;
  padding: 0 15px;
  background: #1A1B32;
  width: 100%;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-head {
  padding: 0 0 0 88px;
  margin-bottom: 35px;
  background: url(../build/img/dollar-bonus.png) left 0 top 50% no-repeat;
  background-size: 71px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1A1B32;
  min-height: 71px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1A1B32;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-head .title {
  font-size: 24px;
  margin: 0 0 2px 0;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-head .price_total {
  font-size: 48px;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-wrap-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 10px 0;
  color: #1A1B32;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-input-inner {
  flex-direction: column;
}
#PayBonus.modal-custom .modal-content .bonus-wrapper-update .bonus-input-inner input {
  height: 48px;
  border: 1px solid rgba(26,27,50,0.2);
  border-radius: 16px;
  margin: 0 0 10px 0;
  padding: 14px 20px;
  color: #1A1B32;
  width: 100%;
}
#ModalCancelNewSuccessPayed .modal-content {
  padding: 60px 20px;
  background: #F5F3F1;
  text-align: center;
}
#ModalCancelNewSuccessPayed #modal-cancel-success-secondary .close-popup {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  display: block;
  margin: -30px 0 0;
}
#ModalCancelNewSuccessPayed #modal-cancel-success-secondary .modal-content-confirm_t .btn-main {
  background: #EC6E2E;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
  margin: 20px auto 0;
  border: none;
}
#ModalCancelNewSuccessPayed #modal-cancel-success-secondary .modal-phone-subtitle {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
}
#ModalCancelNewSuccessPayed #modal-cancel-success-secondary .modal-phone-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #2B3336;
  margin: 10px auto 20px;
  position: relative;
}
#ModalCancelNewSuccessPayed #modal-cancel-success-secondary .modal-phone-title:before {
  content: '';
  width: 80px;
  height: 60px;
  display: block;
  margin: 10px auto;
  background: url(../build/img/modal-cancel-success.png) center no-repeat;
  background-size: contain;
}
#ModalCancelNew .reason-select {
  max-width: 100%;
}
#ModalCancelNew .reason-select .select2-selection {
  height: 38px;
}
#ModalCancelNew .reason-select .select-arrow {
  bottom: 13px;
}
#ModalCancelNew .email-tooltip {
  display: flex;
  align-items: center;
  padding: 8px 34px 8px 12px;
  margin: 12px 0 10px 0;
  background: #F5FAFE;
  border-radius: 10px;
  font-size: 12px;
  line-height: 140%;
  color: #1A1B32;
}
#ModalCancelNew .email-tooltip svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin: 0 12px 0 0;
}
#ModalCancelNew .email-tooltip svg path {
  fill: #42BAEA;
}
@media (max-width: 767px) {
  #ModalCancelNew .email-tooltip {
    font-size: 12px;
    margin: 10px 0;
    padding: 8px 10px;
  }
}
.btn-send-email {
  display: none;
}
@media (max-width: 767px) {
  .btn-send-email {
    display: flex;
    width: 100%;
  }
}
.files-send-mob {
  display: none;
  width: 100%;
}
.files-send-mob.files-send-tab3 {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .files-send-mob {
    display: flex;
  }
}
.files-send-mob .files_send_email_btn_mob {
  display: flex;
  max-width: 100%;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  align-items: center;
  padding: 0 15px 0 51px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: 0.2s;
  position: relative;
}
.files-send-mob .files_send_email_btn_mob:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 18px;
  width: 22px;
  height: 16px;
  background: url("/public_new/build/img/mail_send_files.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .files-send-mob .files_send_email_btn_mob {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    justify-content: center;
    padding-left: 15px;
  }
}
.files_send_email_btn {
  display: flex;
  max-width: 100%;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  align-items: center;
  padding: 0 15px 0 51px;
  border-radius: 6px;
  box-sizing: border-box;
  transition: 0.2s;
  position: relative;
  margin-bottom: 19px;
}
.files_send_email_btn:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 18px;
  width: 22px;
  height: 16px;
  background: url("/public_new/build/img/mail_send_files.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.files_send_email_btn:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .files_send_email_btn {
    display: none;
  }
}
.msgs-tab-active .files-button-container {
  display: none;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .modal-content {
    min-height: 100vh;
  }
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail {
    padding-right: 0 !important;
  }
}
#ModalFilesSendToEmail .mCSB_inside>.mCSB_container {
  padding: 0 !important;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail.modal-custom .modal-content .modal-body {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .modal-dialog-centered {
    align-items: flex-start;
  }
}
#ModalFilesSendToEmail.modal-custom .modal-content .modal-body p.send-form-title {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail.modal-custom .modal-content .modal-body p.send-form-title {
    max-width: 100%;
    margin: 0 0 24px 0;
  }
}
@media screen and (max-device-width: 767px) and (orientation: landscape) {
  #ModalFilesSendToEmail.modal-custom.modal-attachment .modal-content {
    max-height: calc(100vh - 50px);
  }
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail.modal-custom .modal-content .modal-header {
    justify-content: flex-start;
  }
}
#ModalFilesSendToEmail .btn-grey.btn-send-active span {
  opacity: 1;
}
#ModalFilesSendToEmail .fileSizeToLarge p {
  color: #eb5757;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 0;
  padding-left: 0;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .fileSizeToLarge p {
    margin: 0;
    font-size: 12px;
  }
}
#ModalFilesSendToEmail .email_files_alert {
  display: none;
}
#ModalFilesSendToEmail .email_files_alert p {
  color: #fd4848;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 8px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .email_files_alert p {
    margin: 0 0 8px 0;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    padding-left: 0;
    max-width: 100%;
    position: absolute;
  }
}
#ModalFilesSendToEmail .footer-status-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .footer-status-container {
    flex-wrap: wrap;
  }
}
#ModalFilesSendToEmail .send-files-footer {
  position: relative;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .send-files-footer {
    padding-top: 10px;
    margin-top: 25px;
  }
}
#ModalFilesSendToEmail .send-files-footer .selectedFilesToLarge {
  color: #fd4848;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
  left: 0;
  display: none;
  max-width: 165px;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .send-files-footer .selectedFilesToLarge {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    left: 0;
    text-align: center;
    max-width: 100%;
    top: -22px;
  }
}
#ModalFilesSendToEmail .comment-area {
  height: 50px;
  resize: none;
  width: 100%;
  padding: 17px 15px 17px 15px;
  font-size: 14px;
  margin: 0;
  color: #333333;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #8b8b8b;
  border-radius: 5px;
  background: #ffffff;
}
#ModalFilesSendToEmail .settings-item .optinal-item {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 12px;
}
#ModalFilesSendToEmail .settings-item {
  position: relative;
  margin-bottom: 37px;
}
#ModalFilesSendToEmail .alert-hint {
  position: absolute;
  bottom: -18px;
  right: 0px;
  color: #FF0000;
  font-size: 11px;
}
#ModalFilesSendToEmail .file_items {
  max-height: 300px;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .file_items {
    max-height: calc(100vh - 410px);
  }
}
#ModalFilesSendToEmail .file_items::-webkit-scrollbar {
  display: none;
}
#ModalFilesSendToEmail .files-list-item {
  padding: 0;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .files-list-item:hover {
    box-shadow: none;
  }
}
#ModalFilesSendToEmail .file-btns.file-download {
  height: 16px;
  width: 23px;
  background-color: transparent;
  right: 0;
  top: 0;
  box-shadow: none;
  background: url("/public_new/build/img/download_files.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
#ModalFilesSendToEmail .files-list-item-send {
  padding: 17px 25px 17px 52px;
  margin: 0;
  color: #4c4c4c;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  position: relative;
  transition: 0.1s ease;
  border-top: 1px solid #e6e6ef;
}
@media (max-width: 767px) {
  #ModalFilesSendToEmail .files-list-item-send {
    font-size: 12px;
  }
}
#ModalFilesSendToEmail .files-list-item-send:last-child {
  border-bottom: 1px solid #e6e6ef;
}
#ModalFilesSendToEmail .files-list-item-send .files_input {
  display: none;
}
#ModalFilesSendToEmail .files-list-item-send.checkedInputFiles {
  background: #fafafa;
}
#ModalFilesSendToEmail .title-file {
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
#ModalFilesSendToEmail .files-footer-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  align-items: center;
}
#ModalFilesSendToEmail .files-footer-info .file-status {
  color: #392e66;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}
#ModalFilesSendToEmail .files-footer-info .new_file {
  color: #ffffff;
  font-size: 8px;
  font-weight: 400;
  border-radius: 50px;
  background: #219653;
  padding: 1px 5px;
  display: flex;
  align-items: center;
}
#ModalFilesSendToEmail .file-item-info {
  display: flex;
}
#ModalFilesSendToEmail .file-item-info span {
  color: rgba(34,34,34,0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px;
  gap: 5px;
}
#ModalFilesSendToEmail .file-item-info span.file_size {
  margin-left: 5px;
}
#ModalFilesSendToEmail .files-list-item-label {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 1;
  top: 0;
  left: 0;
}
#ModalFilesSendToEmail .files-list-item-label:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #b6b6b6;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  top: 21px;
  box-sizing: border-box;
}
#ModalFilesSendToEmail .files-list-item-label.fileSizeLargeLabel:before {
  border: 1px solid #eb5757;
}
#ModalFilesSendToEmail .files-list-item-send input[type="checkbox"]:checked + .files-list-item-label:after {
  content: '';
  border-radius: 2px;
  width: 10px;
  height: 10px;
  background: url("/public_new/build/img/files_check.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 23px;
  top: 24px;
}
#ModalFilesSendToEmail #client_send_files.noSelectedFiles .files-list-item-label:before {
  border: 1px solid #fd4848;
}
#ModalFilesSendToEmail #client_send_files.noSelectedFiles .send-form-title {
  color: #eb5757;
}
#ModalFilesSendToEmail .file-item-btns {
  position: relative;
  z-index: 3;
}
#ModalFilesSendToEmail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #654893 !important;
}
#ModalFilesSendToEmail .file-item-btns.files-list-item {
  border-bottom: none;
  background: transparent;
}
#ModalFeedbackFormNotAvailable.modal-custom .modal-content .modal-body p {
  text-align: center;
}
#ModalFeedbackFormNotAvailable.modal-custom .modal-content .modal-title {
  text-align: center !important;
}
#ModalFeedbackFormNotAvailable .modal-footer {
  justify-content: center;
}
#modalYouHaveAlreadyRatedThePaper.modal-custom .modal-content .modal-body p {
  text-align: center;
}
#modalYouHaveAlreadyRatedThePaper.modal-custom .modal-content .modal-title {
  text-align: center !important;
}
#modalYouHaveAlreadyRatedThePaper .modal-footer {
  justify-content: center;
}
.sidebar {
  width: 272px;
  min-width: 272px;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.sidebar::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .sidebar.sidebar-package-shown {
    z-index: unset;
  }
}
.sidebar .sidebar-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .sidebar .sidebar-wrap {
    background: url(../build/img/sidebar-background.svg) no-repeat 100% 100%;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-wrap {
    height: auto;
  }
}
.sidebar.bg-gradient-primary {
  background: -webkit-gradient(linear,left top,left bottom,from(#3A3A3A),to(#3A3A3A));
  background: -webkit-linear-gradient(top,#3A3A3A 0%,#3A3A3A 100%);
  background: -o-linear-gradient(top,#3A3A3A 0%,#3A3A3A 100%);
  background: linear-gradient(180deg,#3A3A3A,#3A3A3A 100%);
}
.sidebar .navbar-nav {
  margin: 0 0 40px 0;
}
@media (max-width: 767px) {
  .sidebar .navbar-nav {
    margin: 0 0 17px 0;
  }
}
.sidebar .nav-item {
  position: relative;
}
.sidebar .nav-item .nav-link {
  position: relative;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 0 0 60px;
  height: 60px;
  width: 100%;
  margin: 0;
}
.sidebar .nav-item .nav-link:hover,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link.active {
  background: #313237;
}
@media (max-width: 991px) {
  .sidebar .nav-item .nav-link {
    transition: all .5s;
  }
}
@media (max-width: 767px) {
  .sidebar .nav-item .nav-link {
    height: 44px;
    margin: 0 0 24px 0;
    padding: 0 15px;
    justify-content: center;
  }
  .sidebar .nav-item .nav-link .nav-link-item {
    width: 138px;
  }
  .sidebar .nav-item .nav-link .nav-link-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
  }
}
.sidebar .nav-item .nav-link span {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  display: flex;
  white-space: nowrap;
}
.sidebar .nav-item .nav-link span.counter {
  border-radius: 50px;
  height: 16px;
  min-width: 16px;
  font-family: 'Gotham Pro';
  font-weight: 700;
  font-size: 8px;
  line-height: 16px;
  color: #FFF;
  background: #F44336;
  border: none;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  padding: 0;
  border: none;
  text-align: center;
  display: inline-block;
}
.sidebar .nav-item .nav-link > span {
  position: relative;
  padding: 0 0 0 36px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  display: flex;
}
.sidebar .nav-item .nav-link > span i {
  font-size: 16px;
  position: absolute;
  left: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  display: flex;
  align-items: center;
}
.sidebar .nav-item .nav-link > span i:before {
  margin: 0 auto;
}
.sidebar .nav-item .nav-link > span i.fa-file-alt {
  left: 4px;
  margin-top: -11px;
}
.sidebar .nav-item .nav-link > span i.fa-user-edit {
  left: 0px;
  margin-top: -12px;
}
.sidebar .nav-item .nav-link > span i.fa-percentage {
  font-size: 19px;
  left: 2px;
  margin-top: -12px;
}
.sidebar .nav-item .nav-link > span i.fa-cog {
  font-size: 17px;
  left: -1px;
  margin-top: -12px;
}
.sidebar .nav-item .nav-link > span i.earn-coins {
  background: url(../build/img/earn-coins.svg) no-repeat 100% 100%;
  left: 0px;
  margin-top: -10px;
  background-size: 19px;
  display: inline-block;
  width: 19px;
  height: 19px;
}
.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}
.sidebar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}
.sidebar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999 !important;
  }
  .sidebar.toggled {
    overflow: visible;
    width: 60px;
    min-width: 60px;
    transition: all 0.5s ease;
  }
  .sidebar.toggled .nav-item .nav-link {
    position: relative;
    padding: 0;
  }
  .sidebar.toggled .nav-item .nav-link >span {
    padding: 0;
    position: initial;
  }
  .sidebar.toggled .nav-item .nav-link >span i {
    left: 50%;
    width: 20px;
    margin-left: -10px;
  }
  .sidebar.toggled .nav-item .nav-link span > span {
    display: none;
  }
  .sidebar.toggled .nav-item .nav-link span > span.counter {
    display: inline-block;
    margin: -16px 0 0 29px;
    z-index: 9;
    border: 1px solid #513F6D;
    height: 14px;
    min-width: 14px;
    line-height: 12px;
  }
  .sidebar.toggled #sidebarToggle svg {
    width: 13px;
    margin: 0 11px;
    transition: all 0.3s linear;
    transform: scale(-1,1);
  }
  .sidebar.toggled .collapse-sidebar-block {
    margin: 0 14px;
  }
  .sidebar.toggled .sidebar-pic {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s linear;
    display: none !important;
  }
  .sidebar.toggled .navbar-terms,
  .sidebar.toggled .market-links {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s ease-out;
    display: none !important;
  }
}
.sidebar .sidebar-pic,
.sidebar .navbar-terms,
.sidebar .market-links {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  transition-delay: 0.4s;
}
.sidebar .sidebar-bottom {
  visibility: visible;
  opacity: 1;
  transition: all 2s ease-out;
  transition-delay: 0.4s;
}
.sidebar .collapse-sidebar-block {
  margin: 0 20px;
}
.sidebar #sidebarToggle {
  width: 100%;
  height: 32px;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 0;
  cursor: pointer;
  background: rgba(96,77,119,0.66);
  border-radius: 6px;
}
.sidebar #sidebarToggle:hover {
  text-decoration: none;
  background: rgba(96,77,119,0.9);
}
.sidebar #sidebarToggle:focus {
  outline: none;
  background: rgba(96,77,119,0.9);
}
.sidebar .sidebar-brand {
  padding: 0;
  z-index: 1;
}
.sidebar .sidebar-brand .sidebar-brand-desk {
  padding: 28px 0 56px 60px;
}
.sidebar .btn-main,
.sidebar .btn-balance,
.sidebar .btn-new-version {
  width: 155px;
}
.sidebar .btn-main {
  text-transform: none;
}
.sidebar .navbar-terms {
  padding: 0 0 0 60px;
  margin: 0 0 20px 0;
}
.sidebar .navbar-terms li {
  list-style: none;
  height: 40px;
}
.sidebar .navbar-terms li a {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #C5BCCA;
}
.sidebar .navbar-terms li a:hover,
.sidebar .navbar-terms li a:focus {
  text-decoration-line: underline;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .sidebar .navbar-terms li a {
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
  }
}
@media (max-width: 767px) {
  .sidebar .navbar-terms {
    padding: 0 15px;
    text-align: center;
  }
  .sidebar .navbar-terms li {
    justify-content: center;
  }
}
.sidebar .sidebar-pic {
  display: none;
  margin: 0 0 33px 56px;
  min-height: 59px;
}
@media (min-height: 880px) and (min-width: 992px) {
  .sidebar .sidebar-pic {
    display: flex;
    align-items: flex-end;
  }
}
.sidebar .market-links {
  margin: 0 0 0 60px;
}
.sidebar .market-links .market-links-item {
  margin: 0 0 20px 0;
}
@media (max-width: 767px) {
  .sidebar .market-links {
    margin: 0 15px;
    text-align: center;
  }
}
.sidebar .logout-block {
  display: none;
  margin: 90px 0 0 0;
}
@media (max-width: 767px) {
  .sidebar .logout-block {
    display: flex;
    margin: 67px 0 0;
  }
}
@media (max-width: 767px) {
  .sidebar {
    position: fixed;
    z-index: 999 !important;
    top: 0;
    bottom: 0;
    left: -100%;
    padding-top: 100px;
    overflow: auto;
  }
}
.sidebar .sidebar-close-wrap {
  position: absolute;
  top: 30px;
  left: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.sidebar .sidebar-close-wrap .sidebar-close {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
  cursor: pointer;
  margin: 0;
}
.sidebar .sidebar-close-wrap .sidebar-close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  opacity: 1;
  left: 0;
}
.sidebar .sidebar-close-wrap .sidebar-close span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}
.sidebar .sidebar-close-wrap .sidebar-close span:nth-child(2) {
  top: 8px;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .sidebar .sidebar-close-wrap .sidebar-close {
    display: block;
  }
}
.sidebar .sidebar-brand .sidebar-brand-desk {
  margin: 0;
  padding: 28px 0 56px 60px;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  transform: none;
  transition: opacity 2s ease;
}
@media (max-width: 767px) {
  .sidebar .sidebar-brand .sidebar-brand-desk {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .sidebar-brand .sidebar-brand-desk.toggled {
    opacity: 0;
    position: absolute;
    z-index: -1;
    transform: scale(0);
    transition: opacity 2s ease;
  }
}
.sidebar .sidebar-brand .sidebar-brand-mob {
  margin: 0;
  padding: 28px 0 56px 13px;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
  transform: none;
  transition: opacity 2s ease;
}
@media (min-width: 992px) {
  .sidebar .sidebar-brand .sidebar-brand-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar .sidebar-brand .sidebar-brand-mob {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .sidebar-brand .sidebar-brand-mob.toggled {
    opacity: 0;
    position: absolute;
    z-index: -1;
    transform: scale(0);
    transition: opacity 2s ease;
  }
}
.sidebar .collapse-sidebar-wrap {
  padding-top: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    width: 210px;
    min-width: 210px;
  }
  .sidebar .navbar-terms {
    padding: 0 0 0 20px;
  }
  .sidebar .market-links {
    margin: 0 0 0 20px;
  }
  .sidebar .sidebar-brand .sidebar-brand-desk {
    padding: 28px 0 56px 20px;
  }
  .sidebar .nav-item .nav-link {
    padding: 0 0 0 20px;
  }
}
.sidebar .sidebar-btn-balance-plus {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .sidebar-btn-balance-plus .btn-balance {
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 21px;
  border-radius: 50px;
  background: url(../build/img/icon_add_balance.svg) no-repeat left 7px top 7px;
  background-size: 34px;
  padding: 0 0 0 50px;
  width: 236px;
}
.sidebar .sidebar-btn-balance-plus .balance-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(153,153,153,0.4);
  border-left: none;
  height: 50px;
  width: 41px;
  margin: 0 0 24px 0;
  border-radius: 0 50px 50px 0;
}
.sidebar .sidebar-btn-balance-plus .balance-plus .btn-balance-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  margin: -7px -8px;
  background-size: 10px;
  background-position: 50% 50%;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info {
  position: relative;
  cursor: pointer;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .btn-balance {
  transition: all .5s;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #FFF;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 14px 20px;
  margin: 0 0 24px 0;
  white-space: nowrap;
  width: initial;
  height: initial;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .btn-balance:hover {
  background: #FFF;
  color: #42BAEA;
  text-decoration: none;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .btn-balance.btn-balance-ph {
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 21px;
  border-radius: 50px;
  background: url(../build/img/icon_add_balance.svg) no-repeat left 7px top 7px;
  background-size: 34px;
  padding: 0 0 0 50px;
  width: 236px;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .topbar-btn-balance {
  cursor: pointer;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance {
  display: none;
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 19px);
  background: #333333;
  border-radius: 4px;
  width: 100%;
  min-width: 345px;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance .tooltip__balance--wrap {
  padding: 24px 16px;
  margin: 0;
  position: relative;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance .tooltip__balance--wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  transform: rotate(180deg);
  border: 10px solid transparent;
  border-bottom: 10px solid #333333;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance.show {
  display: block;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance .title {
  margin: 0 0 16px 0;
  padding: 6px 7px 3px 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: inline-block;
  color: #FFFFFF;
  background: #F9B32E;
  border-radius: 2px;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance ul {
  padding: 0 0 0 21px;
  list-style-type: disc;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance p:last-child {
  margin: 0;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance p.text-right {
  display: flex;
  justify-content: flex-end;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance * {
  text-align: left;
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 16px 0;
}
@media (max-width: 1199px) {
  .sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance * {
    margin: 0 0 12px 0;
  }
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance .btn-main {
  color: #333333 !important;
  width: max-content;
  height: 28px;
  background: #FFFFFF;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 0 6px;
}
.sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance .btn-main:hover {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .sidebar .sidebar-btn-balance-plus.sidebar__balance--info .tooltip__balance .btn-main {
    display: none;
  }
}
@media (min-width: 992px) {
  .sidebar .sidebar-btn-balance-plus.sidebar__balance--info:hover .tooltip__balance {
    display: block;
  }
}
@media (max-width: 767px) {
  .sidebar-toggled .sidebar {
    left: 0;
    width: 100%;
  }
}
.sidebar.toggled .nav-item .nav-link {
  text-align: center;
}
.sidebar-block .nav-item .nav-link {
  color: #fff;
}
.sidebar-block .nav-item .nav-link:active,
.sidebar-block .nav-item .nav-link:focus,
.sidebar-block .nav-item .nav-link:hover {
  color: #fff;
}
.sidebar-block .nav-item .nav-link:active i,
.sidebar-block .nav-item .nav-link:focus i,
.sidebar-block .nav-item .nav-link:hover i {
  color: #fff;
}
.sidebar-block .nav-item.active .nav-link {
  color: #fff;
}
.sidebar-block .nav-item.active .nav-link i {
  color: #fff;
}
.how-it-works_btn a {
  font-weight: 500;
}
.how-it-works_btn img {
  margin-right: 16px;
}
@media (max-width: 767px) {
  .sidebar .btn-balance,
  .sidebar .btn-main,
  .sidebar .btn-white-border {
    width: 190px;
    padding: 12px 20px;
  }
  .sidebar .btn-main {
    font-weight: normal;
    font-size: 16px;
  }
}
.hidden {
  display: none !important;
}
.nav-link-counter {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  background: #11BAFD;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
}
.nav-link-counter .nav-link-counter__quantity {
  color: #FFF !important;
}
.nav-link-counter__quantity-wrapper {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: 11px;
  width: max-content;
  padding: 3px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #F44336;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .nav-item .nav-link span.nav-link-counter__quantity {
  font-size: 8px;
}
.nav-link-counter_file,
.nav-link-counter_message {
  min-width: 20px;
}
.topbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 998;
  margin: 0 0 49px 0;
  background: #FFFFFF;
  flex-direction: column;
}
.topbar .nav-holder {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  width: 100%;
  border-bottom: 1px solid #DDE8E4;
}
@media (min-width: 1200px) {
  .topbar .nav-holder {
    padding: 0 0px 0 80px;
  }
}
@media (max-width: 1199px) {
  .topbar .nav-holder {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar .nav-holder {
    padding: 0 40px 0 24px;
  }
}
@media (max-width: 767px) {
  .topbar .nav-holder {
    padding: 0 22px 0 16px;
    margin: 0px;
    height: 60px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .topbar {
    background: #fff;
  }
}
@media (min-width: 1200px) {
  .topbar {
    padding: 0px;
  }
}
@media (max-width: 1199px) {
  .topbar {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .topbar {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .topbar {
    padding: 0px;
    margin: 0 0 38px 0;
  }
}
.topbar #sidebarToggleTop {
  width: 20px;
  height: 17px;
  position: relative;
  cursor: pointer;
  margin: 0 19px 0 0;
}
.topbar #sidebarToggleTop span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #42BAEA;
  border-radius: 5px;
  opacity: 1;
  left: 0;
}
.topbar #sidebarToggleTop span:nth-child(1) {
  top: 0px;
}
.topbar #sidebarToggleTop span:nth-child(2) {
  top: 7px;
}
.topbar #sidebarToggleTop span:nth-child(3) {
  top: 14px;
}
.topbar #sidebarToggleTop:hover {
  background-color: #eaecf4;
}
.topbar #sidebarToggleTop:active {
  background-color: #dddfeb;
}
.topbar .nav-item {
  border-left: 1px solid #DDE8E4;
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar .nav-item {
    border-left: none;
    border-right: 1px solid #DDE8E4;
  }
}
@media (max-width: 767px) {
  .topbar .nav-item {
    border: none;
  }
}
.topbar .nav-item .loyalty-nav-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #4C4C4C;
  width: 170px;
}
.topbar .nav-item .loyalty-nav-box .topbar-loyalty-wrap {
  font-weight: 400;
}
.topbar .nav-item .loyalty-nav-box img {
  height: 34px;
  margin-bottom: 6px;
}
.topbar .nav-item .loyalty-nav-box:hover {
  background: #42BAEA;
  color: #fff;
  text-decoration: none;
  border: #42BAEA;
}
@media (max-width: 767px) {
  .topbar .nav-item .loyalty-nav-box {
    display: none;
  }
}
.topbar .nav-item .nav-item-logout {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar .nav-item .nav-item-logout {
    padding-left: 30px;
  }
}
.topbar .nav-item .nav-link {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.topbar .nav-item .nav-link:focus {
  outline: none;
}
.topbar .nav-item .nav-link i {
  position: relative;
  font-size: 24px;
}
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  top: -5px;
  right: -5px;
  border: 2px solid #fff;
}
.topbar .nav-item .nav-link .badge-counter.counter {
  line-height: 14px;
}
.topbar .nav-item:focus {
  outline: none;
}
.topbar .nav-item .topbar-btn-balance {
  cursor: pointer;
  padding: 7px 8px;
  min-width: 194px;
  border: 1px solid #DFDFEA;
  box-sizing: border-box;
  border-radius: 50px;
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #4C4C4C;
}
.topbar .nav-item .topbar-btn-balance img {
  margin: 0 6px 0 0;
}
.topbar .nav-item .topbar-btn-balance .topbar-text-balance {
  opacity: 1;
  visibility: visible;
}
.topbar .nav-item .topbar-btn-balance.toggled {
  min-width: 100%;
}
@media (min-width: 992px) {
  .topbar .nav-item .topbar-btn-balance.toggled {
    min-width: 194px;
  }
}
.topbar .nav-item .topbar-btn-balance.toggled .topbar-text-balance {
  opacity: 0;
  width: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .topbar .nav-item .topbar-btn-balance.toggled .topbar-text-balance {
    opacity: 1;
    visibility: visible;
    width: initial;
  }
}
.topbar .nav-item .topbar-btn-balance span.balance-count {
  margin: 0 0 0 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #4C4C4C;
}
.topbar .nav-item .topbar-btn-balance.link-disabled:hover,
.topbar .nav-item .topbar-btn-balance.link-disabled:focus {
  background: none;
  cursor: default;
}
.topbar .nav-item .topbar-btn-balance:hover,
.topbar .nav-item .topbar-btn-balance:focus {
  background: #E6E6EF;
}
.topbar .nav-item .topbar-btn-balance-plus {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .topbar .nav-item .topbar-btn-balance-plus {
    display: none;
  }
}
.topbar .nav-item .topbar-btn-balance-plus .topbar-btn-balance {
  border-radius: 50px;
  cursor: default;
}
.topbar .nav-item .topbar-btn-balance-plus .topbar-btn-balance:hover,
.topbar .nav-item .topbar-btn-balance-plus .topbar-btn-balance:focus {
  background: none;
}
.topbar .nav-item .topbar-btn-balance-plus .balance-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DFDFEA;
  border-left: none;
  height: 50px;
  width: 41px;
  border-radius: 0 50px 50px 0;
}
.topbar .nav-item .topbar-btn-balance-plus .balance-plus:hover,
.topbar .nav-item .topbar-btn-balance-plus .balance-plus:focus {
  background: #DBE9F3;
}
.topbar .nav-item .topbar-btn-balance-plus .balance-plus .btn-balance-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(180deg,#4E3D95 0%,#3A2E60 100%);
  margin: -7px -8px;
  background-size: 10px;
  background-position: 50% 50%;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info {
  position: relative;
  cursor: pointer;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .topbar-btn-balance {
  cursor: pointer;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance {
  display: none;
  position: absolute;
  z-index: 2;
  top: calc(100% + 19px);
  background: #333333;
  border-radius: 4px;
  width: 420px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance {
    width: 345px;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance {
    width: 100%;
    left: 0;
  }
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .tooltip__balance--wrap {
  padding: 24px 16px;
  margin: 0;
  position: relative;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .tooltip__balance--wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom: 10px solid #333333;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .tooltip__balance--wrap:after {
    left: 37px;
  }
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance.show {
  display: block;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .title {
  margin: 0 0 16px 0;
  padding: 6px 7px 3px 7px;
  font-weight: 400;
  font-size: 14px;
  line-height: 13px;
  display: inline-block;
  color: #FFFFFF;
  background: #F9B32E;
  border-radius: 2px;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance ul {
  padding: 0 0 0 21px;
  list-style-type: disc;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance p:last-child {
  margin: 0;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance * {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 16px 0;
}
@media (max-width: 1199px) {
  .topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance * {
    margin: 0 0 12px 0;
  }
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .btn-main {
  color: #333333 !important;
  height: 28px;
  background: #FFFFFF;
  border-radius: 50px;
  margin: 20px 0 0 0;
  padding: 0 6px;
}
.topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .btn-main:hover {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  .topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info .tooltip__balance .btn-main {
    display: none;
  }
}
@media (min-width: 992px) {
  .topbar .nav-item .topbar-btn-balance-plus.sidebar__balance--info:hover .tooltip__balance {
    display: block;
  }
}
.topbar .nav-item .topbar-btn-logout {
  font-family: 'Gotham Pro';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  display: table;
  text-align: center;
  text-transform: uppercase;
  color: #4C4C4C;
  cursor: pointer;
}
.topbar .nav-item .topbar-btn-logout:hover,
.topbar .nav-item .topbar-btn-logout:focus {
  color: #8B8B8B;
}
.topbar .nav-item .topbar-btn-logout:hover *,
.topbar .nav-item .topbar-btn-logout:focus * {
  fill: #42BAEA;
}
.topbar .nav-item .topbar-btn-logout span {
  position: relative;
  top: 2px;
  padding: 0 6px 0 0;
  white-space: nowrap;
}
.topbar .dropdown {
  position: static;
}
.topbar .dropdown .dropdown-menu {
  right: 16px;
}
.topbar .dropdown-list {
  padding: 0;
  border: none;
  max-height: 620px;
  overflow-y: auto;
}
.topbar .dropdown-list .dropdown-header {
  background-color: #fff;
  border-bottom: 1px solid #E6E6EF;
  height: 62px;
  font-size: 20px;
  color: #4C4C4C;
  font-weight: 400;
  position: sticky;
  top: 0;
  align-items: center;
}
@media (max-width: 767px) {
  .topbar .dropdown-list .dropdown-header {
    align-items: flex-start;
    height: 96px;
  }
}
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  margin-bottom: 2px;
  line-height: 1.3rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}
.topbar .dropdown-list .dropdown-item .text-truncate:active {
  background-color: #eaecf4;
  color: #3a3b45;
}
.topbar .user-welcome {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #4C4C4C;
}
@media (max-width: 991px) {
  .topbar .user-welcome {
    display: none;
  }
}
.topbar .user-welcome .user-name {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  color: #456774;
}
.topbar.navbar-light .navbar-nav {
  height: 100%;
}
@media (min-width: 1200px) {
  .topbar.navbar-light .navbar-nav {
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .topbar.navbar-light .navbar-nav {
    flex: 1;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .topbar.navbar-light .navbar-nav {
    display: none;
  }
  .topbar.navbar-light .navbar-nav .btn-main,
  .topbar.navbar-light .navbar-nav .nav-item-logout,
  .topbar.navbar-light .navbar-nav .topbar-btn-balance {
    display: none !important;
  }
}
.topbar.navbar-light .navbar-nav .nav-item {
  display: flex;
  align-items: center;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #42BAEA;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #42BAEA;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #42BAEA;
}
.topbar.navbar-light .navbar-nav .nav-item.nav-item-logout {
  margin-left: 38px;
}
.topbar.navbar-light .navbar-nav .nav-item.nav-item-alerts {
  width: 160px;
  justify-content: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar.navbar-light .navbar-nav .nav-item.nav-item-alerts {
    width: auto;
    flex: 1;
    justify-content: center;
  }
}
.topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications {
  width: auto;
}
@media (min-width: 1200px) {
  .topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications {
    padding-right: 40px;
  }
}
.topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications .notifications-holder {
  position: relative;
}
.topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications .notifications-icon {
  border-radius: 4px;
  width: 42px;
  height: 42px;
  text-align: center;
  padding-left: 6px;
}
@media (min-width: 992px) {
  .topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications .notifications-icon {
    margin: 0 32px 0 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications .notifications-icon {
    margin: 0 32px 0 10px;
  }
}
.topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications .notifications-icon:hover,
.topbar.navbar-light .navbar-nav .nav-item.nav-item-notifications .notifications-icon[aria-expanded="true"] {
  background: #E6E6EF;
}
.topbar.navbar-light .navbar-nav .btn-main {
  margin: 0 24px 0 0;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 13px;
  text-transform: none;
}
@media (max-width: 991px) {
  .topbar.navbar-light .navbar-nav .btn-main {
    display: inline-flex;
    margin: 0;
    padding: 14px 16px;
  }
}
.topbar.navbar-light .navbar-nav .btn-main:hover,
.topbar.navbar-light .navbar-nav .btn-main:focus {
  text-decoration: none;
}
.topbar.navbar-light .navbar-nav .btn-new-version {
  margin: 0;
  margin-right: 10px;
}
.topbar .logo-mobile {
  display: none;
}
@media (max-width: 767px) {
  .topbar .logo-mobile {
    display: block;
  }
}
.topbar .icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.topbar .icon-circle.icon-circle-light {
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
}
.topbar .icon-circle.icon-circle-dark {
  background: linear-gradient(180deg,#42BAEA 0%,#11BAFD 100%);
}
.topbar .icon-circle.icon-circle-red {
  background: #EB5757;
}
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  display: none;
  content: '\f107';
}
.topbar .nav-item.dropdown .dropdown-toggle::after {
  display: none;
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}
@media (min-width: 576px) {
  .topbar .dropdown {
    position: relative;
  }
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  .topbar .dropdown .dropdown-list {
    width: 20rem !important;
  }
  .topbar .dropdown .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}
.old-version-banner {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(47,45,133,0.1);
  width: 100%;
  color: #333333;
  padding: 0px 32px;
  font-weight: 400;
  height: 48px;
}
@media (max-width: 767px) {
  .old-version-banner {
    padding: 22px 15px 14px;
    height: auto;
  }
}
.old-version-banner .old-version-banner-inner {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 767px) {
  .old-version-banner .old-version-banner-inner {
    flex-direction: column;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
    height: auto;
  }
}
.edit-order-banner {
  background: #fff;
  border-radius: 1px;
  width: 100%;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .edit-order-banner {
    padding: 15px 40px 15px 23px;
  }
}
@media (max-width: 767px) {
  .edit-order-banner {
    padding: 12px 20px;
    background: #F9F9F9;
    border-bottom: 2px solid #D1E9FC;
  }
}
.edit-order-banner .edit-order-inner {
  max-width: 949px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edit-order-banner .edit-order-info {
  font-size: 20px;
  line-height: 31px;
  color: #333;
  font-weight: 400;
}
@media (max-width: 767px) {
  .edit-order-banner .edit-order-info {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
  }
}
.edit-order-banner .edit-order-info span {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #42BAEA;
  position: relative;
  top: -6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .edit-order-banner .edit-order-info span {
    top: auto;
    margin-top: 8px;
  }
}
@media (max-width: 1199px) {
  .topbar.topbar-old .nav-holder {
    padding: 0 40px 0 24px;
  }
  .topbar.topbar-old .navbar-nav {
    justify-content: space-between;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar.topbar-old .navbar-nav .nav-item.nav-item-alerts {
    width: auto;
    flex: 1;
    justify-content: flex-end !important;
  }
}
.topbar .dropdown .dropdown-notifications {
  border: 1px solid #B2B2C3;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1) !important;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .topbar .dropdown .dropdown-notifications {
    width: 386px !important;
    margin-top: 8px;
    overflow: hidden;
  }
  .topbar .dropdown .dropdown-notifications .notifications-wrapper {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .topbar .dropdown .dropdown-notifications {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100% !important;
    height: 100%;
    max-height: unset;
    outline: 0;
    margin: 0;
    border-radius: 0;
  }
}
.topbar .dropdown .dropdown-notifications .notifications-img {
  margin-right: 16px;
  display: flex;
  align-self: flex-start;
}
.topbar .dropdown .dropdown-notifications .dropdown-item {
  padding: 16px 24px;
}
.topbar .dropdown .dropdown-notifications .dropdown-item.dropdown-item-unread {
  background: #EAF6FF;
}
.topbar .dropdown .dropdown-notifications .dropdown-item:hover {
  background: #FFFFFF;
}
@media (max-width: 767px) {
  .topbar .dropdown .dropdown-notifications .dropdown-item {
    padding: 16px 20px;
  }
}
.topbar .dropdown .dropdown-notifications .notifications-time {
  font-size: 10px;
  line-height: 10px;
  color: #333333;
  padding-top: 8px;
}
.topbar .dropdown .dropdown-notifications .mark-as-read_btn {
  color: #42BAEA;
  cursor: pointer;
  font-size: 16px;
  text-decoration: underline;
}
.topbar .dropdown .dropdown-notifications .mark-as-read_btn:hover {
  opacity: 0.5;
}
.topbar .dropdown .dropdown-notifications .mark-as-read_btn.mark-as-read_disabled {
  color: #D1D1D1;
  pointer-events: none;
}
.topbar .dropdown .dropdown-notifications .link-notification {
  color: #333333;
  text-decoration: underline;
  font-weight: 500 !important;
}
.topbar .dropdown .dropdown-notifications .notifications-text {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
.topbar .dropdown .dropdown-notifications .notifications-text .font-weight-bold {
  font-weight: 500 !important;
}
.topbar .dropdown .dropdown-notifications .notifications-empty {
  padding: 26px 24px 32px 24px;
}
@media (max-width: 767px) {
  .navbar-notifications {
    display: flex !important;
    justify-content: flex-end !important;
  }
  .notification-title-holder {
    flex-direction: column-reverse;
    display: flex;
  }
  .notification-title {
    margin-top: 20px;
  }
  .dropdown-header {
    height: 96px;
  }
}
@media (max-width: 1199px) {
  .topbar.user-photo-banner.msgs-new-header .navbar-nav {
    justify-content: space-between;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .topbar.user-photo-banner.msgs-new-header .user-photo {
    order: -1;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar.user-photo-banner.msgs-new-header .user-photo {
    padding: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar.user-photo-banner .nav-item-alerts {
    flex: unset !important;
    padding-left: 30px;
  }
  .topbar.user-photo-banner .navbar-nav {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .topbar.user-photo-banner .nav-holder {
    padding: 0 16px;
  }
  .topbar.user-photo-banner .notifications-holder {
    margin-right: 60px;
  }
}
.topbar.msgs-page-header {
  margin: 0;
}
@media (max-width: 767px) {
  .topbar.msgs-page-header.user-photo-banner .subject_msgs-item {
    width: calc(100% - 70px);
  }
}
body {
  overflow-x: hidden;
  font-family: 'Gotham Pro';
  font-weight: 300;
  font-style: normal;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 14px;
}
.orders-list-holder {
  padding: 50px 40px 0px;
}
@media (max-width: 991px) {
  .orders-list-holder {
    padding: 50px 0px 0px;
  }
}
.orders-list-holder .no-results-alarm {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-left: 32px;
}
.orders-wrapper .page-caption {
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  line-height: 29px;
  padding-left: 32px;
}
.orders-wrapper .no-results-alarm {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .orders-wrapper .no-results-alarm {
    padding: 0px;
  }
}
.orders-wrapper .no_orders {
  padding-left: 32px;
}
@media (max-width: 767px) {
  .orders-wrapper .no_orders {
    padding: 0px;
  }
}
.orders-wrapper .no_orders h2 {
  font-size: 20px;
  line-height: 31px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
}
.orders-wrapper .no_orders p {
  font-size: 14px;
  line-height: 20px;
  color: #737373;
}
.change-btn {
  cursor: pointer;
  font-family: 'Gotham Pro';
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 11px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #737373;
  border-radius: 11px;
  background: #fff;
  padding: 0px 28px;
  height: 46px;
  align-content: center;
  align-self: center;
}
.change-btn:hover {
  background: #E6E6EF;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .change-btn#filter-hidden-btn {
    text-decoration-line: underline;
    background: transparent;
  }
}
.filter-wrap {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .filter-wrap {
    margin: 0 -15px 40px;
  }
}
.filter-wrap #filter-visible-btn {
  border-radius: 11px 11px 0px 0px;
  margin-bottom: 1px;
}
@media (max-width: 767px) {
  .filter-wrap #filter-visible-btn {
    display: none;
  }
}
.filter-wrap #filter-hidden-btn {
  display: none;
}
@media (max-width: 767px) {
  .filter-wrap #filter-hidden-btn {
    display: flex;
  }
}
.filter-wrap .filter-hidden-area {
  background: #fff;
  padding: 16px 32px;
  border-radius: 11px 0px 11px 11px;
}
@media (max-width: 991px) {
  .filter-wrap .filter-hidden-area {
    padding-bottom: 0px;
    padding: 16px 15px;
  }
}
@media (max-width: 767px) {
  .filter-wrap .filter-hidden-area {
    border-radius: 0px;
    display: none;
  }
}
.filter-wrap .filter-hidden-area .filter-single-inner__status .select2-selection__rendered .select2-search--inline {
  display: none;
}
.filter-wrap .filter-hidden-area .filter-single-inner__subject .select2-search--inline {
  display: none;
}
.select2-container {
  width: 100% !important;
}
.filter-wrap .select2-container.select2-container--open {
  width: 100% !important;
  max-width: 100% !important;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #F5FAFE !important;
  color: #4C4C4C !important;
}
.filter-single-wrap {
  position: relative;
}
@media (max-width: 991px) {
  .filter-single-wrap {
    margin-bottom: 16px;
  }
}
.filter-single-wrap .filter-single-inner {
  position: relative;
}
.filter-single-wrap label {
  font-family: 'Gotham Pro';
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  color: #737373;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 6px;
}
.filter-single-wrap .select-arrow {
  position: absolute;
  top: auto;
  right: 12px;
  border: none;
  pointer-events: none;
  background: url('./../build/img/down-arrow.png') no-repeat scroll 50% 50% transparent;
  background-size: auto;
  height: 13px;
  background-size: 12px;
  width: 13px;
  bottom: 13px;
}
.filter-single-wrap .search-icon {
  position: absolute;
  top: auto;
  bottom: 0px;
  right: 12px;
  border: none;
  background: url(../build/img/search_icon.png) no-repeat scroll 50% 50% transparent;
  background-size: auto;
  height: 38px;
  background-size: 12px;
  width: 13px;
  cursor: pointer;
}
.filter-single-wrap .search-inline {
  background: #fff;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 3px;
  min-height: 38px;
  width: 100%;
  padding: 0px 32px 0 16px;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.filter-single-wrap .search-inline:active,
.filter-single-wrap .search-inline:focus {
  border: solid #859B98 1px;
  outline: none;
  box-shadow: 0px 0px 4px 0px #b8e4fa;
}
.filter-single-wrap .search-results-holder {
  position: absolute;
  top: 55px;
  background: #fff;
  width: 100%;
  border: 1px solid #859B98;
  box-shadow: 0px 0px 4px 0px #bfd6d3;
  z-index: 10;
  cursor: pointer;
  border-radius: 0px 0px 3px 3px;
  max-height: 316px;
  overflow-y: scroll;
}
.filter-single-wrap .search-results-holder .search-results-list {
  list-style: none;
  padding: 5px 5px 4px;
  margin-bottom: 0;
}
.filter-single-wrap .search-results-holder .search-results-list li {
  padding: 12px 11px;
  border-bottom: 1px solid #E6E6EF;
}
.filter-single-wrap .search-results-holder .search-results-list li .search-results-caption {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.filter-single-wrap .search-results-holder .search-results-list li .search-results-tags {
  font-size: 11px;
  line-height: 11px;
  color: #D1D1D1;
  margin-top: 6px;
}
.filter-single-wrap .search-results-holder .search-results-list li:last-child {
  border-bottom: none;
}
.filter-single-wrap.sort-filter-wrap .sort-arrow {
  background: url(../build/img/long-arrow.png) no-repeat scroll 50% 50% #E6E6EF;
  background-size: 9px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: absolute;
  top: auto;
  left: 8px;
  z-index: 1;
  cursor: pointer;
  bottom: 7px;
  image-rendering: crisp-edges;
}
.filter-single-wrap.sort-filter-wrap .sort-arrow:hover {
  background: url(../build/img/long-arrow-active.svg) no-repeat scroll 50% 50% #42BAEA;
  background-size: 9px;
}
.filter-single-wrap.sort-filter-wrap .sort-arrow:after {
  content: '';
  background: url(../build/img/long-arrow-active.svg) no-repeat scroll 50% 50% #42BAEA;
  visibility: hidden;
}
.filter-single-wrap.sort-filter-wrap .sort-arrow.sort-arrow-rotate {
  transform: rotate(180deg);
}
.filter-single-wrap.sort-filter-wrap .select2-selection__rendered {
  padding-left: 38px;
}
.filter-single-wrap.filter-search-mobile {
  display: none;
}
@media (max-width: 767px) {
  .filter-single-wrap.filter-search-mobile {
    display: block;
  }
}
.filter-single-wrap.filter-search-mobile .filter-single-inner {
  width: 100%;
}
.filter-single-wrap.search-fullwidth {
  display: flex !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.filter-single-wrap.search-fullwidth .filter-single-inner {
  width: 100%;
}
.filter-single-wrap .order_status-fill {
  color: #333;
  padding: 4px 8px;
  background: #F3F3F3;
  border-radius: 50px;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 10px;
}
.order-list-inner .orders-caption {
  background: #fff;
  border-radius: 11px 11px 4px 4px;
  padding: 15px 32px 15px 17px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 10px;
  color: #737373;
  font-weight: 400;
  z-index: 9;
  border-bottom: 2px solid #F5FAFE;
}
@media (min-width: 1366px) {
  .order-list-inner .orders-caption {
    position: -webkit-sticky;
    position: sticky;
    top: 122px;
  }
  .order-list-inner .orders-caption:before {
    content: "";
    position: absolute;
    top: -32px;
    background: #F5FAFE;
    width: 100%;
    height: 32px;
    right: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .order-list-inner .orders-caption {
    position: relative;
    top: 0px !important;
    border: none;
    background: transparent;
  }
}
.order-list-inner .orders-caption .title-item div {
  width: 160px;
}
.order-list-inner .orders-caption .title-item div:last-child {
  width: 104px;
}
@media (max-width: 991px) {
  .order-list-inner {
    background: transparent;
  }
}
@media (max-width: 767px) {
  .order-list-inner {
    padding: 15px 0px;
  }
}
.order-list-inner .order-numbers-count {
  text-transform: none;
  font-size: 14px;
  text-align: right;
  width: 280px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .order-list-inner .order-numbers-count {
    text-align: left;
    width: 100%;
  }
}
.order-list-inner .order-item {
  font-size: 14px;
  line-height: 14px;
  color: #737373;
  background: #fff;
  border-radius: 4px;
  margin: 12px 0px 0px;
  padding: 22px 17px;
  position: relative;
  flex-wrap: nowrap;
  box-shadow: 0px 2px 6px rgba(47,45,133,0.1);
}
.order-list-inner .order-item:hover {
  box-shadow: 0px 2px 11px rgba(133,155,152,0.8);
}
@media (max-width: 1365px) {
  .order-list-inner .order-item {
    max-height: unset;
  }
}
@media (max-width: 991px) {
  .order-list-inner .order-item {
    border-radius: 10px;
    padding: 24px 0px 0px;
    box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
    flex-wrap: wrap;
  }
  .order-list-inner .order-item:hover {
    background: #F5FAFE;
  }
  .order-list-inner .order-item:hover .order-item-footer {
    background: #fff;
  }
  .order-list-inner .order-item .subject-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .middle-col {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.order-list-inner .order-item .middle-col {
  align-items: center;
}
.order-list-inner .order-item .deadline-box {
  width: 160px;
  justify-content: center;
}
.order-list-inner .order-item .deadline-box .initial-deadline {
  color: #4C4C4C;
  line-height: 14px;
  margin-bottom: 6px;
}
.order-list-inner .order-item .deadline-box .initial-deadline.initial-deadline-grey {
  color: #737373;
}
.order-list-inner .order-item .deadline-box .date-box {
  white-space: nowrap;
}
.order-list-inner .order-item .deadline-box .date-box.date-box-grey {
  color: #737373;
}
@media (max-width: 991px) {
  .order-list-inner .order-item .deadline-box {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .deadline-box {
    order: 2;
  }
  .order-list-inner .order-item .deadline-box .bold-caption-holder {
    white-space: nowrap;
  }
}
.order-list-inner .order-item .order-item-footer {
  width: 280px;
  padding-right: 62px;
}
@media (max-width: 991px) {
  .order-list-inner .order-item .order-item-footer {
    justify-content: unset;
    padding-right: 0px;
    background: #F8F8F8;
    border-radius: 0 0 10px 10px;
    margin-top: 32px;
    margin-right: 0px;
    width: 100%;
    padding: 0px 15px;
  }
  .order-list-inner .order-item .order-item-footer .price-holder {
    min-width: 150px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .order-list-inner .order-item .order-item-footer .btn-violet,
  .order-list-inner .order-item .order-item-footer .rating-box {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .order-item-footer {
    margin-top: 12px;
    justify-content: space-between;
  }
}
.order-list-inner .order-item .order-item-footer .btn-violet {
  align-self: center;
}
.order-list-inner .order-item .bold-caption-holder {
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 6px;
  color: #4C4C4C;
}
.order-list-inner .order-item .bold-caption-holder.order-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1365px) {
  .order-list-inner .order-item .bold-caption-holder.order-caption {
    margin-right: 36px;
  }
}
.order-list-inner .order-item .bold-caption-holder.order-caption a {
  border-bottom: 1px solid #4C4C4C;
}
.order-list-inner .order-item .bold-caption-holder.order-caption a:hover,
.order-list-inner .order-item .bold-caption-holder.order-caption a:focus {
  color: #4C4C4C;
  border-bottom: none;
}
@media (max-width: 991px) {
  .order-list-inner .order-item .topic-title .bold-caption-holder {
    font-size: 16px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .progress-holder {
    padding-bottom: 24px;
    order: 1;
  }
}
.order-list-inner .order-item .progress-holder .progress-status-wrapper {
  width: 160px;
}
@media (max-width: 991px) {
  .order-list-inner .order-item .progress-holder .progress-status-wrapper {
    margin: 0 24px;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .progress-holder .progress-status-wrapper {
    margin: 0;
    width: 100%;
  }
}
.order-list-inner .order-item .progress-holder .progress-status-wrapper .bold-caption-holder {
  white-space: nowrap;
  margin-bottom: 0 !important;
}
.order-list-inner .order-item .progress-holder .progress-status-wrapper .bold-caption-holder .approved-icon {
  background-image: url("../build/img/Frame.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 11px;
  height: 9px;
  margin-left: 6px;
}
.order-list-inner .order-item .progress-holder .progress-status-wrapper .progress-bar-wrap {
  background: #E6E6EF;
  border-radius: 11px;
  height: 6px;
  margin-top: 6px;
}
.order-list-inner .order-item .progress-holder .progress-status-wrapper .progress-bar-wrap .progress-persent {
  background: linear-gradient(180deg,#42BAEA 0%,#11BAFD 100%);
  border-radius: 11px;
  height: 100%;
}
.order-list-inner .order-item .progress-holder .progress-status-wrapper .progress-bar-wrap .progress-persent.progress-persent-filter {
  background: #B9B9C9;
}
@media (max-width: 767px) {
  .order-list-inner .order-item .icon-info-box {
    order: 3;
  }
}
.order-list-inner .order-item .icon-info-box .info-wrap {
  margin-right: 24px;
  width: 104px;
}
@media (max-width: 991px) {
  .order-list-inner .order-item .icon-info-box .info-wrap {
    margin-right: 0px;
  }
}
.order-list-inner .order-item .icon-info-box .info-wrap .messages-box,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box {
  position: relative;
  margin: 0px 16px;
  background-image: url("../build/img/Mail-icon-hover.png");
  background: url(../build/img/Mail-icon.png) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.order-list-inner .order-item .icon-info-box .info-wrap .messages-box:hover,
.order-list-inner .order-item .icon-info-box .info-wrap .messages-box:focus,
.order-list-inner .order-item .icon-info-box .info-wrap .messages-box:active,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:hover,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:focus,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:active {
  background-image: url("../build/img/Mail-icon-hover.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.order-list-inner .order-item .icon-info-box .info-wrap .messages-box:after,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:after {
  content: '';
  background-image: url("../build/img/Mail-icon-hover.png");
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.order-list-inner .order-item .icon-info-box .info-wrap .messages-box .alert-new,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box .alert-new {
  background: #F44336;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -8px;
  right: -10px;
  width: 16px;
  height: 16px;
}
.order-list-inner .order-item .icon-info-box .info-wrap .files-box {
  background-image: url("../build/img/File-icon-hover.png");
  background-image: url("../build/img/File-icon.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:after {
  content: '';
  background-image: url("../build/img/File-icon-hover.png");
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:hover,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:focus,
.order-list-inner .order-item .icon-info-box .info-wrap .files-box:active {
  background-image: url("../build/img/File-icon-hover.png");
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.order-list-inner .order-item .price-holder {
  margin-right: 16px;
  min-width: 112px;
  max-width: 112px;
}
.order-list-inner .order-item .price-holder .price-box {
  font-size: 11px;
  line-height: 18px;
  color: #42BAEA;
}
.order-list-inner .order-item .option-inner {
  width: 16px;
  cursor: pointer;
  height: 30px;
  background: url("../build/img/settings.png") transparent;
  background-size: 4px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.order-list-inner .order-item .option-inner:before,
.order-list-inner .order-item .option-inner:after {
  display: none;
}
.order-list-inner .order-item .option-inner:focus {
  outline: none;
}
.order-list-inner .order-item .overflow-option {
  overflow-y: hidden;
}
.order-list-inner .order-item .options-wrap {
  position: relative;
}
.order-list-inner .order-item .option-dropdown {
  position: absolute;
  right: 16px;
  height: 30px;
  width: 16px;
  top: calc(65% - 30px);
  align-self: center;
}
.order-list-inner .order-item .option-dropdown .options-wrap.show .option-inner {
  background-color: #F5FAFE;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .order-list-inner .order-item .option-dropdown {
    position: absolute;
    top: 20px;
    right: 15px;
    margin-top: 0px;
  }
}
.order-list-inner .order-item .option-dropdown .additinal-option-list {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0px;
  min-width: 190px;
  z-index: 10;
  transform: none !important;
  left: auto !important;
  right: 25px;
  visibility: hidden;
}
.order-list-inner .order-item .option-dropdown .additinal-option-list .option-list-wrap {
  background: #fff;
  border: 1px solid #E6E6EF;
  border-radius: 5px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  width: 100%;
  visibility: visible;
}
.order-list-inner .order-item .option-dropdown .additinal-option-list .option-list-wrap:after {
  position: absolute;
  top: calc(50% - 5px);
  right: -11px;
  width: 11px;
  height: 11px;
  background-size: 10px;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: "";
  font-size: 0;
  line-height: 0;
  transform: rotate(270deg);
}
@media (max-width: 767px) {
  .order-list-inner .order-item .option-dropdown .additinal-option-list .option-list-wrap:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .option-dropdown .additinal-option-list {
    transform: translate3d(0px,0,0px) !important;
    right: 0px;
    margin-top: 35px;
  }
}
.order-list-inner .order-item .option-dropdown .additinal-option-list .dropdown-item {
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #4C4C4C;
  cursor: pointer;
  padding: 0;
  height: 50px;
}
.order-list-inner .order-item .option-dropdown .additinal-option-list .dropdown-item a {
  color: #4C4C4C;
  text-decoration: none;
}
.order-list-inner .order-item .option-dropdown .additinal-option-list .dropdown-item:hover,
.order-list-inner .order-item .option-dropdown .additinal-option-list .dropdown-item:active,
.order-list-inner .order-item .option-dropdown .additinal-option-list .dropdown-item:focus {
  background: #F5FAFE;
}
.order-list-inner .order-item .option-dropdown .additinal-option-list.show {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
  top: -92px !important;
  min-height: 210px;
}
@media (max-width: 767px) {
  .order-list-inner .order-item .option-dropdown .additinal-option-list.show {
    top: 0 !important;
    min-height: auto;
  }
}
.order-list-inner .order-item .rating-box {
  border: 1px solid #B9B9C9;
  border-radius: 5px;
  padding: 9px 16px;
  background: #fff;
}
.order-list-inner .order-item .rating-box .stars-row {
  width: 102px;
  margin: 0 auto;
}
.order-list-inner .order-item .rating-box .rating-title {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #4C4C4C;
  font-weight: 500;
}
.order-list-inner .order-item .rating-box .rating-text {
  font-size: 14px;
  line-height: 14px;
  color: #42BAEA;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4px;
}
.order-list-inner .order-item .rating-box .stars-row img {
  width: 15px;
  height: 16px;
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
  .order-list-inner .order-item {
    flex-wrap: wrap;
  }
  .order-list-inner .order-item .deadline-box {
    width: 150px;
  }
  .order-list-inner .order-item .topic-title {
    max-width: 100%;
    flex: 0 0 100%;
    padding-bottom: 24px;
  }
  .order-list-inner .order-item .middle-col {
    justify-content: space-between !important;
  }
}
.order-list-inner .order-item .topic-order-id {
  color: #737373;
}
.order-list-inner .order-item .subject-title-lenght {
  color: #737373;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media screen and (max-width: 1365px) and (min-width: 768px) {
  .order-list-inner .order-item .subject-title-lenght {
    padding-right: 69px;
  }
}
@media (max-width: 767px) {
  .order-list-inner .order-item .subject-title-lenght {
    padding-right: 33px;
  }
}
.order-list-inner .order-item.order-item-fixed .icon-info-box .info-wrap .messages-box,
.order-list-inner .order-item.order-item-fixed .icon-info-box .info-wrap .files-box {
  background-size: 18px auto;
  width: 36px;
  height: 36px;
  background-color: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 50px;
  display: flex;
  margin: 0 8px;
}
.order-list-inner .order-item.order-item-fixed .icon-info-box .info-wrap .messages-box .alert-new,
.order-list-inner .order-item.order-item-fixed .icon-info-box .info-wrap .files-box .alert-new {
  top: 0px;
  right: -20px;
  min-width: 16px;
  width: unset;
}
.order-list-inner .order-item.order-item-fixed .icon-info-box .info-wrap .messages-box:hover,
.order-list-inner .order-item.order-item-fixed .icon-info-box .info-wrap .files-box:hover {
  background-color: #E6E6EF;
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
  .order-list-inner .title-double,
  .order-list-inner .title-item {
    display: none !important;
  }
  .order-list-inner .orders-caption .order-numbers-count {
    font-size: 14px;
    text-align: left;
    padding-left: 17px;
  }
  .order-list-inner .order-item .option-dropdown {
    position: absolute;
    top: 20px;
    right: 32px;
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .order-list-inner .order-item .order-item-footer {
    width: 100%;
    padding-right: 0px;
    padding: 24px 17px 0 17px;
  }
}
.orders-wrapper-main .btn-custom {
  min-width: 104px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .filter-hidden-area .filter-single-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 8px 0px;
  }
}
@-moz-document url-prefix() {
  @media (max-width: 767px) {
    .order-list-inner .order-item .option-dropdown .additinal-option-list.show {
      top: 0 !important;
    }
  }
}
.orders-wrapper {
  padding: 0 40px 47px;
}
@media (max-width: 991px) {
  .orders-wrapper {
    padding: 0 15px 47px;
  }
  .orders-wrapper .price-holder {
    transition: all 0.7s linear;
  }
}
.orders-wrapper .page-caption {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 29px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .orders-wrapper .page-caption {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .orders-wrapper.orders-wrap-show .price-holder {
    width: calc(100% - 104px);
    transition: all 0.7s linear;
  }
  .orders-wrapper.orders-wrap-show .middle-col {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    transition: all .2s ease;
  }
  .orders-wrapper.orders-wrap-show .middle-col .progress-holder {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    transition: all .2s ease;
  }
  .orders-wrapper.orders-wrap-show .middle-col .progress-holder .progress-status-wrapper {
    width: 100%;
    margin: 0;
    transition: all .7s linear;
  }
}
@media (max-width: 767px) {
  .orders-wrapper .price-holder {
    transition: all 0.7s linear;
  }
  .orders-wrapper .middle-col {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
    transition: all .2s ease;
  }
  .orders-wrapper .middle-col .progress-holder {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    transition: all .2s ease;
  }
  .orders-wrapper .middle-col .progress-holder .progress-status-wrapper {
    width: 100%;
    margin: 0;
    transition: all .7s linear;
  }
}
.scrolltop {
  display: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 9px 11px;
  border: none;
  cursor: pointer;
  outline: none;
  position: fixed;
  bottom: 150px;
  right: 58px;
  background-color: #fff;
  box-shadow: 0px 2px 15px rgba(47,45,133,0.25);
  z-index: 9;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
@media (max-width: 767px) {
  .scrolltop {
    right: 24px;
    bottom: 32px;
  }
}
.scrolltop .scrolltop_img {
  max-height: 100%;
  width: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .3s ease .2s;
  transition: -webkit-transform .3s ease .2s;
  transition: transform .3s ease .2s;
  transition: transform .3s ease .2s, -webkit-transform .3s ease .2s;
}
.scrolltop .scrolltop_img-box {
  height: 12px;
  width: 12px;
  background: url(../build/img/arrow-top.svg) center center no-repeat;
  background-size: 10px 12px;
}
.scrolltop.show {
  display: block;
  opacity: 1;
  bottom: 150px;
  outline: none;
}
@media (max-width: 767px) {
  .scrolltop.show {
    bottom: 32px;
  }
}
.scrolltop:hover,
.scrolltop:focus,
.scrolltop:active {
  outline: none;
}
.writes-main-wrap .item-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 1365px) {
  .writes-main-wrap .favorite-writers .item-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .writes-main-wrap .all-writers .item-inner,
  .writes-main-wrap .blacklist-writers .item-inner {
    flex-wrap: wrap;
  }
}
.writes-main-wrap .order-item {
  max-height: unset;
}
@media (max-width: 991px) {
  .writes-main-wrap .order-item {
    padding: 22px 3px 0 17px;
  }
  .writes-main-wrap .order-item:hover {
    background: #fff;
    box-shadow: 0 10px 45px rgba(47,45,133,0.1);
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .order-item {
    padding: 20px 0px 0px;
  }
  .writes-main-wrap .order-item .btn-collapse {
    top: -4px;
  }
}
.writes-main-wrap ul.tabs {
  margin-bottom: 35px;
  padding-left: 16px;
  list-style: none;
  border-bottom: 1px solid #E6E6EF;
}
.writes-main-wrap ul.tabs li {
  cursor: pointer;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.01em;
  color: #8F8989;
  padding: 16px;
  font-weight: 500;
}
.writes-main-wrap ul.tabs li.current {
  color: #42BAEA;
  border-bottom: 2px solid #42BAEA;
}
.writes-main-wrap .tab-content {
  display: none;
}
.writes-main-wrap .tab-content.current {
  display: inherit;
}
.writes-main-wrap .tab-content .empty-tab {
  padding: 37px 20px 0;
}
.writes-main-wrap .tab-content .empty-tab .empty-caption {
  font-size: 20px;
  line-height: 31px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}
.writes-main-wrap .tab-content .empty-tab .empty-text {
  line-height: 20px;
  color: #737373;
}
.writes-main-wrap .tab-content .rating-box {
  width: 60px;
  padding: 0;
  border: none;
  margin-right: 48px;
  background: transparent;
  padding-top: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .rating-box {
    display: none;
  }
  .writes-main-wrap .tab-content .rating-box .rating-score {
    display: none;
  }
}
.writes-main-wrap .tab-content .rating-box .rating-score {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 14px;
  font-weight: 500;
  color: #4C4C4C;
  text-align: center;
}
.writes-main-wrap .tab-content .rating-box .rating-score.no-rate-filter {
  color: #E6E6EF;
}
.writes-main-wrap .tab-content .rating-box .stars-row {
  width: 100%;
  margin: 0;
}
.writes-main-wrap .tab-content .rating-box .stars-row img {
  width: 12px;
  height: 12px;
}
.writes-main-wrap .tab-content .rating-box .ratting-messages {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 20px;
  padding: 6px 8px;
  background: rgba(251,113,13,0.1);
  border-radius: 5px;
  width: 76px;
  color: #11BAFD;
  text-align: center;
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
  margin-left: -8px;
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .rating-box .ratting-messages {
    display: none;
  }
}
.writes-main-wrap .tab-content .set-rate-box {
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 6px 8px;
  position: relative;
  min-width: 78px;
  width: 60px;
  background: #fff;
  cursor: pointer;
}
.writes-main-wrap .tab-content .set-rate-box .rating-text {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  color: #42BAEA;
}
.writes-main-wrap .tab-content .ratting-messages-mobile {
  display: none;
  padding: 8px 0;
  color: #11BAFD;
  background: rgba(251,113,13,0.1);
  border-radius: 5px;
  order: 3;
  width: 100%;
  justify-content: center;
  margin: 8px 0 4px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .ratting-messages-mobile {
    display: flex;
  }
}
.writes-main-wrap .tab-content .rating {
  width: 100%;
  direction: ltr !important;
}
.writes-main-wrap .tab-content .rating input {
  position: absolute;
  left: -999999px;
}
.writes-main-wrap .tab-content .rating label {
  display: inline-block;
  font-size: 0;
  max-height: 12px;
  margin-bottom: 0;
  pointer-events: none;
  position: relative;
}
.writes-main-wrap .tab-content .rating > label:before {
  position: relative;
  font-size: 12px;
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  background: url(../build/img/Star.png) center center no-repeat transparent;
  background-size: contain;
  background-position: center;
}
.writes-main-wrap .tab-content .rating > label.selected:before {
  background: url(../build/img/Star-active.png) center center no-repeat transparent;
  background-size: contain;
}
.writes-main-wrap .tab-content .rating > label.selected.selected-part:before {
  background: url(../build/img/Star.png) center center no-repeat transparent;
  background-size: contain;
}
.writes-main-wrap .tab-content .rating > label.selected.selected-part:after {
  position: absolute;
  top: 0;
  left: -3px;
  font-size: 12px;
  display: block;
  content: "";
  height: 12px;
  width: 12px;
  background: url(../build/img/Star-active-part.png) center center no-repeat transparent;
  background-size: contain;
}
.writes-main-wrap .tab-content .writer-id-column {
  margin-right: 32px;
  width: 96px;
  flex-direction: column;
}
.writes-main-wrap .tab-content .writer-id-column .rating-box {
  display: none;
}
@media (max-width: 1024px) {
  .writes-main-wrap .tab-content .writer-id-column .writer-id {
    pointer-events: none;
    color: #4C4C4C;
    filter: grayscale(100%);
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  .writes-main-wrap .tab-content .writer-id-column {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: unset;
  }
  .writes-main-wrap .tab-content .writer-id-column .rating-box {
    display: inline-flex;
    padding-top: 0px;
    padding-left: 10px;
  }
  .writes-main-wrap .tab-content .writer-id-column .writer-id {
    width: 100%;
  }
  .writes-main-wrap .tab-content .writer-id-column .orders-quantity,
  .writes-main-wrap .tab-content .writer-id-column .rating {
    width: auto;
    display: inline-flex;
  }
}
.writes-main-wrap .tab-content .subject-tags-box {
  width: 220px;
  margin-right: 9px;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .subject-tags-box {
    width: auto;
    position: relative;
    padding-left: 20px;
    margin-right: 32px;
  }
  .writes-main-wrap .tab-content .subject-tags-box:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 20px;
    width: 20px;
    background: url(../build/img/Icon_Subject.png) center center no-repeat transparent;
    background-size: contain;
    background-position: center;
    transition: all .5s ease;
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .subject-tags-box {
    width: 100%;
    order: 3;
    margin-top: 16px;
    margin-right: 0px;
  }
}
.writes-main-wrap .tab-content .subject-tags-box .subject-tags {
  list-style: none;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  max-height: 48px;
  overflow: hidden;
  display: inline-flex;
}
.writes-main-wrap .tab-content .subject-tags-box.subject-tags-active .subject-tags {
  height: auto;
  overflow-y: auto;
}
.writes-main-wrap .tab-content .subject-tags-box .subject-tag-item {
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 100px;
  padding: 0 8px;
  height: 20px;
  font-size: 10px;
  margin: 0px 2px 4px;
  color: #4C4C4C;
  font-weight: 400;
  display: inline-flex;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .subject-tags-box .subject-tag-item {
    border: none;
    font-size: 14px;
    padding: 0px 4px;
    position: relative;
  }
  .writes-main-wrap .tab-content .subject-tags-box .subject-tag-item:after {
    display: block;
    content: ",";
    position: absolute;
    right: 0px;
    top: 0;
  }
  .writes-main-wrap .tab-content .subject-tags-box .subject-tag-item:last-child:after {
    display: none;
  }
  .writes-main-wrap .tab-content .subject-tags-box .subject-tag-item:nth-last-child(2):after {
    display: none;
  }
}
.writes-main-wrap .tab-content .subject-tags-box .count-tag-box {
  color: #42BAEA;
  font-size: 10px;
  line-height: 10px;
  align-self: center;
  height: 20px;
  align-items: center;
  display: inline-flex;
  padding: 0px;
  margin-left: 4px;
  border-radius: 100px;
  position: relative;
  top: -2px;
}
@media (max-width: 1024px) {
  .writes-main-wrap .tab-content .subject-tags-box .count-tag-box {
    top: -4px;
  }
}
.writes-main-wrap .tab-content .subject-tags-box .count-tag-box:hover {
  background: #F8F8F8;
  transition: all .5s ease;
}
.writes-main-wrap .tab-content .subject-tags-box .count-tag-box span {
  color: #42BAEA;
  padding-left: 2px;
  align-items: center;
  align-self: center;
  font-size: 10px;
  line-height: 10px;
  font-weight: 300;
}
.writes-main-wrap .tab-content .comment-box {
  display: flex;
}
.writes-main-wrap .tab-content .comment-writer {
  width: 228px;
  position: relative;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer {
    width: 100%;
    margin-left: 123px;
    margin-top: 24px;
    margin-right: 56px;
    transition: margin .5s ease;
  }
  .writes-main-wrap .tab-content .comment-writer:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    height: 20px;
    width: 20px;
    background: url(../build/img/edit-icon.png) center center no-repeat transparent;
    background-size: contain;
    background-position: center;
    transition: all .5s ease;
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .comment-writer {
    margin-left: 15px;
    margin-right: 25px;
  }
}
.writes-main-wrap .tab-content .comment-writer .comment {
  color: #4C4C4C;
  font-weight: 400;
  line-height: 20px;
  border: transparent;
  outline: none;
  padding-bottom: 4px;
  position: relative;
  padding-right: 24px;
  max-height: 40px;
  overflow: hidden;
}
.writes-main-wrap .tab-content .comment-writer .comment:before {
  display: none;
  content: "";
  position: absolute;
  right: 0px;
  bottom: -2px;
  height: 24px;
  width: 24px;
  padding-left: 4px;
  background: url(../build/img/edit.png) top right no-repeat #fff;
  background-size: 20px;
  transition: all .5s ease;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .comment:before {
    display: none;
  }
}
.writes-main-wrap .tab-content .comment-writer .comment:hover {
  border-bottom: 1px solid #D1D1D1;
  transition: all .5s ease;
}
.writes-main-wrap .tab-content .comment-writer .comment:hover:before {
  display: block;
  transition: all .5s ease;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .comment:hover:before {
    display: none;
  }
}
.writes-main-wrap .tab-content .comment-writer .comment .shortcontent {
  display: inline;
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .comment-writer .comment {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .comment {
    margin-left: 32px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .writes-main-wrap .tab-content .comment-writer .comment {
    padding-right: 60px;
  }
}
.writes-main-wrap .tab-content .comment-writer .comment.comment-edit {
  border-bottom: 1px solid #D1D1D1;
  transition: all .5s ease;
}
.writes-main-wrap .tab-content .comment-writer .comment.comment-edit:before {
  display: none;
}
.writes-main-wrap .tab-content .comment-writer .no-comment-signal {
  color: #737373;
  cursor: pointer;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .no-comment-signal {
    margin-left: 32px;
  }
}
.writes-main-wrap .tab-content .comment-writer .morelink {
  text-decoration: none;
  outline: none;
  color: #42BAEA;
  padding: 0px;
  cursor: pointer;
  -webkit-user-modify: read-only;
  -moz-user-modify: read-only;
  user-modify: read-only;
  display: inline;
  white-space: nowrap;
  background: transparent;
  border: none;
}
.writes-main-wrap .tab-content .comment-writer .morelink:hover {
  text-decoration: underline;
}
.writes-main-wrap .tab-content .comment-writer .morelink.less {
  padding-left: 0px;
  display: block;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .morelink {
    margin-left: 32px;
  }
}
.writes-main-wrap .tab-content .comment-writer .morecontent span {
  display: none;
}
.writes-main-wrap .tab-content .comment-writer .wrapper-comment .comment-show {
  color: #4C4C4C;
  line-height: 20px;
  border: transparent;
  outline: none;
  padding-bottom: 6px;
  -moz-appearance: textfield-multiline;
  -webkit-appearance: textarea;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .wrapper-comment .comment-show {
    margin-left: 32px;
  }
}
.writes-main-wrap .tab-content .comment-writer .wrapper-comment.comment-edit {
  border-bottom: 1px solid #D1D1D1;
  transition: all .5s ease;
}
.writes-main-wrap .tab-content .comment-writer .comment-edit-icons {
  display: flex;
  justify-content: flex-end;
  padding-top: 4px;
  position: relative;
  right: 4px;
}
.writes-main-wrap .tab-content .comment-writer .comment-edit-icons span {
  display: none;
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons span {
    display: flex;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons {
    position: absolute;
    right: 0;
    bottom: 4px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons {
    position: relative;
    right: auto;
    bottom: auto;
    padding-top: 12px;
    left: auto;
    justify-content: center;
    margin-left: 32px;
  }
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons button {
    width: 80px;
    height: 32px;
    font-size: 14px;
    border-radius: 50px;
    align-items: center;
    padding: 0;
    justify-content: center;
  }
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons button.btn-clear {
    background: #F8F8F8;
    color: #B9B9C9;
    order: 2;
    margin-left: 8px;
  }
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons button.btn-clear:before {
    content: "";
    background: url(../build/img/cancel-mob.png) center center no-repeat;
    background-size: 20px;
    margin-right: 2px;
    height: 12px;
    width: 12px;
  }
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons button.btn-done {
    background: #42BAEA;
    color: #fff;
  }
  .writes-main-wrap .tab-content .comment-writer .comment-edit-icons button.btn-done:before {
    content: "";
    background: url(../build/img/apply-mob.png) center center no-repeat;
    background-size: 12px;
    margin-right: 2px;
    height: 12px;
    width: 12px;
  }
}
.writes-main-wrap .tab-content.blacklist-writers .comment-writer,
.writes-main-wrap .tab-content.all-writers .comment-writer {
  display: none;
}
.writes-main-wrap .tab-content.blacklist-writers .comment-writer:before,
.writes-main-wrap .tab-content.all-writers .comment-writer:before {
  display: none;
}
.writes-main-wrap .tab-content.blacklist-writers .caption-writers-cell,
.writes-main-wrap .tab-content.all-writers .caption-writers-cell {
  display: none !important;
}
.writes-main-wrap .tab-content.blacklist-writers .caption-writers-cell span,
.writes-main-wrap .tab-content.all-writers .caption-writers-cell span {
  display: none;
}
.writes-main-wrap .tab-content.blacklist-writers .footer-btn-holder {
  justify-content: flex-end;
}
.writes-main-wrap .tab-content .tasks-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 100%;
  align-self: center;
  margin-top: 22px;
  width: 100%;
  padding-right: 78px;
  padding-left: 123px;
  position: relative;
}
.writes-main-wrap .tab-content .tasks-holder.tasks-holder-mobile {
  display: none;
}
.writes-main-wrap .tab-content .tasks-holder .task-box {
  border-top: 1px solid #F8F8F8;
  padding-top: 16px;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .tasks-holder .task-box {
    transition: padding .5s ease;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .writes-main-wrap .tab-content .tasks-holder {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .tasks-holder {
    padding-right: 56px;
    align-self: start;
    justify-content: unset;
    transition: padding .5s ease;
  }
  .writes-main-wrap .tab-content .tasks-holder .btn-show-more {
    margin: 10px 0 0px;
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .tasks-holder {
    margin: 14px 15px 0;
    max-width: unset;
    padding: 16px 0 0;
    width: calc(100% - 30px);
  }
  .writes-main-wrap .tab-content .tasks-holder.tasks-holder-show {
    display: none;
  }
  .writes-main-wrap .tab-content .tasks-holder.tasks-holder-mobile {
    display: block;
  }
  .writes-main-wrap .tab-content .tasks-holder.tasks-holder-mobile .tasks-mobile-inner {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .writes-main-wrap .tab-content .tasks-holder.tasks-holder-mobile.owl-carousel {
    width: auto;
  }
}
.writes-main-wrap .tab-content .tasks-holder .task-wrap {
  border: 1px solid #E6E6EF;
  border-radius: 10px;
  padding: 24px 20px 20px;
  width: calc(100% / 3 - 6px);
  margin: 3px;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 1365px) and (min-width: 1025px) {
  .writes-main-wrap .tab-content .tasks-holder .task-wrap {
    padding: 24px 10px 20px;
  }
}
@media (max-width: 1024px) {
  .writes-main-wrap .tab-content .tasks-holder .task-wrap {
    width: calc(100% / 2 - 6px);
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .tasks-holder .task-wrap {
    width: 100%;
    margin: 0px;
  }
}
.writes-main-wrap .tab-content .tasks-holder .task-wrap:hover {
  background: #F8F8F8;
}
.writes-main-wrap .tab-content .tasks-holder .task-wrap .rating-box {
  margin-right: 0px;
}
.writes-main-wrap .tab-content .tasks-holder .task-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
  color: #4C4C4C;
  font-weight: 500;
  margin-bottom: 6px;
}
.writes-main-wrap .tab-content .tasks-holder .sub-title {
  font-size: 14px;
  line-height: 14px;
  color: #737373;
}
.writes-main-wrap .tab-content .tasks-holder .group-info {
  margin-top: 18px;
}
.writes-main-wrap .tab-content .tasks-holder .progress-writers {
  font-size: 10px;
  line-height: 10px;
}
.writes-main-wrap .tab-content .tasks-holder .progress-writers .witers-status {
  background: #E6E6EF;
  border-radius: 100px;
  color: #42BAEA;
  height: 20px;
  padding: 0 8px;
  margin-bottom: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.writes-main-wrap .tab-content .tasks-holder .progress-writers .witers-status.status-cancel-item {
  background: #F8F8F8;
}
.writes-main-wrap .tab-content .tasks-holder .progress-writers .writers-deadline {
  color: #737373;
}
.writes-main-wrap .tab-content .item-holder .order-item-footer {
  margin-right: 0px;
}
.writes-main-wrap .tab-content .item-holder .order-item-footer .footer-btn-holder {
  width: 256px;
}
.writes-main-wrap .tab-content .item-holder .order-item-footer .footer-btn-holder span:hover,
.writes-main-wrap .tab-content .item-holder .order-item-footer .footer-btn-holder span:focus,
.writes-main-wrap .tab-content .item-holder .order-item-footer .footer-btn-holder span:active {
  outline: none;
}
.writes-main-wrap .tab-content .item-holder .footer-mobile-item {
  position: relative;
  border-top: 1px solid #E6E6EF;
  margin: 22px -3px 0 -17px;
}
.writes-main-wrap .tab-content .item-holder .footer-mobile-item span {
  outline: none;
}
.writes-main-wrap .tab-content .item-holder .footer-mobile-item span:hover,
.writes-main-wrap .tab-content .item-holder .footer-mobile-item span:focus,
.writes-main-wrap .tab-content .item-holder .footer-mobile-item span:active {
  outline: none;
}
@media (max-width: 991px) {
  .writes-main-wrap .tab-content .item-holder .footer-mobile-item span {
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    border: none;
    border-radius: 0;
  }
  .writes-main-wrap .tab-content .item-holder .footer-mobile-item span:nth-child(2) {
    border-left: 1px solid #E6E6EF;
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .item-holder .footer-mobile-item {
    margin: 14px 0 0;
  }
}
.writes-main-wrap .tab-content .item-holder .footer-mobile-item .btn-custom {
  flex-basis: 0;
  flex-grow: 1;
  border: none;
  border-radius: 0;
}
.writes-main-wrap .tab-content .item-holder .orders-quantity {
  color: #737373;
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .item-holder .topic-title {
    flex-wrap: wrap;
  }
}
.writes-main-wrap .tab-content .orders-caption {
  padding: 15px 17px;
}
.writes-main-wrap .tab-content .orders-caption .caption-writers-cell {
  width: 228px;
  margin-right: 50px;
}
.writes-main-wrap .tab-content .orders-caption .order-numbers-count {
  text-align: right;
}
@media (max-width: 992px) {
  .writes-main-wrap .tab-content .orders-caption .order-numbers-count {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .writes-main-wrap .tab-content .orders-caption .order-numbers-count {
    position: relative;
    left: -30px;
  }
}
@media screen and (max-width: 1360px) and (min-width: 992px) {
  .writes-main-wrap .tab-content .orders-caption .title-item {
    display: flex !important;
  }
  .writes-main-wrap .tab-content .orders-caption .caption-writers-cell {
    display: none;
  }
  .writes-main-wrap .tab-content .topic-title {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.writes-main-wrap .tab-content .title-item div:first-child {
  position: relative;
  margin-left: 108px;
  width: 130px;
}
.writes-main-wrap .tab-content .title-item div:last-child {
  width: 220px;
  margin-right: 9px;
}
.writes-main-wrap .tab-content .footer-btn-holder button {
  margin-right: 24px;
}
@media screen and (max-width: 1365px) and (min-width: 992px) {
  .writes-main-wrap .tab-content .comment-writer {
    padding-right: 0px;
    width: calc(50% - 123px);
    margin-left: 123px;
  }
  .writes-main-wrap .tab-content .order-item-footer {
    width: auto;
    max-width: unset;
    flex-basis: auto;
    flex-grow: unset;
    padding-top: 0;
  }
  .writes-main-wrap .tab-content .title-item {
    display: flex !important;
  }
  .writes-main-wrap .tab-content.favorite-writers .order-item-footer {
    padding-right: 0px;
  }
  .writes-main-wrap .tab-content.favorite-writers .caption-writers-cell {
    display: none !important;
  }
  .writes-main-wrap .tab-content.all-writers .order-item-footer,
  .writes-main-wrap .tab-content.blacklist-writers .order-item-footer {
    padding-right: 20px;
    margin-left: 123px;
  }
  .writes-main-wrap .tab-content.blacklist-writers .footer-btn-holder {
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .writes-main-wrap .tab-content.all-writers .order-item-footer,
  .writes-main-wrap .tab-content.blacklist-writers .order-item-footer {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .writes-main-wrap .tab-content.all-writers .order-item-footer,
  .writes-main-wrap .tab-content.blacklist-writers .order-item-footer {
    padding-left: 5px;
  }
  .writes-main-wrap .tab-content.blacklist-writers .footer-btn-holder {
    justify-content: flex-start;
  }
}
.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 5px 2px;
  background: #E6E6EF;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #42BAEA;
}
.orders-wrap-show .writers-list-inner .tasks-holder {
  padding-left: 0px;
  padding-right: 14px;
  transition: padding .5s ease;
}
.orders-wrap-show .writers-list-inner .tasks-holder .task-box {
  transition: padding .5s ease;
}
.orders-wrap-show .writers-list-inner .comment-writer {
  margin-left: 120px;
  margin-right: 20px;
  transition: all .5s ease;
}
.tooltip-inner {
  background-color: rgba(51,51,51,0.96);
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  z-index: 99;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: rgba(51,51,51,0.96);
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  border-top-color: rgba(51,51,51,0.96);
}
.rating-order-box {
  width: 100%;
}
@media (max-width: 991px) {
  .rating-order-box {
    margin: 16px 0px;
  }
}
.rating-order-box .rating-order-inner {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .rating-order-box .rating-order-inner {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .rating-order-box .rating-order-inner {
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .rating-order-box .rating-order-inner-approved .rate-caption-item {
    margin: 16px 0 0 0 !important;
  }
  .rating-order-box .rating-order-inner-approved .small_tip-writer .btn {
    margin-top: 16px;
    height: 40px;
  }
  .rating-order-box .rating-order-inner-approved .star-rating-holder {
    padding: 0 !important;
    height: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .rating-order-box .rating-order-inner-delivered .order-actions-block {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .rating-order-box .rating-order-inner-delivered .rate-caption-item {
    margin: 0;
  }
}
.rating-order-box .rating-order-inner-delivered .team-rating-order .btn {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rating-order-box .rating-order-inner-delivered .team-rating-order .btn {
    width: 145px !important;
    padding: 0 4px;
  }
}
.rating-order-box .rating-order-inner-delivered .small_tip-writer {
  margin-left: 4px;
}
@media (min-width: 992px) {
  .rating-order-box .rating-order-inner-delivered .small_tip-writer {
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  .rating-order-box .rating-order-inner-delivered .small_tip-writer .btn {
    margin-top: 16px;
    height: 40px;
  }
}
.rating-order-box .rate-order-holder:first-child {
  margin-right: -15px;
}
.rating-order-box .rate-order-holder {
  text-align: center;
}
.rating-order-box .rate-order-holder .score-title {
  font-size: 8px;
  line-height: 8px;
  color: #B2B2C3;
  margin-top: 6px;
}
.rating-order-box .rate-order-holder .star-rating-holder {
  background: #FAFAFA;
  border: 1px solid #E6E6EF;
  border-radius: 5px;
  padding: 8px 0px;
  height: 42px;
  width: 84px;
}
.rating-order-box .rate-order-holder .star-rating-holder .rating-item {
  min-width: 30px;
  max-height: 12px;
  font-size: 8px;
  line-height: 12px;
  margin: 0 2px;
}
.rating-order-box .rate-order-holder.summary-rate-block .star-rating-holder {
  width: 117px;
}
@media (max-width: 991px) {
  .rating-order-box .new-rate-order-holder {
    flex: 1;
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .rating-order-box .new-rate-order-holder .rating-order-item {
    flex: 1;
  }
}
.rating-order-box .new-rate-order-holder .rating-order-item .rate-caption-item {
  background: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 50px;
  color: #42BAEA;
  border: transparent;
  font-size: 14px;
  max-width: 140px;
  width: 140px;
}
@media (max-width: 991px) {
  .rating-order-box .new-rate-order-holder .rating-order-item .rate-caption-item {
    margin: 0 auto;
  }
}
.rating-order-box .new-rate-order-holder .star-rating-holder {
  width: auto !important;
  border: none;
  background: transparent;
}
.rating-order-box .new-rate-order-holder .star-rating-holder .rating-item {
  min-width: 50px;
  height: 24px;
  line-height: 12px;
  max-height: unset;
  font-size: 12px;
  justify-content: center;
}
.rating-order-box .new-rate-order-holder .star-rating-holder .rating-item:before {
  background-size: 14px;
}
.rating-order-box .new-rate-order-holder .star-rating-holder .star-rating-inner {
  justify-content: flex-end !important;
}
@media (max-width: 1199px) {
  .rating-order-box .new-rate-order-holder .star-rating-holder .star-rating-inner {
    justify-content: space-between !important;
  }
}
.rate-section {
  position: relative;
}
.call_rate-paper {
  font-size: 14px;
  text-decoration: underline;
  color: #929292;
  padding: 0;
  margin-bottom: -24px;
  align-self: flex-start;
}
.call_rate-paper:focus,
.call_rate-paper:active,
.call_rate-paper:hover {
  outline: none;
  color: #929292;
  box-shadow: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .call_rate-paper {
    margin: 5px 0 0;
  }
}
.rate-item-section {
  font-weight: 500;
}
.wrap-approved-header:after {
  z-index: 1;
}
.file_banner {
  border-radius: 5px;
  margin-bottom: 12px;
  background: #FAFAFA;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 0;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
  padding-right: 35px;
}
.file_banner img {
  margin-right: 22px;
}
.file_banner p {
  margin: 0;
  color: #3B424A;
  line-height: 17px;
}
.file_banner p br {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .file_banner p {
    line-height: 19px;
  }
  .file_banner p br {
    display: block;
  }
}
@media (max-width: 767px) {
  .file_banner {
    height: auto;
    padding: 5px 15px 5px 10px;
    margin-top: 10px;
  }
  .file_banner p {
    font-size: 12px;
    line-height: 17px;
  }
  .file_banner p br {
    display: block;
  }
  .file_banner img {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .mounth-banner {
    padding: 0;
    margin-top: -38px;
  }
}
.mounth-banner .mounth-banner-wrap {
  position: relative;
  margin: 0 25px 35px;
  border-radius: 10px;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  padding: 0 80px 0 290px;
  background: url(../build/img/welcome-banner-bg.svg) #E6E6EF left -30px bottom -30px no-repeat;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .mounth-banner .mounth-banner-wrap {
    font-size: 12px;
    padding: 0 38px 0 150px;
    min-height: 95px;
    background-position: left -112px bottom -21px;
  }
}
@media (max-width: 767px) {
  .mounth-banner .mounth-banner-wrap {
    border-radius: 0px;
    margin: 0 0px 24px;
    padding: 0px 18px 12px;
    background: url(../build/img/welcome-banner-bg-mob.svg) #E6E6EF right bottom no-repeat;
    display: block;
    font-size: 10px;
  }
}
.mounth-banner .mounth-banner-wrap:before {
  content: "";
  background: url(../build/img/welcome-mask.svg) bottom center no-repeat;
  background-size: contain;
  height: 85px;
  width: 105px;
  position: absolute;
  left: 58px;
  bottom: 0;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .mounth-banner .mounth-banner-wrap:before {
    width: 108px;
    left: 5px;
    height: 120px;
    background-size: auto 105px;
    background-position: bottom left;
  }
}
@media (max-width: 767px) {
  .mounth-banner .mounth-banner-wrap:before {
    width: 85px;
    left: auto;
    right: 15px;
  }
}
.mounth-banner .mounth-banner-text {
  padding: 10px 0;
  line-height: 18px;
  margin-right: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .mounth-banner .mounth-banner-text {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .mounth-banner .mounth-banner-text {
    display: block;
    margin-right: 30px;
  }
}
.mounth-banner .btn-close {
  content: "";
  background: url(../build/img/welcome-close.svg) center center no-repeat;
  margin-right: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media (max-width: 767px) {
  .mounth-banner .btn-close {
    right: 5px;
  }
}
.mounth-banner .yellow-btn {
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%), #FBB40D;
  border-radius: 50px;
  height: 30px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 120px;
  flex: 0 0 120px;
  padding: 0;
  border: none;
}
.mounth-banner.mounth-banner-discount .mounth-banner-wrap {
  background-position: left 0px bottom -30px;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .mounth-banner.mounth-banner-discount .mounth-banner-wrap {
    background: url(../build/img/welcome-mask-pres-tablet.svg) #E6E6EF bottom -50px left -80px no-repeat !important;
  }
}
@media (max-width: 767px) {
  .mounth-banner.mounth-banner-discount .mounth-banner-wrap {
    background: url(../build/img/welcome-mask-pres-mob.svg) #E6E6EF bottom right no-repeat !important;
  }
}
.mounth-banner.mounth-banner-discount .mounth-banner-wrap:before {
  background: url(../build/img/welcome-mask-pres.svg) bottom center no-repeat !important;
  height: 50px;
  width: 40px;
  left: 50px;
  bottom: 10px;
}
@media (max-width: 1365px) and (min-width: 768px) {
  .mounth-banner.mounth-banner-discount .mounth-banner-wrap:before {
    left: 30px;
    height: 50px;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .mounth-banner.mounth-banner-discount .mounth-banner-wrap:before {
    left: auto;
  }
}
#banner__force-order {
  position: relative;
  margin: 0 40px 62px 48px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(76,76,76,0.1);
  border-radius: 4px;
  min-height: 70px;
  width: 100%;
}
@media (max-width: 767px) {
  #banner__force-order {
    margin: 0 16px 62px 16px;
  }
}
#banner__force-order .inner__wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 70px 0 137px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #454545;
}
#banner__force-order .inner__wrapper:before {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -10px;
  background: url(../build/img/deadline.svg) bottom center no-repeat;
  width: 57px;
  height: 90px;
}
@media (max-width: 1199px) {
  #banner__force-order .inner__wrapper:before {
    left: 25px;
  }
}
@media (max-width: 767px) {
  #banner__force-order .inner__wrapper:before {
    left: initial;
    bottom: 14px;
    right: 16px;
  }
}
@media (max-width: 1199px) {
  #banner__force-order .inner__wrapper {
    padding: 0 40px 0 100px;
  }
}
@media (max-width: 767px) {
  #banner__force-order .inner__wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 80px 24px 20px;
    background: url(../build/img/banner-force-bg.svg) right bottom no-repeat;
  }
}
#banner__force-order .inner__wrapper .inner__content {
  padding: 13px 0;
}
#banner__force-order .inner__wrapper .inner__content span {
  display: block;
}
@media (max-width: 767px) {
  #banner__force-order .inner__wrapper .inner__content span {
    margin: 0 0 8px 0;
  }
}
#banner__force-order .close-banner {
  position: absolute;
  cursor: pointer;
  top: 7px;
  right: 15px;
  width: 22px;
  height: 22px;
  background: url(../build/img/banner-force-close.svg) 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #banner__force-order .close-banner {
    top: 9px;
    right: 9px;
  }
}
#banner__force-order a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #42BAEA;
  border-radius: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  height: 30px;
  width: 140px;
  margin: 0 0 0 25px;
  color: #F6F6F6;
  text-transform: uppercase;
  transition: all .5s;
  white-space: nowrap;
}
#banner__force-order a:hover,
#banner__force-order a:focus {
  background: #42BAEA;
  text-decoration: none;
}
@media (max-width: 767px) {
  #banner__force-order a {
    margin: 0;
  }
}
.order-list-package {
  box-shadow: 0px 2px 6px #E5EBE7;
  border-radius: 4px;
  padding: 0 16px 20px;
}
.order-list-package .list-package-header {
  background: #fff;
  padding: 30px 32px 20px;
  margin: 0 -16px 24px;
}
.order-list-package .list-package-title {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  color: #333333;
}
.order-list-package .alert-info {
  padding: 8px 8px 8px 42px;
  margin: 0 0 0 4px;
  display: inline-flex;
  border-radius: 5px;
  background-position: left 12px center;
  background-size: 20px auto;
}
.order-list-package .aleart-info-package {
  background: url(../build/img/exclamation-button.svg) left 12px top 50% no-repeat;
  padding: 8px 0 8px 42px;
  margin-left: 4px;
}
.order-list-package .checkbox-v {
  width: 20px;
  height: 20px;
  min-width: unset;
  min-height: unset;
  margin: 0;
  border-radius: 0;
}
.order-list-package .checkbox-v label {
  cursor: pointer;
  padding: 0;
  width: 100%;
  margin: 0;
  display: block;
  height: 100%;
  border: 1px solid #8B8B8B;
  border-radius: 5px;
}
.order-list-package .checkbox-v.check-active label {
  border-color: #42BAEA;
  background: url(../build/img/order-list-package.svg) no-repeat center transparent;
}
.order-list-package .btn-transparent {
  width: auto;
  margin-left: 8px;
}
.order-list-package .btn-transparent.btn-package-disabled {
  background: #F2F2F2;
  border-color: #F2F2F2;
  color: #BDBDBD;
  pointer-events: none;
}
.order-list-package .btn-transparent .lds-css {
  display: none;
}
.order-list-package .btn-transparent .submit-pending {
  display: none;
}
.order-list-package .package-ckeckbox-submited {
  background: url(../build/img/package-checkmark.svg) no-repeat center transparent;
  width: 20px;
  height: 20px;
}
.order-list-package .package-header-inner {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.circle-preloader-package {
  display: block;
  width: 50px;
  height: 50px;
  border: 5px solid #444;
  border-bottom-color: #888;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: spin .75s infinite linear;
}
.select2-crypto .select2-results__option[aria-disabled=true] {
  display: none;
}
#ModalPayNow .payment_cryptopay.disabled-click {
  pointer-events: none;
  opacity: 0.6;
}
.order-wrapper {
  width: 100%;
  padding: 0 40px 47px 48px;
}
@media (max-width: 767px) {
  .order-wrapper {
    width: 100%;
    padding: 0 16px 47px 16px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .order-wrapper {
    padding: 0 20px 47px;
  }
}
.order-wrapper ul.tabs li {
  white-space: nowrap;
}
.order-wrapper ul.tabs li span {
  position: relative;
}
.order-wrapper ul.tabs li .counter {
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -9px;
  line-height: 14px;
}
.tabs {
  margin-bottom: 35px;
  padding-left: 16px;
  list-style: none;
  border-bottom: 1px solid #E6E6EF;
}
.tabs li,
.tabs a {
  text-decoration: none;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.01em;
  color: #737373;
  padding: 16px;
  font-weight: 500;
}
.tabs li:hover,
.tabs li:focus,
.tabs a:hover,
.tabs a:focus {
  color: #B2B2C3;
}
@media (max-width: 767px) {
  .tabs li,
  .tabs a {
    width: 100%;
    text-align: center;
  }
}
.tabs li.current,
.tabs li.active,
.tabs a.current,
.tabs a.active {
  color: #42BAEA;
  border-bottom: 2px solid #42BAEA;
}
.tabs li .counter,
.tabs a .counter {
  margin: 0 0 0 5px;
}
@media (max-width: 767px) {
  .tabs {
    margin: 0 -16px 35px;
    padding-left: 0;
  }
}
.order-wrapper .tab-content.current {
  display: inherit;
}
.order-wrapper .tab-content {
  display: none;
}
.order-title-wrapper {
  padding: 0 36px 31px 80px;
}
.order-title-wrapper .order-title-block {
  position: relative;
}
@media (max-width: 767px) {
  .order-title-wrapper .order-actions-block {
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .order-title-wrapper .order-actions-block .btn {
    background: #E6E6EF;
    border-radius: 6px;
    border: none;
    color: #392E66;
    width: 100%;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .order-title-wrapper {
    padding: 0 42px 33px 52px;
  }
  .order-title-wrapper .order-title-container {
    flex-direction: column;
  }
  .order-title-wrapper .order-actions-block {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .order-title-wrapper {
    padding: 0 16px 48px 16px;
  }
  .order-title-wrapper .order-title-container {
    flex-direction: column;
  }
  .order-title-wrapper .order-actions-block {
    margin: 0;
  }
}
.order-title-wrapper .overflow-option {
  display: none;
}
@media (max-width: 1439px) {
  .order-title-wrapper .overflow-option {
    display: block;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .order-title-wrapper .overflow-option {
    padding-right: 0px;
  }
}
@media (min-width: 1440px) {
  .order-title-wrapper .overflow-option {
    display: none;
  }
}
.order-title-wrapper .order-title {
  position: relative;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 153.12%;
  margin: 0 0 18px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 30px;
  max-height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-right: 50px;
}
.order-title-wrapper .order-id {
  display: inline-block;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #737373;
  margin: 0 8px 16px 0;
}
@media (max-width: 767px) {
  .order-title-wrapper .order-id {
    display: block;
  }
}
.order-title-wrapper .status-pink,
.order-title-wrapper .status-red,
.order-title-wrapper .status-cancelled {
  display: inline-block;
  margin: 0 8px 16px 0;
}
@media (max-width: 767px) {
  .order-title-wrapper .alert-cancelled,
  .order-title-wrapper .alert-info {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}
.progressbar-wrapper {
  padding: 0 40px 53px 80px;
  margin-top: -30px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .progressbar-wrapper {
    padding: 0 40px 53px 52px;
  }
}
@media (max-width: 767px) {
  .progressbar-wrapper {
    background: #fff;
    padding: 30px 16px 26px 16px;
    margin: -38px 0 32px 0;
  }
}
.progress-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.progress-line-status {
  position: absolute;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #4C4C4C;
  margin-left: -6px;
}
@media (max-width: 767px) {
  .progress-line-status {
    top: 16px;
  }
}
.progress-line li {
  flex: 2;
  position: relative;
  padding: 0 0 14px 0;
  color: #B2B2C3;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  white-space: nowrap;
  overflow: visible;
  min-width: 0;
  text-align: center;
  border-bottom: 2px solid #E6E6EF;
}
@media (max-width: 1199px) {
  .progress-line li {
    font-size: 10px;
    line-height: 10px;
  }
}
@media (max-width: 767px) {
  .progress-line li {
    font-size: 14px;
    line-height: 100%;
    color: transparent;
  }
}
.progress-line li.is-active {
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .progress-line li.is-active {
    color: transparent;
  }
}
.progress-line li.is-active:before {
  background: url(../build/img/progress-bullet-active.svg) no-repeat;
}
.progress-line li.is-complete {
  color: #B2B2C3;
}
@media (max-width: 767px) {
  .progress-line li.is-complete {
    color: transparent;
  }
}
.progress-line li.is-complete:before {
  background: url(../build/img/progress-bullet-active.svg) no-repeat;
}
.progress-line li.is-complete.is-active {
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .progress-line li.is-complete.is-active {
    color: transparent;
  }
}
.progress-line li:first-child,
.progress-line li:last-child {
  flex: 1;
}
.progress-line li:first-child:before {
  left: 6px;
}
.progress-line li:first-child {
  width: 50%;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -50;
  text-align: left;
  text-align: left;
}
.progress-line li:first-child span {
  margin-left: -7px;
}
.progress-line li:last-child {
  text-align: right;
}
.progress-line li:last-child .progress-block:before {
  display: none;
}
.progress-line li:last-child span {
  width: 200%;
  display: inline-block;
  position: absolute;
  left: -100%;
}
.progress-line li:first-child:before {
  left: 0;
}
.progress-line li:last-child:before {
  right: 0;
  left: auto;
}
.progress-line li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(../build/img/progress-bullet.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: calc(50%);
  margin-left: -6px;
  bottom: -7px;
  z-index: 3;
  transition: all .2s ease-in-out;
}
.progress-line .is-complete:after,
.progress-line .is-active:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0%;
  z-index: 2;
  border-bottom: 2px solid #64307C;
}
.progress-line.is-error li {
  color: #FF0000;
}
.progress-line.is-error li:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0%;
  z-index: 2;
  border-bottom: 2px solid #FF0000;
}
@media (max-width: 767px) {
  .progress-line.is-error li {
    color: transparent;
  }
}
.progress-line.is-error li:before {
  background: url(../build/img/progress-bullet-error.svg) no-repeat;
}
.progress-line.is-error li.is-active {
  color: #FF0000;
}
@media (max-width: 767px) {
  .progress-line.is-error li.is-active {
    color: transparent;
  }
}
.progress-line.is-error .progress-block {
  display: none;
}
.progress-line.is-error .progress-block:before {
  display: none;
}
.progress-line .progress-block {
  position: relative;
}
.progress-line .is-active .progress-block:before {
  content: "";
  display: block;
  position: absolute;
  width: 44px;
  height: 24px;
  bottom: -26px;
  right: 0;
  left: auto;
  background: url(../build/img/progress-rocket.svg) no-repeat;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 991px) {
  .progress-line .is-active .progress-block:before {
    right: 0;
    margin-right: -22px;
  }
}
.progress-line .is-complete:last-child:after,
.progress-line .is-active:last-child:after {
  width: 200%;
  left: -100%;
}
.option-inner {
  width: 20px;
  cursor: pointer;
  height: 40px;
  background: url("../build/img/settings.svg") #fff no-repeat;
  background-size: 6px 16px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 5px;
}
.option-inner:before,
.option-inner:after {
  display: none;
}
.option-inner:hover,
.option-inner:focus {
  outline: none;
  background: #E6E6EF url("../build/img/settings-hover.svg") no-repeat;
  background-position: center;
}
.order-title-block .option-inner {
  box-shadow: 0px 2px 6px #E9E9E9;
}
.overflow-option {
  overflow-y: hidden;
}
.options-wrap {
  position: relative;
}
#order-page .option-dropdown,
#inquiry-page .option-dropdown {
  position: absolute;
  right: 30px;
  height: 30px;
  width: 16px;
  top: 5px;
  align-self: center;
}
#order-page .option-dropdown.show,
#inquiry-page .option-dropdown.show {
  background: #F5FAFE;
  border-radius: 5px;
}
#order-page .option-dropdown .additinal-option-list,
#inquiry-page .option-dropdown .additinal-option-list {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0px;
  min-width: 190px;
  z-index: 10;
  transform: none !important;
  left: auto !important;
  right: 20px;
  visibility: hidden;
}
#order-page .option-dropdown .additinal-option-list .option-list-wrap,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap {
  background: #fff;
  border: 1px solid #E6E6EF;
  border-radius: 5px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  width: 100%;
  visibility: visible;
}
#order-page .option-dropdown .additinal-option-list .option-list-wrap::after,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap::after {
  display: none;
}
#order-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option:hover,
#order-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option:focus,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option:hover,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option:focus {
  background-color: #F5F9FC !important;
}
#order-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option a,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option a {
  color: #4C4C4C !important;
  display: flex;
  align-items: center;
  padding: 7px 0;
}
#order-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option a:hover,
#order-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option a:focus,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option a:hover,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap button.btn-option a:focus {
  text-decoration: none;
}
#order-page .option-dropdown .additinal-option-list .option-list-wrap .btn-option,
#inquiry-page .option-dropdown .additinal-option-list .option-list-wrap .btn-option {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #order-page .option-dropdown .additinal-option-list,
  #inquiry-page .option-dropdown .additinal-option-list {
    transform: translate3d(0px,0,0px) !important;
    right: 0px;
    margin-top: 35px;
  }
}
#order-page .option-dropdown .additinal-option-list .dropdown-item,
#inquiry-page .option-dropdown .additinal-option-list .dropdown-item {
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #4C4C4C;
  cursor: pointer;
  padding: 0;
  height: 50px;
}
#order-page .option-dropdown .additinal-option-list .dropdown-item:hover,
#order-page .option-dropdown .additinal-option-list .dropdown-item:active,
#order-page .option-dropdown .additinal-option-list .dropdown-item:focus,
#inquiry-page .option-dropdown .additinal-option-list .dropdown-item:hover,
#inquiry-page .option-dropdown .additinal-option-list .dropdown-item:active,
#inquiry-page .option-dropdown .additinal-option-list .dropdown-item:focus {
  background: #F5FAFE;
}
#order-page .option-dropdown .additinal-option-list.show,
#inquiry-page .option-dropdown .additinal-option-list.show {
  top: 9px !important;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  align-content: center;
  min-height: 210px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  #order-page .option-dropdown .additinal-option-list.show,
  #inquiry-page .option-dropdown .additinal-option-list.show {
    top: 39px !important;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  #order-page .option-dropdown .additinal-option-list.show,
  #inquiry-page .option-dropdown .additinal-option-list.show {
    top: 0 !important;
    min-height: 100%;
  }
}
.order-details-container-wrapper {
  padding: 45px 16px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(47,45,133,0.1);
}
@media (max-width: 1439px) {
  .order-details-container-wrapper {
    flex-direction: column-reverse;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }
}
@media (min-width: 768px) {
  .order-details-container {
    width: 100%;
  }
}
.order-details-container .order-details-header {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #E6E6EF;
  padding: 0 0 6px 0;
}
@media (max-width: 1439px) {
  .order-details-container .order-details-header {
    padding: 0 10px 6px 0;
  }
}
.order-details-container .order-details-header .title {
  padding: 0 16px;
  margin: 0 0 14px 0;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
  color: #424242;
}
@media (max-width: 767px) {
  .order-details-container .order-details-header .title {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .order-details-container .order-details-header {
    padding: 0 0 12px 0;
  }
}
.order-details-container .order-details-item {
  margin: 0 0 48px 0;
}
@media (max-width: 767px) {
  .order-details-container {
    margin: 0 -20px;
    padding: 32px 20px 0 20px;
    background: #fff;
  }
}
@media (max-width: 767px) {
  .order-details-item-paper-detailes .order-details-block {
    flex-direction: column;
  }
  .order-details-item-paper-detailes .order-details-block .order-option {
    margin: 0 0 16px 0;
  }
}
.order-details-block {
  display: flex;
  width: 100%;
  margin: 0 0 16px 16px;
  min-height: 20px;
}
@media (max-width: 767px) {
  .order-details-block {
    justify-content: flex-start;
    margin: 0 0 16px 0;
  }
}
.order-details-block .grey-text {
  color: #D1D1D1;
}
.order-details-block .order-option {
  font-size: 14px;
  line-height: 100%;
  color: #4C4C4C;
  margin: 0 24px 0 0;
  width: 200px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .order-details-block .order-option {
    width: 140px;
    min-width: 140px;
    margin: 0 15px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 140%;
  }
}
.order-details-block .order-option-value {
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  font-weight: 500;
}
.order-details-block .order-option-value .alert-info {
  display: block;
  padding: 10px 10px 10px 38px;
  background: url(../build/img/alert-info.svg) left 12px top 13px no-repeat #FFF3F3;
  background-size: 16px;
  line-height: 140%;
  margin: 8px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  max-width: 280px;
}
.order-details-block .order-option-value .alert-info .alert-info-text {
  display: inline;
  margin: 0;
  border: none;
  color: #BABABA;
}
.order-details-block .order-option-value a {
  margin: 0 0 0 5px;
  color: #BABABA;
  border-bottom: 1px solid #BABABA;
}
.order-details-block .order-option-value a:hover {
  color: #64307C;
}
@media (max-width: 767px) {
  .order-details-block .order-option-value {
    font-style: normal;
    font-size: 12px;
    line-height: 140%;
  }
  .order-details-block .order-option-value.order-option-instructions {
    text-align: left;
  }
}
.order-details-block .order-option-value a.link {
  color: #64307C;
  border-bottom: 1px solid #64307C;
}
.order-details-block .order-option-value span.see-more-instructions {
  color: #64307C;
  margin-left: 5px;
}
.order-details-block .order-option-value.order-option-instructions {
  display: inline-block;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
}
.order-details-block .order-option-value .see-more-instructions,
.order-details-block .order-option-value .see-less-instructions {
  cursor: pointer;
  color: #64307C;
  margin: 0 0 0 5px;
}
.order-details-block .order-option-value .see-more-instructions:hover,
.order-details-block .order-option-value .see-more-instructions:focus,
.order-details-block .order-option-value .see-less-instructions:hover,
.order-details-block .order-option-value .see-less-instructions:focus {
  text-decoration: underline;
}
.order-details-block .order-option-value.order-option-date span {
  margin: 0 0 0 5px;
  color: #BABABA;
}
.order-details-block .order-option-value.order-option-files span {
  margin: 0 0 0 5px;
  color: #BABABA;
  border-bottom: 1px solid #BABABA;
}
.order-details-block .order-option-value.order-option-files span:hover {
  color: #64307C;
}
.order-details-block .order-option-value.payment-option-status .btn {
  display: inline-block;
}
.order-details-block .order-option-value.order-option-extra ul {
  padding: 0;
  margin: 0;
}
.order-details-block .order-option-value.order-option-extra ul li {
  list-style: none;
  margin: 0 0 8px 0;
}
.order-details-block .order-option-value.order-option-price span {
  margin: 0 0 0 5px;
  color: #64307C;
}
.order-details-block .order-option-value.order-option-price span span {
  font-weight: 500;
}
.order-details-block .order-option-value.order-option-writerid * {
  float: left;
}
.order-details-block .order-option-value.order-option-writerid .order-option-id {
  margin: 0 10px 0 0;
}
.order-details-block .order-option-software {
  font-weight: normal;
}
.order-payment-item {
  margin: 0 0 32px 0;
}
.banner-payment {
  padding: 20px 15px 15px 48px;
  background: #FFFFFF;
  border: 3px solid #F5F9FC;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .banner-payment {
    flex-direction: column;
    text-align: center;
    padding: 20px 15px;
  }
  .banner-payment .banner-payment-pic {
    margin-bottom: 24px;
    margin-right: 0 !important;
  }
}
.banner-payment .banner-payment-pic {
  margin-right: 71px;
}
.banner-payment .banner-payment-content {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #737373;
}
.banner-payment .banner-payment-content a {
  text-decoration: none;
  color: #42BAEA;
  border-bottom: 1px solid #42BAEA;
}
.banner-payment .banner-payment-content a:hover,
.banner-payment .banner-payment-content a:focus {
  color: #B2B2C3;
  border-color: #B2B2C3;
}
@media (max-width: 767px) {
  .summary-block-wrapper {
    margin-top: 35px;
  }
}
@media (min-width: 1440px) {
  .summary-block-wrapper {
    width: 400px;
    min-width: 400px;
    margin: 40px 26px 0 58px;
  }
}
.summary-block-wrapper .summary-block {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  text-align: center;
  padding-bottom: 5px;
}
.summary-block-wrapper .summary-block.summary-block-bill {
  border: none !important;
  background: none;
  padding-bottom: 0;
}
@media (min-width: 1440px) {
  .summary-block-wrapper .summary-block.summary-block-bill {
    border-bottom: 3px solid #64307c !important;
  }
}
@media (max-width: 1439px) {
  .summary-block-wrapper .summary-block.summary-block-bill:before {
    width: 314px;
    height: 273px;
    right: -40px;
    top: 40px;
  }
}
@media (min-width: 1440px) {
  .summary-block-wrapper .summary-block.summary-block-bill {
    margin-bottom: 10px;
  }
}
@media (max-width: 1439px) {
  .summary-block-wrapper .summary-block.summary-block-bill {
    overflow: hidden;
    border-bottom: none;
    background: url(../build/img/summary-bg.svg) no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block.summary-block-bill {
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .summary-block-wrapper .summary-block.summary-block-bill .summary-block-default {
    border-radius: 10px !important;
  }
}
@media (max-width: 1439px) {
  .summary-block-wrapper .summary-block {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0;
    background: #64307C url(../build/img/summary-bg.svg) no-repeat 0% 0%;
    background-size: cover;
    border-radius: 10px;
    border-right: 3px solid #64307C;
    border-left: 3px solid #64307C;
    border-top: 3px solid #64307C;
  }
  .summary-block-wrapper .summary-block:before {
    content: "";
    display: block;
    width: 612px;
    height: 273px;
    right: -40px;
    top: 0px;
    background: url(../build/img/rocket-sum.png) no-repeat left 0% top 65px;
    background-size: contain;
    position: absolute;
    z-index: 0;
  }
}
@media (max-width: 1439px) and (min-width: 768) {
  .summary-block-wrapper .summary-block {
    min-height: 268px;
    padding-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block {
    border-radius: 10px;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .summary-block-wrapper .summary-block:before {
    display: none;
  }
}
.summary-block-wrapper .summary-block .summary-bottom {
  padding: 0 32px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .summary-bottom {
    position: relative;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    margin: 10px 10px 13px 10px;
    width: 350px;
    min-width: 350px;
    padding: 0 20px;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper {
    overflow-x: scroll;
    margin: 0 0 0 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper::-webkit-scrollbar {
    display: none;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper .checkbox-v-inner .checkbox-v {
    display: flex;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper .checkbox-v-inner .checkbox-v:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block .summary-bottom {
    background: #fff;
    padding: 0 16px;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper {
    overflow-x: scroll;
    margin: 0 0 16px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper::-webkit-scrollbar {
    display: none;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper .checkbox-v-inner {
    display: flex;
  }
  .summary-block-wrapper .summary-block .summary-bottom .checkbox-v-wrapper .checkbox-v-inner #add_extra_buy {
    display: flex;
    max-width: 100%;
  }
}
.summary-block-wrapper .summary-block .wrap-counter {
  width: 100%;
  position: relative;
  text-align: center;
  display: inline-block;
  background: #E6E6EF;
  border-radius: 10px 10px 0 0;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner {
  width: 270px;
  padding: 40px 0px 20px;
  margin: 0 auto;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner {
    width: 240px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner {
    width: 210px;
  }
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap {
  position: relative;
  float: left;
  perspective: 150px;
  background: #fff;
  width: 60px;
  height: 82px;
  margin: 0 5px 0 0;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  overflow: hidden;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap.wrap-last-child {
  margin: 0;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap {
    width: 50px;
    height: 66px;
  }
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num {
  width: 58px;
  height: 41px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  perspective: 150px;
  background-color: #F5F9FC;
  transform: translate3d(0,0,0);
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num.top {
  top: 0;
  border-radius: 10px 10px 0 0;
  background: #F5F9FC;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num.bottom {
  top: 41px;
  background: linear-gradient(180deg,#C4C4C4 0%,rgba(196,196,196,0) 40%);
  opacity: 0.5;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num {
    width: 100%;
    height: 33px;
  }
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num.bottom {
    top: 33px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num {
    width: 100%;
    height: 30px;
  }
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num.bottom {
    top: 30px;
  }
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .number {
  width: 100%;
  font-size: 56px;
  line-height: 82px;
  top: 0;
  bottom: 0;
  display: block;
  vertical-align: middle;
  margin: auto;
  font-family: Digital;
  font-weight: 700;
  text-align: center;
  color: #42BAEA;
  left: 0;
  right: 0;
  position: absolute;
  font-style: normal;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .number {
    line-height: 66px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .number {
    line-height: 60px;
  }
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner:after {
  position: absolute;
  display: block;
  z-index: 9;
  content: "";
  top: 70px;
  right: 9px;
  width: 68px;
  height: 117px;
  background: url(../build/img/summary-counter.png) no-repeat;
  background-size: 68px 117px;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap-days-end {
  margin-right: 20px;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter {
  padding: 0;
  display: flex;
  border-radius: 0;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner {
  margin: 0;
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 0;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner:after {
  display: none;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner .wrap {
  width: 34px;
  height: 40px;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner .wrap .number {
  font-size: 38px;
  line-height: 38px;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner .wrap .wrap-num {
  width: 40px;
  height: 20px;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner .wrap .wrap-num.bottom {
  top: 20px;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner .wrap-days-end {
  margin-right: 16px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block .counter-holder .wrap-counter .wrap-counter-inner {
    width: 200px;
  }
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter__bottom {
  width: 240px;
  justify-content: center;
  margin: 3px 0 0;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter__bottom .wrap-counter__day,
.summary-block-wrapper .summary-block .counter-holder .wrap-counter__bottom .wrap-counter__hours {
  font-size: 12px;
  line-height: 11px;
  width: 70px;
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter__bottom .wrap-counter__day {
  margin-right: 16px;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline-wrap {
  display: flex;
  flex: 1;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline {
  height: unset;
  flex: 1;
  background: #42BAEA;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline a {
  color: #4C4C4C;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline a:hover {
  text-decoration-line: underline;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline:hover {
  background: #E7E7F4;
  border-radius: 6px;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline:hover a {
  color: #42BAEA;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline {
    border-radius: 8px;
    font-size: 12px;
  }
  .summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline:hover {
    background: #9C9CCE;
  }
  .summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline:hover a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline {
    font-size: 12px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block .counter-holder {
    position: relative;
    z-index: 9;
    border-radius: 8px;
    overflow: hidden;
    width: 280px;
    margin: 0 0px 5px 12px;
  }
}
.summary-block-wrapper .summary-block .wrap-counter__bottom {
  display: inline-flex;
  width: 270px;
  margin: 10px auto 0 auto;
}
@media (max-width: 1439px) and (min-width: 767px) {
  .summary-block-wrapper .summary-block .wrap-counter__bottom {
    width: 226px;
  }
}
@media (max-width: 768px) {
  .summary-block-wrapper .summary-block .wrap-counter__bottom {
    width: 206px;
  }
}
.summary-block-wrapper .summary-block .wrap-counter__bottom .wrap-counter__day,
.summary-block-wrapper .summary-block .wrap-counter__bottom .wrap-counter__hours {
  width: 50%;
  justify-content: center;
  margin: 4px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #42BAEA;
}
@media (max-width: 1439px) {
  .summary-block-wrapper .summary-block .wrap-counter__bottom .wrap-counter__day,
  .summary-block-wrapper .summary-block .wrap-counter__bottom .wrap-counter__hours {
    font-size: 18px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
  }
}
.summary-block-wrapper .summary-block.summary-wrap-counter {
  overflow-x: hidden;
}
.summary-block-wrapper .summary-block.summary-wrap-counter:before {
  display: none;
}
.summary-block-wrapper .summary-block.summary-wrap-counter .alert-grey {
  display: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block.summary-wrap-counter .wrap-counter-inner:after {
    top: 108px;
    left: 50%;
    width: 54px;
    height: 92px;
    right: auto;
    background-size: 54px 92px;
    margin-left: 98px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block.summary-wrap-counter .wrap-counter-inner:after {
    top: 73px;
    left: 50%;
    margin-left: 84px;
    width: 54px;
    height: 92px;
    right: auto;
    background-size: 54px 92px;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .wrap-counter-inner .wrap {
    width: 45px;
    height: 60px;
  }
}
.summary-block-wrapper .summary-block.summary-wrap-counter .extend-deadline-img {
  display: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .summary-block.summary-wrap-counter {
    background: #e6e6ef;
    border: none;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .summary-bottom {
    margin: 10px;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .wrap-counter-inner {
    margin-bottom: 50px;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .wrap-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .extras-selected .extras-selected-bottom {
    background: #D7D7ED;
    border-radius: 0 0 8px 8px;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .extend-deadline-img {
    display: block;
    background: url(../build/img/men.png) no-repeat;
    background-size: 148px;
    width: 148px;
    height: 148px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .summary-block.summary-wrap-counter {
    background: #e6e6ef;
    border: none;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .wrap-counter .wrap-counter-inner {
    padding: 40px 0 0 0;
    margin: 0 auto 25px auto;
  }
}
.summary-block-wrapper .alert-grey {
  margin-bottom: -5px;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .alert-grey {
    justify-content: center;
    position: absolute;
    padding: 5px 22px;
    border-radius: 10px;
    bottom: calc(100% - 256px);
    z-index: 9;
    left: 30px;
    right: 390px;
    opacity: 0.9;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 110%;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .alert-grey {
    margin: 0 -3px -6px -3px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block.summary-block-no-extras {
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
  }
  .summary-block.summary-block-no-extras .alert-grey {
    right: 23px;
  }
  .summary-block.summary-block-no-extras:before {
    background-position: top 0% right 0px;
  }
  .summary-block.summary-block-no-extras .counter-holder {
    margin: 0 auto 12px auto;
  }
}
.summary-extend-deadline-wrap {
  position: relative;
  width: 100%;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-extend-deadline-wrap:before {
    content: "";
    height: 1px;
    width: 100%;
    top: -20px;
    left: 0;
    right: 0;
    position: absolute;
    background: #D7D7ED;
  }
}
.summary-extend-deadline-wrap.extend-deadline-box .summary-extend-deadline {
  background: #42BAEA;
  height: 48px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-extend-deadline-wrap.extend-deadline-box .summary-extend-deadline {
    border-radius: 50px;
    height: 40px;
    display: inline-flex;
    border-radius: 50px;
    padding: 0 26px;
    margin-bottom: 12px;
  }
}
.summary-extend-deadline-wrap.extend-deadline-box .summary-extend-deadline a {
  color: #4C4C4C;
  text-decoration-line: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-extend-deadline-wrap.extend-deadline-box {
    justify-content: center;
    display: flex;
  }
  .summary-extend-deadline-wrap.extend-deadline-box:before {
    top: -12px;
    left: 10px;
  }
}
.summary-extend-deadline {
  height: 38px;
  background: #64307C;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.summary-extend-deadline.summary-extend-deadline-new {
  height: 48px;
}
.summary-extend-deadline.summary-extend-deadline-desk {
  display: none;
}
@media (min-width: 1440px) {
  .summary-extend-deadline.summary-extend-deadline-desk {
    display: flex;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-extend-deadline.summary-extend-deadline-mob {
    position: relative;
    display: none;
    border-radius: 50px;
    width: 205px;
    height: 40px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 9;
  }
  .summary-extend-deadline.summary-extend-deadline-mob a {
    text-decoration: none;
  }
}
@media (min-width: 1440px) {
  .summary-extend-deadline.summary-extend-deadline-mob {
    display: none;
  }
}
@media (max-width: 1439px) {
  .summary-extend-deadline.summary-extend-deadline-mob {
    display: flex;
  }
}
.summary-extend-deadline a {
  text-decoration-line: underline;
  color: #FFFFFF;
}
.summary-extend-deadline a:hover,
.summary-extend-deadline a:focus {
  text-decoration: none;
}
.summary-extend-information {
  position: relative;
  z-index: 9;
  background: #42BAEA;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 28px;
}
.summary-extend-information a {
  font-weight: 400;
  font-size: 14px;
  text-decoration-line: underline;
  color: #FFFFFF;
  padding: 6px;
}
.summary-extend-information a:hover {
  text-decoration: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-extend-information {
    position: absolute;
    bottom: -22px;
    left: -3px;
    right: -3px;
    border-radius: 0 0 10px 10px;
    min-height: 32px;
  }
}
@media (max-width: 767px) {
  .summary-extend-information {
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 140%;
  }
}
.summary-extend-information .summary-extend-information__price,
.summary-extend-information .summary-extend-information__date {
  font-weight: 500;
  margin: 0 4px;
}
.summary-bottom .wrapper__title {
  display: flex;
  justify-content: space-between;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #4C4C4C;
  margin: 0 0 10px 0;
}
.summary-bottom .wrapper__title.wrapper__title--star {
  position: relative;
  padding-left: 39px;
  margin: 23px 0 19px 20px;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .summary-bottom .wrapper__title.wrapper__title--star {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 162.69%;
    padding-left: 22px;
  }
}
.summary-bottom .wrapper__title.wrapper__title--star:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 24px;
  background: url(../build/img/extras-star.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .summary-bottom .wrapper__title.wrapper__title--star:before {
    top: -1px;
    width: 14px;
    height: 13px;
  }
}
.summary-bottom .checkbox-v {
  width: 100%;
  min-width: 80%;
  display: flex;
  background: #F5F9FC;
  border-radius: 10px;
  margin: 0 0 4px 0;
  position: relative;
  min-height: 20px;
}
@media (max-width: 1439px) {
  .summary-bottom .checkbox-v {
    margin: 0 0 8px 0;
  }
  .summary-bottom .checkbox-v.d-none {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .summary-bottom .checkbox-v {
    margin: 0 8px 0 0;
    min-width: 85%;
  }
}
.summary-bottom .checkbox-v.check-active .cr {
  background: url(../build/img/checkmark-active.svg) no-repeat;
  background-size: cover;
}
.summary-bottom .checkbox-v label {
  cursor: pointer;
  padding: 15px 30px 15px 20px;
  width: 100%;
  margin: 0;
}
.summary-bottom .checkbox-v label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-bottom .checkbox-v label {
    padding: 13px 20px;
  }
}
@media (max-width: 767px) {
  .summary-bottom .checkbox-v label {
    padding: 12px 15px 14px 15px;
  }
}
.summary-bottom .checkbox-v .check-t {
  display: table-cell;
  vertical-align: middle;
}
.summary-bottom .checkbox-v .check-t.check-text {
  padding-left: 20px;
  width: 100%;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-bottom .checkbox-v .check-t.check-text {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .summary-bottom .checkbox-v .check-t.check-text {
    padding-left: 10px;
  }
}
.summary-bottom .checkbox-v .cr {
  position: relative;
  display: inline-block;
  background: url(../build/img/checkmark.svg) no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 0;
}
.summary-bottom .checkbox-v.new-extra {
  border: 1px dashed #42BAEA;
}
.summary-bottom .checkbox-v.new-extra:before {
  content: "New extra!";
  position: absolute;
  height: 22px;
  font-size: 11px;
  line-height: 22px;
  color: #FFF;
  font-weight: 500;
  right: 0;
  top: -11px;
  background: #42BAEA;
  padding: 0 8px;
  border-radius: 5px 12px 0 12px;
}
.summary-bottom .extras__wrapper--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .summary-bottom .extras__wrapper--top {
    flex-direction: column;
    text-align: left;
  }
}
.summary-bottom .extras__wrapper--top .extras__title {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin: 0 15px 0 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .summary-bottom .extras__wrapper--top .extras__title {
    white-space: normal;
    margin: 0;
    font-size: 12px !important;
    line-height: 11px !important;
  }
}
.summary-bottom .extras__wrapper--top .extras__price {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #737373;
  margin: 0;
}
@media (max-width: 767px) {
  .summary-bottom .extras__wrapper--top .extras__price {
    margin: 0;
    font-size: 12px !important;
    line-height: 11px !important;
  }
  .summary-bottom .extras__wrapper--top .extras__price .month-extra-img {
    max-width: 30px;
    margin-left: 10px;
  }
}
.summary-bottom .link-extras__show-more {
  cursor: pointer;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: block;
  height: 40px;
  line-height: 40px;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #B2B2C3;
  border-radius: 50px;
  margin: 8px 0;
}
.summary-bottom .link-extras__show-more:hover,
.summary-bottom .link-extras__show-more:focus {
  text-decoration: underline;
}
.extras-selected {
  margin: 0 0 16px 0;
}
.extras-selected .extras-selected-top {
  position: relative;
  background: #F5F9FC;
  border-radius: 8px 8px 0 0;
  padding: 19px 15px;
  cursor: pointer;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .extras-selected .extras-selected-top {
    display: none;
  }
}
.extras-selected .extras-selected-top .extras-selected-title {
  text-align: left;
  padding: 0 30px 0 28px;
  color: #B2B2C3;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
}
.extras-selected .extras-selected-top .extras-selected-title .extras-selected-counter-block {
  color: #42BAEA;
}
.extras-selected .extras-selected-top:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 25px;
  background: url(../build/img/summary-arrow.svg) no-repeat;
  transition: all 0.2s;
}
.extras-selected .extras-selected-top.shown:before {
  transform: rotate(180deg);
}
.extras-selected .extras-selected-bottom {
  position: relative;
  min-height: 56px;
  background: #E6E6EF;
  border-radius: 0 0 8px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.extras-selected .extras-selected-bottom .extras-selected-arrow {
  display: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .extras-selected .extras-selected-bottom {
    margin: 0 -20px -18px -20px;
    z-index: 100;
  }
  .extras-selected .extras-selected-bottom .extras-selected-arrow {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 14px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 25px;
    background: url(../build/img/summary-arrow-blue.svg) no-repeat;
    -moz-transition: all .2s;
    transition: all .2s;
    transform: rotate(180deg);
  }
  .extras-selected .extras-selected-bottom .extras-selected-arrow.shown {
    display: none;
  }
}
.extras-selected .extras-selected-bottom .extras-total-price {
  width: 100%;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .extras-selected .extras-selected-bottom .extras-total-price {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .extras-selected .extras-selected-bottom .extras-total-price {
    text-align: left;
  }
}
.extras-selected .extras-selected-bottom .yellow-btn {
  min-width: 128px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .extras-selected .extras-selected-bottom .yellow-btn {
    margin-right: 52px;
  }
}
@media (max-width: 767px) {
  .extras-selected .extras-selected-bottom .yellow-btn {
    min-width: 80px;
    width: 80px;
    padding: 0;
    height: 32px;
  }
}
.extras-selected .extras-selected-bottom #total-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
.extras-selected .extras-selected-bottom #total-price span {
  margin: 0 0 5px 0;
}
.extras-selected .extras-selected-items {
  background: #F5F9FC;
  padding: 0 20px;
}
.extras-selected .extras-selected-items .extras-selected-top {
  display: none;
  margin: 0 -20px;
}
.extras-selected .extras-selected-items .extras-selected-top:before {
  transform: rotate(180deg);
}
@media (max-width: 1439px) and (min-width: 768px) {
  .extras-selected .extras-selected-items .extras__wrapper--top-block {
    overflow-y: auto;
    padding-right: 20px;
    right: 0;
    left: 20px;
    bottom: 0;
    top: 48px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .extras-selected .extras-selected-items {
    display: none;
    background: #F5F9FC;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    bottom: 56px;
    z-index: 99;
  }
}
.extras-selected .extras-selected-items .extras__wrapper--top {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
}
.extras-selected .extras-selected-items .extras__wrapper--top .extras__title {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 0 15px 0 0;
}
.extras-selected .extras-selected-items .extras__wrapper--top .extras__price {
  font-family: Gotham Pro;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  color: #737373;
  margin: 0;
}
.extras-selected .extras-selected-items .extras__wrapper--top .extras__delete {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  background: url(../build/img/delete-icon.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .order-details-container {
    margin-top: 27px;
    padding: 40px 22px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 6px rgba(47,45,133,0.1);
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper {
    width: 668px;
    margin: 0 auto;
  }
}
.summary-block-wrapper .banner-item {
  min-height: 86px;
}
.summary-block-wrapper .banner-item .check-preview-file {
  margin: 0 0 4px 0;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21.44px;
  color: #333333;
}
.summary-block-wrapper .banner-item .check-preview-file .check-preview-file-m {
  display: none;
}
@media (max-width: 767px) {
  .summary-block-wrapper .banner-item .check-preview-file .check-preview-file-m {
    display: block;
  }
}
.summary-block-wrapper .banner-item .check-preview-file .check-preview-file-d {
  display: none;
}
@media (min-width: 768px) {
  .summary-block-wrapper .banner-item .check-preview-file .check-preview-file-d {
    display: block;
  }
}
.summary-block-wrapper .banner-item p {
  margin: 0;
  padding: 0;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #737373;
}
.summary-block-wrapper .banner-item.banner-item-file {
  background: #fff url(../build/img/delivered-icon.svg) no-repeat top 26px left 13px;
}
.wrap-approved-order {
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(47,45,133,0.1);
  border-radius: 10px;
  overflow-x: hidden;
}
.wrap-approved-order .wrap-rate-file {
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding: 51px 15px 40px 15px;
  border-bottom: 2px solid #E6E6EF;
}
.wrap-approved-order .wrap-rate-file p {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #42BAEA;
  margin: 0 0 24px 0;
}
.wrap-approved-order .wrap-rate-file .rating > label:hover:before,
.wrap-approved-order .wrap-rate-file .rating > label:hover ~ label:before,
.wrap-approved-order .wrap-rate-file .rating > label.selected:before,
.wrap-approved-order .wrap-rate-file .rating > label.selected ~ label:before {
  background: url(../build/img/Star-active.png) center center no-repeat transparent;
  background-size: contain;
}
.wrap-approved-order .wrap-rate-file .rating > label {
  position: relative;
  cursor: pointer;
  max-height: 36px;
}
.wrap-approved-order .wrap-rate-file .rating > label:before {
  width: 36px;
  height: 36px;
  background: url(../build/img/rate.svg) center no-repeat;
  background-size: 36px;
}
.wrap-approved-order .br-responsive {
  display: none;
}
.wrap-approved-order .wrap-approved-order-bottom {
  padding: 20px 32px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .wrap-approved-order .wrap-approved-order-bottom {
    margin: -62px 10px 10px 0;
    z-index: 1;
    background: #fff;
    border-radius: 10px;
    position: relative;
    width: 350px;
  }
}
@media (max-width: 767px) {
  .wrap-approved-order .wrap-approved-order-bottom {
    padding: 0px 16px 16px 16px;
  }
  .wrap-approved-order .wrap-approved-order-bottom .extras-selected {
    margin-top: 16px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .wrap-approved-order .approved-box-inner {
    display: flex;
    justify-content: space-between;
    background: #F5F9FC;
  }
  .wrap-approved-order .br-responsive {
    display: block;
  }
}
.wrap-approved-header {
  background: url(../build/img/rate-bg-summery.png) center bottom -430px no-repeat #42BAEA;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 0 32px;
  color: #E6E6EF;
  letter-spacing: -0.01em;
  font-size: 16px;
  line-height: 19px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.wrap-approved-header:after {
  content: "";
  background: url(../build/img/paper-help-check-01.png) center no-repeat transparent;
  width: 90px;
  height: 88px;
  background-size: 90px 88px;
  position: absolute;
  right: 6px;
  top: 0px;
}
.wrap-approved-header span {
  font-weight: 500;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .wrap-approved-header {
    z-index: 0;
    height: 72px;
    padding: 14px 24px;
  }
  .wrap-approved-header:after {
    content: "";
    background-size: 72px;
    position: relative;
    right: 0px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .wrap-approved-header {
    padding: 21px 16px;
  }
  .wrap-approved-header:after {
    content: "";
    background-size: 66px;
    right: -10px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .counter-rate-summary .wrap-counter-tablet {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 70px;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter {
    order: 2;
    flex-direction: row !important;
    border: 1px solid #D7D7ED;
    border-radius: 8px !important;
    margin: 0 0 10px 10px;
    padding-top: 10px !important;
    max-width: 290px;
    padding: 0px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .rate-section {
    background: transparent;
    padding: 21px 24px;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter-inner:after {
    display: none !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter .wrap-counter-inner .wrap {
    width: 34px !important;
    height: 40px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter .wrap-counter-inner .wrap .wrap-num {
    height: 20px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter .wrap-counter-inner .wrap .wrap-num.bottom {
    top: 20px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter .wrap-counter-inner .wrap .number {
    line-height: 38px !important;
    font-size: 38px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .summary-extend-deadline-wrap {
    display: flex;
    flex: 1;
    height: 100%;
    max-width: 100px;
    justify-content: flex-end;
  }
  .counter-rate-summary .wrap-counter-tablet .summary-extend-deadline-wrap:before {
    display: none;
  }
  .counter-rate-summary .wrap-counter-tablet .summary-extend-deadline.summary-extend-deadline-mob {
    display: flex;
    background: #D7D7ED;
    opacity: 0.8;
    border-radius: 8px;
    flex: 1;
    height: 100%;
    margin: 0;
  }
  .counter-rate-summary .wrap-counter-tablet .summary-extend-deadline.summary-extend-deadline-mob a {
    color: #4C4C4C;
    font-size: 12px;
    text-decoration: underline;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter-inner {
    width: 170px !important;
    margin: 0px !important;
    padding-left: 0px !important;
    padding: 10px 0 10px 10px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter-inner .wrap-days-end {
    margin-right: 14px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter__bottom {
    width: 160px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter__bottom .wrap-counter__day,
  .counter-rate-summary .wrap-counter-tablet .wrap-counter__bottom .wrap-counter__hours {
    width: 70px !important;
  }
  .counter-rate-summary .wrap-counter-tablet .wrap-counter__bottom .wrap-counter__day {
    margin-right: 20px !important;
  }
  .counter-rate-summary .wrap-approved-header {
    position: absolute;
    width: 100%;
  }
}
.counter-rate-summary .wrap-approved-header {
  display: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .counter-rate-summary .wrap-approved-header {
    display: flex;
  }
}
.rate-section {
  background: #F8FCFF;
  padding: 38px 32px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .rate-section {
    padding: 32px 24px;
    display: flex;
    flex: 1;
    border-radius: 10px;
  }
  .rate-section .rate-section-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .rate-section {
    padding: 24px 16px;
    border-bottom: 2px solid #E6E6EF;
  }
}
.rate-item-section {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333333;
}
.rate-item-team {
  margin-bottom: 23px;
}
.rate-item-team.rate-item-team-summary {
  margin-bottom: 0;
}
@media (max-width: 1439px) {
  .rate-item-team.rate-item-team-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1439px) {
  .rate-item-team.rate-item-team-summary .star-rating-holder {
    margin-top: 16px;
  }
}
.star-rating-holder .rating-item {
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  border-radius: 100px;
  padding: 0 4px;
  margin: 0 4px;
  min-width: 40px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.star-rating-holder .rating-item:before {
  content: "";
  background: url(../build/img/Stars-white.svg) center no-repeat transparent;
  width: 10px;
  height: 10px;
  background-size: 10px;
  display: inline-flex;
  margin-right: 2px;
}
.star-rating-holder .rating-item.low-rating-item {
  background: #EB5757;
}
.rate-exists-block {
  justify-content: flex-start;
}
.rate-exists-block .star-rating-holder {
  margin-left: 4px;
}
@media (max-width: 1439px) {
  .rate-exists-block .star-rating-holder {
    margin-top: 0px !important;
  }
}
.summary-block-default {
  position: relative;
  margin-top: -42px;
  text-align: left;
}
@media (min-width: 1440px) {
  .summary-block-default {
    background: url(../build/img/summary-default-bg.svg) no-repeat;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-default {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
  }
}
@media (max-width: 767px) {
  .summary-block-default {
    margin-top: 0;
    overflow: hidden;
  }
  .summary-block-default:before {
    content: "";
    display: block;
    width: 612px;
    height: 100%;
    right: 0px;
    top: 50px;
    background: url(../build/img/rocket-sum.png) no-repeat;
    background-size: contain;
    background-position: right -60px top;
    position: absolute;
    z-index: 0;
  }
}
.summary-block-default .summary-block-default-inner {
  position: relative;
  z-index: 9;
  padding: 64px 30px 0 30px;
  min-height: 224px;
}
.summary-block-default .summary-block-default-inner .yellow-btn {
  width: 104px;
}
.summary-block-default .summary-block-default-inner .yellow-btn a {
  color: #fff;
  text-decoration: none;
}
.summary-block-default .summary-block-default-inner .yellow-btn a:hover,
.summary-block-default .summary-block-default-inner .yellow-btn a:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .summary-block-default .summary-block-default-inner {
    padding: 64px 23px 0 23px;
  }
}
.summary-block-default .bonus-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -31px auto 12px auto;
  width: 172px;
  background: #D7D7ED;
  border-radius: 4px;
  min-height: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 1;
  color: #42BAEA;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-default .bonus-banner {
    position: absolute;
    top: -13px;
    left: 65px;
    margin: 0;
  }
}
.summary-block-default .bonus-banner b {
  margin: 0 4px 0 0;
}
.summary-block-default .price-title {
  margin: 0 0 11px 0;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #FFFFFF;
}
.summary-block-default .price-total__no-discount {
  text-decoration-line: line-through;
  color: rgba(255,255,255,0.5);
  margin-left: 4px;
}
.summary-block-default .price-total {
  margin: 0 0 12px 0;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 1;
  color: #FFFFFF;
}
.summary-block-default .have-discount {
  margin: 20px 0 15px 0;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #B2B2C3;
}
.summary-block-default .have-discount:hover,
.summary-block-default .have-discount:focus {
  color: #E6E6EF;
}
.summary-block-default .discount-applied {
  display: none;
  padding: 8px 12px;
  background: #FAFAFA;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  margin-top: 13px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-default .discount-applied {
    position: absolute;
    width: 240px;
    max-height: 56px;
  }
}
@media (max-width: 767px) {
  .summary-block-default .discount-applied {
    margin-top: 30px;
    margin-bottom: 14px;
    height: 56px;
  }
}
.summary-block-default .discount-applied .btn-reset-discount {
  cursor: pointer;
  color: #42BAEA;
  font-weight: 500;
  text-decoration: none;
}
.summary-block-default .discount-applied .btn-reset-discount:hover,
.summary-block-default .discount-applied .btn-reset-discount:focus,
.summary-block-default .discount-applied .btn-reset-discount:active {
  text-decoration: underline;
}
.summary-block-default .discount-applied__info {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  color: #333333;
}
@media (max-width: 1439px) {
  .summary-block-default .discount-applied__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 160%;
  }
}
.summary-block-default .discount-applied__info span {
  display: flex;
}
.summary-block-default .discount-applied__info:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: url(../build/img/discountCheck.svg) no-repeat;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-default .discount-applied__info:after {
    top: 12px;
    margin-top: 0;
  }
}
.summary-block-default .discount-applied__info:hover {
  color: #737373;
  text-decoration: underline;
}
.summary-block-default .discount-applied__info .discount-applied__val {
  font-weight: bold;
  display: flex;
}
.summary-block-default .summary-discount__container {
  display: none;
  position: absolute;
  right: 30px;
  top: 65px;
  bottom: -15px;
  text-align: center;
  background: #FFF;
  border: 2px dashed #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  width: 168px;
  max-height: 140px;
  padding: 0 20px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-default .summary-discount__container {
    left: 30px;
    top: initial;
    bottom: 46px;
    width: 240px;
    padding: 18px 42px 25px 12px;
  }
}
@media (max-width: 767px) {
  .summary-block-default .summary-discount__container {
    margin-top: 10px;
    position: relative;
    top: 0;
    right: initial;
    bottom: initial;
    width: 100%;
    margin-bottom: 10px;
    padding: 18px 42px 18px 12px;
  }
}
.summary-block-default .summary-discount__container .discount__container .btn-reset-discount {
  right: 30px;
  top: 39px;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  text-align: center;
  text-decoration: underline;
  color: #392E66;
}
.summary-block-default .summary-discount__container .area-discount-code__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1439px) {
  .summary-block-default .summary-discount__container .area-discount-code__wrapper {
    flex-direction: row;
  }
}
.summary-block-default .summary-discount__container .btn-apply-discount {
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 1439px) {
  .summary-block-default .summary-discount__container .btn-apply-discount {
    font-size: 12px;
    padding: 0;
  }
}
.summary-block-default .summary-discount__container .btn-apply-discount span {
  opacity: 0.6;
}
.summary-block-default .summary-discount__container .btn-apply-discount span.pass-apply {
  opacity: 1;
}
.summary-block-default .summary-discount__container .btn-apply-discount .spinner-disc {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../build/img/spinner.gif) no-repeat;
  background-size: cover;
}
.summary-block-default .summary-discount__container .alert-hint {
  position: absolute;
  color: #f44336;
  font-size: 10px;
  line-height: 1;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1439px) {
  .summary-block-default .summary-discount__container .alert-hint {
    left: 12px;
  }
}
@media (max-width: 767px) {
  .summary-block-default .summary-discount__container .alert-hint {
    bottom: -3px;
  }
}
.summary-block-default .summary-discount__container .discount-el {
  height: 40px;
  width: 100%;
  padding: 0 18px 0 12px;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 23px;
  font-size: 14px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #B4B4B4;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 0 9px 0;
}
@media (max-width: 1439px) {
  .summary-block-default .summary-discount__container .discount-el {
    width: 118px;
    margin: 0 8px 0 0;
  }
}
.summary-block-default .summary-discount__container .discount-el.alert-error {
  border-color: #F44336;
}
.summary-block-default .summary-discount__container .discount-el::-webkit-input-placeholder {
  text-align: center;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  line-height: inherit;
  font-size: 14px;
  color: #8B8B8B;
}
.summary-block-default .summary-discount__container .discount-el::-moz-placeholder {
  text-align: center;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  font-size: 14px;
  color: #8B8B8B;
}
.summary-block-default .summary-discount__container .discount-el:-ms-input-placeholder {
  text-align: center;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 300;
  line-height: inherit;
  font-size: 14px;
  color: #8B8B8B;
}
.summary-block-default .summary-discount__container .btn-hide-discount {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  margin: 0;
}
@media (max-width: 1439px) {
  .summary-block-default .summary-discount__container .btn-hide-discount {
    right: 12px;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .order-actions-block.mobile-three-btn {
    flex-wrap: wrap;
  }
}
.order-actions-block .btn {
  margin-bottom: 15px;
}
.order-actions-block .btn-blue-border,
.order-actions-block .btn-custom {
  margin-left: 4px;
  margin-right: 4px;
}
.order-actions-block .btn-custom {
  border-radius: 6px;
}
.order-actions-block .call_tip-writer {
  max-width: 160px;
  border-radius: 6px;
  top: initial;
  margin-top: 0;
  height: 40px;
}
@media (min-width: 768px) {
  .order-actions-block {
    margin: 0 0 0 72px;
  }
}
@media (max-width: 767px) {
  .order-actions-block {
    flex-wrap: wrap;
  }
}
.order-actions-block .filter-single-wrap {
  margin: 0 0 0 4px;
}
.order-actions-block .filter-single-wrap .select-arrow {
  top: 12px;
}
@media (max-width: 1439px) {
  .order-actions-block .filter-single-wrap {
    display: none;
  }
}
.order-actions-block .select2-selection__placeholder {
  color: #42BAEA !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.order-actions-block .select2-container--default {
  margin-top: -4px;
}
.order-actions-block .select2-container--default .select2-selection {
  width: 120px;
  height: 42px;
  border-radius: 6px;
  margin: 2px 0;
  font-weight: 500;
  background-color: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
}
.order-actions-block .select2-container--default .select2-selection:hover,
.order-actions-block .select2-container--default .select2-selection:focus {
  background: #fff !important;
}
.order-actions-block .select2-container--default.select2-container--focus .select2-selection__placeholder {
  color: transparent !important;
  font-weight: 500;
}
.order-actions-block .select2-container--default.select2-container--focus .select2-selection__placeholder .select2-selection {
  background-color: #FFF;
}
.order-actions-block .select2-container--default.select2-container--below .select2-selection__placeholder,
.order-actions-block .select2-container--default.select2-container--above .select2-selection__placeholder {
  color: transparent !important;
}
.order-actions-block .select2-container--default.select2-container--below .select2-selection,
.order-actions-block .select2-container--default.select2-container--above .select2-selection {
  background: #fff;
  color: transparent;
  position: relative;
}
.order-actions-block .select2-container--default.select2-container--below .select2-selection:before,
.order-actions-block .select2-container--default.select2-container--above .select2-selection:before {
  content: "Actions";
  position: absolute;
  left: 12px;
  color: #392E66 !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
.order-actions-block .filter-single-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,
.order-actions-block .filter-single-wrap .select2-container--default.select2-container--open .select2-dropdown,
.order-actions-block .filter-single-wrap .select2-container--default.select2-container--open .select2-selection {
  border: 1px solid #E6E6EF !important;
  box-shadow: none;
}
.order-actions-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: transparent;
}
#select2-actions-results .select2-results__option:last-child:hover,
#select2-actions-results .select2-results__option:last-child:focus {
  color: #EB5757;
}
.select2-container--default.select2-container--open .select2-dropdown.actions-dropdown {
  min-width: 190px !important;
  left: -70px !important;
  background: #FFFFFF;
  border: 1px solid #E5E5E5 !important;
  box-sizing: border-box;
  border-radius: 5px;
}
.favourite-writer {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url(../build/img/favorited-icon.png) no-repeat center;
  background-size: 12px;
  background-color: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 50%;
  margin-top: -7px;
}
.favourite-writer:hover,
.favourite-writer:focus,
.favourite-writer.active {
  background: url(../build/img/favorited-icon-hover.svg) no-repeat center;
  background-color: #F8F8F8;
}
.blacklist-writer {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
  background: url(../build/img/favorited-stop-icon.svg) no-repeat center;
  background-color: #fff;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 50%;
  margin-top: -7px;
}
.blacklist-writer:hover,
.blacklist-writer:focus,
.blacklist-writer.active {
  background: url(../build/img/favorited-stop-icon-hover.svg) no-repeat center;
  background-color: #F8F8F8;
}
.favourite-writer + .blacklist-writer {
  margin-left: 5px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .checkbox-v-wrapper .link-extras__show-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .checkbox-v-wrapper .link-extras__show-more {
    display: none;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .order-summary__position {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .order-summary__position {
    display: flex;
    flex-direction: column-reverse;
  }
  .order-summary__position .extras-selected {
    background: #E6E6EF;
    margin: 0 -16px 0 -16px;
    padding: 16px 16px 12px 16px;
  }
  .order-summary__position .extras__wrapper--top {
    flex-direction: row;
  }
}
#order-page .summary-bottom .wrapper__title.wrapper__title--star {
  margin: 23px 0 19px 20px;
}
@media (max-width: 767px) {
  #order-page .order-title-container .order-actions-block.order-actions-btns {
    flex-wrap: wrap;
  }
  #order-page .order-title-container .order-actions-block.order-actions-btns .btn {
    white-space: nowrap;
    width: max-content;
    margin-bottom: 8px;
    flex-grow: 1;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  #order-page .summary-block-default-inner {
    padding: 28px 32px 0;
    min-height: 273px;
  }
}
.jspVerticalBar {
  left: 0;
}
.accordionItem.is-expanded .scroll-pane {
  height: 100% !important;
}
.accordionItem.animateOut .scroll-pane {
  height: 0 !important;
}
.jspContainer {
  width: 100% !important;
  height: 100% !important;
}
.horizontal-only {
  height: auto;
  max-height: 194px;
}
.scroll-pane {
  width: 100% !important;
  height: 194px;
  overflow: auto;
}
.checkbox-v-wrapper .jspHorizontalBar {
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
  bottom: 6px;
}
@media (max-width: 767px) {
  #ModalUpdateDeadline .input-group-datapicker {
    max-width: 314px;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 767px) {
  #ModalUpdateDeadline .comment-wrap label {
    max-width: 314px;
    margin: 0 auto;
    display: block;
  }
}
.select2-results__options .btn-red-alarm:hover,
.select2-results__options .btn-red-alarm:focus {
  color: #EB5757 !important;
}
#exstras-wrapper {
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  #exstras-wrapper {
    padding-top: 10px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  #exstras-wrapper .jspContainer {
    height: 168px !important;
  }
  #exstras-wrapper.scroll-pane {
    height: 168px !important;
  }
}
.alert-info-wrapper {
  padding: 0 40px;
  width: 100%;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .alert-info-wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .alert-info-wrapper {
    padding: 0;
    margin-top: -38px;
  }
  .alert-info-wrapper .alert-info {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .alert-info-wrapper {
    margin-top: -44px;
  }
}
#form_order_revision_upd .alert-control {
  border-radius: 3px;
}
.checkbox-v form {
  width: 100%;
}
.summary-block-wrapper .plagiarism-extras-holder {
  background: #F8FFFC;
  border: 1px solid #E9E9E9;
  border-radius: 8px;
  padding: 14px 20px 0;
  margin-bottom: 4px;
}
@media (max-width: 1439px) {
  .summary-block-wrapper .plagiarism-extras-holder {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder {
    margin: 0 8px 0 0;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .wrapper__title {
  font-weight: 500;
  color: #454545;
  position: relative;
  margin-bottom: 14px;
}
.summary-block-wrapper .plagiarism-extras-holder .wrapper__title:before {
  content: '';
  width: 62px;
  height: 28px;
  position: absolute;
  right: -24px;
  top: -7px;
  background: url('../build/img/plagiarist-ribbon.svg') no-repeat center;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .summary-block-wrapper .plagiarism-extras-holder .wrapper__title:before {
    right: -21px;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .extras__wrapper--top {
  flex-direction: column;
  align-items: unset;
  text-align: left;
  max-width: 200px;
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .extras__wrapper--top {
    max-width: 100%;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .checkbox-v {
  border: none !important;
  margin-bottom: 20px !important;
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .checkbox-v {
    min-width: unset;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .checkbox-v label {
  padding: 0;
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .checkbox-v label {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .checkbox-v {
    margin-bottom: 10px !important;
  }
  .summary-block-wrapper .plagiarism-extras-holder .checkbox-v:first-child {
    margin-right: 25px;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .extras__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.summary-block-wrapper .plagiarism-extras-holder .extras__price,
.summary-block-wrapper .plagiarism-extras-holder .prices_extra-item {
  align-items: flex-start;
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .extras__price,
  .summary-block-wrapper .plagiarism-extras-holder .prices_extra-item {
    line-height: 13px;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .extras__price {
  color: #737373;
  font-weight: 500;
}
.summary-block-wrapper .plagiarism-extras-holder .extras__title {
  font-weight: 500;
}
.summary-block-wrapper .plagiarism-extras-holder .prices_extra-item {
  flex-direction: column;
}
.summary-block-wrapper .plagiarism-extras-holder .extras__title-small {
  font-size: 12px;
  line-height: 20px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .extras__title-small {
    padding: 5px 5px 0 0px;
  }
}
.summary-block-wrapper .plagiarism-extras-holder .turnitin-img {
  margin-top: 10px;
  max-width: 50px;
}
@media (max-width: 767px) {
  .summary-block-wrapper .plagiarism-extras-holder .plagiarism-extras-inner {
    display: flex;
  }
  .summary-block-wrapper .plagiarism-extras-holder .plagiarism-extras-inner .checkbox-v {
    width: 100%;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .turnitin-form {
    align-items: flex-end;
  }
}
.approved-box-inner .plagiarism-extras-holder {
  margin: 0 0 4px;
}
.summary-bottom .extras__wrapper--top .extras__price {
  position: relative;
}
.summary-block-wrapper .pr-for-clients {
  background: #F06B4A;
  border-radius: 4px;
  color: #fff;
  padding: 5px 8px;
  max-width: 200px;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 5px;
}
.summary-block-wrapper .pr-for-clients strong {
  font-size: 14px;
}
._plagiarism_report-pr-asign .extras__price {
  opacity: 0.4;
  font-size: 12px !important;
}
._plagiarism_report-pr-asign .extras__price:before {
  content: '';
  height: 1px;
  width: 100%;
  opacity: 0.4;
  background: #7A8794;
  position: absolute;
  top: 12px;
}
@media (max-width: 767px) {
  ._plagiarism_report-pr-asign .extras__price:before {
    top: 8px;
  }
}
.new-extras__price {
  color: #737373;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .new-extras__price {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .new-extras__price {
    padding-left: 3px;
    font-size: 12px;
  }
}
.extras__price-pr {
  display: flex;
}
@media (max-width: 767px) {
  .extras__price-pr {
    margin-top: -1px;
  }
}
.banner-item.banner-item-draft p {
  color: #3B424A;
}
.order-id-block .status-vip-service {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #15AE9B;
  border-radius: 20px;
  padding: 2px 9px;
  margin: 0 8px 16px 0;
}
.extras-summary-discount {
  background: url('../build/img/extras-summary-discount.svg') no-repeat center right 18px #237459;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 10px 85px 10px 28px;
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.extras-summary-discount strong {
  white-space: nowrap;
}
@media (max-width: 1439px) {
  .extras-summary-discount {
    padding-right: 65px;
  }
}
@media (max-width: 767px) {
  .extras-summary-discount {
    min-height: 55px;
    padding-left: 12px;
    padding-right: 70px;
  }
}
.alert-details-package {
  color: #333333;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 32px 14px 124px;
  background: url('../build/img/alert-details-package.svg') no-repeat center left 80px #D7D7ED;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .alert-details-package {
    padding-left: 96px;
    background-position: left 52px center;
  }
}
@media (max-width: 767px) {
  .alert-details-package {
    padding: 14px 14px 14px 50px;
    font-size: 13px;
    background-position: left 14px top 15px;
  }
}
.alert-details-package a {
  color: #333333;
  text-decoration: underline;
}
.writers-summary__wrapper {
  padding-top: 30px;
  text-align: left;
  font-weight: normal;
}
.writers-summary__wrapper .writers-summary-h2 {
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  padding-bottom: 20px;
}
.writers-summary-item {
  background: #F5F5FC;
  border-radius: 10px;
  padding: 22px 13px 22px 20px;
  margin-bottom: 10px;
  position: relative;
  color: #333333;
  border: 1px solid transparent;
}
@media (max-width: 991px) {
  .writers-summary-item {
    padding: 20px 10px;
    flex: 0 0 216px;
    max-width: 216px;
    margin: 12px 10px 10px 0;
  }
}
.writers-summary-item .custom-control-label {
  padding-left: 38px;
  width: 100%;
}
@media (max-width: 767px) {
  .writers-summary-item .custom-control-label {
    padding-left: 26px;
  }
}
.writers-summary-item .custom-control-label:before {
  left: 0;
  width: 22px;
  height: 22px;
  border-color: #B2B2C3;
}
@media (max-width: 767px) {
  .writers-summary-item .custom-control-label:before {
    width: 16px;
    height: 16px;
    top: 0;
  }
}
.writers-summary-item .custom-control-label:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  left: 5px;
  top: 9px;
}
@media (max-width: 767px) {
  .writers-summary-item .custom-control-label:after {
    width: 6px;
    height: 6px;
    top: 5px;
  }
}
.writers-summary-item .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #42BAEA;
  background-color: #fff;
}
.writers-summary-item .custom-control-input:checked ~ .custom-control-label:after {
  background: #42BAEA;
}
.writers-summary-item .writers-summary-caption {
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .writers-summary-item .writers-summary-caption {
    font-size: 12px;
  }
}
.writers-summary-item .writers-summary-body {
  color: #8B8B8B;
  font-size: 12px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .writers-summary-item .writers-caption-text {
    white-space: nowrap;
  }
}
.writers-summary-item-active {
  border-color: #393E66;
}
.discount-month-badge {
  font-weight: 500;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px 10px 4px 10px;
  height: 22px;
  padding: 0 5px 0 26px;
  background: #993399;
}
.writers-item-disc-month {
  border: 1px dashed #993399;
}
.writers-item-disc-month .discount-month-badge {
  display: inline-flex;
  position: absolute;
  top: -12px;
  right: -1px;
}
.writers-item-disc-month .discount-month-badge:before {
  content: '%';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #993399;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: url(../build/img/discount-month-badge.svg) center no-repeat;
}
@media (max-width: 767px) {
  .writers-item-disc-month .writers-summary-body {
    font-size: 10px;
    max-width: 114px;
    margin-top: -18px;
  }
}
@media (max-width: 767px) {
  .writers-extras-summary {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0px -16px;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .btn-send-file__row {
    margin-top: -48px;
  }
}
.btn-send-file {
  padding: 0;
  background: #4E3D95;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 196px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFF;
}
.btn-send-file svg {
  margin: 0 11px 0 0;
}
.btn-send-file:hover,
.btn-send-file:focus {
  background: #4E3D95;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .btn-send-file {
    margin-bottom: -30px;
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .btn-send-file {
    background: #E6E6EF;
    color: #392E66;
  }
  .btn-send-file:hover,
  .btn-send-file:focus {
    background: #E6E6EF;
    color: #392E66;
  }
  .btn-send-file path {
    fill: #392E66;
  }
}
@media (max-width: 767px) {
  .btn-send-file {
    width: 100%;
    margin: 0 4px 28px 4px;
  }
}
.discount-extra-month {
  border: 2px dashed #993399;
}
.discount-month-badge {
  font-weight: 500;
  font-size: 11px;
  display: none;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 4px 10px 4px 10px;
  height: 22px;
  padding: 0 5px 0 26px;
  background: #993399;
  position: relative;
}
.discount-month-badge:before {
  content: '%';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  left: 5px;
  color: #993399;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  background: url(../build/img/discount-month-badge.svg) center no-repeat;
}
.discount-extra-month.check-active .discount-month-badge:before {
  color: #633998;
}
.discount-extra-month .discount-month-badge,
.discount-writers-month .discount-month-badge,
.service-lvl-discount-month .discount-month-badge {
  display: inline-flex;
}
.discount-extra-month .discount-month-badge {
  position: absolute;
  right: -2px;
  top: -11px;
}
.discount-extra-month.check-active {
  border: 2px solid #633998;
}
.discount-extra-month.check-active .discount-month-badge {
  background: #633998;
}
.plagiarism-extras-inner {
  padding-top: 10px;
}
.extras__price-holder {
  color: #737373;
  text-align: right;
  display: flex;
}
.extras__price-holder .extras__price {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .extras__price-holder .extras__price {
    font-size: 14px;
  }
}
.extras__price-holder .extras__price-new {
  font-size: 16px;
  line-height: 100%;
  text-align: right;
  color: #8B8B8B;
  font-weight: 500;
  padding-left: 4px;
}
.writers-item-disc-month .extras__price-holder,
.discount-extra-month .extras__price-holder {
  align-items: baseline;
}
.writers-item-disc-month .extras__price-holder .extras__price,
.discount-extra-month .extras__price-holder .extras__price {
  text-decoration-line: line-through;
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 767px) {
  .writers-item-disc-month .extras__price-holder .extras__price,
  .discount-extra-month .extras__price-holder .extras__price {
    font-size: 10px;
    padding-bottom: 4px;
  }
}
.writers-item-disc-month .extras__price-holder .extras__price-new {
  font-size: 16px;
}
@media (max-width: 767px) {
  .writers-item-disc-month .extras__price-holder .extras__price-new {
    font-size: 14px;
  }
}
.plagiarism-extras-holder ._plagiarism_report.discount-extra-month {
  border: 1px dashed #42BAEA !important;
  padding: 20px 10px 10px;
}
[data-show-previous-writer],
[data-choose-writer-lvl] {
  border: 1px solid #42BAEA;
  color: #42BAEA;
}
[data-writer-type].active,
[data-writer-type]:hover {
  border-color: #42BAEA;
}
[data-writer-type].active .writers-category__block .writers-category__item--pic,
[data-writer-type]:hover .writers-category__block .writers-category__item--pic {
  background: #42BAEA;
}
#inquiry-page .summary-block-default {
  height: 182px;
  min-height: 182px;
  background: url(../build/img/summary-inquiry-bg.svg) no-repeat 100% 50%;
  border-radius: 10px;
  background-size: cover;
}
#inquiry-page .summary-block-default .summary-block-default-inner {
  padding: 40px 32px 0 48px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  #inquiry-page .summary-block-default {
    background: none;
  }
}
@media (max-width: 767px) {
  #inquiry-page .summary-block-default:before {
    display: none;
  }
}
#inquiry-page .summary-bottom .wrapper__title.wrapper__title--star {
  margin: 24px 0 19px 19px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  #inquiry-page .summary-block-wrapper .summary-block {
    background: url(../build/img/summary-inquiry-bg.svg) no-repeat 100% 50%;
    background-size: cover;
  }
  #inquiry-page .summary-block-wrapper .summary-block:before {
    display: none;
  }
  #inquiry-page .summary-block-wrapper .summary-block .summary-bottom {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #inquiry-page .summary-block-wrapper .summary-block {
    background: 0 0;
    border: none;
    padding: 0;
  }
  #inquiry-page .summary-block-wrapper .summary-block:before {
    display: none;
  }
  #inquiry-page .summary-block-wrapper .summary-block .summary-bottom {
    margin: 0;
  }
  #inquiry-page .order-summary__position .extras-selected {
    border-radius: 0 0 10px 10px;
  }
}
.tabs-inner {
  margin: 24px 0;
  padding: 0px;
  list-style: none;
  width: 205px;
  height: 24px;
}
@media (max-width: 767px) {
  .tabs-inner {
    width: 100%;
  }
}
.tab-chat {
  color: #42BAEA;
  font-size: 12px;
  line-height: 11px;
  cursor: pointer;
  flex: 1;
  height: 100%;
  border: solid #E6E6EF;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tab-chat.current {
  background: #42BAEA;
  color: #fff;
  border: solid #42BAEA;
}
.tab-chat.current .count-unread {
  background: #fff;
  color: #42BAEA;
}
.tab-chat:first-child {
  border-radius: 20px 0 0px 20px;
  border-width: 1px 0px 1px 1px;
}
.tab-chat:last-child {
  border-radius: 0px 20px 20px 0;
  border-width: 1px 1px 1px 0px;
}
.tab-chat .count-unread {
  padding-left: 4px;
  background: #42BAEA;
  font-size: 8px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  min-width: 16px;
  min-height: 16px;
  padding: 0 !important;
  margin-left: 15px;
  font-weight: 600;
}
.tab-content-inner {
  display: none;
}
.tab-content-inner.current {
  display: inherit;
}
@media (max-width: 767px) {
  .tab-content-inner {
    background: #fff;
  }
}
.empty-messages,
.empty-msg-flex {
  height: 100%;
}
.empty-messages .empty-messages-inner,
.empty-msg-flex .empty-messages-inner {
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .empty-messages .empty-messages-inner,
  .empty-msg-flex .empty-messages-inner {
    margin-top: 48px;
  }
}
.empty-messages .empty-messages-hint,
.empty-msg-flex .empty-messages-hint {
  color: #737373;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 48px;
}
.chat-tab {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
}
.chat-tab .chat-tab-menu {
  margin: 0 32px;
  border-bottom: 1px solid #737373;
}
@media (max-width: 991px) {
  .chat-tab .chat-tab-menu {
    margin: 0 22px;
  }
}
@media (max-width: 767px) {
  .chat-tab .chat-tab-menu {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .chat-tab {
    border-radius: 0px;
    margin: 0 -16px;
    background: transparent;
  }
}
.chat-tab.new_chat-tab {
  overflow: hidden;
}
.chat-tab.new_chat-tab .chat-tab-menu {
  margin: 0px;
  border-bottom: none;
  background: #F9F9F9;
}
.chat-tab.new_chat-tab .tabs-inner {
  margin: 17px 0;
  height: 32px;
}
@media (max-width: 767px) {
  .chat-tab.new_chat-tab .tabs-inner {
    width: 205px;
  }
}
.chat-tab.new_chat-tab .tab-chat {
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}
.chat-tab.new_chat-tab .tab-chat.current {
  background: #42BAEA;
}
.chat-wrapper .messages-list-holder {
  height: 380px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 100%;
}
@media (max-width: 767px) {
  .chat-wrapper .messages-list-holder {
    padding: 0px 16px;
    height: 360px;
  }
}
.chat-wrapper .messages-list-holder .jspVerticalBar {
  left: auto;
  right: 8px;
}
.chat-wrapper .messages-list-holder .jspTrack,
.chat-wrapper .messages-list-holder .jspVerticalBar {
  background: transparent;
}
.chat-wrapper .messages-list-holder .jspDrag {
  background: #E6E6EF;
}
.chat-wrapper .messages-list-holder .jspPane {
  padding: 0px 32px !important;
}
@media (max-width: 767px) {
  .chat-wrapper .messages-list-holder .jspPane {
    padding: 0px 16px !important;
  }
}
.chat-wrapper .messages-body-wrap {
  min-height: 113px;
  border-top: 1px solid #737373;
  position: relative;
}
.chat-wrapper .messages-body-wrap:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 32px;
  background: #fff;
  top: -1px;
  left: 0;
}
@media (max-width: 991px) {
  .chat-wrapper .messages-body-wrap:before {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper .messages-body-wrap:before {
    display: none;
  }
}
.chat-wrapper .messages-body-wrap:after {
  content: '';
  position: absolute;
  width: 32px;
  background: #fff;
  height: 1px;
  top: -1px;
  right: 0;
}
@media (max-width: 991px) {
  .chat-wrapper .messages-body-wrap:after {
    width: 22px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper .messages-body-wrap:after {
    display: none;
  }
}
.chat-wrapper .messages-body-wrap ::-webkit-input-placeholder {
  color: #737373;
}
.chat-wrapper .messages-body-wrap ::-moz-placeholder {
  color: #737373;
}
.chat-wrapper .messages-body-wrap :-ms-input-placeholder {
  color: #737373;
}
.chat-wrapper .messages-body-wrap :-moz-placeholder {
  color: #737373;
}
@media (max-width: 767px) {
  .chat-wrapper .messages-body-wrap {
    margin: 0px;
    min-height: unset;
  }
}
.chat-wrapper .chat-textarea-box {
  width: 100%;
  max-width: 100% !important;
  height: 79px;
  max-height: 316px;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .chat-wrapper .chat-textarea-box {
    height: 70px;
    max-height: 150px;
  }
}
.chat-wrapper .chat-textarea-box .jspVerticalBar {
  left: auto;
  right: 8px;
}
@media (max-width: 767px) {
  .chat-wrapper .chat-textarea-box .jspVerticalBar {
    display: none;
  }
}
.chat-wrapper .chat-textarea-box .jspVerticalBar,
.chat-wrapper .chat-textarea-box .jspTrack {
  background: transparent;
}
.chat-wrapper .chat-textarea-box .jspDrag {
  background: #E6E6EF;
}
.chat-wrapper .chat-textarea {
  resize: none;
  -webkit-appearance: none;
  outline: 0;
  width: 100%;
  padding: 12px;
  background: #fff;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Gotham Pro';
  font-weight: 300;
  letter-spacing: -0.01em;
  border: none;
  color: #333333;
  padding: 20px 240px 12px 60px;
  overflow: hidden;
  margin: 0px;
}
@media (max-width: 991px) {
  .chat-wrapper .chat-textarea {
    padding: 16px 200px 12px 32px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper .chat-textarea {
    padding: 16px 92px 12px 16px;
  }
}
.chat-wrapper .chat-textarea::-webkit-input-placeholder,
.chat-wrapper .chat-textarea::-moz-placeholder,
.chat-wrapper .chat-textarea:-ms-input-placeholder,
.chat-wrapper .chat-textarea:-moz-placeholder,
.chat-wrapper .chat-textarea:placeholder,
.chat-wrapper .chat-textarea::placeholder,
.chat-wrapper .chat-textarea::-webkit-input-placeholder,
.chat-wrapper .chat-textarea::-moz-placeholder,
.chat-wrapper .chat-textarea::-ms-placeholder,
.chat-wrapper .chat-textarea::placeholder {
  color: #737373 !important;
}
.chat-wrapper .messeges-btn-holder {
  position: absolute;
  top: 0;
  right: 60px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .chat-wrapper .messeges-btn-holder {
    right: 32px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper .messeges-btn-holder {
    width: auto;
    padding-top: 10px;
    right: 16px;
  }
}
.chat-wrapper .invalid-feedback {
  position: relative;
  left: 12px;
}
.chat-wrapper.new_chat-wrapper .messages-list-holder {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .messages-list-holder {
    padding: 0px;
  }
}
.chat-wrapper.new_chat-wrapper .messages-items-wrap {
  padding: 0px 0px 0;
  display: flex;
  flex: 1;
}
.chat-wrapper.new_chat-wrapper .last-message-time {
  height: auto;
  top: 0px;
  margin: 0px 0 32px;
  visibility: visible;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  justify-content: start;
  padding: 0px;
}
.chat-wrapper.new_chat-wrapper .last-message-time:before {
  content: "";
  background: #fff;
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.chat-wrapper.new_chat-wrapper .last-message-time span {
  font-size: 14px;
  color: #4C4C4C;
  background: transparent;
  opacity: 1;
  border-radius: none;
  height: auto;
  padding: 0px;
  z-index: 9;
  font-weight: 400;
  padding: 9px 32px;
}
.chat-wrapper.new_chat-wrapper .jspPane {
  padding: 0px !important;
}
.chat-wrapper.new_chat-wrapper .message-item {
  max-width: unset;
  margin-bottom: 26px;
}
.chat-wrapper.new_chat-wrapper .message-item.message-item-left {
  background: transparent;
  float: none;
  padding: 0 48px 0 92px;
}
@media (max-width: 991px) {
  .chat-wrapper.new_chat-wrapper .message-item.message-item-left {
    padding: 0 32px 0 80px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .message-item.message-item-left {
    padding: 0 16px 0 60px;
  }
}
.chat-wrapper.new_chat-wrapper .message-item.message-item-left .message-text {
  background: transparent;
  padding: 0;
}
.chat-wrapper.new_chat-wrapper .message-item.message-item-left .message-text .msg-line {
  color: #000000;
  float: left;
  width: calc(100% - 90px);
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .message-item.message-item-left .message-text .msg-line {
    width: 100%;
  }
}
.chat-wrapper.new_chat-wrapper .message-item.message-item-left .message-text .message-time {
  color: #737373;
  align-items: start;
  float: right;
  position: relative;
  top: 0;
  right: 0;
  bottom: auto;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .message-item.message-item-left .message-text .message-time {
    display: none;
  }
}
.chat-wrapper.new_chat-wrapper .message-item.message-item-left a.file-title-msg {
  color: #000000;
  padding: 20px 20px 20px 16px;
  border: 1px solid #D1E9FC;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  word-wrap: break-word;
  width: 100%;
}
.chat-wrapper.new_chat-wrapper .message-item .message-text {
  background: transparent;
  min-width: unset;
  width: 100%;
  padding: 0;
}
.chat-wrapper.new_chat-wrapper .message-caption {
  font-size: 16px;
}
@media (max-width: 991px) {
  .chat-wrapper.new_chat-wrapper .message-caption {
    padding-left: 0px;
  }
}
.chat-wrapper.new_chat-wrapper .message-caption .message-time {
  color: #737373;
  font-weight: 300;
}
.chat-wrapper.new_chat-wrapper .message-caption:before {
  content: "";
  height: 32px;
  width: 32px;
  top: 0px;
  left: -48px;
  background-size: 32px;
}
.chat-wrapper.new_chat-wrapper .message-caption.msg-caption-writer:before {
  background: url(../build/img/Icon_Writer.svg) center center no-repeat transparent;
  background-size: 32px;
}
.chat-wrapper.new_chat-wrapper .message-caption.msg-caption-support:before {
  background: url(../build/img/headset-solid.svg) center center no-repeat transparent;
  background-size: 32px;
}
.chat-wrapper.new_chat-wrapper .message-caption.msg-caption-customer:before {
  background: url(../build/img/Icon_Customer.svg) center center no-repeat transparent;
  background-size: 32px;
}
.chat-wrapper.new_chat-wrapper .error-wrap {
  text-align: left;
  position: sticky;
  bottom: 0;
  margin: 0;
  background: #FFF3F3;
  opacity: 0.95;
  z-index: 9;
  padding: 8px 28px;
}
.chat-wrapper.new_chat-wrapper .error-wrap .error-wrap-inner {
  background: transparent;
  padding: 0px;
}
.chat-wrapper.new_chat-wrapper .messages-body-wrap {
  padding: 24px 48px;
  margin: 0;
  border-top: 1px solid #D1D1D1;
  position: relative;
  background: #F9F9F9;
  display: flex;
}
@media (max-width: 991px) {
  .chat-wrapper.new_chat-wrapper .messages-body-wrap {
    padding: 24px 48px 24px 36px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .messages-body-wrap {
    padding: 15px 8px 15px 12px;
    margin: 0px;
    min-height: unset;
  }
}
.chat-wrapper.new_chat-wrapper .messages-body-wrap:before,
.chat-wrapper.new_chat-wrapper .messages-body-wrap:after {
  display: none;
}
.chat-wrapper.new_chat-wrapper .messages-body-wrap ::-webkit-input-placeholder {
  color: #737373;
}
.chat-wrapper.new_chat-wrapper .messages-body-wrap ::-moz-placeholder {
  color: #737373;
}
.chat-wrapper.new_chat-wrapper .messages-body-wrap :-ms-input-placeholder {
  color: #737373;
}
.chat-wrapper.new_chat-wrapper .messages-body-wrap :-moz-placeholder {
  color: #737373;
}
.chat-wrapper.new_chat-wrapper .chat-textarea {
  line-height: 20px;
  padding: 12px 86px 12px 16px;
  margin-right: 16px;
  height: 56px;
  max-height: 134px;
  background: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  overflow-y: auto;
}
.chat-wrapper.new_chat-wrapper .chat-textarea[disabled=""] {
  background: #FAFAFA;
}
@media (max-width: 991px) {
  .chat-wrapper.new_chat-wrapper .chat-textarea {
    padding: 16px 20px 12px 20px;
    max-height: 113px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .chat-textarea {
    padding: 8px 16px;
    margin-right: 8px;
    height: 44px;
  }
}
.chat-wrapper.new_chat-wrapper .btn-clip-msg {
  width: 26px;
  height: 26px;
  background: url(../build/img/Clip_Paper_new.svg) center center no-repeat;
  margin: 20px 18px 0 0;
}
.chat-wrapper.new_chat-wrapper .btn-clip-msg[disabled=""] {
  background: url(../build/img/Clip_Paper_disabld.svg) center center no-repeat;
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .btn-clip-msg {
    margin: 10px 10px 0 0;
  }
}
.chat-wrapper.new_chat-wrapper .messeges-btn-holder {
  position: relative;
  top: 0;
  right: 0px;
  padding-top: 0px;
}
.chat-wrapper.new_chat-wrapper .btn-violet-msg {
  height: 56px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .btn-violet-msg {
    height: 40px;
    width: 40px;
  }
}
.chat-wrapper.new_chat-wrapper .empty-messages-inner {
  margin: auto;
}
.chat-wrapper.new_chat-wrapper .messages-holder {
  width: 100%;
}
.chat-wrapper.new_chat-wrapper .invalid-feedback {
  position: absolute;
  left: 90px;
  bottom: 6px;
}
@media (max-width: 991px) {
  .chat-wrapper.new_chat-wrapper .invalid-feedback {
    left: 77px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .invalid-feedback {
    left: 46px;
    bottom: 0px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .chat-wrapper.new_chat-wrapper .btn-violet-msg:before {
    content: '';
    background: url(../build/img/paper-plane-3.svg) center center no-repeat;
    background-size: 20px;
    width: 20px;
    opacity: 1;
    height: 20px;
  }
  .chat-wrapper.new_chat-wrapper .btn-violet-msg.btn-disabled-msg {
    background: #737373;
  }
}
.messages-items-wrap {
  padding: 20px 0px 0;
}
@media (max-width: 767px) {
  .messages-items-wrap {
    padding: 16px 0px 0;
  }
}
.messages-items-wrap .last-message-time {
  display: flex;
  height: 16px;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 9;
  visibility: hidden;
  margin: 8px 0 32px;
}
.messages-items-wrap .last-message-time span {
  font-size: 10px;
  line-height: 10px;
  color: #fff;
  background: #4B5258;
  opacity: 0.8;
  border-radius: 50px;
  display: inline-flex;
  height: 16px;
  padding: 0 8px;
  align-items: center;
  z-index: 9;
  visibility: visible;
}
.messages-items-wrap .message-text {
  display: inline-block;
  border-radius: 0px 10px 10px 10px;
  padding: 20px 20px;
  position: relative;
  margin-bottom: 8px;
  min-width: 90px;
}
.messages-items-wrap .message-text .msg-line {
  font-size: 14px;
  line-height: 22px;
}
.messages-items-wrap .message-text .msg-line a.btndefault {
  text-decoration: none;
  color: #42BAEA;
  border-bottom: 1px solid #42BAEA;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  padding: 0;
}
.messages-items-wrap .message-text .msg-line a.file-title-msg {
  color: #fff;
  font-weight: 400;
  word-wrap: break-word;
}
.messages-items-wrap .message-text .msg-line a.file-title-msg:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  margin-right: 5px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.messages-items-wrap .message-text .msg-line a.file-title-msg:hover {
  text-decoration: none;
}
.messages-items-wrap .message-text .message-time {
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 7px;
}
.messages-items-wrap .message-text .btn-primary {
  background: #11BAFD;
  border-color: #11BAFD;
  border-radius: 50px;
  padding: .25rem 15px;
  height: 32px;
  line-height: 23px;
  margin-top: 5px;
}
.messages-items-wrap .message-text .btn-primary:hover {
  background: #3AACDA;
  border-color: #3AACDA;
}
.messages-items-wrap .message-text .btn-primary:hover,
.messages-items-wrap .message-text .btn-primary:active,
.messages-items-wrap .message-text .btn-primary:focus {
  outline: 0;
  box-shadow: none;
}
.messages-items-wrap .message-caption {
  font-size: 12px;
  margin: 0px 0 14px;
  line-height: 100%;
  color: #333333;
  font-weight: 500;
  position: relative;
}
.messages-items-wrap .message-caption:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px;
  margin-right: 8px;
  position: absolute;
  top: -4px;
  left: -28px;
}
@media (max-width: 991px) {
  .messages-items-wrap .message-caption:before {
    left: 0px;
  }
}
.messages-items-wrap .message-caption.msg-caption-writer:before {
  background: url(../build/img/pen_writer.svg) center center no-repeat transparent;
}
.messages-items-wrap .message-caption.msg-caption-support:before {
  background: url(../build/img/support-icon.svg) center center no-repeat transparent;
}
@media (max-width: 991px) {
  .messages-items-wrap .message-caption {
    padding-left: 28px;
  }
}
.messages-items-wrap .message-item {
  max-width: 668px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .messages-items-wrap .message-item {
    max-width: 450px;
  }
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item {
    max-width: 95%;
  }
}
.messages-items-wrap .message-item.message-item-left {
  float: left;
  padding-left: 28px;
}
.messages-items-wrap .message-item.message-item-left .message-text {
  background: #F8F8F8;
  float: left;
}
.messages-items-wrap .message-item.message-item-left .message-text .msg-line {
  color: #000;
}
.messages-items-wrap .message-item.message-item-left .message-text .message-time {
  color: #737373;
}
@media (max-width: 991px) {
  .messages-items-wrap .message-item.message-item-left {
    padding-left: 0px;
  }
}
.messages-items-wrap .message-item.message-item-right {
  float: right;
  padding-right: 28px;
}
.messages-items-wrap .message-item.message-item-right .message-text {
  float: right;
  background: #42BAEA;
  border-radius: 10px 0px 10px 10px;
}
.messages-items-wrap .message-item.message-item-right .message-text .msg-line {
  color: #fff;
}
.messages-items-wrap .message-item.message-item-right .message-text .message-time {
  color: #D7D7ED;
}
@media (max-width: 991px) {
  .messages-items-wrap .message-item.message-item-right {
    padding-right: 0px;
  }
}
.messages-items-wrap .message-item.auto-msgs {
  padding: 0 40px;
  max-width: unset !important;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.auto-msgs {
    padding: 0 12px !important;
  }
}
.messages-items-wrap .message-item.auto-msgs .message-text {
  padding: 0 !important;
}
.messages-items-wrap .message-item.auto-msgs .msg-line {
  background: url(../build/img/support-important-msg.svg) right -120px center no-repeat #42BAEA !important;
  border-radius: 20px;
  color: #fff !important;
  position: relative;
  padding: 24px 158px 20px 32px !important;
  white-space: normal;
  font-size: 16px;
  line-height: 28px;
  z-index: 1;
}
@media (min-width: 992px) {
  .messages-items-wrap .message-item.auto-msgs .msg-line {
    width: calc(100% - 90px);
  }
}
@media (max-width: 991px) {
  .messages-items-wrap .message-item.auto-msgs .msg-line {
    padding: 24px 32px 20px !important;
  }
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.auto-msgs .msg-line {
    background: #42BAEA;
    padding: 24px 20px 12px !important;
    font-size: 14px;
    line-height: 22px;
    background-image: none !important;
  }
}
.messages-items-wrap .message-item.auto-msgs .msg-line:before {
  content: "";
  display: inline-block;
  height: 137px;
  width: 114px;
  background: url(../build/img/rocket_support.svg) center no-repeat transparent;
  position: absolute;
  bottom: -20px;
  right: 13px;
  z-index: -1;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.auto-msgs .msg-line:before {
    display: none;
  }
}
.messages-items-wrap .message-item.auto-msgs .sprt-msg-caption {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.auto-msgs .sprt-msg-caption {
    font-size: 18px;
    line-height: 29px;
  }
}
.messages-items-wrap .message-item.auto-msgs .sprt-msg-btns {
  margin-top: 16px;
}
@media (max-width: 991px) {
  .messages-items-wrap .message-item.auto-msgs .sprt-msg-btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.messages-items-wrap .message-item.auto-msgs .message-time {
  display: block !important;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.auto-msgs .message-time {
    margin-top: 8px;
  }
}
.messages-items-wrap .message-item.msg-support-light .msg-line {
  background: #14B0C5 !important;
}
.messages-items-wrap .message-item.msg-support-light .msg-line:before {
  content: "";
  background: url(../build/img/support_msg.svg) center no-repeat transparent !important;
  height: 188px;
  width: 125px;
  bottom: 0px;
  right: 22px;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.msg-support-light .msg-line:before {
    display: none;
  }
}
.messages-items-wrap .message-item.msg-support-inquiry .msg-line {
  background: url(../build/img/cloud_support.svg) right bottom -5px no-repeat #42BAEA !important;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.msg-support-inquiry .msg-line {
    background-image: none !important;
    background: #42BAEA;
  }
}
.messages-items-wrap .message-item.msg-support-inquiry .msg-line:before {
  content: "";
  background: url(../build/img/support_bg.svg) center no-repeat transparent;
  height: 128px;
  width: 115px;
  bottom: 35px;
  right: 25px;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.msg-support-inquiry .msg-line:before {
    display: none;
  }
}
.messages-items-wrap .message-item.message-item-file {
  max-width: 350px;
  min-width: 350px;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.message-item-file {
    max-width: 95%;
    min-width: 95%;
    padding: 16px 12px;
  }
}
.messages-items-wrap .message-item.message-item-file .message-text {
  background: #fff;
  border: 1px solid #E6E6EF;
  border-radius: 6px;
  padding: 16px 30px 26px;
  position: relative;
  min-width: 100%;
}
.messages-items-wrap .message-item.message-item-file .message-text .msg-line {
  color: #333333;
}
.messages-items-wrap .message-item.message-item-file .message-text .msg-line .file-msg-title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.messages-items-wrap .message-item.message-item-file .message-text .msg-line .file-msg-size {
  font-size: 12px;
  line-height: 11px;
  color: #737373;
}
.messages-items-wrap .message-item.message-item-file .message-text .msg-line .delete-file {
  background: url(../build/img/file_delete.svg) center no-repeat transparent;
  height: 16px;
  width: 16px;
  position: absolute;
  top: 16px;
  right: 12px;
  cursor: pointer;
  outline: none;
}
@media (max-width: 767px) {
  .messages-items-wrap .message-item.message-item-file .message-text {
    padding: 16px 12px;
  }
}
.messages-items-wrap .unread_msgs {
  background: #e4e6e8;
  padding: 6px 0;
  color: #4B5258;
  text-align: center;
  font-size: 12px;
  margin: 0 -28px 16px;
}
@media (max-width: 767px) {
  .messages-items-wrap .unread_msgs {
    margin: 0 -16px 16px;
  }
}
.error-wrap {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .error-wrap {
    text-align: left;
  }
}
.error-wrap .error-wrap-inner {
  background: #F8F8F8;
  border-radius: 8px;
  font-size: 12px;
  line-height: 11px;
  color: #4C4C4C;
  padding: 8px 14px;
  display: inline-flex;
  align-items: center;
}
.error-wrap .error-wrap-inner:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 32px;
  width: 32px;
  background-size: 32px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .error-wrap .error-wrap-inner:before {
    position: absolute;
    left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .error-wrap .error-wrap-inner {
    line-height: 17px;
    padding: 10px 18px;
    margin: 0 -16px;
  }
  .error-wrap .error-wrap-inner .error-text {
    padding-left: 48px;
  }
}
.error-wrap.error-conection .error-wrap-inner:before {
  background: url(../build/img/conection.svg) center center no-repeat transparent;
}
.error-wrap.error-sending .error-wrap-inner {
  padding: 8px 20px;
}
.error-wrap.error-sending .error-wrap-inner:before {
  background: url(../build/img/planet.svg) center center no-repeat transparent;
}
.error-wrap.edits-message {
  margin: 0 auto 16px !important;
  width: max-content;
  border-radius: 20px;
  background: #42BAEA !important;
}
@media (max-width: 400px) {
  .error-wrap.edits-message {
    max-width: calc(100% - 20px);
  }
}
.error-wrap.edits-message .error-wrap-inner:before {
  background: url(../build/img/alert-info-white.svg) center center no-repeat transparent;
  height: 16px;
  min-width: 16px;
  width: 16px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .error-wrap.edits-message .error-wrap-inner {
    padding: 0 18px;
  }
}
.error-wrap.edits-message .error-wrap-inner .error-text {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .error-wrap.edits-message .error-wrap-inner .error-text {
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .error-wrap.edits-message .error-wrap-inner .error-text {
    display: block;
  }
}
.error-wrap.edits-message .error-wrap-inner a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.error-wrap.edits-message .error-wrap-inner a.btn-revision {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.error-wrap.edits-message {
  margin: 0 auto 16px !important;
  width: max-content;
  border-radius: 20px;
  background: #42BAEA !important;
}
@media (max-width: 400px) {
  .error-wrap.edits-message {
    max-width: calc(100% - 20px);
  }
}
.error-wrap.edits-message .error-wrap-inner:before {
  background: url(../build/img/alert-info-white.svg) center center no-repeat transparent;
  height: 16px;
  min-width: 16px;
  width: 16px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .error-wrap.edits-message .error-wrap-inner {
    padding: 0 18px;
  }
}
.error-wrap.edits-message .error-wrap-inner .error-text {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  gap: 5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .error-wrap.edits-message .error-wrap-inner .error-text {
    padding-left: 30px;
  }
}
@media (max-width: 400px) {
  .error-wrap.edits-message .error-wrap-inner .error-text {
    display: block;
  }
}
.error-wrap.edits-message .error-wrap-inner a {
  color: #fff;
  text-decoration: underline;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.error-wrap.edits-message .error-wrap-inner a.btn-revision {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.sending-error {
  font-size: 12px;
  line-height: 11px;
  color: #737373;
  position: relative;
  padding-right: 16px;
  margin-top: 4px;
}
.sending-error:after {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url(../build/img/alert-info.svg) center center no-repeat transparent;
  background-size: 14px;
  margin-left: 8px;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 991px) {
  .sending-error {
    color: #EB5757;
  }
}
.scrollbottom-inner {
  position: relative;
  display: flex;
  justify-content: center;
}
.clear {
  clear: both;
}
#files_input {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9;
  width: 0px;
}
.fileload-container .spinner-modal {
  position: absolute;
  right: 15px;
  top: 11px;
}
@media (max-width: 767px) {
  .fileload-container .spinner-modal {
    right: 0px;
    top: 0px;
  }
}
.fileload-container .upload-done-icon {
  background: url(../build/img/Icon_Selected.png) center no-repeat transparent;
  background-size: 22px;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 23px;
  top: 21px;
}
@media (max-width: 767px) {
  .fileload-container .upload-done-icon {
    right: 6px;
    top: 7px;
  }
}
.fileload-container .fileload-item {
  background: #FFFFFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 4px 0;
  padding: 12px 5px;
  position: relative;
  min-height: 64px;
}
.fileload-container .fileload-item.fileload-item-error {
  border: 1px solid #EB5757;
}
.fileload-container .fileload-item.fileload-item-error .select-file-type {
  display: none;
}
.fileload-container .fileload-item.fileload-item-error .file_load_name {
  color: #D1D1D1;
}
.fileload-container .file_load_name {
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: 500;
}
.fileload-container .file_load_size {
  font-size: 12px;
  line-height: 11px;
  color: #737373;
}
.fileload-container .select-file-type {
  width: 160px;
  position: relative;
  margin-right: 66px;
}
@media (max-width: 767px) {
  .fileload-container .select-file-type {
    width: 203px;
    margin-top: 11px;
    margin-right: 0px;
  }
}
.fileload-container .file-load-cancel {
  background: url(../build/img/cancel-mob.png) center center no-repeat;
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: none;
  outline: 0;
  padding: 0;
  background-size: 26px;
  position: absolute;
  right: 27px;
  top: 21px;
}
@media (max-width: 767px) {
  .fileload-container .file-load-cancel {
    right: 12px;
    top: 12px;
  }
}
.fileload-container .fileload-item-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fileload-container .fileload-item-inner {
    justify-content: unset;
    flex-direction: column;
  }
}
.fileload-container .file-load-retry {
  background: transparent;
  border: transparent;
  color: #64307C;
  text-decoration: underline;
  padding: 0;
}
@media (max-width: 767px) {
  .fileload-container {
    order: 1;
  }
}
.attachment-error {
  color: #EB5757;
  font-size: 12px;
  line-height: 11px;
  position: absolute;
}
@media (max-width: 767px) {
  .attachment-error {
    position: relative;
  }
  .attachment-error.attach-size-error {
    order: 1;
  }
}
.drop-files--extended__container {
  padding: 25px 10px;
  margin: 0 0 16px 0;
  border: 1px dashed #B4B4B4;
  border-radius: 4px;
  position: relative;
  margin-top: 24px;
  z-index: 999;
}
@media (max-width: 767px) {
  .drop-files--extended__container {
    border: none;
    padding: 0px;
    margin: 20px 0 0px;
  }
  .drop-files--extended__container .drop-files--or {
    display: none;
  }
  .drop-files--extended__container .drop-files--text {
    margin: 8px 0px;
  }
}
.drop-files--extended__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .drop-files--extended__inner {
    flex-direction: column;
  }
}
.drop-files--or {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 14px;
  color: #8B8B8B;
  margin: 0 30px;
  text-transform: uppercase;
}
.drop-files--text {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
  color: #4C4C4C;
}
.drop-files--text span {
  display: block;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size: 12px;
  color: #8B8B8B;
}
.drop-files--extended__container:after {
  transition: all .6s ease;
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.drop-files--extended__container .btn-file {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4e3d95),to(#3a2e60)) !important;
  background: -webkit-linear-gradient(top,#4e3d95 0,#3a2e60 100%) !important;
  background: -o-linear-gradient(top,#4e3d95 0,#3a2e60 100%) !important;
  background: linear-gradient(180deg,#4e3d95 0,#3a2e60 100%) !important;
  border-radius: 5px !important;
  color: #fff !important;
  margin: 0;
  padding: 20px 18px 18px 18px;
  position: relative;
  border-color: transparent;
  width: 160px;
  height: 50px;
  z-index: 9;
}
@media (max-width: 767px) {
  .drop-files--extended__container .btn-file {
    width: 100%;
  }
}
.drop-files--extended__container .btn-file input[type=file] {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9;
  width: 160px;
}
#form--quick .btn-file.quick-forn__btn-file {
  margin: 0;
  z-index: 9;
  cursor: pointer;
}
#form--quick ._files-drop-zone-con {
  margin-right: 21px;
}
#form--quick .btn-file.quick-forn__btn-file input[type=file] {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: 3;
  width: 16px;
  height: 32px;
}
.quick-forn__file-wrap {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.drop-files--extended__container .btn-file span {
  padding-left: 18px;
  position: relative;
  line-height: 1;
}
.drop-files--extended__container .btn-file span:before {
  content: "";
  width: 10px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url(https://www.paperhelp.org/public/order_form2/img/add-file-browse.svg) no-repeat;
}
.template-upload .preview .icon-file {
  width: 17px;
  height: 21px;
  background: url(https://www.paperhelp.org/public/order_form2/img/file-icon.svg) no-repeat;
}
.files-upload__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.files-upload__wrapper .files {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 3;
}
.files-upload__wrapper .files.completed {
  cursor: pointer;
}
.template-upload {
  position: relative;
}
.template-upload:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: -12px;
  right: -12px;
  top: -10px;
  bottom: 10px;
  border: 5px solid #FFFFFF;
  border-radius: 20px;
}
.files-upload__wrapper .files:last-child .template-upload:after {
  bottom: -15px;
}
@media (min-width: 1025px) {
  .files-upload__wrapper .files.completed:hover .template-upload:after,
  .files-upload__wrapper .files.completed:focus .template-upload:after {
    opacity: 1;
  }
  .files-upload__wrapper .files.completed:hover .done-file,
  .files-upload__wrapper .files.completed:focus .done-file {
    display: none !important;
  }
  .files-upload__wrapper .files.completed:hover .delete,
  .files-upload__wrapper .files.completed:focus .delete {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .files-upload__wrapper .files.completed .delete {
    display: block !important;
  }
}
.files-upload__wrapper .files .template-upload {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.files-upload__wrapper .files .template-upload:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: #DAE7F1;
}
.files-upload__wrapper .files:last-child .template-upload:before {
  display: none;
}
.files-upload__wrapper .files:last-child .template-upload {
  margin-bottom: 0;
  padding-bottom: 0;
}
button.cancel {
  width: 24px;
  height: 24px;
  max-width: 24px;
  min-width: auto;
  padding: 0 !important;
  background: url(https://www.paperhelp.org/public/order_form2/img/discount-close.svg) no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
}
button.reload {
  width: 24px;
  height: 24px;
  max-width: 24px;
  min-width: auto;
  padding: 0 !important;
  background: url(https://www.paperhelp.org/public/order_form2/img/icon-reload.svg) no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
}
button.delete {
  width: 24px;
  height: 24px;
  max-width: 24px;
  min-width: auto;
  border-radius: 50%;
  background: url(https://www.paperhelp.org/public/order_form2/img/icon-delete.svg) no-repeat;
  background-size: cover;
  padding: 0 !important;
  border: none;
  cursor: pointer;
}
button.done-file {
  width: 24px;
  height: 24px;
  max-width: 24px;
  min-width: auto;
  border-radius: 50%;
  min-width: auto;
  padding: 0 !important;
  background: url(https://www.paperhelp.org/public/order_form2/img/icon-done.svg?v=1) no-repeat;
  border: none;
  background-size: cover;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 17px -3px #42BAEA !important;
  box-shadow: 0px 5px 17px -3px #42BAEA !important;
  border-color: transparent;
}
@media (max-width: 767px) {
  .file-btn__block button {
    margin: 0 0 0 10px !important;
  }
}
.text-danger {
  color: #DF3131;
}
.file__information .name {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  word-break: break-all;
}
.file__information .size {
  font-family: Gotham Pro;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #D1D1D1;
}
.file__information .size span {
  white-space: nowrap;
}
.file__status {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #8B8B8B;
}
.files-upload__wrapper {
  padding: 25px 20px;
  margin: 0 0 20px 0;
  position: relative;
}
.files-upload__wrapper:after {
  transition: all .6s ease;
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.file-main__block {
  display: flex;
}
.file-icon__block {
  margin: 0 16px 0 0;
}
.file-btn__block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 7px;
  min-width: 70px;
  position: relative;
  z-index: 10;
}
.file-btn__block button {
  margin: 0 0 0 15px;
}
.file-progress__block {
  width: 352px;
}
.file__information {
  margin: 0 0 4px 0;
  padding-right: 45px;
}
.progress__line {
  margin: 0 0 8px 0;
  height: 3px;
  background: #dadcde;
  border-radius: 50px;
  width: 100%;
  position: relative;
  overflow: visible;
}
.progress__line .progress-bar-success {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: #42BAEA;
  border-radius: 50px;
  height: 3px;
}
.progress .progress-bar-percent {
  position: absolute;
  z-index: 9;
  right: 0;
  top: -27px;
  font-size: 14px;
  line-height: 23px;
  text-align: right;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  .file-progress__block {
    width: 100%;
  }
  .file-icon__block {
    display: none;
  }
  .file-main__block {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .msgs-header {
    padding-left: 20px;
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .msgs-header {
    width: auto;
    padding-left: 0px;
  }
}
.msgs-header .order_msgs-id {
  color: #4C4C4C;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
.msgs-header .status_msgs-item {
  color: #333333;
  padding: 4px 10px;
  background: #D1E9FC;
  border-radius: 50px;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .msgs-header .status_msgs-item {
    display: none;
  }
}
.msgs-header .subject_msgs-item {
  color: #737373;
  margin-top: 6px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
.order-wrapper {
  padding-bottom: 28px;
}
.order-wrapper.msgs-new-holder {
  padding: 0 40px 28px 48px;
}
@media (max-width: 991px) {
  .order-wrapper.msgs-new-holder {
    padding: 0 20px 28px 20px;
  }
}
@media (max-width: 767px) {
  .order-wrapper.msgs-new-holder {
    padding: 0 16px 0px 16px;
  }
}
.topbar.msgs-new-header {
  margin: 0;
}
@media (max-width: 991px) {
  .topbar.msgs-new-header .nav-item-alerts .btn-main,
  .topbar.msgs-new-header .nav-item-alerts .loyalty-nav-box {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .topbar.msgs-new-header .logo-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .topbar:not(.msgs-new-header) .user-welcome {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #inquiry-page .writers-list-inner .tabs-list,
  #order-page .writers-list-inner .tabs-list {
    margin-bottom: 0;
  }
}
.rate-support_msg {
  color: #333333;
  padding: 18px 18px 13px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  background-color: #F8F8F8 !important;
}
@media (max-width: 767px) {
  .rate-support_msg {
    display: block;
    margin: 10px -3px 0 -48px;
  }
}
.rate-support_msg .rating {
  padding-top: 10px;
}
.rate-support_msg .rating label {
  max-height: 28px;
  margin-right: 10px;
  cursor: pointer;
}
.rate-support_msg .rating label:before {
  height: 28px;
  width: 28px;
  background: url(../build/img/rate-star-white.svg) center no-repeat;
  background-size: auto;
  background-size: 28px;
}
.rate-support_msg .rating label.selected:before,
.rate-support_msg .rating label.selected ~ .rate-support_msg .rating label:before,
.rate-support_msg .rating label:hover:before,
.rate-support_msg .rating label:hover ~ .rate-support_msg .rating label:before {
  background: url(../build/img/Star-active.png) center center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .set_rate-support_msg {
    max-width: 370px;
  }
}
.high-rate-support_msg {
  background: url(../build/img/high-rate-support_msg.svg) left 24px center no-repeat;
  display: flex;
  align-items: center;
  max-width: 520px;
  padding: 20px 16px 20px 76px;
  font-size: 16px;
  min-height: 90px;
}
@media (max-width: 991px) {
  .high-rate-support_msg {
    max-width: 440px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .high-rate-support_msg {
    max-width: unset;
  }
}
.low-rate-support_msg {
  padding: 20px 24px 20px 76px;
}
@media (max-width: 767px) {
  .low-rate-support_msg {
    padding: 20px 16px;
  }
}
.low-rate-support_msg .low-rate-support_title {
  background: url(../build/img/low-rate-support.svg) left center no-repeat;
  min-height: 34px;
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-left: -52px;
  padding-left: 56px;
  text-align: left;
}
@media (max-width: 767px) {
  .low-rate-support_msg .low-rate-support_title {
    margin-left: 0px;
  }
}
.low-rate-support_msg .btn-transparent {
  margin-right: 8px;
  background: #fff;
}
.low-rate-support_msg .btn-transparent:hover,
.low-rate-support_msg .btn-transparent:focus {
  background: #42BAEA;
  color: #fff;
}
.low-rate-support_msg button {
  width: 130px;
}
.low-rate-support_msg .comment-area {
  padding: 16px 16px 12px;
  height: 108px;
  border: 1px solid #CCCCCC;
  margin-top: 12px;
}
.low-rate-support_msg .alert-required {
  font-size: 12px;
  margin-top: -22px;
  text-align: left;
  font-weight: 400;
}
.update-msg-wrap {
  display: flex;
  height: calc(100vh - 90px);
}
@media (max-width: 767px) {
  .update-msg-wrap {
    height: auto;
  }
}
.update-msg-wrap .new_chat-tab {
  flex: 1;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .update-msg-wrap .new_chat-tab {
    margin: 0;
  }
}
.tab-live-chat .msg-counter {
  background: #42BAEA;
  min-width: 18px;
  height: 18px;
  font-size: 10px;
}
.tab-live-chat .filter-single-wrap {
  padding: 16px;
  border-bottom: 1px solid #DDE8E4;
  height: 70px;
}
@media (max-width: 767px) {
  .tab-live-chat .filter-single-wrap {
    margin: 0;
  }
}
.tab-live-chat .chat_tabs-caption {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
  max-width: calc(100% - 260px);
}
@media (max-width: 1024px) {
  .tab-live-chat .chat_tabs-caption {
    display: none;
  }
}
.tab-live-chat .chat_order-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.tab-live-chat .chat_tabs-order {
  font-size: 14px;
  color: #42BAEA;
  font-weight: 400;
}
.tab-live-chat .chat-tab-menu {
  border-bottom: 1px solid #DDE8E4 !important;
  padding: 0 40px;
  background: #fff !important;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .tab-live-chat .chat-tab-menu {
    min-height: 70px;
  }
}
@media (max-width: 1099px) {
  .tab-live-chat .chat-tab-menu {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .tab-live-chat .chat-tab-menu {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .tab-live-chat .chat-tab-menu {
    margin: 0;
  }
}
.tab-live-chat .chat-tab-menu .tab-chat {
  min-width: 130px;
}
.tab-live-chat .chat-tab-menu .tab-chat:first-child {
  border-radius: 4px;
}
.tab-live-chat .chat-tab-menu .tab-chat:last-child {
  border-radius: 4px;
}
.tab-live-chat .chat-tab-menu .tab-chat.current .count-unread {
  background: #fff;
  color: #42BAEA;
}
.tab-live-chat .chat-tab-menu .tabs-msg {
  width: auto;
}
.tab-live-chat .last-message-time {
  border: none !important;
  margin: 8px 0 32px !important;
  top: 15px !important;
}
.tab-live-chat .last-message-time:before {
  display: none;
}
.tab-live-chat .last-message-time .msg-date {
  background: rgba(75,82,88,0.7) !important;
  border-radius: 50px;
  font-size: 10px !important;
  padding: 4px 16px !important;
  color: #fff !important;
  margin: auto;
}
.tab-live-chat .message-item {
  min-width: 120px;
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  .tab-live-chat .message-item {
    padding: 0 20px !important;
  }
}
.tab-live-chat .message-item .message-text {
  padding: 20px 20px !important;
}
.tab-live-chat .message-item.search_result-message .message-text {
  box-shadow: 0px 0px 20px #e2e7ea;
}
.tab-live-chat .message-item.message-item-right {
  padding-left: 40px;
}
.tab-live-chat .message-item.message-item-right .message-text {
  background: rgba(70,72,78,0.8);
}
.tab-live-chat .message-item.message-item-right.search_result-message .message-text {
  box-shadow: 0px 0px 20px #9C9CCE;
}
.tab-live-chat .message-item.message-item-left {
  float: left !important;
}
.tab-live-chat .message-item.message-item-left .message-text {
  background: #F8F8F8 !important;
}
.tab-live-chat .message-item.message-item-left .message-text .msg-line {
  width: 100% !important;
}
.tab-live-chat .message-item.message-item-left .message-text .message-time {
  font-size: 10px !important;
  line-height: 10px !important;
  display: flex;
  align-items: center;
  text-align: right;
  position: absolute !important;
  right: 20px !important;
  bottom: 5px !important;
  top: auto !important;
}
.tab-live-chat .message-item .message-time {
  display: flex !important;
}
.tab-live-chat .message-item.msg-support-inquiry .message-text,
.tab-live-chat .message-item.msg-support-important .message-text,
.tab-live-chat .message-item.msg-support-light .message-text {
  background: transparent !important;
}
.tab-live-chat .message-item.msg-support-inquiry .message-text .message-time,
.tab-live-chat .message-item.msg-support-important .message-text .message-time,
.tab-live-chat .message-item.msg-support-light .message-text .message-time {
  margin: 0;
  bottom: 35px !important;
  z-index: 1;
  color: #fff !important;
  right: 45px !important;
}
.tab-live-chat .message-item.msg-support-inquiry .msg-line,
.tab-live-chat .message-item.msg-support-important .msg-line,
.tab-live-chat .message-item.msg-support-light .msg-line {
  border-radius: 10px;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .tab-live-chat .message-item.msg-support-inquiry .sprt-msg-btns,
  .tab-live-chat .message-item.msg-support-important .sprt-msg-btns,
  .tab-live-chat .message-item.msg-support-light .sprt-msg-btns {
    margin-bottom: 15px;
  }
}
.tab-live-chat .message-item.msg-support-inquiry .msg-line {
  background-color: #7171B8 !important;
}
@media (max-width: 991px) {
  .tab-live-chat .message-item .msg-line {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
.tab-live-chat .message-caption {
  font-size: 12px !important;
}
@media (max-width: 991px) {
  .tab-live-chat .message-caption {
    padding-left: 40px !important;
  }
}
.tab-live-chat .message-caption:before {
  top: -9px !important;
}
.tab-live-chat .active-status {
  background: #27AE60;
  position: absolute;
  width: 7px;
  height: 7px;
  left: -24px;
  border-radius: 50%;
  margin-top: 1px;
}
@media (max-width: 991px) {
  .tab-live-chat .active-status {
    left: 24px;
  }
}
.tab-live-chat .loader,
.tab-live-chat .loader:before,
.tab-live-chat .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.tab-live-chat .unread_msgs {
  background: #FFFFFF;
  color: #737373;
}
.tab-live-chat .messages-items-wrap .message-text .message-time {
  font-size: 10px;
  line-height: 10px;
  display: flex;
  align-items: center;
  text-align: right;
  position: absolute;
  right: 20px;
  bottom: 7px;
  white-space: nowrap;
}
.tab-live-chat .msg-read,
.tab-live-chat .msg-delivered {
  max-width: 16px;
  height: 12px;
  background-size: contain;
  flex: 0 0 13px;
  margin-left: 5px;
}
.tab-live-chat .msg-read {
  background: url(../build/img/chat-msg-read-delivered.svg) center no-repeat;
  background-size: contain;
}
.tab-live-chat .msg-delivered {
  background: url(../build/img/chat-msg-read-buble.svg) center no-repeat;
  background-size: contain;
}
@media (max-width: 991px) {
  .tab-live-chat .msg-caption-support:before,
  .tab-live-chat .msg-caption-writer:before {
    left: 0 !important;
  }
}
.tab-live-chat .error-wrap-inner {
  line-height: 17px;
}
.tab-live-chat .error-wrap-inner:before {
  min-width: 32px;
}
.tab-live-chat .chat-body-holder {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  max-width: calc(100% - 290px);
}
@media (max-width: 767px) {
  .tab-live-chat .chat-body-holder {
    max-width: 100%;
    position: relative;
    right: -100%;
    width: 0;
    transition: all 0.1s ease;
  }
  .tab-live-chat .chat-body-holder.chat-body-active {
    display: flex;
    right: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .tab-live-chat .no-chat-tab {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-live-chat .rate-support_msg {
    margin: 0px;
  }
}
.tab-live-chat .chat-textarea {
  min-height: 56px;
}
@media (max-width: 767px) {
  .tab-live-chat .chat-textarea {
    min-height: 44px;
  }
}
@media (max-width: 767px) {
  .tab-live-chat .high-rate-support_msg {
    padding-left: 50px;
    background-position: left 8px center;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .tab-live-chat .low-rate-support_msg .low-rate-support_title {
    font-size: 13px;
  }
  .tab-live-chat .low-rate-support_msg button {
    width: 100px;
  }
  .tab-live-chat .low-rate-support_msg .low-rate-support_title {
    padding-left: 40px;
  }
}
.choose-chat-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .choose-chat-box {
    display: none !important;
  }
}
.choose-chat-box p {
  color: #737373;
  font-size: 16px;
  padding-top: 28px;
}
.chat_preview-wrapper {
  overflow: hidden;
  max-width: 290px;
  flex: 0 0 290px;
  border-right: 1px solid #DDE8E4;
  max-height: calc(100vh - 90px);
  background: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .chat_preview-wrapper {
    max-height: calc(100vh - 60px);
    flex: unset;
    width: 100%;
    max-width: 100%;
    transition: all 0.5s ease;
  }
}
@media (max-width: 767px) {
  .chat_preview-wrapper.chat_preview-mob {
    width: 0;
    display: none;
  }
}
.chat_preview-wrapper:after {
  content: '';
  box-shadow: 0 0 8em 5em #ffffffbf;
  height: 0px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.chat_preview-wrapper .tabs {
  margin: 0;
}
.chat_preview-wrapper .chat_preview-inner {
  overflow-y: auto;
  max-height: calc(100% - 120px);
}
@media (max-width: 767px) {
  .chat_preview-wrapper .chat_preview-inner {
    max-height: calc(100% - 120px);
  }
}
.chat_preview-wrapper .search-clear-btn {
  background: url(../build/img/clear_chat-search.svg) no-repeat scroll 50% 50% transparent;
  top: 12px;
}
.no_chats {
  padding: 24px 20px;
}
.no_chats h2 {
  font-size: 20px;
  line-height: 31px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px !important;
}
.chat_preview-item {
  cursor: pointer;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #DDE8E4;
}
.chat_preview-item:hover {
  background: #FFFFFF;
}
.chat_preview-item.chat_preview-active {
  background: #FFFFFF;
}
.chat_preview-item .chat_preview-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.chat_preview-item .chat_preview-order {
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  align-items: center;
  color: #737373;
}
.chat_preview-item .chat_preview-time {
  font-size: 12px;
  line-height: 11px;
  text-align: right;
  color: #737373;
}
.chat_preview-info {
  padding-top: 18px;
}
.chat_preview-info .chat_preview-details {
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  max-height: 60px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 36px;
  color: #737373;
}
.chat_preview-info .chat_preview-details a {
  color: #737373;
  pointer-events: none;
}
.chat_preview-info .preview_msg-send,
.chat_preview-info .preview_msg-read {
  max-width: 16px;
  height: 12px;
  background-size: contain;
  flex: 0 0 13px;
}
.chat_preview-info .preview_msg-send {
  background: url(../build/img/chat-msg-send.svg) center no-repeat;
}
.chat_preview-info .preview_msg-read {
  background: url(../build/img/chat-msg-read.svg) center no-repeat;
}
.order-wrapper.msgs-new-holder.live-chat-holder {
  width: auto;
  margin: 0 -15px;
  padding: 0 !important;
}
.chat_preview-filter .tabs-list {
  padding-top: 8px;
}
.chat_preview-filter .tabs li {
  font-size: 12px;
}
.msgs-ajax-header {
  display: none;
  position: relative;
  max-width: 100%;
}
@media (min-width: 768px) {
  .msgs-ajax-header {
    max-width: calc(100% - 80px);
  }
}
.msgs-ajax-header.user-photo-banner {
  max-width: calc(100% - 80px);
}
.msgs-ajax-header.msgs-ajax-header-active {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 30px;
}
.msgs-ajax-header .subject_msgs-item {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
.msgs-ajax-header .order_msgs-id {
  color: #42BAEA;
  font-weight: 400;
}
.alert-info-autopilot {
  position: sticky;
  z-index: 9;
  padding-top: 12px;
  padding-bottom: 12px;
  top: 12px;
}
.alert-info-autopilot .alert-info-autopilot_wrap {
  margin: 0 32px;
  box-shadow: none;
  padding: 16px 20px;
  background: #FDFAE9;
  border-radius: 4px;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .alert-info-autopilot .alert-info-autopilot_wrap {
    padding: 10px 20px;
    font-size: 12px;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .alert-info-autopilot .alert-info-autopilot_wrap {
    align-items: flex-start;
    margin: 0 16px;
    padding: 10px 16px;
    font-size: 12px;
  }
}
.alert-info-autopilot svg {
  margin-right: 20px;
  width: 24px;
  min-width: 24px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .alert-info-autopilot svg {
    width: 26px;
    min-width: 26px;
  }
}
@media (max-width: 767px) {
  .alert-info-autopilot svg {
    margin-right: 6px;
    width: 20px;
    min-width: 20px;
  }
}
.alert-info-autopilot + .last-message-time {
  top: 80px !important;
}
.msg-line br {
  display: block;
  content: "";
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tabs-top-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6EF;
    margin-bottom: 24px;
    padding-top: 32px;
  }
}
@media (min-width: 992px) {
  .tabs-top-holder {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .tabs-top-holder .tabs {
    margin-bottom: 0px;
    border-bottom: none;
  }
}
.tabs-top-holder .tab-chat {
  background-color: #fff;
  font-weight: 500;
  color: #4C4C4C;
}
.tabs-top-holder .tab-chat:first-child {
  border-radius: 4px 0 0px 4px;
}
.tabs-top-holder .tab-chat:last-child {
  border-radius: 0px 4px 4px 0;
}
.tabs-top-holder .tab-chat.current {
  background: #42BAEA;
  color: #fff;
}
.tabs-top-holder .tabs-inner {
  height: 32px;
}
@media (min-width: 768px) {
  .tabs-top-holder .tabs-inner {
    margin: 0px 0 6px;
  }
}
@media (max-width: 767px) {
  .tabs-top-holder .chat-tab-menu {
    max-width: 255px;
    margin: 0 auto;
  }
}
#order-page .order-wrapper:not(.msgs-tab-active) .chat-tab-menu {
  display: none !important;
}
@media (max-width: 767px) {
  #settings-page {
    margin: 0 -16px;
  }
  #settings-page .settings-block-title p {
    font-size: 12px;
  }
  #settings-page ul.tabs {
    padding: 0;
    margin: 0 0 35px 0;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #settings-page ul.tabs::-webkit-scrollbar {
    display: none;
  }
}
#settings-page .filter-wrap {
  margin-bottom: 36px;
}
#settings-page .filter-wrap.filter-wrap-banner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  #settings-page .filter-wrap.filter-wrap-banner {
    flex-direction: column;
  }
}
#settings-page .page-caption {
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 29px;
  padding-left: 32px;
}
#settings-page input {
  width: 100%;
  height: 50px;
  padding: 15px 12px;
  background: #FFFFFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 0 20px 0;
  color: #4C4C4C;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  resize: none;
  -webkit-appearance: none;
}
#settings-page input.alert-control {
  border: 1px solid #EB5757;
}
#settings-page .settings-wrapper {
  padding: 40px 32px;
  margin: 0 0 24px 0;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 2px 6px #E9E9E9;
}
@media (max-width: 767px) {
  #settings-page .settings-wrapper {
    padding: 0px;
    border-radius: 0;
    background: transparent;
  }
}
#settings-page .settings-wrapper .title {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 153.12%;
  color: #333;
  margin: 0 0 12px 0;
}
#settings-page .settings-block {
  padding: 0 0 30px 0;
}
@media (max-width: 767px) {
  #settings-page .settings-block {
    margin: 0 0 16px 0;
    padding: 12px 20px 0 20px !important;
    background: #fff;
  }
  #settings-page .settings-block:last-child {
    margin-bottom: 0 !important;
  }
}
#settings-page .settings-block .settings-container {
  border-top: 1px solid #E6E6EF;
  padding: 12px 0 0 0;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container {
    padding: 0;
  }
}
#settings-page .settings-block .settings-container .settings-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 48px;
  margin: 0 0 8px 0;
  padding: 0 0;
  border-radius: 6px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 48px;
}
@media (min-width: 768px) {
  #settings-page .settings-block .settings-container .settings-item {
    width: 624px;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item {
    position: relative;
    flex-direction: column;
    border-bottom: 1px solid #E6E6EF;
    margin: 0;
    padding: 0;
    line-height: 100%;
    min-height: 76px;
    justify-content: center;
    padding: 0 20px 0 0;
    border-radius: 0px;
  }
  #settings-page .settings-block .settings-container .settings-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  #settings-page .settings-block .settings-container .settings-item.active:hover {
    background: #FAFAFA;
  }
  #settings-page .settings-block .settings-container .settings-item.active:hover .btn-edit {
    background: #E6E6EF;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_name {
  color: #BABABA;
}
@media (min-width: 768px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_name {
    width: 200px;
    min-width: 200px;
    margin: 0 24px 0 0;
  }
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_name {
    height: 24px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    margin: 0 0 4px 0;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_value {
  color: #333;
}
@media (min-width: 992px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_value {
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_value {
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_value {
    color: #BABABA;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 100%;
    margin: 0 0 4px 0;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_value .pre-value {
  color: #BABABA;
  font-weight: normal;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_value.no_select {
  color: #BABABA !important;
  font-weight: normal;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  width: 100%;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit .btn-edit {
  width: 60px;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit .btn-edit {
    width: 100%;
    height: 100%;
    min-width: 100%;
    color: transparent;
    background: transparent;
    border: none;
  }
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit {
    position: absolute;
    right: 0;
    top: 21px;
    width: 8px;
    height: 16px;
    background: url(../build/img/arrow-edit.svg) no-repeat;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--section {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal {
  width: 100%;
  display: none;
  padding: 20px 24px;
  background: #FAFAFA;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  line-height: 100%;
  margin: 10px 0;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal #client_change_email [error="email"] {
  color: #f44336;
  display: block;
  font-size: 12px;
  margin-top: -15px;
  margin-bottom: 1px;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal.settings-item_edit--modal__facebook .modal-title {
  display: block;
  margin: 0 0 12px 0;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal.settings-item_edit--modal__facebook .alert-info {
  margin: 0 0 24px 0;
  border: 1px solid #E6E6EF;
  padding: 10px 15px 10px 56px;
  background: transparent url(../build/img/alert-info.svg) left 16px top 50% no-repeat;
  border-radius: 5px;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal.settings-item_edit--modal__facebook .btn-main {
  padding: 14px 10px;
  text-align: center;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal.settings-item_edit--modal__facebook .btn-main[data-change-email] {
  width: 110px;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal.settings-item_edit--modal__facebook .btn-main[data-change-email] .fa-spinner {
  margin-right: -52px;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .close-modal {
  display: none;
  cursor: pointer;
  transform: rotate(180deg);
  margin-bottom: 29px;
  width: 8px;
  height: 16px;
  background: url(../build/img/arrow-edit.svg) no-repeat;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .close-modal {
    display: block;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .modal-title {
  display: none;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  margin: 0 0 32px 0;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .modal-title {
    display: block;
  }
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    margin: 0;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .title {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  margin: 0 0 8px 0;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .title span {
  font-weight: 500;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-email,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #64307C;
  margin: 0 0 8px 0;
  cursor: pointer;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-email:hover,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-email:focus,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone:hover,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone:focus {
  text-decoration: underline;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone {
  text-decoration: underline;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone:hover,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone:focus {
  text-decoration: none;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  display: flex;
  align-items: center;
  color: #737373;
  margin: 0 0 16px 0;
  padding: 0;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn {
    z-index: 999;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 0;
    height: 88px;
    align-items: center;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main {
  position: relative;
  width: 96px;
  margin: 0;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main span {
  text-transform: none;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main .fa-spinner {
  position: absolute;
  right: 50%;
  margin-right: -40px;
  top: 50%;
  margin-top: -10px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main {
    width: 130px;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel {
  background: transparent;
  color: #42BAEA;
  border: 1px solid #42BAEA;
  width: 82px;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  padding: 14px 30px;
  margin: 0 0 24px;
  font-style: normal;
  line-height: 13px;
  cursor: pointer;
  transition: all .5s;
  white-space: nowrap;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel {
    width: 130px;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel:hover,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel:focus {
  background: #42BAEA;
  color: #fff;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_value span.grey-text {
  color: #BABABA;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_value--password {
  position: relative;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_value--password .pass_alert {
  position: absolute;
  left: 0;
  bottom: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  color: #BABABA;
}
@media (max-width: 767px) {
  #settings-page .settings-block .settings-container .settings-item .settings-item_value--password .pass_alert {
    position: relative;
    display: block;
    margin: 8px 0 0 0;
  }
}
#settings-page .settings-block .settings-container .settings-item .form-control-input {
  margin: 0 0 24px 0;
}
#settings-page .settings-block .settings-container .settings-item #modal-add-phone .form-input {
  display: block;
}
#settings-page .settings-block .settings-container .settings-item #change_password input {
  margin: 0 0 24px 0;
}
#settings-page .settings-block .settings-container .settings-item #change_password input:last-child {
  margin: 0;
}
#settings-page .settings-block .settings-container .settings-item .form-input {
  display: none;
  position: relative;
}
#settings-page .settings-block .settings-container .settings-item .form-input label {
  color: #4C4C4C;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 9px 0;
}
#settings-page .settings-block .settings-container .settings-item .form-input .alert-hint {
  position: absolute;
  color: #F44336;
  font-size: 12px;
  bottom: 0;
  left: 0;
}
#settings-page .settings-block .settings-container .settings-item .form-input .alert-hint[error="alt_phone"] {
  bottom: 2px;
}
#settings-page .settings-block .settings-container .settings-item.settings-item__email .btn-main,
#settings-page .settings-block .settings-container .settings-item.settings-item__phone .btn-main {
  display: none;
}
#settings-page .settings-block .settings-container .settings-item.settings-item__email #modal-add-phone .btn-main,
#settings-page .settings-block .settings-container .settings-item.settings-item__phone #modal-add-phone .btn-main {
  display: block;
}
#settings-page .input-phone-inner {
  position: relative;
}
#settings-page .input-phone-inner .select2-container {
  left: 0px !important;
}
#settings-page .input-phone-inner .phone-box {
  visibility: hidden;
  position: absolute;
  top: 1px;
  left: 1px;
  width: 100%;
}
#settings-page .input-phone-inner .select2-selection {
  width: 88px;
  height: 48px;
  visibility: visible;
  box-shadow: none;
  border: none !important;
}
#settings-page .input-phone-inner .input-control {
  padding-left: 112px;
}
#settings-page .input-phone-inner .input-control.input-сountry-code {
  padding-left: 112px !important;
  font-weight: 500;
}
@media (max-width: 1024px) {
  #settings-page .input-phone-inner .input-control {
    -webkit-overflow-scrolling: touch;
  }
}
#settings-page .input-phone-inner .input-control #input_phone {
  margin-left: 1px;
}
#settings-page .input-phone-inner .input-control.select-highlight {
  border: 1px solid #40B9F6;
  box-shadow: 0 0 4px 0 #b8e4fa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#settings-page #client_change_alt_phone .input-control {
  padding-left: 12px;
}
#settings-page #client_change_alt_phone .phone-box .select2-selection__rendered:before {
  display: none;
}
#settings-page #client_change_alt_phone .input-phone-inner .select2-selection {
  padding: 0;
}
#settings-page .lifetime-discount-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 290px;
  width: 100%;
  padding: 15px 14px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px #E9E9E9;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  #settings-page .lifetime-discount-wrap {
    margin: 24px 0 0 32px;
  }
}
@media (max-width: 767px) {
  #settings-page .lifetime-discount-wrap {
    margin: 20px 20px 0 35px;
    padding: 15px 16px;
    max-width: calc(100% - 70px);
    width: 100%;
  }
}
#settings-page .lifetime-discount-wrap .lifetime-discount-value {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.01em;
  color: #4C4C4C;
}
#settings-page .lifetime-discount-wrap .lifetime-discount-value svg {
  margin: -4px 11px 0 0;
}
#settings-page .lifetime-discount-wrap .lifetime-discount-btn a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #42BAEA;
}
#settings-page .lifetime-discount-wrap .lifetime-discount-btn a:hover,
#settings-page .lifetime-discount-wrap .lifetime-discount-btn a:focus {
  color: #42BAEA;
  text-decoration: none;
}
.alert-settings {
  background: #fff;
  padding: 32px 30px;
  color: #333;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  box-shadow: 0px 2px 6px #E9E9E9;
}
#modal-add-phone,
#modal-edit-phone {
  display: none;
}
.settings-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.settings-wrapper .preferense-item__wrapper--top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 1439px) {
  .settings-wrapper .preferense-item__wrapper--top {
    flex-direction: column;
  }
}
.preferense-item__wrapper {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1439px) {
  .preferense-item__wrapper {
    max-width: 100%;
  }
}
.preferense-sidebar__wrapper .preferense-sidebar {
  padding: 36px 24px;
  position: relative;
  background: #FFF;
  box-shadow: 0 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  background: url('../build/img/sidebar-notif.svg') no-repeat;
}
@media (min-width: 1440px) {
  .preferense-sidebar__wrapper .preferense-sidebar {
    background-position: top 0 right -10px;
  }
}
@media (max-width: 1439px) {
  .preferense-sidebar__wrapper .preferense-sidebar {
    width: 100%;
    min-width: 100%;
    margin: 48px 0;
    background: url('../build/img/sidebar-notif-mob.svg') no-repeat;
    background-position: bottom -34px right -30px;
  }
}
@media (max-width: 767px) {
  .preferense-sidebar__wrapper .preferense-sidebar {
    background: url('../build/img/sidebar-notif-small.svg') top -45px right -10px no-repeat;
    padding: 32px 24px 24px 24px;
  }
}
@media (min-width: 1440px) {
  .preferense-sidebar__wrapper .preferense-sidebar {
    width: 352px;
    min-width: 352px;
    margin: 40px 0 0 40px;
  }
}
.preferense-sidebar__wrapper .preferense-sidebar .title-pre {
  font-size: 14px;
  font-weight: normal;
  color: #333;
  margin: 0 0 16px 0;
}
@media (max-width: 767px) {
  .preferense-sidebar__wrapper .preferense-sidebar .title-pre {
    text-align: center;
  }
}
.preferense-sidebar__wrapper .preferense-sidebar p {
  font-size: 14px;
  line-height: 140%;
  color: #BABABA;
}
@media (min-width: 1400px) {
  .preferense-sidebar__wrapper .preferense-sidebar p {
    padding-right: 42px;
  }
}
@media (max-width: 767px) {
  .preferense-sidebar__wrapper .preferense-sidebar p {
    text-align: center;
  }
}
.preferense-sidebar__wrapper .preferense-sidebar .input-phone__block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1439px) {
  .preferense-sidebar__wrapper .preferense-sidebar .input-phone__block {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .preferense-sidebar__wrapper .preferense-sidebar .input-phone__block {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
.preferense-sidebar__wrapper .preferense-sidebar .btn-main {
  text-transform: none;
  border-radius: 5px;
  height: 50px;
  width: 72px;
  margin: 0 0 0 8px;
}
@media (max-width: 767px) {
  .preferense-sidebar__wrapper .preferense-sidebar .btn-main {
    width: 96px;
    margin: 0;
  }
}
.preferense-sidebar__wrapper .preferense-sidebar .phone-box .select2-selection__rendered:before {
  display: none;
}
.preferense-sidebar__wrapper .preferense-sidebar .input-phone-inner .select2-selection {
  width: 60px !important;
}
.preferense-sidebar__wrapper .preferense-sidebar .input-phone-inner .input-control {
  padding-left: 71px !important;
}
.preferense-sidebar__wrapper .preferense-sidebar .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.preferense-sidebar__wrapper .preferense-sidebar #client_change_phone_sms .input-phone-inner .alert-hint {
  position: absolute;
  color: #F44336;
  font-size: 12px;
  bottom: 3px;
  left: 0;
}
.preferense-item {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 0 0;
  border-bottom: 1px solid #E6E6EF;
  min-height: 84px;
}
.preferense-item.preferense-item-title {
  min-height: 100%;
}
.preferense-item:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .preferense-item {
    padding: 18px 0 0 0;
    position: relative;
  }
  .preferense-item .preferense-item__checkbox {
    position: absolute;
    right: 0;
    top: 18px;
  }
  .preferense-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 1400px) {
  .preferense-item .preferense-item__block {
    max-width: 100%;
    width: 384px;
  }
}
@media (min-width: 1400px) {
  .preferense-item .preferense-item__block {
    max-width: 384px;
  }
}
.preferense-item .preferense-item__name {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  margin: 0 0 12px 0;
}
@media (max-width: 767px) {
  .preferense-item .preferense-item__name {
    margin: 4px 0 18px;
    height: 24px;
    display: flex;
    align-items: center;
    padding-right: 70px;
  }
}
.preferense-item .preferense-item__info {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #BABABA;
  margin: 0 0 20px 0;
}
.preferense-item .custom-switch .custom-control-label::before,
.preferense-item .custom-switch .custom-control-label::after {
  cursor: pointer;
}
.preferense-item .custom-control-input:checked~.custom-control-label::before,
.preferense-item .custom-control-input~.custom-control-label::before {
  color: #fff;
  width: 52px;
  height: 32px;
  border-radius: 36.5px;
  top: 0;
}
.preferense-item .custom-control-input:checked~.custom-control-label::before {
  border-color: #42BAEA;
  background-color: #42BAEA;
  top: 0;
}
.preferense-item .custom-switch .custom-control-label::after {
  background: #FFFFFF;
  border: 0.5px solid rgba(0,0,0,0.04);
  box-shadow: 0px 3px 1px rgba(0,0,0,0.1), 0px 1px 1px rgba(0,0,0,0.16), 0px 3px 8px rgba(0,0,0,0.15);
  border-radius: 100px;
  height: 28px;
  width: 28px;
  top: 2px;
}
.preferense-item .custom-switch .custom-control-input:checked~.custom-control-label::after {
  transform: translateX(20px);
  top: 2px;
}
.preferense-item .custom-control-label::before {
  border: 2px solid #E5E5EA;
}
.preferense-item .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.preferense-item .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #E5E5EA;
}
.preferense-item .custom-control-label {
  width: 52px;
  height: 32px;
}
.preferense-item .custom-control-input:checked~.custom-control-label::before,
.preferense-item .preferense-item .custom-control-input~.custom-control-label::before {
  width: 52px;
  height: 32px;
}
.preferense-item .custom-switch .custom-control-label::before {
  left: 0;
}
.preferense-item .custom-switch .custom-control-label::after {
  left: 2px;
  top: 2px;
}
.preferense-item.preferense-item-centered {
  align-items: center;
  padding: 0;
}
.preferense-item.preferense-item-centered .preferense-item__name {
  margin: 0;
}
.preferense-item__email {
  margin-bottom: 56px;
}
#text_no_cards p {
  color: #737373;
}
#text_no_cards span {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 153.12%;
  margin: 0 0 5px 0;
  color: #333333;
}
#form_change_password .input-pass-inner {
  position: relative;
}
#form_change_password .input-pass-inner label {
  color: #4C4C4C;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin: 0 0 9px 0;
}
#form_change_password .input-pass-inner .alert-hint {
  position: absolute;
  color: #F44336;
  font-size: 12px;
  line-height: 1;
  top: 53px;
  left: 0;
}
#form_change_password .input-pass-inner input {
  margin: 0 0 27px 0;
}
#client_change_name .block_element {
  position: relative;
}
#client_change_name .alert-hint {
  position: absolute;
  color: #F44336;
  font-size: 12px;
  line-height: 1;
  top: 53px;
  left: 0;
}
@media (max-width: 767px) {
  #text_yes_cards,
  #text_no_cards {
    padding: 0 20px 0px;
  }
}
@media (max-width: 767px) {
  #text_no_cards {
    padding: 0 20px 32px;
  }
}
#settings-page .mob_field {
  display: none;
}
#settings-page .mob_field .mob_settings-item_name {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  font-family: Gotham Pro, sans-serif;
}
#settings-page .mob_field .radio_item {
  position: relative;
}
#settings-page .mob_field label.for_radio {
  position: relative;
  width: 100%;
  line-height: 33px;
}
#settings-page .mob_field label.for_radio:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #B9B9C9;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 1;
}
#settings-page .mob_field label.for_radio:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 12px;
  border-radius: 50%;
  background-color: #392E66;
  z-index: 1;
  opacity: 0;
}
#settings-page .mob_field input {
  position: absolute;
  right: 0;
  top: 10px;
  height: auto;
  width: auto;
  border: none;
  padding: 0;
  -webkit-appearance: radio;
}
@media (max-width: 767px) {
  #settings-page .mob_field {
    display: block;
  }
}
#settings-page .mob_field input:checked + label:before {
  border: 2px solid #392E66;
}
#settings-page .mob_field input:checked + label:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .new_field .settings-item_edit--modal .form-input #client_change_studying_at,
  .new_field .settings-item_edit--modal .form-input #client_change_studying_for {
    display: none;
  }
}
#select2-studying_at-results li:first-child,
#select2-graduation_year_month-results li:first-child,
#select2-graduation_year_year-results li:first-child,
#select2-studying_for-results li:first-child {
  color: #ccc;
}
.select2-container--default.select2-container--open .select2-dropdown {
  border-top: solid #40B9F6 1px !important;
}
@media (max-width: 768px) {
  .select2-container--default.select2-container--open {
    width: 310px !important;
    max-width: 310px !important;
  }
  .settings-item_edit--modal .filter-single-wrap {
    max-width: 310px !important;
    margin: auto !important;
  }
  .select2-container--default.select2-container--open .select2-dropdown {
    z-index: 99999 !important;
  }
  #settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap {
    display: block !important;
  }
  #settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner:nth-child(1) {
    margin: 0;
  }
  #settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner:nth-child(2) {
    margin: 0;
  }
}
#settings-page .mob_field {
  display: none;
}
#settings-page .mob_field .mob_settings-item_name {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  font-family: Gotham Pro, sans-serif;
}
#settings-page .mob_field .radio_item {
  position: relative;
}
#settings-page .mob_field label.for_radio {
  position: relative;
  width: 100%;
  line-height: 33px;
}
#settings-page .mob_field label.for_radio:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #B9B9C9;
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 1;
}
#settings-page .mob_field label.for_radio:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 12px;
  border-radius: 50%;
  background-color: #392E66;
  z-index: 1;
  opacity: 0;
}
#settings-page .mob_field input {
  position: absolute;
  right: 0;
  top: 10px;
  height: auto;
  width: auto;
  border: none;
  padding: 0;
  -webkit-appearance: radio;
}
@media (max-width: 767px) {
  #settings-page .mob_field {
    display: block;
  }
}
#settings-page .mob_field input:checked + label:before {
  border: 2px solid #392E66;
}
#settings-page .mob_field input:checked + label:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .new_field .settings-item_edit--modal .form-input #client_change_studying_at,
  .new_field .settings-item_edit--modal .form-input #client_change_studying_for {
    display: none;
  }
}
#select2-studying_at-results li:first-child,
#select2-graduation_year_month-results li:first-child,
#select2-graduation_year_year-results li:first-child,
#select2-studying_for-results li:first-child {
  color: #ccc;
}
.select2-container--default.select2-container--open .select2-dropdown {
  border-top: solid #40B9F6 1px !important;
}
@media (max-width: 768px) {
  #settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap {
    display: block !important;
  }
  #settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner:nth-child(1) {
    margin: 0;
  }
  #settings-page .settings-block .settings-container .settings-item #client_change_graduation_year .filter-single-wrap .filter-single-inner:nth-child(2) {
    margin: 0 !important;
  }
}
.settings-item__time_zone .settings-item_value {
  position: relative;
}
.settings-item__time_zone .select-arrow {
  position: absolute;
  top: 17px;
  right: 12px;
  border: none;
  pointer-events: none;
  background: url("https://admin.paperhelp.org/public_new/build/img/down-arrow.png") no-repeat scroll 50% 50% transparent;
  height: 13px;
  background-size: 12px;
  width: 13px;
  bottom: 13px;
}
.settings-item__time_zone .select-arrow.active_arr {
  transform: rotate(180deg);
  top: 22px;
}
.settings-item__time_zone .filter-single-inner__subject .select-arrow.active_arr {
  transform: rotate(180deg);
  top: 36px;
}
.settings-item__time_zone .disabled-btn {
  pointer-events: none;
  cursor: default;
}
.settings-item__time_zone .selected_timezone > span {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .settings-item__time_zone .select-arrow {
    top: 25px;
  }
  .settings-item__time_zone .filter-single-inner__subject .select-arrow.active_arr {
    top: 30px;
  }
}
.tab-caption-wrap {
  margin-bottom: 24px;
  padding-left: 28px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .tab-caption-wrap {
    margin-bottom: 0px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E6E6EF;
  }
  .tab-caption-wrap .files_quantity {
    font-size: 14px;
    line-height: 14px;
    color: #BABABA;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .tab-caption-wrap {
    padding: 0px 12px 32px 6px;
    position: relative;
  }
}
.tab-caption-wrap .tab-title-files {
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #333333;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tab-caption-wrap .tab-title-files {
    display: none;
  }
}
.tab-caption-wrap .files-dropdown-filter {
  width: 56px;
  height: 32px;
  padding: 8px;
  margin-right: 16px;
  border: 1px solid transparent;
}
.tab-caption-wrap .files-dropdown-filter .dropdown-toggle {
  background: transparent;
  border: transparent;
  display: inline-flex;
  padding: 0;
  position: absolute;
  text-align: right;
  top: 0px;
  right: 11px;
  height: 100%;
  padding-top: 13px;
}
.tab-caption-wrap .files-dropdown-filter .dropdown-toggle:after {
  position: relative;
  content: "";
  height: 6px;
  width: 10px;
  background: url(../build/img/file-filter.png) center center no-repeat transparent;
  background-size: 10px 6px;
  border: none;
}
.tab-caption-wrap .files-dropdown-filter .dropdown-toggle:active,
.tab-caption-wrap .files-dropdown-filter .dropdown-toggle:hover,
.tab-caption-wrap .files-dropdown-filter .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.tab-caption-wrap .files-dropdown-filter .checkbox-holder {
  border: 1px solid #B6B6B6;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  cursor: pointer;
}
.tab-caption-wrap .files-dropdown-filter .file-checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tab-caption-wrap .files-dropdown-filter .file-checkbox:checked + .checkbox-holder::after {
  content: '';
  width: 100%;
  height: 100%;
  background: url(../build/img/Icon_Selected.png) center no-repeat;
  background-size: auto;
  background-size: contain;
  display: block;
}
.tab-caption-wrap .files-dropdown-filter.show {
  background: #FAFAFA;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
}
.tab-caption-wrap .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E6E6EF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: 26px !important;
  left: 8px !important;
  z-index: 9;
}
.tab-caption-wrap .files-filter-wrap {
  list-style: none;
  padding: 0;
  font-size: 13px;
  line-height: 12px;
  color: #4C4C4C;
  margin: 0;
}
.tab-caption-wrap .files-filter-wrap .files-filter-item {
  padding: 19px 15px;
  cursor: pointer;
}
.tab-caption-wrap .files-filter-wrap .files-filter-item:hover {
  background: #F5F9FC;
}
.tab-caption-wrap .dropdown-btn-box {
  display: inline-flex;
}
@media (max-width: 1199px) {
  .tab-caption-wrap.tab-caption-none {
    display: none !important;
  }
}
.files-list-box {
  border-radius: 11px 11px 4px 4px;
  border-collapse: separate;
  border-spacing: 0px;
  table-layout: fixed;
}
@media (min-width: 1200px) {
  .files-list-box {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 2px 6px rgba(47,45,133,0.1);
  }
}
@media (max-width: 1199px) {
  .files-list-box {
    border-spacing: 0 3px;
  }
}
.files-list-box .file-check-item {
  width: auto;
  min-width: unset;
  margin: 0;
}
.files-list-box .file-check-item label {
  padding: 0;
  margin-right: 28px;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .files-list-box .file-check-item label {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .files-list-box .file-check-item {
    width: 16px;
    margin-right: 16px;
  }
}
.files-list-box .files-list-header {
  background: #fff;
  border: 2px solid #F5FAFE;
  font-size: 10px;
  line-height: 10px;
  color: #737373;
  padding: 0px 32px;
  height: 40px;
  position: relative;
}
.files-list-box .files-list-header th {
  font-weight: 500;
  border: none;
}
@media (min-width: 1200px) {
  .files-list-box .files-list-header th {
    border-bottom: 1px solid #E6E6EF;
  }
}
.files-list-box .files-list-header .name_col {
  padding-left: 22px;
  width: 350px;
}
.files-list-box .files-list-header .files_quantity {
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  width: 86px;
  font-weight: 400;
  padding-right: 32px;
  white-space: nowrap;
}
@media (max-width: 1340px) {
  .files-list-box .files-list-header .download_date {
    display: none;
  }
}
@media (max-width: 1199px) {
  .files-list-box .files-list-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .files-list-box {
    table-layout: fixed;
  }
  .files-list-box .file-item-size {
    display: none;
  }
  .files-list-box .file-item-type {
    display: block;
    padding: 16px 32px 12px 12px;
    color: #392E66;
    font-weight: 400;
  }
  .files-list-box .title_check-box {
    padding-left: 0px;
    position: unset;
  }
}
@media (max-width: 1199px) {
  .tab-user-files .file-item-btns > .delete-file-btn {
    display: none;
  }
}
.files-list-box td {
  padding: 28px 12px;
  border-top: none;
}
@media (min-width: 1200px) {
  .files-list-box td {
    border-bottom: 1px solid #B2B2C3;
  }
}
@media (max-width: 1199px) {
  .files-list-box td {
    padding: 16px 12px;
  }
}
.files-list-box .files-list-item:last-child td {
  border-bottom: none !important;
}
.cell-width {
  width: 50%;
}
.files-list-item {
  padding: 28px 32px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 4px 0;
  color: #4C4C4C;
  font-size: 14px;
  line-height: 14px;
}
.files-list-item:hover {
  box-shadow: 0px 2px 11px rgba(185,185,201,0.8);
  border-radius: 4px;
}
.files-list-item .file-item-caption {
  width: 50%;
}
@media (max-width: 767px) {
  .files-list-item .file-item-caption {
    width: 100%;
    display: block;
    position: unset;
  }
}
.files-list-item .file-item-type {
  width: 176px;
  font-weight: 500;
}
.files-list-item .title_check-box {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .files-list-item .title_check-box {
    padding-left: 0;
    justify-content: flex-start;
    flex: 1;
  }
}
.files-list-item .title-file {
  font-weight: 500;
  word-break: break-word;
  cursor: pointer;
}
.files-list-item .file-item-date {
  color: #BABABA;
}
@media (max-width: 1199px) {
  .files-list-item .file-item-date {
    margin-top: 8px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .files-list-item .file-item-date {
    display: flex;
  }
}
.files-list-item .file-item-date,
.files-list-item .file-item-type,
.files-list-item .file-item-size,
.files-list-item .files-list-header div {
  white-space: nowrap;
}
.files-list-item .new_file {
  background: #219653;
  border-radius: 50px;
  font-size: 8px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 4px;
  height: 14px;
  width: 32px;
  font-weight: 500;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .files-list-item .new_file {
    position: absolute;
    bottom: 14px;
    right: 18px;
  }
}
.files-list-item .file-item-btns {
  width: 86px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .files-list-item .file-item-btns {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .files-list-item .file-item-btns {
    position: absolute;
    top: 13px;
    right: 18px;
    width: auto;
    padding: 0;
  }
}
.files-list-item.files-item-read {
  background: #FAFAFA;
}
@media (max-width: 1199px) {
  .files-list-item {
    padding: 16px 10px;
    border-bottom: 1px solid #E6E6EF;
    border-radius: 0;
    margin: 0;
  }
  .files-list-item .file-item-size {
    color: #BABABA;
  }
  .files-list-item .title_date-box {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .files-list-item {
    position: relative;
    display: block;
    padding: 0px;
  }
  .files-list-item .file-item-size {
    border-left: 1px solid #BABABA;
    padding-left: 5px;
    margin-left: 5px;
  }
}
.empty-files-tab {
  font-size: 14px;
  line-height: 140%;
  color: #BABABA;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 32px;
  margin: 4px 0;
}
@media (min-width: 1200px) {
  .empty-files-tab td {
    border: none;
  }
}
.empty-files-tab .empty-user-files .file-upload {
  position: relative !important;
  left: auto !important;
  right: auto !important;
}
.empty-files-tab .empty-files-inner {
  padding: 0px 20px;
  position: relative;
}
.empty-files-tab .empty-files-inner .file-upload {
  display: none;
}
@media (max-width: 767px) {
  .empty-files-tab .empty-files-inner .file-upload {
    position: relative;
    right: auto;
    top: auto;
  }
}
@media (max-width: 1199px) {
  .empty-files-tab .empty-files-inner {
    min-height: 530px;
    text-align: center;
    padding-top: 24px;
  }
  .empty-files-tab .empty-files-inner .file-upload {
    margin: 24px auto 0;
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .empty-files-tab {
    border-top: 1px solid #E6E6EF;
  }
}
.delete-dropdown-wrap {
  width: 6px;
  height: 32px;
  padding: 0px;
  margin-right: 6px;
  border: 1px solid transparent;
  display: none;
}
@media (max-width: 1199px) {
  .delete-dropdown-wrap {
    display: block;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .delete-dropdown-wrap {
    position: absolute;
    right: 10px;
  }
}
.delete-dropdown-wrap .btn-delete-option {
  width: 6px;
  position: relative;
  padding: 0;
  cursor: pointer;
  height: 16px;
  background: url("../build/img/settings.png") transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}
.delete-dropdown-wrap .btn-delete-option:before,
.delete-dropdown-wrap .btn-delete-option:after {
  display: none;
}
.delete-dropdown-wrap .btn-delete-option:focus {
  outline: none;
}
.delete-dropdown-wrap .dropdown-menu {
  background: #FFFFFF;
  border: 1px solid #E6E6EF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  top: -12px !important;
  left: auto !important;
  right: 20px !important;
  z-index: 9;
  min-height: 40px;
}
.delete-dropdown-wrap .dropdown-menu:after {
  position: absolute;
  top: calc(50% - 5px);
  right: -11px;
  width: 11px;
  height: 11px;
  background-size: 10px;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.delete-dropdown-wrap .dropdown-menu.show {
  display: flex;
  align-items: center;
}
.delete-dropdown-wrap .dropdown-menu .delete-file-btn {
  font-size: 12px;
  line-height: 11px;
  color: #4C4C4C;
  font-weight: 400;
  padding: 4px 20px;
}
@media (max-width: 1199px) {
  .files-tab {
    background: #FFFFFF;
    border-radius: 10px;
  }
  .files-tab .tabs-inner {
    width: 280px;
  }
  .files-tab .tab-content-files {
    display: none;
  }
  .files-tab .tab-content-files.current {
    display: inherit;
  }
  .files-wrapper {
    padding: 0px 20px 8px;
  }
  .files-list-box {
    padding-bottom: 8px;
    border-collapse: collapse;
    margin-bottom: 0;
    table-layout: auto;
  }
}
@media (max-width: 767px) {
  .files-tab {
    margin: 0 -16px;
    background: transparent;
  }
  .files-tab .tabs-inner {
    width: auto;
    flex: 0 0 90%;
  }
  .files-tab .tab-chat {
    flex: 0 0 50%;
  }
  .files-wrapper {
    padding: 0px 8px;
  }
  .files-tabs-holder {
    background: #FFF;
    padding: 20px 0 6px;
  }
}
.files-mobile-menu .tabs-inner {
  height: auto;
}
.files-mobile-menu .tab-chat {
  text-align: center;
  padding: 5px 0px;
}
@media (min-width: 768px) {
  .files-header {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .files-header {
    padding-left: 20px;
    width: calc(100% - 160px);
  }
}
@media (max-width: 767px) {
  .files-header {
    width: auto;
    padding-left: 0px;
  }
}
.files-header .order_files-id {
  color: #4C4C4C;
  font-weight: 500;
  margin-bottom: 6px;
  display: inline-block;
}
.files-header .status_files-item {
  color: #333333;
  padding: 4px 10px;
  background: #D1E9FC;
  border-radius: 50px;
  white-space: nowrap;
  display: inline-block;
}
@media (max-width: 767px) {
  .files-header .status_files-item {
    display: none;
  }
}
.files-header .subject_files-item {
  color: #737373;
  margin-top: 6px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .topbar.files-new-header .nav-item-alerts .btn-main,
  .topbar.files-new-header .nav-item-alerts .loyalty-nav-box {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .topbar.files-new-header {
    margin: 0;
  }
  .topbar.files-new-header .logo-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .topbar:not(.files-new-header) .user-welcome {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .pre-timeline {
    padding-right: 201px;
  }
}
.timeline-inner {
  width: 100%;
  padding-bottom: 21px;
}
@media (max-width: 767px) {
  .timeline-inner {
    min-width: calc(333.33333333333%);
    box-shadow: 0 10px 45px rgba(47,45,133,0.1);
    background: #fff;
  }
}
.timeline-stars {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #333;
  align-items: center;
  justify-content: center;
  min-width: 186px;
}
.timeline-stars >span {
  position: relative;
  padding-left: 30px;
  background: url(../build/img/star-point.svg) no-repeat;
  background-position: left 0 top 50%;
  background-size: 26px;
}
.timeline-stars >span .timeline-stars-processing {
  position: absolute;
  right: 0;
  bottom: -16px;
  color: #888;
  font-size: 12px;
  width: 70px;
}
.timeline-stars-desk {
  display: flex;
}
@media (max-width: 1439px) {
  .timeline-stars-desk {
    display: none;
  }
}
.timeline-stars-mob {
  display: block;
  margin: 0 0 38px 0;
}
@media (min-width: 1440px) {
  .timeline-stars-mob {
    display: none;
  }
}
.game-wrapper .main-list {
  border: none;
}
.game-wrapper .main-list thead tr th {
  border: none !important;
  font-size: 13px !important;
}
.game-wrapper .main-list tbody tr td {
  font-size: 13px !important;
}
.game-wrapper .game__profile-balance {
  margin: 0 auto;
  width: 300px;
  max-width: 100%;
  height: 47px;
  border: 1px solid #B2B2C3;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.game-wrapper .profile-balance__value {
  width: 88px;
  height: 31px;
  background-color: #B2B2C3;
  color: #fff;
  text-align: center;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .game-wrapper .timeline-container {
    margin: 0 -16px;
  }
}
.game-wrapper .timeline-wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 71px 0 37px 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  position: relative;
}
.game-wrapper .timeline-wrapper:before {
  content: url('../build/img/timeline-bg.svg');
  position: absolute;
  width: 230px;
  height: 153px;
  top: -115px;
  right: -20px;
  z-index: 9;
}
@media (max-width: 1439px) {
  .game-wrapper .timeline-wrapper:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .game-wrapper .timeline-wrapper {
    overflow-x: scroll;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    width: 100%;
    padding-top: 71px;
    margin-top: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .game-wrapper .timeline-wrapper::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  .game-wrapper .timeline-wrapper::-webkit-scrollbar {
    display: none;
  }
  .game-wrapper .timeline-wrapper::-webkit-scrollbar-thumb {
    background: #FF0000;
  }
}
.game-wrapper .timeline {
  margin-top: 47px;
  height: 6px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.game-wrapper .timeline .inside {
  display: none;
  position: absolute;
  height: 6px;
  background-color: #B2B2C3;
  border-radius: 0 5px 5px 0;
  top: 0;
  left: 0;
}
.game-wrapper .timeline .dot {
  cursor: pointer;
  z-index: 9;
  width: 100%;
  transition: .3s ease-in-out;
  border-radius: 50%;
  text-align: center;
  margin-top: -5px;
  position: relative;
}
.game-wrapper .timeline .dot:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #E6E6EF;
  position: absolute;
  top: 10px;
}
.game-wrapper .timeline .dot.dot-prev:before {
  content: "";
  height: 4px;
  width: 100%;
  background: #9c9cce;
  position: absolute;
  top: 10px;
}
.game-wrapper .timeline .dot.dot-active .price-wrapper {
  display: block;
  border-color: #9c9cce;
}
@media (min-width: 767px) {
  .game-wrapper .timeline .dot.dot-active .price-wrapper:hover .timeline__tooltip {
    display: block;
  }
}
.game-wrapper .timeline .dot.dot-current .price-wrapper {
  display: block;
  border-color: #9c9cce;
}
@media (min-width: 767px) {
  .game-wrapper .timeline .dot.dot-current .price-wrapper:hover .timeline__tooltip {
    display: block;
  }
}
.game-wrapper .timeline .dot.dot-current +.dot .dot-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../build/img/step-next.svg') no-repeat;
  background-size: cover;
  position: relative;
}
.game-wrapper .timeline .dot.dot-last:before {
  display: none;
}
.game-wrapper .timeline .dot.dot-more .dot-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../build/img/step-next.svg') no-repeat;
  background-size: cover;
  position: relative;
}
.game-wrapper .timeline .dot.dot-more.dot-last:before {
  display: none;
}
.game-wrapper .timeline .dot .price-wrapper {
  display: none;
  cursor: pointer;
  position: absolute;
  width: 63px;
  height: 63px;
  top: -108px;
  left: -20px;
  text-align: center;
  background-color: #dedede;
  border-radius: 50%;
  border: 3px solid #EFEFEF;
  padding: 0 3px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img {
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--1 {
  background: url('../build/img/timeline/level-1.svg') no-repeat;
  background-size: 32px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--2 {
  background: url('../build/img/timeline/level-2.svg') no-repeat;
  background-size: 31px 20px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--3 {
  background: url('../build/img/timeline/level-3.svg') no-repeat;
  background-size: 23px 27px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--4 {
  background: url('../build/img/timeline/level-4.svg') no-repeat;
  background-size: 27px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--5 {
  background: url('../build/img/timeline/level-5.svg') no-repeat;
  background-size: 19px 30px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--6 {
  background: url('../build/img/timeline/level-6.svg') no-repeat;
  background-size: 24px 32px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--7 {
  background: url('../build/img/timeline/level-7.svg') no-repeat;
  background-size: 31px 20px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--8 {
  background: url('../build/img/timeline/level-8.svg') no-repeat;
  background-size: 30px 27px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--9,
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__img--10 {
  background: url('../build/img/timeline/level-10.svg') no-repeat;
  background-size: 19px 30px;
}
.game-wrapper .timeline .dot .price-wrapper .timeline__tooltip {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  background: #fff;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;
  color: #42BAEA;
  border: 1px solid #42BAEA;
}
@media (min-width: 1439px) {
  .game-wrapper .timeline .dot .price-wrapper .timeline__tooltip {
    width: 190px;
    margin-left: -95px;
    font-size: 12px;
    line-height: 120%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .game-wrapper .timeline .dot .price-wrapper .timeline__tooltip {
    width: 130px;
    margin-left: -65px;
    font-size: 12px;
    line-height: 120%;
  }
}
@media (max-width: 767px) {
  .game-wrapper .timeline .dot .price-wrapper .timeline__tooltip {
    display: none;
    width: 120px;
    margin-left: -60px;
    font-size: 8px;
    line-height: 140%;
  }
}
.game-wrapper .timeline .dot .price-wrapper .timeline__tooltip .timeline__tooltip--inner {
  padding: 10px 3px;
  position: relative;
  width: 130px;
}
@media (min-width: 1439px) {
  .game-wrapper .timeline .dot .price-wrapper .timeline__tooltip .timeline__tooltip--inner {
    width: 190px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .game-wrapper .timeline .dot .price-wrapper .timeline__tooltip .timeline__tooltip--inner {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .game-wrapper .timeline .dot .price-wrapper .timeline__tooltip .timeline__tooltip--inner {
    width: 120px;
  }
}
.game-wrapper .timeline .dot .price-wrapper .timeline__tooltip .timeline__tooltip--inner:before {
  content: "";
  position: absolute;
  background: url('../build/img/tooltip-arrow.png');
  background-size: cover;
  width: 8px;
  height: 6px;
  bottom: -6px;
  left: 50%;
  margin-left: -4px;
  z-index: 9;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__text {
  margin-top: 5px;
  color: #a7a7a7;
  font-size: 10px;
  line-height: 1.2;
  min-height: 36px;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__text span {
  font-size: 12px;
  font-weight: bold;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__deadline {
  position: relative;
}
.game-wrapper .timeline .dot .price-wrapper .price-wrapper__inner {
  position: absolute;
  min-width: 87px;
  top: -100px;
  font-size: 11.5px;
  color: #e74f4f;
  right: -2px;
}
.game-wrapper .timeline .dot .level-wrapper {
  display: block;
  position: relative;
  top: 12px;
  text-align: center;
  color: #878787;
  font-weight: normal;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #B2B2C3;
}
.game-wrapper .timeline .dot .dot-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url('../build/img/step-done.svg') no-repeat;
  position: relative;
}
.game-wrapper .timeline .dot-current.dot-active .level-wrapper {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #42BAEA;
}
.game-wrapper .timeline .dot-current .dot-inner {
  background: none;
}
.game-wrapper .timeline .dot-current .level-wrapper {
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #42BAEA;
}
.game-wrapper .timeline .dot-current .price-wrapper {
  width: 63px;
  height: 63px;
  border: 3px solid #EFEFEF;
  top: -30px;
  left: 50%;
  margin-left: -32px;
  background-color: #F8F8F8;
}
.game-wrapper .timeline .dot-current .price-wrapper .price-wrapper__img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.game-wrapper .timeline .dot-current .price-wrapper .price-wrapper__img svg {
  fill: red;
}
.game-wrapper .timeline .dot-current .price-wrapper .price-wrapper__text {
  display: none;
  margin-top: 8px;
  color: #fff;
  font-size: 11px;
  min-height: 43px;
}
.game-wrapper .timeline .dot-current .price-wrapper .price-wrapper__text span {
  font-size: 15px;
}
.game-wrapper .timeline .dot-current .price-wrapper .price-wrapper__inner {
  top: -120px;
  right: 3px;
}
@media (max-width: 767px) {
  .game-wrapper .timeline .dot-current.dot-active .timeline__tooltip {
    display: block !important;
  }
}
.game-wrapper .timeline .dot-more.dot-active .price-wrapper {
  background-color: #e6e6f1 !important;
  border: 3px solid #cfcfcf !important;
}
.game-wrapper .timeline .dot-more.dot-active .price-wrapper .price-wrapper__img {
  background: #e6e6f0 url('../build/img/step-next.svg') no-repeat;
  border-radius: 50%;
  background-size: 40px;
}
@media (max-width: 767px) {
  .game-wrapper .timeline .dot-active .timeline__tooltip {
    display: block !important;
  }
}
.game-wrapper .timeline .dot-active .dot-inner {
  background: none;
}
.game-wrapper .timeline .dot-active .level-wrapper {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
  color: #B2B2C3;
}
.game-wrapper .timeline .dot-active .price-wrapper {
  width: 63px;
  height: 63px;
  border: 3px solid #EFEFEF;
  top: -30px;
  left: 50%;
  margin-left: -32px;
  background-color: #F8F8F8;
}
.game-wrapper .timeline .dot-active .price-wrapper .price-wrapper__img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.game-wrapper .timeline .dot-active .price-wrapper .price-wrapper__img svg {
  fill: red;
}
.game-wrapper .timeline .dot-active .price-wrapper .price-wrapper__text {
  display: none;
  margin-top: 8px;
  color: #fff;
  font-size: 11px;
  min-height: 43px;
}
.game-wrapper .timeline .dot-active .price-wrapper .price-wrapper__text span {
  font-size: 15px;
}
.game-wrapper .timeline .dot-active .price-wrapper .price-wrapper__inner {
  top: -120px;
  right: 3px;
}
.game-wrapper .timeline .dot-more .price-wrapper {
  background-color: #fff !important;
  border: 3px dashed #dedede !important;
}
.game-wrapper .timeline .dot-more .price-wrapper::after {
  content: "" !important;
  background: #fff url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAIAAACQKrqGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozMmIwNDcyZC02ODkzLTQyZGMtYjE2Yy1lZDE0ZDQyZDRjNDIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjY5OTI3NkIwREI4MTFFOThBNDlCRUNDMzBFRTM5MDYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjY5OTI3NkEwREI4MTFFOThBNDlCRUNDMzBFRTM5MDYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2NWI3ZjU1ZS00MGM2LTRhMmYtODkyNC1kMDg2ZDM4MzNiM2IiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo3MjRjMjY4OC0zMzlmLTExN2MtYWE0MC1jZTNmMGYyNDZmYjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4leZQKAAAA4UlEQVR42oxRSQ6EIBAE3DUa0av/f5ZXY4xb1Ghcp4wTRh1m4QDd0FVUV5M4jruu2/5YjBBSFAUi8msxTdOmaRqGQfoMijRNj1fa9z2l1DAMaWld1/gTdFEUqaZpfvpxWZaqqhCEYbgL+CKuLMt1XW3btizrUgofsiwT6TiOTdNAWxAEz7aOA+g8z9u2BeC4QYrd8zwIvZQyxjjnwjgA0LWiKL7vv8wSkeu6uq7P84yuYYjjOACDQhTQs/lgSpIE+nZrVPU+gnMC40AGMHqXTOuWo1+wSucsuYVWcL8LeAgwAIjpl5Hv0y3VAAAAAElFTkSuQmCC') no-repeat !important;
  bottom: -12px !important;
}
.game-wrapper .timeline .dot-more .price-wrapper__text {
  margin-top: -10px !important;
}
.game-wrapper .progress-wrapper {
  margin-top: 45px;
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.game-wrapper .progress-wrapper .progress__item {
  position: relative;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  font-size: 10px;
  color: #C4C4C4;
  width: 100%;
}
@media (max-width: 1600px) {
  .game-wrapper .progress-wrapper .progress__item {
    text-align: center;
  }
}
.game-wrapper .progress-wrapper .progress__item:last-child::after {
  display: none;
}
.game-wrapper .progress-wrapper .progress-current {
  color: #4F4F4F;
  padding: 10px 2% 0;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
}
.game-wrapper .progress-wrapper .progress-prev::after {
  content: "" !important;
}
.game-wrapper .game-container {
  width: 900px;
  padding: 0 15px;
  max-width: 100%;
  margin: 0 auto;
}
.game-wrapper .order-banner {
  margin-top: 70px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 115px;
  border: 1px solid #42BAEA;
  border-radius: 5px;
  display: flex;
}
.game-wrapper .order-banner .order-banner__img {
  margin-right: 30px;
  position: relative;
  width: 160px;
  background-color: #42BAEA;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-wrapper .order-banner .order-banner__img img {
  width: 61px;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .game-wrapper .order-banner .order-banner__img {
    display: none;
  }
}
.game-wrapper .order-banner .order-banner__img::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  width: 0px;
  height: 0;
  border-top: 57px solid transparent;
  border-bottom: 56px solid transparent;
  border-left: 30px solid #42BAEA;
}
.game-wrapper .order-banner .order-banner__content {
  width: 710px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.game-wrapper .order-banner .order-banner__text {
  font-size: 20px;
  color: #504b4b;
  padding: 0 15px;
  text-align: center;
  line-height: 1;
}
@media (max-width: 480px) {
  .game-wrapper .order-banner .order-banner__text {
    font-size: 16px;
  }
}
.game-wrapper .order-banner .order-banner__btn {
  margin-top: 12px;
  width: 225px;
  height: 35px;
  background-color: #B2B2C3;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding-top: 5px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.game-wrapper .order-banner .order-banner__btn:hover {
  opacity: 0.8;
}
.game-wrapper .game-subtitle {
  width: 100%;
  height: 45px;
  margin-top: 70px;
  padding-top: 8px;
  background-color: #f9f9f9;
  text-align: center;
  font-size: 22px;
  color: #606060;
}
.game-wrapper .balance-banner {
  margin-top: 70px;
  width: 100%;
  height: 140px;
  box-sizing: border-box;
  background-color: #42BAEA;
  border: 5px solid #42BAEA;
  display: flex;
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner {
    height: auto;
    flex-direction: column;
  }
}
.game-wrapper .balance-banner .balance__credit {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner .balance__credit {
    flex-direction: column;
    width: 100%;
    min-height: 50px;
  }
}
.game-wrapper .balance-banner .balance__bonuses {
  width: 50%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner .balance__bonuses {
    flex-direction: column;
    width: 100%;
    min-height: 50px;
    padding: 10px 0;
  }
}
.game-wrapper .balance-banner .balance__bonuses::before {
  content: "";
  position: absolute;
  top: 0;
  left: -31px;
  border-top: 65px solid transparent;
  border-bottom: 65px solid transparent;
  border-right: 31px solid #fff;
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner .balance__bonuses::before {
    display: none;
  }
}
.game-wrapper .balance-banner .balance__bonuses .balance__value {
  background-color: #efebe7;
}
.game-wrapper .balance-banner .balance__text {
  font-size: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner .balance__text {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.game-wrapper .balance-banner .balance__value {
  width: 84px;
  height: 35px;
  padding-top: 8px;
  background-color: #f9f9f9;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner .balance__value {
    margin-bottom: 10px;
  }
}
.game-wrapper .balance-banner .balance__btn {
  margin-left: 12px;
  width: 200px;
  height: 35px;
  background-color: #42BAEA !important;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding-top: 5px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.game-wrapper .balance-banner .balance__btn:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .game-wrapper .balance-banner .balance__btn {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .game-wrapper .balance-banner .balance__btn {
    margin-top: 10px;
    margin-left: 0;
  }
}
.game-wrapper .game-hiw {
  margin: 70px 0;
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .game-wrapper .game-hiw {
    flex-direction: column;
  }
}
.game-wrapper .game-hiw .hiw__item {
  width: 25%;
  text-align: center;
  position: relative;
}
.game-wrapper .game-hiw .hiw__item .hiw__after {
  position: absolute;
  top: 50px;
  right: -12px;
}
.game-wrapper .game-hiw .hiw__item .hiw__after svg {
  opacity: 0.2;
  width: 100%;
  max-height: 24px;
  max-width: 24px;
  fill: #B2B2C3;
}
@media (max-width: 767px) {
  .game-wrapper .game-hiw .hiw__item .hiw__after {
    display: none;
  }
}
@media (max-width: 767px) {
  .game-wrapper .game-hiw .hiw__item {
    width: 100%;
    margin-bottom: 25px;
  }
}
.game-wrapper .game-hiw .hiw__item:last-child::after {
  display: none;
}
.game-wrapper .game-hiw .hiw__img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 6px #B2B2C3;
}
.game-wrapper .game-hiw .hiw__img svg {
  width: 100%;
  max-height: 100%;
  max-width: 46px;
  fill: #B2B2C3;
}
.game-wrapper .game-hiw .hiw__dscr {
  margin-top: 25px;
  color: #5e5e5e;
}
@media (max-width: 767px) {
  .game-wrapper .game-hiw .hiw__dscr {
    margin-top: 10px;
  }
}
.game-wrapper .game-subheader {
  margin: 0 auto 25px;
  text-align: center;
  position: relative;
  font-size: 22px;
  color: #504b4b;
  overflow: hidden;
}
.game-wrapper .game-subheader::before {
  content: "";
  display: block;
  border-top: solid 1px #B2B2C3;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.game-wrapper .game-subheader span {
  background: #fff;
  padding: 0 60px;
  position: relative;
  z-index: 5;
}
@media (max-width: 480px) {
  .game-wrapper .game-subheader span {
    padding: 0 12px;
  }
}
.game-wrapper .color-holder {
  background: #ededed;
  border-radius: 3px;
  padding: 25px 50px;
  color: #020202;
  font-size: 14px;
  text-align: center;
}
.game-wrapper .bonus-calc {
  border-left: 5px solid #42BAEA;
  line-height: 1;
  margin: 40px 0 50px 40px;
  padding: 5px 15px;
}
.game-wrapper .bonus-calc > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
}
.game-wrapper .bonus-calc .price {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  background: #e3e3e3;
  border: 1px dashed #fa8769;
  border-radius: 2px;
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}
@media (max-width: 420px) {
  .game-wrapper .bonus-calc .price {
    margin-top: 10px;
  }
}
.game-wrapper .bonus-calc > button {
  background-color: #42BAEA;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  border: none;
  font-size: 14px;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.game-wrapper .bonus-calc > button:hover {
  opacity: 0.8;
}
@media (max-width: 420px) {
  .game-wrapper .bonus-calc > button {
    margin-top: 10px;
  }
}
.game-wrapper .block-title {
  font-size: 22px;
}
@media (max-width: 767px) {
  .game-wrapper .block-title {
    text-align: center;
  }
}
.game-wrapper .game-hiw.tab2 {
  margin: 45px 0 35px;
}
.game-wrapper .game-hiw.tab2 .hiw__img {
  width: 95px;
  height: 95px;
}
.game-wrapper .game-hiw.tab2 .hiw__img svg {
  width: 100%;
  max-height: 100%;
  max-width: 41px;
  fill: #B2B2C3;
}
.game-wrapper .game-hiw.tab2 .hiw__after {
  top: 40px;
}
.game-wrapper .game-bonus-banner {
  padding: 30px 25px 25px;
  box-shadow: 0 0 6px #B2B2C3;
  color: #504b4b;
  position: relative;
  margin-bottom: 50px;
}
.game-wrapper .game-bonus-banner .banner__triangle {
  position: absolute;
  top: -23px;
  left: 48%;
  color: #fff;
  font-size: 30px;
  line-height: 26px;
  text-shadow: 0 -2px 3px #B2B2C3;
}
.game-wrapper .game-bonus-banner .banner__title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.game-wrapper .game-bonus-banner .banner__inner {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 950px) {
  .game-wrapper .game-bonus-banner .banner__inner {
    flex-direction: column;
  }
  .game-wrapper .game-bonus-banner .banner__inner > div {
    margin-bottom: 10px;
  }
}
.game-wrapper .game-bonus-banner .banner-part__left {
  width: 320px;
  max-width: 100%;
  text-align: justify;
  line-height: 1.6;
  color: #888686;
}
.game-wrapper .game-bonus-banner .banner-part__middle {
  width: 270px;
  max-width: 100%;
  height: 110px;
  background-color: #fcfdcf;
  text-align: center;
}
.game-wrapper .game-bonus-banner .banner-part__middle p {
  margin: 13px 0 0;
}
.game-wrapper .game-bonus-banner .banner-part__right {
  font-size: 15px;
  text-align: center;
  line-height: 1.4;
}
.game-wrapper .game-bonus-banner .banner-part__right a {
  color: #3497db;
  text-decoration: none;
}
.game-wrapper .game-bonus-banner .banner-part__right a:hover {
  text-decoration: underline;
}
.game-wrapper tr th {
  text-transform: uppercase;
  border-bottom: none;
}
.game-wrapper td {
  color: #727171;
}
.game-wrapper td a {
  color: #3497db;
}
.game-wrapper .game__dscr {
  color: #504b4b;
}
.game-wrapper .game__dscr a {
  color: #3497db;
}
.game-wrapper .label-success {
  background-color: #4a7f53;
  color: #fff;
}
.game-wrapper .label-warning {
  background-color: #ce5e45;
  color: #fff;
}
.game-wrapper .credit__tutorial {
  display: flex;
  margin: 70px auto 50px;
}
@media (max-width: 767px) {
  .game-wrapper .credit__tutorial {
    flex-direction: column;
  }
}
.game-wrapper .credit__tutorial a {
  color: #3497db;
}
.game-wrapper .credit__tutorial .credit__howto {
  margin-right: 90px;
}
@media (max-width: 767px) {
  .game-wrapper .credit__tutorial .credit__howto {
    margin-right: 0;
  }
}
.game-wrapper .credit__tutorial .credit__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .game-wrapper .credit__tutorial .credit__wrapper {
    margin-bottom: 10px;
  }
}
.game-wrapper .credit__tutorial .credit__subheader {
  margin-left: 20px;
  font-size: 18px;
}
.game-wrapper .credit__tutorial .credit__img {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 6px #B2B2C3;
}
.game-wrapper .credit__tutorial .credit__img svg {
  width: 100%;
  max-height: 100%;
  max-width: 29px;
  fill: #B2B2C3;
}
.game-wrapper .credit__tutorial .credit__list {
  padding-left: 15px;
}
.game-wrapper .credit__tutorial .credit__list li {
  font-size: 12px;
  color: #5e5e5e;
  margin-bottom: 10px;
}
.game-wrapper .credit__tutorial ul {
  list-style: none;
  padding-left: 0 !important;
}
.game-wrapper .credit__tutorial ul li::before {
  color: #B2B2C3;
  content: "\2022";
  font-size: 26px;
  position: relative;
  top: 5px;
  line-height: 1px;
  margin-right: 5px;
}
.game-wrapper .main-list-holder {
  margin-top: 45px;
}
.game-wrapper .main-list-holder td {
  width: 25%;
}
.game-wrapper .game-tab3 {
  margin-top: 60px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1450px) {
  .game-wrapper .game-tab3 {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .game-wrapper .game-tab3 {
    padding: 0 15px;
  }
}
.game-wrapper .game-tab3 .tab3__block {
  width: 560px;
  max-width: 100%;
}
.game-wrapper .game-tab3 .tab3__block .game-subheader::before {
  border-top: solid 1px #dedede;
}
.game-wrapper .game-tab3 .tab3__block .game-subheader span {
  padding: 0 35px;
}
.game-wrapper .reward__item {
  display: none;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  width: 100%;
  min-height: 84px;
  padding: 17px 30px 11px 90px;
  position: relative;
  margin-bottom: 16px;
}
.game-wrapper .reward__item.active {
  display: block;
}
.game-wrapper .reward__item .reward__item--container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .reward__item--container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .game-wrapper .reward__item {
    flex-direction: column;
    padding: 17px 30px 11px 30px;
  }
}
.game-wrapper .reward__item.no-item {
  display: none;
  padding: 0;
  background: none;
  box-shadow: none;
}
.game-wrapper .reward__item .reward__item--no {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}
.game-wrapper .reward__item.successfull .reward__img svg,
.game-wrapper .reward__item.expired .reward__img svg {
  filter: grayscale(100%);
}
.game-wrapper .reward__item.successfull .reward__title,
.game-wrapper .reward__item.expired .reward__title {
  color: #BCBCBC;
}
.game-wrapper .reward__item.successfull .reward__dscr,
.game-wrapper .reward__item.expired .reward__dscr {
  color: #CFCFCF;
}
.game-wrapper .reward__item.successfull .btn-custom,
.game-wrapper .reward__item.expired .btn-custom {
  border-color: #BCBCBC;
  color: #BCBCBC;
}
.game-wrapper .reward__item.successfull .btn-custom:hover,
.game-wrapper .reward__item.successfull .btn-custom:focus,
.game-wrapper .reward__item.expired .btn-custom:hover,
.game-wrapper .reward__item.expired .btn-custom:focus {
  border-color: #BCBCBC;
  color: #fff;
  background: #BCBCBC;
}
.game-wrapper .reward__item .reward__wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .reward__wrapper {
    margin-bottom: 12px;
    width: 100%;
  }
}
.game-wrapper .reward__item .reward__block--right {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.game-wrapper .reward__item .reward__block--right .reward__deadline,
.game-wrapper .reward__item .reward__block--right .reward__lifetime {
  white-space: nowrap;
  margin: 0 55px;
  width: 100px;
  justify-content: center;
}
@media (min-width: 767px) {
  .game-wrapper .reward__item .reward__block--right {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .reward__block--right {
    flex-direction: column-reverse;
  }
}
.game-wrapper .reward__item .btn-custom {
  width: auto;
  text-transform: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .btn-custom {
    width: 200px;
    margin-bottom: 20px;
  }
}
.game-wrapper .reward__item a:hover,
.game-wrapper .reward__item a:focus {
  text-decoration: none;
}
.game-wrapper .reward__item a button {
  width: 100%;
  text-transform: none;
  white-space: nowrap;
}
.game-wrapper .reward__item .reward__img {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .reward__img {
    position: relative;
  }
}
.game-wrapper .reward__item .reward__img svg {
  width: 100%;
  max-height: 60px;
  max-width: 60px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -23px;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .reward__img svg {
    position: absolute;
    left: -5px;
    top: -3px;
    margin-top: 0;
  }
}
@media (max-width: 550px) {
  .game-wrapper .reward__item .reward__img {
    margin-bottom: 10px;
  }
}
.game-wrapper .reward__item .reward__title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #4C4C4C;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item .reward__title {
    padding-left: 59px;
    min-height: 40px;
    margin-top: -2px;
  }
}
.game-wrapper .reward__item .reward__dscr {
  color: #888686;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #333333;
  margin: 0;
}
.game-wrapper .reward__item .reward__btn {
  width: 195px;
  height: 35px;
  background-color: #c0c0c0;
  color: #fff;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  padding-top: 5px;
}
.game-wrapper .reward__item .reward__deadline,
.game-wrapper .reward__item .reward__lifetime {
  display: none;
}
.game-wrapper .reward__item.active .reward__img svg {
  fill: #B2B2C3;
}
.game-wrapper .reward__item.active .reward__btn {
  background-color: #B2B2C3;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.game-wrapper .reward__item.active .reward__btn:hover {
  opacity: 0.8;
}
.game-wrapper .reward__item.active .reward__deadline {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  color: #F44336;
}
.game-wrapper .reward__item.active .reward__lifetime {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 100%;
  align-items: center;
  text-align: center;
  color: #42BAEA;
}
@media (max-width: 767px) {
  .game-wrapper .reward__item.active .reward__lifetime {
    margin-bottom: 5px;
  }
}
.game-wrapper .game-tabs .tab-menu {
  display: flex;
  padding-left: 0;
}
@media (max-width: 550px) {
  .game-wrapper .game-tabs .tab-menu {
    flex-direction: column;
  }
}
.game-wrapper .game-tabs .tab-menu li {
  position: relative;
  background-color: #fff;
  color: #8d8d8d;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 550px) {
  .game-wrapper .game-tabs .tab-menu li {
    text-align: center;
    border: none;
  }
}
.game-wrapper .game-tabs .tab-menu li:hover {
  color: #464646;
}
.game-wrapper .game-tabs .tab-menu li.active {
  color: #42BAEA;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
}
@media (max-width: 550px) {
  .game-wrapper .game-tabs .tab-menu li.active {
    border: none;
    background-color: #42BAEA;
    color: #fff;
  }
}
.game-wrapper .game-tabs .tab-item {
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
.game-wrapper .game-tabs .tab-item:first-child {
  display: block;
}
.game-wrapper .game-tabs th {
  width: 20%;
  color: #5c5c5c;
  background-color: #dedede;
  text-transform: none;
}
.game-wrapper .review-subheader {
  margin: 25px auto;
  text-align: center;
  color: #504b4b;
  font-size: 16px;
}
.game-wrapper .challenge-cards,
.game-wrapper .owl-item {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.game-wrapper .challenge-cards .carousel-indicators,
.game-wrapper .owl-item .carousel-indicators {
  display: none;
}
@media (min-width: 1440px) {
  .game-wrapper .challenge-cards,
  .game-wrapper .owl-item {
    margin: 0 -9px 48px -9px;
  }
}
.game-wrapper .challenge-cards .card__item,
.game-wrapper .owl-item .card__item {
  position: relative;
  min-height: 250px;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 1px rgba(47,45,133,0.1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 10px 50px 10px;
  margin: 30px 0 20px 0px;
}
@media (min-width: 1440px) {
  .game-wrapper .challenge-cards .card__item,
  .game-wrapper .owl-item .card__item {
    width: 20%;
    margin: 30px 9px 20px 9px;
  }
}
.game-wrapper .challenge-cards .card__img,
.game-wrapper .owl-item .card__img {
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -33px;
}
.game-wrapper .challenge-cards .card__content,
.game-wrapper .owl-item .card__content {
  padding-top: 45px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.game-wrapper .challenge-cards .card__info,
.game-wrapper .owl-item .card__info {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  color: #333333;
}
.game-wrapper .challenge-cards .card__title,
.game-wrapper .owl-item .card__title {
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  margin-bottom: 11px;
}
.game-wrapper .challenge-cards .card__value,
.game-wrapper .owl-item .card__value {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45px;
  background: #42BAEA;
  border-radius: 10px 10px 0px 0px;
  width: 90px;
  height: 24px;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  display: block;
  text-align: center;
  color: #FFFFFF;
}
.game-wrapper .challenge-cards .card__value--blue,
.game-wrapper .owl-item .card__value--blue {
  color: #B2B2C3;
}
.game-wrapper .augmentation-cards {
  display: flex;
  flex-direction: row;
  margin: 0 -25px;
}
@media (max-width: 767px) {
  .game-wrapper .augmentation-cards {
    flex-direction: column;
    margin: 0 0 30px 0;
  }
}
.game-wrapper .augmentation-cards .card__item {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 25px 48px 25px;
  padding: 30px 66px 30px 13px;
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .game-wrapper .augmentation-cards .card__item {
    padding: 14px 66px 14px 13px;
    margin: 0 0 19px 0;
    width: 100%;
  }
}
.game-wrapper .augmentation-cards .card__item .card__img {
  margin-right: 20px;
}
.game-wrapper .augmentation-cards .card__item .card__img img {
  width: 52px;
}
.game-wrapper .augmentation-cards .card__item .card__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1199px) {
  .game-wrapper .augmentation-cards .card__item .card__content {
    flex-direction: column;
  }
}
.game-wrapper .augmentation-cards .card__item .card__content .card__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #333333;
}
.game-wrapper .augmentation-cards .card__item .card__content .card__value {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  text-align: right;
  color: #B9B6B6;
}
@media (max-width: 1199px) {
  .game-wrapper .augmentation-cards .card__item .card__content .card__value {
    text-align: left;
    margin-top: 8px;
  }
}
#discount-page .order-wrapper {
  padding: 0px 40px 47px 0;
}
@media (max-width: 1439px) and (min-width: 768px) {
  #discount-page .order-wrapper {
    padding: 0 20px 47px;
  }
}
@media (max-width: 767px) {
  #discount-page .order-wrapper {
    padding: 0 0 47px;
  }
}
#discount-page .tab-content-main {
  padding: 0 16px;
}
@media (max-width: 767px) {
  #discount-page .filter-wrap {
    margin: 0 0 40px;
  }
}
@media (min-width: 1439px) {
  #discount-page {
    padding: 0 40px 47px;
  }
}
#discount-page .page-caption {
  padding-left: 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #4C4C4C;
}
@media (max-width: 767px) {
  #discount-page .tabs.tabs-main {
    margin: 0 0 35px;
    padding-left: 0;
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #discount-page .tabs.tabs-main::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }
  #discount-page .tabs.tabs-main::-webkit-scrollbar {
    display: none;
  }
  #discount-page .tabs.tabs-main::-webkit-scrollbar-thumb {
    background: #FF0000;
  }
}
@media (min-width: 1440px) {
  #discount-page .extras-cards__wrapper .tab-link {
    width: 160px;
    max-width: 160px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #discount-page .extras-cards__wrapper .tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-left: 0;
  }
}
.points-cards__wrapper .tabs {
  display: flex;
  margin: 0;
}
.points-cards__wrapper .tabs a.active,
.points-cards__wrapper .tabs a.current,
.points-cards__wrapper .tabs li.active,
.points-cards__wrapper .tabs li.current {
  border-bottom: none;
}
.points-cards__wrapper .tabs a,
.points-cards__wrapper .tabs li {
  padding: 22px;
}
.points-cards__wrapper .tabs a {
  color: #B9B6B6;
  width: 20%;
  text-align: center;
  line-height: 20px;
}
@media (max-width: 1439px) {
  .points-cards__wrapper .tabs a {
    padding: 22px 5px;
    word-break: break-word;
  }
}
.points-cards__wrapper .tabs a.active,
.points-cards__wrapper .tabs a.current {
  color: #42BAEA;
}
.hide-item {
  visibility: hidden;
  width: 0;
  transition: 0s .2s;
}
.hide-item span {
  visibility: hidden;
  opacity: 0;
  transform: scale(.9);
}
.show-item {
  visibility: visible;
  width: 33.3333%;
  transition: 0s;
}
.show-item span {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.rewards-cards__wrapper .tabs {
  border: none;
}
.rewards-cards__wrapper .tabs .nav-item.active,
.rewards-cards__wrapper .tabs .nav-item.current,
.rewards-cards__wrapper .tabs li.active,
.rewards-cards__wrapper .tabs li.current,
.rewards-cards__wrapper .tabs .nav-item,
.rewards-cards__wrapper .tabs li {
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  padding-left: 0;
  padding-bottom: 0;
  line-height: 140%;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #B9B6B6;
  width: auto;
}
.rewards-cards__wrapper .tabs .nav-item.active {
  color: #42BAEA;
}
.rewards-cards__wrapper .tabs .nav-item {
  cursor: pointer;
  margin-right: 52px;
}
.banner-bonus__wrap {
  display: flex;
}
@media (min-width: 1440px) {
  .banner-bonus__wrap {
    margin: 0 0 38px 0;
  }
}
@media (max-width: 1439px) {
  .banner-bonus__wrap {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .banner-bonus__wrap .banner-bonus__title {
    padding-right: 48px;
  }
}
.banner-bonus__wrap .banner-bonus {
  position: relative;
  min-height: 166px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 190px;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: url(../build/img/bonus-banner.svg) no-repeat 100% 100%;
  background-size: cover;
}
.banner-bonus__wrap .banner-bonus:before {
  content: "";
  position: absolute;
  background: url('../build/img/bonus-robot.svg');
  background-size: cover;
  width: 154px;
  height: 146px;
  bottom: 26px;
  right: 89px;
  z-index: 10;
}
@media (max-width: 767px) {
  .banner-bonus__wrap .banner-bonus:before {
    width: 77px;
    height: 73px;
    bottom: 56px;
    right: 3px;
  }
}
.banner-bonus__wrap .banner-bonus:after {
  content: "";
  position: absolute;
  background: url('../build/img/bonus-planet.svg  ');
  background-size: cover;
  width: 231px;
  height: 144px;
  right: 0;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .banner-bonus__wrap .banner-bonus:after {
    width: 79px;
    height: 122px;
    background: url('../build/img/bonus-planet-xs.svg') no-repeat;
  }
}
@media (min-width: 1440px) {
  .banner-bonus__wrap .banner-bonus {
    width: 500px;
    min-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .banner-bonus__wrap .banner-bonus {
    margin: 38px auto;
    width: 500px;
    min-width: 500px;
  }
}
@media (max-width: 767px) {
  .banner-bonus__wrap .banner-bonus {
    text-align: center;
  }
}
.banner-bonus__wrap .price {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  color: #FFFFFF;
}
.banner-bonus__wrap .text-banner {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 16px 0;
}
@media (max-width: 767px) {
  .banner-bonus__wrap .text-banner {
    text-align: center !important;
  }
}
.banner-bonus__wrap .btn-main {
  text-transform: none;
  font-weight: 500;
  width: 200px;
  margin: 0;
}
@media (max-width: 767px) {
  .banner-bonus__wrap .btn-main {
    margin: 0 auto;
    position: relative;
    z-index: 12;
  }
}
.hr-grey {
  background: #E6E6EF;
  height: 1px;
  width: 100%;
  margin-bottom: 48px;
}
.bonus-per__wrap {
  display: flex;
  margin: 0 -19px;
}
@media (max-width: 1439px) {
  .bonus-per__wrap {
    margin: 0 -11px;
  }
}
.bonus-per__wrap .bonus-per__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  width: calc(33.333333333333%);
  margin: 0 19px 56px 19px;
  padding: 10px 135px 10px 30px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  position: relative;
  background: #fff;
}
@media (max-width: 1439px) {
  .bonus-per__wrap .bonus-per__item {
    margin: 0 11px 56px 11px;
    padding: 10px 70px 10px 30px;
  }
}
@media (max-width: 767px) {
  .bonus-per__wrap .bonus-per__item {
    padding: 12px 10px 75px 10px;
    margin: 0 3px 56px;
    text-align: center;
  }
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--5:before,
.bonus-per__wrap .bonus-per__item.bonus-per__item--10:before,
.bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
  content: "";
  position: absolute;
  width: 101px;
  height: 111px;
  right: 35px;
  z-index: 9;
}
@media (min-width: 1440px) {
  .bonus-per__wrap .bonus-per__item.bonus-per__item--5:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--10:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
    width: 101px;
    height: 111px;
    bottom: -10px;
    right: 35px;
  }
}
@media (max-width: 1439px) {
  .bonus-per__wrap .bonus-per__item.bonus-per__item--5:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--10:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
    width: 55px;
    height: 60px;
    bottom: 10px;
    right: 12px;
  }
}
@media (max-width: 767px) {
  .bonus-per__wrap .bonus-per__item.bonus-per__item--5:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--10:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
    right: 50%;
    margin-right: -27px;
  }
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--5:before {
  background: url(../build/img/paper_helper_levels-1.png) no-repeat 100% 100%;
  background-size: cover;
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--10:before {
  background: url(../build/img/paper_helper_levels-2.png) no-repeat 100% 100%;
  background-size: cover;
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
  background: url(../build/img/paper_helper_levels-3.png) no-repeat 100% 100%;
  background-size: cover;
}
.bonus-per__wrap .bonus-per__item .bonus-per__quantity {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: normal;
  color: #42BAEA;
  margin: 0 0 5px 0;
}
.bonus-per__wrap .bonus-per__item .bonus-per__count {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #B9B6B6;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .bonus-per__wrap .bonus-per__item .bonus-per__count {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .discount-wrapper h3 {
    font-size: 16px;
  }
  .discount-wrapper .btn-switch {
    margin: 0 auto 36px auto;
  }
}
.hiw-container {
  padding: 15px 0 69px 0;
}
.hiw-container .hiw-container-img {
  width: 138px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hiw-container .hiw-container-img {
    margin: 0 15px 0 0;
    width: 50px;
  }
}
.hiw-container .hiw-container-img:before {
  content: "";
  position: absolute;
  height: 13px;
  width: 182px;
  right: 0;
  margin-right: -91px;
  top: 20px;
  z-index: 9;
  background: url(../build/img/arrow-dot.svg) no-repeat 100% 100%;
  background-size: cover;
}
@media (max-width: 767px) {
  .hiw-container .hiw-container-img:before {
    display: none;
  }
}
.hiw-container .hiw-container-img.last-child:before {
  display: none;
}
.hiw-container .timeline-image {
  position: relative;
  z-index: 2;
  font-size: 24px;
  height: 50px;
  margin-bottom: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  z-index: 99;
  background: #f5f9fc;
}
.hiw-container .timeline-image .timeline-image-before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg,#4E3D95 0,#3A2E60 100%) !important;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  box-shadow: 0 3px 15px 2px rgba(0,0,0,0.4);
}
.hiw-container .hiw-container-title {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 17px;
  text-align: center;
  color: #333333;
  margin: 0 0 22px 0;
}
@media (max-width: 767px) {
  .hiw-container .hiw-container-title {
    line-height: 50px;
  }
}
.hiw-container .hiw-container-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #4C4C4C;
}
@media (min-width: 768px) {
  .hiw-container .hiw-container-text {
    max-width: 170px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hiw-container .hiw-container-text {
    width: 100%;
    text-align: left;
    margin: 0 0 25px 0;
  }
}
.table-amount-history th,
.table-amount-history td {
  width: calc(33.333333333333%);
}
.referral-notified-banner {
  min-height: 240px;
  padding: 40px 30px;
  background: #fff url(../build/img/referal-block-bg.png) no-repeat 100% 100%;
  background-size: 195px 172px;
  background-position: right -55px bottom -55px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .referral-notified-banner {
    padding: 34px 20px 175px 20px;
    background-position: right 50% bottom -55px;
  }
}
.referral-notified-banner .btn-custom {
  white-space: nowrap;
  width: 236px;
  height: 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .referral-notified-banner .btn-custom {
    margin: 0 auto;
  }
}
.referral-notified-banner p {
  margin-bottom: 30px;
}
.btn-switch {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 36px 0;
}
.table-total-bonus {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 153.12%;
  display: flex;
  align-items: center;
  text-align: right;
  color: #333333;
}
@media (max-width: 767px) {
  .table-total-bonus {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.carousel-inner {
  margin: 0 0 44px 0;
  padding-bottom: 7px;
}
.carousel-inner .owl-nav {
  display: none;
}
.carousel-inner .owl-item {
  padding-bottom: 17px;
}
.carousel-inner .card__item {
  margin-bottom: 0 !important;
}
@media (min-width: 1440px) {
  .carousel-inner.owl-theme .owl-dots {
    display: none;
  }
}
.carousel-inner.owl-theme .owl-dots span {
  width: 10px;
  height: 10px;
  border: 1px solid #DDE3E9;
}
@media (min-width: 1440px) {
  .carousel-inner.slider-tablet {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .carousel-inner.slider-tablet .item {
    width: 20%;
  }
}
.carousel-inner.slider-tablet .item .card__item {
  width: auto;
}
.owl-dot span {
  background: #E6EAEC;
  border: 1px solid #DDE3E9;
  opacity: 1;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0 4px;
  border: none;
}
.owl-dot span.active {
  background: #42BAEA;
  border: none;
}
.circle-preloader-wrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0,0,0,0.85);
  z-index: 99999999;
}
.circle-preloader-wrap .circle-preloader {
  display: block;
  width: 100px;
  height: 100px;
  border: 5px solid #444;
  border-bottom-color: #888;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: spin .75s infinite linear;
}
.carousel-indicators {
  bottom: -30px;
}
.custom-select-wrapper .select2-results__option:last-child,
.custom-select-wrapper .select2-results__option:last-child:focus,
.custom-select-wrapper .select2-results__option:last-child:hover {
  color: #4C4C4C;
}
.stage {
  margin-top: -57px;
  margin-bottom: 57px;
  display: none;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .stage {
    display: block;
  }
}
.stage .fas,
.stage .far {
  color: #9c9cce;
}
.swipe-icon {
  display: none;
  color: #000;
  -moz-animation-name: swipe;
  -webkit-animation-name: swipe;
  animation-name: swipe;
  -moz-animation-duration: 2700ms;
  -webkit-animation-duration: 2700ms;
  animation-duration: 2700ms;
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media (max-width: 767px) {
  .swipe-icon {
    display: inline-block;
  }
}
.swipe-icon .fa-long-arrow-left,
.swipe-icon .fa-long-arrow-right {
  font-size: 0.65em;
  color: #595959;
}
.swipe-icon .fa-long-arrow-left {
  -moz-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
  -ms-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
  -webkit-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
  transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(1.25em);
}
.swipe-icon .fa-long-arrow-right {
  -moz-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
  -ms-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
  -webkit-transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
  transform: scaleX(0.75) skew(20deg) translateY(-0.9em) translateX(-0.95em);
}
.swipe-icon .fa-hand-o-up {
  -moz-transform: scaleY(1.2);
  -ms-transform: scaleY(1.2);
  -webkit-transform: scaleY(1.2);
  transform: scaleY(1.2);
  -moz-animation-name: swipe-rotate;
  -webkit-animation-name: swipe-rotate;
  animation-name: swipe-rotate;
  -moz-animation-duration: 2700ms;
  -webkit-animation-duration: 2700ms;
  animation-duration: 2700ms;
  -moz-animation-delay: 250ms;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -moz-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-moz-keyframes swipe {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
  }
  20% {
    -moz-transform: translateX(0.1em);
    transform: translateX(0.1em);
  }
  30% {
    -moz-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
  }
  40% {
    -moz-transform: translateX(0.1em);
    transform: translateX(0.1em);
  }
  50% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
  }
  20% {
    -webkit-transform: translateX(0.1em);
    transform: translateX(0.1em);
  }
  30% {
    -webkit-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
  }
  40% {
    -webkit-transform: translateX(0.1em);
    transform: translateX(0.1em);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swipe {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10% {
    -moz-transform: translateX(-0.1em);
    -ms-transform: translateX(-0.1em);
    -webkit-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
  }
  20% {
    -moz-transform: translateX(0.1em);
    -ms-transform: translateX(0.1em);
    -webkit-transform: translateX(0.1em);
    transform: translateX(0.1em);
  }
  30% {
    -moz-transform: translateX(-0.1em);
    -ms-transform: translateX(-0.1em);
    -webkit-transform: translateX(-0.1em);
    transform: translateX(-0.1em);
  }
  40% {
    -moz-transform: translateX(0.1em);
    -ms-transform: translateX(0.1em);
    -webkit-transform: translateX(0.1em);
    transform: translateX(0.1em);
  }
  50% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes swipe-rotate {
  0% {
    -moz-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
  10% {
    -moz-transform: scaleY(1.2) skew(5deg);
    transform: scaleY(1.2) skew(5deg);
  }
  20% {
    -moz-transform: scaleY(1.2) skew(-5deg);
    transform: scaleY(1.2) skew(-5deg);
  }
  30% {
    -moz-transform: scaleY(1.2) skew(5deg);
    transform: scaleY(1.2) skew(5deg);
  }
  40% {
    -moz-transform: scaleY(1.2) skew(-5deg);
    transform: scaleY(1.2) skew(-5deg);
  }
  50% {
    -moz-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
  100% {
    -moz-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
}
@-webkit-keyframes swipe-rotate {
  0% {
    -webkit-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
  10% {
    -webkit-transform: scaleY(1.2) skew(5deg);
    transform: scaleY(1.2) skew(5deg);
  }
  20% {
    -webkit-transform: scaleY(1.2) skew(-5deg);
    transform: scaleY(1.2) skew(-5deg);
  }
  30% {
    -webkit-transform: scaleY(1.2) skew(5deg);
    transform: scaleY(1.2) skew(5deg);
  }
  40% {
    -webkit-transform: scaleY(1.2) skew(-5deg);
    transform: scaleY(1.2) skew(-5deg);
  }
  50% {
    -webkit-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
  100% {
    -webkit-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
}
@keyframes swipe-rotate {
  0% {
    -moz-transform: scaleY(1.2) skew(0);
    -ms-transform: scaleY(1.2) skew(0);
    -webkit-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
  10% {
    -moz-transform: scaleY(1.2) skew(5deg);
    -ms-transform: scaleY(1.2) skew(5deg);
    -webkit-transform: scaleY(1.2) skew(5deg);
    transform: scaleY(1.2) skew(5deg);
  }
  20% {
    -moz-transform: scaleY(1.2) skew(-5deg);
    -ms-transform: scaleY(1.2) skew(-5deg);
    -webkit-transform: scaleY(1.2) skew(-5deg);
    transform: scaleY(1.2) skew(-5deg);
  }
  30% {
    -moz-transform: scaleY(1.2) skew(5deg);
    -ms-transform: scaleY(1.2) skew(5deg);
    -webkit-transform: scaleY(1.2) skew(5deg);
    transform: scaleY(1.2) skew(5deg);
  }
  40% {
    -moz-transform: scaleY(1.2) skew(-5deg);
    -ms-transform: scaleY(1.2) skew(-5deg);
    -webkit-transform: scaleY(1.2) skew(-5deg);
    transform: scaleY(1.2) skew(-5deg);
  }
  50% {
    -moz-transform: scaleY(1.2) skew(0);
    -ms-transform: scaleY(1.2) skew(0);
    -webkit-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
  100% {
    -moz-transform: scaleY(1.2) skew(0);
    -ms-transform: scaleY(1.2) skew(0);
    -webkit-transform: scaleY(1.2) skew(0);
    transform: scaleY(1.2) skew(0);
  }
}
.icon-gift {
  width: 8px;
  height: 9px;
  background: url(../build/img/ion-gift.svg) no-repeat;
  background-size: cover;
  margin: 3px auto;
}
@media (max-width: 991px) and (min-width: 768px) {
  .icon-gift {
    width: 6px;
    height: 7px;
    margin: 2px auto;
    display: block !important;
  }
}
.banges-block {
  margin: 0 0 44px 0;
}
.banges-block .banges-title {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
}
@media (max-width: 767px) {
  .banges-block .banges-title {
    margin: 0 0 16px 0;
  }
}
.banges-block .banges-count {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #4C4C4C;
}
.banges-block .banges-count .banges-count__active {
  font-weight: bold;
}
.grand-prize__banner--container {
  padding: 30px 0;
}
.grand-prize__banner--container .grand-prize__banner {
  position: relative;
  min-height: 98px;
  width: 100%;
  max-width: 948px;
  margin: 0 auto;
  background: url(../build/img/prize-banner-bg.svg) no-repeat;
  background-size: cover;
  border-radius: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grand-prize__banner--container .grand-prize__banner {
    padding-right: 150px;
  }
}
@media (max-width: 767px) {
  .grand-prize__banner--container .grand-prize__banner {
    padding: 0 20px;
  }
}
.grand-prize__banner--container .grand-prize__banner .grand-prize__content {
  max-width: 474px;
  position: relative;
}
.grand-prize__banner--container .grand-prize__banner .grand-prize__content:after {
  content: "";
  background: url('../build/img/prize-reward.svg?v=1');
  background-size: 140px;
  position: absolute;
  width: 140px;
  height: 140px;
  right: -174px;
  top: 50%;
  margin-top: -70px;
  z-index: 19;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grand-prize__banner--container .grand-prize__banner .grand-prize__content:after {
    right: -160px;
  }
}
@media (max-width: 767px) {
  .grand-prize__banner--container .grand-prize__banner .grand-prize__content:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grand-prize__banner--container .grand-prize__banner .grand-prize__content {
    text-align: left !important;
  }
}
.grand-prize__banner--container .grand-prize__banner:before {
  content: "";
  background: url('../build/img/prize-banner-left.png?v=1');
  background-size: 243px 122px;
  position: absolute;
  width: 243px;
  height: 122px;
  left: 28px;
  bottom: 0;
  z-index: 9;
}
@media (max-width: 1199px) {
  .grand-prize__banner--container .grand-prize__banner:before {
    display: none;
  }
}
.grand-prize__banner--container .grand-prize__banner:after {
  content: "";
  background: url('../build/img/prize-banner-right.png');
  background-size: 156px 98px;
  position: absolute;
  width: 156px;
  height: 98px;
  right: 28px;
  bottom: 0;
  z-index: 9;
}
.progress-ring {
  border: none;
  border-radius: 50%;
  background-color: #456774;
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(90deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
  position: relative;
}
@media (min-width: 1200px) {
  .progress-ring {
    width: 156px;
    height: 156px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring {
    width: 126px;
    height: 126px;
  }
}
@media (max-width: 767px) {
  .progress-ring {
    width: 76px;
    height: 76px;
  }
}
.progress-ring .content {
  background-color: white;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%,-50%,0);
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .progress-ring .content {
    width: 144px;
    height: 144px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring .content {
    width: 114px;
    height: 114px;
  }
}
@media (max-width: 767px) {
  .progress-ring .content {
    width: 64px;
    height: 64px;
  }
}
.progress-ring .content h3 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  top: 50%;
  left: 50%;
  margin-left: 5px;
  position: absolute;
  transform: translate3d(-50%,-50%,0);
}
.progress-ring .content h3::after {
  content: '%';
}
@keyframes shadow-pulse-card {
  0% {
    box-shadow: 0 0 0 0px rgba(39,174,96,0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(39,174,96,0);
  }
}
@keyframes shadow-pulse-pp {
  0% {
    box-shadow: 0 0 0 0px rgba(39,174,96,0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(39,174,96,0);
  }
}
@keyframes shadow-pulse-splitit {
  0% {
    box-shadow: 0 0 0 0px rgba(39,174,96,0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(39,174,96,0);
  }
}
.tooltip-custom-disabled {
  margin-bottom: 19px;
  background: transparent;
  border-radius: 8px;
  z-index: 99;
}
.tooltip-custom-disabled .tooltip-inner {
  padding: 16px 21px;
  background: #C4C4C4;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #4C4C4C;
}
.tooltip-custom-disabled .tooltip-inner b {
  margin-top: 15px;
}
.tooltip-custom-disabled.bs-tooltip-bottom {
  margin-top: 10px;
  opacity: 1;
}
.tooltip-custom-disabled.bs-tooltip-bottom .arrow:before {
  transform: rotate(180deg);
}
.tooltip-custom-disabled .arrow:before {
  border-top-color: #c9c9ca;
  border-width: 8px 6px 0;
  opacity: 1;
}
.tooltip-custom-enabled {
  margin-bottom: 19px;
  background: transparent;
  border-radius: 8px;
  z-index: 99;
}
.tooltip-custom-enabled .tooltip-inner {
  padding: 16px 21px;
  background: #456774;
  font-size: 12px;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
.tooltip-custom-enabled .tooltip-inner b {
  margin-top: 15px;
}
.tooltip-custom-enabled.bs-tooltip-bottom {
  opacity: 1;
  margin-top: 10px;
}
.tooltip-custom-enabled.bs-tooltip-bottom .arrow:before {
  transform: rotate(180deg);
  opacity: 1;
}
.tooltip-custom-enabled .arrow:before {
  border-top-color: #456774;
  border-width: 8px 6px 0;
}
.progress-ring-container {
  margin: 45px 0;
}
.progress-ring-container .progress-ring-block {
  float: left;
  margin-bottom: 34px;
}
.progress-ring-container .progress-ring-block .open-badges {
  display: none;
}
.progress-ring-container .progress-ring-block.active .progress-ring {
  background: #50AB69 !important;
}
@media (min-width: 768px) {
  .progress-ring-container .progress-ring-block.active .progress-ring {
    animation: shadow-pulse-pp 1.5s;
    -moz-animation: shadow-pulse-pp 1.5s infinite;
    -o-animation: shadow-pulse-pp 1.5s infinite;
    -webkit-animation: shadow-pulse-pp 1.5s infinite;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block.active .progress-ring {
    box-shadow: 0px 0px 5px 6px #32ad6275;
  }
}
.progress-ring-container .progress-ring-block.active .progress-ring .open-badges {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  color: #FFFFFF;
}
.progress-ring-container .progress-ring-block.active .progress-ring .open-badges span {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
}
@media (min-width: 768px) {
  .progress-ring-container .progress-ring-block.active .progress-ring .open-badges:hover span,
  .progress-ring-container .progress-ring-block.active .progress-ring .open-badges:focus span {
    display: flex;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block.active .progress-ring .open-badges span {
    display: flex;
    color: transparent;
  }
}
.progress-ring-container .progress-ring-block.active .progress-ring .badges-coin {
  display: none !important;
}
.progress-ring-container .progress-ring-block.active .progress-ring:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9;
  background: url(../build/img/badges/mask-active.svg) 50% 50% no-repeat;
  opacity: 1;
  z-index: 9999;
  border-radius: 50%;
}
.progress-ring-container .progress-ring-block.disabled .progress-ring:before {
  background: none;
}
.progress-ring-container .progress-ring-block.disabled .progress-ring .content {
  background: #DCDCDC url('../build/img/badges/no-badge.svg') 50% 50% no-repeat;
  background-size: 100% 100%;
}
.progress-ring-container .progress-ring-block.disabled .badges-coin__count {
  filter: grayscale(100%);
}
.progress-ring-container .progress-ring-block.in-progress .progress-ring:before {
  background: none;
}
.progress-ring-container .progress-ring-block.in-progress .progress-ring .content {
  background: #DCDCDC url('../build/img/badges/no-badge.svg') 50% 50% no-repeat;
  background-size: 100% 100%;
}
.progress-ring-container .progress-ring-block.in-progress .badges-coin__count {
  filter: grayscale(100%);
}
.progress-ring-container .progress-ring-block.in-progress.badge-open .content,
.progress-ring-container .progress-ring-block.active .content {
  background: #fff url('../build/img/badges/badges-bg.svg') 50% 50% no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open .progress-ring:before,
.progress-ring-container .progress-ring-block.in-progress.badge-open .content,
.progress-ring-container .progress-ring-block.in-progress.badge-open .badges-coin__count,
.progress-ring-container .progress-ring-block.active .progress-ring:before,
.progress-ring-container .progress-ring-block.active .content,
.progress-ring-container .progress-ring-block.active .badges-coin__count {
  filter: none !important;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="newbie"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="newbie"]:before {
  background: url('../build/img/badges/newbie.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="insider"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="insider"]:before {
  background: url('../build/img/badges/insider.svg?v=2') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="сollege_bestie"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="сollege_bestie"]:before {
  background: url('../build/img/badges/сollege_bestie.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="anti-hacker"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="anti-hacker"]:before {
  background: url('../build/img/badges/anti-hacker.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="space_junkie"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="space_junkie"]:before {
  background: url('../build/img/badges/space_junkie.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="space_junkie_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="space_junkie_x3"]:before {
  background: url('../build/img/badges/space_junkie_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="space_junkie_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="space_junkie_x6"]:before {
  background: url('../build/img/badges/space_junkie_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="college_bestie"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="college_bestie"]:before {
  background: url('../build/img/badges/college_bestie.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="mobile_geek"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="mobile_geek"]:before {
  background: url('../build/img/badges/mobile_geek.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="mobile_geek_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="mobile_geek_x3"]:before {
  background: url('../build/img/badges/mobile_geek_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="mobile_geek_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="mobile_geek_x6"]:before {
  background: url('../build/img/badges/mobile_geek_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="influencer"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="influencer"]:before {
  background: url('../build/img/badges/influencer.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="influencer_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="influencer_x3"]:before {
  background: url('../build/img/badges/influencer_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="influencer_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="influencer_x6"]:before {
  background: url('../build/img/badges/influencer_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="detail_oriented"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="detail_oriented"]:before {
  background: url('../build/img/badges/detail_oriented.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="structure_builder"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="structure_builder"]:before {
  background: url('../build/img/badges/structure_builder.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="slider_man"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="slider_man"]:before {
  background: url('../build/img/badges/slider_man.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="study_buddy"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="study_buddy"]:before {
  background: url('../build/img/badges/study_buddy.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="study_buddy_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="study_buddy_x3"]:before {
  background: url('../build/img/badges/study_buddy_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="study_buddy_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="study_buddy_x6"]:before {
  background: url('../build/img/badges/study_buddy_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="runner"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="runner"]:before {
  background: url('../build/img/badges/runner.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="sprinter"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="sprinter"]:before {
  background: url('../build/img/badges/sprinter.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="marathoner"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="marathoner"]:before {
  background: url('../build/img/badges/marathoner.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="upgrader"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="upgrader"]:before {
  background: url('../build/img/badges/upgrader.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="explainer"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="explainer"]:before {
  background: url('../build/img/badges/explainer.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="prompt_reader"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="prompt_reader"]:before {
  background: url('../build/img/badges/prompt_reader.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="perfect_mediator"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="perfect_mediator"]:before {
  background: url('../build/img/badges/perfect_mediator.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="perfectionist"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="perfectionist"]:before {
  background: url('../build/img/badges/perfectionist.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="originality_lover"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="originality_lover"]:before {
  background: url('../build/img/badges/originality_lover.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="originality_lover_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="originality_lover_x3"]:before {
  background: url('../build/img/badges/originality_lover_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="originality_lover_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="originality_lover_x6"]:before {
  background: url('../build/img/badges/originality_lover_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="vip_student"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="vip_student"]:before {
  background: url('../build/img/badges/vip_student.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="vip_student_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="vip_student_x3"]:before {
  background: url('../build/img/badges/vip_student_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="vip_student_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="vip_student_x6"]:before {
  background: url('../build/img/badges/vip_student_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="insured"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="insured"]:before {
  background: url('../build/img/badges/insured.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="insured_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="insured_x3"]:before {
  background: url('../build/img/badges/insured_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="insured_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="insured_x6"]:before {
  background: url('../build/img/badges/insured_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="houston_caller"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="houston_caller"]:before {
  background: url('../build/img/badges/houston_caller.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="houston_caller_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="houston_caller_x3"]:before {
  background: url('../build/img/badges/houston_caller_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="houston_caller_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="houston_caller_x6"]:before {
  background: url('../build/img/badges/houston_caller_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="summarizer"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="summarizer"]:before {
  background: url('../build/img/badges/summarizer.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="summarizer_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="summarizer_x3"]:before {
  background: url('../build/img/badges/summarizer_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="summarizer_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="summarizer_x6"]:before {
  background: url('../build/img/badges/summarizer_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="librarian"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="librarian"]:before {
  background: url('../build/img/badges/librarian.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="librarian_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="librarian_x3"]:before {
  background: url('../build/img/badges/librarian_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="librarian_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="librarian_x6"]:before {
  background: url('../build/img/badges/librarian_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="expert"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="expert"]:before {
  background: url('../build/img/badges/expert.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="expert_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="expert_x3"]:before {
  background: url('../build/img/badges/expert_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="expert_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="expert_x6"]:before {
  background: url('../build/img/badges/expert_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="megamind"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="megamind"]:before {
  background: url('../build/img/badges/megamind.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="megamind_x3"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="megamind_x3"]:before {
  background: url('../build/img/badges/megamind_x3.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="megamind_x6"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="megamind_x6"]:before {
  background: url('../build/img/badges/megamind_x6.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="money_maker"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="money_maker"]:before {
  background: url('../build/img/badges/money_maker.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="perfect_match"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="perfect_match"]:before {
  background: url('../build/img/badges/perfect_match.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="paperpelp_friend"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="paperpelp_friend"]:before {
  background: url('../build/img/badges/paperpelp_friend.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="news_reader"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="news_reader"]:before {
  background: url('../build/img/badges/news_reader.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="news_reader_x30"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="news_reader_x30"]:before {
  background: url('../build/img/badges/news_reader_x30.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="news_reader_x60"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="news_reader_x60"]:before {
  background: url('../build/img/badges/news_reader_x60.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="best_friend"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="best_friend"]:before {
  background: url('../build/img/badges/best_friend.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="master_of_the_galaxy"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="master_of_the_galaxy"]:before {
  background: url('../build/img/badges/master_of_the_galaxy.svg?v=1') no-repeat;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open [data-badges-name="loyal_client"]:before,
.progress-ring-container .progress-ring-block.active [data-badges-name="loyal_client"]:before {
  background: url('../build/img/badges/loyal_client.svg') no-repeat;
}
@media (min-width: 1200px) {
  .progress-ring-container .progress-ring-block {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring-container .progress-ring-block {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block {
    width: 33.3%;
  }
}
.progress-ring-container .progress-ring-block .progress-ring {
  z-index: 99;
  border: none;
  border-radius: 50%;
  background-color: #456774;
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(90deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
  position: relative;
  margin: 0 auto 34px auto;
}
@media (min-width: 1200px) {
  .progress-ring-container .progress-ring-block .progress-ring {
    width: 156px;
    height: 156px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring-container .progress-ring-block .progress-ring {
    width: 126px;
    height: 126px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block .progress-ring {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block .progress-ring {
    margin: 0 auto 17px auto;
  }
}
.progress-ring-container .progress-ring-block .progress-ring .content {
  background: #fff url('../build/img/badges/badges-bg.svg') 50% 50% no-repeat;
  background-size: 140px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .progress-ring-container .progress-ring-block .progress-ring .content {
    width: 146px;
    height: 146px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring-container .progress-ring-block .progress-ring .content {
    width: 116px;
    height: 116px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block .progress-ring .content {
    width: 66px;
    height: 66px;
  }
}
.progress-ring-container .progress-ring-block .progress-ring .badges-coin {
  position: absolute;
  z-index: 99;
  width: 58px;
  height: 28px;
  background: #FFF;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #333;
  bottom: -8px;
  left: 50%;
  margin-left: -29px;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring-container .progress-ring-block .progress-ring .badges-coin {
    width: 50px;
    height: 21px;
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block .progress-ring .badges-coin {
    width: 30px;
    height: 13px;
    margin-left: -15px;
    bottom: -2px;
  }
}
.progress-ring-container .progress-ring-block .progress-ring .badges-coin__count {
  padding-left: 14px;
  background: url('../build/img/badges/badges-coin.svg') top 50% left 0% no-repeat;
  background-size: 10px 9px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block .progress-ring .badges-coin__count {
    background: url('../build/img/badges/badges-coin.svg') top 50% left 0% no-repeat;
    background-size: 6px 5px;
    font-weight: 500;
    font-size: 7px;
    line-height: 1;
    padding-left: 8px;
  }
}
.progress-ring-container .progress-ring-block .progress-ring .badges-coin__count.badges-coin__count--master {
  background-position: 50% 50%;
  width: 15px;
  height: 15px;
}
.progress-ring-container .progress-ring-block .progress-ring .badges-name {
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  color: #333333;
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block .progress-ring .badges-name {
    font-size: 10px;
    line-height: 10px;
    bottom: -32px;
    min-height: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .progress-ring-container .progress-ring-block .progress-ring .badges-name {
    min-height: 25px;
    bottom: -40px;
  }
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="0"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(90deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="1"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(93.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="2"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(97.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="3"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(100.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="4"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(104.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="5"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(108deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="6"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(111.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="7"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(115.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="8"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(118.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="9"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(122.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="10"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(126deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="11"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(129.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="12"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(133.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="13"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(136.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="14"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(140.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="15"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(144deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="16"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(147.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="17"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(151.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="18"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(154.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="19"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(158.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="20"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(162deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="21"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(165.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="22"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(169.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="23"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(172.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="24"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(176.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="25"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(180deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="26"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(183.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="27"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(187.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="28"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(190.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="29"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(194.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="30"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(198deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="31"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(201.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="32"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(205.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="33"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(208.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="34"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(212.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="35"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(216deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="36"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(219.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="37"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(223.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="38"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(226.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="39"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(230.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="40"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(234deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="41"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(237.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="42"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(241.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="43"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(244.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="44"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(248.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="45"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(252deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="46"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(255.6deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="47"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(259.2deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="48"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(262.8deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="49"] {
  background-image: linear-gradient(90deg,#C4C4C4 50%,transparent 50%,transparent), linear-gradient(266.4deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="50"] {
  background-image: linear-gradient(-90deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="51"] {
  background-image: linear-gradient(-86.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="52"] {
  background-image: linear-gradient(-82.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="53"] {
  background-image: linear-gradient(-79.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="54"] {
  background-image: linear-gradient(-75.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="55"] {
  background-image: linear-gradient(-72deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="56"] {
  background-image: linear-gradient(-68.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="57"] {
  background-image: linear-gradient(-64.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="58"] {
  background-image: linear-gradient(-61.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="59"] {
  background-image: linear-gradient(-57.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="60"] {
  background-image: linear-gradient(-54deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="61"] {
  background-image: linear-gradient(-50.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="62"] {
  background-image: linear-gradient(-46.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="63"] {
  background-image: linear-gradient(-43.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="64"] {
  background-image: linear-gradient(-39.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="65"] {
  background-image: linear-gradient(-36deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="66"] {
  background-image: linear-gradient(-32.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="67"] {
  background-image: linear-gradient(-28.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="68"] {
  background-image: linear-gradient(-25.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="69"] {
  background-image: linear-gradient(-21.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="70"] {
  background-image: linear-gradient(-18deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="71"] {
  background-image: linear-gradient(-14.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="72"] {
  background-image: linear-gradient(-10.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="73"] {
  background-image: linear-gradient(-7.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="74"] {
  background-image: linear-gradient(-3.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="75"] {
  background-image: linear-gradient(0deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="76"] {
  background-image: linear-gradient(3.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="77"] {
  background-image: linear-gradient(7.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="78"] {
  background-image: linear-gradient(10.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="79"] {
  background-image: linear-gradient(14.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="80"] {
  background-image: linear-gradient(18deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="81"] {
  background-image: linear-gradient(21.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="82"] {
  background-image: linear-gradient(25.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="83"] {
  background-image: linear-gradient(28.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="84"] {
  background-image: linear-gradient(32.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="85"] {
  background-image: linear-gradient(36deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="86"] {
  background-image: linear-gradient(39.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="87"] {
  background-image: linear-gradient(43.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="88"] {
  background-image: linear-gradient(46.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="89"] {
  background-image: linear-gradient(50.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="90"] {
  background-image: linear-gradient(54deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="91"] {
  background-image: linear-gradient(57.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="92"] {
  background-image: linear-gradient(61.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="93"] {
  background-image: linear-gradient(64.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="94"] {
  background-image: linear-gradient(68.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="95"] {
  background-image: linear-gradient(72deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="96"] {
  background-image: linear-gradient(75.6deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="97"] {
  background-image: linear-gradient(79.2deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="98"] {
  background-image: linear-gradient(82.8deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="99"] {
  background-image: linear-gradient(86.4deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
.progress-ring-container .progress-ring-block .progress-ring[data-percentage="100"] {
  background-image: linear-gradient(90deg,#456774 50%,transparent 50%,transparent), linear-gradient(270deg,#456774 50%,#C4C4C4 50%,#C4C4C4);
}
[data-badges-name]:before {
  content: "";
  position: absolute;
  z-index: 39;
  top: 50%;
  left: 50%;
}
@media (min-width: 1200px) {
  [data-badges-name]:before {
    width: 140px;
    height: 140px;
    background-size: 140px 140px !important;
    margin: -70px 0 0 -70px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  [data-badges-name]:before {
    width: 110px;
    height: 110px;
    background-size: 110px 110px !important;
    margin: -55px 0 0 -55px;
  }
}
@media (max-width: 767px) {
  [data-badges-name]:before {
    width: 60px;
    height: 60px;
    background-size: 60px 60px !important;
    margin: -30px 0 0 -30px;
  }
}
.popup-badges-body [data-badges-name="newbie"]:before {
  background: url('../build/img/badges/newbie.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="insider"]:before {
  background: url('../build/img/badges/insider.svg?v=2') no-repeat;
}
.popup-badges-body [data-badges-name="сollege_bestie"]:before {
  background: url('../build/img/badges/сollege_bestie.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="anti-hacker"]:before {
  background: url('../build/img/badges/anti-hacker.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="space_junkie"]:before {
  background: url('../build/img/badges/space_junkie.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="space_junkie_x3"]:before {
  background: url('../build/img/badges/space_junkie_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="space_junkie_x6"]:before {
  background: url('../build/img/badges/space_junkie_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="college_bestie"]:before {
  background: url('../build/img/badges/college_bestie.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="mobile_geek"]:before {
  background: url('../build/img/badges/mobile_geek.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="mobile_geek_x3"]:before {
  background: url('../build/img/badges/mobile_geek_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="mobile_geek_x6"]:before {
  background: url('../build/img/badges/mobile_geek_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="influencer"]:before {
  background: url('../build/img/badges/influencer.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="influencer_x3"]:before {
  background: url('../build/img/badges/influencer_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="influencer_x6"]:before {
  background: url('../build/img/badges/influencer_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="detail_oriented"]:before {
  background: url('../build/img/badges/detail_oriented.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="structure_builder"]:before {
  background: url('../build/img/badges/structure_builder.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="slider_man"]:before {
  background: url('../build/img/badges/slider_man.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="study_buddy"]:before {
  background: url('../build/img/badges/study_buddy.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="study_buddy_x3"]:before {
  background: url('../build/img/badges/study_buddy_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="study_buddy_x6"]:before {
  background: url('../build/img/badges/study_buddy_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="runner"]:before {
  background: url('../build/img/badges/runner.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="sprinter"]:before {
  background: url('../build/img/badges/sprinter.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="marathoner"]:before {
  background: url('../build/img/badges/marathoner.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="upgrader"]:before {
  background: url('../build/img/badges/upgrader.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="explainer"]:before {
  background: url('../build/img/badges/explainer.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="prompt_reader"]:before {
  background: url('../build/img/badges/prompt_reader.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="perfect_mediator"]:before {
  background: url('../build/img/badges/perfect_mediator.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="perfectionist"]:before {
  background: url('../build/img/badges/perfectionist.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="originality_lover"]:before {
  background: url('../build/img/badges/originality_lover.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="originality_lover_x3"]:before {
  background: url('../build/img/badges/originality_lover_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="originality_lover_x6"]:before {
  background: url('../build/img/badges/originality_lover_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="vip_student"]:before {
  background: url('../build/img/badges/vip_student.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="vip_student_x3"]:before {
  background: url('../build/img/badges/vip_student_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="vip_student_x6"]:before {
  background: url('../build/img/badges/vip_student_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="insured"]:before {
  background: url('../build/img/badges/insured.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="insured_x3"]:before {
  background: url('../build/img/badges/insured_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="insured_x6"]:before {
  background: url('../build/img/badges/insured_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="houston_caller"]:before {
  background: url('../build/img/badges/houston_caller.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="houston_caller_x3"]:before {
  background: url('../build/img/badges/houston_caller_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="houston_caller_x6"]:before {
  background: url('../build/img/badges/houston_caller_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="summarizer"]:before {
  background: url('../build/img/badges/summarizer.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="summarizer_x3"]:before {
  background: url('../build/img/badges/summarizer_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="summarizer_x6"]:before {
  background: url('../build/img/badges/summarizer_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="librarian"]:before {
  background: url('../build/img/badges/librarian.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="librarian_x3"]:before {
  background: url('../build/img/badges/librarian_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="librarian_x6"]:before {
  background: url('../build/img/badges/librarian_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="expert"]:before {
  background: url('../build/img/badges/expert.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="expert_x3"]:before {
  background: url('../build/img/badges/expert_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="expert_x6"]:before {
  background: url('../build/img/badges/expert_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="megamind"]:before {
  background: url('../build/img/badges/megamind.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="megamind_x3"]:before {
  background: url('../build/img/badges/megamind_x3.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="megamind_x6"]:before {
  background: url('../build/img/badges/megamind_x6.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="money_maker"]:before {
  background: url('../build/img/badges/money_maker.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="perfect_match"]:before {
  background: url('../build/img/badges/perfect_match.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="paperpelp_friend"]:before {
  background: url('../build/img/badges/paperpelp_friend.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="news_reader"]:before {
  background: url('../build/img/badges/news_reader.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="news_reader_x30"]:before {
  background: url('../build/img/badges/news_reader_x30.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="news_reader_x60"]:before {
  background: url('../build/img/badges/news_reader_x60.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="best_friend"]:before {
  background: url('../build/img/badges/best_friend.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="master_of_the_galaxy"]:before {
  background: url('../build/img/badges/master_of_the_galaxy.svg?v=1') no-repeat;
}
.popup-badges-body [data-badges-name="loyal_client"]:before {
  background: url('../build/img/badges/loyal_client.svg?v=1') no-repeat;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved {
    background: transparent !important;
  }
}
#ModalBadgeAchieved .modal-content {
  position: relative;
  overflow: hidden;
  width: 560px;
  min-height: 460px;
  background: url('../build/img/badges/badge-achieved-bg.svg') 50% 50% no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 60px 50px 27px 50px;
}
@media (max-width: 500px) {
  #ModalBadgeAchieved .modal-content {
    width: 300px;
  }
}
@media (max-width: 767px) and (min-width: 501px) {
  #ModalBadgeAchieved .modal-content {
    width: 480px;
  }
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content {
    padding: 50px 50px 27px 50px;
    margin: 30px auto;
  }
  #ModalBadgeAchieved .modal-content .modal-dialog {
    min-height: calc(99%) !important;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
}
#ModalBadgeAchieved .modal-content:before {
  content: "";
  background: url('../build/img/badges/badge-achieved-bg-bottom-desk.svg') no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0px;
  left: -6px;
  bottom: -10px;
  z-index: 0;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content:before {
    background: url('../build/img/badges/badge-achieved-bg-bottom-mob.svg') no-repeat 50% 50%;
    background-size: cover;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: initial;
  }
}
#ModalBadgeAchieved .modal-content .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
}
#ModalBadgeAchieved .modal-content .close:hover,
#ModalBadgeAchieved .modal-content .close:focus {
  opacity: 1;
}
#ModalBadgeAchieved .modal-content .close span {
  background: url(../build/img/badges/popup-close-white.svg) no-repeat;
  height: 18px;
  background-size: 16px;
  width: 17px;
  display: block;
}
#ModalBadgeAchieved .modal-content .modal-body {
  text-align: center;
  font-style: normal;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 0 30px;
  }
}
#ModalBadgeAchieved .modal-content .modal-body h4 {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content .modal-body h4 {
    margin-bottom: 0;
    font-size: 26px;
    white-space: nowrap;
  }
}
#ModalBadgeAchieved .modal-content .modal-body p {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}
#ModalBadgeAchieved .modal-content .modal-body .popup-badges-name {
  position: relative;
  z-index: 99;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 17px 0;
}
#ModalBadgeAchieved .modal-content .modal-footer {
  padding: 0;
}
#ModalBadgeAchieved .modal-content .modal-footer .yellow-btn {
  width: 144px;
  height: 40px;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content .modal-footer {
    z-index: 999;
    border-top: none !important;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
  }
}
#ModalBadgeAchieved .modal-content .popup-badges-body {
  display: flex;
  position: relative;
  z-index: 99;
}
#ModalBadgeAchieved .modal-content .popup-badges-body:after {
  content: "";
  background: url('../build/img/badges/progress-ring-block-confetti.svg') no-repeat;
  background-size: cover;
  position: absolute;
  height: 190px;
  width: 235px;
  top: 16px;
  right: 0;
  left: 50%;
  margin-left: -123px;
  z-index: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  #ModalBadgeAchieved .modal-content .popup-badges-body:after {
    top: 19px;
    margin-left: -116px;
  }
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content .popup-badges-body:after {
    top: 10px;
    margin-left: -116px;
  }
}
#ModalBadgeAchieved .modal-content .popup-badges-body .progress-ring {
  position: relative;
  margin: 37px auto 25px auto;
  z-index: 9;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content .popup-badges-body .progress-ring {
    width: 144px;
    height: 144px;
    margin: 37px auto 42px auto;
  }
  #ModalBadgeAchieved .modal-content .popup-badges-body .progress-ring:before {
    width: 136px;
    height: 136px;
    background-size: 136px 136px !important;
    margin: 0;
    top: 4px;
    left: 4px;
    z-index: 999 !important;
  }
}
#ModalBadgeAchieved .modal-content .popup-badges-body .progress-ring .content {
  background: #fff url('../build/img/badges/badges-bg.svg') 50% 50% no-repeat;
  background-size: 140px;
  top: 50%;
  left: 50%;
  position: relative;
  z-index: -1 !important;
}
@media (max-width: 767px) {
  #ModalBadgeAchieved .modal-content .popup-badges-body .progress-ring .content {
    width: 136px;
    height: 136px;
  }
}
#ModalBadgeAchieved .modal-content .popup-badges-body .progress-ring .open-badges {
  display: none !important;
}
.acordion-reward {
  position: relative;
  padding: 0 0 0 46px;
  margin-bottom: 30px;
  cursor: pointer;
}
.acordion-reward:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  background: url(../build/img/badges/open.svg);
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  float: left;
  transition: transform .3s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
}
.acordion-reward.open:before {
  background: url(../build/img/badges/close.svg);
  background-size: 100% 100%;
  border-radius: 50%;
  box-shadow: 0px 2px 15px rgba(47,45,133,0.25);
  transform: rotate(45deg);
}
.acordion-badges__block {
  display: none;
  width: 100%;
  margin: 0 0 16px;
  margin: 0 0 16px 0;
}
.acordion-badges__block .game-wrapper {
  width: 100%;
}
.acordion-badges__block .game-wrapper .game-reward {
  margin: 0 0 16px 0;
  display: flex;
  flex-direction: column;
}
.acordion-badges__block .game-wrapper .game-reward .filter-single-wrap {
  display: none !important;
}
.acordion-badges__block .rewards-cards__wrapper {
  display: none !important;
}
.anchor-banner {
  cursor: pointer;
  color: #42BAEA;
  border-bottom: 1px solid #42BAEA;
}
.anchor-banner:focus,
.anchor-banner:hover {
  color: #B2B2C3;
  border-color: #B2B2C3;
}
.tempory_close_new_loyalty {
  min-height: 140px;
  background: #fff;
  border-radius: 10px;
  font-size: 20px;
  line-height: 33px;
  display: flex;
  align-items: center;
  color: #605D5D;
  padding: 30px 37px;
}
@media (max-width: 991px) {
  .tempory_close_new_loyalty {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .tempory_close_new_loyalty {
    padding: 40px 15px;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.tempory_close_new_loyalty:before {
  content: '';
  background: url(../build/img/closed-loyalty-banner.svg) center no-repeat;
  width: 85px;
  height: 70px;
  background-size: contain;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .tempory_close_new_loyalty:before {
    width: 195px;
    height: 160px;
    margin: 35px 0 0px;
  }
}
@media (min-width: 1439px) {
  .my-balance__wrap {
    padding: 0 40px 47px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap {
    padding: 0 20px 47px;
  }
}
@media (max-width: 767px) {
  .my-balance__wrap .hr-grey {
    margin-top: 38px;
  }
}
.my-balance__wrap h2 {
  margin-bottom: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 153.12%;
  color: #4C4C4C;
}
.my-balance__wrap h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 153%;
  display: flex;
  align-items: center;
  color: #333333;
}
.my-balance__wrap .no_bonus_transaction {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
.my-balance__wrap .banner-bonus__wrap .price {
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .my-balance__wrap .banner-bonus__wrap .price {
    margin-top: 10px;
  }
}
.my-balance__wrap .banner-bonus__wrap .btn-main {
  width: 170px;
}
@media (max-width: 767px) {
  .my-balance__wrap .banner-bonus__wrap .btn-main {
    margin: 0;
    width: 150px;
  }
}
.my-balance__wrap .banner-bonus__wrap .banner-bonus {
  min-height: 190px;
  background: url(../build/img/my_balance_summary_bg.svg) no-repeat 100% 100%, linear-gradient(180deg,#2C2254 0%,#673873 100%);
  background-size: cover;
  border: 2px solid #64307C;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
}
.my-balance__wrap .banner-bonus__wrap .banner-bonus:before {
  content: "";
  position: absolute;
  background: url(../build/img/summary-balance-bg.svg);
  background-size: cover;
  width: 144px;
  height: 151px;
  top: 12px;
  right: 24px;
  z-index: 10;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap .banner-bonus__wrap .banner-bonus:before {
    width: 144px;
    height: 151px;
  }
}
@media (max-width: 767px) {
  .my-balance__wrap .banner-bonus__wrap .banner-bonus:before {
    width: 130px;
    height: 136px;
    right: 7px;
    top: 27px;
  }
}
.my-balance__wrap .banner-bonus__wrap .banner-bonus:after {
  display: none;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap .banner-bonus__wrap .banner-bonus {
    margin: 38px 0;
    width: 424px;
    min-width: 424px;
  }
}
@media (max-width: 767px) {
  .my-balance__wrap .banner-bonus__wrap .banner-bonus {
    text-align: left;
    margin-bottom: 46px;
    padding: 20px;
    justify-content: center;
  }
}
.my-balance__wrap .wallet__item--1 {
  position: relative;
}
.my-balance__wrap .wallet__item--1:after {
  content: "";
  position: absolute;
  width: 65px;
  height: 75px;
  right: 20px;
  top: 17px;
  z-index: 9;
  background: url(../build/img/balance_icon_1.svg) no-repeat 100% 100%;
  background-size: cover;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap .wallet__item--1:after {
    right: initial;
  }
}
.my-balance__wrap .wallet__item--2 {
  position: relative;
}
.my-balance__wrap .wallet__item--2:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 75px;
  right: 20px;
  top: 17px;
  z-index: 9;
  background: url(../build/img/balance_icon_2.svg) no-repeat 100% 100%;
  background-size: cover;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap .wallet__item--2:after {
    right: initial;
  }
}
.my-balance__wrap .wallet__item--3 {
  position: relative;
}
.my-balance__wrap .wallet__item--3:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 84px;
  right: 20px;
  top: 17px;
  z-index: 9;
  background: url(../build/img/balance_icon_3.svg) no-repeat 100% 100%;
  background-size: cover;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap .wallet__item--3:after {
    right: initial;
  }
}
@media (max-width: 767px) {
  .my-balance__wrap .bonus-per__wrap {
    flex-direction: column;
  }
}
.my-balance__wrap .bonus-per__wrap .bonus-per__item {
  padding: 28px 90px 36px 31px;
  margin-bottom: 71px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .my-balance__wrap .bonus-per__wrap .bonus-per__item {
    padding: 88px 16px 36px 16px;
  }
}
@media (max-width: 767px) {
  .my-balance__wrap .bonus-per__wrap .bonus-per__item {
    justify-content: start;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    padding: 28px 90px 28px 31px !important;
    margin: 0 0 24px 0;
  }
}
.my-balance__wrap .bonus-per__wrap .bonus-per__item .bonus-per__quantity {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 162%;
  color: #333333;
  margin: 0 0 14px 0;
}
.my-balance__wrap .bonus-per__wrap .bonus-per__item .bonus-per__count {
  white-space: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}
#ModalSuccessBalance .text-responsive-seccess {
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 767px) {
  #ModalSuccessBalance .text-responsive-seccess {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #ModalSuccessBalance .modal-footer {
    justify-content: center !important;
  }
}
.loyalty-update_banner {
  border-radius: 4px;
  margin-bottom: 32px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 16px;
  color: #fff;
  position: relative;
  line-height: 26px;
  padding: 10px 35px 10px 170px;
  background: url(../build/img/loyalty_program_update.svg) bottom left 40px no-repeat #2C8B6C;
}
@media (min-width: 768px) {
  .loyalty-update_banner {
    margin: 0 40px 32px 48px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .loyalty-update_banner {
    margin: 0 14px 32px;
  }
}
@media (max-width: 991px) {
  .loyalty-update_banner {
    font-size: 13px;
    line-height: 22px;
    padding: 10px 44px 10px 130px;
    background-position: bottom left 20px;
  }
}
@media (max-width: 767px) {
  .loyalty-update_banner {
    background: url(../build/img/loyalty_program_update-mob.svg) bottom right no-repeat #2C8B6C;
    padding: 20px 88px 20px 20px;
    border-radius: 0;
    margin-top: -38px;
  }
}
.loyalty-update_banner .btn-close {
  content: "";
  background: url(../build/img/welcome-close-white.svg) center center no-repeat;
  margin-right: 2px;
  height: 12px;
  width: 12px;
  position: absolute;
  right: 15px;
  padding: 0;
  top: calc(50% - 7px);
  z-index: 1;
}
@media (max-width: 767px) {
  .loyalty-update_banner .btn-close {
    top: 15px;
    right: 5px;
  }
}
.discounts_promo {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.discounts_promo li {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px #E9E9E9;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 24px 32px;
  align-items: center;
}
@media (max-width: 1253px) {
  .discounts_promo li {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.discounts_promo li .promo_section {
  display: flex;
}
@media (max-width: 1115px) {
  .discounts_promo li .promo_section {
    flex-direction: column;
    gap: 12px;
  }
}
.discounts_promo li .promo_section .promo_section_container {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #4c4c4c;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.discounts_promo li .promo_section .promo_section_container span {
  color: #605D5D;
  font-weight: 400;
}
.discounts_promo li .promo_section .promo_section_mid {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .discounts_promo li .promo_section .promo_section_mid {
    flex-direction: column;
    gap: 12px;
  }
}
.discounts_promo li .promo_section .promo_section_mid .promo_section_container {
  min-width: 160px;
  max-width: 160px;
}
.discounts_promo li button {
  padding: 13px 32px 13px 16px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 5px;
  background-color: #3771DD;
  display: flex;
  align-items: center;
  gap: 4px;
  background-image: url("../build/img/promo-copy2.svg");
  background-position: center right 16px;
  background-repeat: no-repeat;
  transition: 0.2s ease;
}
@media (max-width: 767px) {
  .discounts_promo li button {
    margin: 0 auto;
  }
}
.discounts_promo li button:hover {
  color: #FFF;
  background-color: #4d7dd9;
}
.no_promo {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  padding: 57px 0 57px 172px;
  color: #605D5D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.69%;
  background-image: url("../build/img/promo-copy.svg");
  background-position: bottom left 35px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .no_promo {
    padding: 57px 20px 122px 20px;
    text-align: center;
    background-position: bottom center;
  }
}
.wrapper-preview-box {
  background: #4C4C4C;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.wrapper-preview-box .preview-header {
  position: fixed;
  z-index: 9;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapper-preview-box .preview-header:before {
  content: "";
  background: #333333;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
}
.wrapper-preview-box .preview-header ._file {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 400;
  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;
  padding: 0px 25px;
  width: 100%;
  border-right: 1px solid #4C4C4C;
  margin-right: 16px;
}
@media (max-width: 767px) {
  .wrapper-preview-box .preview-header ._file {
    border-right: none;
    padding: 0px 0;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media (max-width: 767px) {
  .wrapper-preview-box .preview-header {
    min-height: 80px;
  }
}
.wrapper-preview-box .preview-cont:after {
  font-size: 12px;
  display: inline;
  content: "—";
  margin-left: 5px;
}
.wrapper-preview-box .preview-holder-img img {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .wrapper-preview-box .preview-holder-img img {
    margin-bottom: 0px;
  }
}
.wrapper-preview-box .file-caption-box {
  padding-right: 64px;
}
.wrapper-preview-box .file-caption-box .file-pre-title {
  font-size: 12px;
  line-height: 11px;
  font-weight: 300;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .wrapper-preview-box .file-caption-box .file-pre-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .wrapper-preview-box .file-caption-box {
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .wrapper-preview-box .file-caption-box {
    padding: 0px 12px 0 26px;
    font-size: 12px;
    line-height: 12px;
  }
}
.wrapper-preview-box .dropdown-mob-prev {
  padding-right: 0;
}
.wrapper-preview-box .dropdown-mob-prev .dropdown-toggle {
  display: none;
  width: 16px;
  max-width: 16px;
  cursor: pointer;
  height: 30px;
  background: url(../build/img/settings.png) center no-repeat transparent;
  background-size: 4px 16px;
  border: none;
  position: absolute;
  right: 0;
}
.wrapper-preview-box .dropdown-mob-prev .dropdown-toggle:after {
  display: none;
}
.wrapper-preview-box .dropdown-mob-prev .dropdown-toggle:focus,
.wrapper-preview-box .dropdown-mob-prev .dropdown-toggle:active {
  outline: none;
  box-shadow: none;
  background-color: #4C4C4C;
}
@media (max-width: 991px) {
  .wrapper-preview-box .dropdown-mob-prev .dropdown-toggle {
    display: inline-block;
  }
}
.wrapper-preview-box .dropdown-mob-prev .dropdown-menu.dropdown-menu-right {
  max-width: 100%;
  position: relative !important;
  float: none;
  top: 0;
  left: 0;
  transform: none !important;
  background: transparent;
  border: transparent;
  display: inline-block !important;
  min-width: unset;
  width: 100%;
  margin: 0;
  padding: 0;
}
.wrapper-preview-box .dropdown-mob-prev .dropdown-menu.dropdown-menu-right.show {
  display: block !important;
}
@media (max-width: 991px) {
  .wrapper-preview-box .dropdown-mob-prev .dropdown-menu.dropdown-menu-right {
    display: none !important;
    position: absolute !important;
    float: left;
    top: 100% !important;
    left: -109px !important;
    min-width: 218px;
    padding: 4px 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6EF;
    box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
    margin-top: 12px;
  }
  .wrapper-preview-box .dropdown-mob-prev .dropdown-menu.dropdown-menu-right .btn-secondary {
    font-weight: 400;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
  }
  .wrapper-preview-box .dropdown-mob-prev .dropdown-menu.dropdown-menu-right .btn-secondary:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4C4C4C;
  }
}
@media (max-width: 767px) {
  .wrapper-preview-box .dropdown-mob-prev .dropdown-menu.dropdown-menu-right {
    right: 0;
    left: auto !important;
    margin-top: 5px;
  }
}
.wrapper-preview-box .dropdown-mob-prev .action-col {
  float: right;
}
@media (max-width: 991px) {
  .wrapper-preview-box .dropdown-mob-prev .action-col {
    float: none;
  }
}
.wrapper-preview-box .dropdown-mob-prev .evaluation-col {
  float: left;
}
@media (max-width: 991px) {
  .wrapper-preview-box .dropdown-mob-prev .evaluation-col {
    float: none;
  }
}
@media (max-width: 991px) {
  .wrapper-preview-box .dropdown-mob-prev {
    max-width: 36px;
    height: 30px;
  }
}
.wrapper-preview-box .btn-evaluation {
  margin-left: -90px;
}
@media (max-width: 991px) {
  .wrapper-preview-box .btn-evaluation {
    margin-left: 0px;
  }
}
.wrapper-preview-box .btn-secondary {
  background-color: #FFFFFF;
  border-radius: 6px;
  color: #4C4C4C;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0rem .75rem;
  font-weight: 500;
  border: transparent;
  white-space: nowrap;
}
.wrapper-preview-box .btn-secondary:hover {
  background-color: #E6E6EF;
  border-color: #E6E6EF;
  color: #392E66;
}
.wrapper-preview-box .btn-secondary:hover,
.wrapper-preview-box .btn-secondary:focus,
.wrapper-preview-box .btn-secondary:active {
  outline: none;
  box-shadow: none;
}
.wrapper-preview-box .btn-approve {
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
  color: #FFFFFF;
}
.wrapper-preview-box .btn-approve:hover {
  background: #FB710D;
  border-color: #FB710D;
  color: #FFFFFF;
}
.wrapper-preview-box .btn-approve:focus,
.wrapper-preview-box .btn-approve:active {
  outline: none;
  background: linear-gradient(270deg,#FBB40D 0%,#FB710D 100%);
}
.wrapper-preview-box .back-btn-holder {
  align-items: center;
}
@media (max-width: 767px) {
  .wrapper-preview-box .back-btn-holder {
    align-items: flex-start;
  }
}
.wrapper-preview-box .btn-back {
  background: url(../build/img/Close_preview.png) center center no-repeat transparent;
  background-size: 14px;
  padding: 0px;
  height: 36px;
  width: 36px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
.wrapper-preview-box .btn-back:hover {
  background-color: #4C4C4C;
  text-decoration: none;
}
.wrapper-preview-box .btn-back:hover,
.wrapper-preview-box .btn-back:focus,
.wrapper-preview-box .btn-back:active {
  outline: none;
}
@media (max-width: 767px) {
  .wrapper-preview-box .btn-back {
    position: absolute;
    top: 20px;
    left: 0px;
  }
}
.wrapper-preview-box ._download {
  background: url(../build/img/Download-preview.svg) center center no-repeat #fff;
  background-size: 16px;
  padding: 0px;
  height: 36px;
  width: 36px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  border: transparent;
}
.wrapper-preview-box ._download:hover {
  background-color: #E6E6EF;
  text-decoration: none;
}
.wrapper-preview-box ._download:hover,
.wrapper-preview-box ._download:focus,
.wrapper-preview-box ._download:active {
  outline: none;
}
@media (max-width: 991px) {
  .wrapper-preview-box ._download {
    background-image: none;
  }
  .wrapper-preview-box ._download:hover {
    background-color: #fff;
    text-decoration: none;
  }
}
.wrapper-preview-box .carousel-box {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .wrapper-preview-box .carousel-box {
    padding-top: 100px;
  }
}
.wrapper-preview-box .preview-nav-wrap {
  width: 200px;
  height: 60px;
  align-items: center;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 10;
}
.wrapper-preview-box .preview-nav-wrap:before {
  content: "";
  background: #333333;
  border-radius: 6px;
  opacity: 0.9;
  height: 100%;
  width: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
}
.wrapper-preview-box .preview-nav-wrap .preview-nav-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper-preview-box .preview-nav-wrap .preview-capt {
  border-right: 1px solid #737373;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  width: 150px;
}
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev {
  background: transparent;
  padding: 0px;
  height: 32px;
  width: 32px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  border: transparent;
}
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev.btn-fullscreen {
  background: url(../build/img/round-fullscreen.svg) center center no-repeat transparent;
}
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev.btn-zoomin {
  background: url(../build/img/zoom_in.svg) center center no-repeat transparent;
}
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev.btn-zoomout {
  background: url(../build/img/zoom_out.svg) center center no-repeat transparent;
}
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev:hover {
  background-color: #4C4C4C;
}
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev:hover,
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev:focus,
.wrapper-preview-box .preview-nav-wrap .btn-nav-prev:active {
  outline: none;
}
.wrapper-preview-box .preview-nav-wrap .preview-btns-box {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 14px;
}
.wrapper-preview-box .mobile-item {
  display: none;
}
.wrapper-preview-box .img-responsive,
.wrapper-preview-box .thumbnail > img,
.wrapper-preview-box .thumbnail a > img,
.wrapper-preview-box .carousel-inner > .item > img,
.wrapper-preview-box .carousel-inner > .item > a > img {
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .wrapper-preview-box .desktop-item {
    display: none;
  }
  .wrapper-preview-box .mobile-item {
    display: block;
  }
}
.wrapper-preview-box .preview-control {
  width: 26px;
  height: 26px;
  color: #fff;
  display: block;
  background: url(../build/img/arrow-point-to-right.png) left 6px center no-repeat #333333;
  background-size: 12px;
  border-radius: 50%;
  position: fixed;
  top: calc(55vh - 26px);;
}
.wrapper-preview-box .preview-control.left-control {
  left: 40px;
}
.wrapper-preview-box .preview-control.right-control {
  right: 40px;
  background-size: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper-preview-box .preview-control:hover {
  background-color: #D7D7ED;
}
@media (max-width: 767px) {
  .wrapper-preview-box .preview-control {
    display: none;
  }
}
.wrapper-preview-box .btns-option {
  padding-right: 0;
  justify-content: space-between;
}
.wrapper-preview-box .btns-option .center-col-prev {
  margin-left: -50px;
}
@media (max-width: 991px) {
  .wrapper-preview-box .btns-option .center-col-prev {
    margin-left: 0px;
  }
}
.wrapper-preview-box .btns-option .approved-preview {
  background: #4C4C4C;
  height: 36px;
  padding: 9px 12px 8px;
  border-radius: 50px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.wrapper-preview-box .btns-option .approved-preview:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../build/img/discountCheck.png) center center no-repeat transparent;
  background-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
@media (max-width: 991px) {
  .wrapper-preview-box .btns-option {
    justify-content: flex-end;
  }
}
.wrapper-preview-box.full-screen-on .preview-header {
  display: none;
}
.wrapper-preview-box.full-screen-on .preview-carousel {
  padding-top: 30px;
}
.wrapper-preview-box #preview-full {
  background: #4C4C4C;
  overflow-y: auto;
  padding-top: 60px;
}
@media (max-width: 1024px) {
  .wrapper-preview-box #preview-full {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .wrapper-preview-box .carousel-inner {
    margin: 0;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .wrapper-preview-box .carousel-item {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
}
.referral-shere-banner {
  padding: 50px;
  margin-top: 35px;
  background: url('../build/img/referal-new-bg.png') right -55px bottom -55px no-repeat #fff;
  background-size: 370px auto;
  box-shadow: 0 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .referral-shere-banner {
    padding: 60px 38px 90px;
    background-position: right -55px bottom -75px;
    background-size: 320px auto;
  }
}
@media (max-width: 767px) {
  .referral-shere-banner {
    padding: 40px 20px 190px;
  }
}
.referral-shere-group {
  max-width: 555px;
}
@media (max-width: 1024px) {
  .referral-shere-group {
    max-width: 100%;
  }
}
.shere-group-inner {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .shere-group-inner .input-group-append {
    margin-left: 0px;
    width: 100%;
  }
  .shere-group-inner .input-group > .input-group-append > .btn,
  .shere-group-inner .input-group > .form-control:not(:last-child) {
    border-radius: 5px;
  }
}
.shere-group-inner input.form-control {
  border: 1px solid #B4B4B4;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  height: 50px;
  padding: 0 15px;
  background: #fff;
}
@media (max-width: 767px) {
  .shere-group-inner input.form-control {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.shere-group-inner input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.shere-group-inner .btn {
  background: linear-gradient(180deg,#4E3D95 0%,#3A2E60 100%);
  color: #fff;
  width: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.shere-group-inner .btn:before {
  content: '';
  background: url('../build/img/copy.png') center no-repeat transparent;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .shere-group-inner .btn {
    width: 100%;
    margin-top: 10px;
    height: 50px;
  }
}
.shere-group-inner .btn.has-copied:before {
  content: '';
  background: url('../build/img/copied.png') center no-repeat transparent;
  background-size: 18px auto;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.ref-label {
  font-weight: 400;
  margin-bottom: 10px;
}
.share-link-con a {
  width: 43px;
  height: 43px;
  margin-right: 10px;
  display: inline-block;
  background-size: contain !important;
  border-radius: 50%;
}
.share-link-con a.fb_share_btn {
  background: url(../build/img/fb_share_btn.png) no-repeat;
}
.share-link-con a.tw_tweet_btn {
  background: url(../build/img/tw_tweet_btn.png) no-repeat;
}
.share-link-con a.fr_share_btn {
  background: url(../build/img/email_share_btn.png) no-repeat;
  margin: 0;
}
.share-link-con a.fr_share_btn.fr_disabled_btn {
  background: url(../build/img/email_share_btn-disabled.png) no-repeat;
  pointer-events: none;
}
.share-link-con a.ms_share_btn {
  background: url(../build/img/fb_messanger_btn.png) no-repeat;
}
.share-link-con a:hover {
  box-shadow: 0px 4px 15px -3px #42BAEA;
}
.share-link-con span {
  display: inline-block;
  margin-right: 10px;
}
.ref_achievements_wrap {
  border-top: 1px solid #E6E6EF;
  margin-top: 66px;
  padding-top: 52px;
}
.ref_achievement_item {
  background: url('../build/img/ref-frame.png') top -30px center no-repeat, linear-gradient(180deg,#2C2254 0%,#673873 100%);
  border-radius: 10px;
  margin-right: 20px;
  padding: 40px 30px 30px;
  color: #fff;
}
@media (max-width: 767px) {
  .ref_achievement_item {
    margin-bottom: 20px;
  }
}
.ref_achievement_item:last-child {
  margin-right: 0px;
}
.ref_achievement_item .achieve_points {
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .ref_achievement_item .achieve_points {
    font-size: 40px;
    line-height: 100%;
  }
}
.referral_bottom_banner {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 35px 10px 34px;
}
@media (max-width: 767px) {
  .referral_bottom_banner {
    padding: 10px 15px 10px 15px;
  }
}
.referral_bottom_banner img {
  margin-right: 22px;
  height: 30px;
}
.referral_bottom_banner p {
  margin: 0;
  color: #3B424A;
}
.referral_bottom_banner p a {
  color: #53967A;
  font-weight: 600;
}
@media (max-width: 767px) {
  .ref_responsive {
    flex-wrap: wrap;
  }
}
.email-group-item input.form-control {
  border: 1px solid #E6E6EF;
  height: 38px;
  border-radius: 3px !important;
  padding: 0 16px;
}
.email-group-item .input-group-append {
  margin-left: -3px;
  z-index: 3;
}
.email-group-item .del-ref-btn {
  width: 48px;
  background: url(../build/img/delete_email.svg) center no-repeat #E6E6EF;
  background-size: 14px auto;
  border: 1px solid #E6E6EF;
  border-radius: 3px;
}
.email-group-item .del-ref-btn:hover {
  background-color: #FFF3F3;
  border-left-color: transparent;
}
.email-group-item .alert-required {
  font-size: 12px;
  padding-left: 10px;
}
.email-group-item .alert-control {
  border-radius: 3px;
}
.ref-email-caption {
  color: #333333;
  font-weight: 500;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .ref-email-caption {
    font-size: 12px;
  }
}
.ref-email-caption .add_ref_email {
  padding: 0;
  color: #42BAEA;
}
.ref-email-caption .add_ref_email:before {
  content: '';
  width: 10px;
  height: 10px;
  background: url(../build/img/add-fr-email-ref.png) center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 6px;
}
.ref-email-caption .add_ref_email:hover span {
  text-decoration: underline;
}
.ref-email-caption .add_ref_email.disabled_ref_email {
  color: #BABABA;
}
.ref-email-caption .add_ref_email.disabled_ref_email:before {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0.4;
}
.ref-email-caption .add_ref_email.disabled_ref_email:hover span {
  text-decoration: none;
}
.ref-msg-item {
  background: #F5FAFE;
  padding: 14px 25px 30px;
  border-radius: 6px;
  color: #333;
  text-align: justify;
}
@media (max-width: 767px) {
  .modal-share-ref .modal-header {
    display: block;
  }
}
.modal-share-ref .btn-custom.btn-disabled {
  color: #fff;
}
.modal-share-ref .btn-custom.btn-disabled span {
  opacity: 0.6;
}
.modal-share-ref .alert-info {
  display: block;
  padding: 12px 16px 12px 48px;
  font-size: 12px;
  background-position: left 16px center;
  background-size: 16px auto;
  margin-bottom: 30px;
}
.modal-share-ref p {
  max-width: 90%;
}
@media (max-width: 767px) {
  .modal-share-ref p {
    max-width: 100%;
  }
}
.modal-share-ref .modal-header {
  padding-bottom: 12px;
}
.modal-share-ref input:focus,
.modal-share-ref button:focus {
  box-shadow: none;
}
@media (max-width: 767px) {
  #reseller-wrap .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 153.12%;
  }
}
@media (max-width: 767px) {
  #reseller-wrap .reseller-manage-order {
    position: relative;
    height: 190px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: flex-start;
  }
  #reseller-wrap .reseller-manage-order b {
    max-width: 130px;
  }
  #reseller-wrap .reseller-manage-order img {
    max-width: 250px;
    position: absolute;
    right: -40px;
  }
}
@media (max-width: 767px) {
  #reseller-wrap .referral_bottom_banner {
    padding: 8px 33px;
  }
  #reseller-wrap .referral_bottom_banner p {
    text-align: left;
  }
  #reseller-wrap .referral_bottom_banner p span {
    display: inline-block;
  }
}
#reseller-wrap .referral_bottom_banner p {
  text-align: left;
}
#reseller-wrap .reseller-info {
  margin-bottom: 45px;
}
#reseller-wrap .earn-bold {
  font-weight: 500;
  font-size: 16px;
  line-height: 153.12%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#reseller-wrap .list__custom--ul li {
  list-style: none;
  padding-left: 31px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 33px;
  color: #4C4C4C;
  background: url(../build/img/arrow-point-to-right.svg) no-repeat top 50% left 0;
}
#reseller-wrap .list__custom--ul {
  padding: 0;
  margin-bottom: 20px;
}
#reseller-wrap .border-after__grey.border-after__grey-2 {
  text-align: right;
}
#reseller-wrap .border-after__grey.border-after__grey-2 img {
  max-width: 480px;
}
#reseller-wrap .border-after__grey:after {
  content: "";
  position: absolute;
  width: 200%;
  left: -100%;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #DFDFEA;
  z-index: 0;
}
#reseller-wrap .border-after__grey.border-after__grey-2:after {
  right: 0;
  left: -100%;
}
#reseller-wrap .earn--extra__block {
  display: flex;
  flex-direction: row;
  margin-bottom: -16px;
}
@media (max-width: 767px) {
  #reseller-wrap .earn--extra__block {
    margin-bottom: 0;
  }
  #reseller-wrap .earn--extra__block + .referral_bottom_banner {
    margin-top: 0;
  }
  #reseller-wrap .earn--extra__block .col-12 {
    margin-bottom: 18px;
  }
}
#reseller-wrap .earn--extra {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  flex-direction: row;
  padding: 20px 16px;
  margin: 0;
  background: #F5F9FC;
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 20px;
}
#reseller-wrap .earn--extra__pic {
  margin: 0 20px 0 0;
}
#reseller-wrap .earn--extra__pic img {
  width: 60px;
  min-width: 60px;
}
#reseller-wrap .earn--extra__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;
  color: #333333;
  margin-bottom: 8px;
}
#reseller-wrap .earn--extra__p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #8B8B8B;
}
#earn-with-us .earn-bold {
  font-weight: 500;
  font-size: 16px;
  line-height: 153.12%;
  margin-top: 30px;
  margin-bottom: -25px;
  display: block;
}
#earn-with-us .referral-shere-banner {
  background: url('../build/img/referal-new-bg-earn.svg') right 0 bottom 0 no-repeat #fff;
}
@media (max-width: 1199px) {
  #earn-with-us .referral-shere-banner {
    background-size: 216px;
  }
}
#earn-with-us .ref_achievement_item {
  background: #fff;
  color: #333333;
}
#earn-with-us .earn-with-us-banner {
  position: relative;
  margin: 45px 0 -7px 0;
  padding: 12px 8px;
  display: flex;
  align-items: center;
  background: url(../build/img/earn-fef-banner-bg.svg), linear-gradient(180deg,#231E33 0%,#522359 100%);
  background-size: cover;
  border: 2px solid #42BAEA;
  box-sizing: border-box;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #earn-with-us .earn-with-us-banner {
    flex-direction: column;
    padding: 25px 22px 125px 22px;
  }
}
#earn-with-us .earn-with-us-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 114px;
  height: 91px;
  background: url('../build/img/earn-fef-banner-left.svg') no-repeat;
}
@media (max-width: 767px) {
  #earn-with-us .earn-with-us-banner:before {
    background: url('../build/img/earn-fef-banner-left-mob.svg') no-repeat;
    width: 142px;
    height: 151px;
    bottom: -39px;
    left: 50%;
    margin-left: -71px;
  }
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_cell {
  width: 50%;
}
@media (max-width: 767px) {
  #earn-with-us .earn-with-us-banner .earn-with-us-banner_cell {
    width: 100%;
  }
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_info {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin: 0 18px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 162%;
  text-align: right;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  #earn-with-us .earn-with-us-banner .earn-with-us-banner_info {
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_info span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 162%;
  text-align: right;
  color: #D5D4D4;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #FFFFFF;
  border-radius: 8px;
  min-height: 126px;
  max-width: 406px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  #earn-with-us .earn-with-us-banner .earn-with-us-banner_reward {
    align-items: flex-start;
    justify-content: center;
    padding-left: 62px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  #earn-with-us .earn-with-us-banner .earn-with-us-banner_reward {
    padding-left: 45px;
  }
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item {
  position: relative;
  width: 200px;
  text-align: left;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}
@media (max-width: 360px) {
  #earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item {
    font-size: 13px;
  }
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E6E6EF;
  z-index: 1;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item:after {
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  margin-top: -3px;
  width: 2px;
  height: 100%;
  background: #E6E6EF;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item span {
  color: #42BAEA;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.disabled {
  color: #B2B2C3;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.disabled span {
  color: #B2B2C3;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.disabled.done {
  color: #B2B2C3;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.disabled.done span {
  color: #B2B2C3;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.done {
  color: #42BAEA;
  font-weight: 500;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.done span {
  color: #42BAEA;
  font-weight: 500;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.done:before,
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.done:after {
  background: #42BAEA;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item.done + .earn-reward_item:after {
  top: 0;
  height: 150%;
  z-index: 3;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward .earn-reward_item:last-child:after {
  display: none;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -4px;
  width: 38px;
  height: 29px;
  background: url('../build/img/earn-coin-1.svg') no-repeat;
}
#earn-with-us .earn-with-us-banner .earn-with-us-banner_reward:after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -9px;
  width: 34px;
  height: 35px;
  background: url('../build/img/earn-coin-2.svg') no-repeat;
}
#earn-with-us .input-group-edit input.form-control {
  border-right: none;
}
#earn-with-us .input-group-edit .btn-code-ref {
  border-radius: 5px !important;
}
#earn-with-us .input-group-edit .btn-code-ref-edit {
  background: #E6E6EF;
  border-radius: 0 5px 5px 0;
  width: 118px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42BAEA;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #B4B4B4;
  border-left: none;
}
@media (max-width: 767px) {
  #earn-with-us .input-group-edit .btn-code-ref-edit {
    width: 72px;
    margin-right: 0;
  }
}
#earn-with-us .input-group-edit .btn-code-ref-edit i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .loyalty-program__progressbar {
    padding-bottom: 24px;
    order: 1;
  }
}
.loyalty-program__progressbar .progress-status-wrapper .progress-bar-wrap {
  background: rgba(44,197,221,0.24);
  box-shadow: 0px 10px 45px rgba(47,45,133,0.1);
  border-radius: 10px;
  height: 10px;
  margin-bottom: 16px;
}
.loyalty-program__progressbar .progress-status-wrapper .progress-bar-wrap .progress-persent {
  background: #42BAEA;
  border-radius: 10px;
  height: 100%;
}
.loyalty-program__progressbar-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #737373;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .loyalty-program__progressbar-title {
    font-size: 20px;
    line-height: 100%;
  }
}
.loyalty-program__progressbar-title span {
  font-size: 44px;
  font-weight: 500;
  color: #333333;
}
.loyalty-program__wrapper h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .loyalty-program__wrapper h2 {
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .loyalty-program__tab {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .loyalty-program__tab {
    padding-left: 32px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .loyalty-program__tab .ref_achievement_item {
    max-width: calc(50% - 16px);
    flex: 0 0 50%;
    margin: 0 8px 16px;
  }
}
.loyalty-program__tab .ref_responsive {
  padding-top: 32px;
}
@media (min-width: 768px) {
  .loyalty-program__tab .ref_responsive {
    margin-left: -8px;
    margin-right: -8px;
  }
}
.loyalty-program__tab-bottom {
  border-top: 1px solid #E6E6EF;
  margin-top: 24px;
  padding-top: 48px;
}
.loyalty-program__bnr {
  margin-top: 32px;
  padding: 5px 0 5px 30px;
  background: url('../build/img/loyalty-program-bnr.png') left center no-repeat;
  background-size: 18px auto;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}
@media (max-width: 767px) {
  .loyalty-program__bnr {
    background-position: top 5px left;
  }
}
.progress-bar__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #4C4C4C;
}
.progress-bar__title:last-of-type {
  text-align: right;
}
.promo-reward__item {
  background: #fff;
  box-shadow: 0px 10px 45px rgba(131,131,131,0.1);
  border-radius: 10px;
  padding: 18px 30px 12px 26px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
}
@media (max-width: 767px) {
  .promo-reward__item {
    padding: 16px;
  }
}
.promo-reward__title {
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.01em;
  color: #4C4C4C;
  padding-bottom: 6px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .promo-reward__title {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .promo-reward__title:before {
    content: '';
    background: url('../build/img/promo-reward-icon.png') top 5px left no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    display: inline-block;
  }
}
.promo-reward__text {
  color: #8B8B8B;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .promo-reward__text {
    padding-bottom: 16px;
  }
}
.promo-reward__inner {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  .promo-reward__inner {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .promo-reward__inner {
    background: url('../build/img/promo-reward-icon.png') left top no-repeat;
    background-size: 45px auto;
    padding-left: 65px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .promo-reward__inner {
    flex-wrap: wrap;
    position: relative;
  }
}
.promo-reward__btn {
  background: #fff;
  color: #42BAEA;
  border: 1px solid #42BAEA;
  white-space: nowrap;
  width: auto;
}
@media (min-width: 768px) {
  .promo-reward__btn {
    padding: 8px 32px;
  }
}
.promo-reward__btn:hover {
  background: #42BAEA;
  outline: none;
  color: #fff;
}
.promo-reward__title-bottom {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 767px) {
  .promo-reward__title-bottom {
    margin-left: auto;
    position: absolute;
    right: 0;
    font-size: 10px;
    text-align: right;
    max-width: 112px;
  }
}
.how-it-works_btn .call_tour {
  cursor: pointer;
}
.how-it-works_btn .call_tour span {
  padding: 0px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar.toggled .call_tour {
    max-width: 32px;
    max-height: 32px;
    margin: 0 auto;
    background: rgba(96,77,119,0.66);
    border-radius: 6px;
  }
  .sidebar.toggled .call_tour:hover {
    background: rgba(255,255,255,0.3);
  }
  .sidebar.toggled .call_tour span {
    display: none;
  }
  .sidebar.toggled .call_tour img {
    margin: 0 auto;
  }
}
.introjs-overlay,
.introjs-helperLayer,
.introjs-helperNumberLayer {
  display: none;
}
.introjs-tooltip {
  box-sizing: border-box;
  padding: 20px 20px 12px;
  background-color: #2F80ED;
  border-radius: 4px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.05);
  min-width: 320px;
  max-width: 320px;
  color: #fff;
  line-height: 20px;
}
.introjs-tooltip.single-hint {
  min-width: 258px;
  max-width: 258px;
}
.introjs-tooltip.single-hint .introjs-button {
  float: right;
  color: #333333;
  background: #fff;
}
.introjs-tooltip.single-hint .introjs-button:hover,
.introjs-tooltip.single-hint .introjs-button:focus {
  background: #ffffff3d;
  color: #fff;
  background-image: none;
}
.introjs-tooltip.single-hint.single-hint-progress {
  min-width: 300px;
  max-width: 300px;
}
.introjs-tooltip.single-hint.single-hint-progress p {
  margin: 0;
}
.introjs-bullets ul {
  list-style: none;
  padding-left: 0;
}
.introjs-bullets ul li {
  float: none;
  margin: 0 2px;
  display: inline-block;
}
.introjs-bullets ul li a {
  background: #fff;
  opacity: 0.4;
}
.introjs-bullets ul li a.active {
  opacity: 1;
  background: #fff;
}
.introjs-button {
  border: none;
  font-weight: 500;
  font-size: 14px;
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  border-radius: 50px;
  height: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  padding: 0px 5px;
  font-family: 'Gotham Pro';
  cursor: pointer;
}
.introjs-button.introjs-nextbutton {
  color: #333333;
  background: #fff;
}
.introjs-button.introjs-nextbutton:hover {
  background: #ffffff3d;
  color: #fff;
}
.introjs-button.introjs-nextbutton.introjs-disabled {
  font-size: 0;
  cursor: pointer;
}
.introjs-button.introjs-nextbutton.introjs-disabled:before {
  content: 'Got it';
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.introjs-button.introjs-nextbutton.introjs-disabled:hover:before {
  color: #fff;
}
.introjs-button.introjs-prevbutton {
  display: none;
}
.introjs-button:hover,
.introjs-button:focus {
  border-color: unset;
  box-shadow: none;
  background-image: none;
}
.introjs-button.introjs-skipbutton {
  color: #fff;
}
.introjs-button.introjs-skipbutton:hover {
  background: #ffffff3d;
}
.introjs-button.introjs-donebutton {
  background-color: transparent;
}
.introjs-bullets {
  text-align: left;
  display: inline-block;
  margin-top: 10px;
}
.introjs-tooltipbuttons {
  float: right;
  display: flex;
  justify-content: flex-end;
}
.introjs-arrow {
  border: 10px solid transparent;
}
.introjs-arrow.top {
  top: -17px;
  border-bottom-color: #2F80ED;
}
.introjs-arrow.left {
  left: -17px;
  border-right-color: #2F80ED;
}
.introjs-arrow.right {
  right: -17px;
  border-left-color: #2F80ED;
}
.introjs-arrow.left-bottom {
  left: -17px;
  border-right-color: #2F80ED;
}
.introjs-arrow.top-right {
  top: -17px;
  border-bottom-color: #2F80ED;
}
.introjs-arrow.top-middle {
  top: -17px;
  border-bottom-color: #2F80ED;
}
.introjs-arrow.bottom {
  bottom: -17px;
  border-top-color: #2F80ED;
}
.introjs-arrow.bottom-middle {
  bottom: -17px;
  border-top-color: #2F80ED;
}
.introjs-arrow.bottom-right {
  bottom: -17px;
  border-top-color: #2F80ED;
}
.introjs-tooltiptext {
  white-space: normal !important;
}
.introjs-tooltiptext p {
  font-weight: unset;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
.onbording-caption {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .onbording-caption {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-onbording:not(.carousel-onbording-last) {
    top: -8px;
  }
}
@media (min-width: 768px) {
  .carousel-onbording img {
    display: none;
  }
}
@media (min-width: 768px) {
  .carousel-onbording.carousel-onbording-last {
    top: 5px;
  }
}
@media (min-width: 1200px) {
  .carousel-onbording.carousel-last-tip {
    left: auto !important;
    right: -20px;
    top: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .carousel-onbording.carousel-last-tip {
    left: auto !important;
    right: -15px;
    top: auto;
  }
}
.wfp-carousel .progress-line li.is-active:before,
.ir-carousel .progress-line li.is-active:before {
  transform: scale(1.6);
}
.wfp-carousel .progressbar-wrapper,
.ir-carousel .progressbar-wrapper {
  z-index: 0 !important;
}
.carousel-order-inquiry {
  margin-top: 8px !important;
}
@media (max-width: 767px) {
  .carousel-order-inquiry {
    min-width: 300px;
    max-width: 300px;
  }
}
.carousel-order-inquiry.carousel-order-inquiry-first {
  left: -10px !important;
}
.carousel-order-inquiry.carousel-order-inquiry-first .introjs-arrow {
  left: 6px !important;
}
@media (max-width: 385px) {
  .carousel-order-inquiry.carousel-order-inquiry-first .introjs-arrow {
    left: 10px !important;
  }
}
@media (max-width: 767px) {
  .carousel-order-inquiry.carousel-order-inquiry-step2 {
    left: -40px !important;
  }
}
@media (max-width: 767px) {
  .carousel-order-inquiry.carousel-order-inquiry-step2 .introjs-arrow {
    left: calc(31% - 10px) !important;
  }
}
@media (max-width: 767px) {
  .carousel-order-inquiry.carousel-order-inquiry-step4 {
    left: auto !important;
    right: -40px;
  }
  .carousel-order-inquiry.carousel-order-inquiry-step4 .introjs-arrow {
    left: auto !important;
    right: calc(36% - 29px);
  }
}
.carousel-order-inquiry.carousel-order-inquiry-last {
  right: -9px !important;
}
@media (max-width: 767px) {
  .carousel-order-inquiry.carousel-order-inquiry-last {
    right: 0px !important;
  }
  .carousel-order-inquiry.carousel-order-inquiry-last .introjs-arrow {
    left: auto !important;
    right: 1px !important;
  }
}
.btn-single-onbording {
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 0;
  position: absolute;
  bottom: 15px;
}
.btn-single-onbording:hover {
  opacity: 0.4;
  color: #fff;
}
.hint-caption {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}
.introjs-tooltip.single-hints-inner {
  max-width: 248px;
  min-width: 248px;
}
.introjs-tooltip.single-hints-inner .introjs-donebutton {
  color: #333333;
  background: #fff;
}
.introjs-tooltip.single-hints-inner .introjs-donebutton:hover {
  background: #ffffff3d;
  color: #fff;
}
.introjs-tooltip.single-hints-inner .introjs-bullets {
  display: none !important;
}
.introjs-tooltip.single-hints-inner.single-hints-additinal {
  right: -7px !important;
}
@media (min-width: 768px) {
  .introjs-tooltip.single-hints-inner.single-hints-messages {
    left: -125px !important;
  }
}
@media (max-width: 395px) {
  .introjs-tooltip.single-hints-inner.single-hints-messages {
    left: -150px !important;
  }
}
@media (min-width: 768px) {
  .introjs-tooltip.single-hints-inner.single-hints-messages .introjs-arrow {
    left: calc(50% - 5px) !important;
    right: auto;
  }
}
@media (max-width: 395px) {
  .introjs-tooltip.single-hints-inner.single-hints-messages .introjs-arrow {
    left: auto !important;
    right: 84px !important;
  }
}
@media (min-width: 768px) {
  .introjs-tooltip.single-hints-inner.single-hints-files {
    left: -126px !important;
  }
}
@media (max-width: 385px) {
  .introjs-tooltip.single-hints-inner.single-hints-files {
    left: auto !important;
    right: -18px !important;
  }
}
@media (min-width: 768px) {
  .introjs-tooltip.single-hints-inner.single-hints-files .introjs-arrow {
    left: calc(50% - 5px) !important;
  }
}
@media (max-width: 385px) {
  .introjs-tooltip.single-hints-inner.single-hints-files .introjs-arrow {
    left: auto !important;
    right: 31px !important;
  }
}
.introjs-tooltip.single-hint-rate {
  left: calc(50% - 10px);
}
@media (max-width: 767px) {
  .introjs-tooltip.single-hint-rate .introjs-arrow {
    left: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .introjs-tooltip.single-hint-paybtn {
    left: auto !important;
    right: 0px;
  }
  .introjs-tooltip.single-hint-paybtn .introjs-arrow {
    right: 30px;
    left: auto !important;
  }
}
.introjs-showElement {
  z-index: unset !important;
}
.introjs-tooltipReferenceLayer {
  -webkit-transition: all .01s ease-out;
  -moz-transition: all .01s ease-out;
  -ms-transition: all .01s ease-out;
  -o-transition: all .01s ease-out;
  transition: all .01s ease-out;
}
@media (min-width: 992px) {
  .introjs-tooltipReferenceLayer {
    z-index: 9 !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .sidebar.toggled .nav-item .nav-link > span {
    padding: 0 0 0 36px;
  }
  .sidebar.toggled .nav-item .nav-link > span > span.counter {
    position: absolute;
    margin-left: -5px;
  }
}
@media (max-width: 767px) {
  .carousel-onbording {
    width: 100% !important;
    min-width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    position: fixed;
    overflow-y: auto;
    padding: 0;
    background: #fff;
    margin-left: 0 !important;
    margin-top: 0 !important;
    opacity: 1 !important;
  }
  .carousel-onbording img {
    max-width: 260px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 24px;
    left: calc(50% - 135px);
    z-index: 0;
  }
  .carousel-onbording .introjs-arrow {
    display: none !important;
  }
  .carousel-onbording .onbording-caption,
  .carousel-onbording .onbording-body_text,
  .carousel-onbording .introjs-bullets {
    background-color: #2F80ED;
    z-index: 1;
    position: relative;
  }
  .carousel-onbording .introjs-tooltipbuttons {
    background: #0053C3;
    border-top: 1px solid #E6E6EF;
    padding: 0 22px;
    z-index: 1;
    position: relative;
  }
  .carousel-onbording .onbording-caption {
    margin-bottom: 0px;
    padding: 24px 24px 18px;
  }
  .carousel-onbording .introjs-bullets {
    margin-top: 0px;
    padding: 20px 0 16px;
    text-align: center;
  }
  .carousel-onbording .introjs-tooltipbuttons {
    justify-content: space-between;
    height: 88px;
    align-items: center;
  }
  .carousel-onbording .onbording-body_text {
    padding: 0px 24px;
  }
  .carousel-onbording .introjs-button {
    height: 40px;
    width: 130px;
    margin: 0;
  }
  .carousel-onbording .introjs-button:hover,
  .carousel-onbording .introjs-button:focus {
    background-image: none;
  }
  .carousel-onbording .introjs-button.introjs-skipbutton {
    border: 1px solid #FFFFFF;
  }
}
.navbar.introjs-fixParent {
  z-index: 9 !important;
}
.introjs-overlay {
  position: absolute;
  z-index: 999999;
  opacity: 0;
}
.introjs-fixParent {
  z-index: auto !important;
}
.introjs-showElement {
  z-index: 9999999;
}
.introjs-relativePosition {
  position: relative;
}
.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.introjs-helperNumberLayer {
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  width: 20px;
  height: 20px;
}
.introjs-arrow {
  position: absolute;
}
.introjs-tooltip {
  position: absolute;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
}
.introjs-button {
  position: relative;
  overflow: visible;
}
.introjs-tooltipReferenceLayer {
  position: absolute !important;
}
.introjs-helperLayer {
  background: transparent;
}
.introjs-overlay {
  display: none;
}
.introjs-helperLayer:before {
  opacity: 0;
  content: '';
  position: fixed;
  width: inherit;
  height: inherit;
  opacity: 1;
}
.introjs-helperLayer:after {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 1000;
}
.introjs-overlay {
  position: absolute !important;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .introjs-fixParent {
    position: relative !important;
  }
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span,
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i,
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover,
.bootstrap-datetimepicker-widget table td span:hover,
.bootstrap-datetimepicker-widget table td i:hover,
.bootstrap-datetimepicker-widget .table-condensed .btn-primary,
.bootstrap-datetimepicker-widget .picker-switch td span,
.bootstrap-datetimepicker-widget .picker-switch td i {
  background: #42BAEA;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget .table-condensed .btn-primary {
  background: #42BAEA !important;
}
.bootstrap-datetimepicker-widget .table-condensed .btn-primary {
  border-color: #42BAEA !important;
}
.bootstrap-datetimepicker-widget .datetimepicker-confirm {
  background: #15AE9B;
}
.btn-custom {
  border-radius: 3px;
}
.btn-violet,
.tip-writer_modal .yellow-btn,
.new-rate-modal .btn-custom.yellow-btn,
.btn-violet-msg,
.yellow-btn,
.preview-wrap .btn-main {
  background: #15AE9B;
}
.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet-msg:hover,
.yellow-btn:hover,
.yellow-btn:active,
.preview-wrap .btn-main:hover,
.preview-wrap .btn-main:focus,
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td span:hover,
.datepricker-new-addon .bootstrap-datetimepicker-widget .picker-switch td i:hover {
  background: #0bbea7;
}
.new-rate-modal .btn-rate-block,
a.link,
.btn-favorite.btn-favorite-active,
.rating-order-box .new-rate-order-holder .rating-order-item .rate-caption-item {
  color: #15AE9B;
}
.new-rate-modal .btn-rate-block:hover,
.btn-favorite.btn-favorite-active,
.btn-favorite:hover {
  color: #0bbea7;
}
.btn-blue-border {
  color: #15AE9B;
  border-color: #15AE9B;
}
.btn-switch-version {
  border-radius: 3px;
}
.alert-cancelled .btn-violet {
  background: #42BAEA;
}
.alert-cancelled .btn-violet {
  background: #11BAFD;
}
.drop-files--extended__container .btn-file {
  background: #737373 !important;
  border-radius: 4px !important;
}
.drop-files--extended__container .btn-file:hover,
.drop-files--extended__container .btn-file:focus,
.drop-files--extended__container .btn-file:active {
  background: #737373 !important;
  border-radius: 4px !important;
  border-radius: 4px !important;
}
.modal-custom .modal-content .btn-custom {
  background: #15AE9B;
  border-radius: 3px;
  color: #fff;
}
.modal-custom .modal-content .btn-custom:hover,
.modal-custom .modal-content .btn-custom:focus,
.modal-custom .modal-content .btn-custom:active {
  background: #17a291;
}
#ModalCancelNew .modal-content .btn-custom {
  border-radius: 4px !important;
}
#ModalCancelNewSuccess .modal-content .btn-custom.yellow-btn {
  background: #11BAFD !important;
}
#ModalCancelNewSuccess .modal-content .btn-custom.yellow-btn:hover,
#ModalCancelNewSuccess .modal-content .btn-custom.yellow-btn:focus,
#ModalCancelNewSuccess .modal-content .btn-custom.yellow-btn:active {
  background: #42BAEA !important;
}
#ModalCancelNewSuccessPayed .modal-content-confirm_t .btn-main {
  background: #11BAFD !important;
}
#ModalCancelNewSuccessPayed .modal-content-confirm_t .btn-main:hover {
  background: #42BAEA !important;
}
.btn-transparent {
  background: transparent !important;
  color: #737373 !important;
  border: 1px solid #737373 !important;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #737373 !important;
  color: #fff !important;
  border: 1px solid #737373 !important;
}
.btn-main:hover,
.btn-main:focus {
  background: #42BAEA;
}
.float_btn_wrapper {
  z-index: 9;
  bottom: 40px;
  right: 40px;
}
.sidebar .sidebar-brand .sidebar-brand-desk img {
  max-width: 160px;
}
@media (max-width: 767px) {
  .topbar .logo-mobile img {
    height: 30px;
    margin-top: 0;
  }
}
.topbar {
  background: #fff;
}
.sidebar #sidebarToggle,
.sidebar #sidebarToggle:focus,
.sidebar #sidebarToggle:hover {
  background: #313237;
}
@media (min-width: 992px) {
  .sidebar .sidebar-wrap {
    background: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .topbar.navbar-light .navbar-nav .nav-item.nav-item-alerts {
    justify-content: flex-end;
    padding-right: 15px;
  }
}
.xdsoft_close_selected {
  background: url("../build_2021/img/reset.svg?v=1") no-repeat;
}
.xdsoft_save_selected {
  background: url("../build_2021/img/ok.svg?v=1") no-repeat;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #42BAEA;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #42BAEA;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F8FCFF;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  background: #42BAEA !important;
  color: #fff !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background: url("../build_2021/img/up.svg?v=1") no-repeat !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  background: url("../build_2021/img/down.svg?v=1") no-repeat !important;
}
.backgroud_period_deadline {
  background: #F8FCFF !important;
}
.backgroud_period_deadline:hover {
  color: #333 !important;
}
.sidebar .navbar-terms li a {
  color: #fff;
}
.topbar .nav-item .loyalty-nav-box {
  pointer-events: none;
}
.auth-wrapper {
  overflow-x: hidden;
}
.auth-wrapper .main-holder .header-row {
  background: #fff;
  border-bottom: 1px solid #DFDFEA;
}
.auth-wrapper .main-holder .header-row .logo-item img {
  max-width: 142px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part .sub-title-hint {
  max-width: 100%;
  color: #828282;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .content-part:after {
  position: relative;
  height: 377px;
  width: 100%;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder {
  border-radius: 10px;
  background: #F5F9FC;
  box-shadow: 0px 10px 20px rgba(175,175,175,0.2);
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
  height: 404px;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .yellow-btn {
  background: #15AE9B;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .btn-form-box .login-options button.fb-login-btn {
  background: #3B5998;
  border-color: #3B5998;
  color: #fff;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .aside-holder-bg:before {
  display: none !important;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-input:checked + .form-check-label:after {
  top: 9px;
  left: -26px;
  background: url(../build_2021/img/Icon_Selected.png) no-repeat;
  background-size: 13px 9px;
}
@media (max-width: 767px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .form-check .form-check-input:checked + .form-check-label:after {
    left: -30px;
    background-position: center;
  }
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
  height: 504px;
  background: url(../build_2021/img/footer1-cut.png) no-repeat;
  z-index: -1;
  background-size: 100% 100%;
}
@media (max-width: 1400px) {
  .auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder:after {
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    height: 504px;
  }
}
.btn-form {
  color: #6393ED;
}
.change-option-box .btn-form {
  color: #3771DD;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control:focus,
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .form-auth .input-control:active {
  border: 1px solid #11BAFD;
}
.auth-wrapper .main-holder .auth-form-row .center-holder .aside-holder .input-phone-inner .input-control.select-highlight {
  border-color: #11BAFD;
  box-shadow: 0px 0px 4px 0px #bfd6d3;
}
.filter-single-wrap .select2-container--default.select2-container--focus .select2-selection--multiple,
.filter-single-wrap .select2-container--default.select2-container--open .select2-selection,
.filter-single-wrap .select2-container--default.select2-container--open .select2-dropdown {
  border-color: #D6E6DF !important;
}
.select2-container--default.select2-container--open .select2-dropdown {
  border: solid #d6e6e0 1px !important;
}
.order-list-inner .order-item .price-holder .price-box {
  color: #11BAFD;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  border: 1px solid #11BAFD;
}
.select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]:before {
  background-size: 10px;
  background-position: 50% 50%;
}
.filter-single-wrap.sort-filter-wrap .sort-arrow {
  background-size: cover;
}
.order-list-inner .order-item {
  margin: 6px 0px;
  box-shadow: 0px 2px 6px #E6E6EF;
}
.file-btns.file-upload path {
  fill: #11BAFD !important;
}
.file-btns.file-download path {
  fill: #4C4C4C !important;
}
.wrapper-preview-box .btn-approve {
  background: #11BAFD;
  border-radius: 3px;
}
.wrapper-preview-box .btn-approve:hover {
  background: #42BAEA;
  border-radius: 3px;
  border-color: #42BAEA;
  color: #FFFFFF;
}
.preview-wrap .preview-block img {
  width: 147px;
  margin: 39px 0 25px 0;
}
.writes-main-wrap .tab-content .tasks-holder .progress-writers .witers-status {
  color: #4C4C4C;
}
.writes-main-wrap .tab-content .footer-btn-holder button.btn-transparent {
  color: #15AE9B !important;
  border: 1px solid #15AE9B !important;
}
.writes-main-wrap .tab-content .footer-btn-holder button.btn-transparent:focus,
.writes-main-wrap .tab-content .footer-btn-holder button.btn-transparent:hover,
.writes-main-wrap .tab-content .footer-btn-holder button.btn-transparent:active {
  background: #0bbea7 !important;
  color: #fff !important;
  border: 1px solid #0bbea7 !important;
}
.writes-main-wrap .tab-content .footer-btn-holder button.btn-transparent.btn-transparent.btn-disabled {
  color: #D1D1D1 !important;
  border: 1px solid #D1D1D1 !important;
}
.favorite-writers .btn-prohibition-active {
  color: #EB5757;
}
.favorite-writers .btn-prohibition-active.btn-disabled {
  color: #D1D1D1;
}
.favorite-writers .btn-transparent {
  background: transparent !important;
  color: #42BAEA !important;
  border: 1px solid #42BAEA !important;
}
@media (max-width: 991px) {
  .favorite-writers .btn-transparent {
    border: none !important;
  }
}
.favorite-writers .btn-transparent.btn-disabled {
  background: transparent !important;
  color: #D1D1D1 !important;
  border: 1px solid #D1D1D1 !important;
}
@media (max-width: 991px) {
  .favorite-writers .btn-transparent.btn-disabled {
    border: none !important;
  }
}
.timeline-stars > span {
  padding-left: 0;
  padding-top: 50px;
  background-position: left 50% top 0;
  background-size: 44px 47px;
}
.banner-bonus__wrap .banner-bonus:before {
  right: 59px;
  width: 102px;
  height: 118px;
}
@media (max-width: 767px) {
  .banner-bonus__wrap .banner-bonus:before {
    display: none;
  }
}
.banner-bonus__wrap .banner-bonus:after {
  display: none;
}
.game-wrapper .challenge-cards .card__value,
.game-wrapper .owl-item .card__value {
  background: #BDBDBD;
}
.game-wrapper .reward__item a button.btn-transparent {
  background: transparent !important;
  color: #11BAFD !important;
  border: 1px solid #11BAFD !important;
}
.game-wrapper .reward__item a button.btn-transparent:hover,
.game-wrapper .reward__item a button.btn-transparent:focus,
.game-wrapper .reward__item a button.btn-transparent:active {
  background: #11BAFD !important;
  color: #fff !important;
  border: 1px solid #11BAFD !important;
}
.game-wrapper .timeline-wrapper {
  border-radius: 20px;
}
.rewards-cards__wrapper .tabs .nav-item.active {
  color: #11BAFD;
}
.game-wrapper .timeline .dot.dot-current .price-wrapper {
  border-color: #9CCDB8;
}
.game-wrapper .timeline .dot.dot-prev:before {
  background: #9CCDB8;
}
.table.table-striped thead th {
  background: #BDBDBD;
}
.points-cards__wrapper .tabs a.active,
.points-cards__wrapper .tabs a.current {
  color: #11BAFD;
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--5:before {
  background: url(../build_2021/img/paper_helper_levels-1.svg) no-repeat 100% 100%;
  bottom: 50%;
  margin-bottom: -25px;
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--10:before {
  background: url(../build_2021/img/paper_helper_levels-2.svg) no-repeat 100% 100%;
  bottom: 50%;
  margin-bottom: -25px;
}
.bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
  background: url(../build_2021/img/paper_helper_levels-3.svg) no-repeat 100% 100%;
  bottom: 50%;
  margin-bottom: -25px;
}
@media (max-width: 767px) {
  .bonus-per__wrap .bonus-per__item.bonus-per__item--5:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--10:before,
  .bonus-per__wrap .bonus-per__item.bonus-per__item--15:before {
    margin-bottom: -60px !important;
    background-position: 50% 50% !important;
  }
}
.hiw-container .timeline-image .timeline-image-before {
  background: #42BAEA !important;
}
.pagination li.active a {
  background: #9CCDB8 !important;
  border-color: #9CCDB8 !important;
}
.pagination li a {
  border: 1px solid #9CCDB8;
  color: #9CCDB8;
}
.pagination li.active a {
  background: #9CCDB8 !important;
  border-color: #9CCDB8 !important;
}
.pagination li a:hover,
.pagination li a:focus {
  background: #9CCDB8 !important;
  border-color: #9CCDB8 !important;
  color: #fff;
  text-decoration: none;
}
.pagination li:first-child a:before,
.pagination li:last-child a:before {
  color: #9CCDB8;
}
.pagination li a:hover:before,
.pagination li a:focus:before {
  background: #9CCDB8 !important;
  border-color: #9CCDB8 !important;
  color: #fff;
}
.bonus-per__wrap .bonus-per__item .bonus-per__quantity {
  color: #11BAFD;
}
.referral-notified-banner {
  background-image: none;
}
@media (max-width: 767px) {
  .referral-notified-banner {
    padding: 34px 20px;
    min-height: unset;
  }
}
@media (min-width: 768px) {
  #settings-page .settings-block .settings-container .settings-item.active:hover {
    background: #F8FCFF;
  }
  #settings-page .settings-block .settings-container .settings-item.active:hover .btn-edit {
    background: #F6FBF8;
    border: 1px solid #E6E6EF;
  }
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel {
  background: transparent;
  color: #737373;
  border: 1px solid transparent;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel:hover,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel:focus,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-cancel:active {
  background: transparent;
  color: #737373;
  border: 1px solid transparent;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main {
  background: #15AE9B;
  border-radius: 3px;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main:hover,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main:focus,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main:active {
  background: #17a291;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main:hover span,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main:focus span,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main:active span {
  opacity: 1;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .settings-item_edit--modal-btn .btn-main span {
  color: #FFFFFF;
  opacity: 0.6;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal {
  background: #F8FCFF;
  border: 1px solid #D1E9FC;
}
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-email,
#settings-page .settings-block .settings-container .settings-item .settings-item_edit--modal .add-phone {
  color: #11BAFD;
}
.preferense-sidebar__wrapper .preferense-sidebar .btn-main {
  background: #15AE9B;
}
.preferense-sidebar__wrapper .preferense-sidebar .btn-main:hover {
  background: #0bbea7;
}
.preferense-sidebar__wrapper .preferense-sidebar {
  box-shadow: 0 10px 45px rgba(131,131,131,0.1);
}
.select2-container--default .select2-search--dropdown {
  border-top-color: transparent;
}
.sidebar .sidebar-pic,
.game-wrapper .timeline-wrapper:before {
  display: none !important;
}
#lottie-wrapper #contacts-btn.contact-button.up {
  background: url(../build_2021/img/chat-icon-btn-close.svg) no-repeat;
}
.contact-button {
  background: url("../build_2021/img/chat-icon-bg.gif") no-repeat;
  background-size: cover;
}
.order-list-inner .order-item .bold-caption-holder.order-caption a {
  border-bottom-color: #4C4C4C;
  color: #4C4C4C;
}
.order-list-inner .orders-caption:before {
  background: #F5F9FC;
}
.jspDrag {
  background: #456774;
}
.modal-custom.modal_paynow .paynow_body.scroll-pane .jspDrag {
  background: #DDE8E4;
}
.rate-section .btn-transparent {
  color: #11BAFD !important;
  border-color: #11BAFD !important;
  border-radius: 3px;
}
.rate-section .btn-transparent.rate-disabled {
  opacity: 0.3;
}
.rate-section .btn-transparent:hover,
.rate-section .btn-transparent:focus,
.rate-section .btn-transparent:active {
  background: #11BAFD !important;
  border-color: #11BAFD !important;
  color: #fff !important;
}
.rate-section {
  background: #F8FCFF;
}
.wrap-approved-header:after {
  background-size: 53px auto;
}
.wrap-approved-header {
  background: #456774;
}
.modal-custom .rate-wrap .rate-img {
  background: #F8FCFF;
  border: 2px solid #E6E6EF;
}
.modal-custom .rate-wrap .rate-item-img.support-img {
  background-size: 48px auto !important;
}
.modal-custom .rate-wrap .rate-item-img.team-img {
  background-size: 68px auto !important;
}
.modal-custom .btns-recommend-rate .btn-rate-single input[type="radio"]:checked + span::after {
  border-color: #11BAFD;
  background: #11BAFD;
}
.modal-custom .alert-msg-rate {
  background: #F8FCFF;
}
.modal-custom .rate-wrap {
  border-color: #E6E6EF;
}
.modal-custom .rate-wrap .rate-item-img.writer-img {
  background-size: 54px auto !important;
}
.summary-block-wrapper .yellow-btn {
  background: #11BAFD;
}
.progress-line .is-complete:after,
.progress-line .is-active:after {
  border-color: #42BAEA;
}
.progress-line .is-active .progress-block:before {
  display: none;
}
#wrapper #content-wrapper #content,
#wrapper #content-wrapper {
  background-color: #F5F9FC;
}
.btn-blue-border:hover {
  background: #15AE9B;
  color: #fff;
}
.order-details-block .order-option {
  color: #737373;
}
.banner-payment {
  border-color: #F8FCFF;
}
.alert-grey {
  background: #42BAEA;
}
.summary-bottom .checkbox-v,
.summary-block-wrapper .plagiarism-extras-holder {
  background: #F8FCFF;
  border: 1px solid #E6E6EF;
}
.summary-extend-information {
  background: #3A5A67;
}
.summary-block-default .have-discount {
  color: #A3A3A3;
}
.summary-extend-deadline {
  background: #42BAEA;
}
.summary-extend-deadline-wrap.extend-deadline-box .summary-extend-deadline a {
  color: #fff;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num.bottom {
  background: linear-gradient(180deg,#C4C4C4 0%,#F5F9FC 40%);
}
.extras-selected .extras-selected-bottom {
  background: #D4E1F9;
}
.summary-block-wrapper .summary-block .wrap-counter {
  background: #F8FCFF;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner:after {
  display: none;
}
.summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .number,
.summary-block-wrapper .summary-block .wrap-counter__bottom .wrap-counter__day,
.summary-block-wrapper .summary-block .wrap-counter__bottom .wrap-counter__hours {
  color: #737373;
}
.extras-selected .extras-selected-items,
.extras-selected .extras-selected-top {
  background: #F8FCFF;
}
.extras-selected {
  border: 1px solid #E6E6EF;
  border-radius: 8px;
}
@media (min-width: 1440px) {
  .summary-block-wrapper .summary-block .counter-holder {
    margin: 0 -3px;
  }
}
.summary-block-wrapper .summary-block .counter-holder .wrap-counter {
  background: #F8FCFF;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline {
  background: #1E6C63;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline:hover {
  background: #195851;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline:hover a {
  color: #fff;
}
.summary-block-wrapper .summary-block .counter-holder .summary-extend-deadline a {
  color: #fff;
}
#inquiry-page .summary-block-default {
  background: #456774;
}
#inquiry-page .summary-block-default:before {
  content: '';
  width: 147px;
  height: 192px;
  position: absolute;
  right: -9px;
  top: -4px;
  background: url(../build_2021/img/rocket-sum.png) no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  #inquiry-page .summary-block-default:before {
    display: block;
  }
}
#inquiry-page .summary-block-wrapper .summary-block {
  padding-bottom: 0px;
}
.order-details-block .order-option-value.order-option-price span {
  color: #828282;
}
.banner-payment {
  padding: 30px 15px 30px 48px;
}
.select2-results__option--highlighted[aria-selected] {
  background-color: #F5F9FC !important;
}
.order-actions-block .select2-container--default .select2-selection {
  background: #F5F9FC;
}
.order-actions-block .select2-selection__placeholder,
.order-actions-block .select2-container--default.select2-container--below .select2-selection:before,
.order-actions-block .select2-container--default.select2-container--above .select2-selection:before {
  color: #4C4C4C !important;
}
.order-details-block .order-option-value span.see-more-instructions,
.order-details-block .order-option-value .see-more-instructions,
.order-details-block .order-option-value .see-less-instructions {
  color: #42BAEA;
}
.order-actions-block .select2-container--default.select2-container--below .select2-selection,
.order-actions-block .select2-container--default.select2-container--above .select2-selection {
  background: #F5F9FC;
}
.order-actions-block .select2-container--default.select2-container--focus .select2-selection__placeholder {
  background-color: transparent;
}
.input-group-datapicker:hover:after,
.input-group-datapicker:focus:after {
  background: url(../build_2021/img/datapicker.svg) 50% 50% no-repeat #11BAFD;
}
.modal-revision .revision-deadline {
  background: #F8FCFF;
  border: 1px solid #D1E9FC;
}
.status-pink {
  color: #11BAFD;
  background: #F5F5F5;
}
.order-details-block .order-option-value a:hover {
  color: #11BAFD;
}
.modal-custom.modal_paynow .payment-col {
  background: #F8FCFF;
  border-left: 1px solid #DDE8E4;
}
.modal-custom.modal_paynow .payment_method_box {
  border-color: #E6E6EF;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus-wrap-head {
  background: #F8FCFF;
  border-bottom: 1px solid #E6E6EF;
}
.modal-custom.modal_paynow .bonus-wrapper {
  border-color: #E6E6EF;
}
.modal-custom.modal_paynow .bonus-wrapper .apply-bonus {
  background: #11BAFD;
}
.modal-custom.modal_paynow .bonus-wrapper .bonus_code_hint {
  background: #DDE8E4;
}
.modal-custom.modal-thanku .call-thanku-img {
  width: auto;
}
.messages-items-wrap .message-item.msg-support-important .msg-line,
.messages-items-wrap .message-item.msg-support-light .msg-line,
.messages-items-wrap .message-item.msg-support-inquiry .msg-line {
  background-image: none !important;
}
.messages-items-wrap .message-item.msg-support-important .msg-line,
.messages-items-wrap .message-item.msg-support-inquiry .msg-line {
  background: #42BAEA !important;
}
.messages-items-wrap .message-item.msg-support-important .msg-line:before,
.messages-items-wrap .message-item.msg-support-light .msg-line:before,
.messages-items-wrap .message-item.msg-support-inquiry .msg-line:before {
  bottom: 0px;
}
.messages-items-wrap .message-item.msg-support-light .msg-line:before {
  width: 95px;
  height: 108px;
  bottom: 10px;
  right: 10px;
}
.btn-msg-custom:before,
.msg-support-inquiry .btn-msg-custom:before {
  background: #067F53;
  border-radius: 4px;
  opacity: 1;
  z-index: -1;
}
.msg-support-light .btn-msg-custom:before {
  background: #087381;
}
.messages-items-wrap .message-item.msg-support-inquiry .msg-line:before {
  width: 128px;
}
@media (min-width: 1440px) {
  .summary-block-default {
    background: #456774;
    margin-top: 0px;
    border-radius: 10px 10px 0 0;
    border: solid #3A5A67;
    border-width: 3px 3px 0 3px;
  }
  .summary-block-default:before {
    content: '';
    width: 147px;
    height: 192px;
    right: -9px;
    top: -4px;
    background: url(../build_2021/img/rocket-sum.png) no-repeat;
    background-position: center;
    position: absolute;
  }
  .summary-block-default .summary-block-default-inner {
    min-height: 184px;
    padding-top: 24px;
  }
  .summary-block-default .summary-discount__container {
    top: 33px;
  }
  .preferense-sidebar__wrapper .preferense-sidebar {
    background-position: top 36px right 9px;
  }
}
@media (min-width: 1440px) {
  .summary-block-wrapper .summary-block.summary-block-bill {
    border-bottom: none !important;
  }
}
@media (max-width: 1439px) {
  .summary-block-wrapper .summary-block {
    background: #456774;
    border-right-color: #456774;
    border-left-color: #456774;
    border-top-color: #456774;
  }
  .summary-block-wrapper .summary-block:before {
    width: 147px;
    height: 192px;
    right: auto;
    left: 165px;
    z-index: 1;
    background-position: center;
    top: 20px;
  }
  .summary-block-wrapper .summary-block .summary-bottom {
    z-index: unset;
  }
  .summary-block-wrapper .summary-block.summary-block-no-extras {
    overflow: unset;
  }
  .summary-block-wrapper .summary-block.summary-block-no-extras:before {
    right: -12px;
    left: auto;
  }
  .summary-block-wrapper .summary-block.summary-block-bill {
    background: #456774;
    overflow: unset;
  }
  .summary-block-wrapper .summary-block.summary-block-bill:before {
    width: 147px;
    height: 192px;
    right: -12px;
    left: auto;
  }
  .preferense-sidebar__wrapper .preferense-sidebar {
    background: url('../build_2021/img/sidebar-notif.svg') no-repeat;
    background-position: top 36px right 9px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .preferense-sidebar__wrapper .preferense-sidebar {
    background: url(../build_2021/img/sidebar-notif.svg) no-repeat;
    background-position: bottom 25px right 9px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .wrap-approved-header {
    display: block;
  }
  .wrap-approved-header:after {
    display: block;
    position: absolute;
    right: calc(370px);
    top: -10px;
    background-size: 44px auto;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .extras-selected .extras-selected-bottom {
    background: #EBF3EE;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter,
  .summary-block-wrapper .summary-block .wrap-counter {
    background: #fff;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .summary-bottom {
    border: 1px solid #E6EDE9;
  }
  .extras-selected .extras-selected-items,
  .extras-selected .extras-selected-top {
    background: #fff;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter .extend-deadline-img {
    background-size: 105px;
    width: 108px;
    height: 108px;
  }
  .summary-block-wrapper .summary-block .wrap-counter .wrap-counter-inner .wrap .wrap-num.top {
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .rate-section {
    border-bottom-color: #E6E6EF;
  }
  .modal-custom .rate-wrap .rate-title-box {
    background: #F8FCFF;
    border: 2px solid #E6E6EF;
  }
  .modal-custom .rate-wrap.rate-wrap-team .rate-title-box:before,
  .modal-custom .rate-wrap.rate-wrap-writer .rate-title-box:before {
    background-size: contain;
  }
  .summary-block-wrapper .summary-block.summary-wrap-counter {
    background: #fff;
  }
  .extras-selected {
    border: 1px solid #E6E6EF;
  }
  .order-summary__position .extras-selected {
    background: #fff;
    margin: 0px 0 12px;
    padding: 0px;
  }
  .summary-block-default {
    overflow: unset;
  }
  .summary-block-default:before {
    width: 147px;
    height: 192px;
    left: auto;
    right: -9px;
    top: -4px;
    background: url(../build_2021/img/rocket-sum.png) no-repeat;
    background-position: center;
  }
  .order-title-wrapper .order-actions-block .btn {
    color: #fff;
    background: #42BAEA;
  }
  .order-title-wrapper .order-actions-block .btn:hover {
    background: #11BAFD;
  }
  .rate-wrap-recommend .alert-msg-rate {
    position: relative;
    top: 0px;
  }
  .rate-wrap-recommend .rate-items-holder {
    padding-bottom: 20px;
  }
  .modal-custom .alert-rate {
    bottom: 7px;
  }
  .preferense-sidebar__wrapper .preferense-sidebar {
    background: url(../build_2021/img/sidebar-notif.svg) no-repeat;
    background-position: top 15px right 5px;
    background-size: 37px;
  }
  .sidebar .btn-balance {
    pointer-events: none;
  }
}
#lottie-block {
  display: none;
}
#lottie-wrapper #contacts-btn.contact-button.up {
  background: #42BAEA url(../build_2021/img/chat-icon-btn-close.svg) no-repeat;
  animation: none;
}
#contacts-popup .phone-icon {
  background: url(../build_2021/img/call-answer.svg) no-repeat 0% 50%;
  background-size: 26px 26px;
}
#contacts-btn.contact-button.up {
  animation: none;
}
.contact-button {
  background: url(../build_2021/img/chat-icon-bg.gif) no-repeat;
  background-size: cover;
}
#lottie-wrapper #contacts-btn {
  top: 289px;
  left: 215px;
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-animation: floatbtnanim 5s infinite;
  animation: floatbtnanim 5s infinite;
  background: #42BAEA;
  background-repeat: no-repeat;
}
@-webkit-keyframes floatbtnanim {
  0% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  20% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  35% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  60% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  75% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  100% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@keyframes floatbtnanim {
  0% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  20% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  35% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  60% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  75% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  100% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@-moz-keyframes floatbtnanim {
  0% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  20% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  35% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  60% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  75% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  100% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@-ms-keyframes floatbtnanim {
  0% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  20% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  35% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  60% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  75% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  100% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
@-o-keyframes floatbtnanim {
  0% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  20% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  35% {
    background-image: url(../build_2021/img/float-btn/telephone.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  60% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  75% {
    background-image: url(../build_2021/img/float-btn/close-envelope.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  100% {
    background-image: url(../build_2021/img/float-btn/speech-bubbles.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
}
.banner_wrap {
  padding: 0 25px 47px;
}
.banner_wrap .banner {
  background-color: #F2F7F6;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}
.banner_wrap .banner:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  left: 10px;
  background-image: url("/public_new/build_2021/img/banner/wmp_top_writers.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.banner_wrap .banner .banner_right_part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_wrap .banner .text_wrp {
  padding-left: 80px;
}
.banner_wrap .banner p {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 16px;
  color: #293337;
  font-weight: 100;
  padding-left: 60px;
}
.banner_wrap .banner p .strong {
  font-weight: bold;
}
.banner_wrap .banner p br {
  display: none;
}
.banner_wrap .banner a {
  background-color: #11BAFD;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  padding: 9.5px 8px;
}
.banner_wrap .banner .banner_close_wrp {
  margin-top: -2px;
}
.banner_wrap .banner .banner_close {
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner_wrap .banner .banner_close:before {
  content: "";
  width: 23px;
  height: 2px;
  position: absolute;
  background: #737373;
  border-radius: 5px;
  transform: rotate(-45deg);
}
.banner_wrap .banner .banner_close:after {
  content: "";
  width: 23px;
  height: 2px;
  position: absolute;
  background: #737373;
  border-radius: 5px;
  transform: matrix(-0.71,-0.71,-0.71,0.71,0,0);
}
.banner_wrap.h70 .banner {
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner_wrap.h70 .banner .text_wrp {
  padding-left: 0;
}
.banner_wrap.h70 .banner .text_wrp p {
  font-size: 18px;
  line-height: 25px;
  color: #293337;
  padding-left: 105px;
}
.banner_wrap.h70 .banner .text_wrp p span {
  font-weight: bold;
}
.banner_wrap.h70 .banner a {
  min-width: 200px;
  min-height: 40px;
  line-height: 21px;
  margin-right: 50px;
  text-align: center;
}
.banner_wrap.h70 .banner .banner_close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.banner_wrap.h70 .banner .banner_close:before {
  width: 20px;
}
.banner_wrap.h70 .banner .banner_close:after {
  width: 20px;
}
.banner_wrap.vip_team .banner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner_wrap.vip_team .banner:before {
  background-image: url("/public_new/build_2021/img/banner/banner_vip.svg");
}
.banner_wrap.vip_team .banner p {
  padding-left: 90px;
}
.banner_wrap.vip_team .banner .banner_right_part a {
  margin-right: 30px;
}
.banner_wrap.vip_team .banner .banner_right_part .banner_close_wrp {
  margin-right: 8px;
}
.banner_wrap.two_row .banner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 10px;
}
.banner_wrap.two_row .banner .text_wrp p:first-child {
  margin-bottom: 5px;
}
.banner_wrap.two_row .banner a {
  margin-right: 30px;
  padding: 9.5px 27px;
}
.banner_wrap.two_row .banner .banner_close_wrp {
  margin-right: 8px;
}
.banner_wrap.banner_original .banner:before {
  height: 64px;
  background-size: auto;
  left: 40px;
  background-image: url("/public_new/build_2021/img/banner/banner_original.svg");
  top: -8px;
}
.banner_wrap.new_try .banner:before {
  width: 70px;
  height: 64px;
  background-size: auto;
  left: 30px;
  background-image: url("/public_new/build_2021/img/banner/banner_free.svg");
  top: 6px;
}
.banner_wrap.unfinished_order .banner .text_wrp {
  width: 100%;
}
.banner_wrap.unfinished_order .banner .text_wrp p {
  text-align: center;
  padding-left: 60px;
}
.banner_wrap.unfinished_order .banner:before {
  width: 60px;
  height: 60px;
  background-size: auto;
  left: 30px;
  background-image: url("/public_new/build_2021/img/banner/unfinished_order.svg");
  top: 6px;
}
.banner_wrap.unfinished_order .banner a {
  min-width: 150px;
}
.banner_wrap.unfinished_order.some_unfinished_orders .banner .text_wrp {
  width: 80%;
  padding-left: 112px;
}
.banner_wrap.unfinished_order.some_unfinished_orders .banner .text_wrp p {
  padding-left: 0;
  text-align: left;
}
.banner_wrap.unfinished_order.some_unfinished_orders .banner a {
  min-width: 180px;
}
.banner_wrap.present .banner {
  padding: 9px 10px;
}
.banner_wrap.present .banner:before {
  width: 80px;
  height: 80px;
  background-size: auto;
  left: 50px;
  background-image: url("/public_new/build_2021/img/banner/banner_gift.svg");
  top: -5px;
}
.banner_wrap.present .banner .text_wrp {
  width: 58%;
  margin: auto;
}
.banner_wrap.present .banner .text_wrp p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  padding-left: 30px;
}
.banner_wrap.present .banner a {
  min-width: 120px;
}
.banner_wrap.limited_time.h70 .banner {
  padding: 5.5px 10px;
}
.banner_wrap.limited_time.h70 .banner:before {
  left: 50px;
}
.banner_wrap.limited_time.h70 .banner .text_wrp {
  text-align: center;
  width: 60%;
  margin: auto;
  padding-left: 90px;
}
.banner_wrap.limited_time.h70 .banner .text_wrp p {
  text-align: center;
  padding-left: 0;
}
ul.banner_clock {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding-left: 0;
  padding-top: 5px;
  position: relative;
  margin-right: 49px;
}
ul.banner_clock li {
  margin: 0 6px;
  color: #293337;
  font-family: Digital, sans-serif;
  font-size: 30px;
  line-height: 30px;
}
ul.banner_clock li .time_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.banner_clock li span {
  min-width: 29px;
  min-height: 36px;
  line-height: 36px;
  margin-right: 2px;
  text-align: center;
  background: #F5F9FC;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
ul.banner_clock li span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 34px;
  background: #D8DAD9;
  opacity: 0.5;
  display: block;
  z-index: -1;
}
ul.banner_clock li p.time_desc {
  color: #293337;
  font-family: Digital, sans-serif;
  font-size: 12px;
  margin: 0;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .banner_wrap .banner p {
    padding-left: 70px;
    width: 80%;
  }
  .banner_wrap.two_row .banner .text_wrp {
    padding-left: 0;
  }
  .banner_wrap.two_row .banner .text_wrp p {
    width: 100%;
    font-size: 15px;
  }
  .banner_wrap.banner_original .banner:before {
    left: 15px;
  }
  .banner_wrap.vip_team .banner p {
    width: 70%;
  }
  .banner_wrap.h70 .banner:before {
    left: 10px;
  }
  .banner_wrap.h70 .banner .text_wrp {
    padding-left: 80px;
    padding-right: 15px;
  }
  .banner_wrap.h70 .banner .text_wrp p {
    font-size: 16px;
    width: 100%;
    padding: 0;
    display: inline;
  }
  .banner_wrap.h70 .banner a {
    min-width: 120px;
  }
  .banner_wrap.present .banner .text_wrp {
    text-align: center;
    padding-left: 85px;
    width: 75%;
  }
  .banner_wrap.present .banner .text_wrp p {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner_wrap.unfinished_order .banner {
    padding: 14px 10px !important;
  }
  .banner_wrap.unfinished_order .banner .text_wrp {
    text-align: center;
    padding-left: 70px;
    padding-right: 18px;
  }
  .banner_wrap.unfinished_order .banner .text_wrp p {
    font-size: 17px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .banner_wrap {
    padding: 20px 0;
  }
  .banner_wrap .banner {
    padding: 4px 10px;
  }
  .banner_wrap .banner p {
    font-size: 15px;
    line-height: 21px;
  }
  .banner_wrap .banner p br {
    display: block;
  }
  .banner_wrap .banner .text_wrp {
    padding-left: 14px;
  }
  .banner_wrap.banner_original .banner:before {
    left: 15px;
    top: -3px;
  }
  .banner_wrap.two_row .banner {
    padding: 5px 10px;
    min-height: 60px;
  }
  .banner_wrap.two_row .banner .text_wrp {
    width: 65%;
  }
  .banner_wrap.two_row .banner .text_wrp p {
    font-size: 14px;
    line-height: 17px;
  }
  .banner_wrap.two_row .banner .text_wrp p:first-child {
    margin: 0;
  }
  .banner_wrap.two_row .banner a {
    padding: 9.5px 9px;
    margin-right: 13px;
  }
  .banner_wrap.vip_team .banner p {
    width: 66%;
    text-align: center;
  }
  .banner_wrap.h70 {
    padding: 15px 0;
  }
  .banner_wrap.h70 .banner:before {
    left: 8px;
    top: 3px !important;
  }
  .banner_wrap.h70 .banner .text_wrp {
    padding-right: 4px;
    padding-left: 75px;
  }
  .banner_wrap.h70 .banner .text_wrp p {
    font-size: 15px;
    line-height: 21px;
    padding-left: 0;
    display: inline;
  }
  .banner_wrap.h70 .banner a {
    min-width: 120px;
    margin-right: 30px;
  }
  .banner_wrap.unfinished_order .banner {
    padding: 3.5px 10px;
  }
  .banner_wrap.unfinished_order .banner .text_wrp {
    text-align: center;
    padding-left: 70px;
    padding-right: 18px;
  }
  .banner_wrap.unfinished_order.some_unfinished_orders .banner {
    padding: 14px 10px;
  }
  .banner_wrap.unfinished_order.some_unfinished_orders .banner .text_wrp {
    width: 80%;
    padding-left: 75px;
  }
  .banner_wrap.unfinished_order.some_unfinished_orders .banner a {
    min-width: 120px;
  }
  .banner_wrap.present .banner {
    padding: 5px 10px;
    min-height: 70px;
  }
  .banner_wrap.present .banner:before {
    top: -6px !important;
  }
  .banner_wrap.present .banner .text_wrp {
    text-align: center;
    width: 70%;
  }
  .banner_wrap.present .banner .text_wrp p {
    font-size: 14px;
    line-height: 20px;
  }
  .banner_wrap.limited_time.h70 .banner {
    padding: 3px 10px;
  }
  .banner_wrap.limited_time.h70 .banner:before {
    left: 10px;
  }
  ul.banner_clock {
    margin-right: 25px;
  }
  ul.banner_clock li {
    margin: 0 4px;
  }
  ul.banner_clock li:first-child {
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .banner_col {
    padding: 0;
  }
  .banner_wrap {
    padding: 10px 0;
  }
  .banner_wrap .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 20px 23px 20px;
  }
  .banner_wrap .banner:before {
    right: 20px;
    bottom: 10px;
    left: auto !important;
    top: auto !important;
  }
  .banner_wrap .banner .text_wrp {
    padding-left: 0;
    padding-right: 60px;
    margin-bottom: 15px;
  }
  .banner_wrap .banner .text_wrp p {
    padding: 0;
    margin: 0;
  }
  .banner_wrap .banner p {
    padding-left: 0;
    padding-right: 32px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .banner_wrap .banner .banner_close_wrp {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .banner_wrap.two_row .banner {
    padding: 15px 20px 23px 20px;
  }
  .banner_wrap.two_row .banner a {
    padding: 9.5px 7px;
    margin-right: 0;
  }
  .banner_wrap.vip_team .banner p {
    padding-left: 0;
  }
  .banner_wrap.h70 {
    padding: 15px 0;
  }
  .banner_wrap.h70 .banner:before {
    bottom: 10px;
    width: 80px;
    height: 63px;
    background-size: contain;
  }
  .banner_wrap.h70 .banner .text_wrp {
    padding-right: 50px;
  }
  .banner_wrap.h70 .banner .text_wrp p {
    font-size: 15px;
    line-height: 21px;
    padding-left: 0;
    display: inline;
  }
  .banner_wrap.h70 .banner a {
    min-width: 120px;
  }
  .banner_wrap.h70 .banner_close {
    top: 3px !important;
  }
  .banner_wrap.unfinished_order .banner a {
    min-width: 150px;
  }
  .banner_wrap.unfinished_order.some_unfinished_orders .banner .text_wrp {
    width: 100%;
    padding-left: 0;
  }
  .banner_wrap.present .banner {
    padding: 9px 10px;
  }
  .banner_wrap.present .banner:before {
    bottom: 5px;
  }
  .banner_wrap.present .banner .text_wrp {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .banner_wrap.limited_time.h70 .banner:before {
    width: 67px;
    height: 67px;
    background-size: cover;
    bottom: 15px;
  }
  .banner_wrap.limited_time.h70 .banner .text_wrp {
    width: 100%;
    text-align: left;
    padding-left: 0;
  }
  .banner_wrap.limited_time.h70 .banner .text_wrp p {
    font-size: 14px;
    display: block;
    text-align: left;
  }
  ul.banner_clock li {
    margin: 0 4px;
  }
  ul.banner_clock li:first-child {
    margin-left: 0;
  }
}
#popup_you_have_an_unpaid_order_task_34054 {
  font-family: Roboto, sans-serif;
  font-style: normal;
}
#popup_you_have_an_unpaid_order_task_34054 .hidden_block {
  display: none !important;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-content {
  min-width: 560px;
  min-height: 500px;
  padding: 40px 70px 42px 70px;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-header {
  border: none;
  padding: 0;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-header #popup_modal_label {
  width: 100%;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 50px;
  color: #42BAEA;
  position: relative;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-header #popup_modal_label:before {
  content: "";
  width: 118px;
  height: 100px;
  display: block;
  margin: 0 auto;
  background-image: url("/public_new/build_2021/img/banner/modal_ico.svg");
  background-repeat: no-repeat;
  margin-bottom: 15px;
  background-size: contain;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-body {
  padding: 0;
  max-height: 170px;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-body p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #293337;
  font-style: normal;
  font-weight: normal;
  margin-top: 10px;
  text-align: left;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-body p span {
  font-weight: bold;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-footer {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-footer .show_mobile {
  display: none;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-footer .btn {
  border: 1px solid #737373;
  box-sizing: border-box;
  border-radius: 4px;
  color: #737373;
  font-size: 14px;
  background: transparent;
  min-height: 40px;
  width: 47%;
  font-weight: 400;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-footer .btn-primary {
  color: #fff;
  background: #42BAEA;
  border: 1px solid #42BAEA;
}
#popup_you_have_an_unpaid_order_task_34054 .label_wrp {
  text-align: center;
  margin-top: 13px;
  height: 30px;
  line-height: 30px;
}
#popup_you_have_an_unpaid_order_task_34054 .label_wrp #never_remind_wrp {
  position: relative;
  padding-left: 7px;
  cursor: pointer;
}
#popup_you_have_an_unpaid_order_task_34054 .label_wrp #never_remind_wrp:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #737373;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: -19px;
  top: 6px;
}
#popup_you_have_an_unpaid_order_task_34054 .label_wrp #never_remind_wrp:after {
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  left: -16px;
  top: 10px;
  background-image: url("/public_new/build_2021/img/banner/modal_check_ico.svg");
  background-repeat: no-repeat;
  opacity: 0;
}
#popup_you_have_an_unpaid_order_task_34054 .label_wrp input:checked + label:after {
  opacity: 1 !important;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-dialog {
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
}
#popup_you_have_an_unpaid_order_task_34054 .modal-dialog .modal-header .close {
  opacity: .5;
  position: absolute;
  top: 25px;
  right: 34px;
}
#popup_you_have_an_unpaid_order_task_34054 .modal-dialog .modal-header .close:before {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background: #737373;
  border-radius: 5px;
  transform: rotate(-45deg);
}
#popup_you_have_an_unpaid_order_task_34054 .modal-dialog .modal-header .close:after {
  content: "";
  width: 20px;
  height: 3px;
  position: absolute;
  background: #737373;
  border-radius: 5px;
  transform: matrix(-0.71,-0.71,-0.71,0.71,0,0);
}
#popup_you_have_an_unpaid_order_task_34054 .second_slide {
  text-align: center;
  font-family: Roboto, sans-serif;
}
#popup_you_have_an_unpaid_order_task_34054 .second_slide .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#popup_you_have_an_unpaid_order_task_34054 .second_slide .modal-header #popup_modal_label {
  line-height: 40px;
  font-weight: 600;
}
#popup_you_have_an_unpaid_order_task_34054 .second_slide .modal-body {
  max-height: 110px;
}
#popup_you_have_an_unpaid_order_task_34054 .second_slide .modal-body p {
  text-transform: capitalize;
  color: #293337;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
#popup_you_have_an_unpaid_order_task_34054 .second_slide .close_modal_window {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  background: #42BAEA;
  border: none;
  padding: 13px 91px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #popup_you_have_an_unpaid_order_task_34054 {
    overflow: auto;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-content {
    min-width: 100%;
    min-height: 100%;
    padding: 25px 30px 25px 30px;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-header #popup_modal_label {
    font-size: 22px;
    line-height: 25px;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-body p {
    font-size: 14px;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-footer .btn {
    width: 100%;
    margin: 0;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-footer .btn:first-child {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  #popup_you_have_an_unpaid_order_task_34054 .modal-dialog {
    width: 100%;
    height: 100%;
  }
  #popup_you_have_an_unpaid_order_task_34054 .first_slide,
  #popup_you_have_an_unpaid_order_task_34054 .second_slide {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  #popup_you_have_an_unpaid_order_task_34054 .second_slide .modal-header #popup_modal_label {
    line-height: 25px;
  }
}
#ModalBadgeAchieved .modal-content {
  background: #3A3A3A;
}
#ModalBadgeAchieved .modal-content:before {
  display: none;
}
#ModalBadgeAchieved .modal-content .btn-custom {
  background: #11BAFD;
}
#ModalBadgeAchieved .modal-content .progress-ring {
  background-color: #fff;
  background-image: none;
}
@media (max-width: 767px) {
  .grand-prize__banner--container {
    padding: 25px 0 0 0;
  }
}
.grand-prize__banner--container .grand-prize__banner {
  background: #456774;
}
.grand-prize__banner--container .grand-prize__banner:before {
  background-size: 168px 171px;
  position: absolute;
  width: 168px;
  height: 171px;
  display: block !important;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grand-prize__banner--container .grand-prize__banner:before {
    width: 147px;
    height: 150px;
    background-size: cover;
    left: 25px;
  }
}
@media (max-width: 767px) {
  .grand-prize__banner--container .grand-prize__banner:before {
    width: 147px;
    height: 150px;
    background-size: cover;
    left: 50%;
    margin-left: -74px;
  }
}
.grand-prize__banner--container .grand-prize__banner:after {
  display: none !important;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grand-prize__banner--container .grand-prize__banner .grand-prize__content:after {
    right: -100px;
    top: 50%;
    margin-top: -40px;
  }
}
@media (max-width: 1199px) {
  .grand-prize__banner--container .grand-prize__banner .grand-prize__content:after {
    width: 81px;
    height: 81px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .grand-prize__banner--container .grand-prize__banner .grand-prize__content:after {
    display: block !important;
    left: 50%;
    margin-left: -35px;
    top: -30px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .grand-prize__banner--container .grand-prize__banner {
    padding-left: 191px;
  }
}
@media (max-width: 767px) {
  .grand-prize__banner--container .grand-prize__banner {
    padding: 66px 20px 157px 20px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container {
    margin: 45px 0 0 0;
  }
}
.progress-ring-container .progress-ring-block.disabled .progress-ring:before {
  background: #DCDCDC;
  z-index: -1;
  border-radius: 50%;
}
.progress-ring-container .progress-ring-block.in-progress.badge-open .progress-ring:before {
  width: 146px;
  height: 146px;
  margin: -73px 0 0 -73px;
  background-size: 158px !important;
  background-position: top 0 left 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .progress-ring-container .progress-ring-block.in-progress.badge-open .progress-ring:before {
    width: 126px;
    height: 126px;
    background-size: 126px 126px !important;
    margin: -59px 0 0 -63px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block.in-progress.badge-open .progress-ring:before {
    width: 66px;
    height: 66px;
    margin: -33px 0 0 -33px;
    background-size: 72px !important;
    background-position: top 0 left 50%;
    border-radius: 50%;
    overflow: hidden;
  }
}
.progress-ring-container .progress-ring-block.active .progress-ring:before {
  width: 140px;
  height: 140px;
  margin: -70px 0 0 -70px;
  background-size: 158px !important;
  background-position: top 0 left 50%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .progress-ring-container .progress-ring-block.active .progress-ring:before {
    width: 126px;
    height: 126px;
    background-size: 126px 126px !important;
    margin: -59px 0 0 -63px;
  }
}
@media (max-width: 767px) {
  .progress-ring-container .progress-ring-block.active .progress-ring:before {
    width: 66px;
    height: 66px;
    margin: -33px 0 0 -33px;
    background-size: 72px !important;
    background-position: top 0 left 50%;
    border-radius: 50%;
    overflow: hidden;
  }
}
.referral-shere-banner {
  background: url('../build_2021/img/referal-new-bg.svg') right 27px bottom 18px no-repeat #fff;
  background-size: 279px auto;
  box-shadow: 0 10px 45px rgba(47,45,133,0.1);
  border-radius: 0;
}
@media (max-width: 1399px) {
  .referral-shere-banner {
    background-size: 210px auto !important;
    padding: 60px 38px 90px;
    background-size: 320px auto;
  }
}
@media (max-width: 767px) {
  .referral-shere-banner {
    padding: 40px 20px 190px;
    background-position: right 50% bottom 18px;
  }
}
.shere-group-inner .btn {
  background: #42BAEA;
}
.ref_achievement_item {
  background: #456774;
}
.referral_bottom_banner p a {
  color: #3B424A;
}
.file_banner {
  border-radius: 5px;
  margin-bottom: 12px;
  background: #F8FCFF;
  border: 1px solid #E6E6EF;
  box-sizing: border-box;
  box-shadow: none;
  margin-top: 0;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 34px;
  padding-right: 35px;
}
.file_banner img {
  margin-right: 22px;
}
.file_banner p {
  margin: 0;
  color: #3B424A;
  line-height: 17px;
}
.file_banner p br {
  display: none;
}
@media (min-width: 768px) and (max-width: 992px) {
  .file_banner p {
    line-height: 19px;
  }
  .file_banner p br {
    display: block;
  }
}
@media (max-width: 767px) {
  .file_banner {
    height: auto;
    padding: 5px 15px 5px 10px;
    margin-top: 10px;
  }
  .file_banner p {
    font-size: 12px;
    line-height: 17px;
  }
  .file_banner p br {
    display: block;
  }
  .file_banner img {
    margin-right: 12px;
  }
}
.preview_wrap_banner {
  position: fixed;
  width: 100%;
  margin: auto;
  top: 100px;
  z-index: 1;
  padding-left: 15px;
  padding-right: 20px;
}
.preview_wrap_banner .preview_banner {
  width: 1080px;
  max-width: 100%;
  background: #fff;
  height: 48px;
  position: relative;
  margin: auto;
  z-index: 1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.preview_wrap_banner .preview_banner .text_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preview_wrap_banner .preview_banner .close {
  width: 20px;
  height: 23px;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.preview_wrap_banner .preview_banner .close:before {
  content: "";
  width: 20px;
  height: 3px;
  background: #B2B2C3;
  border-radius: 5px;
  transform: matrix(-0.71,-0.71,-0.71,0.71,0,0);
  position: absolute;
  right: 0;
  top: 11px;
}
.preview_wrap_banner .preview_banner .close:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #B2B2C3;
  border-radius: 5px;
  transform: matrix(0.71,-0.71,0.71,0.71,0,0);
  position: absolute;
  right: 0;
  top: 11px;
}
.preview_wrap_banner .preview_banner img {
  margin-right: 22px;
}
.preview_wrap_banner .preview_banner p {
  margin: 0;
  color: #3B424A;
  line-height: 17px;
  padding-right: 20px;
}
.preview_wrap_banner .preview_banner p br {
  display: none;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .preview_wrap_banner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .preview_wrap_banner {
    padding-left: 20px;
    padding-right: 20px;
    top: 95px;
  }
}
@media (max-width: 767px) {
  .preview_wrap_banner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .preview_wrap_banner .preview_banner {
    height: auto;
    padding: 5px;
    margin-top: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: -25px;
  }
  .preview_wrap_banner .preview_banner .text_wrp {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .preview_wrap_banner .preview_banner .close:before {
    content: "";
    width: 14px;
    height: 2px;
  }
  .preview_wrap_banner .preview_banner .close:after {
    content: "";
    width: 14px;
    height: 2px;
  }
  .preview_wrap_banner .preview_banner p {
    font-size: 12px;
    line-height: 17px;
    padding-right: 15px;
  }
  .preview_wrap_banner .preview_banner p br {
    display: block;
  }
  .preview_wrap_banner .preview_banner img {
    margin-right: 9px;
  }
}
.payment-new-method .payment_card .payment_method {
  margin-bottom: 7px;
  padding-left: 18px;
  background: url('../build_2021/img/pay_by_card.svg') left 0 top 50% no-repeat;
}
.payment-new-method .payment_anotherway .payment_method {
  padding-left: 18px;
  background: url('../build_2021/img/pay_another_way.svg') left 0 top 50% no-repeat;
}
.payment-new-method .payment_method_box {
  padding: 12px 16px !important;
  height: 60px !important;
}
.payment-new-method .payment_method_box:after {
  background: url(../build_2021/img/payment-btn.svg) center center no-repeat transparent;
  background-size: cover;
  width: 14px;
  height: 8px;
}
.payment-new-method #pay_system_type_wechat,
.payment-new-method #pay_system_type_alipay {
  display: none;
}
.payment-new-method .payment__container .payment__item {
  background: #FFF;
  border: 2px solid #E6E6EF;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 8px;
  padding: 12px 16px;
  cursor: pointer;
  position: relative;
}
.payment-new-method .payment__container #pay-googlepay svg,
.payment-new-method .payment__container #pay-applepay svg {
  width: 39px;
}
.payment-new-method .payment__container #pay-wechat svg,
.payment-new-method .payment__container #pay-alipay svg {
  width: 14px;
}
.payment-new-method .payment__container #pay-googlepay .payment__item--name,
.payment-new-method .payment__container #pay-applepay .payment__item--name {
  display: none;
}
.payment-new-method .payment__container #pay-googlepay,
.payment-new-method .payment__container #pay-applepay,
.payment-new-method .payment__container #pay-wechat,
.payment-new-method .payment__container #pay-alipay {
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}
.payment-new-method .payment__container #pay-googlepay:after,
.payment-new-method .payment__container #pay-applepay:after,
.payment-new-method .payment__container #pay-wechat:after,
.payment-new-method .payment__container #pay-alipay:after {
  content: "";
  background: url(../build_2021/img/payment-btn.svg) center center no-repeat transparent;
  width: 18px;
  height: 10px;
  position: absolute;
  top: calc(44%);
  right: 16px;
}
.payment-new-method .payment__container #pay-wechat .payment__item--name,
.payment-new-method .payment__container #pay-alipay .payment__item--name {
  margin: 0 0 0 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  color: #333333;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .payment-new-method .payment__item {
    background: #FFF;
    border: 2px solid #E6E6EF;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 12px 16px;
    cursor: pointer;
    position: relative;
  }
  .payment-new-method #pay-googlepay svg,
  .payment-new-method #pay-applepay svg {
    width: 39px;
  }
  .payment-new-method #pay-wechat svg,
  .payment-new-method #pay-alipay svg {
    width: 14px;
  }
  .payment-new-method #pay-googlepay .payment__item--name,
  .payment-new-method #pay-applepay .payment__item--name {
    display: none;
  }
  .payment-new-method #pay-googlepay,
  .payment-new-method #pay-applepay,
  .payment-new-method #pay-wechat,
  .payment-new-method #pay-alipay {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
  }
  .payment-new-method #pay-googlepay:after,
  .payment-new-method #pay-applepay:after,
  .payment-new-method #pay-wechat:after,
  .payment-new-method #pay-alipay:after {
    content: "";
    background: url(../build_2021/img/payment-btn.svg) center center no-repeat transparent;
    width: 18px;
    height: 10px;
    position: absolute;
    top: calc(44%);
    right: 16px;
  }
  .payment-new-method #pay-wechat .payment__item--name,
  .payment-new-method #pay-alipay .payment__item--name {
    margin: 0 0 0 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
    color: #333333;
    border-radius: 20px;
  }
  .payment-new-method.payment-mob .owl-stage {
    display: flex;
    align-items: flex-start;
  }
}
#alipay-loader {
  display: none;
  position: fixed;
  z-index: 99999999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: rgba(51,51,51,0.6);
}
#alipay-loader img {
  width: 500px;
  max-width: 100%;
}
.pr-extra–title {
  background: #07BEA7 !important;
}
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v:hover {
  border-color: #10B8FD !important;
}
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v.check-active .pr-extra–title,
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v:hover .pr-extra–title {
  background: #11BAFD !important;
}
#order-form .plagiarism-extras-holder.plagiarism-extras-50 .checkbox-v.check-active {
  border-color: #10B8FD !important;
}
.thankyou-wrap-inner {
  text-align: center;
}
.thankyoupage__wrapper .thankyou-wrap-inner .btn {
  margin: 10px auto;
}
.thankyoupage-sidebar+.thankyou-wrap .thankyou-wrap-inner {
  text-align: left;
}
.thankyoupage-sidebar+.thankyou-wrap .thankyou-wrap-inner .btn {
  margin: 10px 0 !important;
}
.topbar .nav-holder *,
.topbar .nav-holder {
  border-color: #D1E9FC !important;
}
.rating-order-box .new-rate-order-holder .rating-order-item .rate-caption-item {
  border-radius: 5px;
}
@media (max-width: 767px) {
  .small_tip-writer .btn {
    border-radius: 5px !important;
  }
}
.small_tip-writer .btn span {
  color: #15AE9B !important;
}
@media (max-width: 767px) {
  .small_tip-writer .btn {
    border-left: 5px !important;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .turnitin-form {
    max-width: calc(100% - 5px);
  }
}
.list_preloader img {
  max-width: 90px !important;
}
.input-group.date:hover:after,
.input-group.date:focus:after {
  background-color: #42BAEA;
}
.email-bnr {
  background-color: #4A4A4A;
}
