.page-title.sub {
  margin-bottom: 12px;
}

.fixed {
  overflow-y: hidden !important;
  display: block;
  position: relative;
  background-color: #fff;
  max-width: calc(100% - 10px);
}

section.mb80 {
  margin-bottom: 80px;
}

[type=submit].disabled {
  opacity: 0.5 !important;
  pointer-events: none !important;
}

.form .checkbox-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form .checkbox-row span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .checkbox-icon {
  display: block;
  margin-bottom: 16px;
}
.form .checkbox-icon .icon {
  margin-right: 10px;
}
.form .checkbox-icon input:checked + label {
  color: #33836E;
  border-color: #33836E;
}
.form .checkbox-icon label {
  display: block;
  white-space: nowrap;
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  font-size: 14px;
  color: #140A32;
  border-radius: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 6px 10px;
  min-height: 36px;
  margin-right: 10px;
  border: 1px solid rgba(47, 43, 67, 0.15);
}
.form .checkbox-icon input {
  display: none;
}
.form.mb40 {
  margin-bottom: 40px;
}
.form .pay-question.on-white input:checked + label::after {
  background-color: #33836E;
}
.form .pay-question.on-white input:checked + label:before {
  background-color: #fff;
}
.form .pay-question.on-white label p {
  color: #140A32;
}
.form .pay-question.on-white label::after {
  background: rgba(47, 43, 67, 0.15);
}
.form .errorSummary {
  color: red;
  margin-bottom: 30px;
  font-size: 12px;
  display: none;
}
.form .errorSummary ul {
  display: block;
  margin-top: 15px;
}
.form .errorSummary ul li {
  padding-left: 14px;
  position: relative;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.form .errorSummary ul li:last-child {
  margin-bottom: 0;
}
.form .errorSummary ul li::after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: red;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form .wrap {
  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;
}
.form .wrap .right {
  width: 365px;
  margin-left: 30px;
  min-width: 365px;
}
.form .submit .w_button {
  min-height: 58px !important;
  border-radius: 10px;
}
.form .privacy-text {
  font-size: 12px;
  color: rgba(47, 43, 67, 0.5);
  line-height: 1.2;
  padding-left: 34px;
  display: block;
  position: relative;
  cursor: pointer;
}
.form .privacy-text.check-disabled::after {
  border: 1px solid rgba(47, 43, 67, 0.2);
  background-image: none;
}
.form .privacy-text::after {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  background-image: url(../../img/icon/privacy-check.svg);
  top: 50%;
  border: 1px solid transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 6px;
}
.form .privacy-text a {
  font-size: 12px;
  line-height: 1.2;
  color: #33836E;
  text-decoration: underline;
  font-weight: 600;
}
.form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: calc(100% + 16px);
  margin-bottom: 0;
}
.form .form-row.mb0 {
  margin-bottom: 0;
}
.form .form-row.fls {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form .form-row.spb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 0;
}
.form .form-row-title {
  width: 100%;
  font-size: 22px;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.6px;
  color: #140A32;
  margin-bottom: 16px;
  margin-top: 8px;
}
.form .form-row-submit {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form .form-row-submit .submit {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 22px;
}
.form .form-row .input {
  margin-bottom: 16px;
  max-width: 100%;
}
.form .form-row .input.third {
  width: calc(33.3% - 16px);
  margin-right: 16px;
  max-width: 320px;
}
.form .form-row .input.third:last-child {
  margin-right: 0;
}
.form .form-row .input.half {
  width: calc(50% - 16px);
  margin-right: 16px;
  max-width: 100%;
}
.form .input {
  margin-bottom: 16px;
  display: block;
  position: relative;
}
.form .input .errorMessage {
  position: absolute;
  bottom: calc(100% + 3px);
  right: 0;
}
.form .input .activity__item {
  position: absolute;
  top: calc(100% + 4px);
  font-size: 10px;
  color: red;
  text-align: center;
  width: 100%;
  max-width: 100%;
}
.form .input.textarea p, .form .input.textarea label {
  left: 16px;
}
.form .input.textarea textarea {
  padding-left: 16px;
  padding-top: 26px;
}
.form .input.listen p, .form .input.listen label {
  display: block;
}
.form .input p, .form .input label {
  font-size: 12px;
  color: rgba(47, 43, 67, 0.5);
  line-height: 1.2;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 13px;
  top: 7px;
  display: none;
}
.form .input p span, .form .input label span {
  font-size: 12px;
  color: rgba(47, 43, 67, 0.5);
}
.form .input.select {
  position: relative;
  background-color: rgba(47, 43, 67, 0.04);
  border-radius: 10px;
}
.form .input.select p, .form .input.select label {
  display: block;
}
.form .input.select::after {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/icon/select-arr.svg);
}
.form .input.select select,
.form .input.select select.error {
  height: 56px;
  text-align: left;
  font-size: 16px;
  color: #000;
  border-radius: 10px;
  padding-left: 12px;
  padding-right: 40px;
  padding-top: 16px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}

.row.spb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  section.mb80 {
    margin-bottom: 40px;
  }
  p.subtitle {
    margin-bottom: 20px;
  }
  .page-title.sub {
    margin-bottom: 6px;
  }
  .mob-center {
    text-align: center !important;
  }
  .form .row.mb20 {
    margin-bottom: 16px;
  }
  .form.mb40 {
    margin-bottom: 20px;
  }
  .form .submit .w_button {
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .form .pay-question {
    margin: 16px 0;
  }
  .form .checkbox-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    min-width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding-left: 15px;
  }
  .form .checkbox-icon {
    display: block;
    margin-bottom: 16px;
  }
  .form .errorSummary {
    margin-bottom: 20px;
    display: none;
  }
  .form .wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .form .wrap .left {
    width: 100%;
    max-width: 100%;
  }
  .form .wrap .right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0px;
    margin-top: 0;
    margin: auto;
    margin-bottom: 20px;
  }
  .form .wrap .right img {
    max-width: 240px;
  }
  .form .form-row {
    display: block;
    min-width: 0;
    margin-bottom: 0;
  }
  .form .form-row-title {
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    margin-top: 0;
  }
  .form .form-row-submit {
    display: block;
  }
  .form .form-row-submit .submit {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .form .form-row-submit .submit .w_button {
    width: 100%;
    max-width: 100%;
  }
  .form .form-row .input {
    margin-bottom: 10px;
  }
  .form .form-row .input.third {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
  .form .form-row .input.half {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
  }
}
.mini-title {
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 12px;
  color: #140A32;
}

.w_button.w_button-gray {
  background-color: #FDE3E1;
  color: #E23E32;
  border-color: #FDE3E1;
}

.quote {
  position: relative;
  font-weight: 700;
  color: #33836E;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.quote:hover .quote-wrap {
  display: block;
}
.quote .quote-wrap {
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.07);
  padding: 24px;
  border-radius: 24px;
  width: 330px;
  font-weight: 400;
  max-width: 100vw;
  z-index: 10;
  bottom: calc(100% + 15px);
  left: -15px;
  display: none;
}
.quote .quote-wrap .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -23px;
}
.quote .quote-wrap strong {
  color: #33836E;
}

.order-recived__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 60px;
}
.order-recived__cards .item {
  width: calc(33.3% - 13.3333333333px);
  border-radius: 16px;
  background-color: rgba(47, 43, 67, 0.04);
  color: #140A32;
  padding: 24px;
}
.order-recived__cards .item.half {
  width: calc(50% - 10px);
}
.order-recived__cards .item ul {
  display: block;
}
.order-recived__cards .item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.order-recived__cards .item ul li .icon {
  margin-bottom: 0;
  margin-right: 12px;
}
.order-recived__cards .item small {
  font-size: 14px;
  display: block;
  margin-bottom: 16px;
}
.order-recived__cards .item.green {
  background-color: #33836E;
}
.order-recived__cards .item.green * {
  color: #fff;
}
.order-recived__cards .item .icon {
  margin-bottom: 10px;
}
.order-recived__cards .item b {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}
.order-recived__cards .item p {
  margin-bottom: 10px;
}
.order-recived__cards .item p a {
  color: #33836E;
  text-decoration: underline;
}
.order-recived__cards .item ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
  display: block;
  margin-top: 20px;
}
.order-recived__cards .item ol li {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.5;
  padding-left: 10px;
  color: #000;
  padding-left: 24px;
}
.order-recived__cards .item ol li:last-child {
  margin-bottom: 0;
}
.order-recived__cards .item ol li:before {
  content: counter(item);
  counter-increment: item;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 100%;
  color: rgba(47, 43, 67, 0.15);
  font-weight: 500;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.order-recived__no-activity {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 24px;
  border: 1px solid rgba(47, 43, 67, 0.15);
  margin-bottom: 20px;
  min-height: 307px;
  padding: 20px;
}
.order-recived__no-activity .icon {
  margin-bottom: 12px;
}
.order-recived__no-activity b {
  font-size: 24px;
  margin-bottom: 12px;
}
.order-recived__type-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.order-recived__type-buttons .w_button {
  margin-left: 12px;
}
.order-recived__type-block {
  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;
  margin-bottom: 40px;
}
.order-recived__type-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-recived__type-items .item {
  margin-right: 32px;
  display: block;
  position: relative;
}
.order-recived__type-items .item.quote-toggle .quote-wrap {
  text-align: center;
  font-size: 12px;
  padding: 16px;
}
.order-recived__type-items .item.quote-toggle p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 24px;
}
.order-recived__type-items .item .quote {
  position: absolute;
  left: 0;
  bottom: 0;
}
.order-recived__type-items .item.line-left {
  padding-left: 32px;
  border-left: 1px solid rgba(47, 43, 67, 0.15);
}
.order-recived__type-items .item span {
  color: rgba(47, 43, 67, 0.5);
  font-size: 14px;
  line-height: 1.2;
  display: block;
  margin-bottom: 3px;
}
.order-recived__type-items .item p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #140A32;
}
.order-recived__content {
  display: block;
  margin-bottom: 30px;
}
.order-recived__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.order-recived__meta .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgba(47, 43, 67, 0.5);
}
.order-recived__meta .item span {
  color: #140A32;
  font-weight: 400;
  padding-right: 5px;
}
.order-recived__meta .item b {
  font-weight: 400;
  color: #140A32;
  padding-right: 5px;
}
.order-recived__meta .item .icon {
  margin-right: 10px;
  max-width: 24px;
}
.order-recived__meta .item:last-child {
  margin-right: 0;
}
.order-recived__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.order-recived__header .page-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.order-recived__status {
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 30px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid #12B76A;
  color: #089F59;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.order-recived__status.created {
  color: #33836E;
  border-color: #33836E;
}
.order-recived__status.in-work {
  color: #089F59;
  border-color: #089F59;
}
.order-recived__status.canceled {
  color: #F04438;
  border-color: #F04438;
}
.order-recived__status.ended {
  color: rgba(47, 43, 67, 0.5);
  border-color: rgba(47, 43, 67, 0.5);
}
.order-recived__info {
  display: block;
  margin-bottom: 30px;
  border-radius: 24px;
  border: 1px solid rgba(47, 43, 67, 0.15);
  padding: 20px;
}
.order-recived__info span {
  font-weight: 700;
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}
.order-recived__info p {
  line-height: 1.2;
  color: rgba(47, 43, 67, 0.6980392157);
}
.order-recived__form-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.order-recived__form-info .icon {
  margin-right: 10px;
}
.order-recived__form-info b {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
  font-weight: 600;
}
.order-recived__form-info p {
  color: rgba(47, 43, 67, 0.7);
  line-height: 1.2;
}

@media (max-width: 992px) {
  .yurist-service-response-form .form-row .submit {
    width: 100% !important;
    max-width: 100%;
  }
  .yurist-service-response-form .form-row .submit input, .yurist-service-response-form .form-row .submit button {
    width: 100% !important;
    max-width: 100%;
  }
  .order-recived__cards {
    display: block;
    margin-bottom: 40px;
  }
  .order-recived__cards .item {
    width: 100%;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 10px;
  }
  .order-recived__cards .item.half {
    width: 100%;
  }
  .order-recived__cards .item:last-child {
    margin-bottom: 0;
  }
  .order-recived__cards .item ul {
    display: block;
  }
  .order-recived__cards .item ul li {
    font-size: 14px;
  }
  .order-recived__cards .item small {
    font-size: 12px;
  }
  .order-recived__cards .item b {
    font-size: 16px;
  }
  .order-recived__cards .item p {
    font-size: 14px;
  }
  .order-recived__cards .item p a {
    font-size: 14px;
  }
  .order-recived__cards .item ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    display: block;
    margin-top: 20px;
  }
  .order-recived__cards .item ol li {
    font-size: 14px;
  }
  .order-recived__no-activity {
    margin-bottom: 10px;
    min-height: 0;
    padding: 24px;
  }
  .order-recived__no-activity b {
    font-size: 20px;
    text-align: center;
  }
  .order-recived__no-activity p {
    font-size: 14px;
    text-align: center;
  }
  .order-recived__type-buttons {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .order-recived__type-buttons .w_button {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-right: 0px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .order-recived__type-buttons .w_button:last-child {
    margin-bottom: 0;
  }
  .order-recived__type-buttons .w_button:last-child {
    margin-right: 0;
  }
  .order-recived__type-block {
    display: block;
    margin-bottom: 20px;
  }
  .order-recived__type-items {
    display: block;
  }
  .order-recived__type-items .item {
    margin-right: 0;
    display: block;
    margin-bottom: 16px;
  }
  .order-recived__content {
    margin-bottom: 16px;
  }
  .order-recived__meta {
    margin-bottom: 16px;
  }
  .order-recived__meta .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: rgba(47, 43, 67, 0.5);
    font-size: 0;
  }
  .order-recived__meta .item:last-child {
    margin-right: 0;
  }
  .order-recived__meta .item span {
    padding-right: 0;
    font-size: 14px;
  }
  .order-recived__meta .item b {
    font-size: 14px;
    padding-right: 0;
  }
  .order-recived__header .page-title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0;
    font-size: 24px;
  }
  .order-recived__status {
    margin-left: 16px;
    height: 28px;
    line-height: 1;
    font-size: 14px;
  }
  .order-recived__info {
    margin-bottom: 16px;
    border-radius: 16px;
    padding: 16px;
  }
  .order-recived__info span {
    font-size: 14px;
  }
  .order-recived__form-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 0px auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .order-recived__form-info .icon {
    margin-right: 10px;
  }
  .order-recived__form-info b {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .order-recived__form-info p {
    font-size: 12px;
  }
}
.w_button.w_button-light {
  background-color: rgba(47, 43, 67, 0.04) !important;
  color: rgba(47, 43, 67, 0.4) !important;
  border-color: transparent !important;
}

.w_button.w_button-green {
  background-color: #DCF4E9;
  color: #089F59;
  border-color: #DCF4E9;
}

.mb0 {
  margin-bottom: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.my-orders__status-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 24px;
  top: 24px;
}
.my-orders__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-orders__payment .icon {
  margin-right: 5px;
}
.my-orders__payment span {
  line-height: 1;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
}
.my-orders .order-recived__status {
  height: 34px;
  font-size: 16px;
  margin-left: 24px;
  padding: 0 10px;
}
.my-orders__header {
  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;
  margin-bottom: 30px;
}
.my-orders__header .page-title {
  margin: 0;
}
.my-orders__item {
  display: block;
  min-height: 0;
  margin-bottom: 20px;
  border-radius: 24px;
  background-color: rgba(47, 43, 67, 0.04);
  padding: 24px;
  position: relative;
}
.my-orders__item .order-recived__content {
  margin-top: 20px;
}
.my-orders__item .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-orders__item .row .order-recived__meta {
  margin: 0;
}
.my-orders__item .date {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  margin-right: 32px;
}
.my-orders__item .date.mb0 {
  margin-bottom: 0;
}
.my-orders__item .mini-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.my-orders__item .mini-title:hover {
  color: #33836E;
}
.my-orders__item .mini-title .icon {
  margin-left: 12px;
}

@media (max-width: 992px) {
  .quote {
    position: relative;
    font-weight: 700;
    color: #33836E;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .quote:hover .quote-wrap {
    display: block;
  }
  .quote .quote-wrap {
    padding: 16px;
    width: 330px;
    font-weight: 400;
    max-width: 100vw;
    z-index: 10;
    left: -17px;
    display: none;
  }
  .my-orders__status-bar {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: static;
    margin-bottom: 16px;
  }
  .my-orders__payment span {
    font-size: 14px;
  }
  .my-orders .order-recived__meta .item {
    font-size: 14px;
  }
  .my-orders .order-recived__meta .item b, .my-orders .order-recived__meta .item span {
    padding-right: 5px;
  }
  .my-orders .order-recived__status {
    height: 31px;
    font-size: 14px;
    margin-left: 0;
    margin-right: 16px;
  }
  .my-orders__header {
    display: block;
    margin-bottom: 16px;
  }
  .my-orders__header .w_button {
    width: 100%;
    max-width: 100%;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    font-weight: 600;
    font-size: 14px;
  }
  .my-orders__header .page-title {
    margin-bottom: 16px;
  }
  .my-orders__item {
    margin-bottom: 10px;
    padding: 24px;
  }
  .my-orders__item .row {
    display: block;
  }
  .my-orders__item .date {
    margin-bottom: 10px;
  }
  .my-orders__item .date.mb0 {
    margin-bottom: 16px;
  }
  .my-orders__item .mini-title {
    font-size: 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .my-orders__item .mini-title:hover {
    color: #140A32;
  }
  .my-orders__item .mini-title .icon {
    margin-left: 12px;
  }
}
.yurist-service-response-form {
  margin-bottom: 30px;
}
.yurist-service-response-form .form-row .input {
  max-width: 213px;
}
.yurist-service-response-form .form-row .submit {
  margin-bottom: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.yurist-service-response-form .form-row .submit input, .yurist-service-response-form .form-row .submit button {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.order-chat__mobile-back-btn {
  display: none;
}
.order-chat__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 300;
}
.order-chat__popup {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 400;
  padding: 24px;
  border-radius: 24px;
  width: 577px;
  max-width: 100vw;
  cursor: auto;
}
.order-chat__popup .w_button {
  width: 100%;
  max-width: 100%;
  background-color: #33836E;
  color: #fff;
}
.order-chat__popup .w_button:hover {
  background-color: #fff;
  color: #33836E;
}
.order-chat__popup-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px 0;
}
.order-chat__popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.order-chat__popup .title {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}
.order-chat__popup .subtitle {
  display: block;
  margin-bottom: 24px;
  font-weight: 400;
  color: #140A32;
}
.order-chat__comment {
  width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-bottom: 16px;
  background-color: #F7F7F7;
  font-size: 16px;
  color: #fff;
  margin-left: 0;
  margin-right: auto;
  padding: 12px 16px;
  position: relative;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
  margin-right: 0;
  margin-left: auto;
  background-color: #33836E;
}
.order-chat__comment * {
  color: #fff;
}
.order-chat__comment-day {
  width: 100%;
  margin-bottom: 16px;
  margin-top: 16px;
  text-align: center;
  display: block;
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
}
.order-chat__comment.my-comment {
  background-color: #F7F7F7;
  font-size: 16px;
  color: #140A32;
  margin-left: 0;
  margin-right: auto;
}
.order-chat__comment.my-comment .order-chat__comment-date {
  color: rgba(47, 43, 67, 0.5) !important;
}
.order-chat__comment.my-comment * {
  color: #140A32 !important;
}
.order-chat__comment.my-comment::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 24px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' viewBox='0 0 23 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9869 11.1225C6.79745 10.1408 6.69823 9.127 6.69823 8.08999V0.972412H22.6081V23.9999C18.7557 23.9999 15.223 22.6306 12.4703 20.3522C9.72395 22.1818 5.32031 23.9208 0 22.9535C1.46538 22.3255 7.11758 18.5573 6.90824 11.0211C6.9334 11.0557 6.95963 11.0895 6.9869 11.1225Z' fill='%23F7F7F7' fill-opacity='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: -6px;
}
.order-chat__comment-text {
  width: 100%;
  text-align: start;
  color: #fff;
  position: relative;
  z-index: 3;
  line-height: 1.2;
}
.order-chat__comment-date {
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  color: #fff;
  position: relative;
  z-index: 3;
  margin-left: 12px;
}
.order-chat__comment::after {
  content: "";
  position: absolute;
  display: block;
  width: 23px;
  height: 24px;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.5287 11.1225C16.7182 10.1408 16.8174 9.127 16.8174 8.08999V0.972412H0.907501V23.9999C4.75996 23.9999 8.29262 22.6306 11.0453 20.3522C13.7917 22.1818 18.1953 23.9208 23.5156 22.9535C22.0502 22.3255 16.398 18.5573 16.6074 11.0211C16.5822 11.0557 16.556 11.0895 16.5287 11.1225Z' fill='%2333836E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: auto;
  right: -6px;
}
.order-chat__comment-wrap {
  height: 100%;
  width: 100%;
  margin-bottom: 70px;
  margin-top: 70px;
  height: calc(100% - 94px - 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: scrollbar;
  min-width: calc(100% + 20px);
  padding-right: 16px;
  padding-top: 130px;
}
.order-chat__comment-wrap.normal {
  padding-top: 70px;
}
.order-chat__comment-wrap::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.order-chat__comment-wrap::-webkit-scrollbar-thumb {
  background: #33836E;
  border-radius: 4px;
}
.order-chat__comment-wrap::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}
.order-chat__comment-wrap::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}
.order-chat__form {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 24px;
  border-radius: 0 0 24px 24px;
  z-index: 10;
  background-color: #fff;
  cursor: auto;
  padding-top: 10px;
}
.order-chat__form form {
  position: relative;
  display: block;
  width: 100%;
}
.order-chat__form textarea {
  min-height: 0;
  max-height: 60px;
  height: 60px;
  padding-left: 54px !important;
  padding-right: 54px !important;
  font-size: 16px;
  cursor: auto;
}
.order-chat__form textarea::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.order-chat__form textarea::-webkit-scrollbar-thumb {
  background: #33836E;
  border-radius: 4px;
}
.order-chat__form textarea::-webkit-scrollbar-button:vertical:start:decrement {
  background: linear-gradient(120deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(240deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(0deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}
.order-chat__form textarea::-webkit-scrollbar-button:vertical:end:increment {
  background: linear-gradient(300deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(60deg, #fff 40%, rgba(0, 0, 0, 0) 41%), linear-gradient(180deg, #fff 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #fff;
}
.order-chat__form textarea::-webkit-input-placeholder {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
}
.order-chat__form textarea::-moz-placeholder {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
}
.order-chat__form textarea:-ms-input-placeholder {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
}
.order-chat__form textarea::-ms-input-placeholder {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
}
.order-chat__form textarea::placeholder {
  color: rgba(47, 43, 67, 0.5);
  font-size: 16px;
}
.order-chat__form .small-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.order-chat__form .form-errors {
  color: red;
  margin-top: 10px;
  position: absolute;
  bottom: -20px;
  left: 5px;
  font-size: 12px;
}
.order-chat__form .input {
  margin: 0;
}
.order-chat__form .input.listen input, .order-chat__form .input.listen textarea {
  padding-top: 20px;
}
.order-chat__form .input.file {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 2;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
}
.order-chat__form .input.file label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  width: 24px;
  left: 0;
  top: 0;
  position: relative;
  cursor: pointer;
}
.order-chat__form .input.file label p {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  top: calc(100% + 25px);
  left: 0;
  max-width: 400px;
  min-width: 400px;
  overflow: hidden;
}
.order-chat__message {
  text-align: center;
  width: 100%;
  border-radius: 16px;
  color: #140A32;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  padding: 16px;
  background-color: #FDEFD9;
  margin-top: 20px;
}
.order-chat__message.green {
  background-color: #DCF4E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.order-chat__message.green b {
  font-size: 16px;
  font-weight: 600;
}
.order-chat__message.green .icon {
  margin-right: 10px;
}
.order-chat__header {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  background-color: #fff;
  padding-bottom: 10px;
  z-index: 20;
}
.order-chat__header .order-chat__ur-tab {
  padding: 0;
}
.order-chat__header form {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin-right: 0;
  margin-left: auto;
  margin-left: 10px;
  display: block;
}
.order-chat__header form .w_button-lightgreen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px !important;
  max-width: 100%;
  min-width: 0;
  border-radius: 12px;
  padding: 0 16px;
  color: #fff;
  background-color: #12B76A;
  border-color: #12B76A;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
}
.order-chat__header form .w_button-lightgreen:hover {
  background-color: #33836E;
  border-color: #33836E;
}
.order-chat__tabs-title {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px 16px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(47, 43, 67, 0.15);
  width: 100%;
  display: block;
  min-height: 0;
  line-height: 1;
}
.order-chat__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 600px;
  margin-bottom: 20px;
}
.order-chat__ur-tabs {
  display: block;
  background-color: rgba(47, 43, 67, 0.04);
  border-radius: 24px;
  padding: 10px;
  width: 370px;
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
}
.order-chat__ur-tab {
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.order-chat__ur-tab .online-status {
  font-size: 16px;
  display: block;
  color: #140A32;
  margin-top: 6px;
  position: relative;
}
.order-chat__ur-tab .online-status.online {
  padding-left: 22px;
}
.order-chat__ur-tab .online-status.online::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #12B76A;
}
.order-chat__ur-tab:hover, .order-chat__ur-tab.active {
  background-color: #fff;
}
.order-chat__ur-tab:last-child {
  margin-bottom: 0;
}
.order-chat__ur-tab .meta {
  width: 100%;
  display: block;
}
.order-chat__ur-tab .date {
  font-size: 16px;
  color: rgba(47, 43, 67, 0.15);
  white-space: nowrap;
  margin-left: 10px;
}
.order-chat__ur-tab .name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #140A32;
}
.order-chat__ur-tab .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6px;
}
.order-chat__ur-tab .price-wrap .time {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: rgba(47, 43, 67, 0.5);
}
.order-chat__ur-tab .price-wrap .price {
  height: 26px;
  padding: 0 9px;
  border-radius: 8px;
  border: 1px solid #33836E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-right: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #33836E;
}
.order-chat__ur-tab .avatar {
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 14px;
  position: relative;
  background-color: #fff;
}
.order-chat__ur-tab .avatar.online:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #12B76A;
}
.order-chat__ur-tab .avatar img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -o-object-position: center;
     object-position: center;
}
.order-chat__chat {
  width: calc(100% - 370px - 20px);
  border-radius: 24px;
  border: 1px solid rgba(47, 43, 67, 0.15);
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  height: 640px;
  padding: 24px;
  position: relative;
}
.order-chat__chat.active {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order-chat__chat.no-chat {
  display: none;
}
.order-chat__chat.no-chat.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order-chat__chat.no-chat .icon {
  margin-bottom: 10px;
}
.order-chat__chat.no-chat p {
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  display: block;
}

.w_button.w_button-red {
  background-color: #F04438;
  border-color: #F04438;
}

@media (max-width: 992px) {
  .order-chat__message.green b {
    text-align: left;
    font-size: 14px;
  }
  .close-order-wrapper {
    width: 100%;
  }
  .close-order-wrapper .w_button {
    width: 100%;
  }
  .order-recived__type-items .item.line-left {
    padding-left: 0;
    width: 100%;
    padding-top: 16px;
    border-left: none;
    border-top: 1px solid rgba(47, 43, 67, 0.15);
  }
  .order-chat__message {
    padding: 16px;
    font-size: 16px;
    margin-top: 16px;
  }
  .order-chat__mobile-back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 24px;
    margin-right: 16px;
  }
  .order-chat__header {
    display: block;
    border-bottom: 1px solid rgba(47, 43, 67, 0.15);
    z-index: 10;
    width: 100%;
    margin: 0;
    padding: 15px 15px 10px 15px;
    top: 0;
  }
  .order-chat__header form {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .order-chat__header form .w_button-light-green {
    width: 100%;
    max-width: 100%;
  }
  .order-chat__header .order-chat__ur-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding-bottom: 0;
  }
  .order-chat__header .order-chat__ur-tab form {
    width: 100%;
    margin: 0;
  }
  .order-chat__header .order-chat__ur-tab .meta {
    width: calc(100% - 75px - 16px - 24px);
  }
  .order-chat__form {
    padding: 15px;
    padding-top: 10px;
  }
  .order-chat__chat {
    position: fixed;
    top: 63px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    background-color: #fff;
    width: 100vw;
    height: calc(100% - 63px);
    border-radius: 0;
    padding: 15px;
  }
  .order-chat__wrap {
    height: auto;
    min-height: 0;
  }
  .order-chat__ur-tab {
    padding: 10px;
    margin-bottom: 6px;
  }
  .order-chat__ur-tab:last-child {
    margin-bottom: 0;
  }
  .order-chat__ur-tabs {
    width: 100%;
  }
  .order-chat__ur-tabs .date {
    font-size: 14px;
  }
  .order-chat__ur-tabs .meta .name {
    font-size: 14px;
  }
  .order-chat__ur-tabs .meta .price-wrap .time {
    font-size: 12px;
  }
  .order-chat__ur-tabs .meta .price-wrap .price {
    font-size: 12px;
    height: 26px;
    margin-right: 8px;
    padding: 0 12px;
  }
  .order-chat__chat {
    display: none;
  }
  .order-chat__chat.no-chat {
    display: none !important;
  }
  .order-chat__comment-wrap {
    min-width: calc(100% + 5px);
    padding-right: 0;
    margin-bottom: 70px;
    padding-top: 80px;
    padding-right: 5px;
  }
  .order-chat__comment-wrap.no-comments-yurist {
    padding-top: 75px;
  }
  .order-chat__comment-wrap.no-comments-yurist .icon {
    margin-bottom: 20px;
  }
  .order-chat__comment-wrap::-webkit-scrollbar {
    width: 0;
  }
  .order-chat__comment-wrap.normal {
    padding-top: 90px;
  }
  .order-chat__comment {
    padding: 14px;
  }
  .order-chat__comment-date {
    font-size: 14px;
  }
  .order-chat__comment-text {
    font-size: 14px;
  }
  .order-chat__popup {
    max-width: calc(100vw - 30px);
    padding: 16px;
  }
  .order-chat__popup .submit .w_button {
    height: 58px !important;
  }
  .order-chat__popup .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .order-chat__popup .subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.mb30 {
  margin-bottom: 30px;
}

.mb90 {
  margin-bottom: 90px;
}

.order-chat__comment-wrap .icon {
  margin-bottom: 20px;
  margin-top: 20px;
}
.order-chat__comment-wrap p {
  max-width: 190px;
  margin-top: 10px;
  text-align: center;
  color: rgba(47, 43, 67, 0.7);
}
.order-chat__comment-wrap.no-comments-yurist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 85px;
}
.order-chat__comment-wrap.no-comments-yurist p {
  max-width: 190px;
  margin-top: 10px;
  text-align: center;
  color: rgba(47, 43, 67, 0.7);
}

.only-mob {
  display: none !important;
}

.order-recived__type-items .item.line {
  padding-left: 32px;
  position: relative;
}
.order-recived__type-items .item.line::after {
  position: absolute;
  content: "";
  height: 56px;
  width: 1px;
  background-color: rgba(47, 43, 67, 0.15);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order-chat__header .selected-yurist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
  margin-left: 15px;
}
.order-chat__header .selected-yurist .icon {
  margin-right: 5px;
}
.order-chat__header .selected-yurist span {
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.order-chat__chat.main-yurist {
  width: 100%;
  display: block;
}
.order-chat__chat.main-yurist.active {
  display: block;
}
.order-chat__popup.width-middle {
  width: 460px;
}
.order-chat__popup .title {
  padding-right: 30px;
}
.order-chat__popup-row {
  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;
}
.order-chat__popup-row .w_button, .order-chat__popup-row .submit {
  width: calc(50% - 5px);
  margin: 0;
  max-width: 50%;
}
.order-chat__popup-row .w_button input, .order-chat__popup-row .w_button button, .order-chat__popup-row .submit input, .order-chat__popup-row .submit button {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .order-recived__type-items .item.line {
    padding-left: 0;
    padding-top: 16px;
  }
  .order-recived__type-items .item.line::after {
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
  }
  .only-mob {
    display: block !important;
  }
  .order-chat__ur-tabs.only-mob {
    padding: 0;
    background-color: transparent;
  }
  .order-chat__ur-tabs.only-mob .order-chat__ur-tab {
    padding: 0;
    border: 1px solid rgba(47, 43, 67, 0.15);
    padding: 10px;
  }
  .order-chat__ur-tabs.only-mob .order-chat__ur-tab .icon-arr {
    margin-right: 0;
    margin-left: 15px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .order-chat__ur-tabs.only-mob .order-chat__ur-tab .selected-yurist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 5px;
  }
  .order-chat__ur-tabs.only-mob .order-chat__ur-tab .selected-yurist .icon {
    margin-right: 5px;
  }
  .order-chat__ur-tabs.only-mob .order-chat__ur-tab .selected-yurist span {
    font-size: 12px;
    font-weight: 400;
  }
  .order-chat__ur-tabs.only-mob .order-chat__ur-tab .go {
    color: rgba(47, 43, 67, 0.5);
    font-size: 12px;
    line-height: 1.2;
    padding-top: 5px;
  }
  .order-chat__chat.main-yurist {
    display: none;
  }
}
.my-order__yurist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 30px;
}
.my-order__yurist-meta {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(47, 43, 67, 0.04);
  padding: 24px;
  border-radius: 24px;
}
.my-order__yurist-meta .online-status {
  font-size: 16px;
  display: block;
  color: #140A32;
  margin-top: 6px;
  position: relative;
}
.my-order__yurist-meta .online-status.online {
  padding-left: 22px;
}
.my-order__yurist-meta .online-status.online::after {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #12B76A;
}
.my-order__yurist-meta .name {
  margin: 5px 0;
  display: block;
  font-weight: 700;
  font-size: 16px;
}
.my-order__yurist-meta .lawyer-card__activity {
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  border: none;
}
.my-order__yurist-meta .lawyer-card__activity-item {
  margin: 0;
  margin-right: 10px;
}
.my-order__yurist-meta .avatar {
  min-width: 80px;
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 24px;
}
.my-order__yurist-meta .avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-order__yurist .item {
  background-color: rgba(47, 43, 67, 0.04);
  border-radius: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 480px) / 3 - 20px);
  min-height: 120px;
}
.my-order__yurist .item b {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.my-order__yurist .item p {
  line-height: 1.2;
  font-size: 14px;
  color: rgba(47, 43, 67, 0.7);
}

@media (max-width: 992px) {
  .my-order__yurist {
    display: none;
  }
}
.avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .mb90 {
    margin-bottom: 50px;
  }
  .mb30 {
    margin-bottom: 20px;
  }
  .order-chat__message {
    font-size: 14px;
  }
  .yurist-service-response-form {
    display: block;
    margin-bottom: 20px;
  }
  .yurist-service-response-form .submit {
    margin-bottom: 0 !important;
  }
  .yurist-service-response-form .submit .w_button {
    min-height: 53px !important;
  }
  .yurist-service-response-form .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .yurist-service-response-form .form-row .input {
    width: calc(50% - 5px);
    margin: 0;
    margin-bottom: 10px;
  }
  .yurist-service-response-form .form-row .input input {
    height: 56px;
  }
}
.order-chat__message.green {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #DCF4E9;
}
.order-chat__message.green span {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
}
.order-chat__message.green .icon {
  margin-right: 10px;
}

.only-mob-flex {
  display: none !important;
}

.only-pc-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.order-banner {
  width: 100%;
  background-color: #33836E;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.order-banner.white {
  background-color: rgba(47, 43, 67, 0.04);
}
.order-banner.white .order-banner__subtitle {
  color: #140A32 !important;
}
.order-banner.white .order-banner__features-item {
  border: none;
  background-color: #fff;
}
.order-banner.white .w_button {
  color: #fff;
}
.order-banner.white .w_button:hover {
  border-color: #33836E;
  color: #33836E;
}
.order-banner.white * {
  color: #140A32;
}
.order-banner.girl-right.small-girl .girl {
  width: 300px;
}
.order-banner.girl-right .order-banner__features-wrap {
  padding-right: 333px;
}
.order-banner.girl-right .order-banner__title-row {
  margin-right: 215px;
}
.order-banner.girl-right .girl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 350px;
  z-index: 1;
}
.order-banner.circle-left::after {
  position: absolute;
  content: "";
  height: 536px;
  width: 536px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  z-index: 1;
  left: -405px;
  top: -317px;
}
.order-banner.circle-right::before {
  position: absolute;
  content: "";
  height: 521px;
  width: 521px;
  background-color: rgba(20, 10, 50, 0.2);
  border-radius: 100%;
  z-index: 1;
  right: -304px;
  bottom: -207px;
}
.order-banner * {
  color: #fff;
}
.order-banner__title-row {
  position: relative;
  z-index: 5;
  display: block;
  margin-bottom: 24px;
  padding-right: 200px;
}
.order-banner__title-row .w_button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.order-banner__title-row .w_button:hover {
  border-color: #fff;
}
.order-banner__title {
  font-weight: 700;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 10px;
  display: block;
}
.order-banner__subtitle {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff !important;
}
.order-banner__features-wrap {
  position: relative;
  z-index: 5;
}
.order-banner__features-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.order-banner__features-wrap.no-border .order-banner__features-item {
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.order-banner__features-item {
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #fff;
  width: calc(33.3% - 13.3333333333px);
}
.order-banner__features-item .icon {
  height: 24px;
  width: 24px;
  margin-bottom: 16px;
}
.order-banner__features-item b {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  color: #fff;
  display: block;
}
.order-banner__features-item p {
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0;
  display: block;
  margin-top: 8px;
}

@media (max-width: 992px) {
  .only-mob-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .only-pc-flex {
    display: none !important;
  }
  .order-banner {
    width: 100%;
    background-color: #33836E;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .order-banner .w_button.only-mob-flex {
    width: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 5;
  }
  .order-banner .w_button.only-mob-flex.w_button-white:hover {
    background-color: #fff;
    color: #33836E;
  }
  .order-banner.white {
    background-color: rgba(47, 43, 67, 0.04);
  }
  .order-banner.white .order-banner__features-item {
    border: none;
    background-color: #fff;
  }
  .order-banner.white .w_button {
    color: #fff;
  }
  .order-banner.white .w_button:hover {
    border-color: #33836E;
    color: #33836E;
  }
  .order-banner.white * {
    color: #140A32;
  }
  .order-banner.girl-right.small-girl .girl {
    width: 100%;
    max-width: 190px;
    right: -20px;
    bottom: 50px;
  }
  .order-banner.girl-right .order-banner__features-wrap {
    padding-right: 0;
  }
  .order-banner.girl-right .order-banner__title-row {
    margin-right: 0;
  }
  .order-banner.girl-right .order-banner__title,
  .order-banner.girl-right .order-banner__subtitle {
    max-width: 200px;
  }
  .order-banner.girl-right .w_button {
    position: relative;
    z-index: 10;
  }
  .order-banner.girl-right .girl {
    position: absolute;
    bottom: auto;
    bottom: 20px;
    right: -35px;
    width: 100%;
    max-width: 174px;
    z-index: 1;
  }
  .order-banner.circle-left::after {
    position: absolute;
    content: "";
    height: 536px;
    width: 536px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    z-index: 1;
    left: -405px;
    top: -317px;
  }
  .order-banner.circle-right::before {
    position: absolute;
    content: "";
    height: 521px;
    width: 521px;
    background-color: rgba(20, 10, 50, 0.2);
    border-radius: 100%;
    z-index: 1;
    right: -304px;
    bottom: -207px;
  }
  .order-banner__title-row {
    margin-bottom: 24px;
    padding-right: 0;
  }
  .order-banner__title-row .w_button {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
  }
  .order-banner__title {
    font-size: 24px;
    letter-spacing: -0.7px;
  }
  .order-banner__subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.4px;
    margin-bottom: 20px;
  }
  .order-banner__features-wrap {
    display: block;
  }
  .order-banner__features-item {
    padding: 16px;
    width: 100%;
    margin-bottom: 16px;
    padding-left: 56px;
    position: relative;
  }
  .order-banner__features-item .icon {
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .order-banner__features-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .order-banner.girl-right.small-girl.small-girl .girl {
    width: 100%;
    max-width: 130px;
    right: -10px;
  }
  .order-banner.girl-right .order-banner__title,
  .order-banner.girl-right .order-banner__subtitle {
    max-width: 180px;
  }
}
.div-table {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.div-table__header {
  background-color: #33836E;
  border-radius: 12px;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.div-table__header * {
  color: #fff !important;
  font-weight: 700 !important;
}
.div-table__row {
  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: 15px 20px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.div-table__row:nth-child(even) {
  background-color: rgba(47, 43, 67, 0.04);
}
.div-table__item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 20%;
  font-weight: 700;
}
.div-table__item:nth-child(1) {
  min-width: 60%;
  font-weight: 400;
  padding-right: 10px;
}
.div-table__item:last-child {
  width: 200px;
  min-width: 200px;
  font-weight: 400;
  padding-left: 10px;
}
.div-table__item .w_button {
  min-width: 200px !important;
  max-width: 200px;
  height: 40px;
  color: #fff;
}
.div-table__item .w_button:hover {
  color: #33836E;
}

@media (max-width: 1200px) {
  .div-table__item {
    width: 25%;
  }
  .div-table__item:nth-child(1) {
    min-width: 50%;
  }
}
@media (max-width: 992px) {
  .div-table {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .div-table__header {
    background-color: #33836E;
    border-radius: 12px;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .div-table__header * {
    color: #fff !important;
    font-weight: 700 !important;
  }
  .div-table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 15px;
    border-radius: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .div-table__row:nth-child(even) {
    background-color: rgba(47, 43, 67, 0.04);
  }
  .div-table__item {
    width: 25%;
    font-weight: 700;
    font-size: 14px;
    text-align: end;
  }
  .div-table__item:nth-child(1) {
    min-width: 75%;
    font-weight: 400;
    padding-right: 15px;
    text-align: start;
  }
  .div-table__item:last-child {
    width: 100%;
    min-width: 0;
    font-weight: 400;
    padding-left: 0;
  }
  .div-table__item .w_button {
    min-width: 100% !important;
    max-width: 100%;
    height: 40px;
    color: #fff;
    margin-top: 15px;
  }
  .div-table__item .w_button:hover {
    color: #33836E;
  }
}
@media (min-width: 1200px) {
  .w_container .widget-sm-wrapper h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .w_container .widget-sm-wrapper .order-banner.girl-right .order-banner__features-wrap {
    padding-right: 250px;
  }
  .w_container .widget-sm-wrapper .order-banner__title-row {
    margin-right: 0;
    padding-right: 220px;
  }
  .w_container .widget-sm-wrapper .order-banner__title-row a {
    top: 10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .w_container .widget-sm-wrapper .order-banner__features-item {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
    padding-left: 50px;
  }
  .w_container .widget-sm-wrapper .order-banner__features-item .icon {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .w_container .widget-sm-wrapper .order-banner__features-item:last-child {
    margin-bottom: 0;
  }
  .w_container .widget-sm-wrapper .order-banner__features-wrap {
    display: block;
  }
  .w_container .widget-sm-wrapper .div-table__item:last-child {
    width: 170px;
    min-width: 170px;
  }
  .w_container .widget-sm-wrapper .div-table__item:last-child .w_button {
    min-width: 170px !important;
    width: 170px;
  }
  .w_container .widget-sm-wrapper .div-table__item:nth-child(1) {
    min-width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .w_container .widget-sm-wrapper .order-banner.girl-right .girl {
    right: -64px;
  }
  .w_container .widget-sm-wrapper h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .w_container .widget-sm-wrapper .order-banner.girl-right .order-banner__features-wrap {
    padding-right: 180px;
  }
  .w_container .widget-sm-wrapper .order-banner__title-row {
    margin-right: 0;
  }
  .w_container .widget-sm-wrapper .order-banner__features-item {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding: 15px;
    padding-left: 50px;
  }
  .w_container .widget-sm-wrapper .order-banner__features-item .icon {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .w_container .widget-sm-wrapper .order-banner__features-item:last-child {
    margin-bottom: 0;
  }
  .w_container .widget-sm-wrapper .order-banner__features-wrap {
    display: block;
    padding-right: 0;
  }
  .w_container .widget-sm-wrapper .div-table__item:last-child {
    width: 170px;
    min-width: 170px;
  }
  .w_container .widget-sm-wrapper .div-table__item:last-child .w_button {
    min-width: 170px !important;
    width: 170px;
  }
  .w_container .widget-sm-wrapper .div-table__item:nth-child(1) {
    min-width: 50%;
  }
}