.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 13px;
}
body {
  font-family: "Roboto";
}
a {
  color: #3B7BF6;
}
.grey-bordered {
  background: #F5F7FB;
  border-radius: 7px;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
  margin-bottom: 0;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #91919C;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #33CC00;
}
.switch input:focus + .slider {
  box-shadow: 0 0 1px #33CC00;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.switch input:checked .personal__avatar {
  background: red;
}
/* Rounded sliders */
.slider.round {
  border-radius: 26px;
}
.slider.round:before {
  border-radius: 50%;
}
.btn-warning {
  background: #FFCC00;
  color: #000000;
}
.btn-outline-dark {
  border-color: #A8B2C5;
  color: #91919C;
}
.btn--small {
  font-size: 13px;
  padding: 8px 33px;
}
.btn--add-email {
  display: block;
  margin: 10px auto 0;
  max-width: 170px;
}
a.link {
  font-size: 15px;
  text-decoration: underline;
  color: #3B7BF6;
  cursor: pointer;
}
.content-lk {
  padding-bottom: 152px;
}
.mb-25 {
  margin-bottom: 20px;
}
.side-nav__list {
  list-style: none;
}
.side-nav__list .side-nav__list {
  padding-left: 12px;
}
.side-nav__list .side-nav__list .side-nav__link {
  font-weight: normal;
}
.side-nav__item {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.side-nav__item--red {
  background-color: #FFCFE2;
  border-radius: 8px;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: -5px;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 991px) {
  .side-nav__item--red {
    display: inline-block;
    max-width: 177px;
    padding: 5px 7px;
    margin-left: -7px;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .side-nav__item--red a {
    color: var(--w5-black) !important;
    margin-top: 0;
    padding: 0;
  }
}
.side-nav__link {
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  color: #464650;
}
.side-nav__link:hover {
  text-decoration: none;
  color: inherit;
}
.side-nav__link.active {
  color: #A8B2C5;
}
.side-nav__link--collapse .side-nav__link-inner {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.side-nav__link--collapse .side-nav__link-inner:after {
  content: '\f106';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontello;
  font-weight: bold;
}
.side-nav__link--collapse.collapsed .side-nav__link-inner:after {
  content: '\f107';
}
.side-nav__divider {
  width: 100%;
  height: 1px;
  background: #65656A;
}
.side-nav__subtext {
  display: inline-block;
  margin-left: 6px;
  font-weight: normal;
  color: #91919C;
}
.badge-counter {
  display: inline-block;
  vertical-align: baseline;
  padding: 0 7px;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #33CC00;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF;
  margin-left: 7px;
}
.badge-counter--grey {
  background: #F7F8F9;
  color: #464650;
}
.personal__header {
  position: relative;
  background: #444B8C;
  border: 1px solid #DFDFEB;
  height: 58px;
}
.personal__avatar {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border: 5px solid #CED2DA;
  border-radius: 50%;
  overflow: hidden;
  background: white;
}
.personal__header--contacts .personal__avatar {
  border-width: 2px;
}
.user-block {
  padding-top: 47px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 47px;
  border-top: 1px solid #CED2DA;
}
.user-block--under-avatar {
  padding-top: 60px;
}
.input-wrap {
  margin-bottom: 18px;
}
.input-wrap--big {
  margin-bottom: 40px;
}
.data-label,
.account-action {
  color: #91919C;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.btn--account-action {
  width: 100%;
}
.form-control {
  border-radius: 3px;
}
.gender-switcher__wrap,
.dontcall-switcher__wrap {
  font-weight: bold;
  font-size: 15px;
  color: #91919C;
}
.gender-switcher__wrap {
  margin-top: 11px;
}
.gender-switcher__wrap .switch {
  margin: 0 11px;
}
.gender-switcher__wrap input:checked + .slider {
  background-color: #91919C;
}
.gender-switcher__wrap input:focus + .slider {
  box-shadow: 0 0 1px #91919C;
}
.dontcall-switcher__wrap .switch {
  margin-right: 20px;
}
.btn--save {
  margin-top: 10px;
}
.user-subtitle {
  display: inline-block;
  color: #464650;
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 35px;
}
.user-subtitle--subjects {
  padding-top: 20px;
}
.user-block--under-avatar {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
#lk_phone {
  margin-bottom: 11px;
}
.user-pay__col {
  padding: 47px 35px 60px;
}
.user-pay__tips {
  padding: 35px 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #444B8C;
  border-left: 1px solid #F7F8F9;
}
.user-pay__tips-inner {
  text-align: center;
}
.user-pay__tips-text {
  position: relative;
  background: #FFCC00;
  border-radius: 7px;
  padding: 32px 35px;
  color: #000000;
  text-align: left;
}
.user-pay__tips-text p {
  color: #1E1E24;
  font-size: 14px;
  line-height: 1.4;
}
.user-pay__tips-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 17px;
}
.user-pay__tips-image {
  margin-bottom: -24px;
}
.user-pay__order {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 11px;
}
.user-pay__work-name {
  font-size: 20px;
  line-height: 1.5;
  color: #464650;
  margin-bottom: 43px;
}
.user-pay__sum {
  width: 100%;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 21px;
}
.user-pay__btn {
  width: 100%;
}
.order-item {
  display: flex;
  flex-direction: column;
  border-radius: 7px;
  margin-bottom: 40px;
}
.order-item__balance {
  color: #A8B2C5;
  margin-bottom: 42px;
}
.order-item__balance-total {
  font-weight: bold;
}
.order-item__balance .order-detail__fees {
  padding-top: 8px;
}
.order-item:last-child {
  margin-bottom: 0;
}
.order-item--red .order-item__icon {
  background: #FF0066;
}
.order-item--red .order-item__status {
  color: #FF0066;
}
.order-item--red .order-item__status:hover {
  color: #FF0066;
}
.order-item--red .order-item__status:before {
  background-image: url("/img/redesign/slk/icon-exclamation.svg");
}
.order-item--blue .order-item__icon {
  background: #6666CC;
}
.order-item--blue .order-item__status {
  color: #6666CC;
}
.order-item--blue .order-item__status:hover {
  color: #6666CC;
}
.order-item--blue .order-item__status:before {
  background-image: url("/img/redesign/slk/icon-clock-blue.svg");
}
.order-item--green .order-item__icon {
  background: #279A00;
}
.order-item--green .order-item__status {
  color: #33CC00;
}
.order-item--green .order-item__status:hover {
  color: #33CC00;
}
.order-item--green .order-item__status:before {
  background-image: url("/img/redesign/slk/icon-check.svg");
}
.order-item--green .order-item__status--wait-payment:before {
  background-image: url("/img/redesign/slk/icon-clock-green.svg.svg");
}
.order-item--black .order-item__icon {
  background: #464650;
}
.order-item--black .order-item__status {
  color: #000000;
}
.order-item--black .order-item__status:hover {
  color: #000000;
}
.order-item--black .order-item__status:before {
  background-image: url("/img/redesign/slk/icon-cancel.svg");
}
.order-item--gray .order-item__icon {
  background: #6c757d;
}
.order-item--gray .order-item__status {
  color: #A8B2C5;
}
.order-item--gray .order-item__status:hover {
  color: #A8B2C5;
}
.order-item--gray .order-item__status:before {
  background-image: url("/img/redesign/slk/icon-exclamation-gray.svg");
}
.order-item--gray .order-item__status--process:before {
  background-image: url("/img/redesign/slk/icon-clock-gray.svg");
}
.order-item--orange .order-item__icon {
  background: #F79556;
}
.order-item--orange .order-item__status {
  color: #F79556;
}
.order-item--orange .order-item__status:hover {
  color: #F79556;
}
.order-item--orange .order-item__status:before {
  background-image: url("/img/redesign/slk/icon-clock-orange.svg");
}
.order-item--purple .order-item__icon {
  background: #444B8C;
}
.order-item__details {
  color: #3e4146;
}
.order-item__fee {
  text-align: right;
}
.order-item__fee-text {
  display: block;
  font-size: 15px;
  line-height: 1.54;
  color: #fff;
  margin-bottom: 2px;
}
.order-item__fee-sum {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.15;
  color: #FFFFFF;
  padding-bottom: 15px;
}
.order-item__icon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 17px 17px 0;
  border-radius: 7px 7px 0 0;
}
.order-item__image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 58px;
}
.order-item__text {
  flex: 1 1 auto;
  padding: 22px 17px;
  border-radius: 7px 0 0 7px;
}
.order-item__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 14px;
  flex-direction: column;
}
.order-item__top-left,
.order-item__top-right {
  display: flex;
  align-items: center;
}
.order-item__top-right {
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 24px;
}
.order-item__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1E1E24;
  margin-right: 23px;
}
.order-item__name a {
  color: inherit;
  text-decoration: underline;
}
.order-item__advice {
  background: #FFCC00;
  border-radius: 43px;
  padding: 5px 10px;
  color: #000000;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 16px;
  margin-left: 10px;
}
.order-item__status {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  padding-left: 47px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  background: #F7F8F9;
}
.order-item__status:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
}
.order-item__work-name {
  font-size: 20px;
  color: #464650;
  margin-bottom: 22px;
}
.order-item__time {
  font-size: 15px;
  line-height: 1.5;
  color: #464650;
  margin-bottom: 8px;
}
.order-item__time input {
  display: inline-block;
  width: auto;
}
.order-item__time span {
  display: inline-block;
  margin-left: 11px;
  color: #A8B2C5;
}
.order-item__btns-wrap {
  text-align: center;
}
.order-item__btn {
  width: 100%;
  margin-bottom: 22px;
}
.order-item__answer-period {
  margin-top: 3px;
}
.order-item__text-block {
  margin-bottom: 20px;
}
.container--client .order-item__status {
  padding-right: 15px;
  cursor: pointer;
}
.container--client .order-item__status:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/img/redesign/arrow-down.svg") no-repeat center center;
  background-size: contain;
  width: 12px;
  height: 6px;
}
.btn--arrow span {
  position: relative;
  padding-right: 30px;
}
.btn--arrow span:after {
  content: '\f106';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: fontello;
  font-weight: bold;
}
.btn--arrow.collapsed span:after {
  content: '\f107';
}
.order-detail {
  color: #464650;
  font-size: 15px;
  line-height: 1.5;
}
.order-detail__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  align-items: flex-start;
}
.order-detail__row:last-child {
  margin-bottom: 0;
}
.order-detail--divider {
  height: 12px;
  border-bottom: 1px solid rgba(206, 210, 218, 0.5);
}
.order-detail--divider2 {
  margin: 26px 0;
  border-bottom: 1px solid rgba(206, 210, 218, 0.5);
}
.order-detail__name {
  padding-right: 10px;
  font-weight: bold;
}
.order-detail__name::first-letter {
  text-transform: capitalize;
}
.order-detail__value::first-letter {
  text-transform: capitalize;
}
.order-detail--main {
  padding-top: 31px;
  margin-bottom: 20px;
}
.order-detail--sub {
  color: #A8B2C5;
  padding-bottom: 40px;
  border-bottom: 1px solid #CED2DA;
}
.order-detail__btns {
  padding-top: 39px;
}
.order-detail__btns .btn:not(:last-child) {
  margin-right: 18px;
}
.order-detail__fees .order-detail__row.closely {
  margin-bottom: 5px;
}
.order-detail__fees .order-detail__name {
  font-weight: normal;
}
.order-detail__ready-info .order-detail__name {
  font-weight: bold;
}
.order-item__details .user-tips {
  margin-bottom: 0;
}
.order-item__details input,
.order-item__details select,
.order-item__details textarea {
  display: inline-block;
  width: 264px;
  margin-bottom: 18px;
}
.order-item__details .btn--save-changes {
  width: 100%;
}
.capitalize-text::first-letter {
  text-transform: capitalize;
}
.user-tips {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 7px;
  color: #636372;
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
  padding: 8px 20px;
  text-align: center;
  min-height: 52px;
  background: #F7F8F9;
  margin-top: 10px;
  margin-bottom: 12px;
}
.user-tips:last-of-type {
  margin-bottom: 40px;
}
.user-tips.text-left p {
  position: relative;
  padding-left: 30px;
}
.user-tips.text-left p .user-tips__icon {
  position: absolute;
  top: -2px;
  left: 0;
}
.user-tips--red {
  background: #FF0066;
  color: #FFFFFF;
}
.user-tips--green {
  background-color: #3c0;
  color: #FFFFFF;
}
.user-tips--yellow {
  background: #FFCC00;
  color: #1E1E24;
}
.user-tips__link {
  text-decoration: underline;
  color: #4e36cf;
}
.user-header ~ .user-tips:last-of-type {
  margin-bottom: 12px;
}
.user-header__tools {
  font-size: 13px;
}
#navbars-client .side-nav__link:not(.side-nav__link--active),
#navbars-author .side-nav__link:not(.side-nav__link--active) {
  color: #fff;
}
.badge-header-mob {
  position: absolute;
  right: -8px;
  top: 2px;
  font-size: 9px;
  height: 17px;
  line-height: 17px;
}
.navbar--lk .nav-item:not(:last-child) {
  margin-right: 18px;
}
.rank {
  display: inline-block;
  vertical-align: baseline;
}
.rank .dropdown-menu {
  background: white;
  font-size: 13px;
  padding: 12px 10px;
}
.rank .dropdown-menu .autor-rating-menu {
  margin-bottom: 10px;
  padding-left: 20px;
}
.user-header {
  padding: 0 0 22px;
}
.user-header__name,
.user-header__bonuses {
  margin-bottom: 15px;
}
.user-header__bonuses {
  font-size: 13px;
}
.user-header__bonuses b {
  color: #000;
}
.user-header__bonuses span {
  color: #464650;
}
.user-header .col-* {
  margin: 4px 0 0;
}
.user-header .tool-item {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.user-header .tool-item.message:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/ico06.png") left center no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.user-header .tool-item.message.empty:before {
  background: url("/img/ico09.png") left center no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
}
.user-header .tool-item.balance:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/ico07.png") left center no-repeat;
  background-size: contain;
  width: 25px;
  height: 20px;
}
.user-header .tool-item.freeze:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("/img/ico14.png") left center no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}
.btn--subject {
  width: 100%;
  text-align: left;
  padding-left: 18px;
  padding-right: 18px;
  background: #F7F8F9;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}
.btn--subject[aria-expansed="true"] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn--subject span {
  width: 100%;
  display: inline-block;
}
.subjects-popup {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -6px;
  width: 100%;
  max-width: 615px;
  background: white;
  z-index: 1;
  border-radius: 3px;
}
.subjects-popup .user-subtitle {
  display: none;
}
.subjects-popup__closer {
  display: none;
  position: absolute;
  right: 25px;
  top: 25px;
}
.subjects-popup ul {
  max-height: 242px;
  overflow-y: auto;
  list-style: none;
  border-radius: 3px;
  background: #F7F8F9;
}
.subjects-popup ul::-webkit-scrollbar {
  width: 5px;
}
.subjects-popup ul::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 13px;
}
.subjects-popup ul li {
  user-select: none;
  padding: 10px 19px;
  background: #F7F8F9;
}
.subjects-popup ul li:first-child {
  padding-top: 15px;
}
.subjects-popup ul li:last-child {
  padding-bottom: 15px;
}
.subjects-popup ul li:hover {
  background: rgba(102, 102, 204, 0.1);
}
.subjects-popup ul li input:checked ~ .checkbox-text {
  font-weight: 700;
}
.empty_predmet:after {
  content: "���������� ������� �������";
  color: red;
  font-size: 60%;
  display: block;
  font-weight: 300;
}
#phone_confirm_code,
.submit_phone_confirm_code {
  margin-bottom: 5px;
}
.no-confirmation {
  margin-bottom: 3px;
  margin-top: 5px;
}
.on-air {
  margin-bottom: 3px;
}
#character {
  width: 100%;
}
#character option {
  width: 100%;
}
.data-payments {
  display: flex;
  flex-direction: column;
}
.data-right {
  font-size: 14px;
  color: #91919C;
  margin-bottom: 59px;
}
.data-right__subtitle {
  font-weight: bold;
  font-size: 14px;
  color: #91919C;
  margin-bottom: 16px;
}
.row-line {
  margin-bottom: 20px;
}
.checkbox-row {
  margin-bottom: 8px;
}
.lk-page-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.lk-page-nav a {
  font-size: 13px;
  line-height: 1.3;
  color: #3B7BF6;
  margin-right: 23px;
  margin-bottom: 12px;
}
.section-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 16px;
}
.section-title--expert {
  padding-top: 27px;
  border-top: 1px solid #CED2DA;
  margin-top: 11px;
}
.section-subtitle {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.1;
  color: #464650;
  margin-bottom: 5px;
}
.statistic {
  padding: 25px 20px 50px;
  background: #F5F7FB;
  margin-bottom: 53px;
}
.statistic .form-control {
  background: white;
}
.statistic .from {
  margin-right: 6px;
}
.statistic .to {
  margin-left: 12px;
  margin-right: 10px;
}
.stat-list__group {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.stat-list__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
.stat-list__text {
  flex: 1 1 auto;
  font-weight: bold;
  color: #1E1E24;
}
.stat-list__numbers {
  flex: 0 0 86px;
  color: black;
}
.link--all-time {
  display: block;
  margin: 0 auto 35px;
  font-weight: normal;
  font-size: 15px;
  text-decoration: underline;
  color: #3B7BF6;
  text-align: center;
}
.stat-table {
  padding: 0;
  margin-bottom: 30px;
}
.stat-table__header {
  background: #444B8C;
  padding: 24px 20px;
}
.stat-table__header .stat-table__cell {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
}
.stat-table__body .stat-table__row {
  flex-wrap: wrap;
}
.stat-table__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stat-table__area {
  padding: 24px 20px 29px;
}
.stat-table__group:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #ced2da;
  margin-bottom: 21px;
}
.stat-table__group .row--subject:last-of-type {
  margin-bottom: 0;
}
.stat-table .cell--subject {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: calc(100% - 125px);
  padding-right: 5px;
}
.stat-table .cell--works {
  flex: 0 0 68px;
}
.stat-table .cell--mark {
  flex: 0 0 57px;
}
.stat-table .cell--status {
  flex: 0 0 100%;
}
.stat-table .row--area {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 16px;
}
.stat-table .row--group {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #464650;
  margin-bottom: 16px;
}
.stat-table .row--subject {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.2;
  color: #A8B2C5;
  margin-bottom: 10px;
}
.stat-table .expert {
  display: inline-block;
  line-height: 1.5;
}
.stat-table .expert--group {
  font-weight: bold;
  color: #EC7D40;
  font-size: 13px;
}
.stat-table .expert--subject {
  font-weight: normal;
  font-size: 12px;
  color: #6666CC;
}
.rating-advice {
  position: relative;
  margin-bottom: 50px;
  padding: 0 20px 0 70px;
}
.rating-advice:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  background: url("/img/redesign/slk/icon-exclamation-gray.svg") no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.reviews-alk {
  padding-top: 0;
}
.add-review {
  padding: 20px 20px;
}
.add-review__title {
  font-size: 18px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 18px;
}
.add-review__text {
  background: white;
}
.user-review {
  padding: 18px 20px;
  font-size: 15px;
  line-height: 1.5;
}
.user-review:not(:last-child) {
  border-bottom: none;
}
.user-review__inner {
  position: relative;
  padding-left: 52px;
}
.user-review__inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 32px;
  background: url("/img/redesign/slk/message-big.svg") no-repeat center center;
  background-size: contain;
}
.user-review__text {
  color: #464650;
  padding-top: 2px;
  margin-bottom: 7px;
}
.user-review__info {
  color: #A8B2C5;
}
.stat-reviews {
  padding-top: 0;
}
.no-reviews {
  display: none;
  padding: 36px 20px 65px;
}
.no-reviews .section-title {
  margin-bottom: 37px;
}
.no-reviews img {
  margin-bottom: 12px;
}
.head-filter .form-control {
  background: #fff;
}
.head-filter .data-label {
  color: #464650;
  margin-bottom: 3px;
}
.head-filter .from {
  margin-right: 6px;
}
.head-filter .to {
  margin-left: 12px;
  margin-right: 10px;
}
.head-filter .btn {
  width: 100%;
}
.orders_filter {
  background: #F5F7FB;
  padding: 30px 20px 45px;
}
.orders_filter .dropdown-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1;
  background: white;
  padding: 20px;
  border-radius: 3px;
  margin-top: 0;
}
.orders_filter .dropdown-menu .custom-checkbox:not(:last-child) {
  margin-bottom: 12px;
}
.orders_filter .dropdown {
  position: relative !important;
}
.list_of_checked {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.search-result {
  padding: 35px 20px;
}
.part-stage__period {
  margin-right: 24px;
}
.part-stage__label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  padding: 0 10px;
  border-radius: 12px;
  margin-bottom: 5px;
}
.part-stage__label--green {
  background: #33CC00;
  color: #fff;
}
.part-stage__label--yellow {
  background: #FFCC00;
}
.part-stage__label--grey {
  background: #F7F8F9;
}
.part-stage__label--violet {
  background-color: #6666CC;
  color: #fff;
}
.confirm-acceptation__wrap {
  padding-top: 20px;
}
.order-items {
  padding: 0 10px;
  margin-bottom: 30px;
}
.balance-row__total {
  font-weight: bold;
}
.expert-checklist-block .custom-checkbox {
  margin-bottom: 15px;
}
.file-row,
.file-add,
.order-to-ckeck {
  margin-bottom: 10px;
}
.upload-file-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  margin-bottom: 5px;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 22px;
}
.upload-file-item [name="finishfile"] {
  margin-bottom: 0;
  width: 0;
  opacity: 0;
  height: 1px;
}
.upload-file-item .mainfile-radio {
  width: auto;
}
.upload-file-item__remove {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 9px;
  opacity: 0.6;
}
.upload-file-item__remove:before,
.upload-file-item__remove:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 12px;
  background: #636372;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -1px;
}
.upload-file-item__remove:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.upload-file-item__remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.upload-file-item__name {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 5px 0 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upload-file-item__progress {
  -webkit-box-flex: 0 0 160px;
  -moz-box-flex: 0 0 160px;
  -webkit-flex: 0 0 160px;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  text-align: right;
}
.upload-file-item__progress a {
  color: #636372;
}
.container--client .order-item__btns-wrap .go-chat {
  margin-top: 15px;
}
.container--client .order-item__btns-wrap .link {
  display: inline-block;
}
.container--client .order-item__btns-wrap .link-cancel {
  color: #A8B2C5;
}
.container--client .order-item__btns-wrap .btn {
  padding: 10px 26px;
}
.container--client .order-item__btns-wrap .btn,
.container--client .order-item__btns-wrap .link {
  width: 100%;
  margin-bottom: 12px;
  box-shadow: none !important;
}
.added a {
  max-width: 240px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn--save-changes {
  width: 100%;
}
.title--done-work {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1E1E24;
}
.btn-download-client {
  line-height: 24px;
}
.dropdown--statuses .dropdown-menu {
  border: 1px solid #DFDFEB;
  right: 0;
  left: auto;
  padding: 12px 12px;
  width: 279px;
  font-size: 12px;
}
.dropdown--statuses .dropdown-menu li:not(:last-child) {
  margin-bottom: 7px;
}
.dropdown--statuses .dropdown-toggle span:after {
  background: url("/img/redesign/arrow-down-black.svg") no-repeat;
}
.no-orders {
  text-align: center;
  padding: 40px 20px;
}
.no-orders p {
  font-size: 20px;
  color: #464650;
  margin-bottom: 20px;
}
.bpo_container .btn {
  margin-bottom: 12px;
}
.user-reviews {
  padding-top: 40px;
}
.user-balance-real {
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
}
.user-balance-bonus {
  white-space: nowrap;
  font-weight: normal;
  color: #279A00;
}
.user-balance {
  overflow: hidden;
  margin-bottom: 48px;
  margin-top: 29px;
}
.user-balance__inner {
  max-height: 60vh;
  overflow-y: auto;
}
.user-balance__inner::-webkit-scrollbar {
  width: 5px;
}
.user-balance__inner::-webkit-scrollbar-thumb {
  width: 5px;
  background: #464650;
  border-radius: 13px;
}
.user-balance__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px 12px;
  font-size: 12px;
}
.user-balance__row:nth-child(2n) {
  background: #F5F7FB;
}
.user-balance__date {
  flex: 0 0 66px;
  color: #91919C;
}
.user-balance__text {
  flex: 1 1 auto;
  color: #464650;
  line-height: 1.3;
  text-align: left;
  padding-left: 7px;
}
.user-balance__text:first-letter {
  text-transform: uppercase;
}
.user-balance__money {
  flex: 0 0 63px;
  text-align: right;
}
.user-balance__sum {
  font-weight: bold;
}
.user-balance__sum--plus {
  color: #279A00;
}
.user-balance__sum--minus {
  color: #E3387C;
}
.send-balance__btn-wrap,
.debit,
.accrual {
  padding: 0 15px;
}
.user-balance__list {
  padding-left: 51px;
  font-size: 13px;
  line-height: 15px;
  color: #464650;
}
.user-balance__list li {
  margin-bottom: 16px;
}
.user-balance__list li:last-child {
  margin-bottom: 50px;
}
.user-balance__faq {
  padding-bottom: 70px;
}
.send-balance {
  background: #F5F7FB;
  border: none;
  padding: 20px 15px;
}
.send-balance__title {
  font-size: 26px;
  margin-bottom: 34px;
}
.send-balance__space {
  height: 29px;
}
.send-balance__available {
  display: flex;
  align-items: center;
  min-height: 40px;
  font-size: 26px;
  color: #279A00;
}
.send-balance .data-label {
  color: #464650;
}
.send-balance .form-control {
  background: white;
}
.order-promocode {
  background: white;
  font-size: 13px;
}
.user-header__bonuses-link:not(.collapsed) {
  display: none;
}
.disable-vpn-text {
  font-size: 15px;
  line-height: 1.5;
  color: #FF0066;
  font-weight: 500;
}
.disable-vpn-text > .vpn-text {
  font-weight: bold;
  color: #3c0;
}
.promocode_popover {
  display: none;
  color: green;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.promocode-alert_popover {
  display: none;
  font-size: 15px;
  font-weight: bold;
}
[class*="recalcOrder_"] {
  white-space: nowrap;
  text-decoration: underline !important;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .custom-control-input,
  input[type="checkbox"] {
    width: auto;
  }
  .file-add input {
    width: auto;
  }
  .personal__header:not(.personal__header--contacts) {
    height: 149px;
  }
  .personal__header:not(.personal__header--contacts) .personal__avatar {
    width: 150px;
    height: 150px;
    bottom: -67px;
  }
  .user-block {
    padding-left: 36px;
    padding-right: 36px;
  }
  .user-block--under-avatar {
    padding-top: 100px;
  }
  .user-block--under-avatar-contacts {
    padding-top: 80px;
  }
  .input-wrap--big {
    margin-bottom: 18px;
  }
  #lk_phone {
    margin-bottom: 0;
  }
  .gender-switcher__wrap {
    margin-top: 0;
  }
  .btn--account-action {
    width: auto;
  }
  .subjects-popup {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -15px;
    width: 100%;
    max-width: 615px;
    background: white;
    padding: 42px 37px 50px;
    z-index: 1;
    border: 1px solid #CED2DA;
    border-radius: 18px;
  }
  .subjects-popup .user-subtitle {
    display: inline-block;
  }
  .subjects-popup__closer {
    display: block;
  }
  .btn--subject {
    margin-bottom: 18px;
  }
  .user-tips {
    font-size: 15px;
  }
  .on-air {
    margin-bottom: 0;
  }
  .lk-page-nav {
    flex-wrap: wrap;
  }
  .lk-page-nav a {
    margin-right: 0;
  }
  .personal__header--contacts {
    height: 103px;
  }
  .btn--add-email {
    display: inline-block;
    margin: 0 0 0 24px;
  }
}
@media all and (min-width: 992px) {
  .container--lg-full {
    padding: 0;
  }
  .data-form {
    max-width: 543px;
  }
  .navbar--lk .nav-item:not(:last-child) {
    margin-right: 0;
  }
  .sidebar-lk {
    padding-right: 22px;
    margin-bottom: 40px;
  }
  .side-nav__divider {
    width: 100%;
    height: 1px;
    background: #CED2DA;
  }
  .user-header__name,
  .user-header .tool-item,
  .user-header__bonuses {
    margin-bottom: 0;
  }
  .user-header__bonuses {
    padding-right: 20px;
    max-width: 290px;
  }
  .data-payments {
    flex-direction: row;
  }
  .data-payments .data-form {
    width: 543px;
    flex-shrink: 0;
  }
  .data-right {
    padding-left: 40px;
    margin-bottom: 0;
  }
  .data-right .data-right__subtitle:nth-of-type(1) {
    margin-top: 29px;
  }
  .statistic {
    padding: 36px 33px 55px;
    border-radius: 7px;
  }
  .stat-list__text {
    margin-bottom: 12px;
  }
  .stat-list__item {
    flex-direction: column;
    flex: 0 0 14.28%;
    margin-bottom: 0;
  }
  .stat-list__group {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  .stat-list__numbers {
    flex: 0 0 auto;
  }
  .section-title--expert {
    margin-top: 36px;
    margin-bottom: 29px;
  }
  .statistic .form-control {
    display: inline-block;
    width: 178px;
  }
  .from,
  .to {
    display: inline-block;
  }
  .to {
    margin-left: 32px;
  }
  #get-stat-btn {
    margin-left: 27px;
  }
  .link--all-time {
    margin-left: 35px;
  }
  .stat-table__header {
    padding: 34px 35px 17px;
  }
  .stat-table__header .stat-table__cell {
    font-size: 15px;
  }
  .stat-table__area {
    padding: 38px 35px 29px;
  }
  .stat-table__group {
    padding-bottom: 38px;
  }
  .stat-table__body .stat-table__row {
    flex-wrap: nowrap;
  }
  .stat-table__body .cell--status {
    line-height: 1;
  }
  .stat-table .cell--subject {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;
    padding-right: 10px;
  }
  .stat-table .cell--works {
    flex: 0 0 145px;
  }
  .stat-table .cell--mark {
    flex: 0 0 145px;
  }
  .stat-table .cell--status {
    flex: 0 0 190px;
  }
  .stat-table .row--area {
    font-size: 20px;
  }
  .stat-table .row--group {
    font-size: 20px;
  }
  .stat-table .row--subject {
    font-size: 15px;
  }
  .rating-advice {
    padding: 0 35px 0 85px;
  }
  .add-review {
    padding: 30px 35px;
  }
  .add-review__title {
    font-size: 26px;
  }
  .user-review {
    padding: 26px 35px 26px 35px;
    font-size: 15px;
  }
  .user-review:not(:last-child) {
    margin-bottom: 42px;
    border-bottom: 1px solid #DFDFEB;
  }
  .user-review__inner {
    padding-left: 96px;
  }
  .user-review__inner:before {
    left: 0;
    top: 2px;
    width: 61px;
    height: 54px;
  }
  .user-review__text {
    padding-top: 8px;
    margin-bottom: 20px;
  }
  .no-reviews {
    padding: 36px 33px 65px;
  }
  .stat-reviews {
    padding-top: 20px;
  }
  .search-result {
    padding: 35px 0;
  }
  .order-items {
    padding: 0;
    margin-bottom: 50px;
  }
  .order-item {
    flex-direction: row;
  }
  .order-item__top {
    flex-direction: row;
  }
  .order-item__top-right {
    width: auto;
    margin-bottom: 0;
  }
  .order-item__image {
    height: auto;
    overflow: visible;
    width: 80px;
    margin-bottom: 29px;
  }
  .order-item__icon {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex: 0 0 149px;
    padding-top: 37px;
    padding-bottom: 37px;
    text-align: center;
    border-radius: 7px 0 0 7px;
  }
  .order-item__text {
    padding: 35px 35px;
    border-radius: 0 0 7px 7px;
  }
  .order-item__fee {
    text-align: center;
  }
  .order-item__fee-sum {
    padding-bottom: 0;
  }
  .order-item__btns-wrap {
    text-align: left;
  }
  .order-item__btn {
    margin-right: 35px;
    margin-bottom: 0;
    width: auto;
  }
  .order-detail__row {
    flex-wrap: nowrap;
    margin-bottom: 14px;
  }
  .order-detail__name {
    flex: 0 0 243px;
    padding-right: 35px;
    font-weight: normal;
  }
  .order-detail__value {
    font-weight: normal;
    flex: 1 1 auto;
    word-break: break-word;
  }
  .order-detail--main {
    margin-bottom: 50px;
  }
  .order-item__details .user-tips {
    margin-bottom: 0;
  }
  .order-item__advice {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
  }
  .container--client .order-item__btns-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .container--client .order-item__btns-wrap .btn,
  .container--client .order-item__btns-wrap .link {
    width: auto;
    margin-right: 17px;
  }
  .container--client .order-item__btns-wrap .go-chat {
    margin-left: 15px;
    margin-top: 0;
    margin-right: 0;
  }
  .container--client .order-item__btns-wrap .catalogItemBtn {
    width: 215px;
  }
  .order-detail--divider {
    height: 39px;
  }
  .order-item__details input,
  .order-item__details select,
  .order-item__details textarea {
    width: 50%;
  }
  .order-item__details .btn--save-changes {
    width: auto;
  }
  .added a {
    max-width: none;
  }
  .dropdown--statuses .dropdown-menu {
    width: 352px;
    font-size: 13px;
  }
  .personal__header {
    border-radius: 7px 7px 0 0;
  }
  .user-balance-real {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
  }
  .user-balance-bonus {
    white-space: nowrap;
    font-weight: normal;
    color: #279A00;
  }
  .user-balance {
    margin-bottom: 48px;
  }
  .user-balance__inner {
    max-height: 458px;
  }
  .user-balance__row {
    padding: 24px 33px;
    font-size: 15px;
  }
  .user-balance__date {
    flex: 0 0 84px;
  }
  .user-balance__text {
    padding-left: 33px;
  }
  .user-balance__money {
    flex: 0 0 80px;
  }
  .send-balance__btn-wrap,
  .accrual,
  .debit {
    padding: 0;
  }
  .side-nav__link {
    padding-top: 4.5px;
    padding-bottom: 4.5px;
  }
  .user-balance__faq {
    padding-bottom: 150px;
  }
  .send-balance {
    padding: 47px 37px;
  }
  .user-pay__col {
    flex: 0 0 54%;
  }
  .user-pay__tips {
    flex: 0 0 46%;
    padding: 0 35px 0;
  }
  .user-pay__work-name {
    margin-bottom: 143px;
  }
  .tool-item.message {
    display: inline-block;
  }
}
@media all and (min-width: 1200px) {
  .orders_filter {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 36px 35px 39px;
  }
  .orders_filter .date {
    width: 106px;
  }
  .orders_filter .input-wrap {
    display: flex;
    flex-direction: column;
  }
  .orders_filter .input-wrap:not(:last-child) {
    padding-right: 38px;
  }
  .orders_filter .input-wrap:first-child {
    flex: 1 1 auto;
  }
  .orders_filter .list_of_checked {
    width: 243px;
  }
  .order-detail {
    color: #464650;
    font-size: 15px;
    line-height: 1.5;
  }
}
.btn-podrobnee {
  color: #000;
  background-color: #ffcc00;
  border-color: #ffc107;
}
.btn-podrobnee:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-oplata {
  color: #fff;
  background-color: #3c0;
  border-color: #3c0;
}
.btn-oplata:hover {
  color: #fff;
  background-color: #29a600;
  border-color: #269900;
}
.container--client .order-item__btns-wrap .go-chat {
  /* margin-left: 15px; */
  margin-top: 0;
  margin-right: 15px;
}
.sidebar-lk .side-nav__divider {
  background-color: #fff;
}
.sidebar-lk .side-nav__item > a:first-child {
  margin-top: 0;
}
.container .title-wrap-lk {
  margin-bottom: 35px;
}
.container--client .order-item__image {
  width: auto;
}
.container--client .order-item__icon {
  flex-basis: 30px;
  border-radius: 10px 0 0 10px;
  padding: 0;
}
.container--client .order-item {
  border-radius: 10px;
  border: none;
}
.container--client .order-item__text {
  padding: 30px 30px 15px 60px;
  border: 1px solid #DFDFEB;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 991px) {
  .container--client .order-item__text {
    border-left: 1px solid #DFDFEB;
    border-radius: 10px;
  }
}
.container--client .order-item__top {
  margin-bottom: 7px;
}
.container--client .order-item__status {
  padding-left: 37px;
}
.container--client .order-item__status:before {
  width: 16px;
  height: 16px;
  background-size: cover;
  transform: translateY(-55%);
}
.container--client .order-item--red .dropdown--statuses .dropdown-toggle span:after {
  filter: brightness(0) saturate(100%) invert(14%) sepia(90%) saturate(6858%) hue-rotate(330deg) brightness(101%) contrast(104%);
}
.container--client .order-item--blue .dropdown--statuses .dropdown-toggle span:after {
  filter: brightness(0) saturate(100%) invert(55%) sepia(38%) saturate(6193%) hue-rotate(218deg) brightness(84%) contrast(88%);
}
.container--client .order-item--green .dropdown--statuses .dropdown-toggle span:after {
  filter: brightness(0) saturate(100%) invert(68%) sepia(73%) saturate(4511%) hue-rotate(68deg) brightness(105%) contrast(104%);
}
.container--client .order-item--green .order-item__icon {
  background-color: #33CC00;
}
.container--client .order-item__status--process:before,
.container--client .order-item__status--wait-prepayment:before {
  background-image: url('/img/redesign/slk/icon-clock-gray.svg') !important;
  filter: brightness(0) saturate(100%) invert(14%) sepia(90%) saturate(6858%) hue-rotate(330deg) brightness(101%) contrast(104%);
}
.container--client .order-item__time {
  margin-bottom: 15px;
}
.container--client .btn-podrobnee {
  background-color: #EEF0F0;
  border: none;
  padding: 11px 20px !important;
  margin-right: 0 !important;
  border-radius: 6px;
  margin-bottom: 0 !important;
  max-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
}
.container--client .btn-podrobnee:hover {
  background-color: #EEF0F0;
}
.container--client .btn-podrobnee span {
  padding-right: 20px;
}
.container--client .order-item__advice {
  background-color: #FF0066;
  color: #fff;
}
.container--client .btn-oplata {
  color: #fff !important;
  border-radius: 6px;
}
.container--client .btn-oplata:hover {
  background-color: #FF0066;
  border-color: #FF0066;
}
.container--client .btn-gift {
  background-color: #fff;
  border-color: #fff;
  padding: 0 !important;
  color: #6666CC !important;
  font-weight: 400;
  text-decoration: underline;
  margin: -5px 0 15px;
}
.container--client .btn-gift:hover {
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.container--client .order-item__btns-wrap {
  flex-wrap: nowrap;
  align-items: stretch;
}
.container--client .order-item__dl-subsection {
  margin-top: 30px;
}
.container--client .order-item__dl-subsection .order-detail__row {
  border-top: 1px solid #DFDFEB;
  margin: 0;
  padding: 10px 0;
  justify-content: space-between;
  align-items: center;
}
.container--client .order-item__dl-subsection .order-detail__row:last-child {
  border-bottom: 1px solid #DFDFEB;
}
.container--client .order-item__dl-subsection .order-detail__value {
  flex-grow: 0;
}
.container--client .order-item__parts-dl-wrap .btn-download-client {
  display: flex;
  align-items: center;
}
.container--client .order-item__parts-dl-wrap .btn-download-client:visited {
  color: #D0D0D0;
}
.container--client .order-item__parts-dl-wrap .btn-download-client img {
  margin-left: 10px;
}
.container--client .order-item__subsection-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #1E1E24;
  margin-bottom: 15px;
}
.container--client .order-item__work-dl-wrap .order-detail__value {
  display: flex;
  align-items: center;
}
.container--client .order-item__work-dl-wrap .order-detail__value img {
  margin-left: 10px;
}
.container--client .order-item__payment-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -5px;
}
.container--client .order-item__payment-btns .btn {
  margin: 5px;
}
.container--client .order-item__util-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -5px 10px -5px -5px;
  justify-content: space-between;
}
.container--client .order-item__util-btns > * {
  margin: 5px !important;
}
.container--client .order-item__btns-wrap .link-cancel {
  color: #D0D0D0;
  margin-bottom: 0;
  margin-right: 0;
  align-self: center;
  margin-left: 10px !important;
}
.container--client .order-item__btns-wrap .go-chat {
  flex-shrink: 0;
  margin-right: 0;
  margin-bottom: 0;
  align-self: flex-start;
  color: #6666CC;
  padding: 10px 0;
}
.container--client .dropdown--statuses .dropdown-menu {
  width: auto;
  border: none;
  padding: 0;
  top: calc(100% + 8px);
  z-index: 10;
}
.container--client .btn--download-all,
.container--client .btn--dl-collapse {
  background-color: #33CC00;
  border-radius: 6px;
  border: none !important;
  margin-top: 15px;
}
.container--client .btn--download-all:hover,
.container--client .btn--dl-collapse:hover,
.container--client .btn--download-all:active,
.container--client .btn--dl-collapse:active,
.container--client .btn--download-all:focus,
.container--client .btn--dl-collapse:focus {
  background-color: #29a600 !important;
  outline: none !important;
  box-shadow: none !important;
}
.container--client .btn--download-all span,
.container--client .btn--dl-collapse span {
  padding-right: 20px;
}
.container--client .statuses-history {
  display: flex;
  flex-direction: column;
  background-color: #EEF0F0;
  width: 260px;
  padding: 15px;
  border-radius: 6px;
}
.container--client .statuses-history:before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 13px 8px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #EEF0F0 rgba(255, 255, 255, 0);
}
.container--client .statuses-history__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  padding-left: 26px;
  position: relative;
}
.container--client .statuses-history__item:last-child {
  margin-bottom: 0;
}
.container--client .statuses-history__item:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #A2A2A2;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 1;
}
.container--client .statuses-history__item:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10px);
  background-color: #A2A2A2;
  position: absolute;
  left: 5px;
  top: 7px;
}
.container--client .statuses-history__item:last-child:after {
  display: none;
}
.container--client .statuses-history__item.complete:before {
  background-color: #FF0066;
}
.container--client .statuses-history__item.complete:after {
  background-color: #FF0066;
}
.container--client .statuses-history__item.complete + .statuses-history__item:before {
  background-color: #FF0066;
}
.container--client .statuses-history__title {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.66px;
  font-weight: 700;
  margin-bottom: 10px;
}
.container--client .statuses-history__text {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.66px;
  color: #A2A2A2;
}
.container--client .order-detail__name {
  flex-basis: 228px;
}
.container--client .order-item__bottom-btns {
  display: flex;
  flex-basis: 170px;
  flex-shrink: 0;
}
.container--client .order-item__bottom-btns .link-cancel--mobile {
  display: none;
}
.container--client .user-tips p {
  color: #3e4146;
}
.container--client .user-tips p a {
  color: #6666CC;
}
.container--client .setratingselect {
  background-color: #eef0f0;
  appearance: none;
  border: none;
  padding: 0 35px 0 15px;
  background-image: url("data:image/svg+xml,<svg height='13px' width='13px' viewBox='0 0 15 15' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'></path></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .container--client .setratingselect {
    margin: 10px 10px 0 0;
  }
}
.container--client .order-detail__row a {
  color: #6666CC;
}
.container--client select.form-control {
  background-color: #eef0f0;
  color: #3e4146;
  appearance: none;
  border: none;
  padding: 0 35px 0 15px;
  background-image: url("data:image/svg+xml,<svg height='13px' width='13px' viewBox='0 0 15 15' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'></path></svg>");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
}
.container--client input.form-control,
.container--client textarea.form-control {
  background-color: #eef0f0;
  color: #3e4146;
}
.container--client .order-detail__value input[name=foreign_sources] {
  width: auto;
}
.container--client textarea.form-control {
  resize: none;
}
.container--client textarea.form-control::placeholder {
  color: #3e4146;
}
.container--client .btn--save-changes:hover {
  background-color: #FF0066;
  border-color: #FF0066;
}
.container--client input[name=foreign_sources] {
  accent-color: #6666CC;
  outline: none;
  border: none;
}
.container--client #attachFiles {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}
.container--client label[for=attachFiles] {
  background-color: #eef0f0;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  font-weight: 700;
  cursor: pointer;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .container--client .rating_action {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .container--client .rating_action br {
    display: none;
  }
}
.container--client .rating-popup {
  position: absolute;
  padding: 5px;
  background-color: #eef0f0;
  margin-top: 0;
  margin-left: 115px;
  border-radius: 5px;
  height: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .container--client .rating-popup {
    position: static;
    margin: 10px 0 0 0;
    order: 1;
  }
}
@media (max-width: 399px) {
  .container--client .rating-popup {
    font-size: 13px;
  }
}
.sidebar-lk-banner {
  margin-top: 40px;
  position: relative;
  background-color: #F1F3F2;
  border-radius: 10px;
  overflow: hidden;
  max-width: 158px;
  width: 100%;
}
@media (max-width: 991px) {
  .sidebar-lk-banner {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
  }
}
.sidebar-lk-banner__close {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__close {
    right: 20px;
  }
}
.sidebar-lk-banner__title {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 0 10px 10px 0;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__title {
    margin-top: 0;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 20px;
  }
}
.sidebar-lk-banner__img-wrapper {
  margin-top: 22px;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__img-wrapper {
    margin-top: 0;
    margin-right: 40px;
  }
}
.sidebar-lk-banner__img {
  width: 158px;
  height: auto;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__img {
    width: 135px;
  }
}
.sidebar-lk-banner__video-wrapper {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__video-wrapper {
    margin-top: 0;
  }
}
.sidebar-lk-banner__video {
  display: block;
  max-width: 158px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__video {
    max-width: 143px;
    height: 92px;
  }
}
@media (max-width: 991px) {
  .sidebar-lk-banner__video--desktop {
    display: none;
  }
}
.sidebar-lk-banner__video--mobile {
  display: none;
  margin-right: 40px;
}
@media (max-width: 991px) {
  .sidebar-lk-banner__video--mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .content-lk {
    padding-bottom: 10px;
  }
  .container--client .title-wrap-lk {
    padding: 0 15px !important;
    margin-bottom: 15px;
  }
  .container--client .title--lk {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .container--client .order-items {
    padding: 0 15px;
  }
  .container--client .order-item {
    margin-bottom: 30px;
  }
  .container--client .order-item__icon {
    display: none;
  }
  .container--client .order-item__text {
    padding: 30px 20px;
  }
  .container--client .order-item__top-right {
    background-color: #EEF0F0;
    margin: -30px -20px 30px;
    align-items: flex-start;
    padding: 15px 20px;
    width: calc(100% + 42px);
    position: relative;
    right: 1px;
    bottom: 1px;
    border-radius: 10px 10px 0 0;
  }
  .container--client .order-item__status {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .container--client .order-item__name {
    font-size: 18px;
  }
  .container--client .order-item__top {
    margin-bottom: 18px;
  }
  .container--client .order-item__work-name {
    font-size: 18px;
    line-height: 24px;
  }
  .container--client .order-item__util-btns {
    margin-bottom: 5px;
    width: 100%;
  }
  .container--client .order-item__util-btns .link-cancel {
    display: none;
  }
  .container--client .link-cancel--mobile {
    display: inline-block !important;
  }
  .container--client .order-item__payment-btns {
    flex-direction: column;
    align-items: stretch;
    margin: -5px 0 15px;
  }
  .container--client .order-item__payment-btns .btn {
    margin: 5px 0;
  }
  .container--client .order-item__bottom-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .container--client .order-item__bottom-btns .go-chat {
    width: auto;
    font-size: 18px;
    line-height: 18px;
  }
  .container--client .order-item__bottom-btns .link-cancel--mobile {
    width: auto;
    font-size: 18px;
    line-height: 18px;
  }
  .container--client .dropdown--statuses .dropdown-menu {
    top: calc(100% + 25px);
    right: auto;
  }
  .container--client .statuses-history:before {
    right: auto;
    left: 163px;
  }
  .container--client .order-item__advice {
    margin: 0;
  }
}
@media (max-width: 399px) {
  .container--client .order-item__name {
    margin-right: 10px;
  }
  .container--client .order-item__advice {
    white-space: nowrap;
  }
}
.user-tip-v2 {
  display: flex;
  align-items: center;
  background-color: var(--w5-gray);
  border-radius: 12px;
  padding: 10px 20px;
  margin: 30px 0;
}
.user-tip-v2__icon {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.user-tip-v2__text {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .user-tip-v2__text {
    font-size: 12px;
    line-height: 17px;
  }
}
.lk-modal__inner {
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .lk-modal__inner {
    align-items: flex-end;
  }
}
.lk-modal__body {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px 35px;
  max-width: 520px;
  flex-basis: 520px;
  position: relative;
  pointer-events: auto;
}
@media (max-width: 599px) {
  .lk-modal__body {
    max-width: 100%;
    flex-basis: 100%;
    border-radius: 10px 10px 0 0;
    padding: 80px 16px 30px;
  }
}
.lk-modal__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 27px;
  right: 35px;
}
@media (max-width: 599px) {
  .lk-modal__close {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 16px;
  }
}
.lk-modal__bordered-box {
  border: 1px solid var(--w5-gray2);
  border-radius: 15px;
  padding: 30px 25px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .lk-modal__bordered-box {
    border-radius: 10px;
    padding: 30px 20px;
  }
}
.lk-modal__bordered-box .lk-modal__heading-box {
  margin-bottom: 0;
}
.lk-modal__bordered-box-text {
  font-size: 15px;
  line-height: 22px;
}
.lk-modal__heading-box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.lk-modal__heading-box--center {
  align-items: center;
}
.lk-modal__heading-icon {
  width: 48px;
  height: 48px;
  margin-right: 25px;
  flex-shrink: 0;
}
@media (max-width: 599px) {
  .lk-modal__heading-icon {
    width: 35px;
    height: 35px;
    margin-right: 23px;
  }
}
.lk-modal__heading-wrapper .lk-modal__heading {
  margin-bottom: 30px;
}
.lk-modal__heading {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 1px;
  font-weight: 700;
}
@media (max-width: 599px) {
  .lk-modal__heading {
    letter-spacing: 0;
  }
}
.lk-modal__subheading {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}
.lk-modal__subheading span {
  font-size: 25px;
}
.lk-modal__text-box {
  margin-bottom: 30px;
}
.lk-modal__text-item {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.66px;
  margin-bottom: 30px;
  padding-left: 25px;
  position: relative;
}
.lk-modal__text-item:last-child {
  margin-bottom: 0;
}
.lk-modal__text-item:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.08275 4.23107C8.0868 4.02119 7.91775 3.84888 7.70782 3.84888H7.28948C7.07955 3.84888 6.9105 4.02119 6.91455 4.23107L6.9936 8.35194C6.9975 8.55624 7.16423 8.71974 7.36853 8.71974H7.62877C7.83307 8.71974 7.9998 8.55624 8.0037 8.35194L8.08275 4.23107Z" fill="%236666CC"/><path d="M6.98985 11.0722C7.1313 11.2113 7.30148 11.2808 7.50045 11.2808C7.6299 11.2808 7.74855 11.2484 7.8564 11.1838C7.96425 11.119 8.05058 11.0327 8.1153 10.9249C8.18243 10.8146 8.21715 10.6936 8.21955 10.5617C8.21715 10.3651 8.14522 10.1974 8.00385 10.0583C7.8624 9.91695 7.69462 9.84622 7.50045 9.84622C7.30148 9.84622 7.1313 9.91695 6.98985 10.0583C6.84848 10.1974 6.77895 10.3651 6.78135 10.5617C6.77895 10.7607 6.84848 10.9309 6.98985 11.0722Z" fill="%236666CC"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM7.5 13.875C11.0208 13.875 13.875 11.0208 13.875 7.5C13.875 3.97919 11.0208 1.125 7.5 1.125C3.97919 1.125 1.125 3.97919 1.125 7.5C1.125 11.0208 3.97919 13.875 7.5 13.875Z" fill="%236666CC"/></svg>') no-repeat center / cover;
}
.lk-modal__text-item--red:before {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.08275 4.23107C8.0868 4.02119 7.91775 3.84888 7.70782 3.84888H7.28948C7.07955 3.84888 6.9105 4.02119 6.91455 4.23107L6.9936 8.35194C6.9975 8.55624 7.16423 8.71974 7.36853 8.71974H7.62877C7.83307 8.71974 7.9998 8.55624 8.0037 8.35194L8.08275 4.23107Z" fill="%23FF0066"/><path d="M6.98985 11.0722C7.1313 11.2113 7.30148 11.2808 7.50045 11.2808C7.6299 11.2808 7.74855 11.2484 7.8564 11.1838C7.96425 11.119 8.05058 11.0327 8.1153 10.9249C8.18243 10.8146 8.21715 10.6936 8.21955 10.5617C8.21715 10.3651 8.14522 10.1974 8.00385 10.0583C7.8624 9.91695 7.69462 9.84622 7.50045 9.84622C7.30148 9.84622 7.1313 9.91695 6.98985 10.0583C6.84848 10.1974 6.77895 10.3651 6.78135 10.5617C6.77895 10.7607 6.84848 10.9309 6.98985 11.0722Z" fill="%23FF0066"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.5 15C11.6421 15 15 11.6421 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5C0 11.6421 3.35786 15 7.5 15ZM7.5 13.875C11.0208 13.875 13.875 11.0208 13.875 7.5C13.875 3.97919 11.0208 1.125 7.5 1.125C3.97919 1.125 1.125 3.97919 1.125 7.5C1.125 11.0208 3.97919 13.875 7.5 13.875Z" fill="%23FF0066"/></svg>');
}
.lk-modal__text-item a {
  color: var(--w5-blue);
  text-decoration: underline;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.lk-modal__text-item a:hover {
  text-decoration-color: rgba(255, 255, 255, 0);
  transition: 0.3s ease-in-out;
}
.lk-modal__btn {
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 800;
  max-width: 100%;
  width: 100%;
  padding: 18px 20px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .lk-modal__btn {
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 7px;
  }
}
.afp-banner {
  position: relative;
  background-color: var(--w5-gray);
  padding: 60px 30px;
  border-radius: 20px;
  margin: 15px 0 60px;
}
@media (max-width: 991px) {
  .afp-banner {
    margin: 15px 15px 60px;
  }
}
@media (max-width: 767px) {
  .afp-banner {
    margin: 15px 15px 30px;
  }
}
@media (max-width: 599px) {
  .afp-banner {
    padding: 30px 20px;
  }
}
.afp-banner__close-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.afp-banner__close-btn img {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .afp-banner__close-btn img {
    width: 30px;
    height: 30px;
  }
}
.afp-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .afp-banner__inner {
    flex-direction: column;
    align-items: stretch;
  }
}
.afp-banner__left {
  flex-basis: 425px;
  max-width: 425px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .afp-banner__left {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.afp-banner__heading {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .afp-banner__heading {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.afp-banner__text p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0;
}
.afp-banner__text p:last-child {
  margin-bottom: 0;
}
.afp-banner__text .hl {
  font-weight: 700;
  color: #fff;
  background-color: var(--w5-red);
  padding: 2px 5px;
  border-radius: 5px;
}
.afp-banner__right {
  flex-basis: 413px;
  max-width: 413px;
}
@media (max-width: 767px) {
  .afp-banner__right {
    flex-basis: auto;
    max-width: 100%;
  }
}
.afp-banner__promocode-box {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .afp-banner__promocode-box {
    margin-bottom: 15px;
  }
}
.afp-banner__promocode {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  margin-right: 15px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 599px) {
  .afp-banner__promocode {
    padding: 11px 20px;
    margin-right: 10px;
    border-radius: 7px;
  }
}
.afp-banner__copy-promo-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 66px;
  max-width: 66px;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .afp-banner__copy-promo-btn {
    flex-basis: 44px;
    max-width: 44px;
    border-radius: 7px;
  }
}
.afp-banner__copy-promo-btn.active {
  background-color: #fff !important;
  border: none !important;
}
.afp-banner__copy-promo-btn.active .afp-banner__copy-icon {
  display: none;
}
.afp-banner__copy-promo-btn.active .afp-banner__check-icon {
  display: block;
}
.afp-banner__check-icon {
  display: none;
}
.afp-banner__timer-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 14px 30px 14px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .afp-banner__timer-box {
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.afp-banner__timer-content {
  display: flex;
  align-items: center;
  flex-basis: 220px;
  max-width: 220px;
  margin-right: 10px;
}
@media (max-width: 599px) {
  .afp-banner__timer-content {
    flex-basis: auto;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.afp-banner__timer-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
@media (max-width: 599px) {
  .afp-banner__timer-icon {
    flex-basis: 39px;
    max-width: 39px;
    height: auto;
  }
}
.afp-banner__timer-text {
  font-size: 15px;
  line-height: 20px;
}
.afp-banner__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  flex-basis: 120px;
  max-width: 120px;
}
@media (max-width: 599px) {
  .afp-banner__timer {
    flex-basis: auto;
    max-width: 100%;
    padding-left: 57px;
  }
}
.afp-banner__timer-item {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
}
.afp-banner__timer-item:after {
  content: attr(data-title);
  display: block;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.afp-banner__order-link {
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  padding: 15px 20px;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 599px) {
  .afp-banner__order-link {
    padding: 11px 20px;
    border-radius: 7px;
  }
}
@media (max-width: 399px) {
  .afp-banner--second .afp-banner__text {
    margin-right: -5px;
  }
}
/*# sourceMappingURL=redesign-lk.css.map */