.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    user-select: none;
    outline: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--cabinet_default.select2-container--show_items .select2-results__option {
  padding: 6px 6px 6px 30px; }

.select2-container--cabinet_default {
  font-size: 14px; }
  .select2-container--cabinet_default .select2-selection--single {
    border: 1px solid #cccccc;
    height: 30px; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__rendered {
      color: #626878;
      line-height: 28px;
      padding-left: 8px;
      padding-right: 20px; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow {
      border-left: 1px solid #e5e5e5;
      height: 20px;
      position: absolute;
      top: 50%;
      right: 0;
      margin-top: -10px;
      width: 28px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow b {
        border-color: #666c84 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        height: 0;
        left: 50%;
        margin-left: -3px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--cabinet_default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--cabinet_default.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--cabinet_default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #69badb transparent;
    border-width: 0 3px 6px 3px; }
  .select2-container--cabinet_default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      border: 1px solid #aaa;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--cabinet_default .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--cabinet_default .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--cabinet_default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--cabinet_default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }
  .select2-container--cabinet_default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }
  .select2-container--cabinet_default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--cabinet_default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--cabinet_default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .select2-container--cabinet_default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--cabinet_default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .select2-container--cabinet_default .select2-search--dropdown .select2-search__field {
    border: 1px solid #cccccc;
    font-size: 14px; }
  .select2-container--cabinet_default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--cabinet_default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--cabinet_default .select2-results__option[role=group] {
    padding: 0; }
  .select2-container--cabinet_default .select2-results__option[aria-disabled=true] {
    color: #999; }
  .select2-container--cabinet_default .select2-results__option[aria-selected=true] {
    background-color: #c3ebfb;
    color: #808080; }
    .select2-container--cabinet_default .select2-results__option[aria-selected=true]:before {
      display: none !important; }
  .select2-container--cabinet_default .select2-results__option .select2-results__option {
    padding-left: 1em; }
    .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__group {
      padding-left: 0; }
    .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -1em;
      padding-left: 2em; }
      .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -2em;
        padding-left: 3em; }
        .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -3em;
          padding-left: 4em; }
          .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -4em;
            padding-left: 5em; }
            .select2-container--cabinet_default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -5em;
              padding-left: 6em; }
  .select2-container--cabinet_default .select2-results__options--nested {
    position: relative; }
    .select2-container--cabinet_default .select2-results__options--nested:before {
      border-left: #7dc438 1px solid;
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 10px; }
    .select2-container--cabinet_default .select2-results__options--nested .select2-results__option {
      padding-left: 25px;
      position: relative; }
      .select2-container--cabinet_default .select2-results__options--nested .select2-results__option:before {
        border-top: #7dc438 1px solid;
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 10px; }
  .select2-container--cabinet_default .select2-results__option--highlighted[aria-selected] {
    background-color: #c3ebfb;
    color: #808080; }
    .select2-container--cabinet_default .select2-results__option--highlighted[aria-selected]:before {
      display: none; }
  .select2-container--cabinet_default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }
  .select2-container--cabinet_default .select2-dropdown {
    box-shadow: 0px 0px 5px #69badb;
    -moz-box-shadow: 0px 0px 5px #69badb;
    -webkit-box-shadow: 0px 0px 5px #69badb;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: white;
    border: #69badb 1px solid;
    color: #808080;
    margin-top: -1px; }
  .select2-container--cabinet_default.select2-container--open .select2-selection--single {
    box-shadow: 0px 0px 5px #69badb;
    -moz-box-shadow: 0px 0px 5px #69badb;
    -webkit-box-shadow: 0px 0px 5px #69badb;
    border: #69badb 1px solid; }
  .select2-container--cabinet_default.select2-container--open .select2-selection__arrow {
    border-left: #69badb 1px solid; }

.new_order .field_item.field_subject_area .select2-selection__rendered:before {
  position: absolute;
  z-index: 3;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.checker span input,
.radio span input {
  border: none;
  outline: none;
  opacity: 0; }

.cabinet input[readonly="readonly"] {
  border: #d6d9da 1px solid;
  background-color: #eef2f3; }
  .cabinet input[readonly="readonly"]:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
.cabinet input.spinner[readonly="readonly"], .cabinet input.calendar[readonly="readonly"] {
  background-color: #fff;
  border: #cccccc 1px solid; }
.cabinet input:not([type="submit"]) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #cccccc 1px solid;
  color: #808080;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  height: 30px;
  outline: none;
  padding: 0 10px;
  -webkit-appearance: none; }
  .cabinet input:not([type="submit"]):focus {
    box-shadow: 0 0 5px #69badb;
    -moz-box-shadow: 0 0 5px #69badb;
    -webkit-box-shadow: 0 0 5px #69badb;
    border: #69badb 1px solid; }
  .cabinet input:not([type="submit"])::-webkit-input-placeholder {
    color: #abadb4;
    font-style: italic; }
  .cabinet input:not([type="submit"])::-moz-placeholder {
    color: #abadb4;
    font-style: italic; }
  .cabinet input:not([type="submit"]):-moz-placeholder {
    color: #abadb4;
    font-style: italic; }
  .cabinet input:not([type="submit"]):-ms-input-placeholder {
    color: #abadb4;
    font-style: italic; }
  .cabinet input:not([type="submit"]):read-only {
    border: #d6d9da 1px solid;
    background-color: #eef2f3; }
    .cabinet input:not([type="submit"]):read-only:focus {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none; }
  .cabinet input:not([type="submit"]).spinner:read-only, .cabinet input:not([type="submit"]).calendar:read-only {
    background-color: #fff;
    border: #cccccc 1px solid; }
.cabinet textarea {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: #cccccc 1px solid;
  color: #808080;
  font-size: 14px;
  font-family: 'PT Sans', sans-serif;
  outline: none;
  resize: none;
  padding: 10px;
  -webkit-appearance: none; }
  .cabinet textarea:focus {
    box-shadow: 0 0 5px #69badb;
    -moz-box-shadow: 0 0 5px #69badb;
    -webkit-box-shadow: 0 0 5px #69badb;
    border: #69badb 1px solid; }
.cabinet .checker {
  display: inline-block; }
  .cabinet .checker span {
    background: url("/assets/cabinet/checkbox-a8d45fc1e69703ebbd3fc3b1516ee933970214a738e550d65fe3cad1b2352228.png") no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 30px; }
    .cabinet .checker span input[type="checkbox"] {
      width: 30px;
      height: 30px; }
    .cabinet .checker span.checked {
      box-shadow: 0 0 5px #69badb;
      -moz-box-shadow: 0 0 5px #69badb;
      -webkit-box-shadow: 0 0 5px #69badb;
      background-position: 0 bottom; }
.cabinet .field_item {
  margin-bottom: 15px; }
  .cabinet .field_item > label,
  .cabinet .field_item .order-pages-num > label,
  .cabinet .field_item .order-words-num > label {
    color: #646c70;
    float: left;
    font-size: 14px;
    line-height: 30px; }
  .cabinet .field_item .field_phone_number_item {
    float: left;
    margin-right: 3%; }
    .cabinet .field_item .field_phone_number_item i {
      display: inline-block;
      vertical-align: top;
      color: #626878;
      font-size: 12px; }
    .cabinet .field_item .field_phone_number_item .field_error {
      width: 100%; }
    .cabinet .field_item .field_phone_number_item input:not([type="submit"]) {
      width: 100%; }
    .cabinet .field_item .field_phone_number_item.country_code {
      width: 16%;
      position: relative;
      padding-left: 3%; }
      .cabinet .field_item .field_phone_number_item.country_code input {
        padding-left: 24px;
        padding-right: 0; }
      .cabinet .field_item .field_phone_number_item.country_code:before {
        color: #808080;
        content: '+';
        float: left;
        font-size: 18px;
        line-height: 30px;
        position: absolute;
        left: -4%; }
      .cabinet .field_item .field_phone_number_item.country_code .country_flag {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 7px;
        left: 18px; }
    .cabinet .field_item .field_phone_number_item.state_area_code {
      width: 12%; }
    .cabinet .field_item .field_phone_number_item.phone_number {
      width: 49.4%;
      margin-right: 0; }
.cabinet .field_error textarea {
  border: #ff0000 1px solid; }
.cabinet .field_error input:not([type="submit"]) {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: #ff0000 1px solid; }
.cabinet .field_error .select2-selection--single {
  border: #ff0000 1px solid; }
.cabinet .field_error .spinner_wrapper .ui-spinner .spinner {
  border: #ff0000 1px solid; }
.cabinet .field_error .validation_error {
  color: #f3480c;
  font-size: 11px;
  display: inline-block;
  width: 100%; }
.cabinet .file_format_error {
  color: #ed5545;
  display: none;
  font-size: 11px;
  width: 100%;
  margin: 4px 0; }
.cabinet .field_tooltip {
  background: url("/assets/cabinet/tooltip_icon-d3b8b863e0885b019f1db3e9cdb02b41f6aee225653872b9536a8297be9a0c0a.png") left center no-repeat;
  background-size: 20px;
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px; }
.cabinet .tooltip {
  background: url("/assets/cabinet/tooltip_icon-d3b8b863e0885b019f1db3e9cdb02b41f6aee225653872b9536a8297be9a0c0a.png") left center no-repeat;
  background-size: 15px;
  display: block;
  cursor: pointer;
  width: 15px;
  height: 15px; }
.cabinet .field_badge {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #ff5930;
  color: #fff;
  display: block;
  font-size: 10px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center; }
.cabinet .files_uploader .fileinput-button {
  width: 202px;
  position: relative; }
  .cabinet .files_uploader .fileinput-button .uploader {
    width: 100% !important;
    padding: 0;
    font-size: 10000px \9\0; }
.cabinet .files_uploader .button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  height: 29px;
  line-height: 29px;
  box-shadow: 0 3px 4px #e6eef1;
  -moz-box-shadow: 0 3px 4px #e6eef1;
  -webkit-box-shadow: 0 3px 4px #e6eef1;
  background: #43b0d9;
  background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
  background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
  background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
  max-width: 202px;
  width: 100%;
  position: relative; }
  .cabinet .files_uploader .button:hover {
    background: #5dbce0;
    background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
    background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
    background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
  .cabinet .files_uploader .button:active {
    background: #3499be;
    background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
    background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
    background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .cabinet .files_uploader .button:before {
    background: url("/assets/cabinet/button_upload_icon-211fe81481386dec42b00b20c54945967de1bef4821450965b325c5ed32ef8bf.png") no-repeat;
    background-size: 28px;
    content: '';
    display: block;
    width: 28px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px; }
.cabinet .files_uploader .files_list ul {
  list-style: none; }
  .cabinet .files_uploader .files_list ul .bad_format {
    color: #ed5545; }
  .cabinet .files_uploader .files_list ul li {
    border-top: #e9e9e9 1px solid;
    padding: 5px 0; }
    .cabinet .files_uploader .files_list ul li a.delete {
      background: url("/assets/cabinet/delete_file-6396c816f390ceec6ce7a18cfeb8b530662f31420d1e0f0038d6a8c1425ce729.png") no-repeat;
      display: inline-block;
      width: 8px;
      height: 8px;
      margin-right: 6px; }
    .cabinet .files_uploader .files_list ul li span {
      color: #6c7b83;
      font-size: 13px;
      font-style: italic;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: calc(100% - 30px);
      display: inline-block;
      vertical-align: top;
      margin-top: 2px; }
      .cabinet .files_uploader .files_list ul li span.file_error {
        color: #ed5545; }
.cabinet .files_uploader.files_uploader_with_download {
  margin-bottom: 15px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list {
    width: 95%;
    margin-top: 6px; }
    .cabinet .files_uploader.files_uploader_with_download .files_list ul li {
      border-top: 0; }
      .cabinet .files_uploader.files_uploader_with_download .files_list ul li .file_icon {
        float: left;
        width: 33px;
        height: 37px;
        margin-right: 10px; }
        .cabinet .files_uploader.files_uploader_with_download .files_list ul li .file_icon img {
          max-width: 100%;
          height: auto; }
      .cabinet .files_uploader.files_uploader_with_download .files_list ul li .files_list_info {
        float: left;
        width: 70%; }
      .cabinet .files_uploader.files_uploader_with_download .files_list ul li span {
        display: block;
        font-style: normal;
        margin-top: 3px; }
      .cabinet .files_uploader.files_uploader_with_download .files_list ul li a {
        color: #19a1e5;
        display: inline-block;
        text-decoration: none; }
      .cabinet .files_uploader.files_uploader_with_download .files_list ul li i {
        color: #979b9d;
        display: inline-block;
        margin-left: 0.5em; }
    .cabinet .files_uploader.files_uploader_with_download .files_list ul a.delete {
      background: url("/assets/cabinet/file_delete_icon-dc8a156ff16192a7cf6f9bc087b1996af1624bc128e012dffe951e22565700a3.png") no-repeat;
      float: right;
      width: 19px;
      height: 19px; }

.tooltipster-base ul {
  list-style: inherit;
  padding-left: 15px; }

.cabinet table {
  border-collapse: collapse;
  width: 100%; }
  .cabinet table thead {
    background-color: #d3e4eb;
    padding: 5px 0; }
    .cabinet table thead tr {
      border-bottom: none; }
      .cabinet table thead tr td {
        position: relative; }
        .cabinet table thead tr td:before {
          border-right: #9ab8c4 1px solid;
          content: '';
          display: block;
          position: absolute;
          top: 7px;
          right: -1px;
          width: 1px;
          height: 20px; }
        .cabinet table thead tr td:last-child:before {
          display: none; }
  .cabinet table tbody tr td {
    border-right: #c0d0d7 1px solid; }
    .cabinet table tbody tr td:last-child {
      border-right: none; }
  .cabinet table tr {
    border-bottom: #c0d0d7 1px solid; }
    .cabinet table tr td {
      color: #646c70;
      font-size: 14px;
      padding: 8px 1.5%; }
      .cabinet table tr td strong {
        color: #389c5e; }
      .cabinet table tr td > a:not(.button) {
        color: #19a1e5;
        word-break: break-all;
        display: inline-block;
        vertical-align: top; }
        .cabinet table tr td > a:not(.button):hover {
          text-decoration: none; }
.cabinet .table_filters {
  padding: 20px 2%;
  overflow: hidden; }
  .cabinet .table_filters label {
    color: #646c70;
    float: left;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px; }
  .cabinet .table_filters input:not([type="submit"]) {
    float: left; }
  .cabinet .table_filters .button {
    float: left; }
  .cabinet .table_filters .table_filters_dates {
    float: left; }
    .cabinet .table_filters .table_filters_dates .table_date_item {
      float: left;
      position: relative; }
      .cabinet .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
        width: 142px; }
    .cabinet .table_filters .table_filters_dates .button {
      margin-left: 10px; }
  .cabinet .table_filters .table_search {
    float: right; }
    .cabinet .table_filters .table_search input:not([type="submit"]) {
      width: 160px; }
    .cabinet .table_filters .table_search .button {
      margin-left: 10px; }
  .cabinet .table_filters .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    width: 93px; }
    .cabinet .table_filters .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .cabinet .table_filters .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.table_navigation {
  overflow: hidden;
  padding: 24px 2% 20px 2%; }
  .table_navigation .table_display {
    float: left;
    margin: 2px 0; }
    .table_navigation .table_display p {
      color: #646c70;
      float: left;
      font-style: italic;
      line-height: 30px; }
    .table_navigation .table_display .table_items_show {
      float: left;
      margin-left: 20px; }
      .table_navigation .table_display .table_items_show label {
        color: #646c70;
        float: left;
        line-height: 30px;
        margin: 0 10px; }
      .table_navigation .table_display .table_items_show .select2-container {
        float: left;
        min-width: 85px;
        max-width: 85px; }
  .table_navigation .table_pagination {
    float: right; }
    .table_navigation .table_pagination .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 88px;
      float: left;
      margin-left: 20px; }
      .table_navigation .table_pagination .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .table_navigation .table_pagination .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.table_pagination_mobile {
  display: none; }

.cabinet .tabs .ui-tabs-nav {
  list-style: none; }
.cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav {
  overflow: hidden;
  display: flex;
  height: 45px; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default {
    border: #c0e6e2 2px solid;
    border-left: none;
    float: left;
    width: 100%; }
    .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:first-child {
      border-left: #c0e6e2 2px solid; }
    .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done {
      background-color: #6abab2;
      border-color: #6abab2; }
      .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done span {
        position: relative; }
        .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done span:before {
          background: url("/assets/cabinet/tab_done-1301628fd15e6e2dff313e3581a64252fd82ceda509dc9fae6aa7f4315753b15.png") left center no-repeat;
          background-size: 14px;
          content: '';
          width: 14px;
          height: 10px;
          position: absolute;
          top: 50%;
          left: -25px;
          margin-top: -5px; }
      .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done + .ui-state-active {
        border-left: #fff 2px solid; }
      .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done + .done {
        border-left: #fff 2px solid; }
      .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done.ui-state-active {
        background-color: #6abab2; }
        .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done.ui-state-active a {
          color: #fff; }
      .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a {
        color: #fff; }
    .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
      outline: none;
      color: #a1b0ae;
      display: block;
      font-size: 16px;
      height: 41px;
      line-height: 41px;
      text-align: center;
      text-decoration: none; }
    .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.ui-state-active {
      background-color: #c0e6e2; }
      .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.ui-state-active a {
        color: #608d89; }
.cabinet .tabs_customer {
  padding: 0 2%;
  display: inline-block;
  width: 100%; }
  .cabinet .tabs_customer .ui-tabs-nav {
    border-bottom: #c0d0d7 1px solid;
    overflow: hidden; }
    .cabinet .tabs_customer .ui-tabs-nav .ui-state-default {
      float: left;
      position: relative;
      padding-bottom: 10px;
      margin-right: 20px; }
      .cabinet .tabs_customer .ui-tabs-nav .ui-state-default a {
        outline: none;
        color: #c0d0d7;
        display: block;
        font-size: 16px;
        text-align: center;
        text-decoration: none; }
      .cabinet .tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 6px 6px;
        border-color: transparent transparent #c0d0d7 transparent;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -3px; }
      .cabinet .tabs_customer .ui-tabs-nav .ui-state-default.ui-state-active a {
        color: #454545; }
.cabinet .tabs_notification {
  border: #bfd4dc 1px solid;
  background-color: #f3f8f9;
  color: #9e9e9e;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
  padding: 5px 2%;
  position: relative;
  margin: 20px 0 10px 0; }
  .cabinet .tabs_notification .tabs_notification_close {
    background-color: #fff;
    background-image: url("/assets/cabinet/close_notification_icon-2dbc6c9ec76c05fb6cc84136a68355b0512337526ad7a7e4213d6743a977adbc.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border: #c1d6dd 1px solid;
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -9px;
    right: -9px; }

.cabinet .field_item.field_academic_level .radio_buttons .ui-state-default {
  vertical-align: top;
  padding: 2px 0; }
.cabinet .radio_buttons {
  display: table;
  width: 100%; }
  .cabinet .radio_buttons .ui-state-default {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    height: 30px;
    border: #cccccc 1px solid;
    border-right: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .cabinet .radio_buttons .ui-state-default .ui-button-text {
      color: #808080;
      display: block; }
      .cabinet .radio_buttons .ui-state-default .ui-button-text i {
        color: #a3a3a3;
        display: block;
        font-size: 12px; }
    .cabinet .radio_buttons .ui-state-default.ui-state-active {
      box-shadow: inset 0px 2px 5px #b4bdc1;
      -moz-box-shadow: inset 0px 2px 5px #b4bdc1;
      -webkit-box-shadow: inset 0px 2px 5px #b4bdc1;
      background-color: #dae1e4;
      border: #b4bdc1 1px solid;
      border-right: none; }
      .cabinet .radio_buttons .ui-state-default.ui-state-active .ui-button-text {
        color: #78888e; }
  .cabinet .radio_buttons .ui-state-default:last-child {
    border-right: #cccccc 1px solid; }
.cabinet .radio_payment {
  display: flex; }
  .cabinet .radio_payment .ui-state-default {
    width: 100%;
    height: 45px;
    align-items: center; }
    .cabinet .radio_payment .ui-state-default.paypal {
      background-image: url("/assets/cabinet/paypal-26eb323d2363d496a5461c30f4709ee4fb79ebc19611a617156a0bc928a85150.png");
      background-size: 68px;
      background-position: center 15px;
      background-repeat: no-repeat; }
    .cabinet .radio_payment .ui-state-default.creditcard, .cabinet .radio_payment .ui-state-default.credit_card {
      background-image: url("/assets/cabinet/credit_card-4af3bdac44f1fd44ed70771cedd5b7e0d38b4c0869e47328c6badb5074dfb2b6.png");
      background-size: 68px;
      background-position: center center;
      background-repeat: no-repeat; }
    .cabinet .radio_payment .ui-state-default.wire_transfer {
      background-image: url("/assets/cabinet/wire_transfer-1ed88584f7bf6c1e42b8f178e329dfed82df38442e857a597dffe241358f3445.png");
      background-size: 68px;
      background-position: center center;
      background-repeat: no-repeat; }
.cabinet .radio_balance {
  width: 50%;
  margin: 0 auto; }
  .cabinet .radio_balance .ui-state-default {
    width: 50%;
    height: 45px; }
    .cabinet .radio_balance .ui-state-default.not_use_balance {
      background-image: url("/assets/cabinet/not_use_balance-a853950cbd331fcfcf386f0045eed315bcce725a2238619439ef20cb90cac084.png");
      background-position: center -6px;
      background-repeat: no-repeat;
      background-size: 110px; }
      .cabinet .radio_balance .ui-state-default.not_use_balance.ui-state-active {
        background-position: center -62px; }
    .cabinet .radio_balance .ui-state-default.use_balance {
      background-image: url("/assets/cabinet/use_balance-4eae0e05d86e258b0319536d1747e2aaa21925c4e52e3b76233010ef16426650.png");
      background-position: center -6px;
      background-repeat: no-repeat;
      background-size: 111px; }
      .cabinet .radio_balance .ui-state-default.use_balance.ui-state-active {
        background-position: center -62px; }

.radio_buttons.writer_level_buttons {
  text-align: center; }
  .radio_buttons.writer_level_buttons .radio {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 58px;
    left: 50%;
    margin-left: -8px; }
    .radio_buttons.writer_level_buttons .radio span {
      background: url("/assets/cabinet/writer_level_radio-feac884700dab57e8855212d5a22220cd66bf32d7e8a98dbba653e80bb40f378.png") no-repeat;
      background-size: 17px;
      display: block;
      width: 17px;
      height: 17px; }
      .radio_buttons.writer_level_buttons .radio span.checked {
        background-position: 0 bottom; }
      .radio_buttons.writer_level_buttons .radio span input.ui-helper-hidden-accessible {
        width: 100% !important;
        height: 100% !important; }
      .radio_buttons.writer_level_buttons .radio span .ui-helper-hidden-accessible {
        clip: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0; }
  .radio_buttons.writer_level_buttons .writer_level_radio {
    float: left;
    width: calc(29% + 1px);
    margin-right: 6%;
    position: relative; }
    .radio_buttons.writer_level_buttons .writer_level_radio:last-child {
      margin-right: 0; }
    .radio_buttons.writer_level_buttons .writer_level_radio.best:before {
      background: url("/assets/cabinet/level_best-b125028dc981b86e9badc18ab9acc1411097b6f473fec8d4687578950d077ec7.png") no-repeat;
      background-size: 56px;
      content: '';
      display: block;
      width: 56px;
      height: 77px;
      position: absolute;
      top: -3px;
      right: -3px; }
  .radio_buttons.writer_level_buttons .ui-state-default {
    border: #e1a247 2px solid;
    float: left;
    width: 100%;
    min-height: 130px; }
    .radio_buttons.writer_level_buttons .ui-state-default:last-child {
      border-right: #e1a247 2px solid; }
    .radio_buttons.writer_level_buttons .ui-state-default.ui-state-active {
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      background-color: #fff;
      border: #e1dbcb 2px solid; }
      .radio_buttons.writer_level_buttons .ui-state-default.ui-state-active .writer_level_title {
        border-bottom: #d0c4a5 2px solid;
        background: #f5f1e3;
        background: -moz-linear-gradient(top, #f5f1e3 0%, #f7eccb 100%);
        background: -webkit-linear-gradient(top, #f5f1e3 0%, #f7eccb 100%);
        background: linear-gradient(to bottom, #f5f1e3 0%, #f7eccb 100%);
        color: #a49d84; }
  .radio_buttons.writer_level_buttons .writer_level_item {
    overflow: hidden; }
  .radio_buttons.writer_level_buttons .writer_level_title {
    border-bottom: #b46322 2px solid;
    background: #eccd52;
    background: -moz-linear-gradient(top, #eccd52 0%, #f88625 100%);
    background: -webkit-linear-gradient(top, #eccd52 0%, #f88625 100%);
    background: linear-gradient(to bottom, #eccd52 0%, #f88625 100%);
    color: #fff;
    padding: 6px 0 10px 0;
    width: calc(100% + 1px); }
    .radio_buttons.writer_level_buttons .writer_level_title strong {
      position: relative; }
      .radio_buttons.writer_level_buttons .writer_level_title strong:before {
        background: url("/assets/cabinet/writer_level_devider-957731ad931db2eb51764fe5ce5917d63130228e3a12460a307fbe86a50d963c.png") left center no-repeat;
        background-size: 45px;
        content: '';
        width: 45px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px; }
    .radio_buttons.writer_level_buttons .writer_level_title span {
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
    .radio_buttons.writer_level_buttons .writer_level_title p {
      font-size: 14px;
      line-height: 14px; }
  .radio_buttons.writer_level_buttons .writer_level_details {
    margin-top: 34px;
    padding: 0 1%; }
    .radio_buttons.writer_level_buttons .writer_level_details span {
      color: #abaaaa;
      display: block;
      font-size: 10px;
      line-height: 12px;
      font-style: italic; }

.radio_buttons.customer_service_buttons {
  text-align: center; }
  .radio_buttons.customer_service_buttons .radio {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: -8px; }
    .radio_buttons.customer_service_buttons .radio span {
      background: url("/assets/cabinet/writer_level_radio-feac884700dab57e8855212d5a22220cd66bf32d7e8a98dbba653e80bb40f378.png") no-repeat;
      background-size: 17px;
      display: block;
      width: 17px;
      height: 17px; }
      .radio_buttons.customer_service_buttons .radio span.checked {
        background-position: 0 bottom; }
      .radio_buttons.customer_service_buttons .radio span input.ui-helper-hidden-accessible {
        width: 100% !important;
        height: 100% !important; }
    .radio_buttons.customer_service_buttons .radio .ui-helper-hidden-accessible {
      clip: inherit;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0; }
  .radio_buttons.customer_service_buttons .customer_service_radio {
    float: left;
    width: 29%;
    margin-right: 6%;
    position: relative; }
    .radio_buttons.customer_service_buttons .customer_service_radio:last-child {
      margin-right: 0; }
    .radio_buttons.customer_service_buttons .customer_service_radio.top:before {
      background: url("/assets/cabinet/service_top-3eb09fb7e56bcbce4564126aedca7411533069d6188b2241ce5dbcd787aa057e.png") no-repeat;
      background-size: 56px;
      content: '';
      display: block;
      width: 56px;
      height: 77px;
      position: absolute;
      top: -3px;
      right: -3px; }
  .radio_buttons.customer_service_buttons .ui-state-default {
    border: #6ec094 2px solid;
    float: left;
    width: 100%;
    min-height: 80px; }
    .radio_buttons.customer_service_buttons .ui-state-default:last-child {
      border-right: #6ec094 2px solid; }
    .radio_buttons.customer_service_buttons .ui-state-default.ui-state-active {
      border: #c4dece 2px solid;
      box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      background-color: #fff; }
      .radio_buttons.customer_service_buttons .ui-state-default.ui-state-active .customer_service_title {
        border-bottom: #a0ac9e 2px solid;
        background: #ceeadc;
        background: -moz-linear-gradient(top, #ceeadc 0%, #dae5db 100%);
        background: -webkit-linear-gradient(top, #ceeadc 0%, #dae5db 100%);
        background: linear-gradient(to bottom, #ceeadc 0%, #dae5db 100%);
        color: #6a9981; }
        .radio_buttons.customer_service_buttons .ui-state-default.ui-state-active .customer_service_title p {
          color: #8fc0a8; }
  .radio_buttons.customer_service_buttons .customer_service_item {
    overflow: hidden; }
  .radio_buttons.customer_service_buttons .customer_service_title {
    border-bottom: #57935b 2px solid;
    background: #22d077;
    background: -moz-linear-gradient(top, #22d077 0%, #70ca79 100%);
    background: -webkit-linear-gradient(top, #22d077 0%, #70ca79 100%);
    background: linear-gradient(to bottom, #22d077 0%, #70ca79 100%);
    color: #fff;
    padding: 5px 0;
    width: calc(100% + 1px); }
    .radio_buttons.customer_service_buttons .customer_service_title strong {
      position: relative;
      margin-right: 0.3em; }
      .radio_buttons.customer_service_buttons .customer_service_title strong:before {
        background: url("/assets/cabinet/customer_service_devider-b4ed3069386de279787aca16a6e084cf1c3184756e336d30912d76e6d986e23f.png") left center no-repeat;
        background-size: 55px;
        content: '';
        width: 55px;
        height: 10px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px; }
    .radio_buttons.customer_service_buttons .customer_service_title span {
      font-size: 16px;
      line-height: 16px;
      text-transform: uppercase; }
    .radio_buttons.customer_service_buttons .customer_service_title p {
      color: #12552e;
      font-size: 14px;
      line-height: 14px; }

.cabinet .spinner_wrapper .ui-spinner {
  display: inline-block;
  position: relative;
  height: 30px; }
  .cabinet .spinner_wrapper .ui-spinner .spinner {
    border: #cccccc 1px solid;
    color: #808080;
    font-size: 14px;
    outline: none;
    width: 100%;
    padding: 0 10px;
    height: 30px; }
    .cabinet .spinner_wrapper .ui-spinner .spinner:focus {
      box-shadow: 0 0 5px #69badb;
      -moz-box-shadow: 0 0 5px #69badb;
      -webkit-box-shadow: 0 0 5px #69badb;
      border: #69badb 1px solid; }
  .cabinet .spinner_wrapper .ui-spinner-button {
    position: absolute;
    right: 0;
    display: block;
    width: 26px;
    height: 15px;
    text-align: center; }
  .cabinet .spinner_wrapper .ui-spinner-up {
    top: 0px; }
    .cabinet .spinner_wrapper .ui-spinner-up .ui-icon:before {
      border-width: 0 4px 6px 4px;
      border-color: transparent transparent #8f9ea4 transparent; }
  .cabinet .spinner_wrapper .ui-spinner-down {
    bottom: 0; }
    .cabinet .spinner_wrapper .ui-spinner-down .ui-icon:before {
      border-width: 6px 4px 0 4px;
      border-color: #8f9ea4 transparent transparent transparent; }
  .cabinet .spinner_wrapper .ui-spinner .ui-button-text {
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 15px; }
  .cabinet .spinner_wrapper .ui-spinner .ui-icon {
    display: block;
    font-size: 0px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .cabinet .spinner_wrapper .ui-spinner .ui-icon:before {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      top: calc(50% - 3px);
      left: calc(50% - 4px); }
.cabinet .spinner_wrapper.disabled {
  pointer-events: none; }
  .cabinet .spinner_wrapper.disabled .spinner {
    border: #d6d9da 1px solid;
    background-color: #eef2f3; }

.ui-datepicker {
  font-family: 'PT Sans', sans-serif;
  box-shadow: 0 0 10px #c9ced7;
  -moz-box-shadow: 0 0 10px #c9ced7;
  -webkit-box-shadow: 0 0 10px #c9ced7;
  background-color: #fff;
  z-index: 99999 !important;
  display: none; }

.ui-datepicker-header {
  background: #616c84;
  background: -moz-linear-gradient(top, #616c84 0%, #4f5b70 100%);
  background: -webkit-linear-gradient(top, #616c84 0%, #4f5b70 100%);
  background: linear-gradient(to bottom, #616c84 0%, #4f5b70 100%);
  padding: 0 0.8em; }

.ui-datepicker-title {
  color: #fdfdfd;
  overflow: hidden;
  font-size: 18px;
  height: 42px;
  line-height: 43px;
  text-align: center;
  text-indent: -1.5em; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: block;
  font-size: 0;
  width: 22px;
  height: 22px;
  position: relative;
  top: 10px; }

.ui-datepicker-prev {
  background: url("/assets/cabinet/calendar_prev_icon-0f19069f6a6e1bb12d85e26cbc252cac176d9bf85340cb71b66c3e447807d72d.png") center center no-repeat;
  background-size: 7px;
  float: left;
  left: 25px; }

.ui-datepicker-next {
  background: url("/assets/cabinet/calendar_next_icon-9ddf5aef513f7f62cdb7a9a8da1c2b5936ebece2cad57799b0fb1b27686196a5.png") center center no-repeat;
  background-size: 7px;
  float: right;
  right: 57px; }

.ui-datepicker-calendar {
  width: 20.5em;
  padding: 0 0.8em; }
  .ui-datepicker-calendar thead tr th {
    padding: 10px 0; }
    .ui-datepicker-calendar thead tr th span {
      color: #fd3a1b;
      font-weight: 300;
      display: block;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker-calendar tbody tr td {
    position: relative; }
    .ui-datepicker-calendar tbody tr td.ui-state-disabled {
      opacity: 0.5; }
    .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day:not(.ui-state-disabled):before {
      background-color: #d3e4eb;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px; }
    .ui-datepicker-calendar tbody tr td:hover:not(.ui-state-disabled):before {
      background-color: #ebf2f5;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      content: '';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -15px 0 0 -15px; }
    .ui-datepicker-calendar tbody tr td .ui-state-default {
      color: #605643;
      font-size: 14px;
      display: block;
      text-align: center;
      text-decoration: none;
      line-height: 30px;
      position: relative; }

.ui-datepicker-close {
  background: url("/assets/cabinet/calendar_close_icon-60736422c9b65fdbe97bfa16d9ae89bdca2e99f284435cdc53940c8bf49e23d1.png") center center no-repeat;
  background-size: 10px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-left: #404b5f 1px solid;
  outline: none;
  width: 40px;
  height: 32px;
  margin: 0 auto;
  position: absolute;
  top: 5px;
  right: 0; }

.ui-datepicker-trigger {
  width: 18px;
  height: 21px;
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: 0; }

.ui-datepicker-current {
  display: none; }

#ui-datepicker-div {
  display: none; }

.nano {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden;
    padding: 15px 5%; }
    .nano .nano-content:focus {
      outline: thin dotted; }
    .nano .nano-content::-webkit-scrollbar {
      display: none; }
  .nano > .nano-pane {
    border-left: #dbdbdb 1px solid;
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    visibility: hidden\9;
    opacity: .01; }
    .nano > .nano-pane > .nano-slider {
      background: #c4c4c4;
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      margin: 0 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

.popup_overlay {
  font-family: 'PT Sans', sans-serif;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center; }
  .popup_overlay::after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''; }

.cabinet .popup_overlay .popup_overlay {
  background: transparent; }
.cabinet .popup_overlay .popup .popup_title {
  text-transform: none;
  margin-bottom: 0; }

.popup {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  position: relative; }

.popup_close,
.close {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-image: url(/assets/cabinet/popup_close-623a3b55444d8fe2cf9f481f3f38e031cd93053524d08bd86f969245c76ec110.png);
  background-color: #575757;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 9px;
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: -17px;
  right: -17px; }

.popup.popup_feedback .angular_form .violation_content .field_item .field_error .validation_error {
  bottom: -12px; }

.popup_feedback,
.info_account {
  width: 515px; }
  .popup_feedback.confirmed .popup_content p,
  .info_account.confirmed .popup_content p {
    text-align: center; }
  .popup_feedback .popup_content,
  .info_account .popup_content {
    padding: 15px 15px 27px;
    text-align: center; }
    .popup_feedback .popup_content .button,
    .info_account .popup_content .button {
      width: 160px; }
      .popup_feedback .popup_content .button.blue,
      .info_account .popup_content .button.blue {
        box-shadow: none;
        margin-right: 24px;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        display: inline-block;
        vertical-align: top;
        height: 44px;
        line-height: 44px; }
        .popup_feedback .popup_content .button.blue:hover,
        .info_account .popup_content .button.blue:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .popup_feedback .popup_content .button.blue:active,
        .info_account .popup_content .button.blue:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .popup_feedback .popup_content .button.yellow,
      .info_account .popup_content .button.yellow {
        box-shadow: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #ff733e;
        background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
        display: inline-block;
        vertical-align: top;
        height: 44px;
        line-height: 44px; }
        .popup_feedback .popup_content .button.yellow:hover,
        .info_account .popup_content .button.yellow:hover {
          background: #f88356;
          background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
        .popup_feedback .popup_content .button.yellow:active,
        .info_account .popup_content .button.yellow:active {
          background: #f56731;
          background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .popup_feedback .popup_content p,
    .info_account .popup_content p {
      color: #384D5F;
      font-size: 14px;
      line-height: 19px;
      padding-bottom: 15px;
      text-align: left; }
  .popup_feedback .popup_title,
  .info_account .popup_title {
    width: 100%;
    background-color: #d3e4eb;
    text-align: center;
    padding: 10px 0;
    position: relative; }
    .popup_feedback .popup_title h2,
    .popup_feedback .popup_title span,
    .info_account .popup_title h2,
    .info_account .popup_title span {
      color: #54718c;
      font-style: italic;
      font-size: 20px;
      line-height: 25px;
      font-weight: bold; }
  .popup_feedback .feedback_data,
  .info_account .feedback_data {
    padding: 0; }
    .popup_feedback .feedback_data h2,
    .info_account .feedback_data h2 {
      width: 100%;
      background-color: #d3e4eb;
      text-align: center;
      padding: 10px 0;
      position: relative; }
      .popup_feedback .feedback_data h2 span,
      .info_account .feedback_data h2 span {
        position: absolute;
        right: 10px;
        top: 15px;
        font-weight: normal; }
  .popup_feedback .your_feedbacks_content,
  .info_account .your_feedbacks_content {
    padding: 0 3%; }
  .popup_feedback .feedback_status,
  .info_account .feedback_status {
    text-align: center;
    padding: 15px 3%; }
    .popup_feedback .feedback_status span,
    .info_account .feedback_status span {
      color: #58a525;
      display: block;
      font-size: 20px;
      font-weight: bold;
      font-style: italic; }
    .popup_feedback .feedback_status p,
    .info_account .feedback_status p {
      color: #384d5f;
      font-size: 15px;
      margin-top: 10px; }
    .popup_feedback .feedback_status img,
    .info_account .feedback_status img {
      width: 54px;
      margin: 20px 0; }
    .popup_feedback .feedback_status .button_ok,
    .info_account .feedback_status .button_ok {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px;
      height: 39px;
      line-height: 39px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      width: 150px;
      margin: 0 auto; }
      .popup_feedback .feedback_status .button_ok:hover,
      .info_account .feedback_status .button_ok:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .popup_feedback .feedback_status .button_ok:active,
      .info_account .feedback_status .button_ok:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .popup_feedback .feedback_status b,
    .info_account .feedback_status b {
      color: #486177;
      display: block;
      font-size: 20px;
      margin-top: 10px; }
    .popup_feedback .feedback_status.feedback_done p:after,
    .info_account .feedback_status.feedback_done p:after {
      border-bottom: #cccccc 1px solid;
      padding: 0 10px;
      content: '';
      display: block;
      width: 50%;
      height: 1px;
      margin: 10px auto 15px; }
  .popup_feedback.violation .popup_title,
  .info_account.violation .popup_title {
    background-color: #fff; }
    .popup_feedback.violation .popup_title h2,
    .info_account.violation .popup_title h2 {
      color: #f76d00; }
  .popup_feedback.violation > p,
  .info_account.violation > p {
    color: #82888b;
    font-style: italic;
    text-align: center; }
    .popup_feedback.violation > p:after,
    .info_account.violation > p:after {
      border-bottom: #cccccc 1px solid;
      content: '';
      display: block;
      width: 60%;
      height: 1px;
      margin: 10px auto; }
  .popup_feedback .violation_content,
  .info_account .violation_content {
    padding: 0 3%; }
    .popup_feedback .violation_content strong,
    .info_account .violation_content strong {
      color: #4b4b4b;
      display: block;
      font-size: 16px;
      text-align: center;
      margin-bottom: 10px; }
    .popup_feedback .violation_content textarea,
    .info_account .violation_content textarea {
      width: 100%;
      height: 128px; }
    .popup_feedback .violation_content .checker,
    .info_account .violation_content .checker {
      width: 20px;
      height: 20px;
      float: left; }
      .popup_feedback .violation_content .checker span,
      .info_account .violation_content .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .popup_feedback .violation_content .checker span input[type="checkbox"],
        .info_account .violation_content .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .popup_feedback .violation_content .field_item label,
    .info_account .violation_content .field_item label {
      float: left;
      line-height: 20px;
      margin-left: 0.5em; }
    .popup_feedback .violation_content .field_submit,
    .info_account .violation_content .field_submit {
      width: 100%;
      float: left;
      clear: both;
      text-align: center;
      padding: 20px 0; }
      .popup_feedback .violation_content .field_submit .button,
      .info_account .violation_content .field_submit .button {
        width: 35%;
        margin: 0 3%; }
        .popup_feedback .violation_content .field_submit .button.button_cancel,
        .info_account .violation_content .field_submit .button.button_cancel {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          color: #fff;
          cursor: pointer;
          display: block;
          font-family: 'PT Sans', sans-serif;
          text-align: center;
          text-decoration: none;
          border: none;
          outline: none;
          -webkit-appearance: none;
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          box-shadow: 0 3px 4px #e6eef1;
          -moz-box-shadow: 0 3px 4px #e6eef1;
          -webkit-box-shadow: 0 3px 4px #e6eef1;
          background: #43b0d9;
          background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
          display: inline-block;
          vertical-align: top; }
          .popup_feedback .violation_content .field_submit .button.button_cancel:hover,
          .info_account .violation_content .field_submit .button.button_cancel:hover {
            background: #5dbce0;
            background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
          .popup_feedback .violation_content .field_submit .button.button_cancel:active,
          .info_account .violation_content .field_submit .button.button_cancel:active {
            background: #3499be;
            background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
        .popup_feedback .violation_content .field_submit .button.button_send,
        .info_account .violation_content .field_submit .button.button_send {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          color: #fff;
          cursor: pointer;
          display: block;
          font-family: 'PT Sans', sans-serif;
          text-align: center;
          text-decoration: none;
          border: none;
          outline: none;
          -webkit-appearance: none;
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          box-shadow: 0 3px 4px #e6eef1;
          -moz-box-shadow: 0 3px 4px #e6eef1;
          -webkit-box-shadow: 0 3px 4px #e6eef1;
          background: #ff733e;
          background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
          background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
          background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
          display: inline-block;
          vertical-align: top; }
          .popup_feedback .violation_content .field_submit .button.button_send:hover,
          .info_account .violation_content .field_submit .button.button_send:hover {
            background: #f88356;
            background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
            background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
            background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
          .popup_feedback .violation_content .field_submit .button.button_send:active,
          .info_account .violation_content .field_submit .button.button_send:active {
            background: #f56731;
            background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
            background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
            background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .popup_feedback .violation_content .revision_deadline,
    .info_account .violation_content .revision_deadline {
      display: inline-block;
      width: 100%;
      padding-left: 27px; }
      .popup_feedback .violation_content .revision_deadline .prompt,
      .info_account .violation_content .revision_deadline .prompt {
        display: inline-block;
        width: 100%;
        margin-top: 12px; }
        .popup_feedback .violation_content .revision_deadline .prompt p,
        .info_account .violation_content .revision_deadline .prompt p {
          color: #646c70;
          float: left; }
        .popup_feedback .violation_content .revision_deadline .prompt .tooltip,
        .info_account .violation_content .revision_deadline .prompt .tooltip {
          float: left;
          margin: 2px 0 0 5px; }
      .popup_feedback .violation_content .revision_deadline .picker_filed,
      .info_account .violation_content .revision_deadline .picker_filed {
        margin: 12px 20px 0 0;
        float: left;
        position: relative; }
        .popup_feedback .violation_content .revision_deadline .picker_filed label,
        .info_account .violation_content .revision_deadline .picker_filed label {
          color: #646c70; }
        .popup_feedback .violation_content .revision_deadline .picker_filed input:not([type="submit"]),
        .info_account .violation_content .revision_deadline .picker_filed input:not([type="submit"]) {
          width: 140px; }

.popup .files_list .uploader-files li {
  clear: both; }
.popup.popup_settings {
  width: 350px;
  padding: 10px 1%; }
  .popup.popup_settings .popup_title h2 {
    color: #58a525;
    font-size: 20px;
    font-style: italic;
    text-align: center; }
  .popup.popup_settings .popup_icon {
    border-top: #d0dce1 1px solid;
    text-align: center;
    margin-top: 40px; }
    .popup.popup_settings .popup_icon span {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: center center;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: #d0dce1 2px solid;
      display: inline-block;
      vertical-align: top;
      width: 55px;
      height: 55px;
      margin-top: -28px; }
    .popup.popup_settings .popup_icon.popup_icon_password span {
      background-image: url(/assets/cabinet/settings_pass_icon-efbf3495cf4b924b6d473be4d8f2e7d2ed7742f2e4015d68f1f3fa76287c5003.png);
      background-size: 33px; }
    .popup.popup_settings .popup_icon.popup_icon_email span {
      background-image: url(/assets/cabinet/settings_email_icon-6228c2c97f447fd235ce144f99037d58786b4130e2142ddc75a67b3a28500c5f.png);
      background-size: 33px; }
    .popup.popup_settings .popup_icon.popup_icon_name span {
      background-image: url(/assets/cabinet/settings_time_icon-ed4946bbd83d11bf277fff189b3cf52fe6361a0c812a7acd4b177eb2075cf50b.png);
      background-size: 33px; }
    .popup.popup_settings .popup_icon.popup_icon_phone span {
      background-image: url(/assets/cabinet/settings_phone_icon-1aa8f1c33e84ddb02e8acdc1fb1112978e9a4128e19395f25ec72ef21441308f.png);
      background-size: 30px; }
  .popup.popup_settings .button_ok {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 154px;
    margin: 15px auto 10px; }
    .popup.popup_settings .button_ok:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .popup.popup_settings .button_ok:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
  .popup.popup_settings > p {
    color: #82888b;
    font-style: italic;
    text-align: center;
    padding: 10px 0; }
    .popup.popup_settings > p:after {
      border-bottom: #cccccc 1px solid;
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      margin: 10px 0; }
.popup.popup_settings_edit_phone {
  width: 440px;
  padding: 10px 2% 20px 2%; }
  .popup.popup_settings_edit_phone .field_item {
    display: inline-block;
    width: 100%; }
    .popup.popup_settings_edit_phone .field_item > label {
      float: left;
      width: 26%;
      margin-right: 2%;
      text-align: right; }
    .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) {
      width: 70%; }
    .popup.popup_settings_edit_phone .field_item input.country_code {
      width: 20%;
      float: left;
      margin-right: 3%; }
      .popup.popup_settings_edit_phone .field_item input.country_code + input:not([type="submit"]) {
        width: 47%;
        float: left; }
      .popup.popup_settings_edit_phone .field_item input.country_code + .field_error {
        width: 47%;
        float: left; }
        .popup.popup_settings_edit_phone .field_item input.country_code + .field_error input:not([type="submit"]) {
          width: 100%; }
    .popup.popup_settings_edit_phone .field_item .field_error {
      width: 70%; }
      .popup.popup_settings_edit_phone .field_item .field_error input:not([type="submit"]) {
        width: 100%; }
    .popup.popup_settings_edit_phone .field_item .select2-container {
      min-width: 70%;
      max-width: 70%; }
  .popup.popup_settings_edit_phone .field_submit .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    width: 40%;
    margin-left: 28%; }
    .popup.popup_settings_edit_phone .field_submit .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .popup.popup_settings_edit_phone .field_submit .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .popup.popup_settings_edit_phone .field_submit .button.disabled {
      background: #edeff0;
      color: #908e8e;
      cursor: default; }
.popup.popup_settings_add_phone {
  width: 440px;
  padding: 10px 2% 20px 2%; }
  .popup.popup_settings_add_phone .field_item,
  .popup.popup_settings_add_phone .field_submit {
    width: 90%;
    display: block;
    margin: 0 auto; }
    .popup.popup_settings_add_phone .field_item input:not([type="submit"]),
    .popup.popup_settings_add_phone .field_submit input:not([type="submit"]) {
      width: 100%; }
  .popup.popup_settings_add_phone .field_submit {
    text-align: center;
    margin-top: 15px; }
    .popup.popup_settings_add_phone .field_submit .button {
      width: 46%; }
      .popup.popup_settings_add_phone .field_submit .button.button_send {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        float: left; }
        .popup.popup_settings_add_phone .field_submit .button.button_send:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .popup.popup_settings_add_phone .field_submit .button.button_send:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
        .popup.popup_settings_add_phone .field_submit .button.button_send.disabled {
          background: #edeff0;
          color: #908e8e;
          cursor: default; }
      .popup.popup_settings_add_phone .field_submit .button.button_verify {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 16px;
        height: 39px;
        line-height: 39px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #ff733e;
        background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
        background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
        float: right; }
        .popup.popup_settings_add_phone .field_submit .button.button_verify:hover {
          background: #f88356;
          background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
          background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
        .popup.popup_settings_add_phone .field_submit .button.button_verify:active {
          background: #f56731;
          background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
          background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
.popup.popup_affilate_program {
  width: 440px;
  padding: 10px 2% 20px 2%; }
  .popup.popup_affilate_program .popup_title h2 {
    color: #58a525;
    font-size: 20px;
    font-style: italic;
    text-align: center; }
  .popup.popup_affilate_program > p {
    color: #82888b;
    font-style: italic;
    text-align: center;
    padding: 10px 0; }
    .popup.popup_affilate_program > p:after {
      border-bottom: #cccccc 1px solid;
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      margin: 10px 0; }
  .popup.popup_affilate_program .field_item {
    margin-bottom: 8px; }
    .popup.popup_affilate_program .field_item:after {
      content: "";
      display: block;
      clear: both; }
    .popup.popup_affilate_program .field_item label {
      display: block;
      float: none; }
    .popup.popup_affilate_program .field_item input:not([type="submit"]) {
      width: 60%;
      float: left; }
    .popup.popup_affilate_program .field_item .field_error {
      width: 60% !important;
      float: left; }
      .popup.popup_affilate_program .field_item .field_error input:not([type="submit"]) {
        width: 100%; }
    .popup.popup_affilate_program .field_item .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px;
      height: 39px;
      line-height: 39px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 35%;
      float: right;
      margin-top: -5px; }
      .popup.popup_affilate_program .field_item .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .popup.popup_affilate_program .field_item .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .popup.popup_affilate_program .send_again {
    color: #3ea9d6;
    font-size: 13px;
    display: inline-block;
    clear: both; }
    .popup.popup_affilate_program .send_again:hover {
      text-decoration: none; }
  .popup.popup_affilate_program .field_submit {
    width: 90%;
    margin: 0 auto; }
    .popup.popup_affilate_program .field_submit .button.button_send {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      float: left;
      width: 46%; }
      .popup.popup_affilate_program .field_submit .button.button_send:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .popup.popup_affilate_program .field_submit .button.button_send:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .popup.popup_affilate_program .field_submit .button.button_ok {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      float: right;
      width: 46%; }
      .popup.popup_affilate_program .field_submit .button.button_ok:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .popup.popup_affilate_program .field_submit .button.button_ok:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.popup_select {
  z-index: 99999; }

.popup.popup_feedback.improvements_popup {
  width: 400px; }
  .popup.popup_feedback.improvements_popup .popup_title {
    width: 100%;
    background-color: #d3e4eb;
    text-align: center;
    margin: 0 0 15px;
    padding: 10px 0;
    position: relative; }
    .popup.popup_feedback.improvements_popup .popup_title + p {
      color: #32485C;
      font-size: 13px;
      line-height: 16px;
      padding: 13px 20px;
      text-align: center; }
    .popup.popup_feedback.improvements_popup .popup_title h2 {
      color: #54718c;
      font-size: 17px;
      padding: 0 20px;
      font-style: italic; }
  .popup.popup_feedback.improvements_popup .violation_content .field_error {
    padding-bottom: 6px; }
    .popup.popup_feedback.improvements_popup .violation_content .field_error .validation_error {
      bottom: -10px; }
  .popup.popup_feedback.improvements_popup .revision_deadline {
    padding-left: 0; }
    .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed {
      margin-right: 25px; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed label {
        float: none;
        width: 100%;
        display: block; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed.timing {
        margin-right: 0; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed .ui-datepicker-trigger {
        top: 23px; }
      .popup.popup_feedback.improvements_popup .revision_deadline .picker .picker_filed input {
        width: 175px; }
  .popup.popup_feedback.improvements_popup .files_uploader {
    overflow: hidden; }
    .popup.popup_feedback.improvements_popup .files_uploader .fileinput-button {
      width: 100%; }
    .popup.popup_feedback.improvements_popup .files_uploader .button {
      margin-bottom: 0;
      margin-top: 10px;
      height: 35px;
      line-height: 35px;
      width: 100%;
      max-width: 100%; }
  .popup.popup_feedback.improvements_popup .field_submit .button {
    width: 47%; }
    .popup.popup_feedback.improvements_popup .field_submit .button.button_cancel {
      margin-left: 0;
      line-height: 35px; }
    .popup.popup_feedback.improvements_popup .field_submit .button.button_send {
      margin-right: 0;
      line-height: 35px; }

.AD {
  background-image: url("/assets/flags/AD-c9e43659a5d653509725b80f2a7f485fa263bd9313473015816ac2101857f18d.svg"); }

.AE {
  background-image: url("/assets/flags/AE-c037fc2c37db9af2788b758eb4f39ca44c43208efd9f553087a945e2e4a4de05.svg"); }

.AF {
  background-image: url("/assets/flags/AF-1340ce6107fb80bf5f0d1d43fdf4c8c93d19695b81f3dbb534e0f418c7fbb77a.svg"); }

.AG {
  background-image: url("/assets/flags/AG-6ef7e7c2abc04f69903d8a5f054918ac348a9fb150cf28f20c2f9e74a9ab55e2.svg"); }

.AI {
  background-image: url("/assets/flags/AI-5cfe523e4ca80c4d56fcf5874fd9fe4c0a776837f2447717f2e4136cf2265381.svg"); }

.AL {
  background-image: url("/assets/flags/AL-c450b86c5cdfe8f5e8a52611ac4b3291b677ed60358a922bef6211c5fd638f61.svg"); }

.AM {
  background-image: url("/assets/flags/AM-107d3e89d25a8e6f056ff88a38f3d8b54d84bdd9dbec3a8ca8cef99ff3f35701.svg"); }

.AN {
  background-image: url("/assets/flags/AN-ebfcdceacc47bb9a34826418bd3fb74eb1678cd5ccce3c465f6980c5a0452528.svg"); }

.AO {
  background-image: url("/assets/flags/AO-20e27706aefc266fd0503f4095990c1f7d82e15ba6da597952fb7ced109c99b3.svg"); }

.AQ {
  background-image: url("/assets/flags/AQ-3de20bbaad966297c51ba29e6a4a8bd795730f7318905e5d510cbff7fc85752e.svg"); }

.AR {
  background-image: url("/assets/flags/AR-da249bfe6afb1bdb122205e46c4cc61b9b25cc5aadff344d3ce2964ee0d7f726.svg"); }

.AS {
  background-image: url("/assets/flags/AS-865f7af7bf4a648c0e1123ac040a8a1988bc6bcfcc12dcdc4d56ae4e5e983282.svg"); }

.AT {
  background-image: url("/assets/flags/AT-c4ae46faa741c633ab0f120ee98e4ab504ff49be91161e24e025062c857da3c5.svg"); }

.AU {
  background-image: url("/assets/flags/AU-1afbb363d52c79ed12d4750d183164fd31932535995c30a28487b014a431e21c.svg"); }

.AW {
  background-image: url("/assets/flags/AW-169917a013c6b2592491a5141d34946b4e52296d10a8438a79f8ead44676517b.svg"); }

.AX {
  background-image: url("/assets/flags/AX-c86b5b33988bfb5bbc734ddf0a11f2f974e11fbfc2eee6b65bec09de2883136c.svg"); }

.AZ {
  background-image: url("/assets/flags/AZ-583cc74b178910432c3a14a8a3186e0b35e3a199bb47a5a4b71ea367eac708aa.svg"); }

.BA {
  background-image: url("/assets/flags/BA-b9b81511203892719f452d7bde68ee4238eee3822263dbd3e10500b0e5636fea.svg"); }

.BB {
  background-image: url("/assets/flags/BB-f18471373605c11e5c1c7e38fa317c0c38b0008a201c9634c7d9fc453562f41b.svg"); }

.BD {
  background-image: url("/assets/flags/BD-8e7e223349db82ccd99dbcee2444ac53745db70cab87fa8630308ebf27c02c35.svg"); }

.BE {
  background-image: url("/assets/flags/BE-c7d89e1644e645a7c77df935b1617d3992586299a01a847f57dfe6ffb94753c2.svg"); }

.BF {
  background-image: url("/assets/flags/BF-befdeaec6c31d2bba3afb280894048791923783ac078126f5e78b7ab76bad0fa.svg"); }

.BG {
  background-image: url("/assets/flags/BG-dcb92ae980a84be36cdfd1786229ab65a64f4ace78e973cf4bf58e8d41924200.svg"); }

.BH {
  background-image: url("/assets/flags/BH-25437a8ded11068b1f0bd9fe907f1549f6056e3286a3ba606a5efa71c8edac05.svg"); }

.BI {
  background-image: url("/assets/flags/BI-6e9862c72c2eaeb554ced95fd1d78b1749c907aa3a1157a38d646db5100a157e.svg"); }

.BJ {
  background-image: url("/assets/flags/BJ-d267e48c64e289dc629ece2ca757dcbc634658448970806a21529ce3f81e5130.svg"); }

.BL {
  background-image: url("/assets/flags/BL-17a87fc615ca398e8a2dcdcf13e2318867989bda75d3562c460f9e6c434d33b1.svg"); }

.BM {
  background-image: url("/assets/flags/BM-c4438983e9e5b91f790b3866a6d3ee6b88df9b5fba586a0cf872468bc53b48d8.svg"); }

.BN {
  background-image: url("/assets/flags/BN-bc75d3ed2518c63b6696c9decb1a0c2bb4d6ebdff9852ffe34df02258a3ed700.svg"); }

.BO {
  background-image: url("/assets/flags/BO-c7ca3f55e8ad5a7690ef2cc0897d101d27a0126881d263d195d292bbb4d0edd3.svg"); }

.BQ {
  background-image: url("/assets/flags/BQ-1e440797a6e69937fe310d779878cd5f56fc64739b8130167f088fbfd24e4ac4.svg"); }

.BR {
  background-image: url("/assets/flags/BR-5aef58c1b3616487f766545d8cf0757e5c6b6d9711eb121e7c0717eb542162bc.svg"); }

.BS {
  background-image: url("/assets/flags/BS-95d2edf2f4a6b8ddd65f775db548a96661735a08b016d91ba91dd373bdbabbd0.svg"); }

.BT {
  background-image: url("/assets/flags/BT-7fb0a76a672fec3a8903a2dd0c1f0a1b2247df6f739dc1398c607237b358df35.svg"); }

.BV {
  background-image: url("/assets/flags/BV-84df01c1c365964b2fba8eac69068dd090a04f5db0b45e6646bb9fe3962e6834.svg"); }

.BW {
  background-image: url("/assets/flags/BW-5fb6553d61cfd061eeb01b5900685124e0742fad75e43a6437d5e15be8b45a70.svg"); }

.BY {
  background-image: url("/assets/flags/BY-05421b58479fcca178fcab609872644d6e1a561dfe14ac3c0e09ef674858e390.svg"); }

.BZ {
  background-image: url("/assets/flags/BZ-26cebc31ead72b3fc61dd7ad5d5c123971ffc0ab7f9a7555ae31435d4e26ad9a.svg"); }

.CA {
  background-image: url("/assets/flags/CA-be3d3e437e892de4614da327206528fbd2f2177419cf326dc8ccc00b3c17f547.svg"); }

.CC {
  background-image: url("/assets/flags/CC-bb306da8a8b455c417b02176283f02feee2c7f11cedc8fc620fb639e7613d147.svg"); }

.CD {
  background-image: url("/assets/flags/CD-80097e9ffd3cfa6bb10a76a9bd4adfef78cf056478539fd0b670ce125c11f110.svg"); }

.CF {
  background-image: url("/assets/flags/CF-df44a45b2365e5b2fadbdf56aa9837e5183dfee7c3253f7e1fbbe52d4f89b62e.svg"); }

.CG {
  background-image: url("/assets/flags/CG-b4f1810f30c248410fd5eaa6e72273047611a50507c50cca903843402a526e44.svg"); }

.CH {
  background-image: url("/assets/flags/CH-f6cad6ccac4bb615f1fd41b24f22968c638e21d6126a5ceadb376c574d951627.svg"); }

.CI {
  background-image: url("/assets/flags/CI-e65e1749de8e65e7fd792124c1e8233d98be0a44d5e318a8a45efe0da2e23e23.svg"); }

.CK {
  background-image: url("/assets/flags/CK-a4b90b0f9da9c05c94264c8ddc3e0bf0dc28389e2324fed9c90d836be72362ce.svg"); }

.CL {
  background-image: url("/assets/flags/CL-3d4e481ae18c30131f9c675d82b4931ac46514a766d20341088f7cd3315c97c6.svg"); }

.CM {
  background-image: url("/assets/flags/CM-8e0285922ba2ddf26c0923623f3e708b0463e4f98611cf200b5aeba596777eb1.svg"); }

.CN {
  background-image: url("/assets/flags/CN-77ae95c6f85b1ade539ddd6e4ef496983cfabdfc485829226e64f691c609f0b2.svg"); }

.CO {
  background-image: url("/assets/flags/CO-456155c0039d6d1829d05c3702f4857f686d72277c65d898df3f2df587c78ae5.svg"); }

.CR {
  background-image: url("/assets/flags/CR-f9f90aebd9f5936efd7293242c85bed03f9c85b5066964749adca8fb27b16413.svg"); }

.CU {
  background-image: url("/assets/flags/CU-1cea209d3a4ccb4cf1763200ca9bcba16e6835aaf9d1914010773e130855bb7b.svg"); }

.CV {
  background-image: url("/assets/flags/CV-760a916899e8fce1e9fd0dd3f2db8f4f0060156c67e78b73d95c72dc06d68165.svg"); }

.CW {
  background-image: url("/assets/flags/CW-d13c75b99dfbe08277b30a5030dde40a01d1f260defc10a6fdbe57b06f295fae.svg"); }

.CX {
  background-image: url("/assets/flags/CX-291f8b6e30242999516bd64fe20be98992d664743d2367717a5ba38822c9e980.svg"); }

.CY {
  background-image: url("/assets/flags/CY-409a4a38e39e1dd1934211b379ed17c7d7f2163efc565a1dc29b619fde13ef42.svg"); }

.CZ {
  background-image: url("/assets/flags/CZ-6a9329fd7e24aaca6b3660a51edfacf6a822e9e7be5c9d23ff6fddda0c9b4a0b.svg"); }

.DE {
  background-image: url("/assets/flags/DE-c0d67728f8c0370d78fb108a627b8731474b74085df001a18de179a92fc6d1df.svg"); }

.DJ {
  background-image: url("/assets/flags/DJ-94a13d965259ab5289ea946e9e012a25a0908c96511e23685b310089f0f18e2d.svg"); }

.DK {
  background-image: url("/assets/flags/DK-73b97f7a1ed307fff21e7292e826a6e79343e0da02ba9241ce1c2219e4ed6aa0.svg"); }

.DM {
  background-image: url("/assets/flags/DM-b724c4cb64bc639c1eed9bfcadb5858ab55e19ee5981a130cfbd53cdf7b2e8ad.svg"); }

.DO {
  background-image: url("/assets/flags/DO-471158ddedb80a2ba596019a95a4a5109ef2f77d5db78dbbedd0034d88b9db2b.svg"); }

.DZ {
  background-image: url("/assets/flags/DZ-76785f4dee617d7db8f74bf7d88ba20430925940a4cbcf3dd4c68dfed4ad79f4.svg"); }

.EC {
  background-image: url("/assets/flags/EC-34e6f4bcd1ee8a530fa9e6ac7d73e752ead531fb5be1f2f6ae465698aa2eaf4b.svg"); }

.EE {
  background-image: url("/assets/flags/EE-f9a1e3caa21000d72aaa5984eda311838be43d40dc3f78e82986ff90e964c66e.svg"); }

.EG {
  background-image: url("/assets/flags/EG-b35ff3095d282169aadac78b8e0b8f7ddc09ff66b21a91e71585774b9acc1e96.svg"); }

.EH {
  background-image: url("/assets/flags/EH-84f3fedd76ec378561c55f5ba91957373589b33bfd74c8c8d29ad7aa97066987.svg"); }

.ER {
  background-image: url("/assets/flags/ER-a41e54b423f6566fe2fcdc44df1e7d13b8c0f2eb80a959e924b9f86cf4955e7e.svg"); }

.ES {
  background-image: url("/assets/flags/ES-0b4006584bfa1043b6fa16a9d8c2250ebef82a54895350b7532c2ff2a0448020.svg"); }

.ET {
  background-image: url("/assets/flags/ET-a61d6404fc502df6c0cd5b612614f15b78692e8c4ed983d3a8e83c347f70ed78.svg"); }

.EU {
  background-image: url("/assets/flags/EU-6ae696042e13bf3cf1115dcabf29534f35ccce3f6b0ae247fe8578b15722a1cc.svg"); }

.FI {
  background-image: url("/assets/flags/FI-5d55a0f1f959ee34bd72b4619b5e5a4d10d14fd4a200731436e326f878524e70.svg"); }

.FJ {
  background-image: url("/assets/flags/FJ-a4b47eb5eaa2def9056a5a4ea9c0cfea8fd146e9afa2a3d0699c25e6dd8d1996.svg"); }

.FK {
  background-image: url("/assets/flags/FK-527bd59ec2d9c9e71b734db677fd1c72546f67eeeb11ed5fd937a3986113d1ef.svg"); }

.FM {
  background-image: url("/assets/flags/FM-6b819a9d00763dae6fb88b343bc1c2dcdf057ac83b394245b6aaa73de3ef679d.svg"); }

.FO {
  background-image: url("/assets/flags/FO-2f8828357f70733d47686718e2d7af062fec74a12761cce42d3f19d49f8a5961.svg"); }

.FR {
  background-image: url("/assets/flags/FR-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.GA {
  background-image: url("/assets/flags/GA-649a6d3039f7b78f80473886addb6bcb4ae5c29aaff6e687f1f72a387e94e72c.svg"); }

.GB-ENG {
  background-image: url("/assets/flags/GB-ENG-ea611198554b604f41ccd216c7e32830e5efd69097a4be811dd13caaf6de4671.svg"); }

.GB-NIR {
  background-image: url("/assets/flags/GB-NIR-e6354d8954e41fb303ae4a8c3c74c64327be28acd4221b8cd688d96f761de6aa.svg"); }

.GB-SCT {
  background-image: url("/assets/flags/GB-SCT-8566933d245958a9634058ee7fd1d6343703490f10894087cf9f7dc6456e033d.svg"); }

.GB-WLS {
  background-image: url("/assets/flags/GB-WLS-83b053367cfb614372fa3bdc11a376099c1b376ba823340427dffd9c5b765ca7.svg"); }

.GB-ZET {
  background-image: url("/assets/flags/GB-ZET-1d80f00599b3ef6d941031d7d15ebc2e0c8833a21f4b2e5337d0114cb5bc7961.svg"); }

.GB {
  background-image: url("/assets/flags/GB-ec8cf10a768a4172c53452e2e63f3296a290f8fc57bf28a75fd1fae95ac0c588.svg"); }

.GD {
  background-image: url("/assets/flags/GD-fd0de9864025f92dd77737e4725cdbc180c48b73521a35c98b1d12c299d5e574.svg"); }

.GE {
  background-image: url("/assets/flags/GE-536f844305c16b71dde6f34e63b509363c680afb978143b2b1816264231bb70c.svg"); }

.GF {
  background-image: url("/assets/flags/GF-3334f8c3423743645090996f2530d211b2df15bc3578fda60b775f1e1859976d.svg"); }

.GG {
  background-image: url("/assets/flags/GG-62fa29d334e05a99369659bdc44d28058bcbf40fac275a9c749bd2f4a39cd766.svg"); }

.GH {
  background-image: url("/assets/flags/GH-1f961b94ea9f48036e8aee819d1ce264f769487144280008b47da31feaa184c4.svg"); }

.GI {
  background-image: url("/assets/flags/GI-02b8c13e36e39353d739453e0118ad48cff2dd7a2dc6950765a6f550a0565890.svg"); }

.GL {
  background-image: url("/assets/flags/GL-78d45e7d915a3f4d90b6533a651b3a2c5b62b54e15040c232ae752f9ed5e8f6f.svg"); }

.GM {
  background-image: url("/assets/flags/GM-9bcf51cd1dd4b48da7a5bdb8deaa3ecdc7a7df15f6c1d5f4591658e01234490e.svg"); }

.GN {
  background-image: url("/assets/flags/GN-8d29fd280b4d3699ab6c714af64aae6f79276dad5c65867174726611dd5be799.svg"); }

.GP {
  background-image: url("/assets/flags/GP-f8abde6977ea3be39536fbba6806e75c68010e927aa5179fb22ac8fa1673256a.svg"); }

.GQ {
  background-image: url("/assets/flags/GQ-45041371cb64a04f3240faf338e176825aa14a192c615355ee7eaf8c5117effd.svg"); }

.GR {
  background-image: url("/assets/flags/GR-d2090d3949e96e3d06ba2bd1a2620b24d2e71711671f897325e1965bcac58883.svg"); }

.GS {
  background-image: url("/assets/flags/GS-2be0b59ecf61a80c329ba323232791d1e94d26a05005b23604abacce4d74fedb.svg"); }

.GT {
  background-image: url("/assets/flags/GT-120ada143f1f3e3d501435604746bd14fb06bcfb83b46a673f6f97c3c4f46aa5.svg"); }

.GU {
  background-image: url("/assets/flags/GU-35ea1b16360fd7dac38f475a3e04abacafddcafbd63b4812adfec4cc004f5068.svg"); }

.GW {
  background-image: url("/assets/flags/GW-545332d8fc7ac3cde87142f31451f6f3027834bbe8e777084b133526e8e6da4d.svg"); }

.GY {
  background-image: url("/assets/flags/GY-ac6db5fdcacdad2dde42841423cae13c4dc0e8b2772580684fd73ea4fdb3773b.svg"); }

.HK {
  background-image: url("/assets/flags/HK-a48b16ae7783a6a92a89d8e11beb108d3e6000e950db9d20314857dffce0c783.svg"); }

.HM {
  background-image: url("/assets/flags/HM-238ea01ebc76b36981e343569bc47e014bbb5b465ea86db4b180ea605790d2dd.svg"); }

.HN {
  background-image: url("/assets/flags/HN-18801c112c754ba1725598c18a6efc38ca5376323152cd551b9d11a4d2fd097f.svg"); }

.HR {
  background-image: url("/assets/flags/HR-1ece5d6c8c94e0e219753a3e2b723d40e54cfa29ccc48306334277f10bf820d1.svg"); }

.HT {
  background-image: url("/assets/flags/HT-c95e8ba9d571da9df6a9eafeae23082eb42f32bbfd320b631eaf10628a9c1faa.svg"); }

.HU {
  background-image: url("/assets/flags/HU-89f3459e332cece99942979c1b73181eea8bd78106c25e872561de2c348fb487.svg"); }

.ID {
  background-image: url("/assets/flags/ID-61ea3574dc1c2c0aad3653cee4e329fc7f08fca3fa1583b64b02918de2414184.svg"); }

.IE {
  background-image: url("/assets/flags/IE-2c311f6a26a5a661405b073103a9b4801f5a501793493169127c736baef43d51.svg"); }

.IL {
  background-image: url("/assets/flags/IL-29a448a718311ea4f255bb1b146a80bf8d5d62603a6a46e553acecae13186a59.svg"); }

.IM {
  background-image: url("/assets/flags/IM-5eb112755db2c23b39dae2f311b8c07aac8167fc71a1b104487a3db0e23560a1.svg"); }

.IN {
  background-image: url("/assets/flags/IN-7735911dfaceff0395de7468935f147cbe82de7f92c99d2a019601a407bedc62.svg"); }

.IO {
  background-image: url("/assets/flags/IO-37239865125bcec56487fad9aa4f4ead08303aa57d991482a6f43248ed6cfeb5.svg"); }

.IQ {
  background-image: url("/assets/flags/IQ-7775eb157cc0ffc7d63b25671ff4581a327bdc6bab98d9c4364c496d220cfe94.svg"); }

.IR {
  background-image: url("/assets/flags/IR-5705154ab922814280e5fc0dda9971ba241116ca23c6851894e6e5dd433abc2a.svg"); }

.IS {
  background-image: url("/assets/flags/IS-ef595b385c9c05acc2a9c38eba685f9c9a55ff09377179cda0be44f32dd969bd.svg"); }

.IT {
  background-image: url("/assets/flags/IT-6fecdde9a2f71874190e5731995e271f6428989239868454c0f84db4a53f7233.svg"); }

.JE {
  background-image: url("/assets/flags/JE-d20608731b664e6313f1ad1db30307a2f12529798e4cb28b40976b0c29ab7fc1.svg"); }

.JM {
  background-image: url("/assets/flags/JM-3f4d1be110b8eae52dc901643f24ac6861aa3a067f8d9afde2460850a838107d.svg"); }

.JO {
  background-image: url("/assets/flags/JO-271aa54cc723a70251517e8f0eaf8586cd92e00c143992e66238c779dea7e25f.svg"); }

.JP {
  background-image: url("/assets/flags/JP-e5d584385ed1fe65f6360c19a5c0a9eee8acd80c6e736e7d90ba85f355f0b889.svg"); }

.KE {
  background-image: url("/assets/flags/KE-367b10c49c274d803dd017cead63a88be99464fbd727374f692027dcda12b62b.svg"); }

.KG {
  background-image: url("/assets/flags/KG-450f665a4f1a82d76ad6af9d6e3403c768f3f1aefeb5e34abf3435adce72ed97.svg"); }

.KH {
  background-image: url("/assets/flags/KH-3aed25821341290f2696a284bfe2ffb880392b7924201254b64119b555451ea7.svg"); }

.KI {
  background-image: url("/assets/flags/KI-52fe3e5b1582a20040bebeea1dd7210e153e5e9b290368ce451d22f644f2467d.svg"); }

.KM {
  background-image: url("/assets/flags/KM-a0b3b88cb32798295d8f2ba905aa8b34855613113de269a343df96979600a129.svg"); }

.KN {
  background-image: url("/assets/flags/KN-96948422b4b0b0a01ec941ddb75b6fb3d13ad42651c329e64c0c716aa90af0d6.svg"); }

.KP {
  background-image: url("/assets/flags/KP-e56cb1162a05fba3d4863dc78b69ea33f374e7c9e9a3a537f3c72b9d91617e9e.svg"); }

.KR {
  background-image: url("/assets/flags/KR-98324152351ef948847b6c18d5ac891ff5f030fd66962cc39bb1ab86a1d63a89.svg"); }

.KW {
  background-image: url("/assets/flags/KW-b901692a90277158f6795ed6a607ed01dae95832cad5699e1331b2a317fe8fb3.svg"); }

.KY {
  background-image: url("/assets/flags/KY-6114a87646c49b669eac270cfc70276f245eb285c7a929842750dc9d2eb029e6.svg"); }

.KZ {
  background-image: url("/assets/flags/KZ-3c01ae69a8b12c192412fe995480e418792ded4bda47a5550c5cf9e75759d479.svg"); }

.LA {
  background-image: url("/assets/flags/LA-870c922e4002e355f944bd4493ce9b47093ea62d19f8354a6e258968dd7ece5e.svg"); }

.LB {
  background-image: url("/assets/flags/LB-a27bb9134b75e8ea5c81913c316429a0962e306e128ee4b63efc22b046fe4de8.svg"); }

.LC {
  background-image: url("/assets/flags/LC-2ac45afefb177cfca709bf24862bf1f36779d37a285bde4800168ae152df1f5b.svg"); }

.LGBT {
  background-image: url("/assets/flags/LGBT-53fb76976dd39cc360329ebcd04e71f2cf475f18a8a5cf9b77670594ee1f77b5.svg"); }

.LI {
  background-image: url("/assets/flags/LI-58388772af802d17e27bff216039575274d70cda0d3c3f5209d6caad600c8efa.svg"); }

.LK {
  background-image: url("/assets/flags/LK-6e8d38907b21c34643d701cbaad8469c0e76ac73736f21ec1bb48c63b167a4d7.svg"); }

.LR {
  background-image: url("/assets/flags/LR-d06966754f75f28f3feba056a345603c1848a524c85272540381162422c37876.svg"); }

.LS {
  background-image: url("/assets/flags/LS-c77e4d37c6605ee3f8cb94aa2c8735c4676c81a99f1ab0c7665ac2631e3ad0b8.svg"); }

.LT {
  background-image: url("/assets/flags/LT-68538ee14bcf934fb7d20771bd6d0e0c22adcb9d45cf388d94214f92e7817587.svg"); }

.LU {
  background-image: url("/assets/flags/LU-8fecee6805faaa1ce2a6e09313fc49f6dd8b91988275b69cd6c5ec42c0643d2a.svg"); }

.LV {
  background-image: url("/assets/flags/LV-54351044a1be1e63d100f616dd4adf80cebce1f1962924140438184588add43a.svg"); }

.LY {
  background-image: url("/assets/flags/LY-d28008922671992a3fd1e5cc42ef58a49179b09d188a7f363b70c1f4d70b958e.svg"); }

.MA {
  background-image: url("/assets/flags/MA-090b24b7eda5911380c97f93c5139d899143d28f8c93974a5ec51b7a1ed16463.svg"); }

.MC {
  background-image: url("/assets/flags/MC-05acfe0a6f29bd4a1283945789d516e6fc428b64742b369ef90f9dcc2ac01b1e.svg"); }

.MD {
  background-image: url("/assets/flags/MD-890711eaa9d9e306c3da94d28306cd30a7d994e5ad7b083872ca249283791539.svg"); }

.ME {
  background-image: url("/assets/flags/ME-12a41ed4d0083801e55e80eb0000e952c036346397bd2be41948335a8e8b5958.svg"); }

.MF {
  background-image: url("/assets/flags/MF-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.MG {
  background-image: url("/assets/flags/MG-e0e29e1b2e8b1dd794ee81ef50b5ef86627721e607eeb52c9845a47bf0762508.svg"); }

.MH {
  background-image: url("/assets/flags/MH-19f4c12a8486351a722e2b57fc0279d8c1b027fddd23323ccabd94ab11de94f5.svg"); }

.MK {
  background-image: url("/assets/flags/MK-79a0db0b2caa6488df55ac51ded2b1708c762231c1f5c2ea7ebf549b1f96c406.svg"); }

.ML {
  background-image: url("/assets/flags/ML-b023320e69868c4d96e5403595623196811ea926e7964d76ad312963bb68918c.svg"); }

.MM {
  background-image: url("/assets/flags/MM-961e58c1624d0e04dbc6cb9f50c61e282711d6b8d79606cd60c8c050bc2a9164.svg"); }

.MN {
  background-image: url("/assets/flags/MN-fbae096768387bb88fbd0fa2d5e8317d0fd2cf494122d83722c871ae94e6d2a6.svg"); }

.MO {
  background-image: url("/assets/flags/MO-d3736d4e345ed7a04f8c34dcd72005b690ae38e68c6beec383fdef7984664cff.svg"); }

.MP {
  background-image: url("/assets/flags/MP-4b31120ca99097f492bdd4697c7321d661420dfabe93cdfdd4f070d7f05626af.svg"); }

.MQ {
  background-image: url("/assets/flags/MQ-69e3578c8b513111c06cda32eca52cd77bfcf6a994c769c5ba7fe01cb9c897cb.svg"); }

.MR {
  background-image: url("/assets/flags/MR-237c1a38d6510adbb84183f3679fbf6a40b42ecdb3d244b6c6542b3fc8f0e67b.svg"); }

.MS {
  background-image: url("/assets/flags/MS-a707819aba5e2a453e8a9fc05827b0d37be43b9fde4d8b8c4f4b4da784be2279.svg"); }

.MT {
  background-image: url("/assets/flags/MT-656085439389404c1a0ff8992234ff219ae9f100f1127b2d854e05c358ffe8f8.svg"); }

.MU {
  background-image: url("/assets/flags/MU-93bedd4e95f91f4b827da151df9da63ca08d6fbccdb32bffb22cea0c3e22771a.svg"); }

.MV {
  background-image: url("/assets/flags/MV-1a8914bdb40d4e6aacf03c734c981eb3e53ab7ea8c6819d32fb0811050fe365c.svg"); }

.MW {
  background-image: url("/assets/flags/MW-002ec66a6c3364bbaff9e2a2aa5fa04efeab9168aa804f0fa881c2dedaaa7275.svg"); }

.MX {
  background-image: url("/assets/flags/MX-a37250e6f45df485858e863a34939c87537fcb6b389ecddc8504217cbcd85150.svg"); }

.MY {
  background-image: url("/assets/flags/MY-d6f8e65b494fae522863faa43a3feacfc5f11f91c77c56a39b0c1b105c7b16d3.svg"); }

.MZ {
  background-image: url("/assets/flags/MZ-7658c883e09531597bf7733790b80ead9e20cda611d423325811c9113af3f771.svg"); }

.NA {
  background-image: url("/assets/flags/NA-6ec70e0a3e302d004c4abf8ce1b0e1d090fcd3346e48875c2fd74038e0aa9cfd.svg"); }

.NC {
  background-image: url("/assets/flags/NC-2d5d54c1fa7cc3912aa560f315f499db8371aa5920885390c220bec637a7d735.svg"); }

.NE {
  background-image: url("/assets/flags/NE-0c05fd1f01efb44f9b011d1b90b4a37a069d02a79fe3de9af8570066d667f28c.svg"); }

.NF {
  background-image: url("/assets/flags/NF-9e64274945ff808ee969b650d6592f6487524d8e91e1058f9c45ff66be9788b5.svg"); }

.NG {
  background-image: url("/assets/flags/NG-7aab53b1e8aac7f123646c6187313471c7c7305dc64e0ab1c7eb07229b8328aa.svg"); }

.NI {
  background-image: url("/assets/flags/NI-1e7aa3e3ff2d79f085ffa6e6d81db9ec07cf9c1754947e32abcda5c99ec2c125.svg"); }

.NL {
  background-image: url("/assets/flags/NL-a33343966c2435ee366ebdbad714b7eb1f448aada197c3437d1d9d0e3035a208.svg"); }

.NO {
  background-image: url("/assets/flags/NO-84df01c1c365964b2fba8eac69068dd090a04f5db0b45e6646bb9fe3962e6834.svg"); }

.NP {
  background-image: url("/assets/flags/NP-f167790221160d5c602e093b7be773a9655c97c7e65d76e368743e83e069e082.svg"); }

.NR {
  background-image: url("/assets/flags/NR-5a7a5ad5110839e6115485270cfa6d23188523b0432f5ef420e39e4ebac217f9.svg"); }

.NU {
  background-image: url("/assets/flags/NU-c4bb39ae2a53908ff90d605f1ecc045e9e0a6875e9267e20f81326cda17d6437.svg"); }

.NZ {
  background-image: url("/assets/flags/NZ-03da31ef5c73af16636af798412a62bec0538544863e6554cf34a6f102832636.svg"); }

.OM {
  background-image: url("/assets/flags/OM-112f96ca50d6f41ef0284b065db49bd2eba0a0988a84ff8b1a22c8f5cfac3481.svg"); }

.PA {
  background-image: url("/assets/flags/PA-7e242e6499ad021854c5b54714a12b184a89dc28b5fd52a75db0549488e0f110.svg"); }

.PE {
  background-image: url("/assets/flags/PE-ff1e0b999537b3056db20602e5f4b72fa729b1302f74ce9795c893928e807442.svg"); }

.PF {
  background-image: url("/assets/flags/PF-bf654e023db03fa259ee4071246ef30483266b5489133379a2b9ec4730efc90d.svg"); }

.PG {
  background-image: url("/assets/flags/PG-f2cd690cedea39aec35e5185e43bd66ff30c29b0eb5d311e6e366fcc4d459767.svg"); }

.PH {
  background-image: url("/assets/flags/PH-2c57e411905cf7968a972637078d977ad435e8213d0a0e8c31c89a421630a68b.svg"); }

.PK {
  background-image: url("/assets/flags/PK-db76e4a64087dd04b69003ef459d5fcdc22baded58bd35d04b6ec6effd927bd0.svg"); }

.PL {
  background-image: url("/assets/flags/PL-80908644f6490786145e9b6727e3051a6310985ea38d38d3e5b1da016710fb77.svg"); }

.PM {
  background-image: url("/assets/flags/PM-eb2f7b9f010f966c5349e4da8a69b27e9eba47cba32934ffa7320bb8e0b50518.svg"); }

.PN {
  background-image: url("/assets/flags/PN-1c9e224b8e2df16ef898938a9b3d25a041ebb2f21a4b52d8fcc2f8a244e7c824.svg"); }

.PR {
  background-image: url("/assets/flags/PR-addc9cc3674368498fcf889345cbb142c8284d5d844e5f226129b0af70dc6184.svg"); }

.PS {
  background-image: url("/assets/flags/PS-15b048324d3c8cef4eea5af1f483c1941f647867f8c58d36517e5b2e996ca964.svg"); }

.PT {
  background-image: url("/assets/flags/PT-bbc5bb829376a591032bb8248fcdf9da968d785c01656bae36b9e75ed15ec847.svg"); }

.PW {
  background-image: url("/assets/flags/PW-e7863fe1abe75d6b09db0e077ac5620e85fa8f35e226a44f6537f0a1763e7d65.svg"); }

.PY {
  background-image: url("/assets/flags/PY-c819245e1e6722233e5cd2583a51ed678382d5bfdb5a1ff6e1ffde985d5c21d6.svg"); }

.QA {
  background-image: url("/assets/flags/QA-f1c2970c41c89d3599d8060322817f4e28946e841e01dd2bacceeadef38d99d5.svg"); }

.RE {
  background-image: url("/assets/flags/RE-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.RO {
  background-image: url("/assets/flags/RO-a6bbac9af9f62dad201ed6ff1c69e1b88a42a12ed12aaa0aa653c0ed98a0f245.svg"); }

.RS {
  background-image: url("/assets/flags/RS-827d53abcee812cf32d2d185cabbe78fae45ca3b095b74bd9e3a038f439f562f.svg"); }

.RU {
  background-image: url("/assets/flags/RU-dc1889c4618e36095b973b38ea6f078dc9e16ba042fdd0f56763f67d83c335c2.svg"); }

.RW {
  background-image: url("/assets/flags/RW-386e9c53c9ae43e427d2503a53c7465ce888479ca74e6db2c0d946c3b09f17f6.svg"); }

.SA {
  background-image: url("/assets/flags/SA-28a382e9bb4d80eab24c68a517f17c7e9731abd459ceb57279e911d0091bf16a.svg"); }

.SB {
  background-image: url("/assets/flags/SB-ff2fb48192f73ee26f48e5ea5fb9c90713bb1cc82be31eff5730ea6db5974957.svg"); }

.SC {
  background-image: url("/assets/flags/SC-afb409a2bceae09413f733177f1838ef6c7dd15a29c0802e9f6f413d34b11f92.svg"); }

.SD {
  background-image: url("/assets/flags/SD-99715cbb24965dcf41bdfcd292abdbfabc8686ac2622bc4607a0fafac856669d.svg"); }

.SE {
  background-image: url("/assets/flags/SE-390afa184a05660d9763909b69fc7abe7f521f76d71adba32b3553d3f75b5042.svg"); }

.SG {
  background-image: url("/assets/flags/SG-e5ba467004b2ad92ecf95e844d469cbf346df9be177a97113ef6337fea731451.svg"); }

.SH {
  background-image: url("/assets/flags/SH-08988055099eaf8da11ea9fc3158756053ad93da13e12c6edba2cd11ee26b1fc.svg"); }

.SI {
  background-image: url("/assets/flags/SI-893ef0cb140e3828eb964b48863c17bbf8d3b7aba0a1da4a5805dad2f6d9d355.svg"); }

.SJ {
  background-image: url("/assets/flags/SJ-84df01c1c365964b2fba8eac69068dd090a04f5db0b45e6646bb9fe3962e6834.svg"); }

.SK {
  background-image: url("/assets/flags/SK-6fefdc8e88cf4a2feab60fb54316198163a6be2cf135c80a384f0672eb9fe9e0.svg"); }

.SL {
  background-image: url("/assets/flags/SL-9901de7cff470cdf6f74610a37a335ec4396916ec9822e5a29e4ad8e8890efef.svg"); }

.SM {
  background-image: url("/assets/flags/SM-1ccb133f498eefecd81635e63715366140b96c6c207975c1236c4c9d5e203ab4.svg"); }

.SN {
  background-image: url("/assets/flags/SN-78a0b41776dae88799411cfc5f51bf8d29259638ceb59d355354a4f0078a5d29.svg"); }

.SO {
  background-image: url("/assets/flags/SO-b87e06c6999bad1127730bc76c44a95a888af0005abab6db62bf8d3d5e1a9208.svg"); }

.SR {
  background-image: url("/assets/flags/SR-a0aba0967ab1c7552fcfb6a683ed627ddc8d64579eb87a49b03fe755ff3494dd.svg"); }

.SS {
  background-image: url("/assets/flags/SS-408f9151eb65281a5f4198f0ed11d35b06e9366828464fd33bf74fff88703938.svg"); }

.ST {
  background-image: url("/assets/flags/ST-207de8fb85497ae748fe7a3730607e8115a53a77bd0c2ced659cb798e64c80bf.svg"); }

.SV {
  background-image: url("/assets/flags/SV-a76d7f612f0e6a745b0876339bfea41920447fc6fd20205180c6a1395d35167f.svg"); }

.SX {
  background-image: url("/assets/flags/SX-4f5e4dd30dd015d317111c4994c25c23401ca4bade73eef816fb54c49bc4d6ee.svg"); }

.SY {
  background-image: url("/assets/flags/SY-c2d14c5f555e70d1639971e6e1b82cc79108b34ce46c2b0fc28cde00f2e506e5.svg"); }

.SZ {
  background-image: url("/assets/flags/SZ-1517bca295f34751c06400d755a2904c7ca24be8ebf107911b52c5bfdda304b9.svg"); }

.TC {
  background-image: url("/assets/flags/TC-1ba87cf1bef8e9e2777a85e102623f39bcad6be11e7cb8ac6dbd015acfbc0c65.svg"); }

.TD {
  background-image: url("/assets/flags/TD-0f07a53ace9bd6de1d419888807924d4badd4c6fadcf91e7da7abbde0b08d90a.svg"); }

.TF {
  background-image: url("/assets/flags/TF-05f889b6fd49a15c5425a6d1a24b1ba95f3f7a57fed930c78d98be765cf73ee8.svg"); }

.TG {
  background-image: url("/assets/flags/TG-b7ea5781c2a92d6e3a431ccc7f92da5cd016d16d32c67e9fbb4939d4120befe2.svg"); }

.TH {
  background-image: url("/assets/flags/TH-806ce4b57325bc7707695fc1914b933f49acccbd831e4ad58db9194701b93988.svg"); }

.TJ {
  background-image: url("/assets/flags/TJ-deb8285a1613c44cb8f91e20500962096c2278f01a0cb81bbf7dbf0b9e5ef54d.svg"); }

.TK {
  background-image: url("/assets/flags/TK-3a071f10668d19843b4f08a11f0625a029f7e3f3aa18fb244de68bf5d76cd0c1.svg"); }

.TL {
  background-image: url("/assets/flags/TL-1d228246409f1699ebc3809d1dd983f8a4fb72b3899943243fa73cf7e103c291.svg"); }

.TM {
  background-image: url("/assets/flags/TM-a86151fc98357b1a6641939e5792a8e2777059ce104294a92d4c2ed559768266.svg"); }

.TN {
  background-image: url("/assets/flags/TN-e16e52f30acda3ed36d954e1197f280c43010c8efb2844788c18af1d955ad766.svg"); }

.TO {
  background-image: url("/assets/flags/TO-85e5c96e81a333508b0193d8a2231570d884fd89fb4353511595aac74aa3c5f9.svg"); }

.TR {
  background-image: url("/assets/flags/TR-15b4adc23de4259d7c237b121f3ba034fe8037470751badbe5e8089ea9cfcfc2.svg"); }

.TT {
  background-image: url("/assets/flags/TT-d1a57254bbfa4d50bc7b4cf98101c5240c391e22c84c64d74d1f9d6aba64cf70.svg"); }

.TV {
  background-image: url("/assets/flags/TV-4e7ba2a0c25603e0227f868cc6625adb64064a190bd81734aa7696f4c960db5b.svg"); }

.TW {
  background-image: url("/assets/flags/TW-9eb0a0c623ca086d99dfe083390d68bb0a135be9146773e4326f9cf6d2ff4719.svg"); }

.TZ {
  background-image: url("/assets/flags/TZ-9f792322c1eca2af8b41007acb00172c9dc79adde3aee232b26ee509e22cd0e1.svg"); }

.UA {
  background-image: url("/assets/flags/UA-0151948edafb4030231b3196bcb48174eac6b7d8e6e66a4e18bd6969d76dc7a9.svg"); }

.UG {
  background-image: url("/assets/flags/UG-660469f90d990594d9ea455da17be409693ee3c51d51ca7fcbadafb37d1ffa92.svg"); }

.UM {
  background-image: url("/assets/flags/UM-dc85eefa94ee9effb0e8c0cda493a8590c2fb948167cdd469508103634f9b895.svg"); }

.US-CA {
  background-image: url("/assets/flags/US-CA-b3612528d5bfd927366e9749fd60f00e3d4a25f66bab62d9b81a462d710102f3.svg"); }

.US {
  background-image: url("/assets/flags/US-dc85eefa94ee9effb0e8c0cda493a8590c2fb948167cdd469508103634f9b895.svg"); }

.UY {
  background-image: url("/assets/flags/UY-c693ca003747ca561b454ceafbdff0a3505421737a5a2397cc59cef0de389af7.svg"); }

.UZ {
  background-image: url("/assets/flags/UZ-2dccdff684a1965359bce45945dddd1216af0b6063f61e38f40524df0fed3fd6.svg"); }

.VA {
  background-image: url("/assets/flags/VA-d0365dfa2780105bddd07aeeb88fb8400a098a82404ee6216b1d393150ee79e2.svg"); }

.VC {
  background-image: url("/assets/flags/VC-3cc2ecc344fcece9323a8104e94128fbfe8b7f5adfda04dc15d77e425c70b649.svg"); }

.VE {
  background-image: url("/assets/flags/VE-07fcd4ecd9e28e59a8fdffbc90c1371a5c3e84774c9a520f2081ab5ae8f5477b.svg"); }

.VG {
  background-image: url("/assets/flags/VG-2b91558fa74b9d202f1b6b97146c0eb5f648eba08a79837cf2596dd7405124f0.svg"); }

.VI {
  background-image: url("/assets/flags/VI-bbabd3781a133a37da14f729d5cc885b7fa1451544369a3624263f394d3255fa.svg"); }

.VN {
  background-image: url("/assets/flags/VN-5a31cfa776f1497d6e8d88bfe35d77c792b87351c6590764495d2afdb84b8bf5.svg"); }

.VU {
  background-image: url("/assets/flags/VU-2589bcc201de41a4af30a05fd04f83bd8a1c532d86abae010b4a7710abe891a1.svg"); }

.WF {
  background-image: url("/assets/flags/WF-e677d9debfecd0326354eedca6040984a5af2e6a69199aab2a80e6eeba09ceae.svg"); }

.WS {
  background-image: url("/assets/flags/WS-3efb07ce8a7c64113956bf6392861fb0bd4817ef6d46b0a5cfef17cd6aae381d.svg"); }

.XK {
  background-image: url("/assets/flags/XK-625e7559d42970ad3d13a3ece1416944ffbbdc868d10ca045f5fb472c0ff1d13.svg"); }

.YE {
  background-image: url("/assets/flags/YE-bd1194fbea0e7c7270bbc89d9b1d21b5238e02586bb733e3c1eca327327470f4.svg"); }

.YT {
  background-image: url("/assets/flags/YT-ed3cbbb0d87bd4d7ae88e5da2d257cae3af7c2859971e2c32e9ebf83fc724fbb.svg"); }

.ZA {
  background-image: url("/assets/flags/ZA-04755a1a9f65ffa25c3bd1764ba53a2f249cb731c82ad146a9d602757e7fda2b.svg"); }

.ZM {
  background-image: url("/assets/flags/ZM-4a8b22f998b23f7241ac2b9a853368db9e2744fd78801157d0e60ab90184cdaf.svg"); }

.ZW {
  background-image: url("/assets/flags/ZW-e025ca301ac69add62678f6935df30c0f5217f41e94b913ac9771421dc0e0ef4.svg"); }

.cabinet .widget_life_time {
  border: none; }
  .cabinet .widget_life_time .widget_content {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #f1f6fa;
    background: -moz-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: -webkit-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: linear-gradient(to right, #f1f6fa 0%, #fafcfd 100%);
    border: #d5e4ea 1px solid; }
  .cabinet .widget_life_time .widget_title {
    border-bottom: none; }
    .cabinet .widget_life_time .widget_title h2 {
      color: #42596e;
      font-size: 16px;
      padding-bottom: 3px; }
.cabinet .life_time_item {
  display: table;
  width: 100%;
  padding: 10px 3% 10px 14%;
  position: relative; }
  .cabinet .life_time_item:before {
    content: '';
    display: block;
    width: 40px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 15px; }
  .cabinet .life_time_item:first-child:before {
    background-image: url("/assets/cabinet/life_time_icon1-176a028f4ea1f637ef40d1456907704516d9644d60f78c80126644535c46bec1.png");
    background-repeat: no-repeat; }
  .cabinet .life_time_item:nth-child(2):before {
    background-image: url("/assets/cabinet/life_time_icon2-9fd73df2061bf78935ff158fd301c582ef9feac758a12007b785548774336b89.png");
    background-repeat: no-repeat; }
  .cabinet .life_time_item:last-child:before {
    background-image: url("/assets/cabinet/life_time_icon3-e490afc5e53a313b1c18424566aad7dfef8090fcc6c115b4b84948de926a2918.png");
    background-repeat: no-repeat; }
  .cabinet .life_time_item.active {
    background: #d2eff7;
    background: -moz-linear-gradient(left, #d2eff7 0%, #e2eaf0 100%);
    background: -webkit-linear-gradient(left, #d2eff7 0%, #e2eaf0 100%);
    background: linear-gradient(to right, #d2eff7 0%, #e2eaf0 100%); }
    .cabinet .life_time_item.active:after {
      background: url("/assets/cabinet/life_time_check-1404818e10005c2d2fc8a6761766ca420d6a32d9474d46a357b04e8006a9047e.png") no-repeat;
      content: '';
      display: block;
      width: 40px;
      height: 50px;
      position: absolute;
      top: 2px;
      left: 2px; }
    .cabinet .life_time_item.active:first-child:before {
      background-position: 0 -110px; }
    .cabinet .life_time_item.active:nth-child(2):before {
      background-position: 0 -106px; }
    .cabinet .life_time_item.active:last-child:before {
      background-position: 0 -104px; }
    .cabinet .life_time_item.active .life_time_description {
      color: #54718c; }
    .cabinet .life_time_item.active .life_time_procent span strong {
      color: #54718c; }
.cabinet .life_time_description {
  color: #859baf;
  float: left;
  width: 75%; }
  .cabinet .life_time_description span {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .cabinet .life_time_description p {
    color: #919292;
    font-size: 13px;
    line-height: 12px;
    font-style: italic; }
.cabinet .life_time_procent {
  float: right;
  width: 22%;
  text-align: right; }
  .cabinet .life_time_procent span {
    color: #fe7a4e;
    font-size: 18px;
    font-weight: bold;
    font-style: italic; }
    .cabinet .life_time_procent span strong {
      color: #869bae;
      font-style: normal;
      margin-right: 0.2em; }

.widget.widget_one_time {
  border: none; }
  .widget.widget_one_time .widget_content {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #f1f6fa;
    background: -moz-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: -webkit-linear-gradient(left, #f1f6fa 0%, #fafcfd 100%);
    background: linear-gradient(to right, #f1f6fa 0%, #fafcfd 100%);
    border: #d5e4ea 1px solid; }
  .widget.widget_one_time .widget_title {
    border-bottom: none; }
    .widget.widget_one_time .widget_title h2 {
      color: #42596e;
      font-size: 16px;
      padding-bottom: 3px; }

.one_time_item {
  text-align: center;
  padding: 0 3% 12px 3%; }
  .one_time_item .one_time_description {
    border-bottom: #c2d2d8 1px solid;
    padding: 17px 8% 8px 8%; }
    .one_time_item .one_time_description i {
      color: #919292;
      line-height: 16px; }
    .one_time_item .one_time_description p {
      color: #3b4b51;
      font-size: 20px;
      font-style: italic;
      font-weight: bold; }
      .one_time_item .one_time_description p span {
        color: #ff703c;
        margin: 0 0.2em; }
  .one_time_item .one_time_discount span {
    color: #ec6609;
    display: block;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0; }
    .one_time_item .one_time_discount span strong {
      background-color: #fff;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border: #d9e7ec 2px solid;
      display: inline-block;
      width: 46px;
      height: 46px;
      margin: 0.1em;
      font-size: 13px; }
  .one_time_item .one_time_discount .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    display: block;
    max-width: 217px;
    width: 70%;
    margin: 0 auto; }
    .one_time_item .one_time_discount .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .one_time_item .one_time_discount .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.many_time .one_time_item {
  padding-bottom: 5px; }
  .many_time .one_time_item:not(:last-child) {
    border-bottom: #c2d2d8 1px solid; }
  .many_time .one_time_item .one_time_description {
    padding: 5px 0; }
    .many_time .one_time_item .one_time_description i {
      font-size: 12px; }
    .many_time .one_time_item .one_time_description p {
      font-size: 15px; }
  .many_time .one_time_item .one_time_discount {
    overflow: hidden;
    padding-top: 10px; }
    .many_time .one_time_item .one_time_discount span {
      float: left;
      font-size: 18px;
      line-height: 18px;
      width: 50%;
      text-align: right;
      padding: 0; }
      .many_time .one_time_item .one_time_discount span strong {
        border: none;
        background: none;
        width: auto;
        height: auto; }
    .many_time .one_time_item .one_time_discount .button {
      float: right;
      width: 47%; }
  .many_time .one_time_item.active {
    background: #f1eed7;
    background: -moz-linear-gradient(left, #f1eed7 0%, #f7f6ea 100%);
    background: -webkit-linear-gradient(left, #f1eed7 0%, #f7f6ea 100%);
    background: linear-gradient(to right, #f1eed7 0%, #f7f6ea 100%); }

.no_discounts {
  color: #869bae;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 89px 0; }

.widget_order_summary {
  box-shadow: 0 0 10px #b1d4d0;
  -moz-box-shadow: 0 0 10px #b1d4d0;
  -webkit-box-shadow: 0 0 10px #b1d4d0;
  border: #b1d4d0 2px solid; }
  .widget_order_summary .widget_title {
    border-bottom: #d5e4ea 1px solid;
    margin: 0 3%;
    text-align: center;
    padding: 5px 0; }
    .widget_order_summary .widget_title h2 {
      color: #5868a3;
      font-size: 18px;
      font-weight: normal;
      text-transform: uppercase; }
  .widget_order_summary .widget_content {
    padding: 10px 3%; }
    .widget_order_summary .widget_content .order_summary_title h3 {
      color: #5b5b5b;
      font-size: 15px;
      font-weight: normal;
      word-wrap: break-word; }
    .widget_order_summary .widget_content .order_summary_title + ul {
      margin-left: 30px; }
      .widget_order_summary .widget_content .order_summary_title + ul li span {
        font-size: 13px; }
    .widget_order_summary .widget_content ul {
      list-style: none; }
      .widget_order_summary .widget_content ul li {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 3px 0; }
        .widget_order_summary .widget_content ul li span {
          color: #707175;
          font-size: 14px;
          float: left;
          line-height: 17px; }
        .widget_order_summary .widget_content ul li .tooltip {
          background: url("/assets/cabinet/tooltip_icon-d3b8b863e0885b019f1db3e9cdb02b41f6aee225653872b9536a8297be9a0c0a.png") left center no-repeat;
          background-size: 15px;
          cursor: pointer;
          float: left;
          width: 15px;
          height: 15px;
          margin: 1px 0 0 5px; }
        .widget_order_summary .widget_content ul li p {
          color: #818181;
          font-size: 13px;
          float: right;
          line-height: 17px; }
    .widget_order_summary .widget_content .order_summary_price {
      border-top: #d5e4ea 1px solid;
      border-bottom: #d5e4ea 1px solid;
      margin: 16px 0; }
      .widget_order_summary .widget_content .order_summary_price > div {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 4px 0; }
      .widget_order_summary .widget_content .order_summary_price span {
        float: left; }
      .widget_order_summary .widget_content .order_summary_price p {
        float: right; }
      .widget_order_summary .widget_content .order_summary_price .order_summary_save {
        color: #47ba73;
        font-style: italic; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_save span {
          font-size: 15px; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_save p {
          font-size: 13px; }
      .widget_order_summary .widget_content .order_summary_price .order_summary_total_price {
        color: #5b5b5b; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_total_price span {
          font-size: 16px; }
        .widget_order_summary .widget_content .order_summary_price .order_summary_total_price p {
          font-size: 15px;
          font-weight: bold; }
  .widget_order_summary .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 85%;
    margin: 0 auto; }
    .widget_order_summary .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .widget_order_summary .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.cabinet .widget_payments_security .widget_title {
  border-bottom: #e5e5e5 1px solid;
  padding: 10px 0;
  margin-bottom: 20px; }
  .cabinet .widget_payments_security .widget_title h2 {
    color: #646c70;
    font-size: 18px;
    font-weight: normal;
    text-align: center; }
.cabinet .widget_payments_security .payments_security_services {
  overflow: hidden;
  margin-bottom: 20px; }
.cabinet .widget_payments_security .payments_security_item {
  float: left;
  width: 15.666666%;
  margin: 0 0.5%; }
  .cabinet .widget_payments_security .payments_security_item img {
    max-width: 100%;
    height: auto; }
.cabinet .widget_payments_security .payments_security_badges {
  border-top: #e5e5e5 1px solid;
  overflow: hidden;
  padding: 10px 0; }
.cabinet .widget_payments_security .payments_security_badge_item {
  border-left: #e5e5e5 1px solid;
  float: left;
  width: 50%;
  padding: 0 10%; }
  .cabinet .widget_payments_security .payments_security_badge_item:first-child {
    border-right: none; }
  .cabinet .widget_payments_security .payments_security_badge_item:last-child {
    border-right: #e5e5e5 1px solid; }
  .cabinet .widget_payments_security .payments_security_badge_item img {
    max-width: 100%;
    height: auto; }

.widget_special_offer {
  background-color: #f1fffe;
  border: #d5e4ea 1px solid; }
  .widget_special_offer .widget_title {
    border-bottom: #d5e4ea 1px solid;
    text-align: center;
    padding: 5px 0; }
    .widget_special_offer .widget_title h2 {
      color: #ff6e3b;
      font-size: 16px;
      font-weight: normal; }
  .widget_special_offer .widget_content {
    padding-bottom: 20px; }
    .widget_special_offer .widget_content .special_offer_title {
      color: #5c6b72;
      font-size: 12px;
      font-style: italic;
      text-align: center;
      margin-top: 3px; }
    .widget_special_offer .widget_content .timer {
      border-bottom: #d5e4ea 1px solid;
      text-align: center; }
      .widget_special_offer .widget_content .timer span {
        color: #5c6b72;
        font-size: 70px;
        display: inline-block;
        vertical-align: middle; }
    .widget_special_offer .widget_content .special_offer_item {
      border-bottom: #d5e4ea 1px solid;
      overflow: hidden;
      padding: 25px 3%; }
      .widget_special_offer .widget_content .special_offer_item:nth-child(even) {
        background-color: #eaf8f7; }
      .widget_special_offer .widget_content .special_offer_item .checker {
        float: left;
        width: 20px;
        height: 20px; }
        .widget_special_offer .widget_content .special_offer_item .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
      .widget_special_offer .widget_content .special_offer_item label {
        color: #646c70;
        float: left;
        line-height: 20px;
        width: 122px;
        margin-left: 10px; }
      .widget_special_offer .widget_content .special_offer_item > span {
        color: #454545;
        float: left;
        width: 65px;
        position: relative;
        text-align: center; }
        .widget_special_offer .widget_content .special_offer_item > span:before {
          background: url("/assets/cabinet/special_offer_devider-41cba61ba9154f8d1c16ed0f4c7e4042beb64246c810d3200eb3ac56621dff2e.png") center center no-repeat;
          background-size: 60px;
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          position: absolute;
          top: 6px;
          left: 0; }
        .widget_special_offer .widget_content .special_offer_item > span i {
          color: #969696;
          display: block;
          font-size: 11px;
          line-height: 11px;
          text-align: center; }
      .widget_special_offer .widget_content .special_offer_item strong {
        color: #ff6e3b;
        float: left;
        max-width: 55px;
        text-align: center; }
        .widget_special_offer .widget_content .special_offer_item strong i {
          color: #969696;
          display: block;
          font-size: 11px;
          line-height: 11px;
          font-weight: normal;
          text-align: center; }
  .widget_special_offer .special_next_time {
    text-align: center;
    margin-top: 10px; }
    .widget_special_offer .special_next_time + .special_offer_price {
      padding-top: 10px; }
    .widget_special_offer .special_next_time i {
      color: #40acd7;
      display: block;
      font-size: 17px; }
  .widget_special_offer .special_offer_price {
    color: #646d72;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0 10px 0; }
    .widget_special_offer .special_offer_price span {
      display: inline-block;
      vertical-align: top; }
    .widget_special_offer .special_offer_price p {
      display: inline-block;
      vertical-align: top; }
  .widget_special_offer .pp_express_submit {
    width: 150px;
    margin: 0 auto; }
  .widget_special_offer .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    text-transform: uppercase;
    cursor: pointer;
    width: 75%;
    margin: 0 auto; }
    .widget_special_offer .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .widget_special_offer .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
    .widget_special_offer .button.disabled {
      background: #cfdbdb; }

.chat {
  box-shadow: 0 0 15px #d8d8da;
  -moz-box-shadow: 0 0 15px #d8d8da;
  -webkit-box-shadow: 0 0 15px #d8d8da;
  overflow: hidden; }
  .chat .widget_title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4b5466;
    background: -moz-linear-gradient(top, #4b5466 0%, #3f495a 100%);
    background: -webkit-linear-gradient(top, #4b5466 0%, #3f495a 100%);
    background: linear-gradient(to bottom, #4b5466 0%, #3f495a 100%);
    text-align: center;
    padding: 8px 0; }
    .chat .widget_title h2 {
      display: inline-block;
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
      .chat .widget_title h2 span {
        background: url("/assets/cabinet/chat_title_icon-53bacb34f6fe055a8e76d96c18fb42a121285a37cca09aca4349cd532286e101.png") left center no-repeat;
        padding-left: 25px; }
    .chat .widget_title .tooltip {
      margin-left: 10px;
      display: inline-block; }

.chat_messages {
  border-bottom: #c3c6ce 1px solid;
  padding: 13px 5%;
  height: 385px; }
  .chat_messages:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.chat_item {
  overflow: hidden;
  margin-bottom: 15px; }
  .chat_item .chat_info {
    width: 60px;
    float: left;
    padding-right: 12px;
    text-align: center; }
    .chat_item .chat_info img {
      height: 29px;
      width: 27px; }
    .chat_item .chat_info span {
      color: #93999c;
      display: block;
      font-size: 11px;
      text-align: center;
      margin-top: 3px; }
    .chat_item .chat_info i {
      background: url("/assets/cabinet/chat_top-6c8d9de39ac2ff953c739df0626935064b02d806ec33d86848339707be9ee4a5.png") no-repeat;
      background-position: center top;
      background-size: 60px;
      display: block;
      color: #fff;
      font-size: 10px;
      text-align: center; }
  .chat_item .chat_message {
    float: left;
    width: calc(100% - 60px); }
    .chat_item .chat_message p {
      color: #787e81;
      font-size: 12px;
      font-style: italic;
      line-height: 16px;
      word-break: break-word; }
  .chat_item .chat_message_item {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ededed;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    position: relative; }
    .chat_item .chat_message_item:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 6px 0;
      border-color: transparent #ededed transparent transparent;
      position: absolute;
      top: 10px;
      right: 100%; }
  .chat_item.chat_user .chat_info {
    float: right;
    padding-left: 12px;
    padding-right: 0; }
  .chat_item.chat_user .chat_message_item {
    background: #cce7fb;
    background: -moz-linear-gradient(-45deg, #cce7fb 0%, #e4f5f7 100%);
    background: -webkit-linear-gradient(-45deg, #cce7fb 0%, #e4f5f7 100%);
    background: linear-gradient(135deg, #cce7fb 0%, #e4f5f7 100%); }
    .chat_item.chat_user .chat_message_item:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 0 6px 6px;
      border-color: transparent transparent transparent #e4f5f7;
      right: inherit;
      left: 100%; }

.chat_detail {
  padding: 12px 15px 12px 10px;
  user-select: none;
  background-color: #f8fafc;
  border-bottom: #c3c6ce 1px solid; }
  .chat_detail p {
    font-size: 12px;
    color: #a5b0b4;
    font-style: italic;
    display: inline; }
  .chat_detail .chat_show_info {
    color: #19a1e5;
    text-decoration: underline;
    font-style: italic;
    font-size: 12px;
    margin-left: 9px;
    cursor: pointer; }
  .chat_detail .chat_detail_short {
    display: block; }
  .chat_detail .chat_detail_more {
    display: none; }
  .chat_detail.show_detail .chat_detail_short {
    display: none; }
  .chat_detail.show_detail .chat_detail_more {
    display: block; }

.chat_form {
  background-color: #f6f6f6;
  overflow: hidden;
  padding-bottom: 30px; }
  .chat_form textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 94%;
    display: block;
    margin: 25px auto 30px;
    height: 43px;
    resize: none;
    padding: 3px 4px;
    font-size: 12px; }
    .chat_form textarea::-webkit-input-placeholder {
      color: #c0c7ca;
      font-style: italic; }
    .chat_form textarea::-moz-placeholder {
      color: #c0c7ca;
      font-style: italic; }
    .chat_form textarea:-moz-placeholder {
      color: #c0c7ca;
      font-style: italic; }
    .chat_form textarea:-ms-input-placeholder {
      color: #c0c7ca;
      font-style: italic; }
  .chat_form .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    cursor: pointer;
    width: 80%;
    margin: 0 auto; }
    .chat_form .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .chat_form .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .chat_form .field_error {
    position: relative; }
    .chat_form .field_error .validation_error {
      bottom: -15px; }

.message_order_form .input_holder_error {
  position: relative;
  overflow: hidden; }
  .message_order_form .input_holder_error textarea {
    border-color: #f3480c; }
.message_order_form .validation_error {
  position: absolute;
  display: block;
  width: 92%;
  left: 4%;
  bottom: 6px;
  color: #f3480c; }

.cabinet {
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  font-size: 14px;
  min-height: 520px;
  margin-top: 14px;
  margin-bottom: 30px; }
  .cabinet div.star-rating {
    width: 24px;
    height: 22px;
    background: url("/assets/cabinet/cabinet_star-4f1dcbab037f79af098dc216b01f9c4cf85ee25f707c1f93b2a7c1027af7f491.png") no-repeat 0 0;
    background-size: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 22px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .cabinet div.star-rating a {
      width: 24px;
      height: 100%;
      background: url("/assets/cabinet/cabinet_star-4f1dcbab037f79af098dc216b01f9c4cf85ee25f707c1f93b2a7c1027af7f491.png") no-repeat 0 top;
      background-size: 24px;
      border: 0;
      display: block; }
    .cabinet div.star-rating-on a {
      background-position: 0 bottom !important; }
    .cabinet div.star-rating-hover a {
      background-position: 0 bottom; }
    .cabinet div.star-rating-readonly a {
      cursor: default !important; }
  .cabinet div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .cabinet div .rating-cancel a {
      display: block;
      width: 24px;
      height: 22px;
      background-position: 0 0;
      border: 0; }
    .cabinet div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
  .cabinet .ng-rating {
    background: url("/assets/cabinet/cabinet_star-4f1dcbab037f79af098dc216b01f9c4cf85ee25f707c1f93b2a7c1027af7f491.png") no-repeat 0 0;
    background-size: 24px;
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 22px;
    margin: 0 2px; }
    .cabinet .ng-rating.filled {
      background-position: 0 bottom; }
    .cabinet .ng-rating[type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .cabinet .content {
    background-color: #fff;
    border: #d5e4ea 1px solid;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    margin: 0; }
    .cabinet .content > p {
      color: #646c70;
      font-size: 14px;
      line-height: 18px;
      padding: 0 2%; }
    .cabinet .content ul.list,
    .cabinet .content ol.list {
      margin: 20px 4%; }
      .cabinet .content ul.list li,
      .cabinet .content ol.list li {
        font-size: 14px;
        line-height: 22px;
        color: #434857; }
    .cabinet .content > h2 {
      color: #f79700;
      font-size: 17px;
      margin-bottom: 10px;
      padding: 0 2%; }
    .cabinet .content > h3 {
      color: #434857;
      font-size: 15px;
      margin-bottom: 10px;
      padding: 0 2%; }
  .cabinet > div:not(.cabinet_nav_current) {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
  .cabinet .sidebar {
    width: 330px;
    display: table-cell;
    vertical-align: top;
    padding-left: 38px; }
  .cabinet .widget {
    width: 310px;
    margin-bottom: 15px; }
  .cabinet .content_title {
    border-bottom: #e3e8eb 1px solid;
    padding-bottom: 10px;
    clear: both;
    margin: 15px 2%; }
    .cabinet .content_title h1,
    .cabinet .content_title h2,
    .cabinet .content_title h3 {
      color: #54718c;
      display: inline-block;
      font-size: 16px;
      font-style: italic;
      font-family: 'PT Sans', sans-serif; }
    .cabinet .content_title i {
      color: #94a3b0;
      float: right;
      font-size: 16px; }
  .cabinet .pagination ul {
    list-style: none;
    text-align: center; }
    .cabinet .pagination ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px; }
      .cabinet .pagination ul li span {
        background-color: #dfe6e9;
        color: #929ca1;
        font-size: 14px;
        display: block;
        width: 42px;
        height: 32px;
        line-height: 32px; }
        .cabinet .pagination ul li span.pag_prev {
          width: 84px; }
        .cabinet .pagination ul li span.pag_next {
          width: 84px; }
        .cabinet .pagination ul li span.current {
          background-color: #50c1f1;
          color: #fff; }
        .cabinet .pagination ul li span a {
          color: #929ca1;
          display: block;
          text-decoration: none; }
  .cabinet .pagination .pag_prev,
  .cabinet .pagination .pag_next {
    background-color: #3ea9d6; }
    .cabinet .pagination .pag_prev span,
    .cabinet .pagination .pag_prev a,
    .cabinet .pagination .pag_next span,
    .cabinet .pagination .pag_next a {
      color: #fff; }
  .cabinet .field_item.field_phone_number .f16 .flag {
    margin: 3px 2px 0 0; }
  .cabinet .f16 .flag {
    width: 16px;
    height: 12px;
    position: absolute;
    z-index: 2;
    display: block;
    margin: 9px 3px 3px 4px;
    background-size: contain;
    background-repeat: no-repeat; }
  .cabinet select[data-placeholder="Month"] + .select2 .select2-selection__arrow {
    border-left: none; }

.my_order .pagination {
  display: block;
  visibility: visible;
  margin-top: 20px; }

.cabinet_nav_current {
  display: none; }

.cabinet_nav + .banner img {
  max-width: 100%;
  height: auto; }

.cabinet_nav i {
  color: #8c94a6;
  display: block;
  font-size: 12px;
  text-align: right;
  margin: 5px 0 14px 0; }

.cabinet_nav_content {
  display: table;
  width: 100%; }
  .cabinet_nav_content ul {
    list-style: none;
    display: table-row;
    width: 100%; }
    .cabinet_nav_content ul li {
      border: #c9d0e1 1px solid;
      border-left: none;
      display: table-cell;
      vertical-align: middle; }
      .cabinet_nav_content ul li:first-child {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px;
        border-left: #c9d0e1 1px solid; }
      .cabinet_nav_content ul li:last-child {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px; }
      .cabinet_nav_content ul li.current {
        background-color: #151515;
        border: #151515 1px solid;
        border-left: none; }
        .cabinet_nav_content ul li.current a {
          color: #fff; }
          .cabinet_nav_content ul li.current a span.bell {
            background-position: 0 bottom; }
          .cabinet_nav_content ul li.current a span.notify {
            background-position: 0 bottom; }
      .cabinet_nav_content ul li a {
        color: #4e4d4d;
        display: block;
        font-size: 15px;
        text-align: center;
        text-decoration: none;
        position: relative;
        padding: 10px 0; }
        .cabinet_nav_content ul li a span.bell {
          background: url("/assets/cabinet/bell_desktop_icon-576fc9429e662e7fd49a766c4e165d5417a75a031121e40c5e783ea33bc2aa19.png") no-repeat;
          display: block;
          width: 15px;
          height: 15px;
          position: absolute;
          top: 3px;
          right: 3px; }
        .cabinet_nav_content ul li a span.notify {
          background: url("/assets/cabinet/email_desktop_icon-6beb9d1b8e2c51ea2b4f938c93e41917c1e7d3232aa231423a593b8bd36a8e9f.png") no-repeat;
          color: #f54f4f;
          display: block;
          font-size: 9px;
          font-weight: bold;
          width: 27px;
          height: 21px;
          line-height: 21px;
          padding-right: 5px;
          position: absolute;
          top: 3px;
          right: 3px;
          text-align: center; }

.cabinet .content p + .total_line {
  margin-top: 15px; }
.cabinet .total_line {
  background-color: #d3e4eb;
  overflow: hidden;
  padding: 5px 2%; }
  .cabinet .total_line span {
    color: #3b4b51;
    float: left;
    font-weight: bold;
    font-size: 17px;
    line-height: 29px;
    text-transform: uppercase; }
    .cabinet .total_line span strong {
      text-transform: none; }
  .cabinet .total_line .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    float: right;
    padding: 0 50px; }
    .cabinet .total_line .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .cabinet .total_line .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.container .cabinet .cabinet_nav_current {
  margin-bottom: 40px; }

.remove_data_block {
  margin-top: 20px; }
  .remove_data_block .button {
    width: 214px; }
  .remove_data_block .download_button {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px; }
    .remove_data_block .download_button .field_tooltip {
      float: none;
      display: inline-block;
      vertical-align: middle;
      margin-left: 9px; }
    .remove_data_block .download_button p {
      max-width: 214px;
      margin-top: 8px;
      font-size: 12px;
      line-height: 14px;
      color: #909CAB; }
    .remove_data_block .download_button .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      border: 1px solid #43b0d9;
      color: #46ADD5;
      width: 214px;
      display: inline-block;
      vertical-align: middle; }
      .remove_data_block .download_button .button:hover {
        color: #fff;
        font-weight: bold;
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .remove_data_block .download_button .button.disabled {
        border-color: #CFCFCF;
        color: #CFCFCF; }
    .remove_data_block .download_button .tooltip_hint {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 9px; }
  .remove_data_block .button.blue {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ff733e;
    color: #FF6E3B;
    display: inline-block;
    vertical-align: top; }
    .remove_data_block .button.blue:hover {
      color: #fff;
      font-weight: bold;
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }

@media screen and (min-width: 768px) {
  .mobile-visible {
    display: none !important; } }
.order_view .content .latest_order {
  margin: 0 0 20px; }
  .order_view .content .latest_order .btn_resize {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 50px; }
  .order_view .content .latest_order .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-width: auto;
    max-width: 706px;
    width: 100%; }
  .order_view .content .latest_order_content {
    padding: 10px 10px 0;
    overflow: hidden; }
  .order_view .content .latest_order_wrapper {
    position: relative; }
    .order_view .content .latest_order_wrapper.full_height {
      height: auto; }
      .order_view .content .latest_order_wrapper.full_height .latest_order_item {
        display: flex; }
    .order_view .content .latest_order_wrapper:before {
      position: absolute;
      content: '';
      left: 15px;
      top: 0;
      width: 1px;
      height: 96%;
      background-color: #E3E8EB; }
  .order_view .content .latest_order_top {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E8EB;
    overflow: hidden; }
  .order_view .content .latest_order_btns {
    display: flex;
    justify-content: space-between; }
    .order_view .content .latest_order_btns .btn {
      height: 40px;
      line-height: 40px;
      width: 153px; }
      .order_view .content .latest_order_btns .btn_files {
        margin-right: -1px; }
  .order_view .content .latest_order_title strong {
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 16px;
    color: #54718C; }
  .order_view .content .latest_order_item {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
    min-height: 30px; }
    .order_view .content .latest_order_item:before {
      position: absolute;
      font-family: 'icomoon';
      left: 0;
      top: -3px;
      height: 30px;
      width: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      color: #fff;
      box-sizing: content-box;
      background-color: #F7F7F7;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
    .order_view .content .latest_order_item:last-child {
      margin-bottom: 15px; }
    .order_view .content .latest_order_item:nth-child(1), .order_view .content .latest_order_item:nth-child(2), .order_view .content .latest_order_item:nth-child(3) {
      display: flex; }
    .order_view .content .latest_order_item.active:before {
      color: #fff;
      left: -4px;
      border: 4px solid transparent; }
    .order_view .content .latest_order_item.upcoming {
      justify-content: center;
      min-width: 43px; }
      .order_view .content .latest_order_item.upcoming:before {
        top: 50%;
        margin-top: -15px;
        color: #AFB5BA;
        background-color: #F7F7F7; }
      .order_view .content .latest_order_item.upcoming strong {
        margin-right: 4px; }
      .order_view .content .latest_order_item.upcoming span,
      .order_view .content .latest_order_item.upcoming strong,
      .order_view .content .latest_order_item.upcoming p {
        color: #AFB5BA !important; }
    .order_view .content .latest_order_item_quoting:before {
      font-size: 18px;
      content: "\e909";
      color: #1489CD;
      background-color: #C1E8FF; }
    .order_view .content .latest_order_item_quoting.active:before {
      background-color: #1489CD;
      border-color: #E2F0F9; }
    .order_view .content .latest_order_item_canceled:before {
      font-size: 18px;
      content: "\e900";
      color: #F35D23;
      background-color: #FFE6E0; }
    .order_view .content .latest_order_item_canceled.active:before {
      background-color: #F35D23;
      border-color: #FDEBE4; }
    .order_view .content .latest_order_item_chargeback:before {
      font-size: 14px;
      content: "\e901";
      color: #F35D23;
      background-color: #FFE6E0; }
    .order_view .content .latest_order_item_chargeback.active:before {
      background-color: #F35D23;
      border-color: #FDEBE4; }
    .order_view .content .latest_order_item_completed:before {
      font-size: 18px;
      content: "\e902";
      color: #469020;
      background-color: #D2EBC6; }
    .order_view .content .latest_order_item_completed.active:before {
      background-color: #469020;
      border-color: #E8F1E4; }
    .order_view .content .latest_order_item_investigation:before {
      font-size: 18px;
      content: "\e904";
      color: #727A7E;
      background-color: #EFEFEF; }
    .order_view .content .latest_order_item_investigation.active:before {
      background-color: #727A7E;
      border-color: #EEEFEF; }
    .order_view .content .latest_order_item_not_paid:before {
      font-size: 18px;
      content: "\e905";
      color: #F35D23;
      background-color: #FFE6E0; }
    .order_view .content .latest_order_item_not_paid.active:before {
      background-color: #F35D23;
      border-color: #FDEBE4; }
    .order_view .content .latest_order_item_paid:before {
      font-size: 18px;
      content: "\e90a";
      color: #469020;
      background-color: #D2EBC6; }
    .order_view .content .latest_order_item_progress:before {
      font-size: 16px;
      content: "\e908";
      color: #1489CD;
      background-color: #E4F5FF; }
    .order_view .content .latest_order_item_progress.active:before {
      background-color: #1489CD;
      border-color: #E2F0F9; }
    .order_view .content .latest_order_item_refunded:before {
      font-size: 18px;
      content: "\e90a";
      color: #FB8A44;
      background-color: #FFF4EC; }
    .order_view .content .latest_order_item_refunded.active:before {
      background-color: #FB8A44;
      border-color: #FEF1E8; }
    .order_view .content .latest_order_item_revision:before {
      font-size: 16px;
      content: "\e90b";
      color: #FBBA4E;
      background-color: #FFF7E8; }
    .order_view .content .latest_order_item_revision.active:before {
      background-color: #FBBA4E;
      border-color: #FEF6E9; }
    .order_view .content .latest_order_item_searching_writer:before {
      font-size: 18px;
      content: "\e90c";
      color: #FBBA4E;
      background-color: #FFECCD; }
    .order_view .content .latest_order_item_searching_writer.active:before {
      background-color: #FBBA4E;
      border-color: #FEF6E9; }
    .order_view .content .latest_order_item p {
      width: 100%;
      font-size: 14px;
      font-weight: 400;
      line-height: 19px;
      color: #646C70; }
  .order_view .content .latest_order_row + p {
    margin-top: 5px; }
  .order_view .content .latest_order_status {
    margin-right: 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    color: #54718C; }
  .order_view .content .latest_order_date {
    font-size: 12px;
    line-height: 15px;
    color: #AAACAE;
    font-weight: 400; }
  .order_view .content .latest_order .btn_resize {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #19A1E5;
    text-decoration: underline; }
    .order_view .content .latest_order .btn_resize:hover {
      cursor: pointer;
      text-decoration: none; }
.order_view .content .new_uploaded {
  margin-bottom: 5px;
  border-bottom: 1px solid #D6E4EA; }
  .order_view .content .new_uploaded_top {
    position: relative;
    padding: 11px 0 0 48px;
    height: 42px;
    background-color: #F5F8FB;
    border-bottom: 1px solid #D3E5EB; }
    .order_view .content .new_uploaded_top:before {
      position: absolute;
      top: 6px;
      left: 7px;
      font-family: 'icomoon';
      content: "\e906";
      display: flex;
      align-items: center;
      justify-content: center;
      color: #648653;
      font-size: 18px;
      width: 30px;
      height: 30px;
      background-color: #E1F1D9;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
    .order_view .content .new_uploaded_top strong {
      margin-right: 10px;
      font-size: 15px;
      line-height: 19px;
      font-weight: 600;
      color: #54718C; }
    .order_view .content .new_uploaded_top span {
      font-size: 12px;
      line-height: 19px;
      color: #AAACAE;
      font-weight: 400; }
  .order_view .content .new_uploaded_body {
    display: flex;
    align-items: center;
    padding-left: 48px;
    height: 57px; }
    .order_view .content .new_uploaded_body .btn_green {
      max-width: 100px;
      margin-right: 15px; }
    .order_view .content .new_uploaded_body .btn_blue {
      max-width: 130px; }
.order_view .content .btn {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  max-width: 100%;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  box-sizing: border-box;
  transition: all .3s ease;
  text-decoration: none; }
  .order_view .content .btn_green {
    color: #609E61;
    background-color: #F7FFF7;
    border: 1px solid #8AD963; }
  .order_view .content .btn_blue {
    color: #fff;
    background-color: #41ACD7; }
  .order_view .content .btn_upload {
    max-width: 200px; }
    .order_view .content .btn_upload input {
      height: 0;
      width: 0;
      opacity: 0;
      cursor: pointer; }
    .order_view .content .btn_upload label {
      display: inline-block;
      vertical-align: top;
      padding-left: 25px;
      height: 34px;
      width: 200px;
      color: #fff;
      font-size: 15px;
      line-height: 34px;
      font-weight: 400;
      cursor: pointer;
      background-color: #41ACD7;
      background-image: url("/assets/cabinet/upload-icon-85a173f5ab84744be75a6a7b7285cb615d4efa7dafbe279346f8c4a90c4e5c76.svg");
      background-position: center left calc(50% - 40px);
      background-repeat: no-repeat; }
  .order_view .content .btn_files, .order_view .content .btn_papers {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #54718C;
    border: 1px solid #D5E4EA;
    border-bottom: none; }
    .order_view .content .btn_files span, .order_view .content .btn_papers span {
      position: relative; }
      .order_view .content .btn_files span:before, .order_view .content .btn_papers span:before {
        position: absolute;
        font-family: 'icomoon';
        left: -28px;
        top: 50%;
        margin-top: -10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 18px;
        font-style: normal;
        color: #434D5F;
        transition: all .3s ease; }
  .order_view .content .btn_files + .btn_papers {
    border-left: none; }
  .order_view .content .btn_files span:before {
    content: "\e903";
    color: #434D5F; }
  .order_view .content .btn_files:hover {
    background-color: #F5F8FB; }
    .order_view .content .btn_files:hover span:before {
      color: #41ACD7; }
  .order_view .content .btn_papers span:before {
    content: "\e907";
    color: #41ACD7; }
  .order_view .content .btn_papers:hover {
    background-color: #F5F8FB; }
    .order_view .content .btn_papers:hover span:before {
      color: #434D5F; }
  .order_view .content .btn:hover {
    cursor: pointer; }
.order_view .content .files_block,
.order_view .content .papers_block {
  margin: 20px 0; }
  .order_view .content .files_block .container,
  .order_view .content .papers_block .container {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    min-width: 100%;
    max-width: 706px;
    width: 100%; }
  .order_view .content .files_block_top,
  .order_view .content .papers_block_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #E3E8EB; }
    .order_view .content .files_block_top p,
    .order_view .content .papers_block_top p {
      margin: 0;
      font-size: 13px;
      color: #93999C; }
      .order_view .content .files_block_top p.info,
      .order_view .content .papers_block_top p.info {
        position: relative;
        padding-left: 15px;
        line-height: 13px; }
        .order_view .content .files_block_top p.info:before,
        .order_view .content .papers_block_top p.info:before {
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          content: "\e905";
          font-family: 'icomoon';
          left: 0;
          top: -1px;
          height: 13px;
          width: 13px;
          font-size: 12px;
          color: #93999C;
          transform: rotate(180deg); }
  .order_view .content .files_block_title,
  .order_view .content .papers_block_title {
    padding-left: 30px;
    position: relative; }
    .order_view .content .files_block_title:before,
    .order_view .content .papers_block_title:before {
      position: absolute;
      left: 0;
      top: 10;
      font-family: 'icomoon';
      content: "\e903";
      color: #434D5F;
      font-size: 18px; }
    .order_view .content .files_block_title strong,
    .order_view .content .papers_block_title strong {
      font-size: 16px;
      font-style: italic;
      line-height: 16px;
      font-weight: 600;
      color: #54718C; }
  .order_view .content .files_block_body,
  .order_view .content .papers_block_body {
    margin-top: 15px; }
  .order_view .content .files_block_item,
  .order_view .content .papers_block_item {
    position: relative;
    margin-bottom: 8px;
    height: 47px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    flex-direction: column;
    padding: 4px 28px 4px 46px;
    background-color: #F4F7FA;
    z-index: 4;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px; }
    .order_view .content .files_block_item.files_block_item_error, .order_view .content .files_block_item.papers_block_item_error,
    .order_view .content .papers_block_item.files_block_item_error,
    .order_view .content .papers_block_item.papers_block_item_error {
      height: auto;
      background: #FFF7F7 url("/assets/cabinet/file-error-66325ac26dc0fa6f4d94841c7e752212a6a34e2bc64fe81a8bcdb0f3a621c885.svg") no-repeat top 5px left 6px; }
      .order_view .content .files_block_item.files_block_item_error:hover, .order_view .content .files_block_item.papers_block_item_error:hover,
      .order_view .content .papers_block_item.files_block_item_error:hover,
      .order_view .content .papers_block_item.papers_block_item_error:hover {
        background: #FFF7F7 url("/assets/cabinet/file-error-66325ac26dc0fa6f4d94841c7e752212a6a34e2bc64fe81a8bcdb0f3a621c885.svg") no-repeat top 5px left 6px;
        border-color: transparent;
        cursor: default; }
      .order_view .content .files_block_item.files_block_item_error a.icon_close, .order_view .content .files_block_item.papers_block_item_error a.icon_close,
      .order_view .content .papers_block_item.files_block_item_error a.icon_close,
      .order_view .content .papers_block_item.papers_block_item_error a.icon_close {
        display: none; }
      .order_view .content .files_block_item.files_block_item_error .files_block_info p,
      .order_view .content .files_block_item.files_block_item_error .papers_block_info p, .order_view .content .files_block_item.papers_block_item_error .files_block_info p,
      .order_view .content .files_block_item.papers_block_item_error .papers_block_info p,
      .order_view .content .papers_block_item.files_block_item_error .files_block_info p,
      .order_view .content .papers_block_item.files_block_item_error .papers_block_info p,
      .order_view .content .papers_block_item.papers_block_item_error .files_block_info p,
      .order_view .content .papers_block_item.papers_block_item_error .papers_block_info p {
        font-size: 13px;
        line-height: 18px;
        color: #FA6969; }
      .order_view .content .files_block_item.files_block_item_error .papers_block_status, .order_view .content .files_block_item.papers_block_item_error .papers_block_status,
      .order_view .content .papers_block_item.files_block_item_error .papers_block_status,
      .order_view .content .papers_block_item.papers_block_item_error .papers_block_status {
        display: none; }
  .order_view .content .files_block_name,
  .order_view .content .papers_block_name {
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 19px;
    color: #596367;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .order_view .content .files_block_info,
  .order_view .content .papers_block_info {
    display: flex;
    align-items: center;
    line-height: 18px; }
    .order_view .content .files_block_info p,
    .order_view .content .papers_block_info p {
      font-size: 13px;
      line-height: 18px;
      color: #8D979B; }
  .order_view .content .files_block_date, .order_view .content .files_block_size,
  .order_view .content .papers_block_date,
  .order_view .content .papers_block_size {
    font-size: 13px;
    line-height: 18px;
    color: #8D979B; }
  .order_view .content .files_block_date,
  .order_view .content .papers_block_date {
    margin-right: 10px; }
  .order_view .content .files_block_size,
  .order_view .content .papers_block_size {
    position: relative;
    padding-left: 12px; }
    .order_view .content .files_block_size:before,
    .order_view .content .papers_block_size:before {
      position: absolute;
      content: '';
      left: 0;
      top: 6px;
      height: 4px;
      width: 4px;
      background-color: #8D979B;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%; }
  .order_view .content .files_block_uploader,
  .order_view .content .papers_block_uploader {
    margin-bottom: 15px;
    display: inline-flex; }
.order_view .content .icon_close {
  position: absolute;
  top: 17px;
  right: 10px;
  height: 10px;
  width: 10px;
  background: url("/assets/cabinet/icon-close-b5ee39d7a4745d0630782e2cb7c1be8ab5ee96c5230a82fd134ca056d2f355be.svg") no-repeat center;
  transition: all .3s ease;
  z-index: 10; }
  .order_view .content .icon_close:hover {
    cursor: pointer;
    transform: scale(1.4); }
.order_view .content .file_wrapper {
  position: relative; }
.order_view .content .files_block_item {
  background: #F4F7FA url("/assets/cabinet/file-loaded-db7e284aa928c24156e13cbbf5a68437cc754535372ead8f6ae59fa0ebb76b26.svg") no-repeat top 5px left 6px; }
  .order_view .content .files_block_item:hover {
    cursor: pointer;
    border-color: #CAE4EE;
    background: #FBFEFF url("/assets/cabinet/file-read-fill-f1d60cb4a04203c217a7484ea994f3ac8b57e964ce63407c18622f2eb3a88b16.svg") no-repeat top 5px left 6px; }
  .order_view .content .files_block_item.loading {
    background: #F4F7FA url("/assets/cabinet/file-loading-c38d4beb9cc6fd8e52574ade624e00b00c1c89084c2c215e3e6af670e9ab2c41.svg") no-repeat top 5px left 6px; }
    .order_view .content .files_block_item.loading a.icon_close {
      display: none; }
.order_view .content .papers_block_title:before {
  content: "\e907";
  color: #41ACD7; }
.order_view .content .papers_block_item {
  background: #F4F7FA url("/assets/cabinet/file-done-fda3a97a4a3cc95ccbf43963522f5751478c57735b816f4e744abc79d1e996c8.svg") no-repeat top 5px left 6px; }
  .order_view .content .papers_block_item:hover {
    cursor: pointer;
    border-color: #CAE4EE;
    background: #FBFEFF url("/assets/cabinet/file-read-fill-f1d60cb4a04203c217a7484ea994f3ac8b57e964ce63407c18622f2eb3a88b16.svg") no-repeat top 5px left 6px; }
  .order_view .content .papers_block_item.unread {
    background: #F4F7FA url("/assets/cabinet/file-read-e391cc038a0ab5e58506135469e9b6cadf1ba55f336eed0101fcb1e436c42a22.svg") no-repeat top 5px left 6px; }
    .order_view .content .papers_block_item.unread:hover {
      background: #FBFEFF url("/assets/cabinet/file-read-fill-f1d60cb4a04203c217a7484ea994f3ac8b57e964ce63407c18622f2eb3a88b16.svg") no-repeat top 5px left 6px; }
  .order_view .content .papers_block_item.downloading {
    background: #FBFEFF url("/assets/cabinet/file-loading-fill-dcfd6465de12ed7cf6e5121f69cbabdfc8c9dd385bfb1d306163169fa6177be1.svg") no-repeat top 5px left 6px; }
.order_view .content .papers_block_status {
  margin-right: 5px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 18px;
  color: #3F494E;
  text-transform: capitalize; }
  .order_view .content .papers_block_status.draft {
    background-color: #C0E9F8; }
  .order_view .content .papers_block_status.final {
    background-color: #C7F0C0; }
  .order_view .content .papers_block_status.additional {
    background-color: #C0DBEE; }
  .order_view .content .papers_block_status.revised {
    background-color: #F8E4C1; }

.disabled_link {
  pointer-events: none; }

.new_order {
  overflow: hidden; }
  .new_order .content {
    border: none;
    width: 652px;
    float: left; }
    .new_order .content .tabs:not(.tabs_customer) > .tab_item {
      border: #d5e4ea 1px solid;
      overflow: hidden;
      margin-top: 17px;
      padding-top: 18px; }
  .new_order .tab_content {
    display: inline-block;
    width: 100%;
    padding: 0 3% 0 1%; }
  .new_order .field_item {
    max-width: 71%;
    width: 100%;
    float: left;
    clear: both; }
    .new_order .field_item > label,
    .new_order .field_item .order-pages-num > label,
    .new_order .field_item .order-words-num > label {
      width: 140px;
      text-align: right;
      padding-right: 15px;
      float: left;
      line-height: 30px;
      position: relative; }
      .new_order .field_item > label i,
      .new_order .field_item .order-pages-num > label i,
      .new_order .field_item .order-words-num > label i {
        color: #a5a5a5;
        font-size: 12px;
        position: absolute;
        bottom: -14px;
        left: 0; }
      .new_order .field_item > label a,
      .new_order .field_item .order-pages-num > label a,
      .new_order .field_item .order-words-num > label a {
        color: #249fdd;
        font-style: italic; }
        .new_order .field_item > label a:hover,
        .new_order .field_item .order-pages-num > label a:hover,
        .new_order .field_item .order-words-num > label a:hover {
          text-decoration: none; }
    .new_order .field_item input:not([type="submit"]),
    .new_order .field_item input:not([type="radio"]),
    .new_order .field_item input:not([type="checkbox"]),
    .new_order .field_item input:not([type="file"]) {
      float: left;
      width: calc(100% - 140px); }
    .new_order .field_item textarea {
      width: calc(100% - 140px);
      height: 54px; }
    .new_order .field_item .field_error {
      float: left;
      width: calc(100% - 140px); }
      .new_order .field_item .field_error input:not([type="submit"]) {
        width: 100%; }
      .new_order .field_item .field_error textarea {
        width: 100%; }
      .new_order .field_item .field_error .select2-container {
        min-width: 100%;
        max-width: 100%; }
    .new_order .field_item .fileinput-button .field_error {
      width: 100%; }
    .new_order .field_item .select2-container {
      float: left;
      min-width: calc(100% - 140px);
      max-width: calc(100% - 140px); }
      .new_order .field_item .select2-container + .field_error {
        clear: both;
        margin-left: 140px; }
    .new_order .field_item .spinner_wrapper {
      width: 113px;
      float: left; }
    .new_order .field_item .checker {
      float: left; }
    .new_order .field_item .field_tooltip {
      float: left;
      margin: 5px 0 0 10px; }
    .new_order .field_item .radio_buttons {
      float: left;
      width: calc(100% - 140px); }
    .new_order .field_item.field_restore_password .button {
      float: left; }
      .new_order .field_item.field_restore_password .button:first-child {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        width: 150px;
        margin-left: 140px; }
        .new_order .field_item.field_restore_password .button:first-child:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .new_order .field_item.field_restore_password .button:first-child:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .new_order .field_item.field_restore_password .button:last-child {
        color: #818284;
        font-size: 16px;
        line-height: 34px; }
        .new_order .field_item.field_restore_password .button:last-child:hover {
          text-decoration: none; }
    .new_order .field_item.field_restore_password span {
      color: #626878;
      float: left;
      line-height: 34px;
      margin: 0 15px; }
    .new_order .field_item.field_subject_area .field_error {
      width: 304px; }
    .new_order .field_item.field_paper_details + .field_uploader .field_error {
      width: 100%; }
    .new_order .field_item.field_topic, .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title, .new_order .field_item.field_paper_details, .new_order .field_item.field_uploader, .new_order .field_item.field_paper_format, .new_order .field_item.field_academic_level, .new_order .field_item.field_writer_type, .new_order .field_item.field_writer_level, .new_order .field_item.field_customer_service, .new_order .field_item.field_additions {
      max-width: 100%; }
    .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title {
      max-width: 71%;
      margin-left: 140px; }
    .new_order .field_item.field_discount_code {
      max-width: 100%; }
      .new_order .field_item.field_discount_code input:not([type="submit"]) {
        width: 315px; }
      .new_order .field_item.field_discount_code .field_error {
        width: 315px; }
        .new_order .field_item.field_discount_code .field_error input:not([type="submit"]) {
          width: 100%; }
    .new_order .field_item.field_additions > label b {
      font-weight: normal; }
    .new_order .field_item.field_numbers_sources .checker {
      width: 20px;
      height: 20px;
      float: left;
      margin: 5px 0 0 10px; }
      .new_order .field_item.field_numbers_sources .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .new_order .field_item.field_numbers_sources .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .new_order .field_item.field_numbers_sources .field_not_need label {
      color: #a5a5a5;
      float: left;
      font-size: 14px;
      line-height: 30px;
      margin-left: 10px; }
    .new_order .field_item.field_numbers_of {
      max-width: 638px; }
      .new_order .field_item.field_numbers_of .order-pages-num > label {
        line-height: 14px; }
      .new_order .field_item.field_numbers_of .field_error {
        width: 66px; }
        .new_order .field_item.field_numbers_of .field_error .validation_error {
          width: 500px;
          margin-top: 4px; }
      .new_order .field_item.field_numbers_of .field_tooltip {
        margin-left: 15px; }
      .new_order .field_item.field_numbers_of .radio_buttons {
        width: 315px;
        margin-left: 20px; }
    .new_order .field_item.field_writer_type .field_writer_type_item {
      float: left;
      margin-right: 20px; }
      .new_order .field_item.field_writer_type .field_writer_type_item:last-child {
        margin-right: 0; }
      .new_order .field_item.field_writer_type .field_writer_type_item .radio {
        display: inline-block;
        vertical-align: middle; }
        .new_order .field_item.field_writer_type .field_writer_type_item .radio span {
          background: url("/assets/cabinet/writer_type_radio-f0a44db81c7c80a1ab96f0c74aff5ef559a91d63551cb70daf6a7b2285bc8c84.png") no-repeat;
          background-size: 24px;
          display: block;
          width: 24px;
          height: 24px; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span.checked {
            background-position: 0 -24px; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span input:not([type="submit"]) {
            outline: none;
            width: 24px;
            height: 24px; }
      .new_order .field_item.field_writer_type .field_writer_type_item > label {
        color: #646c70;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; }
        .new_order .field_item.field_writer_type .field_writer_type_item > label i {
          font-size: 12px; }
    .new_order .field_item.field_select_currency, .new_order .field_item.field_choice_service, .new_order .field_item.field_select_method {
      max-width: 576px;
      max-width: 100% \9 \0 ;
      width: 100% \9 \0 ; }
    .new_order .field_item.field_urgent {
      max-width: 406px; }
      .new_order .field_item.field_urgent .select2-container {
        min-width: 203px;
        max-width: 203px; }
    .new_order .field_item.field_night_call {
      max-width: 200px;
      clear: none; }
    .new_order .field_item.field_preferred {
      max-width: 520px; }
      .new_order .field_item.field_preferred > label i {
        background: url("/assets/cabinet/order_total_icon-a9ab0785996f443c85ed318b8413a8237e4e2a2bb18972d5c878970624ecd470.png") left center no-repeat;
        background-size: 124px;
        bottom: -16px;
        display: inline-block;
        color: #fff;
        font-size: 10px;
        width: 124px;
        text-align: center; }
      .new_order .field_item.field_preferred .field_preferred_content {
        overflow: hidden; }
      .new_order .field_item.field_preferred .field_error {
        width: 315px; }
        .new_order .field_item.field_preferred .field_error input:not([type="submit"]) {
          margin-bottom: 0; }
      .new_order .field_item.field_preferred input:not([type="submit"]) {
        width: 315px;
        margin-bottom: 15px; }
      .new_order .field_item.field_preferred .field_preferred_item {
        float: left;
        width: 340px; }
      .new_order .field_item.field_preferred .field_button {
        float: left;
        width: 14px;
        height: 14px;
        margin: 8px 0 0 10px; }
        .new_order .field_item.field_preferred .field_button.add_field {
          background: url("/assets/cabinet/add_field-5dfcaa6553e7312bb4aec5e558ed8f8cbd0efc98ccbcfefde79fe1b95b9d99d6.png") no-repeat;
          background-size: 14px; }
        .new_order .field_item.field_preferred .field_button.remove_field {
          background: url("/assets/cabinet/remove_field-a13832005076c6973f17de1ac21cd58bdd87602ff86a4008dfaf427a33deecbb.png") no-repeat;
          background-size: 14px; }
      .new_order .field_item.field_preferred .field_tooltip {
        float: right; }
    .new_order .field_item.field_save p {
      color: #389c5e;
      font-size: 16px;
      line-height: 30px; }
    .new_order .field_item.field_password {
      position: relative; }
    .new_order .field_item .files_uploader {
      width: calc(100% - 140px);
      float: left; }
      .new_order .field_item .files_uploader .file_format_error + .files_list {
        margin-bottom: 0; }
      .new_order .field_item .files_uploader .files_list {
        width: 90%;
        margin-top: 10px; }
    .new_order .field_item .field_additions_content {
      border-bottom: #ededed 1px solid;
      overflow: hidden;
      line-height: 30px;
      position: relative;
      left: 10px; }
      .new_order .field_item .field_additions_content p {
        background: url("/assets/cabinet/additional_devider-c88f3bc164ef91d5eabc1f201cbdafbf5cc3cb44ae55430fd9bc2ab64e55455b.png") left center no-repeat;
        background-size: 60px;
        color: #15a745;
        float: left;
        width: 150px; }
      .new_order .field_item .field_additions_content span {
        color: #ff6e3b;
        float: left; }
      .new_order .field_item .field_additions_content i {
        color: #969696;
        font-size: 12px; }
    .new_order .field_item.field_choice_service {
      position: relative; }
      .new_order .field_item.field_choice_service > label {
        line-height: 16px; }
      .new_order .field_item.field_choice_service + .field_choice_color > label {
        line-height: 30px; }
      .new_order .field_item.field_choice_service + .field_choice_color + .field_choice_color > label {
        line-height: 14px; }
      .new_order .field_item.field_choice_service.field_choice_color > label {
        color: #ff713d; }
    .new_order .field_item .choice_service {
      margin-left: 140px; }
      .new_order .field_item .choice_service .choice_service_check {
        width: 100%;
        float: left;
        clear: both;
        margin: 25px 0 10px -140px; }
        .new_order .field_item .choice_service .choice_service_check label {
          color: #646c70;
          float: left;
          width: 140px;
          text-align: right;
          padding-right: 15px;
          line-height: 14px; }
      .new_order .field_item .choice_service .choice_service_item {
        line-height: 22px;
        margin-bottom: 15px;
        width: 100%; }
        .new_order .field_item .choice_service .choice_service_item:after {
          display: block;
          content: "";
          clear: both; }
        .new_order .field_item .choice_service .choice_service_item .checker {
          width: 20px;
          height: 20px;
          float: left;
          margin-right: 10px; }
          .new_order .field_item .choice_service .choice_service_item .checker span {
            background-size: 20px;
            width: 20px;
            height: 20px; }
            .new_order .field_item .choice_service .choice_service_item .checker span input[type="checkbox"] {
              width: 20px;
              height: 20px; }
        .new_order .field_item .choice_service .choice_service_item > label {
          color: #808080;
          float: left;
          width: 70%; }
        .new_order .field_item .choice_service .choice_service_item p {
          color: #6ac48a;
          float: right;
          font-weight: bold; }
  .new_order .field_total_price {
    background-color: #d8e8ee;
    clear: both;
    overflow: hidden;
    padding: 14px 0; }
    .new_order .field_total_price > div {
      display: inline-block;
      vertical-align: middle;
      text-align: left;
      margin-left: 150px;
      width: 220px; }
      .new_order .field_total_price > div.button-block {
        margin: 0 0 0 0px;
        width: 250px; }
        .new_order .field_total_price > div.button-block .button {
          margin: 0; }
    .new_order .field_total_price p {
      color: #3b4b51;
      font-size: 17px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 34px; }
      .new_order .field_total_price p + p {
        line-height: 17px;
        position: relative;
        top: -5px;
        font-size: 13px; }
    .new_order .field_total_price .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      display: inline-block;
      vertical-align: middle;
      max-width: 250px;
      width: 100%;
      margin-left: 10px;
      position: relative; }
      .new_order .field_total_price .button:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .new_order .field_total_price .button:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
      .new_order .field_total_price .button.button_proceed {
        text-indent: -20px; }
        .new_order .field_total_price .button.button_proceed:before {
          background: url("/assets/cabinet/look_icon-e015d00b7f3549ff607e3cb8e16b9013eba5449e390867dedd8a5545ded1bfbb.png") no-repeat;
          background-size: 12px;
          background-position: 0 0;
          content: '';
          display: block;
          width: 12px;
          height: 16px;
          position: absolute;
          top: 50%;
          margin-top: -8px;
          right: 30px; }
    .new_order .field_total_price .pp_express_submit {
      display: inline-block;
      vertical-align: middle;
      max-width: 250px;
      width: 100%;
      margin-left: 10px; }
  .new_order .field_agree {
    padding: 15px 0; }
    .new_order .field_agree .checker {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 150px; }
      .new_order .field_agree .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .new_order .field_agree .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .new_order .field_agree label {
      color: #646c70;
      font-size: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px; }
      .new_order .field_agree label a {
        color: #19a1e5; }
        .new_order .field_agree label a:hover {
          text-decoration: none; }
    .new_order .field_agree .validation_error {
      padding-left: 185px; }
  .new_order .field_title {
    color: #454545;
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px; }
  .new_order .tabs_customer_title {
    clear: both;
    padding: 12px 0; }
    .new_order .tabs_customer_title h3 {
      color: #54718c;
      font-size: 16px;
      font-style: italic; }
  .new_order .tabs_payment_methods {
    border-top: #c0d0d7 1px solid;
    margin: 0 2%;
    display: inline-block;
    width: 96%; }
    .new_order .tabs_payment_methods #payment_balance_type_0,
    .new_order .tabs_payment_methods #payment_balance_type_1 {
      border: 0 !important;
      clip: rect(0 0 0 0);
      height: 1px !important;
      margin: -1px !important;
      overflow: hidden;
      padding: 0 !important;
      position: absolute;
      width: 1px !important; }
  .new_order .payment_order_description {
    margin-bottom: 14px;
    overflow: hidden; }
    .new_order .payment_order_description ul {
      float: left;
      width: 53%;
      list-style: none;
      position: relative; }
      .new_order .payment_order_description ul + .payment_order_info {
        border-top: #c0d0d7 1px solid; }
      .new_order .payment_order_description ul:first-child {
        width: 47%; }
        .new_order .payment_order_description ul:first-child:before {
          border-left: #c0d0d7 1px solid;
          content: '';
          display: block;
          width: 1px;
          height: 80%;
          position: absolute;
          top: 5%;
          right: 0; }
      .new_order .payment_order_description ul li {
        margin-bottom: 2px; }
        .new_order .payment_order_description ul li:last-child {
          margin-bottom: 18px; }
        .new_order .payment_order_description ul li span {
          color: #646c70;
          display: inline-block;
          vertical-align: top;
          width: 45%;
          text-align: right; }
        .new_order .payment_order_description ul li p {
          color: #93999c;
          display: inline-block;
          vertical-align: middle;
          font-style: italic;
          margin-left: 0.5em;
          width: 52%; }
          .new_order .payment_order_description ul li p i {
            display: block;
            margin-bottom: 3px; }
            .new_order .payment_order_description ul li p i:last-child {
              margin-bottom: 0; }
    .new_order .payment_order_description .payment_order_info {
      float: left;
      clear: both;
      margin: 0 2%;
      width: 96%;
      padding-top: 10px; }
      .new_order .payment_order_description .payment_order_info span {
        color: #434857;
        display: inline-block;
        vertical-align: top;
        width: 20%;
        margin-right: 4%;
        text-align: right; }
      .new_order .payment_order_description .payment_order_info p {
        color: #93999c;
        display: inline-block;
        vertical-align: top;
        font-style: italic;
        line-height: 20px;
        width: 74%;
        word-break: break-all; }
      .new_order .payment_order_description .payment_order_info + .field_title {
        display: inline-block;
        width: 96%;
        border-top: #ededed 1px solid;
        border-bottom: #ededed 1px solid;
        padding: 10px 0;
        margin: 18px 2%; }
  .new_order .tabs_payment > p {
    color: #646c70;
    margin: 10px 2% 0 2%; }
  .new_order .tabs_payment .tabs_payment_methods {
    border-top: none; }
  .new_order .radio_balance {
    margin: 20px auto; }
  .new_order .button_chat {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 2px 5px #ced7d0;
    -moz-box-shadow: 0 2px 5px #ced7d0;
    -webkit-box-shadow: 0 2px 5px #ced7d0;
    border: transparent 1px solid;
    background: #19c543;
    background: -moz-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: -webkit-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: linear-gradient(to bottom, #19c543 0%, #17bf3d 100%);
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 16px;
    text-transform: uppercase;
    width: 100%; }
    .new_order .button_chat:hover {
      border: #57c067 1px solid;
      background: #2dd256;
      background: -moz-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: -webkit-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: linear-gradient(to bottom, #2dd256 0%, #29ce4e 100%); }
    .new_order .button_chat:active {
      border: #57c067 1px solid;
      background: #14b13a;
      background: -moz-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: -webkit-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: linear-gradient(to bottom, #14b13a 0%, #12a934 100%); }
    .new_order .button_chat span {
      background: url("/assets/cabinet/chat_icon-89f550bfb23b7e6bd73fc4d79e9b0d7f68b4cf08146d16c46ca801c2950c92be.png") right 10px no-repeat;
      padding-right: 55px;
      display: inline-block;
      position: relative; }
      .new_order .button_chat span:before {
        background-color: #48b358;
        border-right: #3cc95f 1px solid;
        content: '';
        display: block;
        width: 1px;
        height: 70%;
        position: absolute;
        top: 4px;
        right: 41px; }
  .new_order .field_badge {
    position: absolute;
    top: -10px;
    right: 3px; }
  .new_order .remind_link {
    color: #249fdd;
    position: absolute;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    top: 0;
    left: 100%;
    width: 110px;
    text-decoration: none;
    margin-left: 5%; }

.tab_finish {
  padding: 0 3% 20px 3%; }

.tab_finish_title {
  text-align: center; }
  .tab_finish_title h2 {
    color: #0f2645;
    font-size: 20px; }
  .tab_finish_title span {
    color: #365c3f;
    display: block;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 5px; }
    .tab_finish_title span a {
      color: #04c6f0;
      text-decoration: none; }
      .tab_finish_title span a:hover {
        text-decoration: underline; }
  .tab_finish_title p {
    color: #646c70; }
    .tab_finish_title p a {
      color: #19a1e5; }
      .tab_finish_title p a:hover {
        text-decoration: none; }

.tab_finish_summary {
  border-top: #dee4e7 1px solid;
  overflow: hidden;
  margin-top: 8px;
  padding-top: 12px; }
  .tab_finish_summary h2 {
    color: #54718c;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 10px; }
  .tab_finish_summary > ul {
    float: left;
    width: 48%;
    margin: 0 2%;
    list-style: none;
    position: relative; }
    .tab_finish_summary > ul:nth-child(2) {
      margin-left: 0; }
    .tab_finish_summary > ul:last-child {
      margin-right: 0; }
    .tab_finish_summary > ul > li {
      margin-bottom: 2px; }
      .tab_finish_summary > ul > li:last-child {
        margin-bottom: 18px; }
      .tab_finish_summary > ul > li span {
        color: #646c70;
        display: inline-block;
        vertical-align: top;
        width: 51%;
        text-align: right; }
      .tab_finish_summary > ul > li p {
        color: #93999c;
        display: inline-block;
        vertical-align: middle;
        font-style: italic;
        margin-left: 0.5em;
        width: 46%;
        word-break: break-all; }
        .tab_finish_summary > ul > li p strong {
          display: block;
          font-size: 12px;
          font-weight: normal; }
      .tab_finish_summary > ul > li ol {
        display: inline-block;
        width: 50%;
        margin-left: 1.5em; }
        .tab_finish_summary > ul > li ol li {
          color: #93999c;
          font-style: italic; }

.finish_total {
  border-top: #d5e4ea 1px solid;
  border-bottom: #d5e4ea 1px solid;
  overflow: hidden;
  padding: 10px 3%;
  margin-bottom: 22px; }
  .finish_total p {
    color: #646d72;
    float: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 39px;
    text-transform: uppercase; }
  .finish_total .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    float: right;
    max-width: 200px;
    width: 40%; }
    .finish_total .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .finish_total .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.finish_contact {
  background: url("/assets/cabinet/finish_bg-afd72cff2548d3eca770d61ffc868bf6df3ef6bb9beb17295ce0383711f63baa.jpg") no-repeat;
  display: table;
  width: 100%;
  padding: 0 1.5%;
  max-width: 630px;
  height: 130px;
  margin: 0 auto; }
  .finish_contact .finish_contact_title {
    border-bottom: #d7d9da 1px solid;
    width: 55%;
    text-align: center;
    margin: 12px 0 14px 0;
    padding-bottom: 9px; }
    .finish_contact .finish_contact_title span {
      color: #23c54a;
      display: block;
      font-size: 23px;
      line-height: 23px;
      font-style: italic;
      text-indent: -20%; }
    .finish_contact .finish_contact_title i {
      color: #66736d;
      display: block;
      font-size: 16px;
      line-height: 16px; }
  .finish_contact .finish_contact_content .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 2px 5px #ced7d0;
    -moz-box-shadow: 0 2px 5px #ced7d0;
    -webkit-box-shadow: 0 2px 5px #ced7d0;
    border: transparent 1px solid;
    background: #19c543;
    background: -moz-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: -webkit-linear-gradient(top, #19c543 0%, #17bf3d 100%);
    background: linear-gradient(to bottom, #19c543 0%, #17bf3d 100%);
    float: left;
    max-width: 170px;
    width: 40%;
    text-transform: uppercase; }
    .finish_contact .finish_contact_content .button:hover {
      border: #57c067 1px solid;
      background: #2dd256;
      background: -moz-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: -webkit-linear-gradient(top, #2dd256 0%, #29ce4e 100%);
      background: linear-gradient(to bottom, #2dd256 0%, #29ce4e 100%); }
    .finish_contact .finish_contact_content .button:active {
      border: #57c067 1px solid;
      background: #14b13a;
      background: -moz-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: -webkit-linear-gradient(top, #14b13a 0%, #12a934 100%);
      background: linear-gradient(to bottom, #14b13a 0%, #12a934 100%); }
    .finish_contact .finish_contact_content .button span {
      background: url("/assets/cabinet/chat_icon-89f550bfb23b7e6bd73fc4d79e9b0d7f68b4cf08146d16c46ca801c2950c92be.png") right 6px no-repeat;
      background-size: 24px;
      padding-right: 50px;
      display: inline-block;
      position: relative; }
      .finish_contact .finish_contact_content .button span:before {
        background-color: #48b358;
        border-right: #3cc95f 1px solid;
        content: '';
        display: block;
        width: 1px;
        height: 70%;
        position: absolute;
        top: 4px;
        right: 36px; }
  .finish_contact .finish_contact_content > a:not(.button) {
    background: url("/assets/cabinet/phone_icon-b43ce9df4f7184f0b00a736afa6f32600642eae32febc23158660dcf28ad2b8c.png") left center no-repeat;
    background-size: 23px;
    color: #797979;
    float: left;
    line-height: 33px;
    padding-left: 30px;
    text-decoration: none;
    margin-left: 12px; }
  .finish_contact .finish_contact_content .phone_drop {
    color: #797979;
    float: left;
    font-size: 12px;
    width: 40px;
    position: relative;
    text-transform: uppercase;
    margin: 6px 0 0 8px; }
    .finish_contact .finish_contact_content .phone_drop:hover ul {
      display: block; }
    .finish_contact .finish_contact_content .phone_drop span {
      background-color: #fff;
      border: #dddddd 1px solid;
      display: block;
      width: 100%;
      height: 20px;
      padding: 0 5px;
      line-height: 20px;
      position: relative; }
      .finish_contact .finish_contact_content .phone_drop span:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3px 0 3px;
        border-color: #797979 transparent transparent transparent;
        position: absolute;
        top: 7px;
        right: 4px; }
    .finish_contact .finish_contact_content .phone_drop ul {
      background-color: #fff;
      border: #dddddd 1px solid;
      margin-top: -1px;
      list-style: none;
      display: none;
      position: absolute;
      width: 100%;
      top: 100%;
      left: 0; }
      .finish_contact .finish_contact_content .phone_drop ul li {
        padding: 0 5px; }
        .finish_contact .finish_contact_content .phone_drop ul li:hover {
          background-color: #04c6f0; }
          .finish_contact .finish_contact_content .phone_drop ul li:hover a {
            color: #fff; }
        .finish_contact .finish_contact_content .phone_drop ul li a {
          color: #797979;
          display: block;
          text-decoration: none; }

.zero_price_error {
  color: #646c70;
  display: block;
  text-align: center;
  margin-top: 10px; }

.discount_message {
  float: left;
  clear: both;
  margin-left: 140px;
  width: 315px;
  color: #808080;
  font-size: 12px;
  margin-top: 3px; }

.new_order.new_order_payment .tab_item {
  margin-top: 0 !important; }
.new_order.new_order_payment .field_item.field_additions {
  max-width: 92%;
  margin-left: 4%; }
.new_order.new_order_payment .finish_total {
  text-align: center; }
  .new_order.new_order_payment .finish_total .button {
    float: none;
    margin: 0 5%;
    display: inline-block;
    vertical-align: top;
    max-width: 35%;
    width: 35%; }

.new_order .field_select_currency.field_item,
.new_order .field_select_method.field_item {
  max-width: 100% \9 \0 ; }
.new_order .field_item .radio_buttons {
  width: 480px\9\0; }
.new_order .field_item.field_select_method .radio_buttons.radio_payment {
  width: 430px\9\0; }
.new_order .field_item.field_select_currency .radio_buttons.radio_currency {
  width: 430px\9\0; }

.my_order .content .content_title {
  border-bottom: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
  margin: 10px 2%; }
.my_order table thead td:nth-child(2):before {
  display: none; }
.my_order table.my_order_active tr td:nth-child(1) {
  width: 10%;
  position: relative; }
.my_order table.my_order_active tr td:nth-child(2) {
  width: 25%; }
.my_order table.my_order_active tr td:nth-child(3) {
  width: 15%; }
.my_order table.my_order_active tr td:nth-child(4) {
  width: 15%; }
.my_order table.my_order_active tr td:nth-child(5) {
  width: 35%; }
.my_order table.my_order_completed tr:last-child {
  border-bottom: none; }
.my_order table.my_order_completed tr td:nth-child(1) {
  width: 10%; }
.my_order table.my_order_completed tr td:nth-child(2) {
  width: 20%; }
.my_order table.my_order_completed tr td:nth-child(3) {
  width: 12.5%; }
.my_order table.my_order_completed tr td:nth-child(4) {
  width: 12.5%; }
.my_order table.my_order_completed tr td:nth-child(5) {
  width: 27.5%; }
.my_order table.my_order_completed tr td:nth-child(6) {
  width: 17.5%;
  text-align: center; }
  .my_order table.my_order_completed tr td:nth-child(6) .controller > .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    width: 80%;
    margin: 0 auto; }
    .my_order table.my_order_completed tr td:nth-child(6) .controller > .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .my_order table.my_order_completed tr td:nth-child(6) .controller > .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
.my_order table.my_order_completed tr td.my_order_payment .button {
  min-width: 96px; }

.my_order_payment {
  background-color: #edf1f3; }
  .my_order_payment .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    display: inline-block;
    vertical-align: middle;
    width: 30%; }
    .my_order_payment .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .my_order_payment .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
  .my_order_payment div {
    border-left: #eae0de 1px solid;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    margin-left: 5%;
    padding-left: 5%; }
    .my_order_payment div span {
      color: #646c70;
      line-height: 12px; }
    .my_order_payment div p {
      color: #ea5a2a;
      font-size: 15px; }

.my_order_content {
  display: none; }

.my_order_notification {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-color: #ff5930;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 2px;
  right: 2px; }
  .my_order_notification:before {
    content: '!';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%; }

.revision_request_block {
  width: 100%;
  padding: 10px 12px;
  background-color: #F3FBFF;
  border-top: 1px solid #E2ECF0; }
  .revision_request_block p {
    font-size: 13px;
    line-height: 16px;
    color: #345C73; }
    .revision_request_block p b {
      font-weight: 500;
      color: #244559;
      margin-right: 3px; }
    .revision_request_block p a {
      color: #37A2E0;
      text-decoration: underline;
      margin: 0 3px; }
      .revision_request_block p a:hover {
        text-decoration: none; }

.discounts .content {
  padding-bottom: 30px; }

.discount_banner {
  text-align: center;
  margin-bottom: 30px; }
  .discount_banner img {
    display: inline-block;
    max-width: 100%;
    height: auto; }

.discount_progress {
  font-size: 16px;
  display: table;
  width: 825px;
  margin: 0 auto; }

.progress_info {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #e8e8e8;
  background: -moz-linear-gradient(left, #e8e8e8 0%, #fdfdfd 100%);
  background: -webkit-linear-gradient(left, #e8e8e8 0%, #fdfdfd 100%);
  background: linear-gradient(to right, #e8e8e8 0%, #fdfdfd 100%);
  display: inline-block;
  width: 100%; }
  .progress_info > p {
    line-height: 22px;
    color: #50708e;
    font-style: italic;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    width: 150px;
    text-indent: 20px; }

.progress_info_item {
  vertical-align: top;
  display: inline-block;
  text-align: center; }
  .progress_info_item span {
    line-height: 22px;
    color: #646c70;
    font-weight: bold;
    width: 75px;
    display: block; }

.discount_value .progress_info_item {
  margin-left: 120px;
  position: relative; }
  .discount_value .progress_info_item:after {
    position: absolute;
    content: '';
    display: block;
    background: url("/assets/progress_sep-a6345eb67fe23c0ae8bbf227d0f698a6ba32d4aa28dd47f041954801ebb295a8.png") no-repeat;
    width: 11px;
    height: 69px;
    bottom: -69px;
    left: 50%;
    margin-left: -5px;
    z-index: 1; }
  .discount_value .progress_info_item span b {
    color: #ec6509;
    margin-right: 0.2em; }

.progress_sep {
  height: 1px;
  background: #2d5066;
  position: relative;
  margin: 0 35px; }
  .progress_sep span {
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -39px;
    width: 78px;
    height: 30px;
    background: #f8f8f8;
    text-align: center;
    font-weight: bold;
    color: #2d5066; }

.discount_progress.pages .progress_price .progress_info_item {
  margin-left: 181px; }

.progress_price .progress_info_item {
  margin-left: 120px; }

.progress_bar {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  float: right;
  width: 686px;
  height: 27px;
  background: url("/assets/progress_bg-96edc27b15beba87a8dda6f2091d1ca7146c7e95aee8dd753df98d7227252d22.png") left top repeat-x;
  position: relative;
  z-index: 5;
  margin: 20px 0; }

.progress_line {
  background: #cedae5;
  background: -moz-linear-gradient(top, #cedae5 0%, #6190bb 100%);
  background: -webkit-linear-gradient(top, #cedae5 0%, #6190bb 100%);
  background: linear-gradient(to bottom, #cedae5 0%, #6190bb 100%);
  width: 75%;
  box-shadow: -1px 2px 7px 0px #9c9c9e;
  height: 27px;
  position: relative;
  border-radius: 30px 0 0 30px;
  min-height: 100%;
  min-width: 2%;
  max-width: 98%; }
  .progress_line:after {
    position: absolute;
    content: '';
    display: block;
    width: 5px;
    height: 43px;
    right: -2px;
    bottom: -42px;
    background: url("/assets/progress_end-0fbfbf1178619c7ed069ea8dd2f57248b6976e6e516c8ce4159621a4ddf93b3a.png") no-repeat; }

.progress_value {
  position: absolute;
  text-align: center;
  color: #486376;
  text-shadow: 0px 2px 1px #fff;
  font-size: 17px;
  line-height: 55px;
  padding: 0 0;
  width: 101px;
  height: 54px;
  border-radius: 4px;
  background: url("/assets/progress_value_bg-89788157016d2b170a9fcd518d4a4f094b759ea15546664d0ffda57f15394a79.png") no-repeat;
  right: -50px;
  bottom: -93px;
  z-index: 5; }

.discount_offer {
  border-top: #e3e8eb 1px solid;
  padding-top: 26px;
  text-align: center;
  display: inline-block;
  width: 94%;
  margin: 45px 3% 0 3%; }
  .discount_offer p {
    font-size: 23px;
    font-style: italic;
    line-height: 27px;
    color: #3b4b51;
    font-weight: bold; }
  .discount_offer strong {
    color: #fe7a4e; }
  .discount_offer .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 27%;
    margin: 14px auto 0; }
    .discount_offer .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .discount_offer .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.discount_text {
  margin: 0 2%; }
  .discount_text p {
    color: #646c70;
    font-size: 14px;
    line-height: 18px; }

.discount_components {
  text-align: center;
  margin-top: 23px; }
  .discount_components .widget {
    width: 40%;
    max-width: 374px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 0 4%; }
    .discount_components .widget .widget_title {
      text-align: center;
      text-transform: uppercase; }

.discount_progress_selection {
  border-top: #e3e8eb 1px solid;
  text-align: center;
  margin: 70px 3% 24px 3%; }
  .discount_progress_selection:last-child {
    display: none; }
  .discount_progress_selection h2 {
    background-color: #fff;
    color: #646c70;
    display: inline-block;
    font-style: italic;
    font-size: 22px;
    text-align: center;
    position: relative;
    top: -14px;
    padding: 0 30px; }

.discount_models {
  margin-top: 19px; }

.discount_progress {
  display: block; }
  .discount_progress.discount_progress_mobile {
    display: none; }

.feedbacks .pagination {
  margin: 32px 0; }

.table_mobile {
  display: none; }

.feedback_table {
  overflow: hidden;
  color: #656565;
  width: 100%;
  margin: 18px auto 0;
  word-wrap: break-word; }
  .feedback_table > div {
    display: table;
    width: 100%; }
  .feedback_table .thead {
    background-color: #d3e4eb;
    padding: 6px 0 7px 0; }
    .feedback_table .thead .row {
      color: #1f1f1f;
      font-size: 17px;
      padding: 5px 0; }
      .feedback_table .thead .row > div {
        border-right: #9ab8c4 1px solid;
        color: #455f76;
        font-size: 14px;
        padding: 5px 1.5%; }
  .feedback_table .tbody .row > div {
    border-right: #c0d0d7 1px solid;
    border-bottom: #c0d0d7 1px solid;
    padding: 10px 1.5%; }
    .feedback_table .tbody .row > div.feedback_id, .feedback_table .tbody .row > div.feedback_writer_id, .feedback_table .tbody .row > div.feedback_my {
      vertical-align: middle; }
  .feedback_table .row {
    display: table-row;
    width: 100%; }
    .feedback_table .row > div {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: table-cell;
      vertical-align: top;
      text-align: center; }
      .feedback_table .row > div:last-child {
        border-right: none; }
    .feedback_table .row a {
      color: #2988ca;
      word-break: break-all;
      display: inline-block;
      vertical-align: top; }
    .feedback_table .row i {
      display: block;
      font-style: normal;
      word-break: break-all; }
  .feedback_table .feedback_id {
    width: 12.5%;
    word-break: break-all; }
  .feedback_table .feedback_details {
    width: 20%;
    text-align: left !important; }
  .feedback_table .feedback_progress {
    width: 20%;
    text-align: left !important; }
  .feedback_table .feedback_writer_id {
    width: 12.5%;
    word-break: break-all; }
  .feedback_table .feedback_my {
    width: 17%; }
    .feedback_table .feedback_my > .controller > .my_rating .ng-rating {
      background-size: 24px;
      width: 24px;
      height: 22px;
      margin: 0 0px; }
    .feedback_table .feedback_my > .controller > .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 80%;
      margin: 0 auto; }
      .feedback_table .feedback_my > .controller > .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .feedback_table .feedback_my > .controller > .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .feedback_table .feedback_ranking {
    text-align: center;
    width: 18%; }
    .feedback_table .feedback_ranking > .controller > .rating_wrapper {
      display: inline-block;
      width: 100%; }
    .feedback_table .feedback_ranking > a {
      display: inline-block;
      margin-top: 5px; }
      .feedback_table .feedback_ranking > a:hover {
        text-decoration: none; }
  .feedback_table .rating_form {
    text-align: center;
    width: auto;
    padding-top: 3px;
    padding-bottom: 3px; }
  .feedback_table .my_rating {
    text-align: center;
    margin: 0 auto; }
    .feedback_table .my_rating .rating_item {
      display: inline-block; }
  .feedback_table .rating_form .rating_item {
    display: inline-block; }

.feedback_writer_info {
  overflow: hidden;
  padding: 3px 2% 18px 3%; }
  .feedback_writer_info .photo {
    float: left;
    max-width: 85px; }
    .feedback_writer_info .photo img {
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      max-width: 100%;
      height: auto; }
  .feedback_writer_info .feedback_writer_description {
    float: left;
    padding-left: 3%; }
    .feedback_writer_info .feedback_writer_description p {
      color: #6a6a6a;
      font-size: 15px;
      line-height: 20px; }
    .feedback_writer_info .feedback_writer_description .writers_number {
      overflow: hidden;
      font-size: 16px;
      text-transform: uppercase; }
      .feedback_writer_info .feedback_writer_description .writers_number p {
        color: #646c70;
        font-weight: bold; }
        .feedback_writer_info .feedback_writer_description .writers_number p span {
          color: #646c70;
          font-weight: normal;
          padding-left: 0.5em; }
    .feedback_writer_info .feedback_writer_description .writers_rank {
      margin-top: 15px;
      overflow: hidden; }
      .feedback_writer_info .feedback_writer_description .writers_rank p {
        display: inline-block;
        vertical-align: middle;
        margin-top: 4px; }
        .feedback_writer_info .feedback_writer_description .writers_rank p span {
          color: #389c5e;
          font-weight: bold;
          margin-left: 0.5em; }
      .feedback_writer_info .feedback_writer_description .writers_rank .rating_form {
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px; }
  .feedback_writer_info .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 24%;
    float: right;
    margin-top: 26px; }
    .feedback_writer_info .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .feedback_writer_info .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.writer_feedbacks {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative; }

.feedback_line {
  background-color: #d3e4eb;
  clear: both;
  width: 100%;
  display: inline-block;
  padding: 9px 2%;
  margin-bottom: 15px; }
  .feedback_line p {
    color: #486580;
    padding: 0 2%;
    font-size: 17px;
    font-style: italic;
    font-weight: bold; }
  .feedback_line + p {
    padding: 0 20px;
    text-align: center; }
    .feedback_line + p + span {
      text-align: center;
      display: block;
      padding-bottom: 10px; }

.your_feedbacks {
  width: 52%;
  border-right: #c0d0d7 1px solid;
  padding-bottom: 20px; }
  .your_feedbacks .see_all {
    margin-left: 4%; }

.feedback_data {
  margin-bottom: 20px;
  padding: 0 4%; }
  .feedback_data h2 {
    color: #54718c;
    display: inline-block;
    font-style: italic;
    font-size: 20px;
    font-weight: bold; }
    .feedback_data h2 span {
      color: #6b839a;
      font-size: 13px;
      margin-left: 0.5em; }
  .feedback_data .you_ranked {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin: 18px 0 14px 0; }
    .feedback_data .you_ranked p {
      color: #384d5f;
      float: left;
      position: relative;
      top: 3px; }
    .feedback_data .you_ranked .rating_item {
      float: left;
      margin-left: 0.5em; }
    .feedback_data .you_ranked .time {
      float: right; }
      .feedback_data .you_ranked .time p {
        color: #8a8a8a;
        font-size: 13px;
        font-style: italic;
        line-height: 20px; }
    .feedback_data .you_ranked.without_rank {
      margin-bottom: 0;
      text-align: center; }
      .feedback_data .you_ranked.without_rank .rating_item {
        display: inline-block;
        float: none;
        margin: 7px 0 15px 0; }
  .feedback_data .textarea {
    width: 100%;
    text-align: left;
    min-height: 120px;
    max-height: 220px; }
  .feedback_data .field_error {
    width: 100%; }
    .feedback_data .field_error .validation_error {
      display: block;
      margin-top: 5px; }
  .feedback_data .your_feedbacks_change {
    text-align: center; }
    .feedback_data .your_feedbacks_change textarea {
      width: 100%;
      height: 128px; }
  .feedback_data .button {
    width: 32%;
    margin: 30px 2.5% 0 2.5%; }
    .feedback_data .button.button_cancel {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px;
      height: 39px;
      line-height: 39px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      display: inline-block;
      vertical-align: top; }
      .feedback_data .button.button_cancel:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .feedback_data .button.button_cancel:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .feedback_data .button.button_save {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 16px;
      height: 39px;
      line-height: 39px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #ff733e;
      background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
      background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
      border: none;
      cursor: pointer;
      display: inline-block;
      vertical-align: top; }
      .feedback_data .button.button_save:hover {
        background: #f88356;
        background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
        background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
      .feedback_data .button.button_save:active {
        background: #f56731;
        background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
        background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.all_your_feedbacks,
.all_other_feedbacks {
  overflow: hidden; }

.other_feedbacks {
  width: 48%;
  padding-bottom: 20px; }
  .other_feedbacks div.star-rating {
    width: 16px;
    height: 15px;
    background: url("/assets/cabinet/other_feedback_star-51ad5be8e12f46f0750ffa9885f02b195f0b45db0b20cb95448b17847466ee37.png") no-repeat 0 0;
    background-size: 16px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 15px;
    text-indent: -999em;
    overflow: hidden;
    margin: 0 2px 0 2px;
    background: transparent !important; }
    .other_feedbacks div.star-rating a {
      width: 16px;
      height: 100%;
      background: url("/assets/cabinet/other_feedback_star-51ad5be8e12f46f0750ffa9885f02b195f0b45db0b20cb95448b17847466ee37.png") no-repeat 0 top;
      background-size: 16px;
      border: 0;
      display: block; }
    .other_feedbacks div.star-rating-on a {
      background-position: 0 bottom !important; }
    .other_feedbacks div.star-rating-hover a {
      background-position: 0 bottom; }
    .other_feedbacks div.star-rating-readonly a {
      cursor: default !important; }
  .other_feedbacks div .rating-cancel {
    display: none !important;
    width: 0px;
    height: 0px; }
    .other_feedbacks div .rating-cancel a {
      display: block;
      width: 16px;
      height: 15px;
      background-position: 0 0;
      border: 0; }
    .other_feedbacks div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
  .other_feedbacks .other_feedback_item {
    overflow: hidden;
    margin-bottom: 13px;
    padding: 0 4%; }
    .other_feedbacks .other_feedback_item .other_feedback_title {
      overflow: hidden;
      margin-bottom: 20px; }
      .other_feedbacks .other_feedback_item .other_feedback_title .star-rating-control {
        float: right; }
      .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic {
        float: left;
        width: 67%; }
        .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic p {
          color: #52585d;
          font-size: 14px;
          word-break: break-all; }
        .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic .time {
          display: block; }
          .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic .time p {
            color: #8a8a8a;
            font-size: 11px;
            font-style: italic;
            margin-top: 3px; }
      .other_feedbacks .other_feedback_item .other_feedback_title .rating_form {
        float: right;
        width: auto; }
    .other_feedbacks .other_feedback_item .other_feedback_text {
      background-color: #f2fbff;
      border: #c2cace 1px solid;
      word-wrap: break-word;
      position: relative;
      padding: 5px 2%; }
      .other_feedbacks .other_feedback_item .other_feedback_text:before {
        background: url("/assets/other_feedback_arrow-21a9cb3494ada292f71235ff765bd4ee6b71ea5895cdebe8abf70f963deaffdd.png") no-repeat;
        background-size: 12px;
        content: '';
        display: block;
        width: 12px;
        height: 9px;
        position: absolute;
        top: -8px;
        left: 20px; }
      .other_feedbacks .other_feedback_item .other_feedback_text p {
        color: #858b8e;
        font-size: 14px;
        line-height: 18px;
        font-style: italic; }
  .other_feedbacks .see_all {
    float: right;
    width: auto;
    margin: 10px 4% 0 0; }

.no_rank {
  color: #3c4245;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0; }

.see_all {
  color: #2988ca;
  font-size: 12px; }
  .see_all:hover {
    text-decoration: none; }

.order_table > .order_block_table.with_feedback .order_progress {
  width: 20% !important; }
.order_table > .order_block_table.with_feedback .order_details {
  width: 20% !important; }
.order_table > .order_block_table.with_feedback .order_feedback {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .order_table > .order_block_table.with_feedback .order_feedback > .controller > .button {
    width: 84%;
    font-size: 14px;
    margin: 0 auto;
    height: 30px;
    line-height: 30px; }
  .order_table > .order_block_table.with_feedback .order_feedback > .controller .rating_item {
    text-align: center; }

.feedback_notification {
  background: url(/assets/cabinet/feedback_notification.png) no-repeat;
  color: #f54f4f;
  display: block;
  font-size: 11px;
  width: 19px;
  height: 21px;
  padding-left: 10px;
  line-height: 21px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center; }
  .feedback_notification.active {
    background-position: 0 -31px; }

.order_view_item.feedback_my {
  margin: 15px 0 0 0; }
  .order_view_item.feedback_my h3 {
    border-bottom: 0;
    margin-bottom: 0; }
  .order_view_item.feedback_my span.my_feedback {
    float: none;
    width: auto;
    display: inline-block;
    margin-left: 10px; }
    .order_view_item.feedback_my span.my_feedback .my_rating {
      position: relative;
      top: 4px; }
    .order_view_item.feedback_my span.my_feedback .controller .button {
      color: #fff;
      width: 160px;
      margin-left: 10px; }

.not_any_feedback {
  color: #425d76;
  font-size: 16px;
  margin: 0 4%; }
  .not_any_feedback p {
    text-transform: uppercase; }
  .not_any_feedback span {
    font-style: italic; }

.balance table thead tr td {
  padding-top: 10px;
  padding-bottom: 10px; }
.balance table tbody tr td {
  padding-top: 21px;
  padding-bottom: 21px; }
  .balance table tbody tr td:nth-child(4) {
    color: #389c5e; }
    .balance table tbody tr td:nth-child(4).reserved, .balance table tbody tr td:nth-child(4).expenses {
      color: #ea5a2a; }
.balance table tr td:nth-child(1) {
  width: 15%; }
.balance table tr td:nth-child(2) {
  width: 15%; }
.balance table tr td:nth-child(3) {
  width: 12.5%; }
.balance table tr td:nth-child(4) {
  width: 12.5%; }
.balance table tr td:nth-child(5) {
  width: 45%; }

.settings .content {
  padding-bottom: 40px; }

.settings_item > .field_item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 2%;
  margin-bottom: 15px; }
  .settings_item > .field_item > label {
    width: 108px;
    float: left;
    text-align: right;
    margin-right: 14px; }
  .settings_item > .field_item > input:not([type="submit"]) {
    width: 315px;
    float: left; }
  .settings_item > .field_item .field_tooltip {
    float: left;
    margin: 5px 0 0 10px; }
  .settings_item > .field_item > .select2-container {
    float: left;
    min-width: 315px;
    max-width: 315px; }
  .settings_item > .field_item > .field_error {
    width: 315px;
    float: left; }
    .settings_item > .field_item > .field_error input:not([type="submit"]) {
      width: 100%; }
  .settings_item > .field_item.field_repeat_password > label {
    line-height: 14px; }
.settings_item > .button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 3px 4px #e6eef1;
  -moz-box-shadow: 0 3px 4px #e6eef1;
  -webkit-box-shadow: 0 3px 4px #e6eef1;
  background: #43b0d9;
  background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
  background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
  background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
  margin-left: 140px;
  width: 214px; }
  .settings_item > .button:hover {
    background: #5dbce0;
    background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
    background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
    background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
  .settings_item > .button:active {
    background: #3499be;
    background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
    background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
    background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.settings_item > .field_item.field_profile_id {
  padding-top: 10px; }

.profile_id_wrapper {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 315px; }
  .profile_id_wrapper input {
    width: 100%; }

.profile_id_button {
  display: block;
  width: 22px;
  height: 22px;
  border: none;
  outline: none;
  background: url(/assets/cabinet/profile_id.svg) center center no-repeat;
  position: absolute;
  top: 4px;
  right: 4px; }
  .profile_id_button:hover {
    cursor: pointer;
    background: url(/assets/cabinet/profile_id_hover.svg) center center no-repeat; }

.profile_id_hint {
  position: absolute;
  top: -19px;
  right: 0;
  color: #48ae36; }

.profile_id_copied .profile_id_button {
  background: url(/assets/cabinet/profile_id_copied.svg) center center no-repeat; }

.work_scheme {
  text-align: center;
  margin-top: 15px; }

.work_scheme_item {
  max-width: 200px;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 2%; }
  .work_scheme_item:not(:last-child) .work_scheme_icon:before {
    background: url("/assets/cabinet/work_scheme_devider-66de261ba8354da1441f5351a0bc02415d9ecf8ddcec09dbc63867d965832330.png") no-repeat;
    content: '';
    display: block;
    width: 66px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -100%;
    margin-top: -5px; }
  .work_scheme_item .work_scheme_icon {
    width: 102px;
    margin: 0 auto;
    position: relative; }
    .work_scheme_item .work_scheme_icon img {
      max-width: 100%;
      height: auto; }
  .work_scheme_item p {
    color: #646c70;
    font-size: 13px;
    font-style: italic;
    line-height: 14px;
    margin-top: 8px; }

.cabinet .comission_table {
  max-width: 508px;
  width: 80%;
  margin: 27px auto; }
  .cabinet .comission_table thead {
    background-color: #8298bc;
    border-right: #8298bc 1px solid; }
    .cabinet .comission_table thead tr th {
      color: #fff;
      font-size: 16px;
      font-style: italic;
      padding: 5px 5%; }
  .cabinet .comission_table tbody tr {
    border-left: #e0e1e5 1px solid;
    border-right: #e0e1e5 1px solid; }
    .cabinet .comission_table tbody tr:nth-child(even) {
      background-color: #eff0f5; }
    .cabinet .comission_table tbody tr:first-child {
      background-color: #dceaff;
      border-left: #cdd6e7 1px solid;
      border-right: #cdd6e7 1px solid; }
      .cabinet .comission_table tbody tr:first-child td {
        padding-top: 4px;
        padding-bottom: 4px;
        color: #627390;
        text-align: center;
        font-size: 13px; }
    .cabinet .comission_table tbody tr:nth-child(2) td:first-child, .cabinet .comission_table tbody tr:nth-child(5) td:first-child {
      background: #ebfbff;
      background: -moz-linear-gradient(left, #ebfbff 0%, #fff 100%);
      background: -webkit-linear-gradient(left, #ebfbff 0%, #fff 100%);
      background: linear-gradient(to right, #ebfbff 0%, #fff 100%);
      text-align: center; }
      .cabinet .comission_table tbody tr:nth-child(2) td:first-child span, .cabinet .comission_table tbody tr:nth-child(5) td:first-child span {
        font-size: 30px;
        font-style: italic;
        font-weight: bold; }
    .cabinet .comission_table tbody tr td {
      padding-top: 2px;
      padding-bottom: 2px; }
      .cabinet .comission_table tbody tr td:first-child {
        width: 33%; }

.authorization_tabs .ui-tabs-nav {
  margin: 0 2%; }
.authorization_tabs .tab_content {
  margin: 0 2%; }
.authorization_tabs .content_title {
  margin-left: 0;
  margin-right: 0; }
.authorization_tabs .tab_item > p {
  color: #646c70;
  line-height: 18px;
  margin: 20px 2%; }
.authorization_tabs .tab_item .field_item .field_phone_number_item {
  margin-right: 2.5%; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item i {
    color: #a2a8ab;
    line-height: 12px; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code {
    max-width: 72px;
    width: 20%; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code .country_flag {
      left: 22px; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.state_area_code {
    max-width: 60px;
    width: 20%; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.phone_number {
    max-width: 100px;
    margin-right: 0;
    width: 45%; }
.authorization_tabs .tab_item.first > .tab_content > .field_item {
  max-width: 608px;
  width: 100%;
  float: left;
  clear: both; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item > p {
    background: url("/assets/cabinet/verified_icon-1b943f1a2f02101e501752a78b4566c4332f75d49c49308fb2540a010ce7cad5.png") left center no-repeat;
    background-size: 14px;
    color: #18c341;
    float: left;
    line-height: 30px;
    padding-left: 20px;
    margin-left: 20px; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_item.authorization_country > label {
    margin-right: 10px; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_item.authorization_country .select2-container {
    min-width: 228px;
    max-width: 228px; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item > label {
    margin-right: 13px; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_error {
    float: left; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item > .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 29px;
    line-height: 29px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    float: right;
    max-width: 200px;
    width: 35%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
  .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email .field_error {
    width: 315px; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email .field_error input:not([type="submit"]) {
      max-width: 100%;
      width: 100%; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email input:not([type="submit"]) {
    width: 315px;
    float: left; }
.authorization_tabs .tab_item.first .authorization_submit_block .button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 3px 4px #e6eef1;
  -moz-box-shadow: 0 3px 4px #e6eef1;
  -webkit-box-shadow: 0 3px 4px #e6eef1;
  background: #ff733e;
  background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
  background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
  background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%); }
  .authorization_tabs .tab_item.first .authorization_submit_block .button:hover {
    background: #f88356;
    background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
    background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
    background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
  .authorization_tabs .tab_item.first .authorization_submit_block .button:active {
    background: #f56731;
    background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
    background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
    background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
.authorization_tabs .tab_item.second .field_item {
  max-width: 436px;
  width: 100%;
  float: left;
  clear: both; }
  .authorization_tabs .tab_item.second .field_item > label {
    width: 26%;
    text-align: right;
    margin-right: 2%;
    float: left;
    line-height: 30px; }
  .authorization_tabs .tab_item.second .field_item input:not([type="submit"]) {
    float: left;
    width: 72%; }
  .authorization_tabs .tab_item.second .field_item .field_error {
    float: left;
    width: 72%; }
    .authorization_tabs .tab_item.second .field_item .field_error input:not([type="submit"]) {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item .field_error .select2-container {
      min-width: 100%;
      max-width: 100%; }
  .authorization_tabs .tab_item.second .field_item .select2-container {
    min-width: 72%;
    max-width: 72%; }
  .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_block {
    width: 72%;
    float: left; }
  .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_item.country_code .country_flag {
    left: 14px; }
  .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_item input:not([type="submit"]) {
    width: 100%; }
  .authorization_tabs .tab_item.second .field_item.authorization_birthday .select2-container {
    float: left;
    min-width: 22%;
    max-width: 22%;
    margin-right: 3%; }
  .authorization_tabs .tab_item.second .field_item.authorization_birthday .field_error {
    width: 22%;
    margin-right: 3%; }
    .authorization_tabs .tab_item.second .field_item.authorization_birthday .field_error .select2-container {
      min-width: 100%;
      max-width: 100%; }
  .authorization_tabs .tab_item.second .field_item.authorization_birthday > *:last-child {
    margin-right: 0; }
  .authorization_tabs .tab_item.second .field_item.authorization_academic_level > label {
    line-height: 14px; }
.authorization_tabs .tab_item.third .tab_finish {
  margin-top: 20px; }
  .authorization_tabs .tab_item.third .tab_finish .finish_contact {
    margin-top: 20px; }
.authorization_tabs .tab_item.third .authorization_submit_block .button {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 3px 4px #e6eef1;
  -moz-box-shadow: 0 3px 4px #e6eef1;
  -webkit-box-shadow: 0 3px 4px #e6eef1;
  background: #ff733e;
  background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
  background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
  background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%); }
  .authorization_tabs .tab_item.third .authorization_submit_block .button:hover {
    background: #f88356;
    background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
    background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
    background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
  .authorization_tabs .tab_item.third .authorization_submit_block .button:active {
    background: #f56731;
    background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
    background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
    background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }
.authorization_tabs .authorization_submit_block {
  background-color: #d8e8ee;
  clear: both;
  padding: 14px 0;
  margin-top: 17px; }
  .authorization_tabs .authorization_submit_block .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    max-width: 332px;
    width: 100%;
    margin: 0 auto; }
    .authorization_tabs .authorization_submit_block .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .authorization_tabs .authorization_submit_block .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.referral {
  border-top: #e3e8eb 1px solid;
  display: inline-block;
  width: 96%;
  margin: 14px 2% 0 2%;
  padding: 25px 0 18px 0; }
  .referral .referral_info {
    float: left; }
    .referral .referral_info .referral_info_item {
      overflow: hidden;
      margin-bottom: 15px; }
      .referral .referral_info .referral_info_item span {
        color: #646c70;
        float: left;
        line-height: 30px;
        width: 114px;
        text-align: right;
        margin-right: 10px; }
      .referral .referral_info .referral_info_item p {
        color: #486c7b;
        float: left;
        font-size: 15px;
        font-weight: bold;
        font-style: italic;
        line-height: 30px;
        margin-left: 10px; }
      .referral .referral_info .referral_info_item input:not([type="submit"]) {
        float: left;
        width: 240px;
        margin-right: 15px; }
      .referral .referral_info .referral_info_item .button {
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        color: #fff;
        cursor: pointer;
        display: block;
        font-family: 'PT Sans', sans-serif;
        text-align: center;
        text-decoration: none;
        border: none;
        outline: none;
        -webkit-appearance: none;
        font-size: 15px;
        height: 29px;
        line-height: 29px;
        box-shadow: 0 3px 4px #e6eef1;
        -moz-box-shadow: 0 3px 4px #e6eef1;
        -webkit-box-shadow: 0 3px 4px #e6eef1;
        background: #43b0d9;
        background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
        background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
        float: left;
        width: 114px; }
        .referral .referral_info .referral_info_item .button:hover {
          background: #5dbce0;
          background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
          background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
        .referral .referral_info .referral_info_item .button:active {
          background: #3499be;
          background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
          background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .referral .referral_info .referral_info_item .social_link {
        border: #cccccc 1px solid;
        float: left;
        width: 61px;
        height: 26px; }
        .referral .referral_info .referral_info_item .social_link.fb {
          background: url("/assets/cabinet/facebook_icon-1805e436272c76e9db93cddccf8596c95c655795acd5e9937309ff566942ba54.png") center center no-repeat;
          background-size: 10px; }
        .referral .referral_info .referral_info_item .social_link.twitter {
          background: url("/assets/cabinet/twitter_icon-b541bd7294005ec287e2479c12ee37902fcc7de5c26841d8658fc8f940f24838.png") center center no-repeat;
          background-size: 16px;
          margin-left: -1px; }
        .referral .referral_info .referral_info_item .social_link.pinterest {
          background: url("/assets/cabinet/pinterest_icon-041108c362c3e8e0cc0ed8a591abfd682b126871f48116adde583b910a6a3433.png") center center no-repeat;
          background-size: 14px;
          margin-left: -1px; }
  .referral .referral_code {
    box-shadow: inset 3px 0 6px #dde1ea, inset -3px 0 6px #dde1ea;
    background-color: #e9ecf3;
    border-top: #ff7f0d 2px solid;
    float: right;
    width: 235px;
    margin-right: 28px;
    text-align: center;
    padding: 12px 0; }
    .referral .referral_code h3 {
      border-bottom: #cfd4e2 1px solid;
      color: #486c7b;
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      padding-bottom: 6px; }
    .referral .referral_code p {
      box-shadow: 0 0 8px #d4d8e1;
      -moz-box-shadow: 0 0 8px #d4d8e1;
      -webkit-box-shadow: 0 0 8px #d4d8e1;
      background-color: #fff;
      color: #ef602e;
      font-size: 16px;
      font-weight: bold;
      width: 90%;
      padding: 7px 0;
      margin: 18px auto 0; }
  .referral .referral_link {
    margin-top: 12px; }
    .referral .referral_link i {
      color: #486c7b;
      display: block;
      font-size: 15px;
      margin-bottom: 10px; }
    .referral .referral_link input:not([type="submit"]) {
      width: 90%;
      margin-bottom: 7px; }
      .referral .referral_link input:not([type="submit"]):last-child {
        margin-bottom: 0; }

.affilate_program .table_filters .table_filters_dates .table_date_item {
  margin-left: 10px; }
  .affilate_program .table_filters .table_filters_dates .table_date_item label {
    margin-left: 0; }
  .affilate_program .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
    width: 116px; }
.affilate_program .table_filters .table_filters_level {
  float: left;
  margin-left: 30px; }
  .affilate_program .table_filters .table_filters_level .table_level_item {
    float: left; }
    .affilate_program .table_filters .table_filters_level .table_level_item .checker {
      width: 20px;
      height: 20px;
      float: left;
      margin-top: 5px; }
      .affilate_program .table_filters .table_filters_level .table_level_item .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .affilate_program .table_filters .table_filters_level .table_level_item .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .affilate_program .table_filters .table_filters_level .table_level_item label {
      float: left;
      line-height: 30px; }
.affilate_program .table_search .button {
  display: none; }
.affilate_program table {
  text-align: center; }
  .affilate_program table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px; }

.comission_grows > p {
  color: #646c70;
  font-size: 14px;
  line-height: 18px;
  padding: 0 2%; }

.order_view .content {
  width: 652px;
  float: left; }
.order_view .order_view_item {
  margin: 0 2%; }
  .order_view .order_view_item ul li:after {
    content: '';
    display: block;
    clear: both; }
  .order_view .order_view_item ul li.order_event .order_event_info .order_event_item {
    overflow: hidden;
    clear: both;
    padding: 6px 0 2px; }
    .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file_list {
      float: left;
      width: 60%;
      max-width: 400px; }
    .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file {
      color: #93999c;
      padding: 2px 0 2px 0; }
      .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file a {
        color: #19a1e5;
        max-width: 83%;
        display: inline-block;
        vertical-align: top;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
    .order_view .order_view_item ul li.order_event .order_event_info .order_event_item > span {
      color: #646c70;
      float: left;
      max-width: 190px;
      width: 40%;
      font-size: 15px;
      margin-right: 10px; }
    .order_view .order_view_item ul li.order_event .order_event_info .order_event_item > p {
      width: 60%;
      color: #93999c;
      float: left;
      word-break: break-all; }
  .order_view .order_view_item ul li.order_event.hidden {
    display: none; }
.order_view .content_title {
  margin: 20px 2%; }

.order_view_title {
  display: table;
  width: 100%; }
  .order_view_title .order_view_name {
    display: table-cell;
    vertical-align: middle;
    color: #54718c;
    font-style: italic;
    font-size: 18px;
    padding: 16px 2%; }
    .order_view_title .order_view_name h2 {
      font-size: 18px;
      word-break: break-all; }
  .order_view_title .order_view_feedback {
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .order_view_title .order_view_feedback > .controller > .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      max-width: 110px;
      width: 80%;
      margin: 0 auto; }
      .order_view_title .order_view_feedback > .controller > .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .order_view_title .order_view_feedback > .controller > .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

.order_improvements {
  width: 100%;
  margin: 0 0 15px;
  clear: both;
  display: block;
  padding: 0 2%; }
  .order_improvements .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #43b0d9;
    background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
    background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
    width: 45%; }
    .order_improvements .button:hover {
      background: #5dbce0;
      background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
      background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
    .order_improvements .button:active {
      background: #3499be;
      background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
      background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

@keyframes spin-item {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  to {
    transform: rotate3d(0, 0, 1, 360deg); } }
.my_order_payment_processing,
.order_view_payment_processing {
  background-color: #F3FFF8;
  font-size: 13px;
  line-height: 18px;
  color: #757677;
  padding: 5px; }
  .my_order_payment_processing:before,
  .order_view_payment_processing:before {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    animation: spin-item 1s linear infinite;
    background: url(/assets/cabinet/payment_processing_loader_icon.svg) center/24px no-repeat; }
  .my_order_payment_processing p,
  .order_view_payment_processing p {
    display: inline-block;
    vertical-align: middle; }
  .my_order_payment_processing b,
  .order_view_payment_processing b {
    font-size: 16px;
    line-height: 20px;
    color: #389C5E;
    display: block; }

.my_order_details .my_order_payment_processing {
  display: inline-block;
  width: 100%;
  padding: 5px 5px; }

.order_file_info {
  background-color: #e0eaee;
  overflow: hidden;
  padding: 3px 2%; }

.order_info_item {
  border-right: #9ab8c4 1px solid;
  color: #646c70;
  float: left;
  padding: 5px 0; }
  .order_info_item b {
    font-weight: normal; }
  .order_info_item strong {
    color: #2f8550;
    font-weight: normal; }
  .order_info_item:first-child {
    width: 17.5%; }
  .order_info_item:nth-child(2) {
    width: 27.5%;
    text-align: center; }
  .order_info_item:nth-child(3) {
    border-right: none;
    width: 55%;
    text-align: center; }

.order_view_item > i {
  color: #58a525;
  display: block;
  font-size: 16px;
  margin-bottom: 8px; }
  .order_view_item > i + ul {
    margin-bottom: 10px; }
.order_view_item ul {
  list-style: none;
  line-height: 17px; }
  .order_view_item ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px; }
    .order_view_item ul li > span {
      color: #646c70;
      float: left;
      max-width: 190px;
      width: 40%;
      font-size: 15px;
      margin-right: 10px; }
    .order_view_item ul li > p {
      width: 60%;
      color: #93999c;
      float: left;
      word-break: break-all; }
    .order_view_item ul li .tooltip {
      float: left;
      margin: 3px 0 0 10px; }
    .order_view_item ul li .checker {
      width: 20px;
      height: 20px;
      float: left; }
      .order_view_item ul li .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .order_view_item ul li .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }

.show_all_events {
  color: #19a1e5; }
  .show_all_events:hover {
    text-decoration: none; }

.order_view_special {
  float: left;
  font-style: italic;
  line-height: 22px; }
  .order_view_special .checker {
    margin-right: 10px; }
  .order_view_special span {
    color: #58a525;
    float: left;
    width: 90px;
    position: relative; }
    .order_view_special span i {
      color: #969696;
      display: block;
      font-size: 12px;
      position: absolute;
      top: 14px;
      left: 0;
      width: 100%; }
  .order_view_special p {
    color: #ff6e3b;
    float: left;
    position: relative; }
    .order_view_special p i {
      color: #969696;
      display: block;
      font-size: 12px;
      position: absolute;
      top: 14px;
      left: 0;
      width: 82px; }
  .order_view_special .tooltip {
    float: left; }

.order_view_total_price {
  color: #4c575c;
  font-size: 15px;
  display: inline-block;
  width: 100%; }
  .order_view_total_price span {
    color: #646c70;
    float: left;
    max-width: 190px;
    width: 40%;
    font-size: 15px;
    margin-right: 10px; }
  .order_view_total_price p {
    float: left;
    font-style: italic;
    font-size: 16px; }
  .order_view_total_price .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    float: left;
    max-width: 192px;
    width: 30%;
    margin: -7px 0 0 10%; }
    .order_view_total_price .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .order_view_total_price .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.order_view_completed {
  background: #dfffdf;
  background: -moz-linear-gradient(left, #dfffdf 0%, #f0fff0 100%);
  background: -webkit-linear-gradient(left, #dfffdf 0%, #f0fff0 100%);
  background: linear-gradient(to right, #dfffdf 0%, #f0fff0 100%);
  padding: 8px 2%; }
  .order_view_completed h2 {
    color: #619f61;
    font-size: 18px;
    font-style: italic; }
  .order_view_completed span {
    color: #646c70; }
    .order_view_completed span a {
      color: #19a1e5;
      margin-left: 0.3em; }
      .order_view_completed span a:hover {
        text-decoration: none; }
  .order_view_completed > a {
    color: #43b0d9; }

.order_view_payment {
  background: #fee2de;
  background: -moz-linear-gradient(left, #fee2de 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #fee2de 0%, #fff 100%);
  background: linear-gradient(to right, #fee2de 0%, #fff 100%);
  padding: 8px 2%;
  display: table;
  width: 100%;
  font-style: italic; }
  .order_view_payment span {
    color: #454f61;
    font-size: 18px; }
  .order_view_payment p {
    color: #ff713c; }
  .order_view_payment .order_view_payment_content {
    display: table-cell;
    vertical-align: middle; }
  .order_view_payment .order_view_payment_link {
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    text-align: center; }
  .order_view_payment .button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    box-shadow: 0 3px 4px #e6eef1;
    -moz-box-shadow: 0 3px 4px #e6eef1;
    -webkit-box-shadow: 0 3px 4px #e6eef1;
    background: #ff733e;
    background: -moz-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: -webkit-linear-gradient(top, #ff733e 0%, #ff6938 100%);
    background: linear-gradient(to bottom, #ff733e 0%, #ff6938 100%);
    width: 110px;
    display: inline-block; }
    .order_view_payment .button:hover {
      background: #f88356;
      background: -moz-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: -webkit-linear-gradient(top, #f88356 0%, #f8774e 100%);
      background: linear-gradient(to bottom, #f88356 0%, #f8774e 100%); }
    .order_view_payment .button:active {
      background: #f56731;
      background: -moz-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: -webkit-linear-gradient(top, #f56731 0%, #f35d2d 100%);
      background: linear-gradient(to bottom, #f56731 0%, #f35d2d 100%); }

.non_deleteable_papers p {
  color: #93999c;
  margin-bottom: 5px; }

@media screen and (min-width: 768px) and (max-width: 980px) {
  .container.container_cabinet .cabinet {
    padding-left: 10px;
    padding-right: 10px; }

  .cabinet div.star-rating {
    background-size: 18px;
    width: 18px;
    height: 16px;
    margin: 0 1px 0 1px; }
    .cabinet div.star-rating a {
      background-size: 18px;
      width: 18px; }
    .cabinet div.star-rating-on a {
      background-position: 0 bottom !important; }
    .cabinet div.star-rating-hover a {
      background-position: 0 bottom; }
  .cabinet div .rating-cancel + .star-rating {
    margin: 0 1px 0 0; }
  .cabinet .sidebar {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 0;
    margin-top: 20px; }
  .cabinet .widget {
    width: 100%; }

  .new_order .content {
    width: 100%; }

  .cabinet_nav_content ul li a span.notify {
    background: #fff;
    box-shadow: 0 2px 3px #ccc;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding-right: 0;
    right: 2px; }

  .cabinet .field_item .field_phone_number_item.phone_number {
    width: 53.3%; }

  .order_view .content .latest_order .container {
    max-width: 100%;
    padding: 0 10px; }
  .order_view .content .latest_order_content {
    padding: 10px 0; }

  .my_order table.my_order_completed tr td:nth-child(6) > .rating_wrapper > .controller > .my_rating .ng-rating {
    background-size: 16px;
    width: 16px;
    height: 14px;
    margin: 0 -1px; }
  .my_order table.my_order_completed tr td:nth-child(6) .controller > .button {
    width: 90%;
    font-size: 13px; }

  .my_order_payment .button {
    font-size: 12px; }

  .feedback_table .feedback_my .controller > .my_rating .ng-rating {
    background-size: 18px;
    width: 18px;
    height: 16px;
    margin: 0 -1px; }
  .feedback_table .feedback_my .controller > .button {
    width: 95%;
    font-size: 14px; }

  .feedback_writer_info .button {
    width: 31%; }
  .feedback_writer_info .feedback_writer_description .writers_rank .star-rating-control {
    margin-top: 4px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: top; }

  .order_view .content {
    width: 100%; }

  .order_view_feedback div.star-rating {
    background-size: 24px;
    width: 24px;
    height: 22px;
    margin: 0 2px 0 2px; }
    .order_view_feedback div.star-rating a {
      background-size: 24px;
      width: 24px; }
    .order_view_feedback div.star-rating-on a {
      background-position: 0 bottom !important; }
    .order_view_feedback div.star-rating-hover a {
      background-position: 0 bottom; }
  .order_view_feedback div .rating-cancel + .star-rating {
    margin: 0 2px 0 0; }

  .discount_progress {
    width: 700px; }

  .discount_value .progress_info_item {
    margin-left: 85px; }

  .progress_bar {
    width: 580px; }

  .progress_price .progress_info_item {
    margin-left: 85px; }

  .discount_components .widget {
    max-width: 447px;
    margin-bottom: 30px; }
    .discount_components .widget:last-child {
      margin-bottom: 0; }

  .cabinet .table_filters .table_filters_dates {
    float: right; }
  .cabinet .table_filters .table_search {
    width: 100%;
    margin-top: 20px; }
    .cabinet .table_filters .table_search input:not([type="submit"]) {
      width: 77%; }
    .cabinet .table_filters .table_search .button {
      float: right; }

  .referral .referral_code {
    margin-right: 0; }
  .referral .referral_info .referral_info_item input:not([type="submit"]) {
    width: 182px;
    margin-right: 10px; }

  .cabinet .table_filters .table_filters_dates .button {
    margin-left: 8px; } }
@media screen and (min-width: 640px) and (max-width: 767px) {
  .container.container_cabinet {
    padding-left: 0;
    padding-right: 0; }
    .container.container_cabinet .cabinet {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .container.container_cabinet .cabinet > div:not(.cabinet_nav_current) > .content, .container.container_cabinet .cabinet > div:not(.cabinet_nav) > .content, .container.container_cabinet .cabinet > div:not(.my_order) > .content {
        padding-left: 10px;
        padding-right: 10px; }

  .cabinet {
    margin-top: 0;
    position: relative;
    min-height: auto; }
    .cabinet .content {
      border: none; }
      .cabinet .content > p {
        padding: 0;
        line-height: 36px; }
    .cabinet .content_title {
      padding-bottom: 20px;
      margin: 30px 2%; }
      .cabinet .content_title h1,
      .cabinet .content_title h2,
      .cabinet .content_title h3 {
        font-size: 36px; }
      .cabinet .content_title i {
        font-size: 32px; }
    .cabinet .widget {
      width: 100%; }
    .cabinet .widget_order_summary {
      display: none; }
    .cabinet .sidebar {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 10px;
      margin-top: 40px; }
    .cabinet .total_line span {
      font-size: 34px;
      line-height: 58px; }
    .cabinet .content_title {
      margin: 30px 0; }
    .cabinet .field_error .validation_error {
      font-size: 22px; }
    .cabinet .pagination ul li span.current {
      background-color: #dfe6e9;
      color: #929ca1;
      display: block;
      width: 45px;
      height: 45px;
      line-height: 45px; }
    .cabinet .pagination ul li span:not(.pag_prev):not(.pag_next):not(.current) {
      display: none; }
    .cabinet .pagination ul li span.pag_prev {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100px; }
    .cabinet .pagination ul li span.pag_next {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100px; }
    .cabinet .total_line {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      .cabinet .total_line span {
        float: none;
        display: block; }
      .cabinet .total_line .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        width: 100%; }

  body.show_popup {
    position: fixed;
    width: 100%; }

  .popup.info_account {
    width: 90%; }
    .popup.info_account .popup_title {
      padding: 20px 10px; }
    .popup.info_account .buttons .button.blue {
      margin-bottom: 15px; }
    .popup.info_account .buttons .button.blue,
    .popup.info_account .buttons .button.yellow {
      width: 100%;
      display: block; }

  .remove_data_block {
    margin-top: 0; }
    .remove_data_block .button {
      width: 100%; }
    .remove_data_block .download_button {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%; }
      .remove_data_block .download_button .field_tooltip {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 9px; }
      .remove_data_block .download_button p {
        max-width: 85%; }
      .remove_data_block .download_button .button {
        background: none;
        width: 85%; }
    .remove_data_block .button.blue {
      background: none; }

  .desktop-visible {
    display: none !important; }

  .cabinet .order_view h3 .field_tooltip,
  .free_qoute .field_item.field_uploader label .field_tooltip,
  .new_order .field_item.field_add_materials label .field_tooltip {
    display: inline-block;
    vertical-align: top;
    float: none; }

  .order_view .content .latest_order {
    margin: 0 0 20px; }
    .order_view .content .latest_order_top {
      margin-bottom: 25px;
      height: auto;
      flex-direction: column;
      align-items: flex-start;
      border-bottom: none; }
    .order_view .content .latest_order_title {
      margin-bottom: 12px; }
    .order_view .content .latest_order .container {
      padding: 0; }
    .order_view .content .latest_order_content {
      height: auto;
      margin-bottom: 10px;
      padding: 10px 0 0; }
    .order_view .content .latest_order_btns {
      width: 100%; }
      .order_view .content .latest_order_btns .btn {
        width: 50%;
        border-bottom: 1px solid #D5E4EA; }
    .order_view .content .latest_order .btn_resize {
      margin: 0 0 0 40px; }
  .order_view .content .files_block .container,
  .order_view .content .papers_block .container {
    padding: 0; }
  .order_view .content .files_block_status,
  .order_view .content .papers_block_status {
    margin-right: 5px; }
  .order_view .content .files_block_date,
  .order_view .content .papers_block_date {
    margin-right: 4px; }
  .order_view .content .files_block_size,
  .order_view .content .papers_block_size {
    padding-left: 6px; }
  .order_view .content .files_block_uploader,
  .order_view .content .papers_block_uploader {
    width: 100%; }
  .order_view .content .btn_upload {
    max-width: 100%; }
    .order_view .content .btn_upload label {
      width: 100%; }
  .order_view .content .new_uploaded_body {
    padding: 0 10px; }
    .order_view .content .new_uploaded_body .btn_green,
    .order_view .content .new_uploaded_body .btn_blue {
      max-width: 48%; }
  .order_view .content .files_block_top,
  .order_view .content .papers_block_top {
    margin-bottom: 15px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none; }
  .order_view .content .files_block_title,
  .order_view .content .papers_block_title {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E8EB; }
    .order_view .content .files_block_title .field_tooltip,
    .order_view .content .papers_block_title .field_tooltip {
      margin-left: 10px; }
  .order_view .content .files_block_title {
    margin-bottom: 8px; }
  .order_view .content .files_block_body {
    margin-top: 0; }

  .ppp-overlay.__shown {
    margin: 0 0 14px; }

  .ppp-wrapper {
    padding: 10px; }
    .ppp-wrapper .ppp-pane:before {
      margin-right: 10px; }

  .footer + .ppp-overlay.__shown {
    margin: 0; }
    .footer + .ppp-overlay.__shown .ppp-wrapper {
      border: none; }

  .ppp-link {
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #1DAC33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }

  .cabinet_nav_current {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
    z-index: 10; }
    .cabinet_nav_current a {
      background-color: #979494;
      color: #fff;
      display: block;
      font-weight: bold;
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      padding: 20px 3%;
      text-decoration: none; }
    .cabinet_nav_current b {
      background-image: url("/assets/cabinet/nav_arrow-8bc887c6f79fd745f8dd0d17ead7ee399f7a266f966ffa9d6e8ac6f16b21382b.png");
      background-size: 36px;
      background-repeat: no-repeat;
      background-color: #646262;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      width: 80px;
      height: 100%; }

  .cabinet_nav {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 78px; }
    .cabinet_nav i {
      padding: 0 2%;
      text-align: left;
      position: absolute;
      top: 0;
      z-index: 1;
      font-size: 24px; }

  .cabinet_nav_content {
    position: relative;
    z-index: 5; }
    .cabinet_nav_content ul {
      background-color: #979494;
      display: none; }
      .cabinet_nav_content ul li {
        border: none;
        border-bottom: #6f6d6d 1px solid;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: -1px;
        height: auto; }
        .cabinet_nav_content ul li:first-child, .cabinet_nav_content ul li:last-child {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px; }
        .cabinet_nav_content ul li:nth-child(3) a span.bell {
          left: 240px; }
        .cabinet_nav_content ul li a {
          color: #fff;
          font-weight: bold;
          text-align: left;
          font-size: 30px;
          text-transform: uppercase;
          padding: 20px 3%; }
          .cabinet_nav_content ul li a span.bell {
            background: url("/assets/cabinet/bell_mobile_icon-6bfdd8e0841c050de0af6084026a68c9f23dd365997040838d80053cf0570382.png") no-repeat;
            background-position: center center;
            background-size: 52px;
            width: 52px;
            height: 52px;
            position: absolute;
            display: inline-block;
            top: 12px;
            left: 320px; }
          .cabinet_nav_content ul li a span.notify {
            background: url("/assets/cabinet/email_mobile_icon-92873e00ee0ef7e76d1d2ed92e8df91c1596f8991381bbee31689262dd111a50.png") no-repeat;
            background-position: center center;
            background-size: 52px;
            font-size: 20px;
            color: #fff;
            width: 52px;
            height: 52px;
            line-height: 52px;
            position: absolute;
            display: inline-block;
            padding-right: 6px;
            top: 12px;
            left: 240px;
            text-shadow: 1px 0px 1px #d18530; }

  .chat .widget_title h2 {
    font-size: 36px; }
    .chat .widget_title h2 span {
      background-size: 34px;
      padding-left: 50px; }

  .chat_item .chat_info {
    width: 144px;
    padding-right: 24px; }
    .chat_item .chat_info span {
      font-size: 22px;
      margin-top: 6px; }
  .chat_item .chat_message {
    width: calc(100% - 144px); }
    .chat_item .chat_message p {
      font-size: 24px;
      line-height: 32px; }
  .chat_item .chat_message_item:before {
    border-width: 12px 12px 12px 0;
    top: 20px; }
  .chat_item.chat_user .chat_message_item:before {
    border-width: 12px 0 12px 12px; }
  .chat_item .chat_info i {
    background-position: center top;
    background-size: 108px;
    font-size: 18px;
    line-height: 22px; }

  .nano .nano-content {
    padding: 15px 2%; }

  .chat_form textarea {
    margin: 50px auto 60px;
    height: 86px; }
  .chat_form .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px; }

  .cabinet .widget_life_time .widget_title h2 {
    font-size: 32px;
    padding-bottom: 6px; }
  .cabinet .life_time_item {
    padding-left: 11%; }
    .cabinet .life_time_item:before {
      display: none; }
    .cabinet .life_time_item.active:after {
      background: url("/assets/cabinet/life_time_check_mobile-c79b37db1f6079a70e9cd827ed1bedbb0e0dfda25018290ec25b16bae8049ffa.png") no-repeat;
      background-size: 34px;
      top: 50%;
      width: 34px;
      height: 34px;
      margin-top: -18px;
      left: 2%; }
  .cabinet .life_time_description span {
    font-size: 32px; }
  .cabinet .life_time_description p {
    font-size: 24px;
    line-height: 24px; }
  .cabinet .life_time_procent {
    width: 24%; }
    .cabinet .life_time_procent span {
      font-size: 32px; }

  .widget.widget_one_time .widget_title h2 {
    font-size: 32px;
    padding-bottom: 6px; }

  .one_time_item .one_time_description {
    padding: 34px 1% 16px 1%; }
    .one_time_item .one_time_description i {
      line-height: 32px; }
    .one_time_item .one_time_description p {
      font-size: 40px; }
  .one_time_item .one_time_discount span {
    font-size: 28px;
    line-height: 76px; }
    .one_time_item .one_time_discount span strong {
      width: 76px;
      height: 76px;
      font-size: 22px; }
  .one_time_item .one_time_discount .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    width: 100%; }

  .many_time .one_time_item {
    padding-bottom: 24px; }
    .many_time .one_time_item .one_time_description p {
      font-size: 30px; }
    .many_time .one_time_item .one_time_description i {
      font-size: 24px; }
    .many_time .one_time_item .one_time_discount {
      padding-top: 20px; }
      .many_time .one_time_item .one_time_discount span {
        font-size: 30px;
        line-height: 30px;
        margin-top: 12px; }

  .no_discounts {
    font-size: 36px;
    padding: 89px 0; }

  .new_order {
    margin-top: 40px; }
    .new_order .content {
      width: 100%; }
    .new_order .tab_content {
      padding: 0; }
    .new_order .content .tabs:not(.tabs_customer) > .tab_item {
      border: none;
      margin-top: 16px;
      padding-top: 16px; }
    .new_order .remind_link {
      position: static;
      margin-left: 0; }
    .new_order .button_chat {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .new_order .field_item {
      max-width: 100%;
      width: 100%;
      float: left;
      clear: both; }
      .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title {
        max-width: 100%;
        margin-left: 0; }
      .new_order .field_item > label,
      .new_order .field_item .order-pages-num > label,
      .new_order .field_item .order-words-num > label {
        width: 100%;
        font-size: 28px;
        text-align: left;
        padding-right: 0;
        float: left;
        line-height: 36px;
        position: relative; }
        .new_order .field_item > label i,
        .new_order .field_item .order-pages-num > label i,
        .new_order .field_item .order-words-num > label i {
          font-size: 24px;
          position: relative;
          top: 0; }
      .new_order .field_item.field_restore_password .button:first-child {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        width: 300px;
        margin-left: 0px; }
      .new_order .field_item.field_restore_password .button:last-child {
        font-size: 32px;
        line-height: 90px; }
      .new_order .field_item.field_restore_password span {
        line-height: 90px;
        margin: 0 30px; }
      .new_order .field_item.field_additions > label {
        width: 320px;
        margin-bottom: 12px; }
        .new_order .field_item.field_additions > label b {
          position: relative; }
      .new_order .field_item.field_additions .checker {
        clear: both; }
      .new_order .field_item .spinner_wrapper {
        width: 348px; }
      .new_order .field_item .field_additions_content {
        overflow: visible;
        float: left;
        width: 93%;
        line-height: 40px; }
        .new_order .field_item .field_additions_content i {
          font-size: 22px; }
        .new_order .field_item .field_additions_content p {
          background-size: 120px;
          width: 264px; }
        .new_order .field_item .field_additions_content .field_tooltip {
          margin-top: 0; }
      .new_order .field_item .checker {
        width: 40px;
        height: 40px; }
        .new_order .field_item .checker span {
          background-size: 40px;
          width: 40px;
          height: 40px; }
          .new_order .field_item .checker span input[type="checkbox"] {
            width: 40px;
            height: 40px; }
      .new_order .field_item input:not([type="submit"]) {
        float: left;
        width: 100%; }
      .new_order .field_item textarea {
        width: 100%;
        height: 140px; }
      .new_order .field_item .field_tooltip {
        margin: 12px 0 0 10px; }
      .new_order .field_item .field_error {
        float: left;
        width: 100%; }
        .new_order .field_item .field_error input:not([type="submit"]) {
          width: 100%; }
        .new_order .field_item .field_error textarea {
          width: 100%; }
        .new_order .field_item .field_error .select2-container {
          min-width: 100%;
          max-width: 100%; }
      .new_order .field_item .select2-container {
        float: left;
        min-width: 100%;
        max-width: 100%; }
        .new_order .field_item .select2-container + .field_error {
          margin-left: 0px; }
      .new_order .field_item.field_select_currency, .new_order .field_item.field_choice_service, .new_order .field_item.field_select_method {
        max-width: 100%; }
      .new_order .field_item.field_numbers_sources .checker {
        width: 40px;
        height: 40px;
        margin: 10px 0 0 20px; }
        .new_order .field_item.field_numbers_sources .checker span {
          background-size: 40px;
          width: 40px;
          height: 40px; }
          .new_order .field_item.field_numbers_sources .checker span input[type="checkbox"] {
            width: 40px;
            height: 40px; }
      .new_order .field_item.field_numbers_sources .field_not_need label {
        font-size: 28px;
        line-height: 60px; }
      .new_order .field_item.field_numbers_of {
        max-width: 100%; }
        .new_order .field_item.field_numbers_of .order-pages-num > label,
        .new_order .field_item.field_numbers_of .order-words-num > label {
          line-height: 28px;
          margin-bottom: 10px; }
        .new_order .field_item.field_numbers_of .field_error {
          width: 348px; }
          .new_order .field_item.field_numbers_of .field_error .validation_error {
            width: 100%;
            max-width: 640px;
            min-width: 320px; }
        .new_order .field_item.field_numbers_of .radio_buttons {
          margin-top: 30px;
          width: 100%;
          display: flex;
          margin-left: 0; }
          .new_order .field_item.field_numbers_of .radio_buttons .ui-state-default {
            width: 100%;
            height: 60px;
            line-height: 60px; }
      .new_order .field_item.field_select_currency .radio_buttons {
        display: flex; }
        .new_order .field_item.field_select_currency .radio_buttons .ui-state-default {
          width: 100%;
          height: 60px;
          line-height: 60px; }
      .new_order .field_item.field_preferred {
        width: 100%;
        float: none;
        max-width: 100%; }
        .new_order .field_item.field_preferred > label i {
          bottom: inherit;
          background-size: 248px;
          top: -4px;
          font-size: 20px;
          width: 248px;
          left: 10px; }
        .new_order .field_item.field_preferred .field_preferred_content {
          overflow: visible;
          width: 100%;
          display: inline-block; }
        .new_order .field_item.field_preferred input:not([type="submit"]) {
          width: 90%; }
        .new_order .field_item.field_preferred .field_error {
          width: 90%; }
          .new_order .field_item.field_preferred .field_error input:not([type="submit"]) {
            width: 100%; }
        .new_order .field_item.field_preferred .field_button {
          background-size: 28px !important;
          width: 28px;
          height: 28px;
          margin: 16px 0 0 20px; }
        .new_order .field_item.field_preferred .field_preferred_item {
          width: 90%; }
        .new_order .field_item.field_preferred .field_tooltip {
          margin-right: 10px; }
      .new_order .field_item.field_discount_code input:not([type="submit"]) {
        width: 100%; }
      .new_order .field_item.field_discount_code .field_error {
        width: 100%; }
        .new_order .field_item.field_discount_code .field_error input:not([type="submit"]) {
          width: 100%; }
      .new_order .field_item.field_uploader > label, .new_order .field_item.field_writer_type > label {
        display: none; }
      .new_order .field_item .field_phone_number_item.country_code {
        width: 22%; }
        .new_order .field_item .field_phone_number_item.country_code:before {
          font-size: 36px;
          line-height: 60px; }
        .new_order .field_item .field_phone_number_item.country_code input:not([type="submit"]) {
          padding-left: 48px; }
        .new_order .field_item .field_phone_number_item.country_code .country_flag {
          top: 14px;
          left: 36px; }
      .new_order .field_item .field_phone_number_item.state_area_code {
        width: 20%; }
      .new_order .field_item .field_phone_number_item.phone_number {
        width: 75%; }
      .new_order .field_item.field_night_call {
        margin: 10px 0 30px 0;
        max-width: 100%; }
        .new_order .field_item.field_night_call label {
          float: left;
          width: auto;
          line-height: 40px;
          margin-right: 10px; }
        .new_order .field_item.field_night_call .field_tooltip {
          margin: 6px 0 0 18px; }
      .new_order .field_item.field_writer_type .field_writer_type_item {
        clear: both;
        float: left;
        margin-right: 0;
        margin-bottom: 20px; }
        .new_order .field_item.field_writer_type .field_writer_type_item label {
          font-size: 28px; }
          .new_order .field_item.field_writer_type .field_writer_type_item label i {
            font-size: 24px; }
        .new_order .field_item.field_writer_type .field_writer_type_item .radio {
          display: inline-block;
          vertical-align: middle; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span {
            background: url("/assets/cabinet/writer_type_radio-f0a44db81c7c80a1ab96f0c74aff5ef559a91d63551cb70daf6a7b2285bc8c84.png") no-repeat;
            background-size: 72px;
            display: block;
            width: 72px;
            height: 72px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span.checked {
              background-position: 0 -72px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span input:not([type="submit"]) {
              outline: none;
              width: 72px;
              height: 72px; }
      .new_order .field_item.field_urgent {
        max-width: 100%; }
      .new_order .field_item.field_save label {
        width: auto;
        line-height: 60px;
        margin-right: 20px; }
      .new_order .field_item.field_save p {
        font-size: 28px;
        line-height: 60px; }
      .new_order .field_item.field_writer_level {
        margin-bottom: 20px; }
      .new_order .field_item .files_uploader {
        width: 100%; }
        .new_order .field_item .files_uploader .button {
          max-width: 100%;
          height: 90px;
          line-height: 90px;
          font-size: 36px; }
          .new_order .field_item .files_uploader .button:before {
            background-size: 66px;
            width: 66px;
            height: 50px;
            margin-top: -25px;
            left: 60px; }
        .new_order .field_item .files_uploader .files_list {
          width: 100%; }
      .new_order .field_item .radio_buttons {
        width: 100%; }
      .new_order .field_item.field_choice_service > label {
        margin: 16px 0; }
      .new_order .field_item .choice_service {
        margin-left: 0; }
        .new_order .field_item .choice_service .choice_service_item {
          line-height: 40px;
          margin-bottom: 30px; }
          .new_order .field_item .choice_service .choice_service_item .checker {
            width: 40px;
            height: 40px; }
            .new_order .field_item .choice_service .choice_service_item .checker span {
              background-size: 40px;
              width: 40px;
              height: 40px; }
              .new_order .field_item .choice_service .choice_service_item .checker span input[type="checkbox"] {
                width: 40px;
                height: 40px; }
        .new_order .field_item .choice_service .choice_service_check {
          margin: 50px 0 20px 0; }
          .new_order .field_item .choice_service .choice_service_check > label {
            width: 100%;
            text-align: left;
            margin-bottom: 10px; }
    .new_order .field_total_price {
      padding: 28px 0; }
      .new_order .field_total_price > div {
        width: 100%;
        text-align: center;
        margin-left: 0; }
        .new_order .field_total_price > div.button-block {
          width: 96%; }
      .new_order .field_total_price p {
        font-size: 34px;
        line-height: 68px; }
        .new_order .field_total_price p + p {
          font-size: 34px;
          line-height: 68px; }
    .new_order .field_total_price {
      text-align: center; }
      .new_order .field_total_price .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        max-width: 96%;
        margin: 0 auto; }
        .new_order .field_total_price .button.button_proceed:before {
          background-size: 24px;
          width: 24px;
          height: 32px;
          margin-top: -16px;
          right: 60px; }
      .new_order .field_total_price .pp_express_submit {
        max-width: 96%;
        margin: 0 auto; }
    .new_order .field_badge {
      top: -10px;
      right: -40px; }
    .new_order .field_title {
      font-size: 28px;
      margin-bottom: 16px; }
    .new_order .field_agree .checker {
      width: 40px;
      height: 40px;
      margin-left: 0; }
      .new_order .field_agree .checker span {
        background-size: 40px;
        width: 40px;
        height: 40px; }
        .new_order .field_agree .checker span input[type="checkbox"] {
          width: 40px;
          height: 40px; }
    .new_order .field_agree label {
      display: inline;
      font-size: 24px; }
    .new_order .field_agree .validation_error {
      padding-left: 0; }
    .new_order .tabs_customer_title {
      padding: 16px 0; }
      .new_order .tabs_customer_title h3 {
        font-size: 32px; }
    .new_order .payment_order_description ul {
      width: 100%; }
      .new_order .payment_order_description ul + ul {
        margin-bottom: 24px; }
      .new_order .payment_order_description ul:first-child {
        border-bottom: #c0d0d7 1px solid;
        width: 100%;
        padding-bottom: 24px;
        margin-bottom: 24px; }
        .new_order .payment_order_description ul:first-child:before {
          display: none; }
      .new_order .payment_order_description ul li {
        margin-bottom: 4px; }
        .new_order .payment_order_description ul li:last-child {
          margin-bottom: 0; }
    .new_order .payment_order_description .payment_order_info p {
      line-height: 40px; }

  .tab_finish {
    padding: 0; }

  .tab_finish_title h2 {
    font-size: 36px; }
  .tab_finish_title span {
    font-size: 32px; }

  .tab_finish_summary h2 {
    font-size: 32px;
    margin-bottom: 20px; }
  .tab_finish_summary > ul {
    width: 100%;
    margin: 0; }
    .tab_finish_summary > ul > li p strong {
      font-size: 24px; }

  .finish_total {
    background-color: #d8e8ee;
    padding-top: 20px;
    padding-bottom: 20px; }
    .finish_total p {
      font-size: 32px;
      line-height: 78px; }
    .finish_total .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      max-width: 100%;
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto 30px; }

  .finish_contact {
    background-size: 150%;
    background-position: 50% top;
    height: 234px; }
    .finish_contact .finish_contact_title {
      margin: 24px 0 12px 0; }
      .finish_contact .finish_contact_title span {
        font-size: 36px;
        line-height: 36px; }
      .finish_contact .finish_contact_title i {
        font-size: 26px;
        line-height: 26px; }
    .finish_contact .finish_contact_content .button {
      display: none; }
    .finish_contact .finish_contact_content > a:not(.button) {
      background-size: 64px;
      padding-left: 80px;
      line-height: 64px; }
    .finish_contact .finish_contact_content .phone_drop {
      width: 80px;
      margin: 12px 0 0 16px;
      font-size: 24px; }
      .finish_contact .finish_contact_content .phone_drop span {
        height: 40px;
        line-height: 40px;
        padding: 0 10px; }
        .finish_contact .finish_contact_content .phone_drop span:before {
          border-width: 10px 6px 0 6px;
          top: 14px;
          right: 8px; }

  .discount_message {
    width: 100%;
    font-size: 24px;
    margin-top: 6px;
    margin-left: 0; }

  .new_order.new_order_payment .field_item.field_additions {
    max-width: 100%;
    margin-left: 0; }
    .new_order.new_order_payment .field_item.field_additions > label {
      width: 100%; }

  .settings .content {
    padding-bottom: 20px; }

  .settings_item {
    margin-bottom: 40px; }
    .settings_item > .field_item {
      padding: 0; }
      .settings_item > .field_item > label {
        width: 100%;
        max-width: 100%;
        text-align: left; }
      .settings_item > .field_item.field_repeat_password > label {
        font-size: 28px;
        line-height: 40px; }
      .settings_item > .field_item > .select2-container {
        min-width: 92%;
        max-width: 92%; }
      .settings_item > .field_item > input:not([type="submit"]) {
        width: 92%; }
      .settings_item > .field_item > .field_error {
        width: 92%; }
      .settings_item > .field_item .field_tooltip {
        margin: 14px 0 0 14px; }
    .settings_item > .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      margin-left: 0;
      width: 100%;
      margin-top: 30px; }

  .settings_item > .field_item.field_profile_id {
    padding-top: 0; }

  .profile_id_wrapper {
    width: 92%; }

  .ppp-link {
    width: 100%;
    height: 38px; }

  .cabinet .comission_table {
    max-width: 100%;
    width: 100%; }
    .cabinet .comission_table thead tr th {
      font-size: 32px; }
    .cabinet .comission_table tbody tr:nth-child(2) td:first-child span, .cabinet .comission_table tbody tr:nth-child(5) td:first-child span {
      font-size: 60px; }
    .cabinet .comission_table tbody tr:first-child td {
      font-size: 26px; }

  .work_scheme_item {
    width: 100%;
    max-width: 560px;
    margin-bottom: 0; }
    .work_scheme_item p {
      font-size: 26px;
      line-height: 28px;
      margin-top: 16px; }
    .work_scheme_item .work_scheme_icon {
      width: 240px; }
    .work_scheme_item:not(:last-child) {
      margin-bottom: 120px; }
      .work_scheme_item:not(:last-child) .work_scheme_icon:before {
        background: url("/assets/cabinet/work_scheme_devider_mobile-e5da422c28437c853e7639bf794fb84488f0b55f89caa3e265bb070a55abc582.png") center bottom no-repeat;
        background-size: 38px;
        width: 40px;
        height: 52px;
        top: 100%;
        left: 50%;
        margin-left: -20px;
        margin-top: 100px; }

  .authorization_tabs .tab_item .field_item .field_phone_number_item i {
    line-height: 24px; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code {
    max-width: 21%;
    width: 21%;
    padding-left: 20px; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code:before {
      font-size: 36px;
      line-height: 60px; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code .country_flag {
      top: 14px;
      left: 30px; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code input:not([type="submit"]) {
      padding-left: 48px; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.state_area_code {
    max-width: 17.5%; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.phone_number {
    max-width: 39%; }
  .authorization_tabs .tab_item > p {
    line-height: 36px; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item {
    max-width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_item.authorization_country > label {
      width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_item.authorization_country .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > label {
      width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > p {
      background-size: 16px;
      font-size: 22px;
      margin-left: 10px;
      padding-left: 20px;
      line-height: 60px; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      max-width: 100%;
      width: 100%;
      clear: both;
      margin-top: 20px; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email input:not([type="submit"]) {
      width: 82%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email .field_error {
      width: 82%; }
  .authorization_tabs .tab_item.first .authorization_submit_block .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px; }
  .authorization_tabs .tab_item.second .field_item {
    max-width: 100%; }
    .authorization_tabs .tab_item.second .field_item > label {
      width: 100%;
      text-align: left;
      line-height: 40px; }
    .authorization_tabs .tab_item.second .field_item input:not([type="submit"]) {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item .field_error {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_block {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_item.country_code .country_flag {
      left: 28px; }
    .authorization_tabs .tab_item.second .field_item.authorization_birthday .select2-container {
      min-width: 30%;
      max-width: 30%;
      margin-right: 5%; }
      .authorization_tabs .tab_item.second .field_item.authorization_birthday .select2-container:last-child {
        margin-right: 0; }
    .authorization_tabs .tab_item.second .field_item.authorization_birthday .field_error {
      width: 30%;
      margin-right: 5%; }
      .authorization_tabs .tab_item.second .field_item.authorization_birthday .field_error:last-child {
        margin-right: 0; }
    .authorization_tabs .tab_item.second .field_item.authorization_academic_level > label {
      line-height: 40px; }
  .authorization_tabs .tab_item.third .authorization_submit_block .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px; }
  .authorization_tabs .authorization_submit_block {
    padding: 28px 0; }
    .authorization_tabs .authorization_submit_block .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 94%;
      max-width: 94%; }

  .authorization .content_title h1,
  .authorization .content_title h2 {
    width: 100%; }

  .referral .referral_code {
    margin-right: 0;
    width: 100%;
    margin-top: 30px; }
    .referral .referral_code p {
      font-size: 32px;
      width: 80%;
      padding: 20px 0;
      margin: 36px auto 0; }
  .referral .referral_info {
    width: 100%; }
    .referral .referral_info .referral_info_item {
      margin-bottom: 10px; }
      .referral .referral_info .referral_info_item p {
        border: #d5dbe5 1px solid;
        background-color: #f6f6f6;
        width: 100%;
        margin-left: 0;
        padding: 0 3%;
        font-size: 30px;
        line-height: 60px; }
      .referral .referral_info .referral_info_item input:not([type="submit"]) {
        width: 100%;
        margin-right: 0; }
      .referral .referral_info .referral_info_item span {
        width: 100%;
        text-align: left; }
      .referral .referral_info .referral_info_item .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        width: 100%;
        margin-top: 20px; }
      .referral .referral_info .referral_info_item .social_link {
        width: 33.333%;
        height: 60px; }
        .referral .referral_info .referral_info_item .social_link.twitter {
          background-size: 32px; }
        .referral .referral_info .referral_info_item .social_link.fb {
          background-size: 16px; }
        .referral .referral_info .referral_info_item .social_link.pinterest {
          background-size: 28px; }

  .affilate_program .total_line {
    margin: 0 -2%; }
  .affilate_program .table_filters .table_filters_dates .table_date_item {
    margin-left: 0; }
  .affilate_program .table_filters .table_filters_level {
    margin-left: 0;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 20px 0 16px 0; }
    .affilate_program .table_filters .table_filters_level .table_level_item {
      margin: 0 20px 0 0; }
      .affilate_program .table_filters .table_filters_level .table_level_item label {
        margin-left: 20px;
        line-height: 40px; }
      .affilate_program .table_filters .table_filters_level .table_level_item .checker {
        width: 40px;
        height: 40px;
        margin-top: 0; }
        .affilate_program .table_filters .table_filters_level .table_level_item .checker span {
          background-size: 40px;
          width: 40px;
          height: 40px; }
          .affilate_program .table_filters .table_filters_level .table_level_item .checker span input[type="checkbox"] {
            width: 40px;
            height: 40px; }
    .affilate_program .table_filters .table_filters_level + .button {
      margin-top: 10px !important; }
  .affilate_program .table_search .button {
    display: block; }

  .cabinet .affilate_program .total_line {
    background: none; }
    .cabinet .affilate_program .total_line span {
      background-color: #d3e4eb;
      margin: 0 -3%;
      padding: 20px 0; }
    .cabinet .affilate_program .total_line .button {
      margin-top: 30px; }
  .cabinet .affilate_program .table_filters .table_filters_dates .table_date_item {
    width: 47%; }
    .cabinet .affilate_program .table_filters .table_filters_dates .table_date_item + .table_date_item {
      float: right; }
  .cabinet .affilate_program .table_filters .table_filters_dates .button {
    width: 100%; }

  .order_view .content {
    width: 100%; }
  .order_view .order_view_item ul li.order_event > span {
    font-size: 14px;
    width: 36%; }
  .order_view .order_view_item ul li.order_event > p {
    font-size: 14px;
    width: 58%; }
  .order_view .order_view_item ul li.order_event .order_event_info > .order_event_item > span {
    font-size: 14px;
    width: 36%; }
  .order_view .order_view_item ul li.order_event .order_event_info > .order_event_item > p {
    font-size: 14px;
    width: 58%; }
  .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file a {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding-left: 0;
      max-width: 75%; }

  .order_view_title .order_view_name {
    font-size: 32px;
    padding: 32px 2%; }
    .order_view_title .order_view_name h2 {
      font-size: 32px; }

  .order_file_info {
    padding: 0;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .order_file_info .order_info_item {
      border-right: none;
      border-bottom: #9ab8c4 1px solid;
      width: 100%;
      padding: 8px 3%;
      text-align: left; }
      .order_file_info .order_info_item:first-child {
        border-top: #9ab8c4 1px solid; }
        .order_file_info .order_info_item:first-child span {
          padding-left: 6px;
          color: #646c70; }
          .order_file_info .order_info_item:first-child span > a {
            color: inherit;
            text-decoration: none;
            pointer-events: none; }

  .order_view_total_price span {
    font-size: 30px; }
  .order_view_total_price p {
    font-size: 30px; }
  .order_view_total_price .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    max-width: 100%;
    width: 100%;
    margin: 0; }

  .order_view_item {
    margin: 0 !important; }
    .order_view_item > i {
      font-size: 32px; }
    .order_view_item .order_event_info .order_event_item > span {
      font-size: 30px;
      margin-right: 20px;
      max-width: 380px; }
    .order_view_item .order_event_info .order_event_item > p {
      width: 50% !important; }
    .order_view_item ul li {
      margin-bottom: 20px;
      line-height: 36px; }
      .order_view_item ul li .checker {
        width: 40px;
        height: 40px; }
        .order_view_item ul li .checker span {
          background-size: 40px;
          width: 40px;
          height: 40px; }
          .order_view_item ul li .checker span input[type="checkbox"] {
            width: 40px;
            height: 40px; }
      .order_view_item ul li .tooltip {
        margin: 6px 0 0 20px;
        background-size: 30px;
        width: 30px;
        height: 30px; }
      .order_view_item ul li > p {
        width: 56%; }
      .order_view_item ul li > span {
        font-size: 30px;
        margin-right: 20px;
        max-width: 380px;
        width: 38%; }

  .order_view_special {
    line-height: 44px; }
    .order_view_special span {
      width: 110px; }
      .order_view_special span i {
        position: relative;
        top: 0;
        font-size: 20px;
        line-height: 22px; }
    .order_view_special p i {
      position: relative;
      width: 110px;
      top: 0;
      font-size: 20px;
      line-height: 22px; }

  .order_view_completed {
    padding: 10px;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .order_view_completed h2 {
      font-size: 36px; }

  .order_view_feedback div.star-rating {
    background-size: 36px;
    width: 36px;
    height: 32px;
    margin: 0 2px 0 2px; }
    .order_view_feedback div.star-rating a {
      background-size: 36px;
      width: 36px; }
    .order_view_feedback div.star-rating-on a {
      background-position: 0 bottom !important; }
    .order_view_feedback div.star-rating-hover a {
      background-position: 0 bottom; }
  .order_view_feedback div .rating-cancel + .star-rating {
    margin: 0 2px 0 0; }
  .order_view_feedback .ng-rating {
    background-size: 36px;
    width: 36px;
    height: 32px;
    margin: 0 -2px; }

  .order_view_title .order_view_feedback {
    width: 40%; }
    .order_view_title .order_view_feedback > .controller > .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      max-width: 95%;
      width: 95%; }

  .order_view_payment {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 16px 4%; }
    .order_view_payment span {
      font-size: 36px;
      line-height: 36px; }
    .order_view_payment .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 96%; }

  .order_view_payment_link {
    width: 35%; }

  .order_improvements .button_improvement {
    width: 100%; }

  .order_event_file_list {
    float: left;
    width: 100% !important;
    display: inline-block;
    max-width: 250px; }
    .order_event_file_list .order_event_file a {
      max-width: 69%;
      padding-left: 4%;
      display: inline-block;
      vertical-align: bottom;
      overflow: hidden; }

  .feedbacks .pagination {
    display: none; }
  .feedbacks.ranking .content_title h1,
  .feedbacks.ranking .content_title h2,
  .feedbacks.ranking .content_title h3 {
    padding: 0 2%; }

  .feedback_table {
    display: none; }

  .table_mobile {
    overflow: hidden;
    display: table;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 40px; }
    .table_mobile .row {
      display: table-row; }
      .table_mobile .row:first-child > div {
        border-top: #9ab8c4 1px solid; }
        .table_mobile .row:first-child > div > a {
          text-decoration: none;
          color: inherit;
          pointer-events: none; }
      .table_mobile .row > div {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: #9ab8c4 1px solid;
        border-bottom: #9ab8c4 1px solid;
        display: table-cell;
        vertical-align: middle;
        color: #646c70;
        font-size: 28px;
        padding: 10px 2%;
        width: 33.3333%; }
        .table_mobile .row > div:first-child {
          background-color: #d3e4eb;
          border-right: #9ab8c4 1px solid;
          border-bottom: #9ab8c4 1px solid;
          color: #455f76;
          font-size: 28px;
          width: 26%; }
        .table_mobile .row > div:last-child {
          border-right: none; }
        .table_mobile .row > div a {
          color: #19a1e5;
          display: block;
          word-break: break-all;
          text-decoration: none; }
        .table_mobile .row > div > .rating_wrapper {
          text-align: center; }
          .table_mobile .row > div > .rating_wrapper div.star-rating {
            background-size: 36px;
            width: 36px;
            height: 32px;
            margin: 0 2px 0 2px; }
            .table_mobile .row > div > .rating_wrapper div.star-rating a {
              background-size: 36px;
              width: 36px; }
            .table_mobile .row > div > .rating_wrapper div.star-rating-on a {
              background-position: 0 bottom !important; }
            .table_mobile .row > div > .rating_wrapper div.star-rating-hover a {
              background-position: 0 bottom; }
          .table_mobile .row > div > .rating_wrapper div .rating-cancel + .star-rating {
            margin: 0 2px 0 0; }
          .table_mobile .row > div > .rating_wrapper + a {
            text-align: center; }
        .table_mobile .row > div > .controller > .my_rating {
          text-align: center; }
          .table_mobile .row > div > .controller > .my_rating .ng-rating {
            background-size: 36px;
            width: 36px;
            height: 32px;
            margin: 0 2px; }
        .table_mobile .row > div > .controller > .button {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          color: #fff;
          cursor: pointer;
          display: block;
          font-family: 'PT Sans', sans-serif;
          text-align: center;
          text-decoration: none;
          border: none;
          outline: none;
          -webkit-appearance: none;
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          box-shadow: 0 3px 4px #e6eef1;
          -moz-box-shadow: 0 3px 4px #e6eef1;
          -webkit-box-shadow: 0 3px 4px #e6eef1;
          background: #43b0d9;
          background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
          font-size: 30px;
          height: 68px;
          line-height: 68px; }
          .table_mobile .row > div > .controller > .button:hover {
            background: #5dbce0;
            background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
          .table_mobile .row > div > .controller > .button:active {
            background: #3499be;
            background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

  .feedback_writer_info {
    padding: 6px 2% 36px 3%; }
    .feedback_writer_info .photo {
      margin-right: 28px;
      max-width: 170px; }
    .feedback_writer_info .feedback_writer_description {
      float: none;
      padding-left: 0; }
      .feedback_writer_info .feedback_writer_description .writers_rank {
        margin-top: 0; }
        .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating {
          background-size: 56px;
          width: 56px;
          height: 52px;
          margin: 0 2px 0 2px; }
          .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating a {
            background-size: 56px;
            width: 56px; }
          .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating-on a {
            background-position: 0 bottom !important; }
          .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating-hover a {
            background-position: 0 bottom; }
        .feedback_writer_info .feedback_writer_description .writers_rank div .rating-cancel + .star-rating {
          margin: 0 2px 0 0; }
        .feedback_writer_info .feedback_writer_description .writers_rank > p {
          width: 100%; }
        .feedback_writer_info .feedback_writer_description .writers_rank .rating_form {
          margin-left: 0;
          margin-top: 5px; }
      .feedback_writer_info .feedback_writer_description p {
        font-size: 30px;
        line-height: 40px; }
      .feedback_writer_info .feedback_writer_description .writers_number p {
        font-size: 30px;
        line-height: 40px; }
    .feedback_writer_info .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%; }

  .writer_feedbacks {
    display: block;
    overflow: visible;
    padding-bottom: 0; }
    .writer_feedbacks:before {
      display: none; }

  .your_feedbacks {
    width: 100%;
    margin-bottom: 20px; }
    .your_feedbacks .angular_form .popup_feedback.violation .violation_content .field_item .validation_error {
      bottom: -10px; }
    .your_feedbacks .angular_form .popup_feedback.violation .violation_content .form_item #uniform-feedback_violation_is_revise {
      margin-right: 7px; }

  .other_feedbacks {
    width: 100%; }
    .other_feedbacks div.star-rating {
      background-size: 26px;
      width: 26px;
      height: 24px;
      margin: 0 2px 0 2px; }
      .other_feedbacks div.star-rating a {
        background-size: 26px;
        width: 26px; }
      .other_feedbacks div.star-rating-on a {
        background-position: 0 bottom !important; }
      .other_feedbacks div.star-rating-hover a {
        background-position: 0 bottom; }
    .other_feedbacks div .rating-cancel + .star-rating {
      margin: 0 2px 0 0; }
    .other_feedbacks .other_feedback_item {
      margin-bottom: 26px; }
      .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic {
        width: 74%; }
        .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic p {
          font-size: 28px;
          line-height: 28px; }
        .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic .time p {
          font-size: 22px;
          margin-top: 6px; }
      .other_feedbacks .other_feedback_item .other_feedback_text p {
        word-break: break-word;
        font-size: 28px;
        line-height: 36px; }
    .other_feedbacks .see_all {
      float: left;
      margin: 20px 0 0 4%; }

  .feedback_data h2 {
    font-size: 40px; }
    .feedback_data h2 span {
      font-size: 26px;
      margin-left: 0.6em; }
  .feedback_data .button {
    width: 100%;
    margin: 30px 0 0 0; }
    .feedback_data .button.button_cancel {
      font-size: 36px;
      height: 90px;
      line-height: 90px; }
    .feedback_data .button.button_save {
      font-size: 36px;
      height: 90px;
      line-height: 90px; }
  .feedback_data .you_ranked {
    font-size: 30px;
    line-height: 36px; }
    .feedback_data .you_ranked.without_rank .rating_item {
      margin: 0px 0 15px 0; }
    .feedback_data .you_ranked > p {
      display: inline-block;
      width: 100%;
      top: 0;
      margin-bottom: 10px; }
    .feedback_data .you_ranked .rating_item {
      margin-left: 0; }
      .feedback_data .you_ranked .rating_item .ng-rating {
        background-size: 48px;
        width: 48px;
        height: 44px;
        margin: 0 2px; }
    .feedback_data .you_ranked .time p {
      font-size: 26px;
      line-height: 40px; }
  .feedback_data .your_feedbacks_change textarea {
    height: 256px; }

  .feedback_line {
    width: calc(100% + 20px);
    display: inline-block;
    vertical-align: top;
    margin-left: -10px;
    padding: 18px 2%;
    margin-bottom: 30px; }
    .feedback_line p {
      font-size: 34px; }

  .see_all {
    font-size: 24px; }

  .not_any_feedback {
    font-size: 32px; }

  .discount_progress {
    text-align: center;
    position: relative;
    padding-top: 16px;
    width: 90%;
    height: 770px; }
    .discount_progress:before {
      background: url("/assets/cabinet/progress_line-c0fccfe9b4e3d951be0cc4ed10a9cf48c4d8e13aae934cd933d0c389678598f1.png") center top no-repeat;
      background-size: 200px;
      content: '';
      display: block;
      width: 200px;
      height: 700px;
      position: absolute;
      top: 26px;
      left: 50%;
      margin-left: -100px; }

  .progress_info {
    background: none;
    display: inline-block;
    vertical-align: top;
    width: 200px; }
    .progress_info > p {
      color: #101010;
      font-size: 32px;
      line-height: 44px;
      font-weight: bold;
      margin-top: -8px;
      width: 206px; }

  .progress_bar {
    background: url("/assets/cabinet/progress_bar_line-f5ea4c04dc1bd8421f05eac72a18af478bec81641031f5ba5c5da1b41d01b7df.png") no-repeat;
    background-size: 96px;
    display: inline-block;
    vertical-align: top;
    width: 96px;
    height: 716px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -48px; }

  .progress_line {
    background: #c8dfe9;
    background: -moz-linear-gradient(left, #c8dfe9 0%, #6c92d1 100%);
    background: -webkit-linear-gradient(left, #c8dfe9 0%, #6c92d1 100%);
    background: linear-gradient(to right, #c8dfe9 0%, #6c92d1 100%);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    border-radius: 0 0 48px 48px;
    -moz-border-radius: 0 0 48px 48px;
    -webkit-border-radius: 0 0 48px 48px;
    min-height: 2%;
    min-width: 100%;
    max-width: 100%; }

  .progress_value {
    background: #f0efea;
    background: -moz-linear-gradient(top, #f0efea 0%, #e3e4e3 100%);
    background: -webkit-linear-gradient(top, #f0efea 0%, #e3e4e3 100%);
    background: linear-gradient(to bottom, #f0efea 0%, #e3e4e3 100%);
    border-top: #fff 1px solid;
    border-bottom: #aaaaa9 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #646c70;
    font-weight: bold;
    font-size: 20px;
    display: block;
    width: 136px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    margin: -22px 0 0 -68px;
    text-shadow: 0px 1px 1px #f5f5f5; }

  .progress_info.discount_value {
    text-align: left;
    position: relative;
    left: 320px; }
    .progress_info.discount_value > p {
      text-indent: 0; }
    .progress_info.discount_value .progress_info_item {
      text-align: left; }
      .progress_info.discount_value .progress_info_item span {
        text-align: left; }

  .progress_info.progress_price {
    text-align: right;
    position: relative;
    right: 320px; }
    .progress_info.progress_price .progress_info_item span {
      text-align: right; }

  .progress_info > p + .progress_info_item {
    margin-top: 108px; }

  .progress_info > p + .progress_info_item + .progress_info_item {
    margin-top: 186px; }

  .progress_price .progress_info_item,
  .discount_value .progress_info_item {
    margin-left: 0; }

  .progress_info_item:last-child {
    margin-top: 186px; }

  .progress_info_item span {
    color: #101010;
    font-size: 32px;
    line-height: 44px;
    font-weight: bold;
    width: 150px; }

  .progress_info_item span b {
    color: #f23d20; }

  .discount_offer {
    margin-top: 40px;
    padding-top: 32px; }
    .discount_offer p {
      font-size: 40px;
      line-height: 48px; }
    .discount_offer .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%; }

  .discount_value .progress_info_item:after {
    display: none; }

  .progress_line:after {
    display: none; }

  .discount_text p {
    font-size: 28px;
    line-height: 36px; }

  .discount_components .widget {
    max-width: 100%;
    margin: 0;
    margin-bottom: 50px; }
    .discount_components .widget:last-child {
      margin-bottom: 0; }

  .discount_progress_selection h2 {
    font-size: 44px;
    top: -28px;
    padding: 0 60px; }

  .discount_progress {
    display: none; }
    .discount_progress.discount_progress_mobile {
      display: block; }

  .balance_value_plus {
    color: #389c5e; }

  .balance_value_minus {
    color: #ff6e3b; }

  .calendar {
    pointer-events: none; }

  .my_order .content_title {
    margin-bottom: 0; }

  .my_order_content {
    color: #646c70;
    display: block;
    width: calc(100% + 20px);
    margin-left: -10px; }

  .my_order_head {
    background-color: #d3e4eb;
    display: table;
    width: 100%; }
    .my_order_head > div {
      color: #455f76;
      font-weight: bold; }
    .my_order_head .my_order_details {
      display: table-cell;
      vertical-align: middle;
      width: 85%;
      padding: 16px 1.5%; }

  .my_rating {
    margin: 40px 0; }

  .my_order_item {
    border-bottom: #c0d0d7 1px solid;
    display: table;
    width: 100%;
    line-height: normal; }
    .my_order_item .ng-rating {
      background-size: 48px;
      width: 48px;
      height: 44px;
      margin: 0 -2px; }

  .my_order_id {
    border-right: #c0d0d7 1px solid;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 16px 1.5%;
    position: relative;
    pointer-events: none;
    color: #646c70; }
    .my_order_id > a {
      color: inherit;
      text-decoration: none; }

  .my_order_item .my_order_id {
    font-size: 24px; }

  .my_order_notification {
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    top: 4px;
    right: 4px; }

  .my_order_details {
    border-collapse: collapse;
    width: 100%;
    display: table; }
    .my_order_details .my_order_link {
      background: url("/assets/cabinet/my_order_link-952ca15a83c958a6382db920cf2a89fddad1432cf107a77f421ae9010aecfb1a.png") center center no-repeat;
      background-size: 18px;
      border-left: #c0d0d7 1px solid;
      width: 15%;
      height: 100%;
      display: inline-block;
      vertical-align: top; }
    .my_order_details .my_order_payment {
      border-top: #c0d0d7 1px solid;
      display: table-row;
      text-align: center;
      border-bottom: #edf1f3 10px solid; }
      .my_order_details .my_order_payment div {
        border: none;
        font-style: italic;
        font-weight: bold;
        width: 94%;
        margin: 0 3%;
        padding: 16px 0 10px 0;
        text-align: left; }
        .my_order_details .my_order_payment div p {
          font-size: 30px; }
      .my_order_details .my_order_payment .button {
        font-size: 30px;
        height: 68px;
        line-height: 68px;
        display: inline-block;
        width: 96%;
        margin: 0 auto; }

  .my_order_description {
    width: 85%;
    float: left;
    padding: 16px 1.5%;
    word-wrap: break-word; }
    .my_order_description a {
      color: #19a1e5;
      text-decoration: none;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 225px; }

  .my_order_rating {
    border-top: #c0d0d7 1px solid;
    display: table-row;
    text-align: center; }
    .my_order_rating > .controller > .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 96%;
      font-size: 30px;
      height: 68px;
      line-height: 68px;
      margin: 20px auto; }
      .my_order_rating > .controller > .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .my_order_rating > .controller > .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .my_order_rating > .controller > .rating_wrapper {
      margin: 20px 0; }
      .my_order_rating > .controller > .rating_wrapper div.star-rating {
        background-size: 48px;
        width: 48px;
        height: 44px;
        margin: 0 2px 0 2px; }
        .my_order_rating > .controller > .rating_wrapper div.star-rating a {
          background-size: 48px;
          width: 48px; }
        .my_order_rating > .controller > .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .my_order_rating > .controller > .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
      .my_order_rating > .controller > .rating_wrapper div .rating-cancel + .star-rating {
        margin: 0 2px 0 0; }

  .revision_request_block {
    border: 1px solid #E2ECF0;
    margin-bottom: 10px; }

  .cabinet .radio_buttons.radio_balance {
    width: 96%;
    display: flex; }
    .cabinet .radio_buttons.radio_balance .ui-state-default {
      width: 100%;
      height: 100px;
      line-height: 100px; }
      .cabinet .radio_buttons.radio_balance .ui-state-default.not_use_balance {
        background-size: 220px;
        background-position: center -12px; }
        .cabinet .radio_buttons.radio_balance .ui-state-default.not_use_balance.ui-state-active {
          background-position: center -124px; }
      .cabinet .radio_buttons.radio_balance .ui-state-default.use_balance {
        background-size: 222px;
        background-position: center -12px; }
        .cabinet .radio_buttons.radio_balance .ui-state-default.use_balance.ui-state-active {
          background-position: center -124px; }
  .cabinet .radio_buttons .ui-state-default {
    height: 60px; }
  .cabinet .radio_buttons.radio_paper_format .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: inline-block;
    margin-top: -2px; }
    .cabinet .radio_buttons.radio_paper_format .ui-state-default .ui-button-text {
      font-size: 28px; }
  .cabinet .radio_buttons.writer_level_buttons .radio {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    top: 116px; }
    .cabinet .radio_buttons.writer_level_buttons .radio span {
      background-size: 52px;
      width: 52px;
      height: 52px; }
      .cabinet .radio_buttons.writer_level_buttons .radio span input[type="radio"] {
        width: 52px;
        height: 52px; }
        .cabinet .radio_buttons.writer_level_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 52px !important;
          height: 52px !important; }
  .cabinet .radio_buttons.writer_level_buttons .writer_level_radio {
    width: 29.3%; }
    .cabinet .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title {
      padding: 12px 0; }
      .cabinet .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title span {
        font-size: 28px;
        line-height: 32px; }
      .cabinet .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title p {
        font-size: 24px;
        line-height: 28px; }
  .cabinet .radio_buttons.writer_level_buttons .ui-state-default {
    min-height: 252px; }
  .cabinet .radio_buttons.writer_level_buttons .writer_level_details {
    margin-top: 88px; }
    .cabinet .radio_buttons.writer_level_buttons .writer_level_details span {
      color: #827f76;
      font-size: 16px;
      line-height: 16px; }
  .cabinet .radio_buttons.customer_service_buttons .radio {
    width: 52px;
    height: 52px;
    margin-left: -26px;
    top: 102px; }
    .cabinet .radio_buttons.customer_service_buttons .radio span {
      background-size: 52px;
      width: 52px;
      height: 52px; }
      .cabinet .radio_buttons.customer_service_buttons .radio span input[type="radio"] {
        width: 52px;
        height: 52px; }
        .cabinet .radio_buttons.customer_service_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 52px !important;
          height: 52px !important; }
  .cabinet .radio_buttons.customer_service_buttons .ui-state-default {
    min-height: 170px; }
  .cabinet .radio_buttons.customer_service_buttons .customer_service_title span {
    font-size: 24px;
    line-height: 28px; }
    .cabinet .radio_buttons.customer_service_buttons .customer_service_title span strong:before {
      background-size: 110px;
      width: 110px; }
  .cabinet .radio_buttons.customer_service_buttons .customer_service_title p {
    font-size: 24px;
    line-height: 28px; }
  .cabinet .radio_buttons.radio_payment {
    display: flex; }
    .cabinet .radio_buttons.radio_payment .ui-state-default {
      width: 100%;
      height: 100px;
      line-height: 100px; }
      .cabinet .radio_buttons.radio_payment .ui-state-default.paypal {
        background-position: center center;
        background-size: 104px; }
      .cabinet .radio_buttons.radio_payment .ui-state-default.creditcard {
        background-position: center center;
        background-size: 104px; }
      .cabinet .radio_buttons.radio_payment .ui-state-default.wire_transfer {
        background-position: center center;
        background-size: 104px; }
  .cabinet .field_academic_level .radio_buttons .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 10px 0 !important;
    display: inline-block;
    margin-top: -2px; }
    .cabinet .field_academic_level .radio_buttons .ui-state-default .ui-button-text {
      font-size: 28px; }
      .cabinet .field_academic_level .radio_buttons .ui-state-default .ui-button-text i {
        display: inline-block;
        font-size: 24px;
        margin-left: 0.4em; }

  .cabinet input:not([type="submit"]) {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: #cccccc 1px solid;
    color: #808080;
    font-size: 28px;
    height: 60px;
    outline: none;
    padding: 0 10px;
    -webkit-appearance: none; }
  .cabinet textarea {
    font-size: 28px;
    padding: 10px; }
  .cabinet .field_item {
    margin-bottom: 20px; }
    .cabinet .field_item > label,
    .cabinet .field_item .order-pages-num > label,
    .cabinet .field_item .order-words-num > label {
      font-size: 28px;
      line-height: 60px; }
    .cabinet .field_item .field_phone_number_item i {
      font-size: 24px; }
  .cabinet .files_uploader .fileinput-button {
    width: 100%; }
  .cabinet .files_uploader .button {
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    max-width: 100%; }
    .cabinet .files_uploader .button:before {
      background-size: 66px;
      width: 66px;
      height: 50px;
      margin-top: -25px;
      left: 60px; }
  .cabinet .files_uploader .files_list ul {
    list-style: none; }
    .cabinet .files_uploader .files_list ul li {
      border-top: #e9e9e9 1px solid;
      padding: 10px 0; }
      .cabinet .files_uploader .files_list ul li a.delete {
        background-size: 16px;
        display: inline-block;
        vertical-align: top;
        width: 16px;
        height: 16px;
        margin: 10px 12px 0 0; }
      .cabinet .files_uploader .files_list ul li span {
        font-size: 26px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list ul li .file_icon {
    width: 66px;
    height: 74px;
    margin-right: 20px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list ul li span {
    margin-top: 6px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list ul a.delete {
    background-size: 38px;
    width: 38px;
    height: 38px; }
  .cabinet .field_tooltip {
    background-size: 32px;
    width: 32px;
    height: 32px; }
  .cabinet .field_badge {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px; }
  .cabinet .tabs_notification {
    margin: 40px 3% 20px 3%;
    padding: 10px 2%;
    font-size: 26px;
    line-height: 36px; }
    .cabinet .tabs_notification .tabs_notification_close {
      background-size: 16px;
      width: 36px;
      height: 36px;
      top: -18px;
      right: -18px; }
  .cabinet .file_format_error {
    font-size: 22px;
    margin: 8px 0; }

  .select2-container--cabinet_default {
    font-size: 28px; }
    .select2-container--cabinet_default .select2-selection--single {
      border: 1px solid #cccccc;
      height: 60px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__rendered {
        line-height: 56px;
        padding-left: 16px;
        padding-right: 40px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow {
        border-left: 1px solid #e5e5e5;
        height: 40px;
        margin-top: -20px;
        width: 56px; }
        .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow b {
          border-width: 10px 6px 0 6px;
          margin-left: -6px;
          margin-top: -4px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #69badb transparent;
      border-width: 0 6px 12px 6px; }
    .select2-container--cabinet_default .select2-search--dropdown .select2-search__field {
      border: 2px solid #cccccc;
      font-size: 28px; }
    .select2-container--cabinet_default .select2-results > .select2-results__options {
      max-height: 400px;
      overflow-y: auto; }
    .select2-container--cabinet_default .select2-results__options--nested:before {
      border-left: #7dc438 2px solid;
      width: 2px;
      left: 20px; }
    .select2-container--cabinet_default .select2-results__options--nested .select2-results__option {
      padding-left: 50px;
      position: relative; }
      .select2-container--cabinet_default .select2-results__options--nested .select2-results__option:before {
        border-top: #7dc438 2px solid;
        width: 20px;
        height: 2px;
        left: 20px; }
    .select2-container--cabinet_default .select2-results__group {
      cursor: default;
      display: block;
      padding: 6px; }
    .select2-container--cabinet_default .select2-results__option {
      padding: 12px; }
    .select2-container--cabinet_default .select2-dropdown {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      background-color: white;
      border: #69badb 1px solid;
      color: #808080;
      margin-top: -2px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border: #69badb 1px solid; }
    .select2-container--cabinet_default.select2-container--open .select2-selection__arrow {
      border-left: #69badb 1px solid; }

  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
    text-indent: -9999px;
    position: relative;
    height: 80px !important;
    line-height: 80px !important; }
    .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a:before {
      color: #608d89;
      font-size: 30px;
      font-weight: bold;
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 80px;
      z-index: 10;
      text-indent: 0; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:first-child a:before {
    content: '1'; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(2) a:before {
    content: '2'; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(3) a:before {
    content: '3'; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a:before {
    background: url("/assets/cabinet/tab_done-1301628fd15e6e2dff313e3581a64252fd82ceda509dc9fae6aa7f4315753b15.png") center center no-repeat;
    background-size: 26px;
    content: ''; }
  .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default {
    display: table; }
    .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a {
      display: table-cell !important;
      vertical-align: middle;
      text-indent: 0;
      font-size: 24px !important;
      line-height: 26px !important; }
      .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a span {
        display: none; }
      .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a:before {
        display: none !important; }

  .cabinet .tabs_customer {
    padding-bottom: 16px; }
    .cabinet .tabs_customer .ui-tabs-nav .ui-state-default a {
      font-size: 32px; }

  .cabinet .spinner_wrapper .ui-spinner {
    height: 60px !important; }
    .cabinet .spinner_wrapper .ui-spinner-input {
      text-align: center; }
    .cabinet .spinner_wrapper .ui-spinner .spinner {
      font-size: 28px;
      padding: 0 20px;
      height: 60px; }
    .cabinet .spinner_wrapper .ui-spinner-button {
      position: absolute;
      left: 0;
      display: table;
      width: 80px;
      height: 48px; }
    .cabinet .spinner_wrapper .ui-spinner-up {
      top: 6px;
      border-right: none;
      border-left: #c2c5cf 1px solid;
      right: 0;
      left: inherit;
      height: 48px; }
      .cabinet .spinner_wrapper .ui-spinner-up:before {
        color: #626878;
        content: '+';
        display: block;
        font-size: 60px;
        position: absolute;
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center; }
      .cabinet .spinner_wrapper .ui-spinner-up .ui-icon {
        border-width: 0; }
    .cabinet .spinner_wrapper .ui-spinner-down {
      border-right: #c2c5cf 1px solid;
      bottom: 6px;
      height: 48px; }
      .cabinet .spinner_wrapper .ui-spinner-down:before {
        color: #626878;
        content: '-';
        display: block;
        font-size: 60px;
        position: absolute;
        width: 100%;
        height: 48px;
        line-height: 48px;
        text-align: center; }
      .cabinet .spinner_wrapper .ui-spinner-down .ui-icon {
        border-width: 0; }
    .cabinet .spinner_wrapper .ui-spinner .ui-button-text {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 15px; }
    .cabinet .spinner_wrapper .ui-spinner .ui-icon {
      border-width: 0; }
      .cabinet .spinner_wrapper .ui-spinner .ui-icon:before {
        display: none; }
  .cabinet .spinner_wrapper.disabled {
    pointer-events: none; }
    .cabinet .spinner_wrapper.disabled .spinner {
      border: #d6d9da 1px solid;
      background-color: #eef2f3; }

  .cabinet table {
    display: none; }
    .cabinet table tr td {
      font-size: 28px; }
    .cabinet table.my_order_active tr td:nth-child(1) {
      width: 20%; }
    .cabinet table.my_order_active tr td:nth-child(2) {
      width: 80%; }
    .cabinet table.my_order_active tr td:nth-child(3), .cabinet table.my_order_active tr td:nth-child(4), .cabinet table.my_order_active tr td:nth-child(5) {
      display: none; }
  .cabinet .table_filters {
    padding: 20px 0; }
    .cabinet .table_filters > .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%;
      margin-bottom: 20px; }
    .cabinet .table_filters label {
      display: block;
      float: none;
      margin: 0; }
    .cabinet .table_filters .table_filters_dates {
      width: 100%; }
      .cabinet .table_filters .table_filters_dates .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 40px; }
      .cabinet .table_filters .table_filters_dates .table_date_item {
        width: 32%; }
        .cabinet .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
          width: 100%;
          font-size: 24px; }
        .cabinet .table_filters .table_filters_dates .table_date_item + .table_date_item {
          margin-left: 3%; }
    .cabinet .table_filters .table_search {
      width: 100%;
      margin-top: 40px; }
      .cabinet .table_filters .table_search label {
        display: none; }
      .cabinet .table_filters .table_search input:not([type="submit"]) {
        width: 67%;
        margin-top: 12px; }
      .cabinet .table_filters .table_search .button {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 0px; }
  .cabinet .table_navigation {
    display: none; }

  .ui-datepicker-trigger {
    width: 36px;
    height: 42px;
    bottom: 8px;
    right: 12px;
    top: inherit; }

  .table_pagination_mobile {
    display: block;
    margin-top: 50px; }
    .table_pagination_mobile .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      float: left;
      font-size: 36px;
      width: 47%;
      height: 90px;
      line-height: 90px; }
      .table_pagination_mobile .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .table_pagination_mobile .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .table_pagination_mobile .button:last-child {
        float: right; }

  .popup.popup_feedback {
    width: 90%; }
    .popup.popup_feedback .feedback_data h2 span {
      position: static; }
    .popup.popup_feedback .feedback_status span {
      font-size: 40px; }
    .popup.popup_feedback .feedback_status p {
      font-size: 30px;
      margin-top: 20px; }
    .popup.popup_feedback .feedback_status img {
      width: 108px; }
    .popup.popup_feedback .feedback_status .button_ok {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%; }
    .popup.popup_feedback .feedback_status b {
      font-size: 40px;
      margin-top: 20px; }
    .popup.popup_feedback.violation > p {
      font-size: 24px; }
    .popup.popup_feedback .violation_content textarea {
      height: 200px; }
    .popup.popup_feedback .violation_content strong {
      font-size: 26px;
      margin-bottom: 20px; }
    .popup.popup_feedback .violation_content .checker {
      width: 40px;
      height: 40px; }
      .popup.popup_feedback .violation_content .checker span {
        background-size: 40px;
        width: 40px;
        height: 40px; }
        .popup.popup_feedback .violation_content .checker span input[type="checkbox"] {
          width: 40px;
          height: 40px; }
    .popup.popup_feedback .violation_content .field_item label {
      font-size: 24px;
      line-height: 40px; }
    .popup.popup_feedback .violation_content .field_submit .button {
      width: 100%;
      margin: 0 0 30px 0; }
      .popup.popup_feedback .violation_content .field_submit .button.button_cancel {
        font-size: 36px;
        height: 90px;
        line-height: 90px; }
      .popup.popup_feedback .violation_content .field_submit .button.button_send {
        font-size: 36px;
        height: 90px;
        line-height: 90px;
        margin-bottom: 0; }
    .popup.popup_feedback .violation_content .revision_deadline {
      padding-left: 0; }
      .popup.popup_feedback .violation_content .revision_deadline .picker_filed {
        margin: 12px 0 0 0;
        float: left;
        width: 45%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed input:not([type="submit"]) {
          width: 100%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed label {
          display: block; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed:last-child {
          float: right; }
      .popup.popup_feedback .violation_content .revision_deadline .prompt {
        margin-top: 16px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt p {
          font-size: 24px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt .tooltip {
          margin-top: 0; }

  .popup_title .close,
  .popup_close {
    background: url("/assets/cabinet/close_popup_mobile-d264b6268afe121732e04ffae2593807842519aa9039a406d4cfe3738fff3ec4.png") center center no-repeat;
    background-size: 20px;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 10; }

  .popup.popup_settings_add_phone .field_item,
  .popup.popup_settings_add_phone .field_submit {
    width: 100%; }
  .popup.popup_settings_add_phone .field_submit .button {
    width: 100%;
    margin-bottom: 24px; }
    .popup.popup_settings_add_phone .field_submit .button.button_verify {
      margin-bottom: 0; }
  .popup.popup_settings {
    width: 90%;
    padding: 20px 3%; }
    .popup.popup_settings .popup_icon {
      margin-top: 80px; }
      .popup.popup_settings .popup_icon span {
        width: 110px;
        height: 110px;
        margin-top: -56px; }
      .popup.popup_settings .popup_icon.popup_icon_email span {
        background-size: 66px; }
      .popup.popup_settings .popup_icon.popup_icon_password span {
        background-size: 66px; }
      .popup.popup_settings .popup_icon.popup_icon_phone span {
        background-size: 60px; }
    .popup.popup_settings .button_ok {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%; }
  .popup.popup_settings_edit_phone {
    width: 90%; }
    .popup.popup_settings_edit_phone .field_item > label {
      font-size: 24px;
      line-height: 28px;
      width: 100%;
      text-align: left;
      margin-bottom: 10px; }
    .popup.popup_settings_edit_phone .field_item + .field_item > label {
      line-height: 24px;
      margin-top: 4px; }
    .popup.popup_settings_edit_phone .field_item input.country_code + input:not([type="submit"]) {
      width: 77%; }
    .popup.popup_settings_edit_phone .field_item input.country_code + .field_error .validation_error {
      position: static; }
    .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) {
      width: 77%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]).country_code {
        width: 20%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) + .field_error {
        width: 77%; }
    .popup.popup_settings_edit_phone .field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .popup.popup_settings_edit_phone .field_submit .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%;
      margin-left: 0; }
  .popup.popup_settings > p {
    font-size: 24px; }
  .popup.popup_settings .popup_title h2 {
    font-size: 34px;
    padding: 0 14px; }
  .popup.popup_affilate_program {
    width: 90%; }
    .popup.popup_affilate_program .popup_title h2 {
      font-size: 40px; }
    .popup.popup_affilate_program .field_item .field_error {
      width: 100% !important; }
    .popup.popup_affilate_program .field_item input:not([type="submit"]) {
      width: 100%; }
    .popup.popup_affilate_program .field_item .button {
      font-size: 36px;
      height: 90px;
      line-height: 90px;
      width: 100%;
      margin-top: 20px; }
    .popup.popup_affilate_program .send_again {
      font-size: 26px; }

  .popup_overlay.improvements {
    overflow: scroll; }

  .popup.popup_feedback.improvements_popup {
    width: 94%; }
    .popup.popup_feedback.improvements_popup .field_submit .button_cancel,
    .popup.popup_feedback.improvements_popup .field_submit .button_send {
      width: 100%;
      line-height: 40px;
      height: 40px;
      font-size: 16px; }

  .ui-datepicker-calendar {
    width: 17.68em; } }
@media screen and (min-width: 0px) and (max-width: 639px) {
  .container.container_cabinet {
    padding-left: 0;
    padding-right: 0; }
    .container.container_cabinet .cabinet {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .container.container_cabinet .cabinet > div:not(.cabinet_nav_current) > .content, .container.container_cabinet .cabinet > div:not(.cabinet_nav) > .content, .container.container_cabinet .cabinet > div:not(.my_order) > .content {
        padding-left: 10px;
        padding-right: 10px; }

  .cabinet {
    margin-top: 0;
    position: relative;
    min-height: auto; }
    .cabinet .content {
      border: none; }
      .cabinet .content > p {
        padding: 0;
        line-height: 18px; }
    .cabinet .content_title {
      padding-bottom: 10px;
      margin: 15px 2%; }
      .cabinet .content_title h1,
      .cabinet .content_title h2,
      .cabinet .content_title h3 {
        font-size: 18px; }
      .cabinet .content_title i {
        font-size: 16px; }
    .cabinet .widget {
      width: 100%; }
    .cabinet .widget_order_summary {
      display: none; }
    .cabinet .sidebar {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 10px;
      margin-top: 20px; }
    .cabinet .total_line span {
      font-size: 17px;
      line-height: 29px; }
    .cabinet .content_title {
      margin: 15px 0; }
    .cabinet .field_error .validation_error {
      font-size: 11px; }
    .cabinet .pagination ul li span.current {
      background-color: #dfe6e9;
      color: #929ca1;
      display: block;
      width: 45px;
      height: 45px;
      line-height: 45px; }
    .cabinet .pagination ul li span:not(.pag_prev):not(.pag_next):not(.current) {
      display: none; }
    .cabinet .pagination ul li span.pag_prev {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100px; }
    .cabinet .pagination ul li span.pag_next {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100px; }
    .cabinet .total_line {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 10px; }
      .cabinet .total_line span {
        float: none;
        display: block; }
      .cabinet .total_line .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        width: 100%; }

  body.show_popup {
    position: fixed;
    width: 100%; }

  .popup.info_account {
    width: 90%; }
    .popup.info_account .popup_title {
      padding: 20px 10px; }
    .popup.info_account .buttons .button.blue {
      margin-bottom: 15px; }
    .popup.info_account .buttons .button.blue,
    .popup.info_account .buttons .button.yellow {
      width: 100%;
      display: block; }

  .remove_data_block {
    margin-top: 0; }
    .remove_data_block .button {
      width: 100%; }
    .remove_data_block .download_button {
      display: block;
      margin-right: 0;
      margin-bottom: 15px;
      width: 100%; }
      .remove_data_block .download_button .field_tooltip {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 9px; }
      .remove_data_block .download_button p {
        max-width: 85%; }
      .remove_data_block .download_button .button {
        background: none;
        width: 85%; }
    .remove_data_block .button.blue {
      background: none; }

  .desktop-visible {
    display: none !important; }

  .cabinet .order_view h3 .field_tooltip,
  .free_qoute .field_item.field_uploader label .field_tooltip,
  .new_order .field_item.field_add_materials label .field_tooltip {
    display: inline-block;
    vertical-align: top;
    float: none; }

  .order_view .content .latest_order {
    margin: 0 0 20px; }
    .order_view .content .latest_order_top {
      margin-bottom: 25px;
      height: auto;
      flex-direction: column;
      align-items: flex-start;
      border-bottom: none; }
    .order_view .content .latest_order_title {
      margin-bottom: 12px; }
    .order_view .content .latest_order .container {
      padding: 0; }
    .order_view .content .latest_order_content {
      height: auto;
      margin-bottom: 10px;
      padding: 10px 0 0; }
    .order_view .content .latest_order_btns {
      width: 100%; }
      .order_view .content .latest_order_btns .btn {
        width: 50%;
        border-bottom: 1px solid #D5E4EA; }
    .order_view .content .latest_order .btn_resize {
      margin: 0 0 0 40px; }
  .order_view .content .files_block .container,
  .order_view .content .papers_block .container {
    padding: 0; }
  .order_view .content .files_block_status,
  .order_view .content .papers_block_status {
    margin-right: 5px; }
  .order_view .content .files_block_date,
  .order_view .content .papers_block_date {
    margin-right: 4px; }
  .order_view .content .files_block_size,
  .order_view .content .papers_block_size {
    padding-left: 6px; }
  .order_view .content .files_block_uploader,
  .order_view .content .papers_block_uploader {
    width: 100%; }
  .order_view .content .btn_upload {
    max-width: 100%; }
    .order_view .content .btn_upload label {
      width: 100%; }
  .order_view .content .new_uploaded_body {
    padding: 0 10px; }
    .order_view .content .new_uploaded_body .btn_green,
    .order_view .content .new_uploaded_body .btn_blue {
      max-width: 48%; }
  .order_view .content .files_block_top,
  .order_view .content .papers_block_top {
    margin-bottom: 15px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none; }
  .order_view .content .files_block_title,
  .order_view .content .papers_block_title {
    display: flex;
    align-items: center;
    width: 100%;
    padding-bottom: 12px;
    border-bottom: 1px solid #E3E8EB; }
    .order_view .content .files_block_title .field_tooltip,
    .order_view .content .papers_block_title .field_tooltip {
      margin-left: 10px; }
  .order_view .content .files_block_title {
    margin-bottom: 8px; }
  .order_view .content .files_block_body {
    margin-top: 0; }

  .ppp-overlay.__shown {
    margin: 0 0 14px; }

  .ppp-wrapper {
    padding: 10px; }
    .ppp-wrapper .ppp-pane:before {
      margin-right: 10px; }

  .footer + .ppp-overlay.__shown {
    margin: 0; }
    .footer + .ppp-overlay.__shown .ppp-wrapper {
      border: none; }

  .ppp-link {
    width: 100%;
    height: 38px;
    color: #fff;
    background-color: #1DAC33;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px; }

  .cabinet_nav_current {
    display: block;
    margin: 0 0 40px 0;
    width: 100%;
    position: relative;
    z-index: 10; }
    .cabinet_nav_current a {
      background-color: #979494;
      color: #fff;
      display: block;
      font-weight: bold;
      text-align: center;
      font-size: 15px;
      text-transform: uppercase;
      padding: 10px 3%;
      text-decoration: none; }
    .cabinet_nav_current b {
      background-image: url("/assets/cabinet/nav_arrow-8bc887c6f79fd745f8dd0d17ead7ee399f7a266f966ffa9d6e8ac6f16b21382b.png");
      background-size: 18px;
      background-repeat: no-repeat;
      background-color: #646262;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%; }

  .cabinet_nav {
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 39px; }
    .cabinet_nav i {
      padding: 0 2%;
      text-align: left;
      position: absolute;
      top: 0;
      z-index: 1;
      font-size: 12px; }

  .cabinet_nav_content {
    position: relative;
    z-index: 5; }
    .cabinet_nav_content ul {
      background-color: #979494;
      display: none; }
      .cabinet_nav_content ul li {
        border: none;
        border-bottom: #6f6d6d 1px solid;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-top: -1px;
        height: auto; }
        .cabinet_nav_content ul li:first-child, .cabinet_nav_content ul li:last-child {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px; }
        .cabinet_nav_content ul li:nth-child(3) a span.bell {
          left: 120px; }
        .cabinet_nav_content ul li a {
          color: #fff;
          font-weight: bold;
          text-align: left;
          font-size: 15px;
          text-transform: uppercase;
          padding: 10px 3%; }
          .cabinet_nav_content ul li a span.bell {
            background: url("/assets/cabinet/bell_mobile_icon-6bfdd8e0841c050de0af6084026a68c9f23dd365997040838d80053cf0570382.png") no-repeat;
            background-position: center center;
            background-size: 26px;
            width: 26px;
            height: 26px;
            position: absolute;
            display: inline-block;
            top: 6px;
            left: 160px; }
          .cabinet_nav_content ul li a span.notify {
            background: url("/assets/cabinet/email_mobile_icon-92873e00ee0ef7e76d1d2ed92e8df91c1596f8991381bbee31689262dd111a50.png") no-repeat;
            background-position: center center;
            background-size: 26px;
            font-size: 10px;
            color: #fff;
            width: 26px;
            height: 26px;
            line-height: 26px;
            position: absolute;
            display: inline-block;
            padding-right: 3px;
            top: 6px;
            left: 120px;
            text-shadow: 1px 0px 1px #d18530; }

  .chat .widget_title h2 {
    font-size: 18px; }
    .chat .widget_title h2 span {
      background-size: 17px;
      padding-left: 25px; }

  .chat_item .chat_info {
    width: 72px;
    padding-right: 12px; }
    .chat_item .chat_info span {
      font-size: 11px;
      margin-top: 3px; }
  .chat_item .chat_message {
    width: calc(100% - 72px); }
    .chat_item .chat_message p {
      font-size: 12px;
      line-height: 16px; }
  .chat_item .chat_message_item:before {
    border-width: 6px 6px 6px 0;
    top: 10px; }
  .chat_item.chat_user .chat_message_item:before {
    border-width: 6px 0 6px 6px; }
  .chat_item .chat_info i {
    background-position: center top;
    background-size: 54px;
    font-size: 9px;
    line-height: 11px; }

  .nano .nano-content {
    padding: 15px 2%; }

  .chat_form textarea {
    margin: 25px auto 30px;
    height: 43px; }
  .chat_form .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px; }

  .cabinet .widget_life_time .widget_title h2 {
    font-size: 16px;
    padding-bottom: 3px; }
  .cabinet .life_time_item {
    padding-left: 11%; }
    .cabinet .life_time_item:before {
      display: none; }
    .cabinet .life_time_item.active:after {
      background: url("/assets/cabinet/life_time_check_mobile-c79b37db1f6079a70e9cd827ed1bedbb0e0dfda25018290ec25b16bae8049ffa.png") no-repeat;
      background-size: 17px;
      top: 50%;
      width: 17px;
      height: 17px;
      margin-top: -9px;
      left: 2%; }
  .cabinet .life_time_description span {
    font-size: 16px; }
  .cabinet .life_time_description p {
    font-size: 12px;
    line-height: 12px; }
  .cabinet .life_time_procent {
    width: 24%; }
    .cabinet .life_time_procent span {
      font-size: 16px; }

  .widget.widget_one_time .widget_title h2 {
    font-size: 16px;
    padding-bottom: 3px; }

  .one_time_item .one_time_description {
    padding: 17px 1% 8px 1%; }
    .one_time_item .one_time_description i {
      line-height: 16px; }
    .one_time_item .one_time_description p {
      font-size: 20px; }
  .one_time_item .one_time_discount span {
    font-size: 14px;
    line-height: 38px; }
    .one_time_item .one_time_discount span strong {
      width: 38px;
      height: 38px;
      font-size: 11px; }
  .one_time_item .one_time_discount .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    max-width: 100%;
    width: 100%; }

  .many_time .one_time_item {
    padding-bottom: 12px; }
    .many_time .one_time_item .one_time_description p {
      font-size: 15px; }
    .many_time .one_time_item .one_time_description i {
      font-size: 12px; }
    .many_time .one_time_item .one_time_discount {
      padding-top: 10px; }
      .many_time .one_time_item .one_time_discount span {
        font-size: 15px;
        line-height: 15px;
        margin-top: 6px; }

  .no_discounts {
    font-size: 18px;
    padding: 89px 0; }

  .new_order {
    margin-top: 20px; }
    .new_order .content {
      width: 100%; }
    .new_order .tab_content {
      padding: 0; }
    .new_order .content .tabs:not(.tabs_customer) > .tab_item {
      border: none;
      margin-top: 8px;
      padding-top: 8px; }
    .new_order .remind_link {
      position: static;
      margin-left: 0; }
    .new_order .button_chat {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
    .new_order .field_item {
      max-width: 100%;
      width: 100%;
      float: left;
      clear: both; }
      .new_order .field_item.field_assignment_type_custom_title, .new_order .field_item.field_skill_custom_title {
        max-width: 100%;
        margin-left: 0; }
      .new_order .field_item > label,
      .new_order .field_item .order-pages-num > label,
      .new_order .field_item .order-words-num > label {
        width: 100%;
        font-size: 14px;
        text-align: left;
        padding-right: 0;
        float: left;
        line-height: 18px;
        position: relative; }
        .new_order .field_item > label i,
        .new_order .field_item .order-pages-num > label i,
        .new_order .field_item .order-words-num > label i {
          font-size: 12px;
          position: relative;
          top: 0; }
      .new_order .field_item.field_restore_password .button:first-child {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        width: 150px;
        margin-left: 0px; }
      .new_order .field_item.field_restore_password .button:last-child {
        font-size: 16px;
        line-height: 45px; }
      .new_order .field_item.field_restore_password span {
        line-height: 45px;
        margin: 0 15px; }
      .new_order .field_item.field_additions > label {
        width: 160px;
        margin-bottom: 6px; }
        .new_order .field_item.field_additions > label b {
          position: relative; }
      .new_order .field_item.field_additions .checker {
        clear: both; }
      .new_order .field_item .spinner_wrapper {
        width: 174px; }
      .new_order .field_item .field_additions_content {
        overflow: visible;
        float: left;
        width: 93%;
        line-height: 20px; }
        .new_order .field_item .field_additions_content i {
          font-size: 11px; }
        .new_order .field_item .field_additions_content p {
          background-size: 60px;
          width: 132px; }
        .new_order .field_item .field_additions_content .field_tooltip {
          margin-top: 0; }
      .new_order .field_item .checker {
        width: 20px;
        height: 20px; }
        .new_order .field_item .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
          .new_order .field_item .checker span input[type="checkbox"] {
            width: 20px;
            height: 20px; }
      .new_order .field_item input:not([type="submit"]) {
        float: left;
        width: 100%; }
      .new_order .field_item textarea {
        width: 100%;
        height: 70px; }
      .new_order .field_item .field_tooltip {
        margin: 6px 0 0 5px; }
      .new_order .field_item .field_error {
        float: left;
        width: 100%; }
        .new_order .field_item .field_error input:not([type="submit"]) {
          width: 100%; }
        .new_order .field_item .field_error textarea {
          width: 100%; }
        .new_order .field_item .field_error .select2-container {
          min-width: 100%;
          max-width: 100%; }
      .new_order .field_item .select2-container {
        float: left;
        min-width: 100%;
        max-width: 100%; }
        .new_order .field_item .select2-container + .field_error {
          margin-left: 0px; }
      .new_order .field_item.field_select_currency, .new_order .field_item.field_choice_service, .new_order .field_item.field_select_method {
        max-width: 100%; }
      .new_order .field_item.field_numbers_sources .checker {
        width: 20px;
        height: 20px;
        margin: 5px 0 0 10px; }
        .new_order .field_item.field_numbers_sources .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
          .new_order .field_item.field_numbers_sources .checker span input[type="checkbox"] {
            width: 20px;
            height: 20px; }
      .new_order .field_item.field_numbers_sources .field_not_need label {
        font-size: 14px;
        line-height: 30px; }
      .new_order .field_item.field_numbers_of {
        max-width: 100%; }
        .new_order .field_item.field_numbers_of .order-pages-num > label,
        .new_order .field_item.field_numbers_of .order-words-num > label {
          line-height: 14px;
          margin-bottom: 5px; }
        .new_order .field_item.field_numbers_of .field_error {
          width: 174px; }
          .new_order .field_item.field_numbers_of .field_error .validation_error {
            width: 100%;
            max-width: 640px;
            min-width: 320px; }
        .new_order .field_item.field_numbers_of .radio_buttons {
          margin-top: 15px;
          width: 100%;
          display: flex;
          margin-left: 0; }
          .new_order .field_item.field_numbers_of .radio_buttons .ui-state-default {
            width: 100%;
            height: 30px;
            line-height: 30px; }
      .new_order .field_item.field_select_currency .radio_buttons {
        display: flex; }
        .new_order .field_item.field_select_currency .radio_buttons .ui-state-default {
          width: 100%;
          height: 30px;
          line-height: 30px; }
      .new_order .field_item.field_preferred {
        width: 100%;
        float: none;
        max-width: 100%; }
        .new_order .field_item.field_preferred > label i {
          bottom: inherit;
          background-size: 124px;
          top: -2px;
          font-size: 10px;
          width: 124px;
          left: 5px; }
        .new_order .field_item.field_preferred .field_preferred_content {
          overflow: visible;
          width: 100%;
          display: inline-block; }
        .new_order .field_item.field_preferred input:not([type="submit"]) {
          width: 90%; }
        .new_order .field_item.field_preferred .field_error {
          width: 90%; }
          .new_order .field_item.field_preferred .field_error input:not([type="submit"]) {
            width: 100%; }
        .new_order .field_item.field_preferred .field_button {
          background-size: 14px !important;
          width: 14px;
          height: 14px;
          margin: 8px 0 0 10px; }
        .new_order .field_item.field_preferred .field_preferred_item {
          width: 90%; }
        .new_order .field_item.field_preferred .field_tooltip {
          margin-right: 5px; }
      .new_order .field_item.field_discount_code input:not([type="submit"]) {
        width: 100%; }
      .new_order .field_item.field_discount_code .field_error {
        width: 100%; }
        .new_order .field_item.field_discount_code .field_error input:not([type="submit"]) {
          width: 100%; }
      .new_order .field_item.field_uploader > label, .new_order .field_item.field_writer_type > label {
        display: none; }
      .new_order .field_item .field_phone_number_item.country_code {
        width: 22%; }
        .new_order .field_item .field_phone_number_item.country_code:before {
          font-size: 18px;
          line-height: 30px; }
        .new_order .field_item .field_phone_number_item.country_code input:not([type="submit"]) {
          padding-left: 24px; }
        .new_order .field_item .field_phone_number_item.country_code .country_flag {
          top: 7px;
          left: 18px; }
      .new_order .field_item .field_phone_number_item.state_area_code {
        width: 20%; }
      .new_order .field_item .field_phone_number_item.phone_number {
        width: 75%; }
      .new_order .field_item.field_night_call {
        margin: 5px 0 15px 0;
        max-width: 100%; }
        .new_order .field_item.field_night_call label {
          float: left;
          width: auto;
          line-height: 20px;
          margin-right: 10px; }
        .new_order .field_item.field_night_call .field_tooltip {
          margin: 3px 0 0 9px; }
      .new_order .field_item.field_writer_type .field_writer_type_item {
        clear: both;
        float: left;
        margin-right: 0;
        margin-bottom: 10px; }
        .new_order .field_item.field_writer_type .field_writer_type_item label {
          font-size: 14px; }
          .new_order .field_item.field_writer_type .field_writer_type_item label i {
            font-size: 12px; }
        .new_order .field_item.field_writer_type .field_writer_type_item .radio {
          display: inline-block;
          vertical-align: middle; }
          .new_order .field_item.field_writer_type .field_writer_type_item .radio span {
            background: url("/assets/cabinet/writer_type_radio-f0a44db81c7c80a1ab96f0c74aff5ef559a91d63551cb70daf6a7b2285bc8c84.png") no-repeat;
            background-size: 36px;
            display: block;
            width: 36px;
            height: 36px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span.checked {
              background-position: 0 -36px; }
            .new_order .field_item.field_writer_type .field_writer_type_item .radio span input:not([type="submit"]) {
              outline: none;
              width: 36px;
              height: 36px; }
      .new_order .field_item.field_urgent {
        max-width: 100%; }
      .new_order .field_item.field_save label {
        width: auto;
        line-height: 30px;
        margin-right: 10px; }
      .new_order .field_item.field_save p {
        font-size: 14px;
        line-height: 30px; }
      .new_order .field_item.field_writer_level {
        margin-bottom: 20px; }
      .new_order .field_item .files_uploader {
        width: 100%; }
        .new_order .field_item .files_uploader .button {
          max-width: 100%;
          height: 45px;
          line-height: 45px;
          font-size: 18px; }
          .new_order .field_item .files_uploader .button:before {
            background-size: 33px;
            width: 33px;
            height: 25px;
            margin-top: -12.5px;
            left: 30px; }
        .new_order .field_item .files_uploader .files_list {
          width: 100%; }
      .new_order .field_item .radio_buttons {
        width: 100%; }
      .new_order .field_item.field_choice_service > label {
        margin: 8px 0; }
      .new_order .field_item .choice_service {
        margin-left: 0; }
        .new_order .field_item .choice_service .choice_service_item {
          line-height: 20px;
          margin-bottom: 15px; }
          .new_order .field_item .choice_service .choice_service_item .checker {
            width: 20px;
            height: 20px; }
            .new_order .field_item .choice_service .choice_service_item .checker span {
              background-size: 20px;
              width: 20px;
              height: 20px; }
              .new_order .field_item .choice_service .choice_service_item .checker span input[type="checkbox"] {
                width: 20px;
                height: 20px; }
        .new_order .field_item .choice_service .choice_service_check {
          margin: 25px 0 10px 0; }
          .new_order .field_item .choice_service .choice_service_check > label {
            width: 100%;
            text-align: left;
            margin-bottom: 5px; }
    .new_order .field_total_price {
      padding: 14px 0; }
      .new_order .field_total_price > div {
        width: 100%;
        text-align: center;
        margin-left: 0; }
        .new_order .field_total_price > div.button-block {
          width: 96%; }
      .new_order .field_total_price p {
        font-size: 17px;
        line-height: 34px; }
        .new_order .field_total_price p + p {
          font-size: 17px;
          line-height: 34px; }
    .new_order .field_total_price {
      text-align: center; }
      .new_order .field_total_price .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        max-width: 96%;
        margin: 0 auto; }
        .new_order .field_total_price .button.button_proceed:before {
          background-size: 12px;
          width: 12px;
          height: 16px;
          margin-top: -8px;
          right: 30px; }
      .new_order .field_total_price .pp_express_submit {
        max-width: 96%;
        margin: 0 auto; }
    .new_order .field_badge {
      top: -5px;
      right: -20px; }
    .new_order .field_title {
      font-size: 14px;
      margin-bottom: 8px; }
    .new_order .field_agree .checker {
      width: 20px;
      height: 20px;
      margin-left: 0; }
      .new_order .field_agree .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .new_order .field_agree .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .new_order .field_agree label {
      display: inline;
      font-size: 12px; }
    .new_order .field_agree .validation_error {
      padding-left: 0; }
    .new_order .tabs_customer_title {
      padding: 8px 0; }
      .new_order .tabs_customer_title h3 {
        font-size: 16px; }
    .new_order .payment_order_description ul {
      width: 100%; }
      .new_order .payment_order_description ul + ul {
        margin-bottom: 12px; }
      .new_order .payment_order_description ul:first-child {
        border-bottom: #c0d0d7 1px solid;
        width: 100%;
        padding-bottom: 12px;
        margin-bottom: 12px; }
        .new_order .payment_order_description ul:first-child:before {
          display: none; }
      .new_order .payment_order_description ul li {
        margin-bottom: 2px; }
        .new_order .payment_order_description ul li:last-child {
          margin-bottom: 0; }
    .new_order .payment_order_description .payment_order_info p {
      line-height: 20px; }

  .tab_finish {
    padding: 0; }

  .tab_finish_title h2 {
    font-size: 18px; }
  .tab_finish_title span {
    font-size: 16px; }

  .tab_finish_summary h2 {
    font-size: 16px;
    margin-bottom: 10px; }
  .tab_finish_summary > ul {
    width: 100%;
    margin: 0; }
    .tab_finish_summary > ul > li p strong {
      font-size: 12px; }

  .finish_total {
    background-color: #d8e8ee;
    padding-top: 10px;
    padding-bottom: 10px; }
    .finish_total p {
      font-size: 16px;
      line-height: 39px; }
    .finish_total .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      max-width: 100%;
      width: 100%;
      clear: both;
      float: none;
      margin: 0 auto 15px; }

  .finish_contact {
    background-size: 150%;
    background-position: 50% top;
    height: 117px; }
    .finish_contact .finish_contact_title {
      margin: 12px 0 6px 0; }
      .finish_contact .finish_contact_title span {
        font-size: 18px;
        line-height: 18px; }
      .finish_contact .finish_contact_title i {
        font-size: 13px;
        line-height: 13px; }
    .finish_contact .finish_contact_content .button {
      display: none; }
    .finish_contact .finish_contact_content > a:not(.button) {
      background-size: 32px;
      padding-left: 40px;
      line-height: 32px; }
    .finish_contact .finish_contact_content .phone_drop {
      width: 40px;
      margin: 6px 0 0 8px;
      font-size: 12px; }
      .finish_contact .finish_contact_content .phone_drop span {
        height: 20px;
        line-height: 20px;
        padding: 0 5px; }
        .finish_contact .finish_contact_content .phone_drop span:before {
          border-width: 5px 3px 0 3px;
          top: 7px;
          right: 4px; }

  .discount_message {
    width: 100%;
    font-size: 12px;
    margin-top: 3px;
    margin-left: 0; }

  .new_order.new_order_payment .field_item.field_additions {
    max-width: 100%;
    margin-left: 0; }
    .new_order.new_order_payment .field_item.field_additions > label {
      width: 100%; }

  .settings .content {
    padding-bottom: 10px; }

  .settings_item {
    margin-bottom: 20px; }
    .settings_item > .field_item {
      padding: 0; }
      .settings_item > .field_item > label {
        width: 100%;
        max-width: 100%;
        text-align: left; }
      .settings_item > .field_item.field_repeat_password > label {
        font-size: 14px;
        line-height: 20px; }
      .settings_item > .field_item > .select2-container {
        min-width: 92%;
        max-width: 92%; }
      .settings_item > .field_item > input:not([type="submit"]) {
        width: 92%; }
      .settings_item > .field_item > .field_error {
        width: 92%; }
      .settings_item > .field_item .field_tooltip {
        margin: 7px 0 0 7px; }
    .settings_item > .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      margin-left: 0;
      width: 100%;
      margin-top: 15px; }

  .settings_item > .field_item.field_profile_id {
    padding-top: 0; }

  .profile_id_wrapper {
    width: 92%; }

  .ppp-link {
    width: 100%;
    height: 38px; }

  .cabinet .comission_table {
    max-width: 100%;
    width: 100%; }
    .cabinet .comission_table thead tr th {
      font-size: 16px; }
    .cabinet .comission_table tbody tr:nth-child(2) td:first-child span, .cabinet .comission_table tbody tr:nth-child(5) td:first-child span {
      font-size: 30px; }
    .cabinet .comission_table tbody tr:first-child td {
      font-size: 13px; }

  .work_scheme_item {
    width: 100%;
    max-width: 280px;
    margin-bottom: 0; }
    .work_scheme_item p {
      font-size: 13px;
      line-height: 14px;
      margin-top: 8px; }
    .work_scheme_item .work_scheme_icon {
      width: 120px; }
    .work_scheme_item:not(:last-child) {
      margin-bottom: 60px; }
      .work_scheme_item:not(:last-child) .work_scheme_icon:before {
        background: url("/assets/cabinet/work_scheme_devider_mobile-e5da422c28437c853e7639bf794fb84488f0b55f89caa3e265bb070a55abc582.png") center bottom no-repeat;
        background-size: 19px;
        width: 20px;
        height: 26px;
        top: 100%;
        left: 50%;
        margin-left: -10px;
        margin-top: 50px; }

  .authorization_tabs .tab_item .field_item .field_phone_number_item i {
    line-height: 12px; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code {
    max-width: 21%;
    width: 21%;
    padding-left: 10px; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code:before {
      font-size: 18px;
      line-height: 30px; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code .country_flag {
      top: 7px;
      left: 15px; }
    .authorization_tabs .tab_item .field_item .field_phone_number_item.country_code input:not([type="submit"]) {
      padding-left: 24px; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.state_area_code {
    max-width: 17.5%; }
  .authorization_tabs .tab_item .field_item .field_phone_number_item.phone_number {
    max-width: 39%; }
  .authorization_tabs .tab_item > p {
    line-height: 18px; }
  .authorization_tabs .tab_item.first > .tab_content > .field_item {
    max-width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_item.authorization_country > label {
      width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .field_item.authorization_country .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > label {
      width: 100%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > p {
      background-size: 8px;
      font-size: 11px;
      margin-left: 5px;
      padding-left: 10px;
      line-height: 30px; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item > .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      max-width: 100%;
      width: 100%;
      clear: both;
      margin-top: 10px; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email input:not([type="submit"]) {
      width: 82%; }
    .authorization_tabs .tab_item.first > .tab_content > .field_item.authorization_email .field_error {
      width: 82%; }
  .authorization_tabs .tab_item.first .authorization_submit_block .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px; }
  .authorization_tabs .tab_item.second .field_item {
    max-width: 100%; }
    .authorization_tabs .tab_item.second .field_item > label {
      width: 100%;
      text-align: left;
      line-height: 20px; }
    .authorization_tabs .tab_item.second .field_item input:not([type="submit"]) {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item .field_error {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_block {
      width: 100%; }
    .authorization_tabs .tab_item.second .field_item.authorization_phone_number .field_phone_number_item.country_code .country_flag {
      left: 14px; }
    .authorization_tabs .tab_item.second .field_item.authorization_birthday .select2-container {
      min-width: 30%;
      max-width: 30%;
      margin-right: 5%; }
      .authorization_tabs .tab_item.second .field_item.authorization_birthday .select2-container:last-child {
        margin-right: 0; }
    .authorization_tabs .tab_item.second .field_item.authorization_birthday .field_error {
      width: 30%;
      margin-right: 5%; }
      .authorization_tabs .tab_item.second .field_item.authorization_birthday .field_error:last-child {
        margin-right: 0; }
    .authorization_tabs .tab_item.second .field_item.authorization_academic_level > label {
      line-height: 20px; }
  .authorization_tabs .tab_item.third .authorization_submit_block .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px; }
  .authorization_tabs .authorization_submit_block {
    padding: 14px 0; }
    .authorization_tabs .authorization_submit_block .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 94%;
      max-width: 94%; }

  .authorization .content_title h1,
  .authorization .content_title h2 {
    width: 100%; }

  .referral .referral_code {
    margin-right: 0;
    width: 100%;
    margin-top: 15px; }
    .referral .referral_code p {
      font-size: 16px;
      width: 80%;
      padding: 10px 0;
      margin: 18px auto 0; }
  .referral .referral_info {
    width: 100%; }
    .referral .referral_info .referral_info_item {
      margin-bottom: 5px; }
      .referral .referral_info .referral_info_item p {
        border: #d5dbe5 1px solid;
        background-color: #f6f6f6;
        width: 100%;
        margin-left: 0;
        padding: 0 3%;
        font-size: 15px;
        line-height: 30px; }
      .referral .referral_info .referral_info_item input:not([type="submit"]) {
        width: 100%;
        margin-right: 0; }
      .referral .referral_info .referral_info_item span {
        width: 100%;
        text-align: left; }
      .referral .referral_info .referral_info_item .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        width: 100%;
        margin-top: 10px; }
      .referral .referral_info .referral_info_item .social_link {
        width: 33.333%;
        height: 30px; }
        .referral .referral_info .referral_info_item .social_link.twitter {
          background-size: 16px; }
        .referral .referral_info .referral_info_item .social_link.fb {
          background-size: 8px; }
        .referral .referral_info .referral_info_item .social_link.pinterest {
          background-size: 14px; }

  .affilate_program .total_line {
    margin: 0 -2%; }
  .affilate_program .table_filters .table_filters_dates .table_date_item {
    margin-left: 0; }
  .affilate_program .table_filters .table_filters_level {
    margin-left: 0;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 10px 0 8px 0; }
    .affilate_program .table_filters .table_filters_level .table_level_item {
      margin: 0 20px 0 0; }
      .affilate_program .table_filters .table_filters_level .table_level_item label {
        margin-left: 10px;
        line-height: 20px; }
      .affilate_program .table_filters .table_filters_level .table_level_item .checker {
        width: 20px;
        height: 20px;
        margin-top: 0; }
        .affilate_program .table_filters .table_filters_level .table_level_item .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
          .affilate_program .table_filters .table_filters_level .table_level_item .checker span input[type="checkbox"] {
            width: 20px;
            height: 20px; }
    .affilate_program .table_filters .table_filters_level + .button {
      margin-top: 5px !important; }
  .affilate_program .table_search .button {
    display: block; }

  .cabinet .affilate_program .total_line {
    background: none; }
    .cabinet .affilate_program .total_line span {
      background-color: #d3e4eb;
      margin: 0 -3%;
      padding: 10px 0; }
    .cabinet .affilate_program .total_line .button {
      margin-top: 15px; }
  .cabinet .affilate_program .table_filters .table_filters_dates .table_date_item {
    width: 47%; }
    .cabinet .affilate_program .table_filters .table_filters_dates .table_date_item + .table_date_item {
      float: right; }
  .cabinet .affilate_program .table_filters .table_filters_dates .button {
    width: 100%; }

  .order_view .content {
    width: 100%; }
  .order_view .order_view_item ul li.order_event > span {
    font-size: 14px;
    width: 36%; }
  .order_view .order_view_item ul li.order_event > p {
    font-size: 14px;
    width: 58%; }
  .order_view .order_view_item ul li.order_event .order_event_info > .order_event_item > span {
    font-size: 14px;
    width: 36%; }
  .order_view .order_view_item ul li.order_event .order_event_info > .order_event_item > p {
    font-size: 14px;
    width: 58%; }
  .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file {
    display: inline-block;
    vertical-align: top;
    width: 100%; }
    .order_view .order_view_item ul li.order_event .order_event_info .order_event_item .order_event_file a {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding-left: 0;
      max-width: 75%; }

  .order_view_title .order_view_name {
    font-size: 16px;
    padding: 16px 2%; }
    .order_view_title .order_view_name h2 {
      font-size: 16px; }

  .order_file_info {
    padding: 0;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .order_file_info .order_info_item {
      border-right: none;
      border-bottom: #9ab8c4 1px solid;
      width: 100%;
      padding: 8px 3%;
      text-align: left; }
      .order_file_info .order_info_item:first-child {
        border-top: #9ab8c4 1px solid; }
        .order_file_info .order_info_item:first-child span {
          padding-left: 6px;
          color: #646c70; }
          .order_file_info .order_info_item:first-child span > a {
            color: inherit;
            text-decoration: none;
            pointer-events: none; }

  .order_view_total_price span {
    font-size: 15px; }
  .order_view_total_price p {
    font-size: 15px; }
  .order_view_total_price .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    max-width: 100%;
    width: 100%;
    margin: 0; }

  .order_view_item {
    margin: 0 !important; }
    .order_view_item > i {
      font-size: 16px; }
    .order_view_item .order_event_info .order_event_item > span {
      font-size: 15px;
      margin-right: 10px;
      max-width: 190px; }
    .order_view_item .order_event_info .order_event_item > p {
      width: 50% !important; }
    .order_view_item ul li {
      margin-bottom: 10px;
      line-height: 18px; }
      .order_view_item ul li .checker {
        width: 20px;
        height: 20px; }
        .order_view_item ul li .checker span {
          background-size: 20px;
          width: 20px;
          height: 20px; }
          .order_view_item ul li .checker span input[type="checkbox"] {
            width: 20px;
            height: 20px; }
      .order_view_item ul li .tooltip {
        margin: 3px 0 0 10px;
        background-size: 15px;
        width: 15px;
        height: 15px; }
      .order_view_item ul li > p {
        width: 56%; }
      .order_view_item ul li > span {
        font-size: 15px;
        margin-right: 10px;
        max-width: 190px;
        width: 38%; }

  .order_view_special {
    line-height: 22px; }
    .order_view_special span {
      width: 55px; }
      .order_view_special span i {
        position: relative;
        top: 0;
        font-size: 10px;
        line-height: 11px; }
    .order_view_special p i {
      position: relative;
      width: 55px;
      top: 0;
      font-size: 10px;
      line-height: 11px; }

  .order_view_completed {
    padding: 10px;
    width: calc(100% + 20px);
    margin-left: -10px; }
    .order_view_completed h2 {
      font-size: 18px; }

  .order_view_feedback div.star-rating {
    background-size: 18px;
    width: 18px;
    height: 16px;
    margin: 0 1px 0 1px; }
    .order_view_feedback div.star-rating a {
      background-size: 18px;
      width: 18px; }
    .order_view_feedback div.star-rating-on a {
      background-position: 0 bottom !important; }
    .order_view_feedback div.star-rating-hover a {
      background-position: 0 bottom; }
  .order_view_feedback div .rating-cancel + .star-rating {
    margin: 0 1px 0 0; }
  .order_view_feedback .ng-rating {
    background-size: 18px;
    width: 18px;
    height: 16px;
    margin: 0 -1px; }

  .order_view_title .order_view_feedback {
    width: 40%; }
    .order_view_title .order_view_feedback > .controller > .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      max-width: 95%;
      width: 95%; }

  .order_view_payment {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding: 8px 4%; }
    .order_view_payment span {
      font-size: 18px;
      line-height: 18px; }
    .order_view_payment .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 96%; }

  .order_view_payment_link {
    width: 35%; }

  .order_improvements .button_improvement {
    width: 100%; }

  .order_event_file_list {
    float: left;
    width: 100% !important;
    display: inline-block;
    max-width: 250px; }
    .order_event_file_list .order_event_file a {
      max-width: 69%;
      padding-left: 4%;
      display: inline-block;
      vertical-align: bottom;
      overflow: hidden; }

  .feedbacks .pagination {
    display: none; }
  .feedbacks.ranking .content_title h1,
  .feedbacks.ranking .content_title h2,
  .feedbacks.ranking .content_title h3 {
    padding: 0 2%; }

  .feedback_table {
    display: none; }

  .table_mobile {
    overflow: hidden;
    display: table;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 20px; }
    .table_mobile .row {
      display: table-row; }
      .table_mobile .row:first-child > div {
        border-top: #9ab8c4 1px solid; }
        .table_mobile .row:first-child > div > a {
          text-decoration: none;
          color: inherit;
          pointer-events: none; }
      .table_mobile .row > div {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-right: #9ab8c4 1px solid;
        border-bottom: #9ab8c4 1px solid;
        display: table-cell;
        vertical-align: middle;
        color: #646c70;
        font-size: 14px;
        padding: 10px 2%;
        width: 33.3333%; }
        .table_mobile .row > div:first-child {
          background-color: #d3e4eb;
          border-right: #9ab8c4 1px solid;
          border-bottom: #9ab8c4 1px solid;
          color: #455f76;
          font-size: 14px;
          width: 26%; }
        .table_mobile .row > div:last-child {
          border-right: none; }
        .table_mobile .row > div a {
          color: #19a1e5;
          display: block;
          word-break: break-all;
          text-decoration: none; }
        .table_mobile .row > div > .rating_wrapper {
          text-align: center; }
          .table_mobile .row > div > .rating_wrapper div.star-rating {
            background-size: 18px;
            width: 18px;
            height: 16px;
            margin: 0 1px 0 1px; }
            .table_mobile .row > div > .rating_wrapper div.star-rating a {
              background-size: 18px;
              width: 18px; }
            .table_mobile .row > div > .rating_wrapper div.star-rating-on a {
              background-position: 0 bottom !important; }
            .table_mobile .row > div > .rating_wrapper div.star-rating-hover a {
              background-position: 0 bottom; }
          .table_mobile .row > div > .rating_wrapper div .rating-cancel + .star-rating {
            margin: 0 1px 0 0; }
          .table_mobile .row > div > .rating_wrapper + a {
            text-align: center; }
        .table_mobile .row > div > .controller > .my_rating {
          text-align: center; }
          .table_mobile .row > div > .controller > .my_rating .ng-rating {
            background-size: 18px;
            width: 18px;
            height: 16px;
            margin: 0 1px; }
        .table_mobile .row > div > .controller > .button {
          border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          color: #fff;
          cursor: pointer;
          display: block;
          font-family: 'PT Sans', sans-serif;
          text-align: center;
          text-decoration: none;
          border: none;
          outline: none;
          -webkit-appearance: none;
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          box-shadow: 0 3px 4px #e6eef1;
          -moz-box-shadow: 0 3px 4px #e6eef1;
          -webkit-box-shadow: 0 3px 4px #e6eef1;
          background: #43b0d9;
          background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
          background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
          font-size: 15px;
          height: 34px;
          line-height: 34px; }
          .table_mobile .row > div > .controller > .button:hover {
            background: #5dbce0;
            background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
            background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
          .table_mobile .row > div > .controller > .button:active {
            background: #3499be;
            background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
            background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }

  .feedback_writer_info {
    padding: 3px 2% 18px 3%; }
    .feedback_writer_info .photo {
      margin-right: 14px;
      max-width: 85px; }
    .feedback_writer_info .feedback_writer_description {
      float: none;
      padding-left: 0; }
      .feedback_writer_info .feedback_writer_description .writers_rank {
        margin-top: 0; }
        .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating {
          background-size: 28px;
          width: 28px;
          height: 26px;
          margin: 0 1px 0 1px; }
          .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating a {
            background-size: 28px;
            width: 28px; }
          .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating-on a {
            background-position: 0 bottom !important; }
          .feedback_writer_info .feedback_writer_description .writers_rank div.star-rating-hover a {
            background-position: 0 bottom; }
        .feedback_writer_info .feedback_writer_description .writers_rank div .rating-cancel + .star-rating {
          margin: 0 1px 0 0; }
        .feedback_writer_info .feedback_writer_description .writers_rank > p {
          width: 100%; }
        .feedback_writer_info .feedback_writer_description .writers_rank .rating_form {
          margin-left: 0;
          margin-top: 5px; }
      .feedback_writer_info .feedback_writer_description p {
        font-size: 15px;
        line-height: 20px; }
      .feedback_writer_info .feedback_writer_description .writers_number p {
        font-size: 15px;
        line-height: 20px; }
    .feedback_writer_info .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%; }

  .writer_feedbacks {
    display: block;
    overflow: visible;
    padding-bottom: 0; }
    .writer_feedbacks:before {
      display: none; }

  .your_feedbacks {
    width: 100%;
    margin-bottom: 20px; }
    .your_feedbacks .angular_form .popup_feedback.violation .violation_content .field_item .validation_error {
      bottom: -10px; }
    .your_feedbacks .angular_form .popup_feedback.violation .violation_content .form_item #uniform-feedback_violation_is_revise {
      margin-right: 7px; }

  .other_feedbacks {
    width: 100%; }
    .other_feedbacks div.star-rating {
      background-size: 13px;
      width: 13px;
      height: 12px;
      margin: 0 1px 0 1px; }
      .other_feedbacks div.star-rating a {
        background-size: 13px;
        width: 13px; }
      .other_feedbacks div.star-rating-on a {
        background-position: 0 bottom !important; }
      .other_feedbacks div.star-rating-hover a {
        background-position: 0 bottom; }
    .other_feedbacks div .rating-cancel + .star-rating {
      margin: 0 1px 0 0; }
    .other_feedbacks .other_feedback_item {
      margin-bottom: 13px; }
      .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic {
        width: 74%; }
        .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic p {
          font-size: 14px;
          line-height: 14px; }
        .other_feedbacks .other_feedback_item .other_feedback_title .other_feedback_topic .time p {
          font-size: 11px;
          margin-top: 3px; }
      .other_feedbacks .other_feedback_item .other_feedback_text p {
        word-break: break-word;
        font-size: 14px;
        line-height: 18px; }
    .other_feedbacks .see_all {
      float: left;
      margin: 10px 0 0 4%; }

  .feedback_data h2 {
    font-size: 20px; }
    .feedback_data h2 span {
      font-size: 13px;
      margin-left: 0.3em; }
  .feedback_data .button {
    width: 100%;
    margin: 15px 0 0 0; }
    .feedback_data .button.button_cancel {
      font-size: 18px;
      height: 45px;
      line-height: 45px; }
    .feedback_data .button.button_save {
      font-size: 18px;
      height: 45px;
      line-height: 45px; }
  .feedback_data .you_ranked {
    font-size: 15px;
    line-height: 18px; }
    .feedback_data .you_ranked.without_rank .rating_item {
      margin: 0px 0 15px 0; }
    .feedback_data .you_ranked > p {
      display: inline-block;
      width: 100%;
      top: 0;
      margin-bottom: 10px; }
    .feedback_data .you_ranked .rating_item {
      margin-left: 0; }
      .feedback_data .you_ranked .rating_item .ng-rating {
        background-size: 24px;
        width: 24px;
        height: 22px;
        margin: 0 1px; }
    .feedback_data .you_ranked .time p {
      font-size: 13px;
      line-height: 20px; }
  .feedback_data .your_feedbacks_change textarea {
    height: 128px; }

  .feedback_line {
    width: calc(100% + 20px);
    display: inline-block;
    vertical-align: top;
    margin-left: -10px;
    padding: 9px 2%;
    margin-bottom: 15px; }
    .feedback_line p {
      font-size: 17px; }

  .see_all {
    font-size: 12px; }

  .not_any_feedback {
    font-size: 16px; }

  .discount_progress {
    text-align: center;
    position: relative;
    padding-top: 8px;
    width: 90%;
    height: 385px; }
    .discount_progress:before {
      background: url("/assets/cabinet/progress_line-c0fccfe9b4e3d951be0cc4ed10a9cf48c4d8e13aae934cd933d0c389678598f1.png") center top no-repeat;
      background-size: 100px;
      content: '';
      display: block;
      width: 100px;
      height: 350px;
      position: absolute;
      top: 13px;
      left: 50%;
      margin-left: -50px; }

  .progress_info {
    background: none;
    display: inline-block;
    vertical-align: top;
    width: 100px; }
    .progress_info > p {
      color: #101010;
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      margin-top: -4px;
      width: 103px; }

  .progress_bar {
    background: url("/assets/cabinet/progress_bar_line-f5ea4c04dc1bd8421f05eac72a18af478bec81641031f5ba5c5da1b41d01b7df.png") no-repeat;
    background-size: 48px;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 358px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -24px; }

  .progress_line {
    background: #c8dfe9;
    background: -moz-linear-gradient(left, #c8dfe9 0%, #6c92d1 100%);
    background: -webkit-linear-gradient(left, #c8dfe9 0%, #6c92d1 100%);
    background: linear-gradient(to right, #c8dfe9 0%, #6c92d1 100%);
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    border-radius: 0 0 48px 48px;
    -moz-border-radius: 0 0 48px 48px;
    -webkit-border-radius: 0 0 48px 48px;
    min-height: 2%;
    min-width: 100%;
    max-width: 100%; }

  .progress_value {
    background: #f0efea;
    background: -moz-linear-gradient(top, #f0efea 0%, #e3e4e3 100%);
    background: -webkit-linear-gradient(top, #f0efea 0%, #e3e4e3 100%);
    background: linear-gradient(to bottom, #f0efea 0%, #e3e4e3 100%);
    border-top: #fff 1px solid;
    border-bottom: #aaaaa9 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #646c70;
    font-weight: bold;
    font-size: 10px;
    display: block;
    width: 68px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    z-index: 10;
    bottom: 100%;
    left: 50%;
    margin: -11px 0 0 -34px;
    text-shadow: 0px 1px 1px #f5f5f5; }

  .progress_info.discount_value {
    text-align: left;
    position: relative;
    left: 160px; }
    .progress_info.discount_value > p {
      text-indent: 0; }
    .progress_info.discount_value .progress_info_item {
      text-align: left; }
      .progress_info.discount_value .progress_info_item span {
        text-align: left; }

  .progress_info.progress_price {
    text-align: right;
    position: relative;
    right: 160px; }
    .progress_info.progress_price .progress_info_item span {
      text-align: right; }

  .progress_info > p + .progress_info_item {
    margin-top: 54px; }

  .progress_info > p + .progress_info_item + .progress_info_item {
    margin-top: 93px; }

  .progress_price .progress_info_item,
  .discount_value .progress_info_item {
    margin-left: 0; }

  .progress_info_item:last-child {
    margin-top: 93px; }

  .progress_info_item span {
    color: #101010;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    width: 75px; }

  .progress_info_item span b {
    color: #f23d20; }

  .discount_offer {
    margin-top: 20px;
    padding-top: 16px; }
    .discount_offer p {
      font-size: 20px;
      line-height: 24px; }
    .discount_offer .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%; }

  .discount_value .progress_info_item:after {
    display: none; }

  .progress_line:after {
    display: none; }

  .discount_text p {
    font-size: 14px;
    line-height: 18px; }

  .discount_components .widget {
    max-width: 100%;
    margin: 0;
    margin-bottom: 25px; }
    .discount_components .widget:last-child {
      margin-bottom: 0; }

  .discount_progress_selection h2 {
    font-size: 22px;
    top: -14px;
    padding: 0 30px; }

  .discount_progress {
    display: none; }
    .discount_progress.discount_progress_mobile {
      display: block; }

  .balance_value_plus {
    color: #389c5e; }

  .balance_value_minus {
    color: #ff6e3b; }

  .calendar {
    pointer-events: none; }

  .my_order .content_title {
    margin-bottom: 0; }

  .my_order_content {
    color: #646c70;
    display: block;
    width: calc(100% + 20px);
    margin-left: -10px; }

  .my_order_head {
    background-color: #d3e4eb;
    display: table;
    width: 100%; }
    .my_order_head > div {
      color: #455f76;
      font-weight: bold; }
    .my_order_head .my_order_details {
      display: table-cell;
      vertical-align: middle;
      width: 85%;
      padding: 8px 1.5%; }

  .my_rating {
    margin: 20px 0; }

  .my_order_item {
    border-bottom: #c0d0d7 1px solid;
    display: table;
    width: 100%;
    line-height: normal; }
    .my_order_item .ng-rating {
      background-size: 24px;
      width: 24px;
      height: 22px;
      margin: 0 -1px; }

  .my_order_id {
    border-right: #c0d0d7 1px solid;
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    padding: 8px 1.5%;
    position: relative;
    pointer-events: none;
    color: #646c70; }
    .my_order_id > a {
      color: inherit;
      text-decoration: none; }

  .my_order_item .my_order_id {
    font-size: 12px; }

  .my_order_notification {
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 16px;
    top: 2px;
    right: 2px; }

  .my_order_details {
    border-collapse: collapse;
    width: 100%;
    display: table; }
    .my_order_details .my_order_link {
      background: url("/assets/cabinet/my_order_link-952ca15a83c958a6382db920cf2a89fddad1432cf107a77f421ae9010aecfb1a.png") center center no-repeat;
      background-size: 9px;
      border-left: #c0d0d7 1px solid;
      width: 15%;
      height: 100%;
      display: inline-block;
      vertical-align: top; }
    .my_order_details .my_order_payment {
      border-top: #c0d0d7 1px solid;
      display: table-row;
      text-align: center;
      border-bottom: #edf1f3 5px solid; }
      .my_order_details .my_order_payment div {
        border: none;
        font-style: italic;
        font-weight: bold;
        width: 94%;
        margin: 0 3%;
        padding: 8px 0 5px 0;
        text-align: left; }
        .my_order_details .my_order_payment div p {
          font-size: 15px; }
      .my_order_details .my_order_payment .button {
        font-size: 15px;
        height: 34px;
        line-height: 34px;
        display: inline-block;
        width: 96%;
        margin: 0 auto; }

  .my_order_description {
    width: 85%;
    float: left;
    padding: 8px 1.5%;
    word-wrap: break-word; }
    .my_order_description a {
      color: #19a1e5;
      text-decoration: none;
      display: block;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 225px; }

  .my_order_rating {
    border-top: #c0d0d7 1px solid;
    display: table-row;
    text-align: center; }
    .my_order_rating > .controller > .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      width: 96%;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      margin: 10px auto; }
      .my_order_rating > .controller > .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .my_order_rating > .controller > .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
    .my_order_rating > .controller > .rating_wrapper {
      margin: 10px 0; }
      .my_order_rating > .controller > .rating_wrapper div.star-rating {
        background-size: 24px;
        width: 24px;
        height: 22px;
        margin: 0 1px 0 1px; }
        .my_order_rating > .controller > .rating_wrapper div.star-rating a {
          background-size: 24px;
          width: 24px; }
        .my_order_rating > .controller > .rating_wrapper div.star-rating-on a {
          background-position: 0 bottom !important; }
        .my_order_rating > .controller > .rating_wrapper div.star-rating-hover a {
          background-position: 0 bottom; }
      .my_order_rating > .controller > .rating_wrapper div .rating-cancel + .star-rating {
        margin: 0 1px 0 0; }

  .revision_request_block {
    border: 1px solid #E2ECF0;
    margin-bottom: 10px; }

  .cabinet .radio_buttons.radio_balance {
    width: 96%;
    display: flex; }
    .cabinet .radio_buttons.radio_balance .ui-state-default {
      width: 100%;
      height: 50px;
      line-height: 50px; }
      .cabinet .radio_buttons.radio_balance .ui-state-default.not_use_balance {
        background-size: 110px;
        background-position: center -6px; }
        .cabinet .radio_buttons.radio_balance .ui-state-default.not_use_balance.ui-state-active {
          background-position: center -62px; }
      .cabinet .radio_buttons.radio_balance .ui-state-default.use_balance {
        background-size: 111px;
        background-position: center -6px; }
        .cabinet .radio_buttons.radio_balance .ui-state-default.use_balance.ui-state-active {
          background-position: center -62px; }
  .cabinet .radio_buttons .ui-state-default {
    height: 30px; }
  .cabinet .radio_buttons.radio_paper_format .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 5px 0;
    display: inline-block;
    margin-top: -1px; }
    .cabinet .radio_buttons.radio_paper_format .ui-state-default .ui-button-text {
      font-size: 14px; }
  .cabinet .radio_buttons.writer_level_buttons .radio {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    top: 58px; }
    .cabinet .radio_buttons.writer_level_buttons .radio span {
      background-size: 26px;
      width: 26px;
      height: 26px; }
      .cabinet .radio_buttons.writer_level_buttons .radio span input[type="radio"] {
        width: 26px;
        height: 26px; }
        .cabinet .radio_buttons.writer_level_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 26px !important;
          height: 26px !important; }
  .cabinet .radio_buttons.writer_level_buttons .writer_level_radio {
    width: 29.3%; }
    .cabinet .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title {
      padding: 6px 0; }
      .cabinet .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title span {
        font-size: 14px;
        line-height: 16px; }
      .cabinet .radio_buttons.writer_level_buttons .writer_level_radio .writer_level_title p {
        font-size: 12px;
        line-height: 14px; }
  .cabinet .radio_buttons.writer_level_buttons .ui-state-default {
    min-height: 126px; }
  .cabinet .radio_buttons.writer_level_buttons .writer_level_details {
    margin-top: 44px; }
    .cabinet .radio_buttons.writer_level_buttons .writer_level_details span {
      color: #827f76;
      font-size: 8px;
      line-height: 8px; }
  .cabinet .radio_buttons.customer_service_buttons .radio {
    width: 26px;
    height: 26px;
    margin-left: -13px;
    top: 51px; }
    .cabinet .radio_buttons.customer_service_buttons .radio span {
      background-size: 26px;
      width: 26px;
      height: 26px; }
      .cabinet .radio_buttons.customer_service_buttons .radio span input[type="radio"] {
        width: 26px;
        height: 26px; }
        .cabinet .radio_buttons.customer_service_buttons .radio span input[type="radio"].ui-helper-hidden-accessible {
          width: 26px !important;
          height: 26px !important; }
  .cabinet .radio_buttons.customer_service_buttons .ui-state-default {
    min-height: 85px; }
  .cabinet .radio_buttons.customer_service_buttons .customer_service_title span {
    font-size: 12px;
    line-height: 14px; }
    .cabinet .radio_buttons.customer_service_buttons .customer_service_title span strong:before {
      background-size: 55px;
      width: 55px; }
  .cabinet .radio_buttons.customer_service_buttons .customer_service_title p {
    font-size: 12px;
    line-height: 14px; }
  .cabinet .radio_buttons.radio_payment {
    display: flex; }
    .cabinet .radio_buttons.radio_payment .ui-state-default {
      width: 100%;
      height: 50px;
      line-height: 50px; }
      .cabinet .radio_buttons.radio_payment .ui-state-default.paypal {
        background-position: center center;
        background-size: 52px; }
      .cabinet .radio_buttons.radio_payment .ui-state-default.creditcard {
        background-position: center center;
        background-size: 52px; }
      .cabinet .radio_buttons.radio_payment .ui-state-default.wire_transfer {
        background-position: center center;
        background-size: 52px; }
  .cabinet .field_academic_level .radio_buttons .ui-state-default {
    border: #cccccc 1px solid;
    width: 100%;
    height: auto;
    padding: 5px 0 !important;
    display: inline-block;
    margin-top: -1px; }
    .cabinet .field_academic_level .radio_buttons .ui-state-default .ui-button-text {
      font-size: 14px; }
      .cabinet .field_academic_level .radio_buttons .ui-state-default .ui-button-text i {
        display: inline-block;
        font-size: 12px;
        margin-left: 0.2em; }

  .cabinet input:not([type="submit"]) {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: #cccccc 1px solid;
    color: #808080;
    font-size: 14px;
    height: 30px;
    outline: none;
    padding: 0 5px;
    -webkit-appearance: none; }
  .cabinet textarea {
    font-size: 14px;
    padding: 5px; }
  .cabinet .field_item {
    margin-bottom: 10px; }
    .cabinet .field_item > label,
    .cabinet .field_item .order-pages-num > label,
    .cabinet .field_item .order-words-num > label {
      font-size: 14px;
      line-height: 30px; }
    .cabinet .field_item .field_phone_number_item i {
      font-size: 12px; }
  .cabinet .files_uploader .fileinput-button {
    width: 100%; }
  .cabinet .files_uploader .button {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    max-width: 100%; }
    .cabinet .files_uploader .button:before {
      background-size: 33px;
      width: 33px;
      height: 25px;
      margin-top: -12.5px;
      left: 30px; }
  .cabinet .files_uploader .files_list ul {
    list-style: none; }
    .cabinet .files_uploader .files_list ul li {
      border-top: #e9e9e9 1px solid;
      padding: 5px 0; }
      .cabinet .files_uploader .files_list ul li a.delete {
        background-size: 8px;
        display: inline-block;
        vertical-align: top;
        width: 8px;
        height: 8px;
        margin: 5px 6px 0 0; }
      .cabinet .files_uploader .files_list ul li span {
        font-size: 13px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list ul li .file_icon {
    width: 33px;
    height: 37px;
    margin-right: 10px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list ul li span {
    margin-top: 3px; }
  .cabinet .files_uploader.files_uploader_with_download .files_list ul a.delete {
    background-size: 19px;
    width: 19px;
    height: 19px; }
  .cabinet .field_tooltip {
    background-size: 16px;
    width: 16px;
    height: 16px; }
  .cabinet .field_badge {
    font-size: 8px;
    width: 18px;
    height: 18px;
    line-height: 18px; }
  .cabinet .tabs_notification {
    margin: 20px 3% 10px 3%;
    padding: 5px 2%;
    font-size: 13px;
    line-height: 18px; }
    .cabinet .tabs_notification .tabs_notification_close {
      background-size: 8px;
      width: 18px;
      height: 18px;
      top: -9px;
      right: -9px; }
  .cabinet .file_format_error {
    font-size: 11px;
    margin: 4px 0; }

  .select2-container--cabinet_default {
    font-size: 14px; }
    .select2-container--cabinet_default .select2-selection--single {
      border: 1px solid #cccccc;
      height: 30px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__rendered {
        line-height: 28px;
        padding-left: 8px;
        padding-right: 20px; }
      .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow {
        border-left: 1px solid #e5e5e5;
        height: 20px;
        margin-top: -10px;
        width: 28px; }
        .select2-container--cabinet_default .select2-selection--single .select2-selection__arrow b {
          border-width: 5px 3px 0 3px;
          margin-left: -3px;
          margin-top: -2px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #69badb transparent;
      border-width: 0 3px 6px 3px; }
    .select2-container--cabinet_default .select2-search--dropdown .select2-search__field {
      border: 1px solid #cccccc;
      font-size: 14px; }
    .select2-container--cabinet_default .select2-results > .select2-results__options {
      max-height: 200px;
      overflow-y: auto; }
    .select2-container--cabinet_default .select2-results__options--nested:before {
      border-left: #7dc438 1px solid;
      width: 1px;
      left: 10px; }
    .select2-container--cabinet_default .select2-results__options--nested .select2-results__option {
      padding-left: 25px;
      position: relative; }
      .select2-container--cabinet_default .select2-results__options--nested .select2-results__option:before {
        border-top: #7dc438 1px solid;
        width: 10px;
        height: 1px;
        left: 10px; }
    .select2-container--cabinet_default .select2-results__group {
      cursor: default;
      display: block;
      padding: 6px; }
    .select2-container--cabinet_default .select2-results__option {
      padding: 6px; }
    .select2-container--cabinet_default .select2-dropdown {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      background-color: white;
      border: #69badb 1px solid;
      color: #808080;
      margin-top: -1px; }
    .select2-container--cabinet_default.select2-container--open .select2-selection--single {
      box-shadow: 0px 0px 5px #69badb;
      -moz-box-shadow: 0px 0px 5px #69badb;
      -webkit-box-shadow: 0px 0px 5px #69badb;
      border: #69badb 1px solid; }
    .select2-container--cabinet_default.select2-container--open .select2-selection__arrow {
      border-left: #69badb 1px solid; }

  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a {
    text-indent: -9999px;
    position: relative;
    height: 40px !important;
    line-height: 40px !important; }
    .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default a:before {
      color: #608d89;
      font-size: 15px;
      font-weight: bold;
      display: block;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 40px;
      z-index: 10;
      text-indent: 0; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:first-child a:before {
    content: '1'; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(2) a:before {
    content: '2'; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default:nth-child(3) a:before {
    content: '3'; }
  .cabinet .tabs:not(.tabs_customer) > .ui-tabs-nav .ui-state-default.done a:before {
    background: url("/assets/cabinet/tab_done-1301628fd15e6e2dff313e3581a64252fd82ceda509dc9fae6aa7f4315753b15.png") center center no-repeat;
    background-size: 13px;
    content: ''; }
  .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default {
    display: table; }
    .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a {
      display: table-cell !important;
      vertical-align: middle;
      text-indent: 0;
      font-size: 12px !important;
      line-height: 13px !important; }
      .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a span {
        display: none; }
      .cabinet .tabs.authorization_tabs > .ui-tabs-nav .ui-state-default a:before {
        display: none !important; }

  .cabinet .tabs_customer {
    padding-bottom: 8px; }
    .cabinet .tabs_customer .ui-tabs-nav .ui-state-default a {
      font-size: 16px; }

  .cabinet .spinner_wrapper .ui-spinner {
    height: 30px !important; }
    .cabinet .spinner_wrapper .ui-spinner-input {
      text-align: center; }
    .cabinet .spinner_wrapper .ui-spinner .spinner {
      font-size: 14px;
      padding: 0 10px;
      height: 30px; }
    .cabinet .spinner_wrapper .ui-spinner-button {
      position: absolute;
      left: 0;
      display: table;
      width: 40px;
      height: 24px; }
    .cabinet .spinner_wrapper .ui-spinner-up {
      top: 3px;
      border-right: none;
      border-left: #c2c5cf 1px solid;
      right: 0;
      left: inherit;
      height: 24px; }
      .cabinet .spinner_wrapper .ui-spinner-up:before {
        color: #626878;
        content: '+';
        display: block;
        font-size: 30px;
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center; }
      .cabinet .spinner_wrapper .ui-spinner-up .ui-icon {
        border-width: 0; }
    .cabinet .spinner_wrapper .ui-spinner-down {
      border-right: #c2c5cf 1px solid;
      bottom: 3px;
      height: 24px; }
      .cabinet .spinner_wrapper .ui-spinner-down:before {
        color: #626878;
        content: '-';
        display: block;
        font-size: 30px;
        position: absolute;
        width: 100%;
        height: 24px;
        line-height: 24px;
        text-align: center; }
      .cabinet .spinner_wrapper .ui-spinner-down .ui-icon {
        border-width: 0; }
    .cabinet .spinner_wrapper .ui-spinner .ui-button-text {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      width: 100%;
      height: 100%;
      line-height: 15px; }
    .cabinet .spinner_wrapper .ui-spinner .ui-icon {
      border-width: 0; }
      .cabinet .spinner_wrapper .ui-spinner .ui-icon:before {
        display: none; }
  .cabinet .spinner_wrapper.disabled {
    pointer-events: none; }
    .cabinet .spinner_wrapper.disabled .spinner {
      border: #d6d9da 1px solid;
      background-color: #eef2f3; }

  .cabinet table {
    display: none; }
    .cabinet table tr td {
      font-size: 14px; }
    .cabinet table.my_order_active tr td:nth-child(1) {
      width: 20%; }
    .cabinet table.my_order_active tr td:nth-child(2) {
      width: 80%; }
    .cabinet table.my_order_active tr td:nth-child(3), .cabinet table.my_order_active tr td:nth-child(4), .cabinet table.my_order_active tr td:nth-child(5) {
      display: none; }
  .cabinet .table_filters {
    padding: 10px 0; }
    .cabinet .table_filters > .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      margin-bottom: 10px; }
    .cabinet .table_filters label {
      display: block;
      float: none;
      margin: 0; }
    .cabinet .table_filters .table_filters_dates {
      width: 100%; }
      .cabinet .table_filters .table_filters_dates .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 20px; }
      .cabinet .table_filters .table_filters_dates .table_date_item {
        width: 32%; }
        .cabinet .table_filters .table_filters_dates .table_date_item input:not([type="submit"]) {
          width: 100%;
          font-size: 12px; }
        .cabinet .table_filters .table_filters_dates .table_date_item + .table_date_item {
          margin-left: 3%; }
    .cabinet .table_filters .table_search {
      width: 100%;
      margin-top: 20px; }
      .cabinet .table_filters .table_search label {
        display: none; }
      .cabinet .table_filters .table_search input:not([type="submit"]) {
        width: 67%;
        margin-top: 6px; }
      .cabinet .table_filters .table_search .button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin-left: 0;
        float: right;
        width: 30%;
        margin-top: 0px; }
  .cabinet .table_navigation {
    display: none; }

  .ui-datepicker-trigger {
    width: 18px;
    height: 21px;
    bottom: 4px;
    right: 6px;
    top: inherit; }

  .table_pagination_mobile {
    display: block;
    margin-top: 25px; }
    .table_pagination_mobile .button {
      border-radius: 0px;
      -moz-border-radius: 0px;
      -webkit-border-radius: 0px;
      color: #fff;
      cursor: pointer;
      display: block;
      font-family: 'PT Sans', sans-serif;
      text-align: center;
      text-decoration: none;
      border: none;
      outline: none;
      -webkit-appearance: none;
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      box-shadow: 0 3px 4px #e6eef1;
      -moz-box-shadow: 0 3px 4px #e6eef1;
      -webkit-box-shadow: 0 3px 4px #e6eef1;
      background: #43b0d9;
      background: -moz-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: -webkit-linear-gradient(top, #43b0d9 0%, #3da8d5 100%);
      background: linear-gradient(to bottom, #43b0d9 0%, #3da8d5 100%);
      float: left;
      font-size: 18px;
      width: 47%;
      height: 45px;
      line-height: 45px; }
      .table_pagination_mobile .button:hover {
        background: #5dbce0;
        background: -moz-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: -webkit-linear-gradient(top, #5dbce0 0%, #58b8de 100%);
        background: linear-gradient(to bottom, #5dbce0 0%, #58b8de 100%); }
      .table_pagination_mobile .button:active {
        background: #3499be;
        background: -moz-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: -webkit-linear-gradient(top, #3499be 0%, #308fb8 100%);
        background: linear-gradient(to bottom, #3499be 0%, #308fb8 100%); }
      .table_pagination_mobile .button:last-child {
        float: right; }

  .popup.popup_feedback {
    width: 90%; }
    .popup.popup_feedback .feedback_data h2 span {
      position: static; }
    .popup.popup_feedback .feedback_status span {
      font-size: 20px; }
    .popup.popup_feedback .feedback_status p {
      font-size: 15px;
      margin-top: 10px; }
    .popup.popup_feedback .feedback_status img {
      width: 54px; }
    .popup.popup_feedback .feedback_status .button_ok {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%; }
    .popup.popup_feedback .feedback_status b {
      font-size: 20px;
      margin-top: 10px; }
    .popup.popup_feedback.violation > p {
      font-size: 12px; }
    .popup.popup_feedback .violation_content textarea {
      height: 100px; }
    .popup.popup_feedback .violation_content strong {
      font-size: 13px;
      margin-bottom: 10px; }
    .popup.popup_feedback .violation_content .checker {
      width: 20px;
      height: 20px; }
      .popup.popup_feedback .violation_content .checker span {
        background-size: 20px;
        width: 20px;
        height: 20px; }
        .popup.popup_feedback .violation_content .checker span input[type="checkbox"] {
          width: 20px;
          height: 20px; }
    .popup.popup_feedback .violation_content .field_item label {
      font-size: 12px;
      line-height: 20px; }
    .popup.popup_feedback .violation_content .field_submit .button {
      width: 100%;
      margin: 0 0 15px 0; }
      .popup.popup_feedback .violation_content .field_submit .button.button_cancel {
        font-size: 18px;
        height: 45px;
        line-height: 45px; }
      .popup.popup_feedback .violation_content .field_submit .button.button_send {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 0; }
    .popup.popup_feedback .violation_content .revision_deadline {
      padding-left: 0; }
      .popup.popup_feedback .violation_content .revision_deadline .picker_filed {
        margin: 12px 0 0 0;
        float: left;
        width: 45%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed input:not([type="submit"]) {
          width: 100%; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed label {
          display: block; }
        .popup.popup_feedback .violation_content .revision_deadline .picker_filed:last-child {
          float: right; }
      .popup.popup_feedback .violation_content .revision_deadline .prompt {
        margin-top: 8px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt p {
          font-size: 12px; }
        .popup.popup_feedback .violation_content .revision_deadline .prompt .tooltip {
          margin-top: 0; }

  .popup_title .close,
  .popup_close {
    background: url("/assets/cabinet/close_popup_mobile-d264b6268afe121732e04ffae2593807842519aa9039a406d4cfe3738fff3ec4.png") center center no-repeat;
    background-size: 10px;
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
    z-index: 10; }

  .popup.popup_settings_add_phone .field_item,
  .popup.popup_settings_add_phone .field_submit {
    width: 100%; }
  .popup.popup_settings_add_phone .field_submit .button {
    width: 100%;
    margin-bottom: 12px; }
    .popup.popup_settings_add_phone .field_submit .button.button_verify {
      margin-bottom: 0; }
  .popup.popup_settings {
    width: 90%;
    padding: 10px 3%; }
    .popup.popup_settings .popup_icon {
      margin-top: 40px; }
      .popup.popup_settings .popup_icon span {
        width: 55px;
        height: 55px;
        margin-top: -28px; }
      .popup.popup_settings .popup_icon.popup_icon_email span {
        background-size: 33px; }
      .popup.popup_settings .popup_icon.popup_icon_password span {
        background-size: 33px; }
      .popup.popup_settings .popup_icon.popup_icon_phone span {
        background-size: 30px; }
    .popup.popup_settings .button_ok {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%; }
  .popup.popup_settings_edit_phone {
    width: 90%; }
    .popup.popup_settings_edit_phone .field_item > label {
      font-size: 12px;
      line-height: 14px;
      width: 100%;
      text-align: left;
      margin-bottom: 5px; }
    .popup.popup_settings_edit_phone .field_item + .field_item > label {
      line-height: 12px;
      margin-top: 2px; }
    .popup.popup_settings_edit_phone .field_item input.country_code + input:not([type="submit"]) {
      width: 77%; }
    .popup.popup_settings_edit_phone .field_item input.country_code + .field_error .validation_error {
      position: static; }
    .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) {
      width: 77%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]).country_code {
        width: 20%; }
      .popup.popup_settings_edit_phone .field_item input:not([type="submit"]) + .field_error {
        width: 77%; }
    .popup.popup_settings_edit_phone .field_item .select2-container {
      min-width: 100%;
      max-width: 100%; }
    .popup.popup_settings_edit_phone .field_submit .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      margin-left: 0; }
  .popup.popup_settings > p {
    font-size: 12px; }
  .popup.popup_settings .popup_title h2 {
    font-size: 17px;
    padding: 0 14px; }
  .popup.popup_affilate_program {
    width: 90%; }
    .popup.popup_affilate_program .popup_title h2 {
      font-size: 20px; }
    .popup.popup_affilate_program .field_item .field_error {
      width: 100% !important; }
    .popup.popup_affilate_program .field_item input:not([type="submit"]) {
      width: 100%; }
    .popup.popup_affilate_program .field_item .button {
      font-size: 18px;
      height: 45px;
      line-height: 45px;
      width: 100%;
      margin-top: 10px; }
    .popup.popup_affilate_program .send_again {
      font-size: 13px; }

  .popup_overlay.improvements {
    overflow: scroll; }

  .popup.popup_feedback.improvements_popup {
    width: 94%; }
    .popup.popup_feedback.improvements_popup .field_submit .button_cancel,
    .popup.popup_feedback.improvements_popup .field_submit .button_send {
      width: 100%;
      line-height: 40px;
      height: 40px;
      font-size: 16px; }

  .ui-datepicker-calendar {
    width: 17.68em; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .button.action-copy {
    display: none; } }
@media only screen and (max-width: 480px) {
  .button.action-copy {
    display: none; } }
@font-face {
  font-family: "icomoon";
  src: url("/assets/icomoon.eot");
  src: url("/assets/icomoon.eot?#iefix") format("embedded-opentype"), url("/assets/icomoon.woff") format("woff"), url("/assets/icomoon.ttf") format("truetype"), url("/assets/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[with-preloader-until] {
  opacity: 0.5;
  pointer-events: none; }
  [with-preloader-until] ~ .with-preloader {
    display: none !important; }
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
.field_vat_tax_notice,
.field_total_vat_notice {
  display: block;
  max-width: 490px;
  margin: 0 auto;
  padding: 11px 0 11px 30px;
  font-size: 12px;
  line-height: 15px;
  color: #686F73;
  background: url("/assets/vat/icon_info-bfb4fb83e07d607bdd75ea25e4c50de069dc5bde97cb89af242c2479f1038942.svg") left center no-repeat; }

.field_total_vat_notice {
  max-width: 394px; }

.order_summary_vat {
  font-style: italic;
  color: #5b5b5b; }

.special_offer_vat {
  padding-top: 15px;
  display: flex;
  justify-content: center;
  color: #646d72;
  font-size: 16px;
  font-weight: bold; }
  .special_offer_vat + .special_offer_price {
    padding-top: 10px; }

.vat_amount_line {
  display: flex;
  padding: 10px 0;
  justify-content: space-between;
  max-width: 240px;
  color: #646c70;
  font-size: 15px;
  line-height: 22px; }
  .vat_amount_line p {
    font-size: 16px;
    font-style: italic;
    color: #4d575c; }

.new_order .field_total_price .vat_amount_total {
  margin-bottom: 7px;
  display: flex;
  font-size: 13px;
  font-weight: bold;
  line-height: 17px;
  text-transform: uppercase; }
  .new_order .field_total_price .vat_amount_total .tooltip {
    margin-left: 5px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .field_vat_tax_notice {
    padding: 11px 5px 18px 29px;
    background-position: left top 15px; }

  .field_total_vat_notice {
    margin-bottom: 8px; }

  .vat_amount_line {
    max-width: 190px; }

  .new_order .field_total_price .vat_amount_total {
    margin-bottom: 0;
    justify-content: center; } }
/*



 */

