@charset "UTF-8";
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #b8e9c4;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #7ad792;
}
.table-hover .table-success:hover {
  background-color: #a5e3b4;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a5e3b4;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  -ms-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "|";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge,
[data-item="item_new_cons"] .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.badge-success {
  color: #fff;
  background-color: #00b22d;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #007f20;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.progress-bar-striped {
  background-image: -o-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #005d17;
  background-color: #b8e9c4;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #005d17;
  background-color: #a5e3b4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #005d17;
  border-color: #005d17;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not([data-item="item_new_cons"]) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
} /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #00b22d;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3699ff;
  --secondary: #6c757d;
  --success: #00b22d;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: white;
  --dark: #424249;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(4, 4, 4, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: "Exo 2.0";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h1.title-dp,
h2,
h2.title-dp,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h1.title-dp,
h2,
h2.title-dp {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
.container {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #b6b6b6;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00b22d;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 178, 45, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #00b22d;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300B22D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #00b22d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #00b22d;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300B22D' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #00b22d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #00b22d;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #00b22d;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #00b22d;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label::before {
  border-color: #00e53a;
  background-color: #00e53a;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #00b22d;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #00b22d;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #00b22d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label::before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn,
[data-item="item_new_cons"] {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.0625rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  [data-item="item_new_cons"] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover,
:hover[data-item="item_new_cons"] {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus,
.focus[data-item="item_new_cons"],
:focus[data-item="item_new_cons"] {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled,
.disabled[data-item="item_new_cons"],
:disabled[data-item="item_new_cons"] {
  opacity: 0.65;
}
a.btn.disabled,
a.disabled[data-item="item_new_cons"],
fieldset:disabled a.btn,
fieldset:disabled a[data-item="item_new_cons"] {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1086ff;
  border-color: #037fff;
}
.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #037fff;
  border-color: #0079f5;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(84, 168, 255, 0.5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success,
[data-item="item_new_cons"] {
  color: #fff;
  background-color: #00b22d;
  border-color: #00b22d;
}
.btn-success:hover,
:hover[data-item="item_new_cons"] {
  color: #fff;
  background-color: #008c23;
  border-color: #007f20;
}
.btn-success.focus,
.btn-success:focus,
.focus[data-item="item_new_cons"],
:focus[data-item="item_new_cons"] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 190, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 77, 0.5);
}
.btn-success.disabled,
.btn-success:disabled,
.disabled[data-item="item_new_cons"],
:disabled[data-item="item_new_cons"] {
  color: #fff;
  background-color: #00b22d;
  border-color: #00b22d;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle,
.show > .dropdown-toggle[data-item="item_new_cons"],
:not(:disabled):not(.disabled).active[data-item="item_new_cons"],
:not(:disabled):not(.disabled):active[data-item="item_new_cons"] {
  color: #fff;
  background-color: #007f20;
  border-color: #00721d;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus,
.show > .dropdown-toggle:focus[data-item="item_new_cons"],
:not(:disabled):not(.disabled).active:focus[data-item="item_new_cons"],
:not(:disabled):not(.disabled):active:focus[data-item="item_new_cons"] {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 190, 77, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(38, 190, 77, 0.5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light.focus,
.btn-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #424249;
  border-color: #424249;
}
.btn-dark:hover {
  color: #fff;
  background-color: #303035;
  border-color: #2a2a2e;
}
.btn-dark.focus,
.btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 94, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(94, 94, 100, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #424249;
  border-color: #424249;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2a2e;
  border-color: #242428;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(94, 94, 100, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(94, 94, 100, 0.5);
}
.btn-outline-primary {
  color: #3699ff;
  border-color: #3699ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #3699ff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(54, 153, 255, 0.5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
  color: #00b22d;
  border-color: #00b22d;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00b22d;
  border-color: #00b22d;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00b22d;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00b22d;
  border-color: #00b22d;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 178, 45, 0.5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-outline-dark {
  color: #424249;
  border-color: #424249;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #424249;
  border-color: #424249;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 66, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 73, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #424249;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #424249;
  border-color: #424249;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(66, 66, 73, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(66, 66, 73, 0.5);
}
#chat-ver-2 .btn-link-blue-dp,
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
#chat-ver-2 .btn-link-blue-dp:hover,
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
#chat-ver-2 .btn-link-blue-dp:focus,
#chat-ver-2 .focus.btn-link-blue-dp,
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#chat-ver-2 .btn-link-blue-dp:disabled,
#chat-ver-2 .disabled.btn-link-blue-dp,
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-group-lg > [data-item="item_new_cons"],
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-group-sm > [data-item="item_new_cons"],
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2101;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > [data-item="item_new_cons"],
.btn-group > .btn,
.btn-group > [data-item="item_new_cons"] {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group-vertical > :hover[data-item="item_new_cons"],
.btn-group > .btn:hover,
.btn-group > :hover[data-item="item_new_cons"] {
  z-index: 1;
}
.btn-group-vertical > .active[data-item="item_new_cons"],
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > :active[data-item="item_new_cons"],
.btn-group-vertical > :focus[data-item="item_new_cons"],
.btn-group > .active[data-item="item_new_cons"],
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > :active[data-item="item_new_cons"],
.btn-group > :focus[data-item="item_new_cons"] {
  z-index: 1;
}
.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.btn-group > :not(:first-child)[data-item="item_new_cons"] {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > [data-item="item_new_cons"],
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group
  > :not(:last-child):not(.dropdown-toggle)[data-item="item_new_cons"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > [data-item="item_new_cons"],
.btn-group > .btn:not(:first-child),
.btn-group > :not(:first-child)[data-item="item_new_cons"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > [data-item="item_new_cons"] + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > [data-item="item_new_cons"] + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > [data-item="item_new_cons"] {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > :not(:first-child)[data-item="item_new_cons"] {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > [data-item="item_new_cons"],
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical
  > :not(:last-child):not(.dropdown-toggle)[data-item="item_new_cons"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical
  > .btn-group:not(:first-child)
  > [data-item="item_new_cons"],
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > :not(:first-child)[data-item="item_new_cons"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > [data-item="item_new_cons"],
.btn-group-toggle > [data-item="item_new_cons"] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle
  > .btn-group
  > [data-item="item_new_cons"]
  input[type="checkbox"],
.btn-group-toggle
  > .btn-group
  > [data-item="item_new_cons"]
  input[type="radio"],
.btn-group-toggle > [data-item="item_new_cons"] input[type="checkbox"],
.btn-group-toggle > [data-item="item_new_cons"] input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-append [data-item="item_new_cons"],
.input-group-prepend .btn,
.input-group-prepend [data-item="item_new_cons"] {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-append :focus[data-item="item_new_cons"],
.input-group-prepend .btn:focus,
.input-group-prepend :focus[data-item="item_new_cons"] {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .btn + [data-item="item_new_cons"],
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + [data-item="item_new_cons"],
.input-group-append [data-item="item_new_cons"] + .btn,
.input-group-append [data-item="item_new_cons"] + .input-group-text,
.input-group-append [data-item="item_new_cons"] + [data-item="item_new_cons"],
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn + [data-item="item_new_cons"],
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + [data-item="item_new_cons"],
.input-group-prepend [data-item="item_new_cons"] + .btn,
.input-group-prepend [data-item="item_new_cons"] + .input-group-text,
.input-group-prepend [data-item="item_new_cons"] + [data-item="item_new_cons"] {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > [data-item="item_new_cons"],
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-prepend > [data-item="item_new_cons"] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > [data-item="item_new_cons"],
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-prepend > [data-item="item_new_cons"] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group
  > .input-group-append:last-child
  > :not(:last-child):not(.dropdown-toggle)[data-item="item_new_cons"],
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group
  > .input-group-append:not(:last-child)
  > [data-item="item_new_cons"],
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > [data-item="item_new_cons"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > [data-item="item_new_cons"],
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > :not(:first-child)[data-item="item_new_cons"],
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group
  > .input-group-prepend:not(:first-child)
  > [data-item="item_new_cons"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #1e5187;
  background-color: #d7ebff;
  border-color: #c7e2ff;
}
.alert-primary hr {
  border-top-color: #aed5ff;
}
.alert-primary .alert-link {
  color: #15385d;
}
.alert-secondary {
  color: #3a3f43;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #222528;
}
.alert-success {
  color: #025e19;
  background-color: #ccf0d5;
  border-color: #b8e9c4;
}
.alert-success hr {
  border-top-color: #a5e3b4;
}
.alert-success .alert-link {
  color: #012c0c;
}
.alert-info {
  color: #0e5662;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #082f35;
}
.alert-warning {
  color: #876606;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #564104;
}
.alert-danger {
  color: #741d26;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #4b1319;
}
.alert-light {
  color: #878787;
  background-color: #fff;
  border-color: #fff;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #6e6e6e;
}
.alert-dark {
  color: #242428;
  background-color: #d9d9db;
  border-color: #cacacc;
}
.alert-dark hr {
  border-top-color: #bdbdbf;
}
.alert-dark .alert-link {
  color: #0c0c0d;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: none solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2040;
  width: 100vw;
  height: 100vh;
  background-color: #f0fffa;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.75;
}
.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-lgx {
  max-width: 1100px;
}
@media (min-width: 992px) {
  .modal-lgs {
    max-width: 750px;
  }
}
.modal-mdx {
  max-width: 590px;
}
.modal-mds {
  max-width: 500px;
}
.modal-ph {
  max-width: 996px;
}
.modal-mds-50 {
  max-width: 450px;
}
.tooltip {
  position: absolute;
  z-index: 2070;
  display: block;
  margin: 0;
  font-family: "Exo 2.0";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #424249;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #424249;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #424249;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #424249;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #424249;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2060;
  display: block;
  max-width: 276px;
  font-family: "Exo 2.0";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #3699ff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #037fff !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #00b22d !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #007f20 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #fff !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #e6e6e6 !important;
}
.bg-dark {
  background-color: #424249 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #2a2a2e !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3699ff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #00b22d !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #fff !important;
}
.border-dark {
  border-color: #424249 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 3px !important;
}
.rounded {
  border-radius: 5px !important;
}
.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 2020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #3699ff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0073e9 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #00b22d !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #00661a !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #fff !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #d9d9d9 !important;
}
.text-dark {
  color: #424249 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #1e1e21 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(4, 4, 4, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@font-face {
  font-family: "Exo 2.0";
  src: url(../fonts/Exo20-SemiBold.eot);
  src: url(../fonts/Exo20-SemiBold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Exo20-SemiBold.woff2) format("woff2"),
    url(../fonts/Exo20-SemiBold.woff) format("woff"),
    url(../fonts/Exo20-SemiBold.ttf) format("truetype"),
    url(../images/Exo20-SemiBold.svg#Exo2.0-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url(../fonts/Exo20-Bold.eot);
  src: url(../fonts/Exo20-Bold.eot#iefix) format("embedded-opentype"),
    url(../fonts/Exo20-Bold.woff2) format("woff2"),
    url(../fonts/Exo20-Bold.woff) format("woff"),
    url(../fonts/Exo20-Bold.ttf) format("truetype"),
    url(../images/Exo20-Bold.svg#Exo2.0-Bold) format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo2.0";
  src: url(../fonts/Exo2.0-Medium.eot);
  src: url(../fonts/Exo2.0-Medium.eot#iefix) format("embedded-opentype"),
    url(../fonts/Exo2.0-Medium.woff2) format("woff2"),
    url(../fonts/Exo2.0-Medium.woff) format("woff"),
    url(../fonts/Exo2.0-Medium.ttf) format("truetype"),
    url(../images/Exo2.0-Medium.svg#Exo2.0-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url(../fonts/Exo20-Light.eot);
  src: url(../fonts/Exo20-Light.eot#iefix) format("embedded-opentype"),
    url(../fonts/Exo20-Light.woff2) format("woff2"),
    url(../fonts/Exo20-Light.woff) format("woff"),
    url(../fonts/Exo20-Light.ttf) format("truetype"),
    url(../images/Exo20-Light.svg#Exo2.0-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url(../fonts/Exo20-Regular.eot);
  src: url(Exo20-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/Exo20-Regular.woff2) format("woff2"),
    url(../fonts/Exo20-Regular.woff) format("woff"),
    url(../fonts/Exo20-Regular.ttf) format("truetype"),
    url(../images/Exo20-Regular.svg#Exo2.0-Regular) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url(../fonts/Exo20-Black.eot);
  src: url(../fonts/Exo20-Black.eot#iefix) format("embedded-opentype"),
    url(../fonts/Exo20-Black.woff2) format("woff2"),
    url(../fonts/Exo20-Black.woff) format("woff"),
    url(../fonts/Exo20-Black.ttf) format("truetype"),
    url(../images/Exo20-Black.svg#Exo2.0-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2.0";
  src: url(../fonts/Exo20-LightItalic.eot);
  src: url(../fonts/Exo20-LightItalic.eot#iefix) format("embedded-opentype"),
    url(../fonts/Exo20-LightItalic.woff2) format("woff2"),
    url(../fonts/Exo20-LightItalic.woff) format("woff"),
    url(../fonts/Exo20-LightItalic.ttf) format("truetype"),
    url(../images/Exo20-LightItalic.svg#Exo2.0-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: dpravo2020;
  src: url(../fonts/dpravo2020.eot);
  src: url(../fonts/dpravo2020.eot#iefix) format("embedded-opentype"),
    url(../fonts/dpravo2020.ttf) format("truetype"),
    url(../fonts/dpravo2020.woff) format("woff"),
    url(../images/dpravo2020.svg#dpravo2020) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class*=" ico-"],
[class^="ico-"] {
  font-family: dpravo2020 !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ico-best:before {
  content: "\e944";
}
.ico-bell-2022:before {
  content: "\e908";
}
.ico-message-add:before {
  content: "\e943";
}
.ico-arrow-r:before {
  content: "\6d";
}
.ico-arrow-l:before {
  content: "\6c";
}
.ico-logout:before {
  content: "\e945";
}
.ico-login:before {
  content: "\e946";
}
.ico-settings-2023:before {
  content: "\e947";
}
.ico-eye-no:before {
  content: "\e942";
}
.ico-dislike:before {
  content: "\e05c";
}
.ico-dislike-2:before {
  content: "\e931";
}
.ico-like:before {
  content: "\e05e";
}
.ico-like-2:before {
  content: "\e932";
}
.ico-location:before {
  content: "\e941";
}
.ico-eye2021:before {
  content: "\e928";
}
.ico-book-law:before {
  content: "\e940";
}
.ico-verified:before {
  content: "\e93e";
}
.ico-unverified:before {
  content: "\e93f";
}
.ico-tiktok:before {
  content: "\e087";
}
.ico-share-2:before {
  content: "\e92f";
}
.ico-comment:before {
  content: "\e91b";
}
.ico-search-2020:before {
  content: "\71";
}
.ico-scroll:before {
  content: "\e93d";
}
.ico-coins-f:before {
  content: "\e93c";
}
.ico-quote2023-2:before {
  content: "\e93a";
}
.ico-quote2023-1:before {
  content: "\e93b";
}
.ico-message:before {
  content: "\e935";
}
.ico-clients:before {
  content: "\e936";
}
.ico-pay:before {
  content: "\e938";
}
.ico-chat-2023:before {
  content: "\e939";
}
.ico-case2022:before {
  content: "\e933";
}
.ico-lawyers:before {
  content: "\e934";
}
.ico-court:before {
  content: "\e922";
}
.ico-lock:before {
  content: "\e921";
}
.ico-telegram-2023:before {
  content: "\e91e";
}
.ico-youtube-2023:before {
  content: "\e91f";
}
.ico-vk-2023:before {
  content: "\e920";
}
.ico-info-2021:before {
  content: "\e91d";
}
.ico-edit:before {
  content: "\e91c";
}
.ico-settings:before {
  content: "\e91a";
}
.ico-close-r:before {
  content: "\e918";
}
.ico-call-in-2022:before {
  content: "\e914";
}
.ico-telegram-2022:before {
  content: "\e916";
}
.ico-whatsapp-2022:before {
  content: "\e917";
}
.ico-garant:before {
  content: "\e912";
}
.ico-star-ribbon:before {
  content: "\e90e";
}
.ico-case-2022:before {
  content: "\e90f";
}
.ico-contract-2022:before {
  content: "\e911";
}
.ico-layers:before {
  content: "\e909";
}
.ico-check-r-on-2021:before {
  content: "\e90a";
}
.ico-check-pay:before {
  content: "\e907";
}
.ico-offer:before {
  content: "\e906";
}
.ico-pencil:before {
  content: "\e905";
}
.ico-dots-3v:before {
  content: "\e902";
}
.ico-gumb-menu:before {
  content: "\e903";
}
.ico-doc:before {
  content: "\e904";
}
.ico-dp-logo:before {
  content: "\e919";
}
.ico-sound-x:before {
  content: "\e937";
}
.ico-bell:before {
  content: "\e913";
}
.ico-rub-bold:before {
  content: "\e925";
}
.ico-messagess:before {
  content: "\e90c";
}
.ico-quote2021:before {
  content: "\e923";
}
.ico-star2021:before {
  content: "\e924";
}
.ico-plus2021:before {
  content: "\e915";
}
.ico-alert2021:before {
  content: "\e926";
}
.ico-minus2021:before {
  content: "\e927";
}
.ico-close2021:before {
  content: "\e90d";
}
.ico-heart-f-2021:before {
  content: "\e90b";
}
.ico-user:before {
  content: "\e901";
}
.ico-phone-call:before {
  content: "\e910";
}
.ico-telegram-2021:before {
  content: "\e929";
}
.ico-youtube:before {
  content: "\e92a";
}
.ico-share-2-f:before {
  content: "\e92b";
}
.ico-comment-2-f:before {
  content: "\e92c";
}
.ico-dislike-2-f:before {
  content: "\e92d";
}
.ico-like-2-f:before {
  content: "\e92e";
}
.ico-comment-2:before {
  content: "\e930";
}
.ico-smile-dot:before {
  content: "\e900";
}
.ico-gamb:before {
  content: "\61";
}
.ico-log-in2020:before {
  content: "\62";
}
.ico-log-out2020:before {
  content: "\63";
}
.ico-garant-sec:before {
  content: "\64";
}
.ico-control:before {
  content: "\65";
}
.ico-cert-law:before {
  content: "\66";
}
.ico-videocam:before {
  content: "\67";
}
.ico-star2020:before {
  content: "\68";
}
.ico-phone:before {
  content: "\6b";
}
.ico-chat2020:before {
  content: "\6e";
}
.ico-cons-work:before {
  content: "\6f";
}
.ico-close:before {
  content: "\70";
}
.ico-dot-3:before {
  content: "\72";
}
.ico-youtube-play:before {
  content: "\74";
}
.ico-odnoklassniki:before {
  content: "\e084";
}
.ico-facebook:before {
  content: "\e085";
}
.ico-vk:before {
  content: "\e086";
}
.ico-telegram:before {
  content: "\e841";
}
.ico-quote:before {
  content: "\e7f1";
}
.ico-check-2020:before {
  content: "\79";
}
.ico-clock:before {
  content: "\7a";
}
.ico-plus:before {
  content: "\42";
}
.ico-minus:before {
  content: "\44";
}
.ico-android-remove-circle:before {
  content: "\43";
}
.ico-android-add-circle:before {
  content: "\41";
}
.ico-chat:before {
  content: "\45";
}
.ico-location-on-48px:before {
  content: "\46";
}
.ico-chevron-down:before {
  content: "\e821";
}
.ico-chevron-left:before {
  content: "\e802";
}
.ico-chevron-right:before {
  content: "\e803";
}
.ico-chevron-up:before {
  content: "\e831";
}
.ico-whatsapp:before {
  content: "\e851";
}
.ico-viber:before {
  content: "\e871";
}
.ico-instagram:before {
  content: "\4d";
}
.ico-zen:before {
  content: "\e088";
}
.ico-attach:before {
  content: "\50";
}
.ico-heart-o:before {
  content: "\51";
}
.ico-heart:before {
  content: "\52";
}
.ico-camera:before {
  content: "\53";
}
.ico-file-text:before {
  content: "\54";
}
.ico-file-text-o:before {
  content: "\55";
}
.ico-twitter:before {
  content: "\e861";
}
.ico-logo-edc-b:before {
  content: "\e881";
}
.ico-logo-edc:before {
  content: "\e891";
}
.ico-courthouse-f:before {
  content: "\59";
}
.ico-laptop:before {
  content: "\5a";
}
.ico-video-library:before {
  content: "\30";
}
.ico-mail-2020:before {
  content: "\31";
}
.ico-people:before {
  content: "\32";
}
.ico-right-arrow-round:before {
  content: "\33";
}
.ico-send-2020:before {
  content: "\34";
}
.ico-google-2:before {
  content: "\35";
}
.ico-check-r-on2:before {
  content: "\36";
}
.ico-eye:before {
  content: "\37";
}
.ico-bookmark-f:before {
  content: "\38";
}
.ico-record:before {
  content: "\39";
}
.ico-men-check:before {
  content: "\21";
}
.ico-verify:before {
  content: "\22";
}
.ico-phone-off:before {
  content: "\23";
}
.ico-video-yes:before {
  content: "\24";
}
.ico-sound-yes:before {
  content: "\25";
}
.ico-video-no:before {
  content: "\26";
}
.ico-sound-no:before {
  content: "\27";
}
.ico-photo-ex:before {
  content: "\28";
}
.ico-create-folder:before {
  content: "\29";
}
.ico-delete-forever:before {
  content: "\2a";
}
.ico-file-download:before {
  content: "\2b";
}
.ico-placeholder-point:before {
  content: "\2c";
}
.ico-two-way-arrows:before {
  content: "\2d";
}
.ico-pen:before {
  content: "\2e";
}
.ico-bookmark:before {
  content: "\2f";
}
.ico-share:before {
  content: "\3a";
}
.ico-comment-sm:before {
  content: "\3b";
}
.ico-full-screen:before {
  content: "\3c";
}
.ico-check-r-on:before {
  content: "\3d";
}
.ico-rocket:before {
  content: "\3f";
}
.ico-protect-sh:before {
  content: "\40";
}
.ico-bars:before {
  content: "\5b";
}
.ico-courthouse:before {
  content: "\5d";
}
.ico-hourglass:before {
  content: "\5e";
}
.ico-money:before {
  content: "\5f";
}
.ico-auction:before {
  content: "\60";
}
.ico-wallet:before {
  content: "\7b";
}
.ico-line-chart:before {
  content: "\7c";
}
.ico-credit-card:before {
  content: "\7d";
}
.ico-online-chat:before {
  content: "\7e";
}
.ico-profile:before {
  content: "\5c";
}
.ico-calendar:before {
  content: "\e000";
}
.ico-talk-men:before {
  content: "\e001";
}
.ico-question-msg:before {
  content: "\e002";
}
.ico-law-book:before {
  content: "\e003";
}
.ico-angle-down:before {
  content: "\e004";
}
.ico-angle-left:before {
  content: "\e005";
}
.ico-angle-right:before {
  content: "\e006";
}
.ico-angle-up:before {
  content: "\e007";
}
.ico-insta:before {
  content: "\e02b";
}
.ico-check-dbl:before {
  content: "\e009";
}
.ico-check-one:before {
  content: "\e00a";
}
.ico-star-h-2020:before {
  content: "\69";
}
.ico-star-o-2020:before {
  content: "\6a";
}
.ico-star-select:before {
  content: "\e00b";
}
.ico-min-screen:before {
  content: "\e00c";
}
.ico-cup:before {
  content: "\e00d";
}
.ico-libra:before {
  content: "\e00e";
}
.ico-wifi:before {
  content: "\e00f";
}
.ico-internet:before {
  content: "\e02c";
}
.ico-broken-line:before {
  content: "\e011";
}
.ico-case-lock:before {
  content: "\e012";
}
.ico-bats:before {
  content: "\e013";
}
.ico-family:before {
  content: "\e014";
}
.ico-headphone:before {
  content: "\e015";
}
.ico-geo-position:before {
  content: "\e016";
}
.ico-get-rub:before {
  content: "\e017";
}
.ico-doc-sign:before {
  content: "\e018";
}
.ico-notebook-msg:before {
  content: "\e019";
}
.ico-police-cap:before {
  content: "\e01a";
}
.ico-world:before {
  content: "\e01b";
}
.ico-auction-man:before {
  content: "\e01c";
}
.ico-case:before {
  content: "\e01d";
}
.ico-chat-msg:before {
  content: "\e01e";
}
.ico-doc-press:before {
  content: "\e01f";
}
.ico-doc-list:before {
  content: "\e020";
}
.ico-doc-attention:before {
  content: "\e021";
}
.ico-geo:before {
  content: "\e022";
}
.ico-letter:before {
  content: "\e023";
}
.ico-men-links:before {
  content: "\e024";
}
.ico-men-card:before {
  content: "\e025";
}
.ico-search-doc:before {
  content: "\e026";
}
.ico-table:before {
  content: "\e027";
}
.ico-timer:before {
  content: "\e028";
}
.ico-search-case:before {
  content: "\e02d";
}
.ico-dp-shield:before {
  content: "\e02e";
}
.ico-heart-plus:before {
  content: "\e02f";
}
.ico-rub:before {
  content: "\e030";
}
.ico-client:before {
  content: "\e031";
}
.ico-dots-v:before {
  content: "\e032";
}
.ico-rub-th1:before {
  content: "\e033";
}
.ico-pause:before {
  content: "\e034";
}
.ico-doc-shield:before {
  content: "\e035";
}
.ico-file:before {
  content: "\e036";
}
.ico-eye-o:before {
  content: "\e037";
}
.ico-online-cons:before {
  content: "\e038";
}
.ico-doc-pen:before {
  content: "\e039";
}
.ico-to-in:before {
  content: "\e03a";
}
.ico-to-out:before {
  content: "\e03b";
}
.ico-docs:before {
  content: "\e03c";
}
.ico-people-3:before {
  content: "\e03d";
}
.ico-sound-on:before {
  content: "\e03e";
}
.ico-sand-clock:before {
  content: "\e03f";
}
.ico-underline:before {
  content: "\e040";
}
.ico-stroke:before {
  content: "\e041";
}
.ico-undo:before {
  content: "\e042";
}
.ico-redo:before {
  content: "\e043";
}
.ico-italic:before {
  content: "\e044";
}
.ico-index:before {
  content: "\e045";
}
.ico-color-bg:before {
  content: "\e046";
}
.ico-bold:before {
  content: "\e047";
}
.ico-base-line:before {
  content: "\e048";
}
.ico-sound-off:before {
  content: "\e049";
}
.ico-check-2020-th:before {
  content: "\e04a";
}
.ico-question-circle:before {
  content: "\e04b";
}
.ico-call-in:before {
  content: "\e04c";
}
.ico-change-persone:before {
  content: "\e04d";
}
.ico-coins:before {
  content: "\e04e";
}
.ico-letter-x:before {
  content: "\e04f";
}
.ico-chevron-down-mob:before {
  content: "\e050";
}
.ico-chevron-up-mob:before {
  content: "\e051";
}
.ico-star-th:before {
  content: "\e052";
}
.ico-copy:before {
  content: "\e053";
}
.ico-microphone:before {
  content: "\e054";
}
.ico-microphone-slash:before {
  content: "\e055";
}
.ico-share-f:before {
  content: "\e056";
}
.ico-smile:before {
  content: "\e057";
}
.ico-smile-evil:before {
  content: "\e058";
}
.ico-smile-happy:before {
  content: "\e059";
}
.ico-smile-surprised:before {
  content: "\e05a";
}
.ico-smile-unhappy:before {
  content: "\e05b";
}
.ico-headphones-2:before {
  content: "\e05d";
}
.ico-smile-evil-f:before {
  content: "\e05f";
}
.ico-smile-happy-f:before {
  content: "\e060";
}
.ico-smile-surprised-f:before {
  content: "\e061";
}
.ico-smile-unhappy-f:before {
  content: "\e062";
}
.ico-dislike-f:before {
  content: "\e063";
}
.ico-like-f:before {
  content: "\e064";
}
.ico-no-search:before {
  content: "\e065";
}
.ico-play:before {
  content: "\e066";
}
.ico-pause-b:before {
  content: "\e067";
}
.ico-mobile:before {
  content: "\e068";
}
.ico-comment-sm2:before {
  content: "\e069";
}
.fixed-wrapper {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .fixed-wrapper {
    padding: 0;
  }
}
.fixed-btn {
  background: 0 0;
  z-index: 20;
  padding-bottom: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: -100%;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.fixed-btn.content-center .flex-wrapper {
  left: -192px;
  position: relative;
}
.fixed-btn.fixed {
  position: fixed;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(17.71%, rgba(255, 255, 255, 0)),
    color-stop(32.29%, rgba(255, 255, 255, 0.3)),
    color-stop(49.48%, rgba(255, 255, 255, 0.7)),
    color-stop(67.19%, rgba(255, 255, 255, 0.95)),
    color-stop(88.17%, #fff)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 17.71%,
    rgba(255, 255, 255, 0.3) 32.29%,
    rgba(255, 255, 255, 0.7) 49.48%,
    rgba(255, 255, 255, 0.95) 67.19%,
    #fff 88.17%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 17.71%,
    rgba(255, 255, 255, 0.3) 32.29%,
    rgba(255, 255, 255, 0.7) 49.48%,
    rgba(255, 255, 255, 0.95) 67.19%,
    #fff 88.17%
  );
}
.fixed-btn .fixed-link {
  position: relative;
  overflow: hidden;
}
.fixed-btn__text {
  color: #424249;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 145%;
  margin: 5px 0 0 0;
}
.fixed-btn__text #rand-lawyer {
  color: #3699ff;
}
.fixed-btn__text #rand-lawyer #lawyer {
  color: #424249;
}
.fixed-btn__btn {
  min-width: 399px;
}
.fixed-btn__btn span {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fixed-btn__btn span.blick:after {
  content: "";
  position: absolute;
  top: -25px;
  height: 69px;
  width: 229px;
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: movingFlare;
  animation: movingFlare;
  left: -150%;
  z-index: -1;
  background: -o-linear-gradient(
    356deg,
    rgba(0, 208, 53, 0) 26.18%,
    rgba(0, 208, 53, 0.25) 33.77%,
    rgba(0, 208, 53, 0.85) 39.71%,
    #00d035 44.34%,
    rgba(0, 208, 53, 0.85) 48.97%,
    rgba(0, 208, 53, 0.25) 54.9%,
    rgba(0, 208, 53, 0) 61.76%
  );
  background: linear-gradient(
    94deg,
    rgba(0, 208, 53, 0) 26.18%,
    rgba(0, 208, 53, 0.25) 33.77%,
    rgba(0, 208, 53, 0.85) 39.71%,
    #00d035 44.34%,
    rgba(0, 208, 53, 0.85) 48.97%,
    rgba(0, 208, 53, 0.25) 54.9%,
    rgba(0, 208, 53, 0) 61.76%
  );
  -webkit-animation: movingFlare 3s 1 linear;
  animation: movingFlare 3s 1 linear;
}
.fixed-btn__btn span.blick.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.fixed-btn__btn.btn-success,
.fixed-btn__btn[data-item="item_new_cons"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fixed-btn__btn {
    min-width: calc(100vw - 32px);
  }
}
.fixed-btn .lawyer-avatar {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-left: 12px;
}
@media (max-width: 767px) {
  .fixed-btn {
    bottom: -100%;
    z-index: 2040;
    padding: 0 0 12px;
    -webkit-transition: bottom 0.5s ease;
    -o-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
  }
  .fixed-btn__wrapper {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .fixed-btn__text {
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 4px 0;
  }
  .fixed-btn__btn {
    white-space: nowrap;
    padding: 17px 30px !important;
  }
  .fixed-btn.show {
    bottom: calc(
      var(--menu-size) + env(safe-area-inset-bottom, 10px)
    ) !important;
    padding: 0;
  }
  .fixed-btn.no-menu {
    bottom: calc(0px + env(safe-area-inset-bottom, 10px)) !important;
  }
  .fixed-btn.fixed {
    background: var(
      --white-gradient,
      linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0,
        rgba(255, 255, 255, 0.75) 49.48%,
        #fff 82.81%
      )
    );
    bottom: -100%;
  }
  .fixed-btn.fixed.mob-back {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.99%, rgba(255, 255, 255, 0)),
      color-stop(4.75%, rgba(255, 255, 255, 0.3)),
      color-stop(8.94%, rgba(255, 255, 255, 0.7)),
      color-stop(13.46%, rgba(255, 255, 255, 0.9)),
      color-stop(17.99%, #fff)
    );
    background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0.99%,
      rgba(255, 255, 255, 0.3) 4.75%,
      rgba(255, 255, 255, 0.7) 8.94%,
      rgba(255, 255, 255, 0.9) 13.46%,
      #fff 17.99%
    );
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0.99%,
      rgba(255, 255, 255, 0.3) 4.75%,
      rgba(255, 255, 255, 0.7) 8.94%,
      rgba(255, 255, 255, 0.9) 13.46%,
      #fff 17.99%
    );
  }
}
@-webkit-keyframes movingFlare {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes movingFlare {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
.btndp {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}
.btndp .spinner-border {
  border-width: 3px;
  display: none;
}
.btndp i {
  margin-left: 8px;
}
.btndp:disabled {
  color: #898989;
  background-color: #eff0f4;
  cursor: url(../images/not-allowed-min.svg), not-allowed;
}
.btndp:disabled:focus,
.btndp:disabled:hover {
  color: #898989;
  background-color: #eff0f4;
}
.btndp.loading {
  cursor: url(../images/not-allowed-min.svg), not-allowed;
}
.btndp.loading i,
.btndp.loading span {
  display: none;
}
.btndp.loading .spinner-border {
  display: block;
}
.btndp-68 {
  height: 68px;
  min-width: 190px;
  padding: 22px 32px;
}
.btndp-68 .spinner-border {
  height: 22px;
  width: 22px;
}
.btndp-68 i {
  font-size: 22px;
}
.btndp-58 {
  height: 58px;
  min-width: 182px;
  padding: 16px 28px;
}
.btndp-58 .spinner-border {
  height: 22px;
  width: 22px;
}
.btndp-58 i {
  font-size: 22px;
}
.btndp-50 {
  height: 50px;
  min-width: 174px;
  padding: 12px 24px;
}
.btndp-50 .spinner-border {
  height: 22px;
  width: 22px;
}
.btndp-50 i {
  font-size: 20px;
}
.btndp-36 {
  height: 36px;
  min-width: 136px;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}
.btndp-36 .spinner-border {
  height: 16px;
  width: 16px;
}
.btndp-36 i {
  font-size: 16px;
}
.btndp-28 {
  height: 28px;
  min-width: 120px;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
}
.btndp-28 .spinner-border {
  height: 16px;
  width: 16px;
}
.btndp-28 i {
  font-size: 13px;
}
.btndp-accent {
  background-color: #00b22d;
  border: none;
}
.btndp-accent:focus,
.btndp-accent:hover {
  background-color: #009526;
}
.btndp-accent.btndp.loading {
  background-color: #00b22d;
}
.btndp-primary {
  background-color: #424249;
  border: none;
}
.btndp-primary:focus,
.btndp-primary:hover {
  background-color: #1e1e1e;
}
.btndp-primary.btndp.loading {
  background-color: #424249;
}
.btndp-outlined {
  color: #424249;
  background-color: transparent;
  border: 2px solid #424249;
}
.btndp-outlined:focus,
.btndp-outlined:hover {
  color: #fff;
  background-color: #1e1e1e;
}
.btndp-outlined:disabled {
  color: #bdbdbd;
  background-color: transparent;
  border: 2px solid #eff0f4;
}
.btndp-outlined:disabled:focus,
.btndp-outlined:disabled:hover {
  color: #bdbdbd;
  background-color: transparent;
}
.btndp-outlined.btndp.loading {
  color: #424249;
  background-color: transparent;
}
.btndp-outlined-sec {
  color: #424249;
  background-color: transparent;
  border: 2px solid #e3e8e4;
}
.btndp-outlined-sec:focus,
.btndp-outlined-sec:hover {
  color: #1e1e1e;
  background-color: transparent;
  border-color: #1e1e1e;
}
.btndp-outlined-sec:disabled {
  color: #bdbdbd !important;
  background-color: transparent !important;
  border: 2px solid #eff0f4 !important;
}
.btndp-outlined-sec:disabled:focus,
.btndp-outlined-sec:disabled:hover {
  color: #bdbdbd !important;
  background-color: transparent !important;
}
.btndp-outlined-sec.loading {
  border-color: #1e1e1e;
  background-color: transparent;
}
.btndp-ico {
  width: 50px;
  min-width: auto;
}
.btndp-ico i {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: normal;
}
.btndp-optional {
  background-color: #3699ff;
  border: none;
}
.btndp-optional:focus,
.btndp-optional:hover {
  background-color: #007eff;
}
.btndp-optional.btndp.loading {
  background-color: #3699ff;
}
.btndp-rounded {
  color: #424249 !important;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 100px !important;
}
.btndp.i-left i {
  margin-right: 8px;
  margin-left: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: "Exo 2.0", sans-serif;
  font-display: swap;
  font-weight: 400;
  color: #424249;
  overflow-x: hidden;
}
.new-body-color {
  background-color: #f9f9fb;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.base-txt-1 {
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
}
.base-txt-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.base-txt-3 {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.base-txt-11-15 {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
}
.title-h2 {
  color: #424249;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
}
.title-h2.white-t {
  color: #fff;
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
}
.title-h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}
.text-crossed {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn i,
[data-item="item_new_cons"] i {
  position: relative;
  top: 2px;
  margin-left: 17px;
}
.btn:focus,
:focus[data-item="item_new_cons"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.company-review-card,
.lawyer-review-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 22px 30px 20px;
  width: 100%;
  height: 67.5px;
  background: #eef6e8;
  border-radius: 10px;
}
.company-review-card:hover,
.lawyer-review-card:hover {
  text-decoration: none;
}
.company-review-card span,
.lawyer-review-card span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #00b22d;
}
.company-review-card span span,
.lawyer-review-card span span {
  color: #62bf40;
}
@media (max-width: 750px) {
  .company-review-card,
  .lawyer-review-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px;
    height: 65.5px;
  }
}
.company-card,
.lawyer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 30px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  border-radius: 10px;
}
.company-card:hover,
.lawyer-card:hover {
  text-decoration: none;
}
.company-card span,
.lawyer-card span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 750px) {
  .company-card,
  .lawyer-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn-empty {
  display: inline-block;
  background: 0 0 !important;
  color: #424249 !important;
  text-align: center !important;
  padding: 22px 30px 20px !important;
  font-size: 17px !important;
  width: 270px;
  border-radius: 15px !important;
  border: 2px solid #e3e8e4 !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .btn-empty {
    padding: 20px 30px !important;
  }
}
.btn-empty:hover {
  background: #1e1e1e !important;
  color: #fff !important;
}
.btn-empty:active {
  background: #424249 !important;
  color: #fff !important;
}
.btn-success,
[data-item="item_new_cons"] {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 15px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
}
@media (max-width: 767px) {
  .btn-success,
  [data-item="item_new_cons"] {
    padding: 20px 30px !important;
  }
}
.btn-success:hover,
:hover[data-item="item_new_cons"] {
  background: #00d035 !important;
  text-decoration: none;
}
.btn-success-mid {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-height: 40px;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
}
.btn-success-mid:hover {
  background: #00d035 !important;
  text-decoration: none;
}
.btn-success-mid-50 {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-height: 50px;
  padding: 10px 14px !important;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
}
.btn-success-mid-50:hover {
  background: #00d035 !important;
  text-decoration: none;
}
.btn-success-mid-40 {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-height: 40px;
  padding: 9px 20px !important;
  font-size: 15px;
  line-height: 22px;
}
.btn-success-mid-40:hover {
  background: #00d035 !important;
  text-decoration: none;
}
.btn-outline-success {
  display: inline-block;
  background: 0 0 !important;
  color: #424249 !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 1px solid #00b22d !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn-outline-success {
    padding: 20px 30px !important;
  }
}
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-outline-success:hover i {
  color: #fff !important;
}
.btn-outline-success-green {
  display: inline-block;
  background: 0 0 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 1px solid #00b22d !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn-outline-success-green {
    padding: 20px 30px !important;
  }
}
.btn-outline-success-green:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-outline-success-green:hover i {
  color: #fff !important;
}
.btn-inverted-success {
  display: inline-block;
  background: #fff !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 20px 30px !important;
  font-size: 17px;
  line-height: 20px;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
}
@media (max-width: 767px) {
  .btn-inverted-success {
    padding: 20px 30px !important;
  }
}
.btn-inverted-success i {
  margin-left: 20px;
}
.btn-inverted-success:hover {
  background: #00b22d !important;
  color: #fff !important;
}
.btn-inverted-success:hover i {
  color: #fff !important;
}
.btn-light-green {
  display: inline-block;
  background: #eef6e8 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  padding: 20px 30px !important;
}
@media (max-width: 767px) {
  .btn-light-green {
    padding: 20px 30px !important;
  }
}
.btn-light-green:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-light-green2 {
  display: inline-block;
  background: #eef6e8 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  padding: 20px 30px !important;
}
@media (max-width: 767px) {
  .btn-light-green2 {
    padding: 20px 30px !important;
  }
}
.btn-light-green2:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-light-green2-mid50 {
  display: inline-block;
  background: #eef6e8 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  font-weight: 500;
  min-height: 50px;
  padding: 16px !important;
  font-size: 15px !important;
  line-height: 18px !important;
}
.btn-light-green2-mid50:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-stroke-green-mid-50 {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-height: 50px;
  font-size: 15px;
  line-height: 20px;
  padding: 15px 30px !important;
}
.btn-light-green-mid-40 {
  display: inline-block;
  background: #eef6e8 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  min-height: 40px;
  padding: 9px 20px;
  font-weight: 500;
  font-size: 15px !important;
  line-height: 22px;
}
.btn-light-green-mid-40:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-disabled {
  display: inline-block;
  background: #737e72 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .btn-disabled {
    padding: 20px 30px !important;
  }
}
.btn-disabled-mid {
  display: inline-block;
  background: #737e72 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
.btn-disabled-mid-50 {
  display: inline-block;
  background: #737e72 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  min-height: 50px;
  padding: 10px 14px !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
.btn-disabled-sm2 {
  display: inline-block;
  background: #cfd8d1 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 13px !important;
  padding: 4px 22px 6px !important;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
.btn-outline-disabled {
  display: inline-block;
  background: 0 0 !important;
  color: #e3e8e4 !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 1px solid #e3e8e4 !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  cursor: not-allowed !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .btn-outline-disabled {
    padding: 20px 30px !important;
  }
}
.btn-outline-disabled i {
  color: #e3e8e4 !important;
}
.btn-dark {
  display: inline-block;
  background: #424249 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 15px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-dark {
    padding: 20px 30px !important;
  }
}
.btn-dark:hover {
  background: #1e1e1e !important;
}
.btn-dark-50,
.btn-dark-58 {
  display: inline-block;
  background: #424249 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 15px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-height: 50px !important;
  padding: 15px 30px !important;
  line-height: 20px;
}
@media (max-width: 767px) {
  .btn-dark-50,
  .btn-dark-58 {
    padding: 20px 30px !important;
  }
}
.btn-dark-50[disabled],
.btn-dark-58[disabled] {
  background-color: #bdbdbd !important;
  opacity: 1 !important;
}
.btn-dark-58 {
  min-height: 58px !important;
  padding: 16px 30px !important;
  line-height: 26px;
}
.btn-dark-mid {
  display: inline-block;
  background: #424249 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 1px solid #424249 !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
}
.btn-dark-sm-32 {
  display: inline-block;
  background: #424249 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 13px !important;
  padding: 4px 22px 6px !important;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px !important;
  border: 1px solid #424249 !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  min-height: 32px !important;
  padding: 6px 20px !important;
}
.btn-info-58 {
  display: inline-block;
  background: #3699ff !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 15px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  padding: 16px 30px !important;
  line-height: 26px;
}
@media (max-width: 767px) {
  .btn-info-58 {
    padding: 20px 30px !important;
  }
}
.btn-info-58[disabled] {
  background-color: #a1ccf9 !important;
  opacity: 1 !important;
}
.btn-danger {
  display: inline-block;
  background: #ff5050 !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 17px !important;
  padding: 22px 30px 20px !important;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-danger {
    padding: 20px 30px !important;
  }
}
.btn-success-sm {
  display: inline-block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  ) !important;
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%) !important;
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%) !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 13px !important;
  padding: 4px 22px 6px !important;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
}
.btn-success-sm2 {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 13px !important;
  padding: 4px 22px 6px !important;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
}
.btn-success-sm-32 {
  display: inline-block;
  background: #00b22d !important;
  color: #fff !important;
  text-align: center !important;
  font-size: 13px !important;
  padding: 4px 22px 6px !important;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  text-transform: none;
  font-weight: 600;
  cursor: pointer;
  min-height: 32px !important;
  padding: 6px 10px !important;
  letter-spacing: normal !important;
  line-height: 18px;
}
.btn-outline-success-sm {
  display: inline-block;
  background: 0 0 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 10px !important;
  padding: 5px !important;
  font-weight: 500;
  border-radius: 3px !important;
  border: 0 solid transparent !important;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-outline-success-sm2 {
  display: inline-block;
  background: 0 0 !important;
  color: #424249 !important;
  text-align: center !important;
  font-size: 13px !important;
  padding: 4px 22px 6px !important;
  line-height: 20px;
  letter-spacing: 1px;
  border-radius: 5px !important;
  border: 1px solid #00b22d !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
}
.btn-outline-success-min {
  display: inline-block;
  background: 0 0 !important;
  color: #00b22d !important;
  text-align: center !important;
  font-size: 10px !important;
  padding: 5px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 1px solid #00b22d !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  padding: 3px 5px 5px !important;
}
.btn-outline-success-mid {
  display: inline-block;
  background: 0 0 !important;
  color: #424249 !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 1px solid #00b22d !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
}
.btn-outline-success-mid:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-outline-success-mid:hover i {
  color: #fff !important;
}
.btn-outline-success-mid-50 {
  display: inline-block;
  background: 0 0 !important;
  color: #424249 !important;
  text-align: center !important;
  font-size: 15px !important;
  padding: 7px 14px !important;
  font-weight: 500;
  border-radius: 5px !important;
  border: 1px solid #00b22d !important;
  text-transform: uppercase;
  text-transform: none;
  cursor: pointer;
  min-height: 50px;
  padding: 10px 14px !important;
  line-height: 28px;
}
.btn-outline-success-mid-50:hover {
  color: #fff !important;
  background-color: #00b22d !important;
}
.btn-outline-success-mid-50:hover i {
  color: #fff !important;
}
a {
  outline: 0 !important;
  color: #424249;
}
a:hover {
  color: #00b22d;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-1 {
  opacity: 1 !important;
}
.radio-base17 {
  height: 19px;
  width: 35%;
  margin-right: 10px;
  font-size: 15px;
  line-height: 17px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.radio-base17 label {
  margin-left: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.radio-base17 label:after {
  left: 0;
  top: 0;
  height: 17px !important;
  width: 17px !important;
  font-size: 11px !important;
}
.radio-base17 input[type="radio"] {
  width: 17px;
  height: 17px;
  padding: 0 !important;
}
.radio-base17 input[type="radio"]:checked + label::after {
  background-color: #00b22d !important;
  border-color: #00b22d !important;
}
.gray-3 {
  color: #898989 !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.question-mini:after {
  content: "?";
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
  line-height: 14px;
  text-align: center;
  font-family: Arial;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
#modalWindow .wrap-preloader-modal {
  width: 100%;
  min-height: 250px;
  line-height: 250px;
  text-align: center;
}
#modalWindow .spinner-border {
  width: 4rem;
  height: 4rem;
}
#modalWindow .spinner-border-sm {
  width: 1rem;
  height: 1rem;
}
#modalWindow #base-content {
  min-height: 190px;
  height: auto;
}
#modalWindow iframe {
  height: 50vh;
  max-height: 500px;
}
.dropdown.show .dropdown-toggle:after {
  content: "\e007";
}
.dropdown-toggle#uslugi-drop:after {
  color: #424249;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  font-family: dpravo2020;
  font-size: inherit;
  content: "\e004";
  border: none;
  vertical-align: baseline;
  -webkit-transform: translateY(0.15em);
  -ms-transform: translateY(0.15em);
  transform: translateY(0.15em);
  color: #aaa;
}
.wrp-topmenu-fix {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2039;
}
.wrp-topmenu-fix .wrp-count-msg .count-cons-msg {
  height: 17px;
  padding: 3px 5px 5px 5px;
  border: 2px solid #fff;
  right: -4px;
}
.mobile-preloader {
  position: fixed;
  z-index: 100000;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobile-preloader__name {
  margin: 25px 0 10px 0;
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
}
.mobile-preloader__note {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #898989;
  margin-bottom: 10px;
}
.skip-preloader {
  background: #f0fffa;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 75px 0 0 0;
}
.skip-preloader__text {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #00b22d;
}
#load-preloader {
  position: relative;
}
#load-preloader .spinner-border {
  top: -11%;
  left: 0;
}
.load-preloaders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.load-preloaders__dot1 {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing1 2s infinite;
  animation: pulsing1 2s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.load-preloaders__dot2 {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing2 2s infinite;
  animation: pulsing2 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.load-preloaders__dot3 {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing3 2s infinite;
  animation: pulsing3 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@-webkit-keyframes pulsing1 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing1 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
}
@keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulsing3 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing3 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
.bottommenu-container {
  padding: 0 0 !important;
  margin-bottom: env(safe-area-inset-bottom, 10px);
}
.cards i {
  color: #424249;
  font-size: 23px;
}
.cards .consultation-img {
  color: #fff;
  position: relative;
  top: 1px;
}
.fixed-wrapp {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  padding: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.7))
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.7) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.7) 100%
  );
}
.fixed-wrapp .banner-wrapper__consultation {
  padding: 0;
  border-bottom: none;
}
.fixed-wrapp .banner-wrapper__wrapp {
  left: -24%;
  padding: 16px 30px;
}
.fixed-wrapp .banner-wrapper__wrapp#article-banner {
  left: -29%;
}
@media (max-width: 1200px) {
  .fixed-wrapp .banner-wrapper__wrapp {
    padding: 16px;
  }
}
@media (max-width: 999px) {
  .fixed-wrapp .banner-wrapper__wrapp {
    left: 0;
  }
  .fixed-wrapp .banner-wrapper__wrapp#article-banner {
    left: 0;
  }
}
.banner-wrapper__consultation {
  padding: 30px;
  border-bottom: 1px solid #e3e8e4;
}
.banner-wrapper__consultation#articles-banner {
  padding: 0;
  border-bottom: none;
  margin-top: 20px;
}
.banner-wrapper__wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 25px;
  background: #eff0f4;
  border-radius: 20px;
}
.banner-wrapper__text {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
  width: 363px;
}
.banner-wrapper__btn {
  padding: 15px 30px;
  background: #424249;
  border-radius: 10px;
  white-space: nowrap;
}
.banner-wrapper__btn span {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.banner-wrapper__btn:hover {
  text-decoration: none;
}
@media (max-width: 1200px) {
  .banner-wrapper__consultation {
    padding: 15px;
  }
  .banner-wrapper__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
  }
  .banner-wrapper__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0 0 0;
  }
  .banner-wrapper__text {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .banner-wrapper__wrapp {
    width: 92vw;
  }
  .banner-wrapper__text {
    font-size: 15px;
    line-height: 22px;
  }
}
.menu__overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2036;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #424249;
  will-change: opacity;
}
.menu__overlay.active {
  opacity: 0.5;
  visibility: visible;
}
body.lock {
  height: 100%;
  overflow: hidden;
}
.selected-top-link.grey-link {
  color: #898989 !important;
}
.active-selected {
  border-bottom: 2px solid #333 !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.chevron-check-answers,
.chevron-check-lawyers,
.chevron-check-more,
.chevron-check-uslugi {
  border-bottom: 2px solid rgba(51, 51, 51, 0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.chevron-check-answers i,
.chevron-check-lawyers i,
.chevron-check-more i,
.chevron-check-uslugi i {
  position: absolute;
  top: 7px;
  right: -20px;
}
.left-banner-column a,
.right-banner-column a {
  max-width: 570px;
  max-height: 120px;
}
@media (max-width: 1010px) {
  .left-banner-column a,
  .right-banner-column a {
    max-width: 460px;
  }
}
.menu-top__banners-two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .menu-top__banners-two-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.menu-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .menu-top__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.menu-top__scroll {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 0 30px;
  -webkit-transition: max-height 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  -o-transition: max-height 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  transition: max-height 0.2s ease-in-out 0s, height 0.2s ease-in-out 0s;
  height: 630px;
}
@media (max-width: 1370px) {
  .menu-top__scroll {
    height: 490px;
  }
}
.menu-top__scroll#menu-business-top .container .two-columns-banner {
  margin-top: 45px;
}
@media (max-width: 950px) {
  .menu-top__scroll .optiscroll-v .optiscroll-vtrack {
    margin-right: -10px;
  }
}
.menu-top__answers,
.menu-top__lawyers,
.menu-top__more,
.menu-top__uslugi {
  display: block;
  visibility: visible;
  width: 100%;
  min-height: 230px;
  max-height: 650px;
  height: 100%;
  background: #f9f9fb;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: fixed;
  z-index: 2037;
  top: 75px;
  -webkit-transition: top 0.2s ease-out 0s, width 0.2s ease-in-out,
    height 0.2s ease-in-out, visibility 0.1s;
  -o-transition: top 0.2s ease-out 0s, width 0.2s ease-in-out,
    height 0.2s ease-in-out, visibility 0.1s;
  transition: top 0.2s ease-out 0s, width 0.2s ease-in-out,
    height 0.2s ease-in-out, visibility 0.1s;
  overflow: hidden;
}
.menu-top__answers .menu-top__scroll .optiscroll-h,
.menu-top__lawyers .menu-top__scroll .optiscroll-h,
.menu-top__more .menu-top__scroll .optiscroll-h,
.menu-top__uslugi .menu-top__scroll .optiscroll-h {
  display: none;
}
@media (max-width: 1281px) {
  .menu-top__answers .menu-top__scroll,
  .menu-top__lawyers .menu-top__scroll,
  .menu-top__more .menu-top__scroll,
  .menu-top__uslugi .menu-top__scroll {
    height: 630px;
  }
}
.menu-top__answers {
  max-height: 230px;
}
.menu-top__answers .container .marg-for-column {
  margin-top: 65px;
}
.menu-top__lawyers {
  max-height: 650px;
}
@media (max-width: 950px) {
  .menu-top__lawyers .container .menu-top__columns {
    margin-top: 0;
  }
}
@media (max-width: 950px) {
  .menu-top__lawyers .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.menu-top__more {
  max-height: 230px;
}
.menu-top__more .container .menu-top__columns {
  margin-top: 25px;
}
@media (max-width: 950px) {
  .menu-top__more .container .menu-top__columns {
    margin-top: 0;
  }
}
.menu-top__more #menu-more-top {
  overflow-y: hidden !important;
}
.menu-top__more .menu-top__scroll {
  max-height: 100%;
}
.menu-top__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.menu-top__columns .decor-uslugi {
  width: 1px;
  height: 440px;
  background: #e0e0e0;
  margin: 10px 44px 0 30px;
}
@media (max-width: 1250px) {
  .menu-top__columns .decor-uslugi {
    margin: 10px 30px 0 30px;
  }
}
@media (max-width: 950px) {
  .menu-top__columns .decor-uslugi {
    display: none;
  }
}
.menu-top__column.marg-for-column {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .menu-top__column.marg-for-column {
    max-width: 950px;
  }
}
.menu-top__column.marg-for-column .slider-lawyers {
  position: relative;
}
.menu-top__column.marg-for-column .slider-lawyers .slick-btns-menu {
  position: absolute;
  top: 80%;
  right: 0;
}
.menu-top__column.marg-for-column .slider-lawyers .menu-next,
.menu-top__column.marg-for-column .slider-lawyers .menu-prev {
  width: 54px;
  height: 54px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}
.menu-top__column.marg-for-column .slider-lawyers .menu-next i,
.menu-top__column.marg-for-column .slider-lawyers .menu-prev i {
  color: #e0e0e0;
}
.menu-top__column.marg-for-column .slider-lawyers .menu-next:hover,
.menu-top__column.marg-for-column .slider-lawyers .menu-prev:hover {
  border-color: #00b22d;
  color: #00b22d;
  background: 0 0;
}
.menu-top__column.marg-for-column .slider-lawyers .menu-next:hover i,
.menu-top__column.marg-for-column .slider-lawyers .menu-prev:hover i {
  color: #00b22d;
}
.menu-top__banner-business {
  border-radius: 15px;
  margin: 0 0 20px 0;
  width: 95vw;
  height: 100%;
  text-decoration: none;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
  position: relative;
}
.menu-top__banner-business picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6px 23px 0 0;
}
.menu-top__banner-business picture.other-mrg {
  margin: 0 0 0 -35px;
}
.menu-top__banner-business picture.img-scale img,
.menu-top__banner-business picture.img-scale source {
  height: 115px;
}
@media (max-width: 1200px) {
  .menu-top__banner-business {
    width: 45vw;
  }
}
@media (max-width: 950px) {
  .menu-top__banner-business {
    width: 100%;
  }
}
.menu-top__banner-lawyers {
  border-radius: 15px;
  margin: 0 0 20px 0;
  width: 95vw;
  height: 100%;
  max-width: 355px !important;
  min-height: 144px;
  max-height: 166px;
  height: 166px;
  text-decoration: none;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
  position: relative;
}
@media (max-width: 1250px) {
  .menu-top__banner-lawyers {
    max-width: 50vw !important;
  }
}
@media (max-width: 950px) {
  .menu-top__banner-lawyers {
    max-width: 100% !important;
  }
}
.menu-top__banner-lawyers picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6px 23px 0 0;
}
.menu-top__banner-lawyers picture.other-mrg {
  margin: 6px 0 0 -35px;
}
.menu-top__banner-lawyers picture.wrap-law-banner1 {
  margin: 6px 0 0 -25px;
}
.menu-top__banner-lawyers picture.wrap-law-banner1 img,
.menu-top__banner-lawyers picture.wrap-law-banner1 source {
  height: 141px;
}
.menu-top__banner-lawyers picture.wrap-law-banner2 {
  margin: 6px 0 0 -55px !important;
}
.menu-top__banner-lawyers picture.wrap-law-banner2 img,
.menu-top__banner-lawyers picture.wrap-law-banner2 source {
  height: 141px;
}
.menu-top__banner-more {
  border-radius: 15px;
  margin: 0 0 20px 0;
  width: 95vw;
  height: 100%;
  max-width: 740px !important;
  min-height: 144px;
  text-decoration: none;
  -webkit-box-align: normal !important;
  -ms-flex-align: normal !important;
  align-items: normal !important;
  position: relative;
}
.menu-top__banner-more .img-scale img,
.menu-top__banner-more .img-scale source {
  height: 115px;
}
.menu-top__banner-more.more-card1 {
  max-width: 370px;
}
.menu-top__banner-more.more-card1 picture {
  margin: 6px 9px 0 0;
}
.menu-top__banner-more.more-card2 {
  min-height: 125px;
  max-height: 125px;
  max-width: 370px !important;
}
.menu-top__banner-more.more-card2 picture {
  margin: -10px 0 0 0;
}
.menu-top__banner-more.more-card2 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-top__banner-more.more-card2
  .menu-bannert__wrap-text
  .text-banner-business {
  padding: 15px 0 10px 20px;
}
.menu-top__banner-more.more-card2
  .menu-bannert__wrap-text
  .note-banner-business {
  margin-bottom: 15px;
}
.menu-top__banner-more.more-card3 {
  max-width: 370px !important;
  min-height: 125px;
}
.menu-top__banner-more.more-card3 picture {
  margin: 6px 16px 0 0;
}
.menu-top__banner-more.more-card3 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-top__banner-more.more-card3
  .menu-bannert__wrap-text
  .text-banner-business {
  padding: 15px 0 10px 20px;
}
.menu-top__banner-more.more-card3
  .menu-bannert__wrap-text
  .note-banner-business {
  margin-bottom: 15px;
}
.menu-top__banner-more.more-card4 {
  min-height: 125px;
  margin: 0 30px;
  max-width: 370px !important;
}
.menu-top__banner-more.more-card4 picture {
  margin: 6px 20px 0 0;
}
.menu-top__banner-more.more-card4 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-top__banner-more.more-card4
  .menu-bannert__wrap-text
  .text-banner-business {
  padding: 15px 0 10px 20px;
}
.menu-top__banner-more.more-card4
  .menu-bannert__wrap-text
  .note-banner-business {
  margin-bottom: 15px;
}
.menu-top__banner-more.articles-card1 {
  margin: 0 46px 0 0;
  width: 560px;
  min-height: 120px;
}
.menu-top__banner-more.articles-card1 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-top__banner-more.articles-card1
  .menu-bannert__wrap-text
  .note-banner-business {
  margin: 0 0 15px 0;
}
.menu-top__banner-more.articles-card2 {
  width: 560px;
  min-height: 120px;
}
.menu-top__banner-more.articles-card2 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu-top__banner-more.articles-card2
  .menu-bannert__wrap-text
  .note-banner-business {
  margin: 0 0 15px 0;
}
.menu-top__banner-more picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 6px 23px 0 0;
}
.menu-top__banner-more picture.other-mrg {
  margin: 0;
}
.menu-top__banner-more picture.wrap-law-banner1 {
  margin: 6px -18px 0 0;
}
@media (max-width: 1250px) {
  .menu-top__banner-more {
    max-width: 50vw !important;
  }
}
@media (max-width: 950px) {
  .law-adapt,
  .more-adapt {
    display: none;
  }
}
@media (max-width: 950px) {
  .uslugi-adapt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: 0;
    max-width: 760px;
  }
}
@media (max-width: 950px) {
  .more-adaptiv {
    margin-top: 25px;
  }
}
.anim-top {
  visibility: hidden;
  top: 75px;
  width: 100%;
  -webkit-transition: top 0.2s ease-out 0s, width 0.2s ease-in-out,
    height 0.2s ease-in-out, visibility 0s;
  -o-transition: top 0.2s ease-out 0s, width 0.2s ease-in-out,
    height 0.2s ease-in-out, visibility 0s;
  transition: top 0.2s ease-out 0s, width 0.2s ease-in-out,
    height 0.2s ease-in-out, visibility 0s;
}
.anim-top .container-for-switch {
  display: none;
  -webkit-transition: display 0.2s;
  -o-transition: display 0.2s;
  transition: display 0.2s;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader-top-lawyers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loader-top-lawyers__dot1 {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing1 2s infinite;
  animation: pulsing1 2s infinite;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.loader-top-lawyers__dot2 {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing2 2s infinite;
  animation: pulsing2 2s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.loader-top-lawyers__dot3 {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-animation: pulsing3 2s infinite;
  animation: pulsing3 2s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@keyframes pulsing1 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
@keyframes pulsing2 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(1, 1);
  }
}
@keyframes pulsing3 {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}
#menu-clients-top {
  padding: 0 0 60px;
  height: 570px !important;
}
#menu-clients-top::-webkit-scrollbar {
  width: 0;
}
#menu-clients-top .optiscroll-v {
  right: 36px;
}
@media (max-width: 950px) {
  #menu-clients-top
    .optiscroll-content
    .menu-top__container
    .container
    .left-column-toppc {
    overflow: hidden;
  }
}
#menu-lawyers-top,
#menu-more-top {
  padding: 0 0 60px;
}
#menu-lawyers-top::-webkit-scrollbar,
#menu-more-top::-webkit-scrollbar {
  width: 0;
}
#menu-lawyers-top .optiscroll-v,
#menu-more-top .optiscroll-v {
  right: 36px;
}
@media (max-height: 650px) {
  #menu-lawyers-top,
  #menu-more-top {
    height: 505px;
  }
}
@media (min-height: 720px) {
  #menu-lawyers-top .optiscroll-content {
    overflow-y: hidden;
  }
  #menu-lawyers-top .optiscroll-v {
    display: none;
  }
}
#spinner-top-lawyers {
  position: relative;
}
#spinner-top-lawyers .spinner-border {
  top: -11%;
  left: 0;
}
.left-banner-lawyer,
.left-banner-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 750px;
}
.left-banner-lawyer.column-banner-more,
.left-banner-more.column-banner-more {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.left-banner-lawyer.row-banner-more,
.left-banner-more.row-banner-more {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100% !important;
}
@media (max-width: 1250px) {
  .left-banner-lawyer,
  .left-banner-more {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 950px) {
  .left-banner-lawyer,
  .left-banner-more {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    max-width: 750px;
  }
  .left-banner-lawyer:last-child,
  .left-banner-more:last-child {
    margin-top: 0;
  }
}
.left-banner-lawyer {
  width: 100%;
}
@media (max-width: 1450px) {
  .left-banner-lawyer {
    width: 750px;
  }
}
@media (max-width: 1250px) {
  .left-banner-lawyer {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
}
@media (max-width: 1250px) {
  .banner-law-2 {
    width: 50vw !important;
  }
}
.banner-law-2 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-law-2 .menu-bannert__wrap-text .note-banner-business {
  margin: 0 0 15px 0;
}
@media (max-width: 1250px) {
  .banner-law-1 {
    width: 50vw !important;
  }
}
.banner-law-1 .menu-bannert__wrap-text {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.banner-law-1 .menu-bannert__wrap-text .note-banner-business {
  margin: 0 0 15px 0;
}
.banner-law-pc {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.banner-law-pc a {
  max-width: 560px !important;
}
.banner-law-pc a:first-child {
  margin: 0 30px 0 0;
}
.banner-lawyer-top {
  max-width: 370px;
}
.banner-lawyer-top .menu-banner__text {
  font-size: 17px;
  line-height: 27px;
}
.top-menu-close {
  top: 0 !important;
  right: 2.3% !important;
  position: absolute !important;
}
@media (max-width: 1800px) {
  .top-menu-close {
    right: 4.3% !important;
  }
}
.menu-bannert {
  background: #eff0f4;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.menu-bannert:hover {
  text-decoration: none;
}
.menu-bannert__text {
  font-style: normal;
  font-weight: 600;
  max-width: 280px;
  font-size: 20px;
  line-height: 28px;
  color: #424249;
  padding: 10px 0 10px 20px;
}
@media (max-width: 372px) {
  .menu-bannert__text {
    font-size: 17px;
    line-height: 27px;
  }
}
.menu-bannert__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-bannert__note {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #898989;
  padding: 0 0 0 20px;
}
@media (max-width: 372px) {
  .menu-bannert__note {
    font-size: 13px;
    line-height: 20px;
  }
}
.menu-bannert .ellipse {
  background: #000;
  opacity: 0.03;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 26px;
  right: -71px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 950px) {
  .menu-bannert {
    max-width: 100% !important;
  }
}
.left-column-toppc__title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
  margin: 0 0 20px 0;
}
.left-column-toppc .row-cards {
  max-width: 370px;
  max-height: 55px;
  margin: 0 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.left-column-toppc .row-cards:hover {
  text-decoration: none;
}
.left-column-toppc .row-cards:last-child {
  margin: 0 0 20px 0;
}
.left-column-toppc .row-cards.row-cards-border {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
}
.left-column-toppc .row-cards.row-cards-border:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.left-column-toppc .row-cards .more-left-row__wrap i {
  margin-right: 15px;
  margin-left: 20px;
}
@media (max-width: 950px) {
  .left-column-toppc .row-cards {
    max-width: 100%;
    width: 100%;
  }
}
.left-column-toppc .more-left-row__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 12%;
  position: initial;
}
.left-column-toppc .menu__banner-uslugi {
  max-width: 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 150px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.left-column-toppc .menu__banner-uslugi .text-banner-uslugi {
  font-style: normal;
  font-weight: 600;
  max-width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 15px 0 15px 30px;
}
@media (max-width: 950px) {
  .left-column-toppc .menu__banner-uslugi {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.left-column-toppc .menu__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.center-column-toppc .card-body#anim-ul #selected-bank-title {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.center-column-toppc .card-body#anim-ul #selected-bank-lists {
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.center-column-toppc .card-body .uslugi-menu {
  width: 360px;
}
@media (max-width: 1200px) {
  .center-column-toppc .card-body .uslugi-menu {
    height: 300px;
  }
}
.center-column-toppc .card-body .uslugi-menu.selected-bank-lists {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  padding: 10px 0 10px 10px;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.center-column-toppc .card-body .uslugi-menu.selected-bank-lists ul {
  padding-top: 10px;
}
.center-column-toppc .card-body .uslugi-menu__title {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
  margin: -15px 0 20px 0;
}
.center-column-toppc .card-body .uslugi-menu__title.bottom-row {
  margin: 30px 0 20px 0;
}
@media (max-width: 1200px) {
  .center-column-toppc .card-body .uslugi-menu__title.bottom-row {
    margin: -28px 0 20px 0;
  }
}
.center-column-toppc .card-body .uslugi-menu__title.bottom-row-sec {
  margin: 18px 0 20px 0;
}
.center-column-toppc .card-body .uslugi-menu__title.selected-bank-title {
  background: #fff;
  padding: 10px 24px 28px 10px;
  width: 280px;
  margin: -25px 0 -17px 0;
  z-index: 1;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
@media (max-width: 1200px) {
  .center-column-toppc .card-body .uslugi-menu__lists {
    height: 80%;
  }
}
.center-column-toppc .card-body .uslugi-menu__lists li {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #898989;
  border-bottom: none;
}
@media (max-width: 1200px) {
  .center-column-toppc {
    width: 30vw;
  }
  .center-column-toppc .card-body .uslugi-menu {
    width: 285px;
  }
  .center-column-toppc .card-body .uslugi-menu__title.selected-bank-title {
    width: 230px;
  }
}
.container-for-switch .menu__header {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.show-less-pc,
.show-more-pc {
  cursor: pointer;
}
@media (max-width: 434px) {
  .text-banner-uslugi {
    width: 185px;
  }
}
.banner-check {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #3699ff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-check i {
  color: #fff;
  font-size: 7px;
}
.banner__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 340px;
}
@media (max-width: 800px) {
  .banner__row {
    padding-right: 0;
    width: 156px;
  }
}
.banner__first {
  position: relative;
}
.banner__first img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__first source {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__second {
  position: relative;
}
.banner__second img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__third {
  position: relative;
}
.banner__third img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.banner__fourth {
  position: relative;
}
.banner__fourth img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner__fourth {
    display: none;
  }
}
.banner__fifth {
  position: relative;
}
.banner__fifth img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner__fifth {
    display: none;
  }
}
.banner__six {
  position: relative;
}
.banner__six img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media (max-width: 800px) {
  .banner__six {
    display: none;
  }
}
.badge-green {
  font-size: 13px;
  line-height: 16px;
  padding: 2px 5px;
  color: #fff;
  background: #00b22d;
  border-radius: 30px;
  margin-bottom: 5px;
  position: absolute;
  top: 37px;
  right: -2px;
  scale: 79%;
  background-color: #00b22d;
}
.badge-green i {
  font-size: 13px;
  margin-right: 2px;
}
.menu-banner {
  background: #00b22d;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.menu-banner:hover {
  text-decoration: none;
}
.menu-banner__text {
  font-style: normal;
  font-weight: 600;
  max-width: 280px;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  padding: 10px 0 10px 20px;
}
@media (max-width: 383px) {
  .menu-banner__text {
    font-size: 17px;
    line-height: 27px;
  }
}
.menu-banner__wrap-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu-banner__note {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding: 0 0 0 20px;
}
@media (max-width: 372px) {
  .menu-banner__note {
    font-size: 13px;
    line-height: 20px;
  }
}
#spinner-mob-lawyers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 0;
  margin-top: -60px;
}
#spinner-mob-lawyers .spinner-border {
  position: relative;
}
.text-banner-more {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  white-space: nowrap;
}
@media (max-width: 950px) {
  .text-banner-more br {
    display: none;
  }
}
@media (max-width: 650px) {
  .text-banner-more br {
    display: block;
  }
}
.note-banner-more {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  max-width: 200px;
  white-space: nowrap;
}
@media (max-width: 950px) {
  .note-banner-more {
    max-width: 100%;
  }
  .note-banner-more br {
    display: none;
  }
}
@media (max-width: 700px) {
  .note-banner-more {
    max-width: 200px;
    white-space: normal;
  }
}
#uslugi-drop {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  #yii-debug-toolbar {
    display: none !important;
  }
}
.cabinet-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cabinet-menu__body #btn-login-nmobile {
  border-radius: 10px !important;
  padding: 11px 50px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.cabinet-text__note {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #121212;
}
#search-top {
  width: 100%;
  max-width: 596px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#search-top #form-search-top {
  height: 40px;
  margin-right: 30px;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 22px;
  z-index: 2;
}
#search-top #form-search-top::-webkit-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top::-moz-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top:-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top::-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top::placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top #form-search-top:focus {
  border-color: transparent !important;
}
#search-top .ico-close {
  position: absolute;
  right: 84px;
  top: 12px;
  color: #898989;
  cursor: pointer;
  display: none;
  z-index: 2;
}
#search-top .autocomplete-suggestions {
  height: 300px;
  padding: 20px;
  top: 45px;
  border-radius: 15px;
}
#search-top .autocomplete-suggestions .autocomplete-suggestion {
  padding: 0;
}
#search-top .autocomplete-suggestions .on-search {
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  cursor: pointer;
}
#search-top .autocomplete-suggestions .on-search .wrp-1 {
  margin-right: 30px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 7px;
  line-height: 52px;
}
#search-top .autocomplete-suggestions .on-search .wrp-1:hover {
  background-color: #eef6e8;
}
#search-top .autocomplete-suggestions .on-search .on-search-n {
  margin-right: 20px;
  color: #424249;
}
#search-top .autocomplete-suggestions .on-search .on-search-f {
  color: #898989;
}
#search-top .autocomplete-suggestions .on-search .on-search-txt-id {
  height: 20px;
  min-width: 130px;
  padding-left: 30px;
  text-align: left;
  border-left: 1px solid #f2f2f2;
  color: #898989;
}
#search-top .autocomplete-suggestions .ss-scroll {
  width: 5px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}
#menu-bg {
  width: 100vw;
  height: 100vh;
  background-color: #424249;
  opacity: 0.5;
  position: fixed;
  z-index: 1000;
  display: none;
}
#top_block_shadow {
  width: 100%;
  height: 137px;
  background-color: #424249;
  opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: 4;
  display: none;
}
.wrap-for-search {
  background: #00b22d;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 44px;
  top: 9px;
  color: #fff;
  cursor: pointer;
  display: none;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-mobile-top .new-top-mobile {
  background-color: #f9f9fb;
}
.new-mobile-top .new-top-mobile.white-header {
  background-color: #fff;
  border-bottom: none;
}
.new-mobile-top .new-top-mobile.grey-without-border {
  border-bottom: none;
}
.new-top-menu {
  height: 80px !important;
}
.new-top-menu .new-top-menu-container {
  height: 80px !important;
  background-color: #f9f9fb;
  border-bottom: 1px solid #e3e8e4;
}
.new-top-menu .new-top-menu-container.white-header {
  background-color: #fff;
  border-bottom: none;
}
.new-top-menu .new-top-menu-container.grey-without-border {
  border-bottom: none;
}
.new-top-menu .new-top-menu-container .container-fluid {
  padding-right: 20px !important;
}
@media (max-width: 950px) {
  .new-top-menu .new-top-menu-container .container {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .new-top-menu .new-top-menu-container .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
  }
}
.form-border {
  border-color: transparent !important;
}
.new-pc-search input {
  height: 52px !important;
  border-radius: 25px !important;
}
.new-pc-search .autocomplete-suggestions {
  top: 66px !important;
}
.new-pc-search .ico-close {
  top: 17px !important;
}
@media (max-width: 950px) {
  .new-pc-search #form-search-top {
    width: 400px;
    margin-left: 150px;
  }
}
#top-lawyers:hover {
  text-decoration: none;
  color: #424249;
}
#top-uslugi:hover {
  text-decoration: none;
  color: #424249;
}
#top-articles:hover {
  text-decoration: none;
  color: #424249;
}
@media (max-width: 840px) {
  #top-articles {
    display: none;
  }
}
.menu-and-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.dot-menu-top {
  position: relative;
  margin-top: 5px;
  cursor: pointer;
}
.dot-menu-top.show i {
  color: #424249;
}
.dot-menu-top i {
  color: #bdbdbd;
  padding: 0 0 0 10px;
}
.dot-menu-top__section {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 2;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  border-radius: 10px 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  min-width: 200px;
}
.dot-menu-top__section .dot-lists {
  width: 100%;
  padding: 0 10px;
}
.dot-menu-top__section .dot-lists .dot-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #424249;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.dot-menu-top__section .dot-lists .dot-link span {
  padding: 8px 0 8px 15px;
}
.dot-menu-top__section .dot-lists .dot-link span:hover {
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
}
.dot-menu-top__section .dot-lists .dot-link:hover {
  color: #424249;
  text-decoration: none;
  background: #f2f2f2;
  border-radius: 5px;
  width: 100%;
}
.dot-menu-top__section .dot-lists .dot-link.hide-link {
  display: none;
}
@media (max-width: 1100px) {
  .dot-menu-top__section .dot-lists .dot-link.hide-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dot-menu-top__section .dot-lists .dot-link.hide-article {
  display: none;
}
@media (max-width: 840px) {
  .dot-menu-top__section .dot-lists .dot-link.hide-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.dot-menu-top__section .dot-lists .dot-link:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .dot-menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pc-articles__link,
.pc-otzivy__link,
.pc-questions__link {
  -webkit-transition: all 20ms ease-in-out !important;
  -o-transition: all 20ms ease-in-out !important;
  transition: all 20ms ease-in-out !important;
}
@media (max-width: 1100px) {
  .pc-otzivy {
    display: none !important;
  }
}
.pc-articles:hover {
  text-decoration: none;
}
.chevron-check-answers {
  padding-bottom: 5px;
}
.pc-questions a {
  height: 29px;
}
@media (max-width: 1200px) {
  .pc-questions {
    white-space: nowrap;
  }
}
@media (max-width: 1200px) {
  #top-more {
    display: none;
  }
}
@media (max-width: 950px) {
  #top-more {
    max-width: 100px;
  }
}
.new-pc-topmenu {
  max-width: 820px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-pc-topmenu div {
  white-space: nowrap;
}
.new-pc-topmenu a {
  text-decoration: none !important;
}
.new-pc-topmenu a:hover {
  color: #424249;
}
.new-pc-topmenu__answers,
.new-pc-topmenu__articles,
.new-pc-topmenu__coop,
.new-pc-topmenu__lawyers,
.new-pc-topmenu__more,
.new-pc-topmenu__otzivy,
.new-pc-topmenu__questions,
.new-pc-topmenu__uslugi {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #424249;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9px;
  padding-top: 10px;
  z-index: 2;
}
.new-pc-topmenu__answers a:hover,
.new-pc-topmenu__articles a:hover,
.new-pc-topmenu__coop a:hover,
.new-pc-topmenu__lawyers a:hover,
.new-pc-topmenu__more a:hover,
.new-pc-topmenu__otzivy a:hover,
.new-pc-topmenu__questions a:hover,
.new-pc-topmenu__uslugi a:hover {
  color: #00b22d !important;
}
.new-pc-topmenu__uslugi.selected-top-link,
.selected-top-link.new-pc-topmenu__answers,
.selected-top-link.new-pc-topmenu__articles,
.selected-top-link.new-pc-topmenu__coop,
.selected-top-link.new-pc-topmenu__lawyers,
.selected-top-link.new-pc-topmenu__more,
.selected-top-link.new-pc-topmenu__otzivy,
.selected-top-link.new-pc-topmenu__questions {
  color: #424249;
}
.new-pc-topmenu__uslugi.selected-top-link a,
.selected-top-link.new-pc-topmenu__answers a,
.selected-top-link.new-pc-topmenu__articles a,
.selected-top-link.new-pc-topmenu__coop a,
.selected-top-link.new-pc-topmenu__lawyers a,
.selected-top-link.new-pc-topmenu__more a,
.selected-top-link.new-pc-topmenu__otzivy a,
.selected-top-link.new-pc-topmenu__questions a {
  color: #424249;
}
.new-pc-topmenu__answers i,
.new-pc-topmenu__articles i,
.new-pc-topmenu__coop i,
.new-pc-topmenu__lawyers i,
.new-pc-topmenu__more i,
.new-pc-topmenu__otzivy i,
.new-pc-topmenu__questions i,
.new-pc-topmenu__uslugi i {
  font-size: 10px;
  color: #bdbdbd;
  margin: 0 0 0 10px;
}
.grey-link.new-pc-topmenu__answers a,
.grey-link.new-pc-topmenu__articles a,
.grey-link.new-pc-topmenu__coop a,
.grey-link.new-pc-topmenu__lawyers a,
.grey-link.new-pc-topmenu__more a,
.grey-link.new-pc-topmenu__otzivy a,
.grey-link.new-pc-topmenu__questions a,
.new-pc-topmenu__uslugi.grey-link a {
  color: #898989;
}
.new-pc-topmenu__answers .chevron-check-uslugi,
.new-pc-topmenu__articles .chevron-check-uslugi,
.new-pc-topmenu__coop .chevron-check-uslugi,
.new-pc-topmenu__lawyers .chevron-check-uslugi,
.new-pc-topmenu__more .chevron-check-uslugi,
.new-pc-topmenu__otzivy .chevron-check-uslugi,
.new-pc-topmenu__questions .chevron-check-uslugi,
.new-pc-topmenu__uslugi .chevron-check-uslugi {
  padding-bottom: 5px;
}
.new-pc-topmenu__lawyers .chevron-check-lawyers {
  padding-bottom: 5px;
}
@media (max-width: 950px) {
  .new-pc-topmenu__lawyers {
    white-space: nowrap;
  }
}
.new-pc-topmenu__answers.grey-link a,
.new-pc-topmenu__articles.grey-link a,
.new-pc-topmenu__otzivy.grey-link a,
.new-pc-topmenu__questions.grey-link a {
  color: #898989 !important;
}
.new-pc-topmenu__answers a,
.new-pc-topmenu__articles a,
.new-pc-topmenu__otzivy a,
.new-pc-topmenu__questions a {
  text-decoration: none;
  padding-bottom: 5px;
  color: #424249;
}
.new-pc-topmenu__answers a:hover,
.new-pc-topmenu__articles a:hover,
.new-pc-topmenu__otzivy a:hover,
.new-pc-topmenu__questions a:hover {
  text-decoration: none;
}
.new-pc-topmenu__otzivy a {
  padding-bottom: 5px;
  height: 29px;
}
.new-pc-topmenu__more.grey-link .chevron-check-more {
  color: #898989;
}
.new-pc-topmenu__more .chevron-check-more {
  padding-bottom: 5px;
}
@media (max-width: 950px) {
  .new-pc-topmenu__more {
    width: 100%;
    padding: 0 0;
  }
}
.new-pc-topmenu__coop a {
  text-decoration: none;
  padding-bottom: 5px;
  color: #898989;
}
.new-pc-topmenu__coop a:hover {
  text-decoration: none;
}
@media (max-width: 1310px) {
  .new-pc-topmenu {
    max-width: 750px;
    width: 750px;
  }
}
@media (max-width: 1200px) {
  .new-pc-topmenu {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .new-pc-topmenu {
    width: 603px;
    max-width: 603px;
  }
}
@media (max-width: 1050px) {
  .new-pc-topmenu {
    width: 550px;
    max-width: 550px;
  }
}
@media (max-width: 990px) {
  .new-pc-topmenu {
    width: 530px;
    max-width: 530px;
  }
}
@media (max-width: 840px) {
  .new-pc-topmenu {
    width: 100%;
    max-width: 100%;
  }
}
.new-h-menu {
  height: 80px;
}
.new-h-menu .marg-logo {
  margin-top: 5px;
}
.new-h-menu .marg-logo .wrp-fix-1 {
  padding-right: 0;
}
.new-h-menu .bottom-menu-row {
  padding: 0 10px;
}
.new-h-menu .bottom-menu-row i {
  font-size: 20px;
  color: #00b22d;
}
.new-h-menu .bottom-menu-row .note {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #898989;
  margin: 0 0 0 7px;
}
.new-h-menu .city-cabinet #wrp-dot .dropdown-menu {
  top: 74px !important;
}
.new-h-menu .city-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
.new-h-menu .city-cabinet .city-top-menu {
  min-width: 0;
}
.new-h-menu .city-cabinet .city-top-menu #sel-city {
  margin: 0 15px;
}
@media (max-width: 950px) {
  .new-h-menu .city-cabinet .city-top-menu #sel-city .wrp-sel-city {
    width: 100px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 366px) {
  .new-h-menu .city-cabinet .city-top-menu {
    margin-left: 15px;
  }
}
@media (max-width: 1200px) {
  .new-h-menu .bottom-menu-row {
    display: none !important;
  }
}
#search-top-mob {
  width: 100vw;
  height: 100vh;
  padding: 20px 15px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  color: #121212;
  z-index: 2200;
  display: none;
}
#search-top-mob #form-search-top-mob {
  height: 40px;
  margin-top: 25px;
  padding: 9px 35px 9px 17px;
  border-radius: 20px;
  font-size: 15px;
  line-height: 22px;
  z-index: 2;
}
#search-top-mob #form-search-top-mob::-webkit-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob::-moz-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob:-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob::-ms-input-placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob #form-search-top-mob::placeholder {
  font-size: 15px;
  color: #bdbdbd;
}
#search-top-mob .wrp-form-search-top {
  position: relative;
}
#search-top-mob .wrp-form-search-top .ico-close,
#search-top-mob .wrp-form-search-top .ico-search-2020 {
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 7px;
  color: #9d9d9d;
}
#search-top-mob .wrp-form-search-top .ico-close {
  font-size: 12px;
  top: 11px;
  display: none;
}
#search-top-mob .wrp-form-search-top .autocomplete-suggestions {
  max-height: calc(100vh - 160px) !important;
  margin-top: 30px;
  padding: 0;
  border: none;
}
#search-top-mob
  .wrp-form-search-top
  .autocomplete-suggestions
  .on-search-txt-id {
  font-size: 13px;
  color: #898989;
}
#search-top-mob .wrp-form-search-top .autocomplete-suggestions .on-search-n {
  font-size: 15px;
  font-weight: 600;
  color: #121212;
}
#search-top-mob .wrp-form-search-top .autocomplete-suggestions .on-search-f {
  font-size: 15px;
  color: #898989;
}
#search-top-mob .on-search {
  margin-bottom: 25px;
}
.consultation-left-row {
  margin: 0 16px 0 0;
}
.consultation-left-row__text,
.consultation-right-row__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #121212;
  margin: 10px 0 0 0;
}
.consultation-left-row__note {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #898989;
}
.consultation-left-row__wrap,
.consultation-right-row__wrap,
.more-right-row__wrap {
  position: absolute;
  top: 25px;
  left: 13px;
}
.more-left-row {
  margin: 0 8px 0 0;
}
.more-left-row__text,
.more-right-row__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #121212;
  margin: 4px 0 0 0;
}
.more-left-row__note {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  color: #898989;
}
.more-left-row__wrap {
  position: absolute;
  top: 25px;
  left: 13px;
}
.green-mmenu i {
  background: #eef6e8;
  border-radius: 10px;
  color: #00b22d;
  padding: 12px 12px 11px 11px;
}
.green-mmenu-sm i {
  background: #eef6e8;
  border-radius: 10px;
  color: #00b22d;
  padding: 9px 9px 8px 8px;
}
.purple-mmenu i {
  background: #f6f3ff;
  border-radius: 10px;
  color: #9c87d9;
  padding: 12px 12px 11px 11px;
}
.row-cards {
  position: relative;
  height: 124px;
  width: 45vw;
  background: #fff;
  border-radius: 15px;
}
.lawyer-link,
.more-link,
.uslugi-link {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  padding: 17px 15px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lawyer-link:hover,
.more-link:hover,
.uslugi-link:hover {
  text-decoration: none;
}
.more-link {
  padding: 17px 15px 16px 0;
}
#page-lawyer-v2 .more-link {
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#accordionLawyers,
#accordionUslugiEight,
#accordionUslugiFifth,
#accordionUslugiNine,
#accordionUslugiSix,
#accordionUslugiThree,
#accordionUslugiTwo {
  margin: 0 0 15px 0;
}
#accordionLawyers .card,
#accordionUslugiEight .card,
#accordionUslugiFifth .card,
#accordionUslugiNine .card,
#accordionUslugiSix .card,
#accordionUslugiThree .card,
#accordionUslugiTwo .card {
  width: 95vw;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
}
#remove-boxshadow #collapseFour .card-body,
#remove-boxshadow #collapseOne .card-body {
  padding: 15px 0 0 0;
}
#accordionUslugiFour,
#accordionUslugiOne {
  margin: 0 0 15px 0;
}
#accordionUslugiFour .card,
#accordionUslugiOne .card {
  width: 95vw;
  border-radius: 15px;
  border: none;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
  background: #f9f9fb;
}
#accordionUslugiFour .card.remove,
#accordionUslugiOne .card.remove {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#uslugi-chevron-check-eight,
#uslugi-chevron-check-fifth,
#uslugi-chevron-check-nine,
#uslugi-chevron-check-six,
#uslugi-chevron-check-three,
#uslugi-chevron-check-two {
  text-decoration: none;
}
#uslugi-chevron-check-eight .text-note,
#uslugi-chevron-check-fifth .text-note,
#uslugi-chevron-check-nine .text-note,
#uslugi-chevron-check-six .text-note,
#uslugi-chevron-check-three .text-note,
#uslugi-chevron-check-two .text-note {
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #898989;
}
#uslugi-chevron-check-eight:hover,
#uslugi-chevron-check-fifth:hover,
#uslugi-chevron-check-nine:hover,
#uslugi-chevron-check-six:hover,
#uslugi-chevron-check-three:hover,
#uslugi-chevron-check-two:hover {
  color: #424249;
}
.h-businnes {
  max-height: 405px;
}
@media (max-width: 950px) {
  .h-businnes {
    max-height: 620px;
  }
}
@media (max-height: 700px) {
  .h-businnes {
    height: 63vh;
  }
}
@media (max-width: 600px) {
  .h-businnes {
    max-height: 500px;
    height: 500px;
  }
}
.lawyer-menu__lists,
.uslugi-menu__lists {
  margin-left: 0;
  padding-left: 0;
}
.lawyer-menu__list,
.lawyer-menu__list-without-exp,
.uslugi-menu__list,
.uslugi-menu__list-without-exp {
  list-style-type: none;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #121212;
}
.lawyer-menu__list a,
.lawyer-menu__list-without-exp a,
.uslugi-menu__list a,
.uslugi-menu__list-without-exp a {
  text-decoration: none;
}
.lawyer-menu__list-without-exp.blue-link,
.lawyer-menu__list.blue-link,
.uslugi-menu__list-without-exp.blue-link,
.uslugi-menu__list.blue-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
  width: 335px;
  height: 48px;
  background: #f1f7fd;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .lawyer-menu__list-without-exp.blue-link,
  .lawyer-menu__list.blue-link,
  .uslugi-menu__list-without-exp.blue-link,
  .uslugi-menu__list.blue-link {
    width: 265px;
  }
}
.lawyer-menu__list-without-exp.blue-link .uslugi-menu__link,
.lawyer-menu__list.blue-link .uslugi-menu__link,
.uslugi-menu__list-without-exp.blue-link .uslugi-menu__link,
.uslugi-menu__list.blue-link .uslugi-menu__link {
  margin: 0 0 0 15px;
}
.lawyer-menu__list-without-exp:last-child,
.lawyer-menu__list:last-child,
.uslugi-menu__list-without-exp:last-child,
.uslugi-menu__list:last-child {
  margin: 0;
  border-bottom: none;
  padding: 0;
}
.lawyer-menu__link,
.uslugi-menu__link {
  color: #273ee3;
}
.show-more__uslugi {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #00b22d;
}
.show-less__uslugi {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #00b22d;
}
.show-less__uslugi i {
  margin: 0 0 0 10px;
  color: #00b22d;
  font-size: 10px;
}
#collapseTwo .card-body {
  padding: 1.25rem 1.25rem 0 1.25rem;
}
#menu-uslugi-drop {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #424249;
}
#uslugi-drop {
  background-color: #f9f9fb;
  border-color: #f9f9fb;
}
#uslugi-drop ::after {
  color: #424249;
}
#drop-menu-content {
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  box-shadow: 0 14px 50px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
#drop-menu-content.show {
  width: 250px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu-business,
#menu-clients {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #bdbdbd;
  padding: 9px 0;
}
#menu-business.selected,
#menu-clients.selected {
  color: #00b22d;
  background: #eef6e8;
  border-radius: 10px;
}
#menu-clients-scroll {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button-cover {
  background: #eff0f4;
  border-radius: 30px;
}
.button.r,
.button.r .layer {
  border-radius: 100px;
}
.button.b2 {
  border-radius: 2px;
  position: relative;
  top: 50%;
  margin: 0 auto 0 auto;
  overflow: hidden;
  width: 218px;
  height: 47px;
}
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
.knobs {
  z-index: 2;
}
.layer {
  width: 100%;
  background-color: #ebf7fc;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 1;
}
#button-switch .knobs span,
#button-switch .knobs:after,
#button-switch .knobs:before {
  position: absolute;
  top: 6px;
  width: 97px;
  height: 35px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
}
#button-switch .knobs:before {
  content: "";
  left: 6px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 30px;
}
#button-switch .knobs:after {
  content: "Бизнесу";
  right: 4px;
  color: #898989;
}
#button-switch .knobs span {
  left: 4px;
  color: #424249;
  z-index: 1;
}
#button-switch .checkbox:checked + .knobs span {
  color: #898989;
}
#button-switch .checkbox:checked + .knobs:before {
  left: 115px;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 30px;
}
#button-switch .checkbox:checked + .knobs:after {
  color: #424249;
}
#button-switch .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}
.wrap {
  padding-top: 80px;
}
.wrap.no-static .wrp-topmenu-fix {
  position: absolute;
}
.plug-menu {
  height: 80px;
  width: 100%;
  background-color: #fff;
  margin-top: -80px;
}
.topmenu-fix {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.topmenu-fix .item-fix-menu {
  color: #424249;
  padding: 0 25px;
}
.topmenu-fix .item-fix-menu:hover {
  text-decoration: none;
  color: #00b22d;
}
.topmenu-fix .dropdown {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.topmenu-fix ul {
  margin-bottom: 0;
  padding-left: 0;
}
.topmenu-fix ul li {
  list-style: none;
  margin: 0 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.topmenu-fix ul li:last-child {
  padding-left: 20px;
  margin-left: 0;
}
.topmenu-fix ul li:nth-last-child(2) {
  margin-right: 0;
}
.topmenu-fix ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
}
.topmenu-fix ul li a.item-active {
  border-bottom-color: #00b22d;
}
.topmenu-fix ul li a:hover {
  text-decoration: none;
}
.topmenu-fix ul li .item-header {
  display: inline-block;
  width: 100%;
  cursor: default;
}
.topmenu-fix ul li .item-header:hover {
  color: #00b22d !important;
}
.new-sel-city {
  color: #424249 !important;
}
.new-sel-city .ico-geo {
  color: #424249 !important;
}
.wrp-count-msg .icom-bell-2022 {
  color: #424249;
}
.photo-name-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 12px;
}
.photo-name-dropdown .ico-user {
  font-size: 40px;
  margin: 0 10px 0 0;
}
.decor {
  width: 240px;
  height: 1px;
  background: #f2f2f2;
  width: 238px;
  margin: 10px 0 20px 0;
}
.decor.banner-decor {
  height: 2px;
  margin: 20px -40px;
  width: auto;
}
@media (max-width: 750px) {
  .decor.banner-decor {
    width: 106.5vw;
  }
}
.top-menu-chevrondown,
.top-menu-chevronup {
  font-size: 10px;
  color: #bdbdbd;
}
.search-new {
  color: #bdbdbd;
  font-size: 30px;
}
.new-top-img {
  margin: 0 15px 0 0 !important;
}
.new-avatar,
.new-avatar-inside {
  background: 0 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  position: relative !important;
}
.new-avatar-logo,
.new-avatar-logo-inside {
  border: none !important;
  padding: 0 !important;
}
.new-user-avatar-text,
.new-user-avatar-text-inside {
  width: 40px !important;
  height: 40px !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 40px !important;
  flex: 0 0 40px !important;
  font-size: 19px !important;
  margin-top: 0 !important;
}
.new-avatar-logo-inside {
  padding: 0 !important;
}
.new-user-avatar-text-inside {
  margin-top: 0 !important;
}
.search-layout {
  top: -200%;
  position: fixed;
}
.search-layout__title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #121212;
}
.search-layout.show {
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3000;
  background: #fff;
}
.count-msg-new {
  margin: 0 0 0 10px;
}
.count-msg-new span {
  padding: 2px 6px;
  background: #ff5050;
  border-radius: 50px;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #fff;
}
.circle-note,
.circle-note-inside,
.circle-note-top,
.circle-note-withimg {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -4%;
  left: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.circle-note .full-circle-note,
.circle-note-inside .full-circle-note,
.circle-note-top .full-circle-note,
.circle-note-withimg .full-circle-note {
  width: 10px;
  height: 10px;
  background: #ff5050;
  border-radius: 50px;
}
.circle-note-withimg {
  top: -7%;
  left: 44%;
}
.lawyers__title {
  margin: 30px 0 85px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
  text-align: start;
}
@media (max-width: 750px) {
  .lawyers__title {
    margin: 30px 0 85px 0;
  }
}
.lawyers__title.title-lawyer-top {
  margin: 0 0 80px 0;
}
.lawyers__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lawyers__load-more {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  color: #00b22d;
  text-align: center;
  margin-top: -40px;
}
.lawyers__wrapper-top .galery_lawyers_menu {
  display: block;
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-list {
  overflow: visible;
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-slide:not(.slick-active) {
  opacity: 0.5;
}
@media (max-width: 1150px) {
  .lawyers__wrapper-top .galery_lawyers_menu .slick-slide:not(.slick-active) {
    opacity: 0;
  }
}
.lawyers__wrapper-top .galery_lawyers_menu .slick-slide {
  min-height: 215px;
  max-width: 149px;
  min-width: 149px;
}
.lawyers__card {
  background: #eff0f4;
  border-radius: 15px;
  max-width: 149px;
  min-width: 149px;
  height: 149px !important;
  position: relative;
  margin: 0 0 75px 0;
  text-decoration: none;
  min-height: 210px;
  height: 215px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lawyers__card:hover {
  text-decoration: none;
}
@media (max-width: 1450px) {
  .lawyers__card {
    margin: 0 30px 75px 0;
  }
  .lawyers__card:last-child {
    margin: 0 0 75px 0;
  }
}
@media (max-width: 600px) {
  .lawyers__card {
    margin: 0 0 90px 0;
  }
}
@media (max-width: 500px) {
  .lawyers__card {
    width: 48%;
    max-width: none;
    min-width: 192px;
    height: 178px !important;
  }
}
@media (max-width: 400px) {
  .lawyers__card {
    min-width: 149px;
    height: 149px !important;
  }
}
.lawyers__photo {
  position: absolute;
  top: -25%;
  left: 18%;
}
.lawyers__photo img,
.lawyers__photo source {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}
@media (max-width: 500px) {
  .lawyers__photo {
    left: 23%;
  }
}
@media (max-width: 400px) {
  .lawyers__photo {
    left: 18%;
  }
}
.lawyers__check {
  position: absolute;
  top: 0;
  left: 0;
}
.lawyers__check .banner-check {
  width: 25px;
  height: 25px;
}
.lawyers__check .banner-check i {
  font-size: 20px;
}
.lawyers__online {
  position: absolute;
  top: -3%;
  left: 72%;
}
.lawyers__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.lawyers__circle-full {
  background: #00b22d;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.lawyers__rating {
  position: absolute;
  top: 20%;
  left: 33%;
}
.lawyers__rating .lawyers-card {
  width: 49px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.lawyers__rating .lawyers-card i {
  font-size: 15px;
}
@media (max-width: 500px) {
  .lawyers__rating {
    left: 37%;
  }
}
@media (max-width: 400px) {
  .lawyers__rating {
    left: 33%;
  }
}
.lawyers__name {
  margin: 70px 0 5px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #424249;
  padding: 0 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.lawyers__desc {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  color: #898989;
  padding: 0 10px;
  max-height: 60px;
}
#cooperation .wrap {
  padding-top: 0;
}
@media (max-width: 800px) {
  #cooperation .wrap {
    margin-top: -30px;
  }
}
@media (max-width: 700px) {
  footer .container {
    padding-bottom: 80px;
  }
}
.nem-topm {
  margin-top: 0;
}
.new-topm-wrap {
  padding-top: 0;
}
.top-menu-avatar {
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  position: relative;
}
.top-menu-avatar .top-menu-avatar-logo {
  padding: 20px 30px 20px;
  border-bottom: 1px solid #e3e8e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar,
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text,
.top-menu-avatar
  .top-menu-avatar-logo
  .wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .top-menu-avatar
  .top-menu-avatar-logo
  .user-avatar-text {
  width: 60px;
  height: 60px;
  margin-top: 18px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  border-radius: 50%;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar img,
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text img,
.top-menu-avatar
  .top-menu-avatar-logo
  .wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text
  img,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .top-menu-avatar
  .top-menu-avatar-logo
  .user-avatar-text
  img {
  max-width: 100%;
  height: auto;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-1 {
  background: #f178b6;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-2 {
  background: #f2c94c;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-3 {
  background: #fcd0e5;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-4 {
  background: #a5a6f6;
}
.top-menu-avatar .top-menu-avatar-logo .user-avatar-text.color-5 {
  background: #5d5fef;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .top-menu-avatar {
    max-width: 100%;
    margin-left: 0;
  }
}
.circle-note-inside {
  top: 2%;
  left: 18%;
}
#go-online-cons {
  max-width: 230px;
  height: 50px;
  padding: 0 20px !important;
  line-height: 48px;
  margin-left: 15px;
}
#go-online-cons i {
  margin-left: 11px;
}
#dropdownMenuLink {
  font-size: 15px;
  padding: 0;
}
#dropdownMenuLink .ico-dots-3v {
  color: #00b22d;
}
#dropdownMenuLink:after {
  display: none;
}
#wrp-dot .dropdown-menu {
  min-width: 260px;
  padding: 1rem 1rem 20px 1rem;
  border-radius: 20px 0 20px 20px !important;
  top: 25px !important;
}
#wrp-dot .dropdown-menu [data-item="a_item_new_cons"] span {
  width: 100%;
  max-width: none !important;
  padding-left: 20px !important;
  margin-bottom: 5px !important;
  text-align: left !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px !important;
  height: 50px;
  line-height: 19px;
}
#wrp-dot .dropdown-menu .dropdown-item:not([data-item="a_item_new_cons"]) {
  padding: 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
#wrp-dot
  .dropdown-menu
  .dropdown-item:not([data-item="a_item_new_cons"]):hover {
  color: #424249 !important;
  background-color: #eff0f4;
}
#wrp-dot .dropdown-menu .item-exit {
  font-weight: 600;
}
#wrp-dot .dropdown-menu .item-exit .ico-log-in2020,
#wrp-dot .dropdown-menu .item-exit .ico-log-out2020 {
  font-size: 22px;
  margin-right: 10px;
}
.wrp-img-name-top {
  position: relative;
  top: -3px;
}
.wrp-img-name-top a:hover {
  text-decoration: none;
}
.wrp-img-name-top a:hover .top-name {
  color: #00b22d;
}
.wrp-img-name-top a .ico-user {
  color: #737e72;
  font-size: 40px;
  margin: 0 20px;
}
.top-img {
  width: 30px;
  height: 30px;
  margin: 0 8px 0 0;
  border-radius: 50%;
}
.dot-menu {
  color: #00b22d !important;
  cursor: pointer;
  margin-top: 17px;
}
.dot-menu:after {
  content: "" !important;
}
.top-name {
  max-width: 250px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #424249;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.sw-on {
  color: #00b22d !important;
  font-weight: 700;
}
.sw-off {
  color: #737e72 !important;
  font-weight: 500;
}
.sw-off:hover {
  color: #00b22d !important;
  font-weight: 700;
}
.sw-off,
.sw-on {
  letter-spacing: 0.05em !important;
  cursor: pointer;
}
.log-in-out-a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #424249;
}
.log-in-out-a:hover {
  text-decoration: none;
}
.log-in-out {
  font-weight: 600;
  font-size: 17px;
}
.log-in-out + div {
  font-size: 20px;
}
.block-log-in-out a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: #424249;
}
.fsz-10 {
  font-size: 10px !important;
}
.fsz-11 {
  font-size: 11px !important;
}
.fsz-12 {
  font-size: 12px !important;
}
.fsz-13 {
  font-size: 13px !important;
}
.fsz-14 {
  font-size: 14px !important;
}
.fsz-15 {
  font-size: 15px !important;
}
.fsz-16 {
  font-size: 16px !important;
}
.fsz-17 {
  font-size: 17px !important;
}
.fsz-18 {
  font-size: 18px !important;
}
.fsz-19 {
  font-size: 19px !important;
}
.fsz-20 {
  font-size: 20px !important;
}
.fsz-21 {
  font-size: 21px !important;
}
.fsz-22 {
  font-size: 22px !important;
}
.fsz-23 {
  font-size: 23px !important;
}
.fsz-24 {
  font-size: 24px !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.h2,
h1.title-dp,
h2,
h2.title-dp {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #424249;
}
.h5,
h5 {
  font-size: 21px;
}
.h4,
h4 {
  font-size: 18px;
}
.subtitle-dp {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}
button.close {
  font-family: Arial;
}
.pt-100 {
  padding-top: 100px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-115 {
  padding-bottom: 115px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.px-40 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.m-0 {
  margin: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-150 {
  margin-bottom: 150px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mr-95 {
  margin-right: 95px !important;
}
.mr-100 {
  margin-right: 100px !important;
}
.mr-150 {
  margin-right: 150px !important;
}
.mr-170 {
  margin-right: 170px !important;
}
.fz-30 {
  font-size: 30px !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-5px {
  margin: 5px !important;
}
.mt-5px,
.my-5px {
  margin-top: 5px !important;
}
.mr-5px,
.mx-5px {
  margin-right: 5px !important;
}
.mb-5px,
.my-5px {
  margin-bottom: 5px !important;
}
.ml-5px,
.mx-5px {
  margin-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mr-10,
.mx-10 {
  margin-right: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.ml-10,
.mx-10 {
  margin-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mr-15,
.mx-15 {
  margin-right: 15px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}
.ml-15,
.mx-15 {
  margin-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mr-20,
.mx-20 {
  margin-right: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.ml-20,
.mx-20 {
  margin-left: 20px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mr-30,
.mx-30 {
  margin-right: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.ml-30,
.mx-30 {
  margin-left: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mr-40,
.mx-40 {
  margin-right: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.ml-40,
.mx-40 {
  margin-left: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mr-50,
.mx-50 {
  margin-right: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.ml-50,
.mx-50 {
  margin-left: 50px !important;
}
.m-60 {
  margin: 60px !important;
}
.mt-60,
.my-60 {
  margin-top: 60px !important;
}
.mr-60,
.mx-60 {
  margin-right: 60px !important;
}
.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}
.ml-60,
.mx-60 {
  margin-left: 60px !important;
}
.m-70 {
  margin: 70px !important;
}
.mt-70,
.my-70 {
  margin-top: 70px !important;
}
.mr-70,
.mx-70 {
  margin-right: 70px !important;
}
.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}
.ml-70,
.mx-70 {
  margin-left: 70px !important;
}
.m-80 {
  margin: 80px !important;
}
.mt-80,
.my-80 {
  margin-top: 80px !important;
}
.mr-80,
.mx-80 {
  margin-right: 80px !important;
}
.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}
.ml-80,
.mx-80 {
  margin-left: 80px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-5px {
  padding: 5px !important;
}
.pt-5px,
.py-5px {
  padding-top: 5px !important;
}
.pr-5px,
.px-5px {
  padding-right: 5px !important;
}
.pb-5px,
.py-5px {
  padding-bottom: 5px !important;
}
.pl-5px,
.px-5px {
  padding-left: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10,
.py-10 {
  padding-top: 10px !important;
}
.pr-10,
.px-10 {
  padding-right: 10px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}
.pl-10,
.px-10 {
  padding-left: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15,
.py-15 {
  padding-top: 15px !important;
}
.pr-15,
.px-15 {
  padding-right: 15px !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}
.pl-15,
.px-15 {
  padding-left: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pr-20,
.px-20 {
  padding-right: 20px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pl-20,
.px-20 {
  padding-left: 20px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pr-30,
.px-30 {
  padding-right: 30px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}
.pl-30,
.px-30 {
  padding-left: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40,
.py-40 {
  padding-top: 40px !important;
}
.pr-40,
.px-40 {
  padding-right: 40px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}
.pl-40,
.px-40 {
  padding-left: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pr-50,
.px-50 {
  padding-right: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pl-50,
.px-50 {
  padding-left: 50px !important;
}
.p-60 {
  padding: 60px !important;
}
.pt-60,
.py-60 {
  padding-top: 60px !important;
}
.pr-60,
.px-60 {
  padding-right: 60px !important;
}
.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}
.pl-60,
.px-60 {
  padding-left: 60px !important;
}
.p-70 {
  padding: 70px !important;
}
.pt-70,
.py-70 {
  padding-top: 70px !important;
}
.pr-70,
.px-70 {
  padding-right: 70px !important;
}
.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}
.pl-70,
.px-70 {
  padding-left: 70px !important;
}
.p-80 {
  padding: 80px !important;
}
.pt-80,
.py-80 {
  padding-top: 80px !important;
}
.pr-80,
.px-80 {
  padding-right: 80px !important;
}
.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}
.pl-80,
.px-80 {
  padding-left: 80px !important;
}
.m-n5px {
  margin: -5px !important;
}
.mt-n5px,
.my-n5px {
  margin-top: -5px !important;
}
.mr-n5px,
.mx-n5px {
  margin-right: -5px !important;
}
.mb-n5px,
.my-n5px {
  margin-bottom: -5px !important;
}
.ml-n5px,
.mx-n5px {
  margin-left: -5px !important;
}
.m-n10 {
  margin: -10px !important;
}
.mt-n10,
.my-n10 {
  margin-top: -10px !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -10px !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -10px !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -10px !important;
}
.m-n15 {
  margin: -15px !important;
}
.mt-n15,
.my-n15 {
  margin-top: -15px !important;
}
.mr-n15,
.mx-n15 {
  margin-right: -15px !important;
}
.mb-n15,
.my-n15 {
  margin-bottom: -15px !important;
}
.ml-n15,
.mx-n15 {
  margin-left: -15px !important;
}
.m-n20 {
  margin: -20px !important;
}
.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}
.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}
.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}
.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}
.m-n30 {
  margin: -30px !important;
}
.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}
.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}
.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}
.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}
.m-n40 {
  margin: -40px !important;
}
.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}
.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}
.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}
.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}
.m-n50 {
  margin: -50px !important;
}
.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}
.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}
.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}
.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}
.m-n60 {
  margin: -60px !important;
}
.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}
.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}
.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}
.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}
.m-n70 {
  margin: -70px !important;
}
.mt-n70,
.my-n70 {
  margin-top: -70px !important;
}
.mr-n70,
.mx-n70 {
  margin-right: -70px !important;
}
.mb-n70,
.my-n70 {
  margin-bottom: -70px !important;
}
.ml-n70,
.mx-n70 {
  margin-left: -70px !important;
}
.m-n80 {
  margin: -80px !important;
}
.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}
.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}
.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}
.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-5px {
    margin: 5px !important;
  }
  .mt-sm-5px,
  .my-sm-5px {
    margin-top: 5px !important;
  }
  .mr-sm-5px,
  .mx-sm-5px {
    margin-right: 5px !important;
  }
  .mb-sm-5px,
  .my-sm-5px {
    margin-bottom: 5px !important;
  }
  .ml-sm-5px,
  .mx-sm-5px {
    margin-left: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5px {
    padding: 5px !important;
  }
  .pt-sm-5px,
  .py-sm-5px {
    padding-top: 5px !important;
  }
  .pr-sm-5px,
  .px-sm-5px {
    padding-right: 5px !important;
  }
  .pb-sm-5px,
  .py-sm-5px {
    padding-bottom: 5px !important;
  }
  .pl-sm-5px,
  .px-sm-5px {
    padding-left: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .m-sm-n5px {
    margin: -5px !important;
  }
  .mt-sm-n5px,
  .my-sm-n5px {
    margin-top: -5px !important;
  }
  .mr-sm-n5px,
  .mx-sm-n5px {
    margin-right: -5px !important;
  }
  .mb-sm-n5px,
  .my-sm-n5px {
    margin-bottom: -5px !important;
  }
  .ml-sm-n5px,
  .mx-sm-n5px {
    margin-left: -5px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -20px !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -20px !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -20px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -30px !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -30px !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -30px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -50px !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -50px !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -50px !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -50px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -60px !important;
  }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -60px !important;
  }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -60px !important;
  }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -60px !important;
  }
  .m-sm-n70 {
    margin: -70px !important;
  }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -70px !important;
  }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -70px !important;
  }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -70px !important;
  }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -70px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-5px {
    margin: 5px !important;
  }
  .mt-md-5px,
  .my-md-5px {
    margin-top: 5px !important;
  }
  .mr-md-5px,
  .mx-md-5px {
    margin-right: 5px !important;
  }
  .mb-md-5px,
  .my-md-5px {
    margin-bottom: 5px !important;
  }
  .ml-md-5px,
  .mx-md-5px {
    margin-left: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5px {
    padding: 5px !important;
  }
  .pt-md-5px,
  .py-md-5px {
    padding-top: 5px !important;
  }
  .pr-md-5px,
  .px-md-5px {
    padding-right: 5px !important;
  }
  .pb-md-5px,
  .py-md-5px {
    padding-bottom: 5px !important;
  }
  .pl-md-5px,
  .px-md-5px {
    padding-left: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .m-md-n5px {
    margin: -5px !important;
  }
  .mt-md-n5px,
  .my-md-n5px {
    margin-top: -5px !important;
  }
  .mr-md-n5px,
  .mx-md-n5px {
    margin-right: -5px !important;
  }
  .mb-md-n5px,
  .my-md-n5px {
    margin-bottom: -5px !important;
  }
  .ml-md-n5px,
  .mx-md-n5px {
    margin-left: -5px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -20px !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -20px !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -20px !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -20px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -30px !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -30px !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -30px !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -30px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -50px !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -50px !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -50px !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -50px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -60px !important;
  }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -60px !important;
  }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -60px !important;
  }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -60px !important;
  }
  .m-md-n70 {
    margin: -70px !important;
  }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -70px !important;
  }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -70px !important;
  }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -70px !important;
  }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -70px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-5px {
    margin: 5px !important;
  }
  .mt-lg-5px,
  .my-lg-5px {
    margin-top: 5px !important;
  }
  .mr-lg-5px,
  .mx-lg-5px {
    margin-right: 5px !important;
  }
  .mb-lg-5px,
  .my-lg-5px {
    margin-bottom: 5px !important;
  }
  .ml-lg-5px,
  .mx-lg-5px {
    margin-left: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5px {
    padding: 5px !important;
  }
  .pt-lg-5px,
  .py-lg-5px {
    padding-top: 5px !important;
  }
  .pr-lg-5px,
  .px-lg-5px {
    padding-right: 5px !important;
  }
  .pb-lg-5px,
  .py-lg-5px {
    padding-bottom: 5px !important;
  }
  .pl-lg-5px,
  .px-lg-5px {
    padding-left: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .m-lg-n5px {
    margin: -5px !important;
  }
  .mt-lg-n5px,
  .my-lg-n5px {
    margin-top: -5px !important;
  }
  .mr-lg-n5px,
  .mx-lg-n5px {
    margin-right: -5px !important;
  }
  .mb-lg-n5px,
  .my-lg-n5px {
    margin-bottom: -5px !important;
  }
  .ml-lg-n5px,
  .mx-lg-n5px {
    margin-left: -5px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -20px !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -20px !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -20px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -30px !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -30px !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -30px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -50px !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -50px !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -50px !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -50px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -60px !important;
  }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -60px !important;
  }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -60px !important;
  }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -60px !important;
  }
  .m-lg-n70 {
    margin: -70px !important;
  }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -70px !important;
  }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -70px !important;
  }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -70px !important;
  }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -70px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-5px {
    margin: 5px !important;
  }
  .mt-xl-5px,
  .my-xl-5px {
    margin-top: 5px !important;
  }
  .mr-xl-5px,
  .mx-xl-5px {
    margin-right: 5px !important;
  }
  .mb-xl-5px,
  .my-xl-5px {
    margin-bottom: 5px !important;
  }
  .ml-xl-5px,
  .mx-xl-5px {
    margin-left: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5px {
    padding: 5px !important;
  }
  .pt-xl-5px,
  .py-xl-5px {
    padding-top: 5px !important;
  }
  .pr-xl-5px,
  .px-xl-5px {
    padding-right: 5px !important;
  }
  .pb-xl-5px,
  .py-xl-5px {
    padding-bottom: 5px !important;
  }
  .pl-xl-5px,
  .px-xl-5px {
    padding-left: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .m-xl-n5px {
    margin: -5px !important;
  }
  .mt-xl-n5px,
  .my-xl-n5px {
    margin-top: -5px !important;
  }
  .mr-xl-n5px,
  .mx-xl-n5px {
    margin-right: -5px !important;
  }
  .mb-xl-n5px,
  .my-xl-n5px {
    margin-bottom: -5px !important;
  }
  .ml-xl-n5px,
  .mx-xl-n5px {
    margin-left: -5px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -20px !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -20px !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -20px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -30px !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -30px !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -30px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -50px !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -50px !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -50px !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -50px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -60px !important;
  }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -60px !important;
  }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -60px !important;
  }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -60px !important;
  }
  .m-xl-n70 {
    margin: -70px !important;
  }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -70px !important;
  }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -70px !important;
  }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -70px !important;
  }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -70px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }
}
.all-sel {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.green-link {
  color: #00b22d !important;
  text-decoration: underline !important;
  cursor: pointer;
}
.green-link:hover {
  text-decoration: none !important;
}
.text-grey {
  color: #737e72 !important;
}
.text-dark {
  color: #424249 !important;
}
.text-gray-light {
  color: #bdbdbd;
}
.text-green {
  color: #00b22d !important;
}
.text-stroke-green {
  color: #00b22d !important;
}
.text-yellow {
  color: #f2c94c !important;
}
.text-red {
  color: #ff5050;
}
.border-radius-base {
  border-radius: 5px;
}
.border-radius-block {
  border-radius: 10px;
}
.lh-60 {
  line-height: 60px;
}
.h-60 {
  height: 60px !important;
}
.h1_a:hover {
  text-decoration: none;
  color: #424249;
}
.mobile_mod {
  top: 15px;
  min-height: calc(100% - 15px);
}
.mobile_mod .modal-dialog {
  margin-top: 25px;
  margin-bottom: 85px;
}
.mobile_mod .modal-dialog-centered {
  min-height: calc(100% - 180px);
  margin-bottom: 85px;
}
.mobile_mod .modal-dialog-centered::before {
  height: calc(100vh - 180px);
}
.mobile_mod .modal-close {
  top: -25px;
}
.mobile_mod .modal-lead-create {
  margin: 15px 10px 70px !important;
}
.mobile_mod .modal-lead-create input.mb-40 {
  margin-bottom: 20px !important;
}
.mobile_mod .modal-lead-create input.mt-3 {
  margin-top: 10px !important;
}
.mobile_mod .modal-lead-create textarea {
  height: 120px !important;
}
.mobile_mod .modal-lead-create .pl-3 {
  padding-left: 12px !important;
}
.mobile_mod .form-dp-normal input {
  height: 50px;
  margin-bottom: 15px !important;
}
.mobile_mod .form-dp-normal .select2-container--bootstrap4 {
  height: 50px;
  margin-bottom: 20px !important;
  z-index: 2100 !important;
}
.mobile_mod
  .form-dp-normal
  .select2-container--bootstrap4
  .select2-selection--multiple,
.mobile_mod
  .form-dp-normal
  .select2-container--bootstrap4
  .select2-selection--single {
  min-height: 50px !important;
  padding: 13px 20px;
}
.modal .modal-close {
  width: 20px;
  height: 20px;
  font-size: 14px;
  font-family: Arial;
  position: absolute;
  right: -30px;
  top: -16px;
  color: #00b22d;
  cursor: pointer;
}
.modal .modal-content {
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 40px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 40px 50px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.modal-backdrop.show {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.num,
.rus,
.rus_rub {
  font-family: Arial, Helvetica, sans-serif;
}
.navbar-brand img {
  max-height: 35px;
  border-radius: 3px;
}
.navbar-brand img ~ div {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  margin-left: 8px;
  letter-spacing: 0.5px;
}
.navbar-brand.site-navbar {
  padding: 0;
  margin: 0;
  margin-right: 26px;
}
@media (max-width: 500px) {
  .navbar-brand.site-navbar {
    margin-top: 10px;
  }
}
.navbar-brand.site-navbar img {
  max-height: 40px;
  border-radius: 3px;
  display: none;
}
.navbar-brand.site-navbar img ~ div {
  font-family: Montserrat;
  font-weight: 800;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  margin-left: 8px;
  letter-spacing: 0.5px;
}
@media (max-width: 500px) {
  .navbar-brand.site-navbar img ~ div {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .navbar-brand.site-navbar img {
    display: block;
  }
  .navbar-brand.site-navbar svg {
    display: none;
  }
}
.navbar-brand.site-navbar.mob-navbar img,
.navbar-brand.site-navbar.mob-navbar svg {
  display: block !important;
}
.dropdown-item,
.dropdown-menu {
  line-height: 2.5;
}
.dropdown-item .ico-log-in2020,
.dropdown-item .ico-log-out2020,
.dropdown-menu .ico-log-in2020,
.dropdown-menu .ico-log-out2020 {
  line-height: 1.5;
  margin-right: 15px;
}
.topmenu .dropdown-menu {
  top: 15px !important;
}
.h-menu {
  height: 80px;
}
.h-menu .city-width {
  max-width: 250px;
}
.dropdown-menu {
  padding: 10px 20px 15px;
  margin: 0;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 0 0 10px 10px;
  top: 0 !important;
  min-width: 200px;
}
.dropdown-item {
  vertical-align: middle;
  padding: 0;
}
.dropdown-item:active {
  background-color: transparent;
  color: #00b22d !important;
}
.dropdown-item:focus {
  color: #00b22d !important;
  background-color: transparent;
}
.dropdown-item:hover {
  color: #00b22d !important;
  background-color: transparent;
}
.t-item {
  line-height: 20px;
  font-size: 15px;
}
#dropdownAbout {
  padding: 0;
  line-height: 50px;
  border: 0;
  height: 100%;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
#dropdownAbout ~ .dropdown-menu {
  top: 0 !important;
}
.topmenu {
  height: 80px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #fff;
  border-bottom: 1px solid #e3e8e4;
  z-index: 2034;
}
.topmenu .dropdown-item,
.topmenu .dropdown-menu {
  font-size: 15px;
}
.topmenu .dropdown-item .ico-log-in2020,
.topmenu .dropdown-item .ico-log-out2020,
.topmenu .dropdown-menu .ico-log-in2020,
.topmenu .dropdown-menu .ico-log-out2020 {
  line-height: 42px;
}
.topmenu .ico-close,
.topmenu .ico-gamb,
.topmenu .ico-log-in2020,
.topmenu .ico-log-out2020 {
  font-size: 20px;
  line-height: 73px;
  cursor: pointer;
}
.topmenu .ico-close,
.topmenu .ico-gamb {
  line-height: 66px;
}
.topmenu .ico-close {
  font-size: 16px !important;
}
.topmenu .ico-close,
.topmenu .ico-gamb {
  width: 20px;
  height: 28px;
  text-align: center;
  font-size: 20px;
}
.topmenu .ico-close ~ div,
.topmenu .ico-gamb ~ div {
  letter-spacing: 1px;
  padding-left: 10px;
}
#sw-menu {
  height: 100%;
  width: 100%;
  max-width: 125px;
  cursor: pointer;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 13px;
}
.sw-type-content {
  width: auto;
  max-width: 194px;
  margin-top: 20px;
}
.sw-type-content a {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding: 4px 20px;
  width: 97px;
}
.sw-type-content a:first-child {
  border-right: 1px solid #c4c4c4;
}
#dropdown-menu-top ul,
.menu-drop-footer ul,
footer ul {
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
}
#dropdown-menu-top ul li,
.menu-drop-footer ul li,
footer ul li {
  margin-bottom: 15px;
}
#dropdown-menu-top ul a,
.menu-drop-footer ul a,
footer ul a {
  color: #424249;
}
#dropdown-menu-top ul a:hover,
.menu-drop-footer ul a:hover,
footer ul a:hover {
  color: #424249 !important;
  text-decoration: none;
}
#dropdown-menu-top .h5,
#dropdown-menu-top h5,
.menu-drop-footer .h5,
.menu-drop-footer h5,
footer .h5,
footer h5 {
  font-weight: 500;
  margin-bottom: 20px;
}
.modal-open #dropdown-menu-top {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  height: calc(100vh - 60px);
}
#dropdown-menu-top {
  min-height: calc(100vh - 60px);
  height: auto;
  width: 100%;
  padding: 25px 10px;
  background: rgba(236, 241, 233, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  z-index: 2034;
}
#dropdown-menu-top ul .go-online-cons:hover {
  color: #fff !important;
}
#dropdown-menu-top .mid-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#dropdown-menu-top .mid-menu img {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
}
#dropdown-menu-top .mid-menu i {
  font-size: 30px;
  margin-right: 10px;
}
#dropdown-menu-top .cabinets1 {
  margin-top: 10px;
}
#dropdown-menu-top .cabinets1 .item-exit {
  text-transform: none !important;
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #00b22d;
}
#dropdown-menu-top .cabinets1 .item-exit [class^="ico-"] {
  margin-left: 5px;
}
#dropdown-menu-top .log-in-mid {
  border-bottom: 1px solid #00b22d;
  padding-bottom: 15px;
}
#dropdown-menu-top .log-in-mid .log-in-out {
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}
#dropdown-menu-top .log-in-mid .go-online-cons {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 190px;
  flex: 1 0 190px;
}
#dropdown-menu-top .log-in-mid .go-online-cons [data-item="item_new_cons"] {
  max-width: 190px !important;
}
#dropdown-menu-top .log-in-mid .login-button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
}
#dropdown-menu-top .cabinets1,
#dropdown-menu-top .mid-menu {
  font-size: 15px;
}
#dropdown-menu-top .wrap-h5 i {
  display: none;
}
#main-menu-top {
  min-height: 50px;
  line-height: 50px;
  font-weight: 500 !important;
}
#main-menu-top .btn,
#main-menu-top .dropdown-menu,
#main-menu-top [data-item="item_new_cons"] {
  font-weight: 500 !important;
}
#main-menu-top .dropdown {
  top: -1px;
}
#main-menu-top ul {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#main-menu-top li {
  list-style: none;
  padding: 0 25px;
}
#main-menu-top li a {
  outline: 0;
}
#main-menu-top li a:not(.dropdown-item) {
  display: block;
  padding: 0;
  border-bottom: 3px solid transparent;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
#main-menu-top li a:not(.dropdown-item):hover {
  border-color: #737e72;
}
#main-menu-top li.no-drop-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-menu-top a {
  color: #424249;
  font-size: 15px;
  line-height: 47px;
  display: block;
}
#main-menu-top a:hover {
  text-decoration: none;
}
#main-menu-top a.item-header {
  width: 100%;
  border-bottom: none !important;
  cursor: default;
}
#main-menu-top a.item-header:hover {
  color: #00b22d !important;
}
#main-menu-top a.divider-menu {
  width: 100%;
  margin-top: 5px;
  border-top: 1px solid #e3e8e4;
  border-bottom: none !important;
  cursor: default;
}
#main-menu-top .item-active {
  border-bottom-color: #737e72 !important;
}
.simple-menu-item {
  top: -1px;
  position: relative;
}
#services-item .dropdown-menu,
#services-item-fix .dropdown-menu {
  width: 415px;
}
#services-item .dropdown-menu .wrm-items,
#services-item-fix .dropdown-menu .wrm-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#services-item .dropdown-menu .dropdown-item,
#services-item-fix .dropdown-menu .dropdown-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 50%;
  line-height: 35px !important;
}
#services-item .dropdown-menu .dropdown-item:nth-child(odd),
#services-item-fix .dropdown-menu .dropdown-item:nth-child(odd) {
  margin-left: 40px;
  min-width: calc(50% - 40px);
}
.base-menu {
  font-size: 17px;
}
#cabinets2,
.base-menu-law,
.base-menu-phys {
  font-size: 15px;
  display: none;
}
#cabinets2 li,
.base-menu-law li,
.base-menu-phys li {
  padding-left: 0 !important;
}
#sel-type {
  background-color: #ecf0f4;
  min-height: 645px;
  height: auto;
  padding-bottom: 60px;
  position: relative;
}
.wrp-main-menu-top {
  border-bottom: 1px solid #e3e8e4;
  background: #fff;
}
.wrap-left-tit {
  position: relative;
}
.circle-num-cons {
  width: 160px;
  height: 160px;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  position: absolute;
  font-size: 15px;
  right: -50px;
  bottom: -65px;
}
.circle-num-cons div {
  margin-top: 2px;
}
#main-page-h1 #up-titul {
  font-size: 21px;
  margin-bottom: 28px;
  line-height: 1.2;
}
#up-titul {
  margin-top: 70px;
}
#main-titul {
  margin-top: 20px;
  font-size: 37px;
  line-height: 60px;
}
#offer {
  margin-top: 40px;
  margin-bottom: 0.5rem;
  font-size: 21px;
  line-height: 30px;
}
.adv-reg,
.get-cons {
  margin-top: 60px;
}
#right-top-block {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.type-link {
  width: 100px;
  height: 30px;
  border: 1px solid #737e72;
  border-radius: 5px;
  color: #737e72;
  background-color: transparent;
  margin-bottom: 30px;
  cursor: pointer;
}
.type-link i {
  position: relative;
  margin: 0 10px 0 0;
  top: 3px;
}
.type-link .ico-chat2020 {
  top: 5px;
}
.type-link:before {
  font-size: 10px;
  width: 10px;
  height: 15px;
  display: block;
  position: relative;
  left: -20px;
  color: #737e72;
  font-weight: 700;
  font-family: Arial;
}
.v-link:before {
  content: "01";
}
.a-link:before {
  content: "02";
}
.ch-link:before {
  content: "03";
}
#img-video-top {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#img-video-top img,
#img-video-top video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  margin: auto;
  max-height: 635px;
}
#img-video-top img {
  z-index: 2;
}
#img-video-top video {
  z-index: 1;
}
#all-link {
  position: absolute;
  top: 330px;
  right: 0;
  z-index: 2;
}
.active-type {
  background-color: #737e72;
  color: #fff;
  font-weight: 700;
}
.wrap-top-img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.slick-slider {
  margin-bottom: 30px;
}
.descr-dp {
  color: #737e72 !important;
}
.block-about-dp h2,
.faq h2,
.mob-apps h2,
.our_lawyers h2,
.we-online h2 {
  line-height: 50px;
  margin-bottom: 50px;
}
.block-about-dp .descr-dp,
.faq .descr-dp,
.mob-apps .descr-dp,
.our_lawyers .descr-dp,
.we-online .descr-dp {
  line-height: 30px;
  margin-bottom: 105px;
}
.block-about-dp {
  padding: 70px 0 85px;
  background-color: #f9f9fb;
}
.block-about-dp .descr-dp {
  margin-bottom: 30px;
}
.block-about-dp .descript {
  font-size: 15px;
}
.block-about-dp .sw-dp-more {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #00b22d;
  text-transform: uppercase;
  cursor: pointer;
}
.block-about-dp .sw-dp-more i {
  display: inline-block;
  font-size: 16px;
  -webkit-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.block-about-dp .sw-dp-more.more-off .dp-more-on {
  display: inline-block;
}
.block-about-dp .sw-dp-more.more-off .dp-more-off {
  display: none;
}
.block-about-dp .sw-dp-more.more-on .dp-more-on {
  display: none;
}
.block-about-dp .sw-dp-more.more-on .dp-more-off {
  display: inline-block;
}
.about-dp-more {
  display: none;
}
.wrap-enhance-modal,
.wrap-raiting-modal {
  padding: 14px;
}
.wrap-enhance-modal .set-raiting i,
.wrap-raiting-modal .set-raiting i {
  cursor: pointer;
  margin-right: 5px;
}
.wrap-enhance-modal .set-raiting i:before,
.wrap-raiting-modal .set-raiting i:before {
  font-size: 28px;
}
.square-checkbox,
.square-radio {
  padding-left: 30px;
  position: relative;
}
.square-checkbox label,
.square-radio label {
  cursor: pointer;
  display: block;
}
.square-checkbox input[type="checkbox"],
.square-checkbox input[type="radio"],
.square-radio input[type="checkbox"],
.square-radio input[type="radio"] {
  display: none;
}
.square-checkbox input[type="checkbox"] + label::before,
.square-checkbox input[type="radio"] + label::before,
.square-radio input[type="checkbox"] + label::before,
.square-radio input[type="radio"] + label::before {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e3e8e4;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  top: 1px;
  left: 0;
  content: "";
}
.square-checkbox input[type="checkbox"]:checked + label::after,
.square-checkbox input[type="radio"]:checked + label::after,
.square-radio input[type="checkbox"]:checked + label::after,
.square-radio input[type="radio"]:checked + label::after {
  display: block;
  width: 12px;
  height: 12px;
  background: #00b22d;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 4px;
  content: "";
}
.rounded-checkbox,
.rounded-radio {
  padding-left: 27px;
  position: relative;
}
.rounded-checkbox label,
.rounded-radio label {
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.rounded-checkbox label:after,
.rounded-radio label:after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 17px !important;
  width: 17px !important;
  border: 1px solid #e3e8e4;
  content: "";
  background: #fff;
  border-radius: 50%;
}
.rounded-checkbox input[type="checkbox"],
.rounded-checkbox input[type="radio"],
.rounded-radio input[type="checkbox"],
.rounded-radio input[type="radio"] {
  display: none;
}
.rounded-checkbox input[type="checkbox"]:checked + label,
.rounded-checkbox input[type="radio"]:checked + label,
.rounded-radio input[type="checkbox"]:checked + label,
.rounded-radio input[type="radio"]:checked + label {
  color: #424249;
}
.rounded-checkbox input[type="checkbox"]:checked + label::after,
.rounded-checkbox input[type="radio"]:checked + label::after,
.rounded-radio input[type="checkbox"]:checked + label::after,
.rounded-radio input[type="radio"]:checked + label::after {
  background-color: #00b22d !important;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0C3.81291 0 0 3.81291 0 8.5C0 13.1871 3.81291 17 8.5 17C13.1871 17 17 13.1871 17 8.5C17 3.81291 13.1871 0 8.5 0Z' fill='%2300B22D'/%3E%3Cpath d='M12.8082 6.69872L8.20399 11.3028C8.06586 11.4409 7.88454 11.5105 7.70322 11.5105C7.5219 11.5105 7.34058 11.4409 7.20245 11.3028L4.90041 9.00076C4.62337 8.72385 4.62337 8.27613 4.90041 7.99922C5.17731 7.72218 5.62491 7.72218 5.90195 7.99922L7.70322 9.80049L11.8067 5.69718C12.0836 5.42014 12.5312 5.42014 12.8082 5.69718C13.0851 5.97409 13.0851 6.42168 12.8082 6.69872V6.69872Z' fill='%23FAFAFA'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100%;
  border: none;
}
.form-dp-big .row {
  padding-top: 20px;
}
.form-dp-big input:not(.radio-type-q) {
  height: 60px;
}
.form-dp-big input,
.form-dp-big textarea {
  padding: 19px 30px !important;
}
.width-auto {
  width: auto !important;
}
.border-top-order {
  border-top: 1px solid #dee2e6;
}
.form-dp-normal .row {
  padding-top: 20px;
}
.form-dp-normal input {
  height: 60px;
}
.form-dp-normal input,
.form-dp-normal textarea {
  padding: 19px 20px !important;
}
.form-dp-normal .select2-container {
  height: 60px;
  z-index: 2100 !important;
}
.form-dp-normal .select2-container--bootstrap4 .select2-selection--multiple,
.form-dp-normal .select2-container--bootstrap4 .select2-selection--single {
  min-height: 60px !important;
  border-color: #e3e8e4;
  padding: 19px 20px;
}
.form-dp-normal
  .select2-container--bootstrap4
  .select2-selection--multiple:after,
.form-dp-normal
  .select2-container--bootstrap4
  .select2-selection--single:after {
  right: 25px;
  top: 16px;
}
.form-dp-normal .select2-container--bootstrap4 .select2-selection__rendered {
  padding-left: 0;
  line-height: 20px !important;
}
.form-dp-normal
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0 !important;
}
.select2-container {
  z-index: 2100 !important;
}
.dp-mission .descr-dp {
  line-height: 27px;
  margin-bottom: 30px !important;
}
.statistic {
  margin-top: 55px;
}
.our_lawyers {
  overflow: hidden;
}
.dp-mission,
.faq,
.mob-apps,
.our_lawyers {
  padding: 100px 0 30px;
}
.dp-mission h2,
.faq h2,
.mob-apps h2,
.our_lawyers h2 {
  margin-bottom: 30px;
}
.dp-mission .descr-dp,
.faq .descr-dp,
.mob-apps .descr-dp,
.our_lawyers .descr-dp {
  margin-bottom: 50px;
}
.dp-mission .slick-btns,
.faq .slick-btns,
.mob-apps .slick-btns,
.our_lawyers .slick-btns {
  margin-bottom: 40px;
}
.dp-mission {
  padding-bottom: 100px;
  padding-top: 0;
}
.mob-apps {
  padding-top: 0;
}
.faq {
  padding-top: 0;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.faq .a-video-img,
.faq .room-video-img {
  margin-top: 65px;
}
.data-title {
  font-size: 15px;
  margin-bottom: 15px;
  color: #737e72;
}
.data-stat {
  height: auto;
  font-size: 60px;
  color: #00b22d;
  margin-bottom: -5px;
}
.data-stat .tm {
  font-size: 28px;
}
.stat-bl {
  width: 295px;
}
.brd-r:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 90px;
  border-right: 1px solid #cfd8d1;
  position: absolute;
  margin-left: -60px;
  margin-top: 20px;
}
.anketa-completed,
.wh-block {
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 10px;
  color: #737e72;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
  min-height: 300px;
}
.anketa-completed .h5,
.anketa-completed h5,
.wh-block .h5,
.wh-block h5 {
  color: #424249;
}
.wh-block-sm {
  background: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  font-size: 15px;
}
.simple-block {
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
}
.light-green-bg {
  background-color: #f6f9f6;
}
.simple-green-block {
  padding: 10px 15px;
  background-color: #f6f9f6;
  border-radius: 10px;
}
.bg-color {
  background-color: #f9f9fb !important;
}
.bg-stroke-green {
  background-color: #00b22d !important;
}
.green-lighter {
  background-color: #f6f9f6 !important;
}
.green-light {
  background-color: #eef6e8 !important;
}
.bg-yellow2 {
  background-color: #f2c94c !important;
}
.bg-yellow3 {
  background-color: #f5b900 !important;
}
.bg-orange {
  background-color: #f2994a !important;
}
.bg-orange2 {
  background-color: #e97a18 !important;
}
.ico-about {
  color: #00b22d;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #00b22d;
  text-align: center;
  line-height: 70px;
  font-size: 38px;
}
.rub {
  font-family: Arial;
}
.about-3 {
  margin-top: 50px;
}
.sl-arrow {
  width: 60px;
  height: 60px;
  color: #737e72;
  text-align: center;
  line-height: 60px;
  margin-left: 20px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: 0 20px 30px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 3px rgba(0, 0, 0, 0.05);
}
.slick-disabled {
  color: #bdbdbd;
  background-color: #eff0f4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slick-slide {
  margin: 5px 10px;
}
.about-dp-galery .slick-slide {
  padding: 12px;
}
.slide_wrapper .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide.slides {
  height: auto;
}
.raiting-client,
.raiting-comment,
.raiting-law-main {
  background-color: #fff;
  width: 100px;
  min-height: 20px;
  position: relative;
  margin-left: -5px;
}
.raiting-client,
.raiting-law-main {
  width: 100px;
  background-color: transparent;
}
.raiting-client .stars-line,
.raiting-law-main .stars-line {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100px;
}
.raiting-client .stars-fill,
.raiting-law-main .stars-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/5-stars-fill.svg) no-repeat 0;
  background-size: cover;
}
.raiting-client .stars-fill.stars-fill-red,
.raiting-law-main .stars-fill.stars-fill-red {
  background: url(../images/5-stars-fill-red.svg) no-repeat 0;
  background-size: cover;
}
.raiting-client .stars-fill.stars-fill-yellow,
.raiting-law-main .stars-fill.stars-fill-yellow {
  background: url(../images/5-stars-fill-yellow.svg) no-repeat 0;
  background-size: cover;
}
.raiting-client-big,
.raiting-law-main-big {
  width: 125px;
  height: 25px;
}
.raiting-client-big .stars-line,
.raiting-law-main-big .stars-line {
  max-width: 125px;
}
.stars-5,
.stars-ind {
  position: absolute;
  width: 100%;
  height: 100%;
}
.stars-ind {
  background-color: #00b22d;
  max-width: 99px;
}
.lawyer_one {
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  position: relative;
}
.lawyer_one .photo-law-main {
  border-radius: 10px 10px 0 0;
}
.lawyer_one a:hover {
  text-decoration: none;
}
.lawyer_one:hover {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.lawyer_one .wrp-no-photo-lawyer {
  min-height: 273px;
}
.lawyer_one .lawyer-label {
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.lawyer_one .lawyer-label-busy {
  background-color: #ff5050;
}
.lawyer_one .lawyer-label-online {
  background-color: #00b22d;
}
.lawyer_one .lawyer-label-offline {
  background-color: #737e72;
}
.lawyer-info {
  padding: 20px;
}
.lawyer-main-pr {
  min-height: 42px;
  font-size: 14px;
  color: #737e72 !important;
  position: relative;
  margin-bottom: 16px;
}
.lawyer-main-pr-outline {
  position: absolute;
  left: 0;
  top: 100%;
  width: 470px;
  max-width: 85vw;
  padding: 10px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 10px;
  z-index: 100;
}
.lawyer-main-pr-outline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lawyer-main-pr-outline-item {
  padding: 4px 15px 6px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f6f9f6;
}
.lawyer-pr-toggle {
  cursor: pointer;
}
.lawyer-pr-toggle[aria-expanded="false"] .ico-chevron-down {
  display: initial;
}
.lawyer-pr-toggle[aria-expanded="false"] .ico-chevron-up {
  display: none;
}
.lawyer-pr-toggle[aria-expanded="true"] .ico-chevron-down {
  display: none;
}
.lawyer-pr-toggle[aria-expanded="true"] .ico-chevron-up {
  display: initial;
}
.lawyer-ra-st {
  font-size: 14px;
}
.lawyer-name {
  min-height: 40px;
  font-size: 18px;
  line-height: 20px;
  color: #424249 !important;
}
.experience {
  color: #424249;
}
.clr {
  clear: both;
}
blockquote {
  border: 1px solid #00b22d;
  border-radius: 10px;
  position: relative;
  padding: 40px;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.2px;
}
blockquote:after {
  content: "\e7f1";
  font-family: dpravo2020;
  display: block;
  height: 50px;
  width: 50px;
  background-color: #f6f9f6;
  color: #00b22d;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  position: absolute;
  top: -25px;
  left: 40px;
  border-radius: 50%;
}
.img-man-wrap {
  position: relative;
  height: 100%;
}
.img-man-wrap img {
  position: absolute;
  bottom: 157px;
  left: 0;
  right: 0;
  margin-left: auto;
}
.container-btm-left {
  padding-top: 30px;
}
#dp-mission-new {
  height: 582px;
  padding: 40px 10px 40px 40px;
  margin-bottom: 30px;
}
#dp-mission-new .scr {
  height: 100%;
  overflow-y: hidden;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  text-align: justify;
}
#dp-mission-new p {
  color: #737e72;
  margin-bottom: 15px;
}
#dp-mission-new p span {
  font-weight: 600;
}
#dp-mission-new .ss-content {
  padding-right: 45px;
}
.wrp-container-btm-left {
  padding: 30px 30px 40px;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  -webkit-box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
  box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
  top: -250px;
}
.container-mission {
  height: 274px;
  background-color: #f9f9fb;
}
.container-mission .container {
  position: relative;
  top: -30px;
}
.one-mission {
  margin-bottom: 15px;
  padding: 20px;
  background-color: #f9f9fb;
  border-radius: 20px;
}
.one-mission_subtitle {
  margin-bottom: 15px;
  color: #424249;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}
.one-mission_txt {
  color: #737e72;
  font-size: 17px;
  line-height: 27px;
}
.row-mission-1 {
  margin-bottom: 15px;
}
.row-mission-1 .one-mission {
  min-height: 217px;
}
.row-mission-2 {
  margin-bottom: 70px;
}
.row-mission-2 .one-mission {
  min-height: 247px;
}
.wrp-txt-mission {
  position: relative;
}
.wrp-txt-mission img {
  min-width: 630px;
}
.txt-mission {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 537px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  position: absolute;
  left: 30px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.txt-mission span {
  color: #00b22d;
}
.wrp-romanov {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -85px;
}
.wrp-romanov .name {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
}
.wrp-romanov .descr {
  font-size: 15px;
  line-height: 22px;
  color: #898989;
}
.wrp-romanov img {
  width: 100px;
  min-width: auto;
  height: 100px;
  margin-right: 20px;
  display: block;
  border-radius: 50%;
}
.wrp-social-mission {
  padding-top: 80px;
  padding-left: 120px;
}
.wrp-social-mission ul {
  padding-left: 0;
}
.wrp-social-mission ul li {
  margin-right: 25px;
  font-size: 24px;
}
.subscr {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}
#mod-steps .form-step,
#mod-steps .form-step-2 .block-radio-questions {
  min-height: auto;
}
#mod-steps .step-question-block-2 .sel-type-question .arrow-st {
  border-left: 1px solid #00b22d;
}
#mod-steps .step-question-block-2 .arrow-st {
  width: 49px;
  height: 70px;
  border-left: 1px solid #e3e8e4;
  cursor: pointer;
}
#mod-steps .step-question-block-2 .arrow-st:before {
  content: "\e821";
  font-family: dpravo2020;
  color: #00b22d;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 70px;
}
#mod-steps .step-question-block-2 .arrow-st.show-arrow:before {
  content: "\e831";
  color: #737e72;
}
#mod-steps .step-question-block-2 .type-question-one {
  height: 70px;
  min-height: auto;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  background-color: #fff;
  padding-left: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  font-size: 13px;
  font-weight: 500;
  color: #424249;
  position: relative;
  cursor: pointer;
  line-height: 18px;
  text-align: left;
}
#mod-steps .step-question-block-2 .type-question-one .rect {
  font-size: 12px;
  color: #737e72;
}
#mod-steps .step-question-block-2 .type-question-one .radio-b {
  position: absolute;
  top: 5px;
  left: 5px;
}
#mod-steps .step-question-block-2 .type-question-one .drop-plus-minus {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e3e8e4;
  margin-left: -31px;
  padding: 0 10px 20px;
  width: calc(100% + 2px);
  top: 65px;
  z-index: 10;
  border-radius: 0 0 5px 5px;
}
#mod-steps .step-question-block-2 .type-question-one.sel-type-question {
  background-color: #eef6e8;
  border-color: #00b22d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mod-steps .btn-disabled,
#mod-steps .btn-outline-success,
#mod-steps .btn-success,
#mod-steps [data-item="item_new_cons"] {
  font-size: 15px !important;
  padding: 11px 25px !important;
}
#accordionSelQuestion .card {
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  border-radius: 5px;
  border: 1px solid #e3e8e4;
}
#accordionSelQuestion .card .card-body {
  padding: 1px 0;
}
#accordionSelQuestion #chat-ver-2 .btn-link-blue-dp,
#accordionSelQuestion .btn-link,
#chat-ver-2 #accordionSelQuestion .btn-link-blue-dp {
  width: 100%;
  height: 100%;
  position: relative;
}
#accordionSelQuestion
  #chat-ver-2
  .btn-link-blue-dp[aria-expanded="false"]:after,
#accordionSelQuestion .btn-link[aria-expanded="false"]:after,
#chat-ver-2
  #accordionSelQuestion
  .btn-link-blue-dp[aria-expanded="false"]:after {
  content: "\e821";
  color: #00b22d;
  font-family: dpravo2020;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#accordionSelQuestion #chat-ver-2 .btn-link-blue-dp[aria-expanded="true"]:after,
#accordionSelQuestion .btn-link[aria-expanded="true"]:after,
#chat-ver-2
  #accordionSelQuestion
  .btn-link-blue-dp[aria-expanded="true"]:after {
  content: "\e831";
  color: #737e72;
  font-family: dpravo2020;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
#accordionSelQuestion #chat-ver-2 .btn-link-blue-dp:focus,
#accordionSelQuestion #chat-ver-2 .btn-link-blue-dp:hover,
#accordionSelQuestion .btn-link:focus,
#accordionSelQuestion .btn-link:hover,
#chat-ver-2 #accordionSelQuestion .btn-link-blue-dp:focus,
#chat-ver-2 #accordionSelQuestion .btn-link-blue-dp:hover {
  text-decoration: none;
}
#accordionSelQuestion .type-question-one {
  min-height: 45px;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 24px;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 53px;
}
#accordionSelQuestion .type-question-one .rect {
  font-size: 12px;
  color: #737e72;
}
#accordionSelQuestion .type-question-one .radio-b label:after {
  top: 8px;
  left: 15px;
  width: 18px;
  height: 18px;
}
#accordionSelQuestion
  .type-question-one
  .radio-b
  input[type="radio"]:checked
  + label:after {
  font-size: 12px;
  padding-top: 1px;
}
#headingOne-mob {
  min-height: 60px;
  line-height: 30px;
  background-color: #fff;
}
#select-area-l {
  position: relative;
}
#lawyer_q {
  padding-top: 70px;
  padding-bottom: 95px;
}
#lawyer_q hr {
  border-color: #cfd8d1;
}
.indicator {
  max-width: 125px;
  height: auto;
  position: relative;
}
.form-step-1 .block-radio-questions {
  min-height: 330px;
}
.form-step-2 .block-radio-questions {
  min-height: 366px;
}
.wrap-steps-present {
  position: absolute;
  color: #737e72;
  font-weight: 400;
  width: 100%;
  height: 66%;
  text-align: center;
  bottom: 0;
}
.headers-q h2 {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
#percent {
  font-weight: 600;
}
#percent-modal {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
}
#category-for-block-question .btn,
#category-for-block-question [data-item="item_new_cons"],
#help-lawyer .btn,
#help-lawyer [data-item="item_new_cons"],
#media-lawyer .btn,
#media-lawyer [data-item="item_new_cons"],
#usefulness .btn,
#usefulness [data-item="item_new_cons"] {
  width: 120px;
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-width: 0 !important;
  padding-bottom: 13px !important;
}
#category-for-block-question .sw-on,
#help-lawyer .sw-on,
#media-lawyer .sw-on,
#usefulness .sw-on {
  color: #00b22d;
  border-bottom: 3px solid #00b22d !important;
}
#category-for-block-question .sw-off,
#help-lawyer .sw-off,
#media-lawyer .sw-off,
#usefulness .sw-off {
  color: #737e72;
  border-bottom: 1px solid #cfd8d1 !important;
}
#help-lawyer {
  margin-top: 20px;
  margin-bottom: 40px;
}
#help-lawyer .btn,
#help-lawyer [data-item="item_new_cons"] {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#help-lawyer .btn:first-of-type,
#help-lawyer :first-of-type[data-item="item_new_cons"] {
  padding-left: 15px;
  padding-right: 15px;
}
#usefulness {
  margin-top: 50px;
  margin-bottom: 45px;
}
#usefulness .btn,
#usefulness [data-item="item_new_cons"] {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
#search-law {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#search-law #form-step-profile-autocomplete,
#search-law i {
  height: 40px;
  line-height: 40px;
}
#search-law #form-step-profile-autocomplete {
  padding-left: 40px;
}
#search-law i {
  position: absolute;
  left: 12px;
  top: 3px;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea.form-control {
  border-color: #e3e8e4;
}
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder {
  color: #cacaca;
  font-size: 15px;
}
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
select::-moz-placeholder,
textarea.form-control::-moz-placeholder {
  color: #cacaca;
  font-size: 15px;
}
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
  color: #cacaca;
  font-size: 15px;
}
input[type="email"]::-ms-input-placeholder,
input[type="password"]::-ms-input-placeholder,
input[type="tel"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea.form-control::-ms-input-placeholder {
  color: #cacaca;
  font-size: 15px;
}
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea.form-control::placeholder {
  color: #cacaca;
  font-size: 15px;
}
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea.form-control:focus {
  border-color: #00b22d !important;
  border-width: 1px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
select.form-control {
  border-color: #e3e8e4;
}
.type-question-one {
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  background-color: #fff;
  min-height: 80px;
  height: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  font-size: 15px;
  font-weight: 500;
  color: #424249;
  position: relative;
  cursor: pointer;
  line-height: 24px;
}
.type-question-one .rect {
  font-size: 12px;
  color: #737e72;
}
.type-question-one .radio-b {
  position: absolute;
  top: 5px;
  left: 5px;
}
.type-question-one.sel-type-question {
  background-color: #eef6e8;
  border-color: #00b22d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.step-question-block-2 .type-question-one {
  height: 120px;
}
.step-question-block-2 .type-question-one i {
  font-size: 18px;
}
.type-question-one:hover {
  background-color: #eef6e8;
  border-color: #00b22d;
}
.no-lawyers .type-question-one:hover {
  background-color: #fff;
  border: 1px solid #e3e8e4;
}
.see-other {
  border-color: transparent;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.steps-q div:first-child {
  color: #737e72;
}
.plus-minus-step-2 i {
  position: relative;
  top: 3px;
}
#price-st-2 span,
.money-step span {
  font-family: Arial;
}
.pm-item {
  margin-left: 27px;
  margin-bottom: 7px;
}
.radio-b label::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 1px solid #737e72;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  right: 0;
  cursor: pointer;
}
.radio-b input[type="checkbox"]:checked + label::after,
.radio-b input[type="radio"]:checked + label::after {
  font-family: dpravo2020;
  font-size: 10px;
  text-align: center;
  background-color: #00b22d;
  border-color: #00b22d;
  color: #fff;
  content: "\79";
  width: 16px;
  height: 16px;
}
.radio-b-grey input[type="checkbox"]:checked + label::after {
  background-color: #737e72;
  border-color: #737e72;
}
.radio-base16 {
  font-size: 16px;
  line-height: 19px;
}
.radio-base16 label:after {
  line-height: 14px !important;
}
.radio-base24 {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  width: 35%;
  display: inline-block;
  margin-right: 10px;
}
.radio-base24 label {
  margin-left: 20px;
}
.radio-base24 label:after {
  left: 0;
  height: 24px !important;
  width: 24px !important;
  font-size: 15px !important;
}
.radio-base13 {
  font-size: 13px;
  line-height: 24px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.radio-base13 label {
  margin-left: 10px;
}
.radio-base13 label:after {
  left: -1px;
  top: 3px;
  height: 16px !important;
  width: 16px !important;
  line-height: 15px !important;
  font-size: 11px !important;
}
.radio-type-q {
  opacity: 0;
}
.no-lawyers .type-question-one {
  cursor: not-allowed !important;
}
.a-video-img:before,
.fotorama .fotorama__video-play:before,
.room-video-img:before,
.video-before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 1;
}
.a-video-img:after,
.fotorama .fotorama__video-play:after,
.room-video-img:after,
.video-after {
  content: "";
  border: 12px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 11px);
  z-index: 2;
}
#block-video-we-online video {
  margin-bottom: -4px;
}
.we-online {
  margin-bottom: 100px;
}
.we-online .descr-dp {
  margin-bottom: 65px;
}
.a-usual-img {
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.a-usual-img img {
  border-radius: 10px;
}
.a-video-img,
.room-video-img {
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
  display: block;
}
.a-video-img img,
.room-video-img img {
  border-radius: 10px;
}
.a-video-img:hover:before,
.room-video-img:hover:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2f9c07),
    to(#66bc01)
  ) !important;
  background: -o-linear-gradient(top, #2f9c07 0, #66bc01 100%) !important;
  background: linear-gradient(180deg, #2f9c07 0, #66bc01 100%) !important;
}
.wrap-video-img {
  background: url(../images/video-main-poster.jpg) no-repeat 50%;
  background-size: cover;
  height: 300px;
  border-radius: 10px;
}
.galery_comments {
  min-height: 270px;
}
.wrap-comment {
  position: relative;
}
.wrap-comment .quotes {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  position: absolute;
  right: 20px;
  top: -25px;
  background-color: #fff;
  padding: 0;
  color: #00b22d;
}
.comment {
  min-height: 210px;
  border: 1px solid #e3e8e4;
  padding: 25px 20px;
  border-radius: 10px;
  position: relative;
}
.comment .descript {
  min-height: 90px;
  height: auto;
  color: #737e72;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  position: relative;
}
.txt-res-end {
  display: none;
}
.date-comm {
  color: #737e72;
  font-weight: 500;
}
.name-comm {
  font-size: 18px;
  color: #424249;
  width: calc(100% - 100px);
}
.raiting-comment {
  margin-top: 5px;
}
.comments-clients {
  padding-top: 70px;
  padding-bottom: 100px;
}
.comments-clients h2 {
  margin-bottom: 30px;
}
.comments-clients .descr-dp {
  margin-bottom: 35px;
}
.comments-clients .slick-slider {
  margin-bottom: 0;
}
.comments-clients .slick-slide {
  margin: 0;
}
.comments-clients .d-md-none .sl-prev {
  margin-left: 0;
}
.resume-detail {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    color-stop(65%, #fff)
  );
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 65%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 65%);
}
.hide-resume-detail {
  display: none;
}
.height-100px {
  height: 100px !important;
}
.block-step-2-plus-minus {
  min-height: 222px;
}
.plus-minus {
  font-weight: 500;
  font-size: 18px;
  color: #424249;
}
.form-step {
  min-height: 473px;
  border: 1px solid transparent;
}
.form-step-3,
.form-step-4 {
  font-size: 18px;
}
.form-step-3 input,
.form-step-4 input {
  height: 60px;
}
.form-step-3 textarea,
.form-step-4 textarea {
  height: 230px;
  resize: none;
}
.form-step-3 input,
.form-step-3 textarea,
.form-step-4 input,
.form-step-4 textarea {
  padding: 19px 30px !important;
  font-size: 15px;
}
.form-step-3-svg-div {
  border-right: 1px solid #00b22d;
}
.form-step-3 textarea {
  height: 320px;
}
.form-step-3 i {
  position: relative;
  font-size: 38px;
  top: 5px;
}
#accordionAllansw .card {
  border: 1px solid #e3e8e4;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
}
#accordionAllansw .card-header {
  padding: 0 30px;
  background-color: #fff;
  min-height: 70px;
  border-bottom: 1px solid #e3e8e4;
}
#accordionAllansw .card-header div {
  text-decoration: none;
  text-transform: none;
  color: #424249 !important;
  cursor: pointer;
}
#accordionAllansw .card-body {
  color: #737e72;
  padding: 30px;
  font-size: 15px;
  line-height: 22px;
}
#accordionAllansw [aria-expanded]:after {
  font-family: dpravo2020;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  display: inline-block;
  color: #737e72;
  font-size: 1rem;
  margin-top: 5px;
}
#accordionAllansw [aria-expanded="true"] {
  color: #737e72;
}
#accordionAllansw [aria-expanded="true"]:after {
  color: #737e72;
  content: "\e831";
}
#accordionAllansw [aria-expanded="false"]:after {
  color: #00b22d;
  content: "\e821";
}
#accordionAllansw .h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  min-height: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
}
#accordionAllansw .h5 span {
  margin-right: 15px;
}
.mob-apps {
  padding-bottom: 0 !important;
  margin-bottom: 70px;
}
.wrap-right-app {
  position: relative;
  width: auto;
  height: 510px;
}
.wrap-img-app {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrap-img-app img:first-of-type {
  margin-right: -30px;
  margin-left: -15px;
}
.wrap-img-app img {
  max-width: 57%;
  height: auto;
}
.circle-app {
  background: url(../images/circle.svg) no-repeat center right;
  background-size: contain;
}
.dop-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.autocomplete-suggestions {
  border: 1px solid #e3e8e4;
  background: #fff;
  overflow: auto;
  cursor: pointer;
  margin-left: -1px;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: 400;
  color: #00b22d;
}
.autocomplete-group {
  padding: 2px 5px;
}
.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}
footer li {
  list-style: none;
}
footer li a:hover {
  color: #00b22d !important;
}
footer .base-menu {
  margin-top: 45px;
}
footer .base-menu-law,
footer .base-menu-phys {
  display: block;
  line-height: 20px;
}
footer .base-menu-law {
  border-bottom: none;
}
.menu-footer {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
.menu-footer li {
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0;
}
.menu-footer a {
  text-decoration: none;
  color: #424249;
}
.menu-footer a:hover {
  text-decoration: none;
}
.wrap-menu-footer {
  padding-top: 35px;
  padding-bottom: 19px;
}
.logo-footer {
  max-height: 40px;
  display: inline-block;
}
.social-link-footer li {
  display: inline-block;
  font-size: 22px;
  margin-right: 8px;
}
.social-link-footer a {
  color: #737e72;
  text-decoration: none;
}
.social-link-footer a:hover {
  color: #424249;
}
.pol-conf {
  font-size: 18px;
}
#form_feedback_text .select2-selection {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #e3e8e4 !important;
}
#form_feedback_text
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0 !important;
}
#form_feedback_text
  .select2-container
  .select2-selection--single
  .select2-selection__arrow {
  border-left: 0 !important;
}
#form_feedback_text
  .select2-container--open
  .select2-selection__arrow
  b::after {
  content: "\e007";
}
.select2-container--krajee-bs4:not(.select2-container--disabled)
  .select2-dropdown {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #e3e8e4 !important;
}
.select2-container--krajee-bs4 .select2-results__option[aria-selected="true"] {
  background-color: #f6f9f6 !important;
  color: #00b22d !important;
}
.select2-container--krajee-bs4 .select2-results {
  padding-left: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-container--krajee-bs4 .select2-results li {
  padding-left: 12px !important;
}
#page-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100000;
  background-color: rgba(238, 246, 232, 0.75);
}
#circularG {
  position: relative;
  width: 105px;
  height: 105px;
}
.circularG {
  position: absolute;
  background-color: #00b22d;
  width: 25px;
  height: 25px;
  border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}
#circularG_1 {
  left: 0;
  top: 42px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}
#circularG_2 {
  left: 11px;
  top: 11px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}
#circularG_3 {
  top: 0;
  left: 42px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}
#circularG_4 {
  right: 11px;
  top: 11px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}
#circularG_5 {
  right: 0;
  top: 42px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}
#circularG_6 {
  right: 11px;
  bottom: 11px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
#circularG_7 {
  left: 42px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}
#circularG_8 {
  left: 11px;
  bottom: 11px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}
@keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.3);
  }
}
.wrap-preloader-q {
  position: absolute;
  width: 100%;
  min-height: 503px;
  bottom: 87px;
  background-color: rgba(246, 249, 246, 0.9);
}
.wrap-preloader-q .preloader-q {
  width: 100px;
  height: 100px;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}
.wrap-preloader-galery-lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 263px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap-preloader-galery-lawyer .spinner-border {
  width: 3rem;
  height: 3rem;
}
.wrap-preloader-lawyer-galery-individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 622px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap-preloader-lawyer-galery-individual .spinner-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
#help-lawyer-1 {
  height: 400px;
}
#help-lawyer-1 .wrp-btn-galery {
  opacity: 0;
}
.galery_lawyers_main.galery_lawyers {
  height: 270px;
}
.galery_lawyers_main .slick-list {
  overflow: visible;
}
.galery_lawyers_main .slick-slide:not(.slick-active) {
  opacity: 0.4;
}
.galery_lawyers_main .lawyers__card {
  width: 0;
  max-width: none;
  height: 213px;
  margin-top: 50px;
  margin-bottom: 0;
  display: inline-block;
}
.galery_lawyers_main .lawyers__card .lawyers__check {
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  left: auto;
  color: #00b22d;
}
.galery_lawyers_main .lawyers__card .lawyers__check span {
  font-size: 20px;
}
.galery_lawyers_main .lawyers__card .lawyers__desc {
  max-height: 75px;
  overflow: hidden;
  padding: 0 15px;
  margin-bottom: 0;
}
.galery_lawyers_main .lawyers__card .clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.galery_lawyers_main .lawyers__card .lawyers__photo {
  top: -25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.galery_lawyers_main .lawyers__card .lawyers__rating {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.brd-l-stroke {
  border-left: 1px solid #e3e8e4;
}
.individual-block-main {
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  background-color: #fff;
  min-height: 240px;
  height: auto;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
  color: #424249;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
}
.individual-block-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 28px 40px;
}
.individual-block-main .photo-individual {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.individual-block-main .photo-individual img {
  height: 235px;
}
.individual-block-main .info-individual {
  padding-left: 30px;
  padding-top: 30px;
}
.individual-block-main .info-icons-lawyer {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.individual-block-main .info-icons-lawyer i {
  font-size: 18px;
  margin-left: 5px;
}
.individual-block-main .page-check i {
  position: relative;
  top: 3px;
}
.individual-block-main .price_lawyer_cons {
  margin-top: -15px;
}
.company-info {
  padding: 10px 10px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.company-info .company-left-part {
  font-size: 13px;
  line-height: 20px;
  padding: 0 20px 0 0;
}
.company-info .company-rating {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-left: 5px;
  padding-right: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79px;
  flex: 0 0 79px;
}
.company-info .company-logo {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  border: 1px solid #e3e8e4;
  overflow: hidden;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.company-info .company-logo img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  vertical-align: top;
}
.company-info .no-photo-company {
  background-color: #f6f9f6;
  font-size: 70px;
  text-align: center;
  line-height: 143px;
  color: #737e72;
}
.company-info .company-name {
  color: #737e72;
}
.company-info .company-age {
  font-weight: 500;
  color: #737e72;
}
.company-info .company-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #424249;
}
.company-info .company-title:hover {
  color: #00b22d;
}
.company-info .company-title[data-page] {
  cursor: pointer;
}
.company-info .company-title[data-page]:hover {
  color: #00b22d;
}
.company-info .wrp-raiting-law-main {
  margin-bottom: 15px;
}
.company-info .wrp-raiting-law-main .green-link {
  margin-left: 30px;
}
.company-info .company-right-part {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin: 10px 0;
  padding: 0 15px 0 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
  max-width: 580px;
  border-left: 1px solid #e3e8e4;
}
.company-info a:hover {
  text-decoration: none;
}
.company-info .socials {
  line-height: 20px;
}
.company-info .socials > :not(:last-child) {
  margin-right: 15px;
}
.company-info .socials .social-link {
  text-decoration: none;
  font-size: 20px;
  color: #737e72;
}
.company-info .company-site {
  font-size: 15px;
  line-height: 20px;
}
.company-info .company-cities {
  position: relative;
}
.company-info .company-cities-inner {
  position: relative;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 47px 7px 14px;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
}
.company-info .company-cities-inner.small-inner {
  padding-right: 14px;
}
.company-info .company-cities-inner i {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.company-info .company-cities-inner[aria-expanded="false"] .ico-chevron-down {
  display: initial;
}
.company-info .company-cities-inner[aria-expanded="false"] .ico-chevron-up {
  display: none;
}
.company-info .company-cities-inner[aria-expanded="true"] .ico-chevron-down {
  display: none;
}
.company-info .company-cities-inner[aria-expanded="true"] .ico-chevron-up {
  display: initial;
}
.company-info .lawyer-pr-toggle {
  position: absolute;
  right: 0;
}
.company-info .companies-city-collapse {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 10px;
  z-index: 100;
  width: 183%;
  min-width: 300px;
  max-width: 85vw;
}
.company-info .companies-city-collapse .companies-city-collapse-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-info .companies-city-collapse .companies-city-collapse-item {
  padding: 4px 15px 6px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #f6f9f6;
}
.company-info
  .companies-city-collapse
  .companies-city-office-collapse-container {
  padding: 0 5px;
}
.company-info
  .companies-city-collapse
  .companies-city-office-collapse-container.need-scroll {
  height: 240px;
}
.company-info .companies-city-collapse .companies-city-office-collapse-item {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  padding: 6px 15px 5px;
  background: #f6f9f6;
  border-radius: 5px;
}
.company-info
  .companies-city-collapse
  .companies-city-office-collapse-item-address {
  color: #737e72;
  font-size: 13px;
}
.company-info
  .companies-city-collapse
  .companies-city-office-collapse-item:not(:last-child) {
  margin-bottom: 5px;
}
.company-info .btn-success-mid-50 {
  line-height: 20px;
  padding: 13px 14px 15px !important;
}
.status-busy:before,
.status-off-line:before,
.status-on-line:before {
  width: auto;
  height: 20px;
  display: inline-block;
  border-radius: 5px;
  padding: 5px;
  margin-left: 10px;
  line-height: 8px;
  font-weight: 500;
  white-space: nowrap;
}
.status-on-line:before {
  content: "в сети";
  border: 1px solid #00b22d;
}
.status-off-line:before {
  content: "не в сети";
  border: 1px solid #e3e8e4;
}
.status-busy:before {
  content: "занят";
  border: 1px solid #ff5050;
}
.no-photo-lawyer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eef6e8;
  font-size: 50px;
  text-align: center;
  line-height: 106px;
}
.no-photo-lawyer i {
  display: block;
  line-height: 95px;
}
.wrp-no-photo-lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 170px;
  min-height: 200px;
  background-color: #f6f9f6;
  color: #737e72 !important;
}
.wrp-no-photo-lawyer .ico-camera {
  position: relative;
  top: 2px;
  color: #00b22d;
}
.wrp-stars-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 170px;
}
.wrp-all-reviews-info {
  border-radius: 10px;
  padding: 40px 60px 40px 25px;
}
.comment-reviews {
  color: #737e72;
  font-size: 18px;
  line-height: 30px;
}
.advocates-page #top-advocate {
  background-color: #fff;
  padding-bottom: 0;
  height: auto;
  min-height: 645px;
}
.advocates-page #top-advocate .container {
  min-height: inherit;
}
.advocates-page #top-advocate .container .row {
  min-height: inherit;
}
.advocates-page #top-advocate .btn,
.advocates-page #top-advocate [data-item="item_new_cons"] {
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
}
.advocates-page #top-advocate #up-titul {
  margin-top: 100px;
}
.advocates-page #top-advocate h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 51px;
}
.advocates-page #top-advocate h1 i {
  font-size: 28px;
}
.advocates-page #top-advocate h5 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}
.advocates-page #top-advocate .one-type {
  height: 30px;
  padding: 7px 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
  border-radius: 7px;
  color: #00b22d;
  background-color: #eef6e8;
}
.advocates-page #top-advocate #offer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.advocates-page #top-advocate .types {
  margin-bottom: 60px;
}
.advocates-page #top-advocate .adv-reg {
  margin-top: 50px;
}
.advocates-page .right-top-advocate {
  position: relative;
}
.advocates-page .right-top-advocate img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.advocates-page .anketa-completed,
.advocates-page .wh-block {
  min-height: 230px;
  padding: 20px;
}
.advocates-page .anketa-completed .descript,
.advocates-page .wh-block .descript {
  font-size: 18px;
  color: #424249;
}
.advocates-page .advocates-list {
  padding-left: 25px;
  line-height: 30px;
}
.advocates-page .advocates-list li {
  list-style: none;
  position: relative;
}
.advocates-page .advocates-list li:before {
  content: "\79";
  font-family: dpravo2020;
  color: #00b22d;
  height: 8px;
  position: absolute;
  top: 0;
  left: -25px;
  font-size: 14px;
}
.advocates-page .img-page-adv {
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  -webkit-box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
  box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
}
.advocates-page .dp-mission {
  margin-top: 140px;
}
.advocates-page .dp-mission .container {
  padding: 65px 0;
  border-radius: 10px;
}
.advocates-page .dp-mission .img-man-wrap img {
  max-width: 283px;
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.advocates-page .dp-mission blockquote {
  padding: 40px 30px;
}
.advocates-page .dp-mission blockquote div:first-child {
  line-height: 30px;
}
.advocates-page .dp-mission blockquote div:last-child {
  line-height: 27px;
}
.play-video-present {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  position: relative;
}
.play-video-present:before {
  content: "";
  border: 10px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  top: 14px;
  right: 6px;
}
#online-service,
#reputation,
#social-net {
  margin-top: 100px;
}
#leads {
  margin-top: 180px;
}
#happy-clients {
  margin-top: 70px;
}
#happy-clients .wrp-img-happy {
  text-align: center;
  position: relative;
}
#happy-clients .wrp-img-happy img {
  -webkit-box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
  box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
}
#happy-clients .wrp-img-happy .happy-ipad {
  width: 82%;
  z-index: 0;
  border-radius: 26px;
}
#happy-clients .wrp-img-happy .happy-lawyer {
  position: absolute;
  width: 42.5%;
  left: 24px;
  top: -30px;
  z-index: 1;
  border-radius: 7px;
}
#happy-clients .wrp-img-happy .happy-msg {
  position: absolute;
  width: 45%;
  right: 48px;
  bottom: -65px;
  z-index: 1;
  -webkit-box-shadow: -30px 42px 34px rgba(90, 108, 90, 0.3);
  box-shadow: -30px 42px 34px rgba(90, 108, 90, 0.3);
  border-radius: 7px;
}
.wrp-img-social {
  position: relative;
}
.wrp-img-social .advocats-social {
  width: 100%;
}
.wrp-img-social .iphone-social {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-box-shadow: -30px 42px 34px rgba(90, 108, 90, 0.3);
  box-shadow: -30px 42px 34px rgba(90, 108, 90, 0.3);
  border-radius: 36px;
}
.wrp-rep {
  border-bottom: 1px solid #e3e8e4;
}
.wrp-rep .ico-about {
  border: none;
}
#face-media {
  margin-top: 20px;
}
#face-media .container {
  min-height: 130px;
  height: auto;
  border-radius: 10px;
  padding: 30px 100px;
}
#face-media .wrp-ico-profile {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  margin-right: 40px;
  text-align: center;
}
#face-media .wrp-ico-profile i {
  line-height: 78px;
  font-size: 40px;
  color: #00b22d;
}
#more-income {
  margin-top: 100px;
}
#comp-inet {
  margin-top: 140px;
}
#comp-inet .container {
  padding: 40px 50px 70px;
  border-radius: 10px;
  position: relative;
}
#comp-inet .container:after {
  content: "\e00f";
  font-family: dpravo2020;
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: -60px;
  right: 52px;
  color: #00b22d;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 50%;
  -webkit-box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
  box-shadow: -30px 20px 40px rgba(90, 108, 90, 0.3);
  text-align: center;
  line-height: 120px;
  font-size: 60px;
}
#comp-inet .adv-reg {
  margin-top: 0;
}
#reviews-page,
#select-companies-page,
#select-lawyer-page,
.articles-page,
.individual-subpages {
  padding-top: 60px;
}
#reviews-page #form-search-companies,
#reviews-page #form-search-law,
#select-companies-page #form-search-companies,
#select-companies-page #form-search-law,
#select-lawyer-page #form-search-companies,
#select-lawyer-page #form-search-law,
.articles-page #form-search-companies,
.articles-page #form-search-law,
.individual-subpages #form-search-companies,
.individual-subpages #form-search-law {
  padding-left: 20px !important;
}
#reviews-page #form-search-companies-for-client,
#reviews-page #form-search-lawyer-for-client,
#select-companies-page #form-search-companies-for-client,
#select-companies-page #form-search-lawyer-for-client,
#select-lawyer-page #form-search-companies-for-client,
#select-lawyer-page #form-search-lawyer-for-client,
.articles-page #form-search-companies-for-client,
.articles-page #form-search-lawyer-for-client,
.individual-subpages #form-search-companies-for-client,
.individual-subpages #form-search-lawyer-for-client {
  position: relative;
  font-size: 15px !important;
  color: #737e72 !important;
}
#reviews-page #form-search-companies-for-client .prices input[type="text"],
#reviews-page #form-search-lawyer-for-client .prices input[type="text"],
#select-companies-page
  #form-search-companies-for-client
  .prices
  input[type="text"],
#select-companies-page
  #form-search-lawyer-for-client
  .prices
  input[type="text"],
#select-lawyer-page
  #form-search-companies-for-client
  .prices
  input[type="text"],
#select-lawyer-page #form-search-lawyer-for-client .prices input[type="text"],
.articles-page #form-search-companies-for-client .prices input[type="text"],
.articles-page #form-search-lawyer-for-client .prices input[type="text"],
.individual-subpages
  #form-search-companies-for-client
  .prices
  input[type="text"],
.individual-subpages #form-search-lawyer-for-client .prices input[type="text"] {
  width: 110px;
}
#reviews-page
  #form-search-companies-for-client
  .form-control::-webkit-input-placeholder,
#reviews-page
  #form-search-lawyer-for-client
  .form-control::-webkit-input-placeholder,
#select-companies-page
  #form-search-companies-for-client
  .form-control::-webkit-input-placeholder,
#select-companies-page
  #form-search-lawyer-for-client
  .form-control::-webkit-input-placeholder,
#select-lawyer-page
  #form-search-companies-for-client
  .form-control::-webkit-input-placeholder,
#select-lawyer-page
  #form-search-lawyer-for-client
  .form-control::-webkit-input-placeholder,
.articles-page
  #form-search-companies-for-client
  .form-control::-webkit-input-placeholder,
.articles-page
  #form-search-lawyer-for-client
  .form-control::-webkit-input-placeholder,
.individual-subpages
  #form-search-companies-for-client
  .form-control::-webkit-input-placeholder,
.individual-subpages
  #form-search-lawyer-for-client
  .form-control::-webkit-input-placeholder {
  font-size: 15px;
}
#reviews-page #form-search-companies-for-client .form-control::-moz-placeholder,
#reviews-page #form-search-lawyer-for-client .form-control::-moz-placeholder,
#select-companies-page
  #form-search-companies-for-client
  .form-control::-moz-placeholder,
#select-companies-page
  #form-search-lawyer-for-client
  .form-control::-moz-placeholder,
#select-lawyer-page
  #form-search-companies-for-client
  .form-control::-moz-placeholder,
#select-lawyer-page
  #form-search-lawyer-for-client
  .form-control::-moz-placeholder,
.articles-page
  #form-search-companies-for-client
  .form-control::-moz-placeholder,
.articles-page #form-search-lawyer-for-client .form-control::-moz-placeholder,
.individual-subpages
  #form-search-companies-for-client
  .form-control::-moz-placeholder,
.individual-subpages
  #form-search-lawyer-for-client
  .form-control::-moz-placeholder {
  font-size: 15px;
}
#reviews-page
  #form-search-companies-for-client
  .form-control:-ms-input-placeholder,
#reviews-page
  #form-search-lawyer-for-client
  .form-control:-ms-input-placeholder,
#select-companies-page
  #form-search-companies-for-client
  .form-control:-ms-input-placeholder,
#select-companies-page
  #form-search-lawyer-for-client
  .form-control:-ms-input-placeholder,
#select-lawyer-page
  #form-search-companies-for-client
  .form-control:-ms-input-placeholder,
#select-lawyer-page
  #form-search-lawyer-for-client
  .form-control:-ms-input-placeholder,
.articles-page
  #form-search-companies-for-client
  .form-control:-ms-input-placeholder,
.articles-page
  #form-search-lawyer-for-client
  .form-control:-ms-input-placeholder,
.individual-subpages
  #form-search-companies-for-client
  .form-control:-ms-input-placeholder,
.individual-subpages
  #form-search-lawyer-for-client
  .form-control:-ms-input-placeholder {
  font-size: 15px;
}
#reviews-page
  #form-search-companies-for-client
  .form-control::-ms-input-placeholder,
#reviews-page
  #form-search-lawyer-for-client
  .form-control::-ms-input-placeholder,
#select-companies-page
  #form-search-companies-for-client
  .form-control::-ms-input-placeholder,
#select-companies-page
  #form-search-lawyer-for-client
  .form-control::-ms-input-placeholder,
#select-lawyer-page
  #form-search-companies-for-client
  .form-control::-ms-input-placeholder,
#select-lawyer-page
  #form-search-lawyer-for-client
  .form-control::-ms-input-placeholder,
.articles-page
  #form-search-companies-for-client
  .form-control::-ms-input-placeholder,
.articles-page
  #form-search-lawyer-for-client
  .form-control::-ms-input-placeholder,
.individual-subpages
  #form-search-companies-for-client
  .form-control::-ms-input-placeholder,
.individual-subpages
  #form-search-lawyer-for-client
  .form-control::-ms-input-placeholder {
  font-size: 15px;
}
#reviews-page #form-search-companies-for-client .form-control::placeholder,
#reviews-page #form-search-lawyer-for-client .form-control::placeholder,
#select-companies-page
  #form-search-companies-for-client
  .form-control::placeholder,
#select-companies-page
  #form-search-lawyer-for-client
  .form-control::placeholder,
#select-lawyer-page
  #form-search-companies-for-client
  .form-control::placeholder,
#select-lawyer-page #form-search-lawyer-for-client .form-control::placeholder,
.articles-page #form-search-companies-for-client .form-control::placeholder,
.articles-page #form-search-lawyer-for-client .form-control::placeholder,
.individual-subpages
  #form-search-companies-for-client
  .form-control::placeholder,
.individual-subpages #form-search-lawyer-for-client .form-control::placeholder {
  font-size: 15px;
}
#reviews-page .wrp-search-companies-for-client,
#reviews-page .wrp-search-lawyer-for-client,
#select-companies-page .wrp-search-companies-for-client,
#select-companies-page .wrp-search-lawyer-for-client,
#select-lawyer-page .wrp-search-companies-for-client,
#select-lawyer-page .wrp-search-lawyer-for-client,
.articles-page .wrp-search-companies-for-client,
.articles-page .wrp-search-lawyer-for-client,
.individual-subpages .wrp-search-companies-for-client,
.individual-subpages .wrp-search-lawyer-for-client {
  min-height: 80px;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
}
#reviews-page .wrp-search-companies-for-client,
#reviews-page .wrp-search-companies-for-client-mob,
#reviews-page .wrp-search-lawyer-for-client,
#reviews-page .wrp-search-lawyer-for-client-mob,
#select-companies-page .wrp-search-companies-for-client,
#select-companies-page .wrp-search-companies-for-client-mob,
#select-companies-page .wrp-search-lawyer-for-client,
#select-companies-page .wrp-search-lawyer-for-client-mob,
#select-lawyer-page .wrp-search-companies-for-client,
#select-lawyer-page .wrp-search-companies-for-client-mob,
#select-lawyer-page .wrp-search-lawyer-for-client,
#select-lawyer-page .wrp-search-lawyer-for-client-mob,
.articles-page .wrp-search-companies-for-client,
.articles-page .wrp-search-companies-for-client-mob,
.articles-page .wrp-search-lawyer-for-client,
.articles-page .wrp-search-lawyer-for-client-mob,
.individual-subpages .wrp-search-companies-for-client,
.individual-subpages .wrp-search-companies-for-client-mob,
.individual-subpages .wrp-search-lawyer-for-client,
.individual-subpages .wrp-search-lawyer-for-client-mob {
  border-radius: 10px;
}
#reviews-page .wrp-search-companies-for-client .select2-selection,
#reviews-page .wrp-search-companies-for-client input[type="text"],
#reviews-page .wrp-search-companies-for-client-mob .select2-selection,
#reviews-page .wrp-search-companies-for-client-mob input[type="text"],
#reviews-page .wrp-search-lawyer-for-client .select2-selection,
#reviews-page .wrp-search-lawyer-for-client input[type="text"],
#reviews-page .wrp-search-lawyer-for-client-mob .select2-selection,
#reviews-page .wrp-search-lawyer-for-client-mob input[type="text"],
#select-companies-page .wrp-search-companies-for-client .select2-selection,
#select-companies-page .wrp-search-companies-for-client input[type="text"],
#select-companies-page .wrp-search-companies-for-client-mob .select2-selection,
#select-companies-page .wrp-search-companies-for-client-mob input[type="text"],
#select-companies-page .wrp-search-lawyer-for-client .select2-selection,
#select-companies-page .wrp-search-lawyer-for-client input[type="text"],
#select-companies-page .wrp-search-lawyer-for-client-mob .select2-selection,
#select-companies-page .wrp-search-lawyer-for-client-mob input[type="text"],
#select-lawyer-page .wrp-search-companies-for-client .select2-selection,
#select-lawyer-page .wrp-search-companies-for-client input[type="text"],
#select-lawyer-page .wrp-search-companies-for-client-mob .select2-selection,
#select-lawyer-page .wrp-search-companies-for-client-mob input[type="text"],
#select-lawyer-page .wrp-search-lawyer-for-client .select2-selection,
#select-lawyer-page .wrp-search-lawyer-for-client input[type="text"],
#select-lawyer-page .wrp-search-lawyer-for-client-mob .select2-selection,
#select-lawyer-page .wrp-search-lawyer-for-client-mob input[type="text"],
.articles-page .wrp-search-companies-for-client .select2-selection,
.articles-page .wrp-search-companies-for-client input[type="text"],
.articles-page .wrp-search-companies-for-client-mob .select2-selection,
.articles-page .wrp-search-companies-for-client-mob input[type="text"],
.articles-page .wrp-search-lawyer-for-client .select2-selection,
.articles-page .wrp-search-lawyer-for-client input[type="text"],
.articles-page .wrp-search-lawyer-for-client-mob .select2-selection,
.articles-page .wrp-search-lawyer-for-client-mob input[type="text"],
.individual-subpages .wrp-search-companies-for-client .select2-selection,
.individual-subpages .wrp-search-companies-for-client input[type="text"],
.individual-subpages .wrp-search-companies-for-client-mob .select2-selection,
.individual-subpages .wrp-search-companies-for-client-mob input[type="text"],
.individual-subpages .wrp-search-lawyer-for-client .select2-selection,
.individual-subpages .wrp-search-lawyer-for-client input[type="text"],
.individual-subpages .wrp-search-lawyer-for-client-mob .select2-selection,
.individual-subpages .wrp-search-lawyer-for-client-mob input[type="text"] {
  background-color: transparent;
  border: none;
  font-size: 15px;
}
#reviews-page
  .wrp-search-companies-for-client
  input[type="text"]::-webkit-input-placeholder,
#reviews-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-webkit-input-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
#select-companies-page
  .wrp-search-companies-for-client
  input[type="text"]::-webkit-input-placeholder,
#select-companies-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-webkit-input-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client
  input[type="text"]::-webkit-input-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-webkit-input-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
.articles-page
  .wrp-search-companies-for-client
  input[type="text"]::-webkit-input-placeholder,
.articles-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
.articles-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-webkit-input-placeholder,
.articles-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
.individual-subpages
  .wrp-search-companies-for-client
  input[type="text"]::-webkit-input-placeholder,
.individual-subpages
  .wrp-search-companies-for-client-mob
  input[type="text"]::-webkit-input-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client
  input[type="text"]::-webkit-input-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-webkit-input-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .wrp-search-companies-for-client
  input[type="text"]::-moz-placeholder,
#reviews-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-moz-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-moz-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-moz-placeholder,
#select-companies-page
  .wrp-search-companies-for-client
  input[type="text"]::-moz-placeholder,
#select-companies-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-moz-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-moz-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-moz-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client
  input[type="text"]::-moz-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-moz-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-moz-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-moz-placeholder,
.articles-page
  .wrp-search-companies-for-client
  input[type="text"]::-moz-placeholder,
.articles-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-moz-placeholder,
.articles-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-moz-placeholder,
.articles-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-moz-placeholder,
.individual-subpages
  .wrp-search-companies-for-client
  input[type="text"]::-moz-placeholder,
.individual-subpages
  .wrp-search-companies-for-client-mob
  input[type="text"]::-moz-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client
  input[type="text"]::-moz-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-moz-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .wrp-search-companies-for-client
  input[type="text"]:-ms-input-placeholder,
#reviews-page
  .wrp-search-companies-for-client-mob
  input[type="text"]:-ms-input-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client
  input[type="text"]:-ms-input-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]:-ms-input-placeholder,
#select-companies-page
  .wrp-search-companies-for-client
  input[type="text"]:-ms-input-placeholder,
#select-companies-page
  .wrp-search-companies-for-client-mob
  input[type="text"]:-ms-input-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client
  input[type="text"]:-ms-input-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]:-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client
  input[type="text"]:-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  input[type="text"]:-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  input[type="text"]:-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]:-ms-input-placeholder,
.articles-page
  .wrp-search-companies-for-client
  input[type="text"]:-ms-input-placeholder,
.articles-page
  .wrp-search-companies-for-client-mob
  input[type="text"]:-ms-input-placeholder,
.articles-page
  .wrp-search-lawyer-for-client
  input[type="text"]:-ms-input-placeholder,
.articles-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]:-ms-input-placeholder,
.individual-subpages
  .wrp-search-companies-for-client
  input[type="text"]:-ms-input-placeholder,
.individual-subpages
  .wrp-search-companies-for-client-mob
  input[type="text"]:-ms-input-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client
  input[type="text"]:-ms-input-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  input[type="text"]:-ms-input-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .wrp-search-companies-for-client
  input[type="text"]::-ms-input-placeholder,
#reviews-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-ms-input-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-ms-input-placeholder,
#reviews-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-ms-input-placeholder,
#select-companies-page
  .wrp-search-companies-for-client
  input[type="text"]::-ms-input-placeholder,
#select-companies-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-ms-input-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-ms-input-placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client
  input[type="text"]::-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-ms-input-placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-ms-input-placeholder,
.articles-page
  .wrp-search-companies-for-client
  input[type="text"]::-ms-input-placeholder,
.articles-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::-ms-input-placeholder,
.articles-page
  .wrp-search-lawyer-for-client
  input[type="text"]::-ms-input-placeholder,
.articles-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-ms-input-placeholder,
.individual-subpages
  .wrp-search-companies-for-client
  input[type="text"]::-ms-input-placeholder,
.individual-subpages
  .wrp-search-companies-for-client-mob
  input[type="text"]::-ms-input-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client
  input[type="text"]::-ms-input-placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::-ms-input-placeholder {
  font-size: 15px !important;
}
#reviews-page .wrp-search-companies-for-client input[type="text"]::placeholder,
#reviews-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::placeholder,
#reviews-page .wrp-search-lawyer-for-client input[type="text"]::placeholder,
#reviews-page .wrp-search-lawyer-for-client-mob input[type="text"]::placeholder,
#select-companies-page
  .wrp-search-companies-for-client
  input[type="text"]::placeholder,
#select-companies-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client
  input[type="text"]::placeholder,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client
  input[type="text"]::placeholder,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  input[type="text"]::placeholder,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::placeholder,
.articles-page .wrp-search-companies-for-client input[type="text"]::placeholder,
.articles-page
  .wrp-search-companies-for-client-mob
  input[type="text"]::placeholder,
.articles-page .wrp-search-lawyer-for-client input[type="text"]::placeholder,
.articles-page
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::placeholder,
.individual-subpages
  .wrp-search-companies-for-client
  input[type="text"]::placeholder,
.individual-subpages
  .wrp-search-companies-for-client-mob
  input[type="text"]::placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client
  input[type="text"]::placeholder,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  input[type="text"]::placeholder {
  font-size: 15px !important;
}
#reviews-page
  .wrp-search-companies-for-client
  .select2-selection__arrow
  b:after,
#reviews-page
  .wrp-search-companies-for-client-mob
  .select2-selection__arrow
  b:after,
#reviews-page .wrp-search-lawyer-for-client .select2-selection__arrow b:after,
#reviews-page
  .wrp-search-lawyer-for-client-mob
  .select2-selection__arrow
  b:after,
#select-companies-page
  .wrp-search-companies-for-client
  .select2-selection__arrow
  b:after,
#select-companies-page
  .wrp-search-companies-for-client-mob
  .select2-selection__arrow
  b:after,
#select-companies-page
  .wrp-search-lawyer-for-client
  .select2-selection__arrow
  b:after,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  .select2-selection__arrow
  b:after,
#select-lawyer-page
  .wrp-search-companies-for-client
  .select2-selection__arrow
  b:after,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  .select2-selection__arrow
  b:after,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  .select2-selection__arrow
  b:after,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  .select2-selection__arrow
  b:after,
.articles-page
  .wrp-search-companies-for-client
  .select2-selection__arrow
  b:after,
.articles-page
  .wrp-search-companies-for-client-mob
  .select2-selection__arrow
  b:after,
.articles-page .wrp-search-lawyer-for-client .select2-selection__arrow b:after,
.articles-page
  .wrp-search-lawyer-for-client-mob
  .select2-selection__arrow
  b:after,
.individual-subpages
  .wrp-search-companies-for-client
  .select2-selection__arrow
  b:after,
.individual-subpages
  .wrp-search-companies-for-client-mob
  .select2-selection__arrow
  b:after,
.individual-subpages
  .wrp-search-lawyer-for-client
  .select2-selection__arrow
  b:after,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  .select2-selection__arrow
  b:after {
  content: "";
}
#reviews-page
  .wrp-search-companies-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#reviews-page
  .wrp-search-companies-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#reviews-page
  .wrp-search-lawyer-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#reviews-page
  .wrp-search-lawyer-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-companies-page
  .wrp-search-companies-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-companies-page
  .wrp-search-companies-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-companies-page
  .wrp-search-lawyer-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-lawyer-page
  .wrp-search-companies-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-lawyer-page
  .wrp-search-lawyer-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
#select-lawyer-page
  .wrp-search-lawyer-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.articles-page
  .wrp-search-companies-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.articles-page
  .wrp-search-companies-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.articles-page
  .wrp-search-lawyer-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.articles-page
  .wrp-search-lawyer-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.individual-subpages
  .wrp-search-companies-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.individual-subpages
  .wrp-search-companies-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.individual-subpages
  .wrp-search-lawyer-for-client
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection,
.individual-subpages
  .wrp-search-lawyer-for-client-mob
  .select2-container--bootstrap4.select2-container--focus
  .select2-selection {
  border: none !important;
}
#reviews-page .wrp-search-companies-for-client .select2-container,
#reviews-page .wrp-search-companies-for-client-mob .select2-container,
#reviews-page .wrp-search-lawyer-for-client .select2-container,
#reviews-page .wrp-search-lawyer-for-client-mob .select2-container,
#select-companies-page .wrp-search-companies-for-client .select2-container,
#select-companies-page .wrp-search-companies-for-client-mob .select2-container,
#select-companies-page .wrp-search-lawyer-for-client .select2-container,
#select-companies-page .wrp-search-lawyer-for-client-mob .select2-container,
#select-lawyer-page .wrp-search-companies-for-client .select2-container,
#select-lawyer-page .wrp-search-companies-for-client-mob .select2-container,
#select-lawyer-page .wrp-search-lawyer-for-client .select2-container,
#select-lawyer-page .wrp-search-lawyer-for-client-mob .select2-container,
.articles-page .wrp-search-companies-for-client .select2-container,
.articles-page .wrp-search-companies-for-client-mob .select2-container,
.articles-page .wrp-search-lawyer-for-client .select2-container,
.articles-page .wrp-search-lawyer-for-client-mob .select2-container,
.individual-subpages .wrp-search-companies-for-client .select2-container,
.individual-subpages .wrp-search-companies-for-client-mob .select2-container,
.individual-subpages .wrp-search-lawyer-for-client .select2-container,
.individual-subpages .wrp-search-lawyer-for-client-mob .select2-container {
  z-index: 100 !important;
}
#reviews-page .wrp-search-companies-for-client #btn-search-companies,
#reviews-page .wrp-search-companies-for-client #btn-search-law,
#reviews-page .wrp-search-companies-for-client-mob #btn-search-companies,
#reviews-page .wrp-search-companies-for-client-mob #btn-search-law,
#reviews-page .wrp-search-lawyer-for-client #btn-search-companies,
#reviews-page .wrp-search-lawyer-for-client #btn-search-law,
#reviews-page .wrp-search-lawyer-for-client-mob #btn-search-companies,
#reviews-page .wrp-search-lawyer-for-client-mob #btn-search-law,
#select-companies-page .wrp-search-companies-for-client #btn-search-companies,
#select-companies-page .wrp-search-companies-for-client #btn-search-law,
#select-companies-page
  .wrp-search-companies-for-client-mob
  #btn-search-companies,
#select-companies-page .wrp-search-companies-for-client-mob #btn-search-law,
#select-companies-page .wrp-search-lawyer-for-client #btn-search-companies,
#select-companies-page .wrp-search-lawyer-for-client #btn-search-law,
#select-companies-page .wrp-search-lawyer-for-client-mob #btn-search-companies,
#select-companies-page .wrp-search-lawyer-for-client-mob #btn-search-law,
#select-lawyer-page .wrp-search-companies-for-client #btn-search-companies,
#select-lawyer-page .wrp-search-companies-for-client #btn-search-law,
#select-lawyer-page .wrp-search-companies-for-client-mob #btn-search-companies,
#select-lawyer-page .wrp-search-companies-for-client-mob #btn-search-law,
#select-lawyer-page .wrp-search-lawyer-for-client #btn-search-companies,
#select-lawyer-page .wrp-search-lawyer-for-client #btn-search-law,
#select-lawyer-page .wrp-search-lawyer-for-client-mob #btn-search-companies,
#select-lawyer-page .wrp-search-lawyer-for-client-mob #btn-search-law,
.articles-page .wrp-search-companies-for-client #btn-search-companies,
.articles-page .wrp-search-companies-for-client #btn-search-law,
.articles-page .wrp-search-companies-for-client-mob #btn-search-companies,
.articles-page .wrp-search-companies-for-client-mob #btn-search-law,
.articles-page .wrp-search-lawyer-for-client #btn-search-companies,
.articles-page .wrp-search-lawyer-for-client #btn-search-law,
.articles-page .wrp-search-lawyer-for-client-mob #btn-search-companies,
.articles-page .wrp-search-lawyer-for-client-mob #btn-search-law,
.individual-subpages .wrp-search-companies-for-client #btn-search-companies,
.individual-subpages .wrp-search-companies-for-client #btn-search-law,
.individual-subpages .wrp-search-companies-for-client-mob #btn-search-companies,
.individual-subpages .wrp-search-companies-for-client-mob #btn-search-law,
.individual-subpages .wrp-search-lawyer-for-client #btn-search-companies,
.individual-subpages .wrp-search-lawyer-for-client #btn-search-law,
.individual-subpages .wrp-search-lawyer-for-client-mob #btn-search-companies,
.individual-subpages .wrp-search-lawyer-for-client-mob #btn-search-law {
  width: 80px;
  height: 50px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
#reviews-page .wrp-search-companies-for-client #btn-search-companies i,
#reviews-page .wrp-search-companies-for-client #btn-search-law i,
#reviews-page .wrp-search-companies-for-client-mob #btn-search-companies i,
#reviews-page .wrp-search-companies-for-client-mob #btn-search-law i,
#reviews-page .wrp-search-lawyer-for-client #btn-search-companies i,
#reviews-page .wrp-search-lawyer-for-client #btn-search-law i,
#reviews-page .wrp-search-lawyer-for-client-mob #btn-search-companies i,
#reviews-page .wrp-search-lawyer-for-client-mob #btn-search-law i,
#select-companies-page .wrp-search-companies-for-client #btn-search-companies i,
#select-companies-page .wrp-search-companies-for-client #btn-search-law i,
#select-companies-page
  .wrp-search-companies-for-client-mob
  #btn-search-companies
  i,
#select-companies-page .wrp-search-companies-for-client-mob #btn-search-law i,
#select-companies-page .wrp-search-lawyer-for-client #btn-search-companies i,
#select-companies-page .wrp-search-lawyer-for-client #btn-search-law i,
#select-companies-page
  .wrp-search-lawyer-for-client-mob
  #btn-search-companies
  i,
#select-companies-page .wrp-search-lawyer-for-client-mob #btn-search-law i,
#select-lawyer-page .wrp-search-companies-for-client #btn-search-companies i,
#select-lawyer-page .wrp-search-companies-for-client #btn-search-law i,
#select-lawyer-page
  .wrp-search-companies-for-client-mob
  #btn-search-companies
  i,
#select-lawyer-page .wrp-search-companies-for-client-mob #btn-search-law i,
#select-lawyer-page .wrp-search-lawyer-for-client #btn-search-companies i,
#select-lawyer-page .wrp-search-lawyer-for-client #btn-search-law i,
#select-lawyer-page .wrp-search-lawyer-for-client-mob #btn-search-companies i,
#select-lawyer-page .wrp-search-lawyer-for-client-mob #btn-search-law i,
.articles-page .wrp-search-companies-for-client #btn-search-companies i,
.articles-page .wrp-search-companies-for-client #btn-search-law i,
.articles-page .wrp-search-companies-for-client-mob #btn-search-companies i,
.articles-page .wrp-search-companies-for-client-mob #btn-search-law i,
.articles-page .wrp-search-lawyer-for-client #btn-search-companies i,
.articles-page .wrp-search-lawyer-for-client #btn-search-law i,
.articles-page .wrp-search-lawyer-for-client-mob #btn-search-companies i,
.articles-page .wrp-search-lawyer-for-client-mob #btn-search-law i,
.individual-subpages .wrp-search-companies-for-client #btn-search-companies i,
.individual-subpages .wrp-search-companies-for-client #btn-search-law i,
.individual-subpages
  .wrp-search-companies-for-client-mob
  #btn-search-companies
  i,
.individual-subpages .wrp-search-companies-for-client-mob #btn-search-law i,
.individual-subpages .wrp-search-lawyer-for-client #btn-search-companies i,
.individual-subpages .wrp-search-lawyer-for-client #btn-search-law i,
.individual-subpages .wrp-search-lawyer-for-client-mob #btn-search-companies i,
.individual-subpages .wrp-search-lawyer-for-client-mob #btn-search-law i {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
#reviews-page .form-filters,
#select-companies-page .form-filters,
#select-lawyer-page .form-filters,
.articles-page .form-filters,
.individual-subpages .form-filters {
  min-height: 48px;
  border-radius: 5px;
  border: 1px solid #e3e8e4;
}
#reviews-page .line-price,
#select-companies-page .line-price,
#select-lawyer-page .line-price,
.articles-page .line-price,
.individual-subpages .line-price {
  height: 1px;
  width: 30px;
  border-top: 1px solid #e3e8e4;
  margin: 0 5px;
}
#reviews-page .wrp-sort,
#select-companies-page .wrp-sort,
#select-lawyer-page .wrp-sort,
.articles-page .wrp-sort,
.individual-subpages .wrp-sort {
  min-width: 200px;
}
#reviews-page .wrp-sort span,
#select-companies-page .wrp-sort span,
#select-lawyer-page .wrp-sort span,
.articles-page .wrp-sort span,
.individual-subpages .wrp-sort span {
  cursor: pointer;
}
#reviews-page .wrp-sort span:hover,
#select-companies-page .wrp-sort span:hover,
#select-lawyer-page .wrp-sort span:hover,
.articles-page .wrp-sort span:hover,
.individual-subpages .wrp-sort span:hover {
  color: #00b22d;
}
#reviews-page .staffs-wrp,
#select-companies-page .staffs-wrp,
#select-lawyer-page .staffs-wrp,
.articles-page .staffs-wrp,
.individual-subpages .staffs-wrp {
  min-width: 300px !important;
}
#reviews-page .span-wrp-sort,
#select-companies-page .span-wrp-sort,
#select-lawyer-page .span-wrp-sort,
.articles-page .span-wrp-sort,
.individual-subpages .span-wrp-sort {
  cursor: pointer;
}
#reviews-page .active-sort,
#select-companies-page .active-sort,
#select-lawyer-page .active-sort,
.articles-page .active-sort,
.individual-subpages .active-sort {
  color: #00b22d;
}
#reviews-page .individual-block-main,
#select-companies-page .individual-block-main,
#select-lawyer-page .individual-block-main,
.articles-page .individual-block-main,
.individual-subpages .individual-block-main {
  height: auto;
  min-height: 155px;
}
#reviews-page .individual-block-main .photo-individual img,
#select-companies-page .individual-block-main .photo-individual img,
#select-lawyer-page .individual-block-main .photo-individual img,
.articles-page .individual-block-main .photo-individual img,
.individual-subpages .individual-block-main .photo-individual img {
  height: 135px;
  width: 135px;
  font-size: 12px;
}
#reviews-page .individual-block-main .info-individual,
#select-companies-page .individual-block-main .info-individual,
#select-lawyer-page .individual-block-main .info-individual,
.articles-page .individual-block-main .info-individual,
.individual-subpages .individual-block-main .info-individual {
  padding-top: 0;
}
#reviews-page .individual-block-main .info-individual div,
#select-companies-page .individual-block-main .info-individual div,
#select-lawyer-page .individual-block-main .info-individual div,
.articles-page .individual-block-main .info-individual div,
.individual-subpages .individual-block-main .info-individual div {
  margin-bottom: 0;
}
#reviews-page .individual-block-main .info-individual-fio,
#select-companies-page .individual-block-main .info-individual-fio,
#select-lawyer-page .individual-block-main .info-individual-fio,
.articles-page .individual-block-main .info-individual-fio,
.individual-subpages .individual-block-main .info-individual-fio {
  font-size: 21px;
}
#reviews-page .individual-block-main .info-individual-fio:hover,
#select-companies-page .individual-block-main .info-individual-fio:hover,
#select-lawyer-page .individual-block-main .info-individual-fio:hover,
.articles-page .individual-block-main .info-individual-fio:hover,
.individual-subpages .individual-block-main .info-individual-fio:hover {
  color: #00b22d;
  text-decoration: none;
}
#reviews-page .individual-block-main .info-individual-company a,
#select-companies-page .individual-block-main .info-individual-company a,
#select-lawyer-page .individual-block-main .info-individual-company a,
.articles-page .individual-block-main .info-individual-company a,
.individual-subpages .individual-block-main .info-individual-company a {
  text-decoration: underline;
}
#reviews-page .wrp-no-photo-lawyer,
#select-companies-page .wrp-no-photo-lawyer,
#select-lawyer-page .wrp-no-photo-lawyer,
.articles-page .wrp-no-photo-lawyer,
.individual-subpages .wrp-no-photo-lawyer {
  min-width: 135px;
  min-height: 135px;
  font-size: 13px;
}
#reviews-page .wrp-no-photo-lawyer .no-photo-lawyer,
#select-companies-page .wrp-no-photo-lawyer .no-photo-lawyer,
#select-lawyer-page .wrp-no-photo-lawyer .no-photo-lawyer,
.articles-page .wrp-no-photo-lawyer .no-photo-lawyer,
.individual-subpages .wrp-no-photo-lawyer .no-photo-lawyer {
  margin-top: 5px;
  margin-bottom: -5px;
}
#reviews-page .individual-block-main-right,
#select-companies-page .individual-block-main-right,
#select-lawyer-page .individual-block-main-right,
.articles-page .individual-block-main-right,
.individual-subpages .individual-block-main-right {
  padding: 9px;
  padding-right: 30px;
}
#reviews-page .count-user-raiting,
#select-companies-page .count-user-raiting,
#select-lawyer-page .count-user-raiting,
.articles-page .count-user-raiting,
.individual-subpages .count-user-raiting {
  margin-left: 30px;
}
#reviews-page .status-busy:before,
#reviews-page .status-off-line:before,
#reviews-page .status-on-line:before,
#select-companies-page .status-busy:before,
#select-companies-page .status-off-line:before,
#select-companies-page .status-on-line:before,
#select-lawyer-page .status-busy:before,
#select-lawyer-page .status-off-line:before,
#select-lawyer-page .status-on-line:before,
.articles-page .status-busy:before,
.articles-page .status-off-line:before,
.articles-page .status-on-line:before,
.individual-subpages .status-busy:before,
.individual-subpages .status-off-line:before,
.individual-subpages .status-on-line:before {
  margin-left: 0;
}
#reviews-page .wrp-abs-rating,
#select-companies-page .wrp-abs-rating,
#select-lawyer-page .wrp-abs-rating,
.articles-page .wrp-abs-rating,
.individual-subpages .wrp-abs-rating {
  min-height: 135px;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89px;
  flex: 0 0 89px;
}
#reviews-page .position-rating,
#select-companies-page .position-rating,
#select-lawyer-page .position-rating,
.articles-page .position-rating,
.individual-subpages .position-rating {
  width: auto;
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  background-color: #eef6e8;
  border: 1px solid #e3e8e4;
  border-radius: 20px;
}
#reviews-page .mob-v .position-rating,
#select-companies-page .mob-v .position-rating,
#select-lawyer-page .mob-v .position-rating,
.articles-page .mob-v .position-rating,
.individual-subpages .mob-v .position-rating {
  padding: 0 3px 0 7px;
}
#reviews-page .change-position-rating,
#select-companies-page .change-position-rating,
#select-lawyer-page .change-position-rating,
.articles-page .change-position-rating,
.individual-subpages .change-position-rating {
  text-align: center;
}
#reviews-page .change-position-rating.no-change,
#select-companies-page .change-position-rating.no-change,
#select-lawyer-page .change-position-rating.no-change,
.articles-page .change-position-rating.no-change,
.individual-subpages .change-position-rating.no-change {
  color: #cfd8d1;
}
#reviews-page .change-position-rating.down-change,
#select-companies-page .change-position-rating.down-change,
#select-lawyer-page .change-position-rating.down-change,
.articles-page .change-position-rating.down-change,
.individual-subpages .change-position-rating.down-change {
  color: #ff5050;
}
#reviews-page .change-position-rating.up-change,
#select-companies-page .change-position-rating.up-change,
#select-lawyer-page .change-position-rating.up-change,
.articles-page .change-position-rating.up-change,
.individual-subpages .change-position-rating.up-change {
  color: #00b22d;
}
#reviews-page .change-position-rating.up-change:before,
#select-companies-page .change-position-rating.up-change:before,
#select-lawyer-page .change-position-rating.up-change:before,
.articles-page .change-position-rating.up-change:before,
.individual-subpages .change-position-rating.up-change:before {
  content: "+";
  display: inline-block;
  margin-right: -3px;
}
#reviews-page #filter-btn,
#select-companies-page #filter-btn,
#select-lawyer-page #filter-btn,
.articles-page #filter-btn,
.individual-subpages #filter-btn {
  cursor: pointer;
}
#reviews-page .brd-l-gr,
#select-companies-page .brd-l-gr,
#select-lawyer-page .brd-l-gr,
.articles-page .brd-l-gr,
.individual-subpages .brd-l-gr {
  border-left: 1px solid #e3e8e4;
  max-height: 20px;
}
#reviews-page .top-mobil-info .status-off-line::before,
#reviews-page .top-mobil-info .status-on-line::before,
#select-companies-page .top-mobil-info .status-off-line::before,
#select-companies-page .top-mobil-info .status-on-line::before,
#select-lawyer-page .top-mobil-info .status-off-line::before,
#select-lawyer-page .top-mobil-info .status-on-line::before,
.articles-page .top-mobil-info .status-off-line::before,
.articles-page .top-mobil-info .status-on-line::before,
.individual-subpages .top-mobil-info .status-off-line::before,
.individual-subpages .top-mobil-info .status-on-line::before {
  margin-left: 0;
}
#reviews-page .top-mobil-info .info-individual-fio,
#select-companies-page .top-mobil-info .info-individual-fio,
#select-lawyer-page .top-mobil-info .info-individual-fio,
.articles-page .top-mobil-info .info-individual-fio,
.individual-subpages .top-mobil-info .info-individual-fio {
  font-size: 15px;
  line-height: 20px;
}
#reviews-page .top-mobil-info .position-rating,
#select-companies-page .top-mobil-info .position-rating,
#select-lawyer-page .top-mobil-info .position-rating,
.articles-page .top-mobil-info .position-rating,
.individual-subpages .top-mobil-info .position-rating {
  min-width: 15px;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
  border: none;
}
#reviews-page .info-individual-fio,
#reviews-page .photo-individual,
#select-companies-page .info-individual-fio,
#select-companies-page .photo-individual,
#select-lawyer-page .info-individual-fio,
#select-lawyer-page .photo-individual,
.articles-page .info-individual-fio,
.articles-page .photo-individual,
.individual-subpages .info-individual-fio,
.individual-subpages .photo-individual {
  cursor: pointer;
}
.add-review-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #00b22d;
  color: #00b22d;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  margin-left: 10px;
  line-height: 16px;
  text-decoration: none;
}
.add-review-btn:focus,
.add-review-btn:hover {
  text-decoration: none;
}
.add-review-btn span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-spinner-pl {
  padding-left: 14px !important;
}
#osnovatel {
  line-height: 20px;
}
#osnovatel + a {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
#osnovatel + a:hover {
  text-decoration: none;
}
#osnovatel + a:hover i {
  color: #737e72 !important;
}
q.double_corner {
  quotes: "«" "»";
}
.tab-dp {
  padding-bottom: 30px;
}
.tab-dp .btn,
.tab-dp [data-item="item_new_cons"] {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-width: 0 !important;
  padding-bottom: 13px !important;
}
.tab-dp .sw-on {
  color: #00b22d;
  border-bottom: 3px solid #00b22d !important;
}
.tab-dp .sw-off {
  color: #737e72;
  border-bottom: 1px solid #cfd8d1 !important;
}
.select2-container--bootstrap4.disabled,
.select2-container--krajee-bs4.disabled {
  cursor: not-allowed !important;
}
.select2-container--bootstrap4.disabled .select2-search__field,
.select2-container--bootstrap4.disabled .select2-selection,
.select2-container--krajee-bs4.disabled .select2-search__field,
.select2-container--krajee-bs4.disabled .select2-selection {
  pointer-events: none;
}
.select2-container--bootstrap4.disabled .select2-selection,
.select2-container--krajee-bs4.disabled .select2-selection {
  background-color: #e3e8e4 !important;
}
.select2-container--bootstrap4.disabled
  .select2-selection
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--krajee-bs4.disabled
  .select2-selection
  .select2-selection--multiple
  .select2-selection__choice {
  pointer-events: none;
}
.select2-container {
  font-size: inherit !important;
}
.select2-container--bootstrap4 {
  width: 100% !important;
}
.select2-container--bootstrap4 .select2-selection {
  border-color: #e3e8e4 !important;
}
.select2-container--bootstrap4 .select2-dropdown {
  border-top: 1px solid #e3e8e4 !important;
  border-radius: 10px !important;
}
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #00b22d !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px !important;
}
.select2-results__option--highlighted {
  background-color: #f6f9f6 !important;
  color: #424249 !important;
}
.select2-selection--single {
  color: #737e72;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-search--dropdown {
  position: relative;
}
.select2-search--dropdown:after {
  content: "\71";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 14px;
  left: 20px;
  font-family: dpravo2020;
  color: #424249;
  font-size: 20px;
}
.select2-search--dropdown .select2-search__field {
  width: calc(100% - 10px) !important;
  height: 40px;
  border-radius: 5px !important;
  margin: 5px 5px 15px 5px !important;
  padding-left: 40px !important;
}
.select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  font-size: 13px;
  color: #cacaca;
}
.select2-search--dropdown .select2-search__field::-moz-placeholder {
  font-size: 13px;
  color: #cacaca;
}
.select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  font-size: 13px;
  color: #cacaca;
}
.select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  font-size: 13px;
  color: #cacaca;
}
.select2-search--dropdown .select2-search__field::placeholder {
  font-size: 13px;
  color: #cacaca;
}
.select2-selection__arrow b {
  border: none !important;
}
.select2-selection__arrow b:after {
  content: "\e004";
  display: inline-block;
  font-family: dpravo2020;
  text-align: center;
  line-height: 0;
  margin-left: -22px;
  margin-top: -24px;
  width: 32px;
  vertical-align: middle;
  font-size: 24px;
  color: #00b22d;
}
.select2-results {
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  font-size: 13px;
  padding-bottom: 15px;
  padding-left: 5px;
}
.city-top-menu.city-without-login {
  right: 45px;
}
.city-top-menu #sel-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00b22d;
  padding: 5px 0;
  margin-left: 15px;
}
@media (max-width: 950px) {
  .city-top-menu #sel-city {
    margin-left: 0;
  }
}
.city-top-menu .wrp-sel-city {
  cursor: pointer;
  white-space: nowrap;
  max-width: 173px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.city-top-menu .wrp-sel-city .ico-location {
  margin: 0 4px 0 0;
  font-size: 24px;
}
.city-top-menu .wrp-sel-city #name-sel-city {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 450px) {
  .city-top-menu .wrp-sel-city {
    max-width: 180px;
  }
}
.city-top-menu #list-sel-city {
  position: absolute;
  right: 27%;
  top: 60%;
  border: 1px solid #e3e8e4;
  padding: 15px;
  background-color: #fff;
  min-width: 320px;
  border-radius: 0 10px 10px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.05);
  z-index: 9999;
}
.city-top-menu #list-sel-city .ss-scroll {
  opacity: 1 !important;
}
@media (max-width: 1900px) {
  .city-top-menu #list-sel-city {
    right: 10%;
  }
}
@media (max-width: 1400px) {
  .city-top-menu #list-sel-city {
    right: 9%;
  }
}
@media (max-width: 500px) {
  .city-top-menu #list-sel-city {
    right: 15%;
  }
}
.city-top-menu .autocomplete-suggestion {
  height: 50px;
  width: calc(100% - 12px);
  padding: 10px 15px;
  margin-top: 10px;
  line-height: 30px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.city-top-menu .autocomplete-suggestion:hover {
  background-color: #eef6e8;
  border-color: #eef6e8;
}
.city-top-menu .autocomplete-suggestions {
  padding: 0;
  position: relative !important;
  overflow: hidden;
  border-color: transparent;
  display: block !important;
}
.city-top-menu #input-list-sel-city {
  height: 50px;
  font-size: 15px;
}
.city-top-menu .ico-geo {
  padding-right: 5px;
  color: #00b22d;
}
.modal-dialog .notification-area {
  height: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-dialog .notification-area-inner.fixed {
  height: 100%;
  max-height: calc(100vh - 275px);
  min-height: 120px;
}
.modal-dialog .notification-area-inner.fixed .wrp-notification {
  width: calc(100% - 2px);
}
.modal-dialog .notification-area-inner.ss-container {
  padding-right: 10px;
  margin-right: -10px;
  overflow: hidden;
}
.modal-dialog .notification-area-inner .ss-scroll {
  width: 4px !important;
}
.modal-dialog .notification-area-header-text {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}
.modal-dialog .notification-area-close {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.modal-dialog .notification-area-close i {
  font-size: 18px !important;
}
.modal-dialog .notification-area > div {
  width: 100%;
}
.modal-dialog .notification-area .wrp-select-all-read {
  margin-top: 20px;
  margin-bottom: 28px;
}
.modal-dialog .notification-area .select-all-read {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}
.modal-dialog .notification-area .select-all-read i {
  margin-right: 5px;
  font-size: 22px !important;
}
.wrp-count-msg {
  position: relative;
  height: 0;
  width: 0;
  margin: 0 5px 0 0;
}
.wrp-count-msg.active,
.wrp-count-msg:hover {
  background-color: #eef6e8;
  border-radius: 10px;
}
.wrp-count-msg.active .notification-area-wrapper,
.wrp-count-msg.show-natif .notification-area-wrapper {
  display: block;
}
.wrp-count-msg .count-cons-msg {
  position: absolute;
  top: 11px;
  right: 0;
  height: 16px;
  min-width: 18px;
  padding: 1px 4px;
  border-radius: 20px;
  background-color: #ff5050;
  border: 1px solid #eef6e8;
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wrp-count-msg .notification-area-wrapper {
  display: none;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  position: absolute;
  right: 0;
}
.wrp-count-msg
  .notification-area-wrapper.notification-mobile
  .notification-area
  .notification-area-inner {
  padding-right: 10px;
  margin-right: -10px;
  overflow-y: auto;
}
.wrp-count-msg .notification-area {
  width: 450px;
  min-height: 64px;
  max-height: 600px;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.wrp-count-msg .notification-area .select-all-read {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px !important;
  cursor: pointer;
}
.wrp-count-msg .notification-area .select-all-read i {
  margin-right: 5px;
  color: #00b22d !important;
  font-size: 22px !important;
}
.wrp-count-msg .notification-area .notification-area-inner {
  height: inherit;
  min-height: inherit;
  max-height: 525px;
  overflow: hidden;
}
.wrp-count-msg .notification-area #notification-area-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(246, 249, 246, 0.93);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  z-index: 2110;
}
.wrp-count-msg .notification-area .notification-block {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
  padding: 10px 15px 10px 10px;
  background: #eef6e8;
  border-radius: 10px;
}
.wrp-count-msg .notification-area .notification-block:not(:last-child) {
  margin-bottom: 10px;
}
.wrp-count-msg .notification-area .notification-block .notification-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.wrp-count-msg .notification-area .notification-block .notification-title {
  margin-bottom: 5px;
}
.wrp-count-msg .notification-area .notification-block .notification-title-text {
  color: #424249;
}
.wrp-count-msg .notification-area .notification-block .notification-time {
  color: #737e72;
}
.wrp-count-msg .notification-area .notification-block .notification-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 10px;
  max-width: 40px;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  > img {
  max-width: 100%;
  border-radius: 50%;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text {
  width: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  height: 40px;
  text-align: center;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar
  img,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text
  img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-transform: uppercase;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-1 {
  background: #f178b6;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-2 {
  background: #f2c94c;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-3 {
  background: #fcd0e5;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-4 {
  background: #a5a6f6;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text.color-5 {
  background: #5d5fef;
}
.wrp-count-msg .notification-area .notification-block .notification-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 50px);
}
.wrp-count-msg .notification-area .notification-block .notification-name {
  color: #00b22d;
}
.wrp-count-msg .notification-area .notification-block .notification-read-area {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  i {
  font-size: 16px;
  padding: 5px;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  .notification-read-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 5px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px 0 5px 5px;
  padding: 4px;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  .notification-read-link {
  display: block;
  padding: 10px;
  width: 140px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area
  .notification-read-link:hover {
  background: #f1f1f3;
  border-radius: 5px;
  text-decoration: none;
  color: #424249;
}
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area.active
  .notification-read-menu,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-read-area:hover
  .notification-read-menu {
  display: block;
}
.wrp-count-msg
  .notification-area
  .notification-block:hover
  .notification-read-area {
  opacity: 1;
}
.wrp-count-msg .notification-area .notification-block.read {
  color: #737e72;
  background: #f9f9fb;
}
.wrp-count-msg .notification-area .notification-block.read:hover {
  background: #f1f1f3;
}
.wrp-count-msg
  .notification-area
  .notification-block.read
  .notification-read-area {
  display: none !important;
}
#go-cons-msg {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #00b22d;
  font-size: 30px;
  text-decoration: none;
}
#go-cons-msg i {
  margin-left: 0;
  font-size: 24px !important;
  top: 0;
  left: -0.5px;
}
[data-item="item_new_cons"] {
  margin-left: 0;
  font-size: 13px;
  line-height: 9px;
  font-size: 13px !important;
  font-weight: 600;
  max-width: 175px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
[data-item="item_new_cons"]:hover {
  color: #fff !important;
}
.search_companies_city_id ~ .select2 .select2-selection:before,
.search_lawyer_city_id ~ .select2 .select2-selection:before {
  content: "\e022";
  font-family: dpravo2020;
  color: #00b22d;
  display: block;
  position: absolute;
  -webkit-transform: translate(-7px, 7px);
  -ms-transform: translate(-7px, 7px);
  transform: translate(-7px, 7px);
}
.search_companies_city_id
  ~ .select2
  .select2-selection
  .select2-selection__rendered,
.search_lawyer_city_id
  ~ .select2
  .select2-selection
  .select2-selection__rendered {
  text-decoration: underline;
}
.line-height-30 {
  line-height: 30px;
}
.modal-lead-create {
  margin: 37px 34px 50px 34px;
}
.modal-lead-create #form-lead-modal {
  font-size: 15px;
}
.modal-lead-create #form-lead-modal textarea {
  height: 337px;
  resize: none;
}
.modal-lead-create #form-lead-modal input,
.modal-lead-create #form-lead-modal textarea {
  font-size: 15px;
}
.review-stats {
  padding: 0 20px 50px;
}
.review-stats a.ajax-modal-standard-dp {
  display: inline-block;
  margin-top: 30px;
}
.review-stats .raiting-comment,
.review-stats .raiting-law-main {
  margin-left: 0;
}
.review-stats .wrp-stars-item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: unset;
}
.review-stats .square-checkbox {
  width: 100%;
}
.review-stats .big-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: unset;
  height: 20px;
}
.review-stats .big-label > div {
  height: 20px;
}
.review-stats .big-label .count_5_reviews {
  font-size: 15px;
  line-height: 20px;
}
.review-stats .big-label svg {
  vertical-align: top;
  margin-top: 1px;
}
.review-stats hr {
  border-color: #cfd8d1;
  margin: 30px auto;
}
.review-stats hr:first-child {
  margin-top: 0;
}
.single-review {
  overflow: hidden;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e3e8e4;
  margin-bottom: 20px;
  position: relative;
}
.single-review::before {
  display: block;
  content: "";
  position: absolute;
  left: -229px;
  top: -265px;
  width: 587px;
  height: 532px;
  border-radius: 50%;
  background: #eef6e8;
}
.single-review .share-button {
  height: 30px;
  border-color: #e3e8e4;
  font-weight: 500;
  cursor: pointer;
  font-size: 13px;
  line-height: 22px;
  color: #424249 !important;
  padding: 2px 10px 4px;
}
.single-review .share-button:hover {
  border-color: #00b22d;
}
.single-review .share-button i {
  margin-left: 0;
  margin-right: 10px !important;
}
.single-review.review-rating-4::before,
.single-review.review-rating-5::before {
  background: #eef6e8;
}
.single-review.review-rating-3::before {
  background: #fff7ce;
}
.single-review.review-rating-1::before,
.single-review.review-rating-2::before {
  background: #ffe8e8;
}
.single-review:last-child {
  margin-bottom: 0;
}
.single-review .left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 220px;
  flex: 0 0 220px;
  padding: 5px 25px 0;
}
.single-review .left > div {
  position: relative;
  z-index: 1;
}
.single-review .left .review-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  margin-bottom: 6px;
}
.single-review .left .review-name {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #424249;
}
.single-review .left .review-city {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
}
.single-review .left .review-rating-container {
  margin-bottom: 6px;
}
.single-review .left .review-rating {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  margin-left: 12px;
}
.single-review .right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 22px 30px 20px 0;
  position: relative;
}
.single-review .right .lawyer-stats {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  white-space: nowrap;
}
.single-review .right .review-lawyer-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  -webkit-text-decoration: underline #00b22d solid;
  text-decoration: underline #00b22d solid;
  color: #00b22d;
}
.single-review .right .raiting-law-main {
  margin-bottom: 20px;
}
.single-review .right .about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-review .right .about-block a:not(.add-review-btn) {
  margin-left: 5px;
  color: #00b22d;
  text-decoration: underline;
}
.single-review .right .about-block .nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.single-review .right .review-text {
  font-size: 15px;
  line-height: 22px;
  color: #424249;
}
.single-review .right .review-text .show-less {
  display: none;
}
.single-review .right .review-text .show-less,
.single-review .right .review-text .show-more {
  cursor: pointer;
  color: #00b22d;
  margin-top: 10px;
}
.single-review .right .review-text .show-less span,
.single-review .right .review-text .show-more span {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.single-review .avatar {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 0;
}
.single-review .avatar img {
  max-width: 100%;
  height: auto;
}
.single-review .avatar .no-photo-lawyer {
  width: 48px;
  min-width: 48px;
  border-radius: unset;
  font-size: 24px;
  line-height: 53px;
}
.single-review .avatar .no-photo-lawyer i {
  line-height: 48px;
}
.single-review .review-company .avatar {
  width: 38px;
  min-width: 38px;
  height: 38px;
}
.single-review .review-company .avatar .no-photo-lawyer {
  width: 38px;
  min-width: 38px;
  border-radius: unset;
  font-size: 19px;
  line-height: 40px;
}
.single-review .review-company .avatar .no-photo-lawyer i {
  line-height: 40px;
}
.single-review .review-about-text {
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  white-space: nowrap;
}
.single-review .review-company-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #737e72;
}
.single-review .review-company-stats {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
.single-review .bottom-part {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  margin: 15px 30px 10px 20px;
  border-top: 1px solid #e3e8e4;
}
.single-review .bottom-part .review-add-link-container {
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.single-review .review-rating-face {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-color: #00b22d;
  background-position: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.single-review .review-rating-face > div {
  width: 30px;
  height: 30px;
  background-size: 100%;
}
.single-review .review-rating-face.review-rating-face-1 {
  background-color: #ee3024;
}
.single-review .review-rating-face.review-rating-face-1 > div {
  background-image: url(../images/rating-1.svg);
}
.single-review .review-rating-face.review-rating-face-2 {
  background-color: #ee3024;
}
.single-review .review-rating-face.review-rating-face-2 > div {
  background-image: url(../images/rating-2.svg);
}
.single-review .review-rating-face.review-rating-face-3 {
  background-color: #ffd913;
}
.single-review .review-rating-face.review-rating-face-3 > div {
  background-image: url(../images/rating-3.svg);
}
.single-review .review-rating-face.review-rating-face-4 > div {
  background-image: url(../images/rating-4.svg);
}
.single-review .review-rating-face.review-rating-face-5 > div {
  background-image: url(../images/rating-4.svg);
}
.single-review .separator {
  width: 1px;
  display: inline-block;
  height: 20px;
  background: #cfd8d1;
  margin: 0 10px;
}
.single-review .reactions-and-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}
.single-review .single-reaction {
  color: #737e72;
  font-size: 14px;
  line-height: 22px;
  margin-right: 15px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-review .single-reaction i {
  font-size: 22px;
  display: inline-block;
  height: 22px;
  margin-right: 5px;
}
.single-review .single-reaction i.ico-comment-sm2 {
  font-size: 20px;
  height: 20px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.single-review .single-reaction i.ico-like,
.single-review .single-reaction i.ico-like-f {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.single-review .single-reaction i.ico-dislike,
.single-review .single-reaction i.ico-dislike-f {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}
.single-review .single-reaction .usual-icon {
  display: inline-block;
}
.single-review .single-reaction .active-icon {
  display: none;
}
.single-review .single-reaction.done,
.single-review .single-reaction:hover {
  color: #00b22d;
  text-decoration: none;
}
.single-review .single-reaction.done .usual-icon,
.single-review .single-reaction:hover .usual-icon {
  display: none;
}
.single-review .single-reaction.done .active-icon,
.single-review .single-reaction:hover .active-icon {
  display: inline-block;
}
.tabs-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tabs-btns .btn,
.tabs-btns [data-item="item_new_cons"] {
  background: 0 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-width: 0 !important;
  padding: 20px 15px !important;
  letter-spacing: normal !important;
  font-size: 21px;
}
.tabs-btns .sw-on {
  color: #00b22d;
  border-bottom: 3px solid #00b22d !important;
}
.tabs-btns .sw-off {
  color: #424249 !important;
  border-bottom: 1px solid #cfd8d1 !important;
}
.reviews-container .block-btns {
  margin-top: 70px;
}
.reviews-container .block-btns .spinner-border {
  margin-left: 5px;
  color: #00b22d;
}
.reviews-container .btn-view-all,
.reviews-container .btn-view-all-new {
  cursor: pointer;
}
.wrp-slide-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.wrp-slide-radio .slick-slide {
  margin-right: 3px;
  margin-left: 3px;
}
.wrp-slide-radio .slick-slide:first-of-type {
  margin-left: 0;
}
.wrp-slide-radio .slick-slide:last-of-type {
  margin-right: 0;
}
.wrp-slide-radio.tab-dp .slick-slide {
  margin-bottom: 0;
}
.radio-tab-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 5px 20px;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin-right: 3px;
  margin-left: 3px;
}
.radio-tab-slide:first-of-type {
  margin-left: 0;
}
.radio-tab-slide:last-of-type {
  margin-right: 0;
}
.radio-tab-slide label {
  padding-left: 8px;
  cursor: pointer;
}
.radio-tab-slide input {
  cursor: pointer;
  opacity: 0;
}
.radio-tab-slide input + label::before {
  content: "";
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 16px;
  top: 5px;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 50%;
}
.radio-tab-slide input:checked + label::before {
  content: "\e00a" !important;
  font-family: dpravo2020 !important;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  left: 16px;
  top: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  background-color: #00b22d;
  border: 1px solid #00b22d;
  border-radius: 50%;
  color: #fff;
}
.radio-tab-slide input:checked + label {
  color: #00b22d;
}
.radio-tab-slide input + label {
  color: #424249;
}
.radio-tab-selected {
  display: none;
  border-bottom: 1px solid #00b22d;
}
.radio-tab-selected span {
  display: inline-block;
  font-weight: 700;
  color: #00b22d;
  border-bottom: 2px solid #00b22d;
  padding: 8px 10px 8px;
  text-transform: uppercase;
}
.radio-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
}
.radio-tabs .radio-tab {
  display: block;
}
.radio-tabs label {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #737e72;
  border: none;
  border-bottom: 1px solid #cfd8d1;
  padding: 14px 20px 15px;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
.radio-tabs input[type="radio"] {
  display: none;
}
.radio-tabs input[type="radio"]:checked + label {
  font-weight: 700;
  color: #00b22d;
  border-bottom: 3px solid #00b22d;
  padding-bottom: 13px;
}
.share-modal {
  padding: 50px 50px 70px;
}
.share-modal .social-share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.share-modal .social-share-buttons .social-share-button {
  width: 60px;
  height: 60px;
  border: 1px solid #e3e8e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #737e72 !important;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.share-modal .social-share-buttons .social-share-button:hover {
  border-color: #00b22d;
  color: #00b22d !important;
}
.share-modal .href-copy .form-control {
  position: relative;
  background: #f6f9f6;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  overflow: hidden;
  padding: 18px 19px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  height: 60px;
  color: #737e72;
}
.share-modal .href-copy .form-control .text {
  white-space: nowrap;
  width: 100%;
  border: none;
  padding: 0;
  background: inherit;
  color: #737e72;
}
.share-modal .href-copy .form-control .copy-text {
  color: #00b22d;
  position: absolute;
  right: 0;
  top: 20px;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-left: 45px;
  padding-right: 19px;
  background: inherit;
  cursor: pointer;
}
.errors-msg-block {
  padding: 20px 40px;
  color: #fff;
  border-radius: 30px;
  background: #f66461;
}
.errors-msg-block .txt-header-err {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.errors-msg-block .txt-errors {
  font-size: 13px;
}
.modal-lead-create-v2 {
  padding: 38px;
}
.modal-lead-create-v2 .form-check {
  padding-left: 30px;
  margin-bottom: 20px;
}
.modal-lead-create-v2 input[type="checkbox"],
.modal-lead-create-v2 input[type="radio"] {
  display: none;
}
.modal-lead-create-v2 .radio-b label::after {
  right: unset;
  left: 0;
  height: 20px;
  width: 20px;
  top: 0;
  border-color: #00b22d;
}
.modal-lead-create-v2 input[type="radio"]:checked + label::after {
  height: 16.66667px;
  width: 16.66667px;
  top: 1.66667px;
  left: 1.66667px;
  border-color: #00b22d;
}
.modal-lead-create-v2 label {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0;
  cursor: pointer;
}
.modal-lead-create-v2 .inputs-block {
  border-top: 1px solid #e3e8e4;
  padding-top: 20px;
}
.modal-lead-create-v2 .form-group {
  margin-bottom: 5px;
}
.modal-lead-create-v2 .form-group label {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
  margin-bottom: 10px;
}
.modal-lead-create-v2 .form-group input {
  height: 40px;
}
.modal-lead-create-v2 .modal-lead-v2-call-phone {
  font-weight: 700;
  font-size: 25px;
  line-height: 25px;
  color: #00b22d;
}
.modal-lead-create-v2 .modal-lead-v2-call-phone i {
  font-size: 31px;
  margin-right: 18px;
}
.modal-lead-create-v2 .modal-lead-v2-call-phone svg {
  margin-right: 18px;
}
.modal-lead-create-v2 .tabs-btns .btn,
.modal-lead-create-v2 .tabs-btns [data-item="item_new_cons"] {
  padding: 20px 15px !important;
  letter-spacing: normal !important;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}
.modal-lead-create-v2 .tabs-btns .sw-on {
  color: #424249 !important;
}
.modal-lead-create-v2 .tabs-btns .sw-off {
  color: #737e72 !important;
}
.links-block {
  display: none;
  position: absolute;
  min-height: auto;
  width: 200px;
  margin-top: 10px;
  padding: 0;
  top: 100%;
  right: 0;
  z-index: 2101;
  background: #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}
.links-block .links-block-link {
  display: block;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #424249 !important;
  text-decoration: none;
  padding: 20px 15px;
  border-right: 5px solid #fff;
}
.links-block .links-block-link:hover {
  color: #424249 !important;
  background: #eef6e8;
  border-right: 5px solid #00b22d;
}
.links-block .links-block-link.is-offline {
  color: #d0d0d0 !important;
  pointer-events: none;
}
.links-block .links-block-link.is-offline:hover {
  color: #d0d0d0 !important;
}
.btn-links-toggler {
  position: relative;
  -webkit-transition: color 150ms ease-in-out 0s, border-color 0s ease-in-out,
    -webkit-box-shadow 0s ease-in-out;
  transition: color 150ms ease-in-out 0s, border-color 0s ease-in-out,
    -webkit-box-shadow 0s ease-in-out;
  -o-transition: color 150ms ease-in-out 0s, border-color 0s ease-in-out,
    box-shadow 0s ease-in-out;
  transition: color 150ms ease-in-out 0s, border-color 0s ease-in-out,
    box-shadow 0s ease-in-out;
  transition: color 150ms ease-in-out 0s, border-color 0s ease-in-out,
    box-shadow 0s ease-in-out, -webkit-box-shadow 0s ease-in-out;
}
.btn-links-toggler.btn-outline-success-mid-50 {
  line-height: 28px;
}
.btn-links-toggler .ico-chevron-right {
  display: initial;
}
.btn-links-toggler .ico-chevron-down {
  display: none;
}
.btn-links-toggler.active {
  z-index: 2100;
  background: #00b22d !important;
  color: #fff !important;
}
.btn-links-toggler.active .ico-chevron-right {
  display: none;
}
.btn-links-toggler.active .ico-chevron-down {
  display: initial;
}
.btn-links-toggler.nowrap {
  white-space: nowrap;
  padding: 16.5px 20px !important;
}
.btn-links-toggler.nowrap i {
  margin-left: 10px;
}
.wide-tooltip {
  z-index: 2170;
}
.wide-tooltip .tooltip-inner {
  max-width: 250px;
}
@supports (
  (-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))
) {
  .modal-backdrop.fade {
    background: 0 0;
  }
  .modal-backdrop.show {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}
.single-slider-article {
  background: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 30px;
  height: 100%;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-slider-article .go-article {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #00b22d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-slider-article .go-article i {
  margin-left: 5px;
  font-size: 12px;
}
@media (max-width: 405px) {
  .single-slider-article .go-article span {
    display: none;
  }
}
.single-slider-article a:hover {
  text-decoration: none;
}
.single-slider-article .single-slider-article-photo {
  width: 100%;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.single-slider-article .single-slider-article-photo img {
  width: 100%;
  max-height: 207px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px 30px 0 0;
}
.single-slider-article .single-slider-article-content {
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.single-slider-article .single-slider-article-info {
  font-weight: 500;
  font-size: 11px;
  line-height: 20px;
  color: #737e72;
}
.single-slider-article .single-slider-article-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  margin-bottom: 20px;
}
.single-slider-article .single-slider-article-title a:hover {
  text-decoration: none;
}
.single-slider-article .single-slider-article-text {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  word-break: break-word;
}
.single-slider-article .single-slider-article-text a {
  color: #737e72;
}
.single-slider-article .single-slider-article-text a:hover {
  text-decoration: none;
  color: #424249;
}
.single-slider-article:hover {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
}
.single-slider-article .single-slider-article-reactions .share-button {
  cursor: pointer;
  color: #00b22d;
}
.single-slider-article
  .single-slider-article-reactions
  .single-slider-article-views {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
.single-slider-article
  .single-slider-article-reactions
  .single-slider-article-reactions-block
  a:hover {
  text-decoration: none;
}
.individual-publications-block .single-slider-article-content {
  padding-bottom: 0;
}
.individual-publications-block .single-slider-article-reactions {
  padding: 0 20px 20px;
}
.single-react {
  height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  color: #898989;
  background-color: #f9f9fb;
  font-size: 13px;
  line-height: 20px;
}
.single-react i {
  margin-right: 5px;
  font-size: 16px;
}
.single-react:hover {
  background-color: #f2f2f2;
}
.single-react.like.done {
  color: #fff;
  background-color: #00b22d;
}
.single-react.dislike.done {
  color: #ff5050;
  background-color: #ffe2e5;
}
.single-slider-article .single-react:hover {
  background-color: #f9f9fb;
}
.visible-slick-slider .slick-list {
  overflow: visible;
}
.visible-slick-slider .slick-slide:not(.slick-active) {
  opacity: 0.7;
}
.room-video-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer-new-token-feed {
  display: inline-block;
  min-width: 20px;
}
#token-new-feed {
  cursor: pointer;
}
.call-bfl {
  background-color: #fff;
}
.call-bfl .ico-phone {
  color: #00b22d;
  margin-right: 4px;
  position: relative;
  top: 2px;
  font-size: 15px;
}
.call-bfl-here {
  padding-top: 30px;
}
.questions-main {
  background: #f9f9fb;
  padding: 70px 0 35px;
}
.questions-main .questions-main-row {
  height: 382px;
}
.questions-main-ellipse {
  position: absolute;
  right: 0;
  bottom: -30px;
  max-width: 100%;
}
.questions-main-ellipse svg {
  max-width: 100%;
}
.questions-main-mac {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.questions-main .title-dp {
  font-size: 35px;
}
.questions-main .h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
}
.questions-main .question-banner-block {
  margin-top: 0;
}
@media (max-width: 750px) {
  #search_companies_result .individual-block-main {
    margin-bottom: 80px;
  }
  #search_companies_result .individual-block-main:last-child {
    margin-bottom: 30px;
  }
}
.questions-to-lawyers {
  background-color: #f9f9fb;
  padding-top: 80px;
  padding-bottom: 70px;
}
.questions-to-lawyers .h3 {
  font-weight: 600;
}
.questions-to-lawyers .container .row .single-question {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 20px 20px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.questions-to-lawyers .container .row .single-question.free-q:after,
.questions-to-lawyers .container .row .single-question.pay-c:after,
.questions-to-lawyers .container .row .single-question.pay-q:after {
  display: none;
}
.questions-to-lawyers .container .row .single-question.pay-c:after,
.questions-to-lawyers .container .row .single-question.pay-q:after {
  top: 35px;
}
.questions-to-lawyers .container .row .single-question.pay-c:after,
.questions-to-lawyers .container .row .single-question.pay-q:after {
  right: 20px;
}
.questions-to-lawyers .mob-q-wrapp {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .main-page-reviews #all-reviews #insert-here .slick-list.draggable {
    margin-left: 10px;
  }
}
.question-banner-block {
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px 20px 40px;
}
.question-banner-block.question-banner-wide {
  margin-bottom: 20px;
  padding: 30px 40px;
}
.question-banner-block .question-banner-block-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
}
.question-banner-block .question-banner-block-text {
  max-width: 560px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.question-banner-block .question-banner-block-price {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #00b22d;
}
.question-banner-block .question-banner-block-btn-wrapper {
  position: relative;
  z-index: 2;
}
.question-banner-block .question-banner-block-img {
  position: relative;
  z-index: 1;
  margin-top: -53px;
}
.question-banner-block .question-banner-block-img img {
  max-width: 100%;
  height: auto;
}
.wrp-question-dots-block {
  margin: -15px 0 0 0;
}
.wrp-question-dots-block .icons-profile {
  color: #bdbdbd;
  margin: 0 0 0 20px;
  white-space: nowrap;
}
.wrp-question-dots-block .icons-profile span {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
@media (min-width: 750px) {
  .question-dots-block {
    position: static !important;
  }
}
.question-dots-block .question-dots {
  color: #bdbdbd;
  font-size: 18px;
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  padding: 5px;
  cursor: pointer;
}
.question-dots-block .question-dots-menu {
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
  padding: 10px;
  background: #fff;
  z-index: 2020;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px 0 10px 10px;
  width: 225px;
}
.question-dots-block .question-dots-menu .question-dots-menu-item {
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  cursor: pointer;
  text-decoration: none;
}
.question-dots-block
  .question-dots-menu
  .question-dots-menu-item:not(:last-child) {
  margin-bottom: 5px;
}
.question-dots-block .question-dots-menu .question-dots-menu-item:hover {
  background: #eef6e8;
  border-radius: 5px;
  color: #00b22d;
}
.question-dots-block .question-number {
  margin-right: 20px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #bdbdbd;
}
.question-dots-block.active .question-dots-menu {
  display: block;
}
.question-dots-block.active .question-dots {
  color: #424249;
}
.single-question {
  padding: 20px 20px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-question .wrapp-for-single-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-question .question-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 80px);
  word-break: break-word;
  overflow-wrap: break-word;
}
.single-question .top-menu-avatar .top-menu-avatar-logo .user-avatar-text,
.single-question .user-avatar,
.single-question .user-avatar-text,
.single-question
  .wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text,
.top-menu-avatar .top-menu-avatar-logo .single-question .user-avatar-text,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .single-question
  .user-avatar-text {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}
.single-question .top-menu-avatar .top-menu-avatar-logo .user-avatar-text img,
.single-question .user-avatar img,
.single-question .user-avatar-text img,
.single-question
  .wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .user-avatar-text
  img,
.top-menu-avatar .top-menu-avatar-logo .single-question .user-avatar-text img,
.wrp-count-msg
  .notification-area
  .notification-block
  .notification-avatar
  .single-question
  .user-avatar-text
  img {
  max-width: 100%;
  height: auto;
}
.single-question .user-avatar-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.single-question .user-avatar-text.color-1 {
  background: #f178b6;
}
.single-question .user-avatar-text.color-2 {
  background: #f2c94c;
}
.single-question .user-avatar-text.color-3 {
  background: #fcd0e5;
}
.single-question .user-avatar-text.color-4 {
  background: #a5a6f6;
}
.single-question .user-avatar-text.color-5 {
  background: #5d5fef;
}
.single-question .question-desktop {
  display: block;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
  margin-bottom: 20px;
  padding-right: 30px;
  text-decoration: none;
}
.single-question .question-desktop:hover {
  color: #00b22d;
}
.single-question .question-mobile {
  display: none;
}
.single-question .question-name {
  color: #737e72;
  text-transform: capitalize;
}
@media (max-width: 750px) {
  .single-question .question-name {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 130px;
  }
}
.single-question .question-date {
  color: #bdbdbd;
}
.single-question .question-answers-count,
.single-question .question-dislike,
.single-question .question-like,
.single-question .question-reaction,
.single-question .question-views {
  color: #bdbdbd;
  height: 28px;
  padding: 4px 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f9f9fb;
  border-radius: 57px;
  margin-right: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}
.single-question .question-answers-count i,
.single-question .question-dislike i,
.single-question .question-like i,
.single-question .question-reaction i,
.single-question .question-views i {
  font-size: 16px;
}
.single-question .question-answers-count i:not(:last-child),
.single-question .question-dislike i:not(:last-child),
.single-question .question-like i:not(:last-child),
.single-question .question-reaction i:not(:last-child),
.single-question .question-views i:not(:last-child) {
  margin-right: 6px;
}
.single-question .question-dislike,
.single-question .question-like {
  cursor: auto;
}
.single-question .question-answers-count.green {
  background: #eef6e8;
  color: #00b22d;
}
.single-question .question-answers-count.blue {
  background: #f1f7fd;
  color: #3699ff;
}
.single-question .question-answers-count.blue:hover {
  text-decoration: none;
}
.single-question .question-answers-count.mob-count {
  margin: 0 0 15px 0;
}
.single-question .question-like.done {
  color: #fff;
  background: #00b22d;
}
.single-question .question-dislike.done {
  color: #ff5050;
}
.single-question .question-views {
  background: 0 0;
  color: #898989;
  padding: 0;
  height: 20px;
}
.single-question .question-views i {
  font-size: 16px;
  color: #bdbdbd;
}
@media (max-width: 750px) {
  .single-question .question-views {
    position: absolute;
    right: 26px;
  }
}
.wrap-scroll-bnr {
  max-width: 30% !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 30% !important;
  flex: 0 0 30% !important;
}
.pc-wrap-content-q {
  max-width: 70% !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 70% !important;
  flex: 0 0 70% !important;
}
.count-law-ans {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
  margin: 0 0 10px 0;
}
@media (max-width: 750px) {
  .count-law-ans {
    font-size: 17px;
    line-height: 27px;
    margin: 0 0 15px 0;
  }
}
#wrp-unscribe {
  min-height: calc(100vh - 80px);
  height: auto;
}
#wrp-unscribe h2 {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  color: #424249;
}
#wrp-unscribe h2 span {
  color: #00b22d;
}
#wrp-unscribe h3 {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  color: #424249;
}
#wrp-unscribe .wh-block-unscribe {
  padding: 70px;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
}
#wrp-unscribe .top-logo {
  max-height: 50px;
  margin-bottom: 90px;
  position: relative;
  top: -20px;
}
.user-avatar-rating {
  display: inline-block;
  position: relative;
  top: -5px;
  color: #fff;
  padding: 3px 5px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  border-radius: 57px;
  white-space: nowrap;
}
.user-avatar-rating.mob-q-rating {
  top: -5px;
}
.user-avatar-rating i {
  font-size: 14px;
  margin-right: 5px;
}
.user-avatar-rating.bg-text-success {
  background: #00b22d;
}
.user-avatar-rating.bg-text-stroke-green {
  background: #00b22d;
}
.user-avatar-rating.bg-text-yellow {
  background: #f2c94c;
}
.user-avatar-rating.bg-text-danger {
  background: #ff5050;
}
.user-avatar-rating.bg-text-gray4 {
  background: #bdbdbd;
}
.all-social-unscribe {
  padding-left: 0;
  list-style: none;
}
.all-social-unscribe li {
  display: inline-block;
}
.one-social {
  height: 40px;
  width: 40px;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #f3f6f9;
  color: #898989;
}
.one-social:hover {
  text-decoration: none;
  color: #424249;
}
#auth h1.title-dp {
  margin-top: 95px;
  margin-bottom: 63px;
}
#auth .img-reg {
  min-height: 650px;
}
.msg-reg {
  margin-top: 17px;
}
#smsCode .modal-content {
  padding: 50px;
}
#smsCode .new-token-auth .text-success {
  cursor: pointer;
}
#smsCode .new-token-auth .text-success .dot2,
#smsCode .new-token-auth .text-success .timer-new-token {
  display: none;
}
.wrp-token-auth {
  position: relative;
}
.wrp-token-auth span {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 26px;
  width: 26px;
}
.auth-login {
  margin-bottom: 0;
}
.auth-login .alert-token-auth {
  margin-top: -8px;
  display: none;
}
.auth-login.error-code .alert-token-auth {
  display: block;
}
.auth-login #token_auth {
  max-width: 100%;
  background-color: #f6f9f6;
  margin-bottom: 10px;
}
.auth-login .token-registration-lawyer {
  margin-top: 20px !important;
}
.auth-login #modal_phone_text {
  display: inline-block;
  color: #424249;
}
.auth-login.auth-sms .sms-text {
  display: initial;
}
.auth-login.auth-sms .phone-text {
  display: none;
}
.auth-login.auth-sms .telegram-text {
  display: none;
}
.auth-login.auth-phone .sms-text {
  display: none;
}
.auth-login.auth-phone .phone-text {
  display: initial;
}
.auth-login.auth-phone .telegram-text {
  display: none;
}
.auth-login.auth-telegram .sms-text {
  display: none;
}
.auth-login.auth-telegram .phone-text {
  display: none;
}
.auth-login.auth-telegram .telegram-text {
  display: initial;
}
.auth-login.auth-telegram #modal_phone_text {
  display: none;
}
.auth-login .call-phone-container {
  text-align: right;
}
.auth-login #token-new-phone {
  cursor: pointer;
}
.auth-login .auth-login-footer {
  padding-top: 10px;
  border-top: 1px solid #e3e8e4;
  font-weight: 400;
  font-size: 11px;
  line-height: 13px;
}
.wrp-read-notification {
  background-color: #fff !important;
}
.wrp-read-notification:hover {
  background-color: #eff0f4 !important;
}
.spinner-all-read {
  min-width: 1rem;
  min-height: 1rem;
  display: none;
}
.wrp-notification {
  width: 100%;
  height: auto;
  padding: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrp-notification:hover {
  background-color: #eff0f4;
  cursor: pointer;
}
.wrp-notification:hover .ico-eye2021 {
  display: inline-block;
}
.wrp-notification .avatar {
  height: 48px;
  width: 48px;
  min-width: 48px;
  margin: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.wrp-notification .avatar img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 50%;
}
.wrp-notification .avatar .img-border-radius {
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 48px;
}
.wrp-notification .info {
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrp-notification .wrp-eye {
  margin-left: auto;
  margin-right: 10px;
}
.wrp-notification .ico-eye2021 {
  color: #bdbdbd;
  display: none;
}
.wrp-notification .ico-eye2021:hover {
  color: #424249;
}
.wrp-notification .msg {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #737e72;
}
.wrp-notification .msg .sel-dark {
  color: #424249;
  font-weight: 600;
}
.wrp-notification .msg .sel-green {
  color: #00b22d;
  font-weight: 600;
}
.wrp-notification .msg .link-room,
.wrp-notification .msg .sel,
.wrp-notification .msg .sel-blue,
.wrp-notification .msg .txt-task {
  color: #3699ff;
  font-weight: 600;
}
.wrp-notification .msg .who-comment {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #424249;
}
.wrp-notification .time {
  font-size: 13px;
  line-height: 20px;
  color: #bdbdbd;
}
.wrp-notification .btn-success-sm-32 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-top: 10px;
}
#chat-ver-2 .wrp-notification .btn-link-blue-dp,
.wrp-notification #chat-ver-2 .btn-link-blue-dp,
.wrp-notification .btn-link {
  height: 32px;
  margin-top: 10px;
  margin-left: 5px;
  padding: 6px 10px !important;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #737e72;
}
#chat-ver-2 .wrp-notification .btn-link-blue-dp:hover,
.wrp-notification #chat-ver-2 .btn-link-blue-dp:hover,
.wrp-notification .btn-link:hover {
  text-decoration: none;
  color: #424249;
}
.wrp-notification.new-lead-notification:hover .avatar {
  background-color: #d2ebc6;
}
.wrp-notification.new-lead-notification .avatar {
  background-color: #f2f2f2;
}
.wrp-notification.new-msg-notification .avatar {
  background-color: #a5a6f6;
}
.wrp-notification.task-recall .avatar,
.wrp-notification.task-urgent .avatar {
  font-size: 16px;
  background-color: #f2c94c !important;
}
.wrp-notification.task-reminder .avatar {
  font-size: 16px;
  background-color: #00b22d !important;
}
.wrp-notification.missed-call .avatar {
  font-size: 16px;
  background-color: #ff5050 !important;
}
.notification-area-wrapper .get-other {
  width: 100%;
  padding: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  color: #00b22d;
  cursor: pointer;
  background-color: #fff;
}
.notification-area-wrapper .title-read {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #bdbdbd;
  display: block;
}
.notification-area-wrapper
  .notification-area
  .notification-area-inner
  .no-notification {
  padding-top: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}
.notification-area-wrapper
  .notification-area
  .notification-area-inner
  .no-notification
  i {
  font-size: 100px;
}
.container-notification:last-of-type .wrp-notification:last-child {
  margin-bottom: 5px;
}
.ss-container
  .container-notification:last-of-type
  .wrp-notification:last-child {
  margin-bottom: 20px;
}
.notification-area-close {
  cursor: pointer;
}
.no-reg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  background: #ff5050;
  border-radius: 50%;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-family: sans-serif;
}
.pay-c,
.pay-q {
  position: relative;
}
.pay-c .question-number,
.pay-q .question-number {
  display: none;
}
.pay-c:after,
.pay-q:after {
  width: auto;
  min-width: 110px;
  height: 28px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 11px;
  border-radius: 14px;
  display: block;
  color: #fff;
  background-color: #00b22d;
  text-align: center;
  position: absolute;
  top: -35px;
  right: 0;
}
.modal-why {
  width: 450px;
}
.modal-why__wrapper {
  padding: 0 10px;
}
.modal-why__title {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
  margin: 30px 0;
  width: 410px;
}
@media (max-width: 750px) {
  .modal-why__title {
    width: 100%;
  }
}
.modal-why__note {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  margin: 0 0 20px;
}
.modal-why__text-one {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  margin: 0 0 20px;
}
.modal-why__text-two {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  margin: 0 0 30px;
}
.modal-why__text-two a {
  color: #00b22d;
  text-decoration: underline;
}
.free-q {
  position: relative;
}
.free-q .question-number {
  display: none;
}
.free-q:after {
  width: auto;
  min-width: 110px;
  height: 28px;
  padding: 0 12px;
  line-height: 28px;
  font-size: 11px;
  border-radius: 14px;
  display: block;
  color: #898989;
  background-color: #eff0f4;
  text-align: center;
  position: absolute;
  top: -35px;
  right: 0;
}
#consultation-mob {
  width: 100vw;
  max-width: 1170px;
  height: 100vh;
  padding-bottom: 25px;
  position: fixed;
  left: 0;
  top: 100vh;
  background: #f9f9fb;
  z-index: 2040;
  overflow: auto;
}
#consultation-mob.show {
  top: 0;
  opacity: 1;
  -webkit-animation: open_steps 0.5s ease;
  animation: open_steps 0.5s ease;
}
#consultation-mob .content-consultation-mob {
  min-height: 100%;
  height: auto;
  padding: 0 15px 15px;
  display: none;
}
#consultation-mob .wrp-load-preloaders {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#consultation-mob.closed {
  top: 100vh;
  opacity: 0.75;
  -webkit-animation: close_steps 1s ease;
  animation: close_steps 1s ease;
}
@-webkit-keyframes open_steps {
  from {
    top: 100vh;
    opacity: 0.75;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes open_steps {
  from {
    top: 100vh;
    opacity: 0.75;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes close_steps {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 100vh;
    opacity: 0.75;
  }
}
@keyframes close_steps {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 100vh;
    opacity: 0.75;
  }
}
.quiz-shadow {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2039;
  display: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.65);
}
.bottom-perf {
  padding-bottom: 7px !important;
  margin-bottom: 25px !important;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFBElEQVRogWJkwAHefHxj+v8fQ/Xfv3/t//37x/vv/z/m////41I+oICRkZGBiZHpLxMT0xdmJqYj/xn+d4oJiR3GcBQDAwMAAAD//8Lw8IMXDxTZWThW/v//35iLg5OJg42DgYWFhYGZiXlQehYG/v77y/Dnzx+GH79+MHz7/o2BmZnl5n/Gf6ESQhKX4YoYGBgAAAAA//9C8fDTF0/9/jMyrOTj5uPg5eYZCHdTDXz++oXhy7fPf1lZWHNEhURngA1mYGAAAAAA//+Ce/jRi0f+zIwsy0QERbjYWFmHtGdh4Nfv3wxvPrz5z8rEkismIjaVgYGBAQAAAP//Anv4/rP7GizMrCfEhcT4WVmGh2dh4Pef3wyv37/5x87OZiHCL3IaAAAA//9iAgkyM7FO5ufm/zHcPAsCID/x8/Ax/fn9dz0DAwMDAAAA//9ievLiiQUjI4M2LzeP+MA7jzaAm5Ob4f///9Jv3r8JAgAAAP//YvrHwBDGxcH9dDh6FBlwc3Ix/Gf4XwQAAAD//2JiZGBw5ubgFB48TqMN4GDnYPjz568RAAAA//9iYWBgkGFlYQXn5eEMmJmZGf79+8cBAAAA//8CeViIiWnY+xfUEmP49/8fIwAAAP//Gv4+RQYMDAwAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8CzTzQBXz78Y3h+4/vX379/s34999fkL2szEzM31hZWf9zc3DxcnBwMDAy4FxyQh3AwMAAAAAA//+iuYe/fPv679OXTz8YGP6f+fPv/zzG3/+OfGVi+sDx+/fXfxx/lf79+Wv869ev1P+f/psK8Aqwc3Ny0c7XDAwMAAAAAP//opmHQSt+3n549+3X758P/vz7EyovKX8NizKQGAgvvv/kicHHLx/nf//xTV1YUJiTJrHNwMAAAAAA//+iWR5+/e7195+/f6358OaDIQ7PogBFGZkLH16/N//55/eW129ff6OJoxgYGAAAAAD//6KJhz9+/fT1z98/R+dMn5Wora39i1h9ILUyYlJhf/792/vh0wei9RENGBgYAAAAAP//orqHQUn5y9cvjD/+/khuaGj4R44Z/37+Sfj6/duff//I0o4bMDAwAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//Ynz84gnVl8jKSshQpRKlutsYGBgAAAAA//8DALlnNIUheOD+AAAAAElFTkSuQmCC)
    10 10 20/10px 10px 20px/0 0 20px round stretch !important;
  border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFBElEQVRogWJkwAHefHxj+v8fQ/Xfv3/t//37x/vv/z/m////41I+oICRkZGBiZHpLxMT0xdmJqYj/xn+d4oJiR3GcBQDAwMAAAD//8Lw8IMXDxTZWThW/v//35iLg5OJg42DgYWFhYGZiXlQehYG/v77y/Dnzx+GH79+MHz7/o2BmZnl5n/Gf6ESQhKX4YoYGBgAAAAA//9C8fDTF0/9/jMyrOTj5uPg5eYZCHdTDXz++oXhy7fPf1lZWHNEhURngA1mYGAAAAAA//+Ce/jRi0f+zIwsy0QERbjYWFmHtGdh4Nfv3wxvPrz5z8rEkismIjaVgYGBAQAAAP//Anv4/rP7GizMrCfEhcT4WVmGh2dh4Pef3wyv37/5x87OZiHCL3IaAAAA//9iAgkyM7FO5ufm/zHcPAsCID/x8/Ax/fn9dz0DAwMDAAAA//9ievLiiQUjI4M2LzeP+MA7jzaAm5Ob4f///9Jv3r8JAgAAAP//YvrHwBDGxcH9dDh6FBlwc3Ix/Gf4XwQAAAD//2JiZGBw5ubgFB48TqMN4GDnYPjz568RAAAA//9iYWBgkGFlYQXn5eEMmJmZGf79+8cBAAAA//8CeViIiWnY+xfUEmP49/8fIwAAAP//Gv4+RQYMDAwAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8CzTzQBXz78Y3h+4/vX379/s34999fkL2szEzM31hZWf9zc3DxcnBwMDAy4FxyQh3AwMAAAAAA//+iuYe/fPv679OXTz8YGP6f+fPv/zzG3/+OfGVi+sDx+/fXfxx/lf79+Wv869ev1P+f/psK8Aqwc3Ny0c7XDAwMAAAAAP//opmHQSt+3n549+3X758P/vz7EyovKX8NizKQGAgvvv/kicHHLx/nf//xTV1YUJiTJrHNwMAAAAAA//+iWR5+/e7195+/f6358OaDIQ7PogBFGZkLH16/N//55/eW129ff6OJoxgYGAAAAAD//6KJhz9+/fT1z98/R+dMn5Wora39i1h9ILUyYlJhf/792/vh0wei9RENGBgYAAAAAP//orqHQUn5y9cvjD/+/khuaGj4R44Z/37+Sfj6/duff//I0o4bMDAwAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//Ynz84gnVl8jKSshQpRKlutsYGBgAAAAA//8DALlnNIUheOD+AAAAAElFTkSuQmCC)
    10 10 20/10px 10px 20px/0 0 20px round stretch !important;
}
.pack-services {
  margin-top: -5px;
}
.pack-services .one-pack {
  max-height: 20px;
  margin-bottom: 5px;
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.pack-services .one-pack:last-of-type {
  margin-bottom: 0;
}
.pack-services .one-pack .checker {
  margin-right: 10px;
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
  position: relative;
  top: 0;
}
.pack-services .one-pack .checker .ico-check-r-on-2021 {
  color: #00b22d;
}
.pack-services .one-pack .checker .ico-close-r {
  color: #bdbdbd;
}
.pack-services .one-pack.active {
  color: #424249;
}
.pack-services .one-pack.active .descr {
  display: none;
}
.pack-services .one-pack .txt-pack {
  font-size: 13px;
  line-height: 20px;
}
.pack-services .one-pack .ico-garant {
  color: #b540bf;
}
.slider-msg {
  width: 100%;
  height: auto;
  padding: 5px;
  margin-bottom: 40px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #424249;
  background-color: #f2f2f2;
  border-radius: 5px;
  position: relative;
  z-index: 3;
}
.slider-msg .detailed-serv {
  font-size: 13px;
  cursor: pointer;
}
.wrp-slider-answer {
  padding-bottom: 12px;
}
.wrp-slider-answer .ui-widget.ui-widget-content {
  height: 10px;
  border-radius: 5px;
  background-color: #e0e0e0;
  border: none;
}
.wrp-slider-answer .ui-slider-range {
  background-color: #00b22d;
}
.wrp-slider-answer .ui-widget-content .ui-slider-handle {
  min-height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  color: #fff;
  background-color: #00b22d;
  line-height: 27px;
  border-radius: 25px;
  border: none;
  font-size: 17px;
  text-align: center;
  top: -17px;
  position: relative;
}
.wrp-slider-answer .ui-widget-content .ui-slider-handle .angle {
  position: absolute;
  top: -32px;
  left: 20px;
}
.pl-16 {
  padding-left: 16px !important;
}
.pr-16 {
  padding-right: 16px !important;
}
.mt-48 {
  margin-top: 48px;
}
.mt-8 {
  margin-top: 8px;
}
.h-40 {
  height: 40px;
}
.mt-18 {
  margin-top: 18px;
}
.ml-8 {
  margin-left: 8px;
}
.w-calc {
  min-width: calc(100vw - 32px);
}
.slick-btns {
  margin-bottom: 0;
}
.slick-btns .sl-arrow,
.slick-btns .slick-arrow {
  color: #424249;
  background-color: #f9f9fb !important;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-left: 0;
}
.slick-btns .sl-arrow:hover,
.slick-btns .slick-arrow:hover {
  color: #1e1e1e;
}
.slick-btns .sl-arrow.sl-next,
.slick-btns .slick-arrow.sl-next {
  margin-left: 16px;
}
.slick-btns .sl-arrow.slick-disabled,
.slick-btns .slick-arrow.slick-disabled {
  color: #e0e0e0 !important;
}
.wrapper-yandex-rs {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.need-fix {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 16px;
  margin-right: 16px;
  white-space: nowrap;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.need-fix.hide {
  position: absolute;
  bottom: -200%;
}
.btn-articles .btn-empty:hover,
.btn-articles a:hover {
  text-decoration: none;
}
.reactions-wrapper .single-reaction {
  cursor: pointer !important;
}
.text-align-start {
  text-align: start;
}
.row-mob {
  margin-right: -16px;
  margin-left: -16px;
}
.blue-text {
  color: #3699ff;
}
.text-align-center {
  text-align: center;
}
.bottom-seo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 24px 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 30px;
  border: 1px solid #e3e8e4;
  background: #fff;
}
.bottom-seo__content {
  color: #898989;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.bottom-seo__content h2,
.bottom-seo__content h3,
.bottom-seo__content li,
.bottom-seo__content ol,
.bottom-seo__content p {
  margin: 0;
}
.bottom-seo__content h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
}
.bottom-seo__content h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 767px) {
  .bottom-seo__wrapper {
    padding: 20px 16px 24px 16px;
    gap: 12px;
    border-radius: 20px;
  }
  .bottom-seo__content {
    font-size: 13px;
    line-height: 20px;
  }
  .bottom-seo__content h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
  }
  .bottom-seo__content h3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
  }
}
.green-text {
  color: #00b22d;
}
.fw-7 {
  font-weight: 700;
}
.title-section__wrapper picture img,
.title-section__wrapper picture source {
  width: 100%;
}
.title-section__wrapper .wrapp-video-top {
  border-radius: 30px;
  background: #f0f1f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 427px;
  padding: 22px 283px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.title-section__wrapper #video-main-top {
  height: 427px;
  position: absolute;
}
.title-section__wrapper .img-video-main-top {
  height: 427px;
}
.title-section .all-lawyers-img {
  position: relative;
}
.title-section .all-lawyers-img .wrapper-lawyer-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 26%;
  right: 39%;
}
.title-section .all-lawyers-img .wrapper-lawyer-img .text-for-img {
  font-size: 15px;
  font-weight: 500;
}
.title-section .all-lawyers-img .wrapper-lawyer-img .text-for-img span {
  font-size: 20px;
  font-weight: 600;
}
.title-section .all-lawyers-img .wrapper-lawyer-img .time-for-img {
  font-size: 14px;
  color: #bdbdbd;
}
.title-section .title-h1 {
  margin: 0 0 16px 0;
}
.title-section__note {
  margin: 0 0 20px 0;
}
.title-section .simple-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 0 0;
  width: 100%;
}
.title-section .simple-block__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1200px) {
  .title-section .simple-block__stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.title-section .simple-block__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  height: 255px;
  padding: 20px 28px 32px 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  border-radius: 30px;
  border: 1px solid var(--stroke, #e3e8e4);
  background: var(--white, #fff);
}
.title-section .simple-block__stat .stars-line {
  padding: 24px 0 0 0;
}
.title-section .simple-block__stat .stat-count {
  color: var(--dark, #424249);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 83px;
}
.title-section .simple-block__stat .stat-note {
  color: var(--dark, #424249);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.title-section .simple-block__stat .stat-lawyers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-left: -5px;
  height: 50px;
}
.title-section .simple-block__stat .stat-lawyers__lawyer {
  margin-right: -2%;
  cursor: default;
  width: 40px;
  height: 40px;
}
.title-section .simple-block__stat .stat-lawyers__lawyer .lawyer-photo {
  width: 50px;
  border: 5px solid #fff;
  border-radius: 50%;
  height: 50px;
}
.title-section .simple-block__stat.middle-stat {
  margin: 0 30px;
}
@media (max-width: 1200px) {
  .title-section .simple-block__stat.middle-stat {
    margin: 0 0 30px 30px;
  }
}
.title-section__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px 0 51px 0;
}
.title-section__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  border-radius: 80px;
  border: 1px solid #e3e8e4;
  color: #424249;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 767px) {
  .title-section {
    overflow: hidden;
  }
  .title-section .title-h1 {
    margin: 0 0 12px 0;
    max-width: 330px;
  }
  .title-section .simple-block__stats {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .title-section .simple-block__stat {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100vw - 44px);
    flex: 0 1 calc(100vw - 44px);
    width: calc(100vw - 44px);
    max-height: 177px;
    border-radius: 25px;
    padding: 16px 16px 20px 20px;
  }
  .title-section .simple-block__stat .stars-line {
    padding: 20px 0 0 0;
  }
  .title-section .simple-block__stat .stat-count {
    font-size: 38px;
    line-height: 51px;
  }
  .title-section .simple-block__stat .stat-note {
    font-size: 15px;
    line-height: 22px;
    max-width: 145px;
  }
  .title-section .simple-block__stat .stat-lawyers {
    padding: 16px 0 0 0;
    height: 100%;
  }
  .title-section .simple-block__stat .stat-lawyers__lawyer {
    width: 30px;
    height: 30px;
  }
  .title-section .simple-block__stat .stat-lawyers__lawyer .lawyer-photo {
    width: 40px;
    height: 40px;
  }
  .title-section .simple-block__stat:last-child {
    margin-right: 12px;
  }
  .title-section .simple-block__top {
    margin: 32px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-section .simple-block__top .mobile-note {
    color: #898989;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 16px 0 0 0;
  }
  .title-section .simple-block__top .mobile-note span {
    color: #00b22d;
  }
  .title-section .wrap {
    max-width: 600px;
    margin: auto;
    padding: 20px;
  }
  .title-section .items-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 20px;
  }
  .title-section .items-wrap:after,
  .title-section .items-wrap:before {
    content: "";
    height: 100%;
    top: 0;
    width: 10%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
  }
  .title-section .items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    counter-reset: item;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    min-width: 100%;
  }
  .title-section .marquee {
    -webkit-animation: scroll 60s linear infinite;
    animation: scroll 60s linear infinite;
  }
  .title-section__note {
    text-align: center;
    margin: 0;
  }
  .title-section__tabs {
    width: 200vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 16px;
    margin: 28px 0 0 0;
    -webkit-animation: scroll 25s infinite linear;
    animation: scroll 25s infinite linear;
  }
  .title-section__tabs .slick-list {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .title-section .simple-block__stat {
    width: calc(100vw - 44px);
    padding: 16px 20px 24px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100vw - 44px);
    flex: 0 1 calc(100vw - 44px);
  }
  .title-section .simple-block__stat .stat-lawyers__lawyer {
    margin-right: -6px;
  }
  .title-section .simple-block__stats {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
    transform: translateX(calc(-100% - 20px));
  }
}
:root {
  --stroke: #e3e8e4;
  --stroke-green: #62bf40;
  --gray-light: #f2f2f2;
  --gray3: #898989;
  --dark: #424249;
  --green: #00b22d;
}
.wrap-enhance-modal {
  position: relative;
  overflow: hidden;
}
.wrap-enhance-modal .set-raiting {
  font-size: 29px;
  margin-bottom: 15px;
}
.wrp-enhance {
  margin: 215px 50px 70px;
}
.bg-ellipse {
  position: absolute;
  width: 804px;
  height: 333px;
  background-color: #f6f9f6;
  border-radius: 50% 50% 50% 50%;
  left: 50%;
  top: -140px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#block_not_lawyer {
  max-width: 50%;
}
#block_not_lawyer.v-mob {
  max-width: none;
}
#block_not_lawyer.v-mob .navbar-brand {
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#block_not_lawyer.v-mob .navbar-brand img {
  width: 100%;
}
#block_not_lawyer:not(.v-mob) .navbar-brand {
  width: 160px;
  min-width: 160px;
  padding-right: 20px;
  border-right: 1px solid #00b22d;
}
#block_not_lawyer:not(.v-mob) .navbar-brand img {
  max-height: 40px;
}
#block_not_lawyer:not(.v-mob) .navbar-brand img ~ div {
  font-size: 12px;
  line-height: 20px;
}
#block_not_lawyer .txt-online-top {
  padding-left: 20px;
}
.hidden {
  display: none;
}
.text-green {
  color: #00b22d;
}
.warning-block {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 15px;
  border: 1px solid #f2994a;
  border-radius: 50%;
  line-height: 46px;
  color: #f2994a;
  text-align: center;
  font-size: 38px;
}
.no-devices .wrp-devices-control {
  display: none;
}
.no-media #client-tab.mt-30 {
  margin-top: 0 !important;
}
.no-media #pills-tabContent {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.no-media #wrap-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.wrap-lawyer-block {
  min-height: 80px;
  font-size: 15px;
  padding: 10px 0;
}
.wrap-lawyer-block .timer-cons {
  width: 60px;
  position: relative;
  top: -2px;
}
.wrap-lawyer-block .stop-cons {
  width: 25px;
  cursor: pointer;
}
.wrap-lawyer-block .stop-cons i {
  float: right;
}
.wrap-lawyer-block .stop-cons span {
  position: relative;
  top: -2px;
}
.ph-lawyer {
  max-height: 60px;
  border: 1px solid #e3e8e4;
}
.pc-photo .ph-lawyer {
  max-height: 110px;
}
#name-lawyer {
  font-size: 15px;
  line-height: 20px;
}
.more-inf-lawyer {
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
}
.wrap-duration {
  position: relative;
  top: 5px;
}
.wrap-lawyer-room .wrap-duration {
  width: 120px;
}
.client-block-info-room .cons-client {
  margin-top: 7px;
  text-decoration: underline;
  cursor: pointer;
  padding-left: 10px;
}
.client-block-info-room .city-client {
  margin-top: 7px;
  padding-right: 10px;
  position: relative;
}
.client-block-info-room .num-cons .num {
  margin-right: 2px;
}
.client-block-info-room #name-client {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.client-block-info-room .divider-v16:after,
.client-block-info-room .divider-v30:after,
.client-block-info-room .divider-v:after {
  top: 3px;
}
.divider-v16:after,
.divider-v30:after,
.divider-v:after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #cfd8d1;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}
.divider-v16:after {
  height: 16px;
}
.divider-v30:after {
  height: 30px;
  top: 0;
}
.end-session {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}
#call-to-lawyer {
  margin-right: 40px;
}
.btns-call i,
.btns-call-mob i {
  position: relative;
  top: 1px;
}
.btns-call i {
  top: 0;
}
.btns-call-mob .btn-call-to-lawyer {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btns-call-mob #call-to-lawyer {
  margin-right: 0;
}
.btns-call-mob .btn-call-back i,
.btns-call-mob .btn-call-to-lawyer i {
  top: 2px;
}
.btn-audio-call-client,
.btn-call-to-lawyer,
.btn-video-call-client {
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.lbl-audio-call-client,
.lbl-call-to-lawyer,
.lbl-video-call-client {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.btn-call-message-lawyer-for-chat {
  width: 28px;
  min-width: 28px;
  height: 28px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.lbl-call-message-lawyer-for-chat {
  color: #00b22d;
  font-size: 15px !important;
  font-weight: 700;
}
#call-to-lawyer {
  cursor: pointer;
}
#call-to-lawyer:hover .btn-call-to-lawyer {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00d035),
    to(#00d035)
  );
  background: -o-linear-gradient(top, #00d035 0, #00d035 100%);
  background: linear-gradient(180deg, #00d035 0, #00d035 100%);
}
#call-to-lawyer:hover .lbl-call-to-lawyer {
  color: #00b22d;
}
.btn-call-back {
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #00b22d;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #00b22d;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.lbl-call-back {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#call-back {
  cursor: pointer;
}
#call-back:hover .btn-call-back {
  color: #fff;
  background-color: #00b22d;
}
#call-back:hover .lbl-call-back {
  color: #00b22d;
}
.get-menu-top-client {
  cursor: pointer;
  margin-right: 15px;
  margin-left: 10px;
}
#menu-top-client {
  top: 45px;
  right: 70px;
  position: absolute;
  z-index: 201;
  display: none;
}
.wh-block-menu {
  height: auto;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 10px 0 10px 10px;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  padding: 0 20px;
}
.wh-block-menu ul {
  padding-left: 0;
  margin-bottom: 0;
}
.wh-block-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #e3e8e4;
}
.wh-block-menu li:last-of-type {
  border-bottom: none;
}
.wh-block-menu li:last-of-type i {
  font-size: 18px;
}
.wh-block-menu li:hover a {
  color: #00b22d;
}
.wh-block-menu li i {
  position: relative;
  top: 4px;
  color: #00b22d;
  font-size: 20px;
  margin-right: 10px;
}
.wh-block-menu li a {
  color: #424249;
}
.wh-block-menu li a:hover {
  text-decoration: none;
}
#sw-mobile-top {
  height: 20px;
  width: 100%;
  position: relative;
  top: -5px;
  border-radius: 0 0 15px 15px;
  border: 1px solid #e3e8e4;
  border-top: none;
  cursor: pointer;
  line-height: 20px;
  background-color: #fff;
}
.wrp-top-lawyer-mob {
  border-bottom: none !important;
  background-color: #fff !important;
}
.wrp-top-lawyer-mob .wrap-lawyer-block {
  min-height: 55px;
}
.sw-chat-mob {
  margin-top: 15px;
}
.wrp-mob-top-block {
  width: 100%;
  position: absolute;
  z-index: 200;
}
.mob-top-block {
  display: none;
  height: 75vh;
  padding-top: 10px;
  background-color: #fff;
}
.mob-top-block .timer-cons {
  min-width: 63px;
}
.mob-top-block hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mob-top-block .policy-conf a {
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.mob-top-block .policy-conf img {
  margin-right: 0;
}
.mob-top-block .policy-text {
  font-size: 11px;
  color: #737e72;
  padding-top: 19px;
}
.brd-l-stroke-dark {
  border-left: 1px solid #cfd8d1;
}
.sw-device {
  width: 50px;
  height: 50px;
  background-color: #e3e8e4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.sw-device.active i {
  color: #00b22d;
}
.sw-device i {
  display: block;
  color: #737e72;
  font-size: 21px;
  margin-top: 5px;
}
.sw-device.call-off {
  background-color: #ff5050 !important;
}
.sw-device.call-off i {
  color: #fff !important;
}
.wrp-devices-control {
  display: none;
}
#devices-control {
  position: relative;
}
#devices-control .sw-devices {
  margin-top: 30px;
  width: 110px;
}
#video-session {
  background-color: #737e72;
  border-radius: 10px;
  min-height: 350px;
  position: relative;
  overflow: hidden;
  background: url(../images/audio-bg.png) no-repeat center;
  background-size: cover;
}
#video-session .sw-devices {
  width: 170px;
  margin-bottom: 10px;
}
#video-session .ico-full-screen {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 25px;
  line-height: 20px;
  cursor: pointer;
}
#video-session video {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: -5px;
  z-index: 3;
}
#video-session video:not(#voximplantlocalvideo) {
  height: 100% !important;
  width: auto !important;
  right: 0;
  bottom: 0;
  margin: auto;
}
#video-session #voximplantlocalvideo,
#video-session #voximplantlocalvideo-black {
  position: absolute;
  top: 10px !important;
  left: 10px !important;
  border-radius: 5px;
  max-width: 150px;
  height: auto;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  z-index: 5;
}
#video-session.mob-video {
  position: fixed;
  width: 80vw;
  height: auto;
  min-height: 60vw;
  z-index: 2;
  cursor: move;
}
#video-session.mob-video #voximplantlocalvideo {
  max-width: 20%;
  height: auto;
  max-height: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  z-index: 5;
}
#video-session.mob-video #voximplantlocalvideo-black {
  width: 20%;
  height: 50%;
}
#video-session #devices-control-mob {
  z-index: 6;
}
#voximplantlocalvideo-black {
  width: 150px !important;
  height: 112px !important;
  background-color: #424249;
}
#wrap-dev-status {
  height: 50px;
  text-align: center;
}
#wrap-dev-status div {
  color: #fff !important;
  font-size: 13px;
}
.devices-status {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 4;
}
#modalWindowCall .modal-content {
  padding: 32px;
}
#modalWindowCall button {
  width: 190px;
}
.photo-lawyer-call {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 15px;
}
.photo-lawyer-call img {
  border: 1px solid #e3e8e4;
  border-radius: 10px;
}
.photo-lawyer-call .no-ph {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #eef6e8;
  text-align: center;
}
.photo-lawyer-call .no-ph img {
  height: 50%;
  width: 50%;
  border: none;
  margin-top: 25%;
}
.name-lawyer-call {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
#client-tab li:nth-of-type(1) a {
  width: 69px;
}
#client-tab li:nth-of-type(2) a {
  width: 152px;
}
#client-tab li:nth-of-type(3) a {
  width: 82px;
}
#client-tab li:nth-of-type(4) a {
  width: 115px;
}
#client-tab .nav-link {
  border-radius: 0;
  text-transform: uppercase;
  color: #737e72;
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  border-bottom: 3px solid transparent;
  margin-right: 23px;
  line-height: 20px;
  letter-spacing: 0.05em;
  padding: 0.5rem 0.5rem 1rem;
}
#client-tab .nav-link.active,
#client-tab .show > .nav-link {
  color: #00b22d;
  background-color: transparent;
  font-weight: 700;
  border-bottom-color: #00b22d;
}
#client-tab .full-win {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.full-win {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  line-height: 40px;
  font-size: 26px;
  color: #737e72;
  display: none;
  margin-top: 10px;
  margin-bottom: -40px;
  cursor: pointer;
}
#pills-tabContent {
  height: 303px;
  border: 1px solid #e3e8e4;
  background-color: #f6f9f6;
  border-radius: 10px;
}
#pills-tabContent .fade:not(.show) {
  display: none;
}
.client-block-info-room,
.lawyer-block-info-room {
  position: relative;
}
.client-block-info-room i,
.lawyer-block-info-room i {
  margin-right: 10px;
  font-size: 17px;
}
#info-cons-mob .wrap-duration i,
#info-cons-mob .wrap-type-cons i {
  position: relative;
  top: 2px;
}
#info-cons-mob .wrap-duration span,
#info-cons-mob .wrap-type-cons span {
  font-size: 15px;
}
#info-cons-mob .wrap-duration {
  top: 0;
}
#info-cons-mob .policy-conf {
  margin-top: 70px;
  max-height: 40px;
}
#info-cons-mob .policy-conf a {
  border-left: none;
}
#info-cons-mob .policy-conf img {
  height: 40px;
}
#info-cons-mob hr {
  width: 94%;
}
.cons-operation-mob {
  margin-left: auto;
  cursor: pointer;
}
.cons-operation-mob i {
  display: inline-block;
}
.cons-operation-mob .ico-dots-v {
  padding-right: 8px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.cons-operation-mob .ico-close {
  padding-right: 15px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  display: none;
}
#menu-top-client-mob ul {
  padding-left: 0;
}
#menu-top-client-mob li {
  list-style: none;
  padding: 5px 0;
}
#menu-top-client-mob li:first-of-type i {
  font-size: 19px;
}
#menu-top-client-mob li:last-of-type {
  margin-bottom: -10px;
}
#menu-top-client-mob li i {
  position: relative;
  top: 2px;
  color: #00b22d;
  margin-right: 10px;
  font-size: 18px;
}
#menu-top-client-mob a {
  color: #424249;
}
#modalTab .modal-content {
  margin-top: 30px;
  background-color: transparent;
}
#modalTab #pills-tabContent {
  height: 85vh;
}
#modalTab #modal-files-doc {
  height: 100%;
}
#modalTab #modal-list-doc {
  height: calc(100% - 60px);
  padding: 10px 15px;
}
#modalTab #modal-list-doc .ss-scroll {
  margin-left: -20px;
}
#modalTab .wrp-tab-mob .ico-close {
  cursor: pointer;
}
.top-panel {
  min-height: 60px;
  height: auto;
  padding: 10px 15px;
  border-bottom: 1px solid #cfd8d1;
  font-size: 15px;
}
.doc-panel i {
  font-size: 22px;
  margin: 0 3px;
}
.doc-panel i:before {
  position: relative;
  top: 6px;
}
.doc-panel span {
  cursor: pointer;
  text-decoration: underline;
}
.list-doc {
  padding: 20px 15px;
}
#doc-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 61px;
  left: 0;
  bottom: 0;
  background: rgba(246, 249, 246, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 2110;
}
#call-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(246, 249, 246, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  z-index: 2110;
}
#form-search-articles-loader,
#form-search-companies-loader,
#form-search-lawyers-loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(246, 249, 246, 0.93);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  z-index: 2110;
}
#doc-all-download {
  margin-right: 20px;
}
#files-doc,
#modal-files-doc {
  position: relative;
}
#files-doc .btn,
#files-doc [data-item="item_new_cons"],
#modal-files-doc .btn,
#modal-files-doc [data-item="item_new_cons"] {
  height: 40px;
  font-size: 15px !important;
  padding: 0 10px;
  line-height: 40px;
  color: #424249 !important;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
}
#files-doc .btn span,
#files-doc [data-item="item_new_cons"] span,
#modal-files-doc .btn span,
#modal-files-doc [data-item="item_new_cons"] span {
  color: #737e72;
}
#files-doc .active,
#modal-files-doc .active {
  background-color: #eef6e8 !important;
  border-color: #00b22d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#files-doc {
  height: 100%;
}
#list-doc,
#modal-list-doc {
  font-size: 15px;
  list-style: none;
  overflow-y: hidden;
  height: 230px;
  padding-left: 0;
  margin-top: 5px;
}
#list-doc {
  height: calc(100% - 63px);
}
.item-doc {
  padding: 10px 20px;
}
.item-doc:hover {
  background-color: #fff;
}
.item-doc:hover i:last-of-type {
  display: inline-block;
}
.item-doc i {
  font-size: 22px;
  cursor: pointer;
}
.item-doc i:before {
  top: 5px;
  position: relative;
}
.item-doc i:first-of-type {
  color: #737e72;
  cursor: default;
}
.item-doc i:first-of-type:before {
  margin-right: 10px;
}
.item-doc .ico-delete-forever {
  float: right;
  margin-right: 10px;
  display: none;
}
.item-doc .doc-name {
  max-width: calc(100% - 200px);
  display: inline-block;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}
.item-doc .wrp-doc-size {
  display: inline-block;
  vertical-align: middle;
}
.item-doc .doc-lines-wrp {
  width: calc(100% - 65px);
}
.item-doc .doc-lines-wrp .doc-second-line {
  font-size: 12px;
}
.item-doc .btn-download-document {
  cursor: pointer !important;
}
.wrp-one-note {
  position: relative;
  width: 87%;
  padding-top: 20px;
  margin: 0 15px 15px;
}
#modal-wrap-notes,
#wrap-notes {
  overflow-y: hidden;
  padding: 10px 0 0;
  min-height: 160px;
}
#modal-notes,
#notes {
  height: 100%;
  padding: 0;
}
.one-note {
  font-size: 15px;
  padding: 20px 17px 20px 15px;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  word-wrap: break-word;
}
.msg-one .msg-note-operations {
  top: -20px !important;
}
.msg-one .msg-note-operations i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
.msg-one .msg-note-operations:hover .item-op {
  font-size: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.msg-one .msg-note-operations:hover .item-op:last-of-type i {
  font-size: 20px;
}
.msg-one .msg-note-operations:hover .item-op i {
  font-size: 14px;
}
.msg-one .msg-hover-note-operation,
.msg-one .msg-note-operations:hover {
  text-align: left !important;
  padding: 0 15px 10px 10px !important;
}
.note-operations2 {
  height: 0;
  width: 0;
  opacity: 0;
}
.msg-one .msg-note-operations,
.note-operations {
  height: 40px;
  width: 40px;
  position: absolute;
  right: -20px;
  top: 0;
  color: #00b22d;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  line-height: 40px;
  text-align: center;
}
.msg-one .msg-note-operations i,
.note-operations i {
  cursor: pointer;
}
.msg-one .msg-note-operations .item-op,
.note-operations .item-op {
  display: none;
}
.hover-note-operation,
.msg-one .msg-hover-note-operation,
.msg-one .msg-note-operations:hover,
.note-operations:hover {
  height: auto !important;
  width: 168px !important;
  border-radius: 10px;
  text-align: left;
  padding: 0 10px 10px;
}
.hover-note-operation .item-op,
.msg-one .msg-hover-note-operation .item-op,
.msg-one .msg-note-operations:hover .item-op,
.note-operations:hover .item-op {
  display: block;
  color: #424249;
  cursor: pointer;
  line-height: 28px;
}
.hover-note-operation .item-op:first-of-type,
.msg-one .msg-hover-note-operation .item-op:first-of-type,
.msg-one .msg-note-operations:hover .item-op:first-of-type,
.note-operations:hover .item-op:first-of-type {
  margin-top: -10px;
}
.hover-note-operation .item-op:hover,
.msg-one .msg-hover-note-operation .item-op:hover,
.msg-one .msg-note-operations:hover .item-op:hover,
.note-operations:hover .item-op:hover {
  color: #00b22d;
}
.hover-note-operation i,
.msg-one .msg-hover-note-operation i,
.msg-one .msg-note-operations:hover i,
.note-operations:hover i {
  cursor: default;
}
.wrp-add-note {
  padding: 20px;
}
.no-make-note {
  width: 85%;
  margin: 20px;
  display: none;
}
.no-make-note button.close:focus {
  outline: 0;
}
.btns-notes {
  margin: 15px;
}
.edit-text-notes {
  margin: 15px 15px 0 15px;
  width: 87%;
}
#help,
#modal-help {
  overflow-y: hidden;
  height: 100%;
}
#modal-wrap-help,
#wrap-help {
  margin: 30px 25px;
}
#modal-wrap-help #accordionAllansw .card-header,
#modal-wrap-help #accordionAllansw .h5,
#wrap-help #accordionAllansw .card-header,
#wrap-help #accordionAllansw .h5 {
  min-height: 60px;
}
#modal-wrap-help #accordionAllansw .card,
#wrap-help #accordionAllansw .card {
  margin-bottom: 10px;
}
#modal-wrap-help #accordionAllansw [aria-expanded="false"]:after,
#wrap-help #accordionAllansw [aria-expanded="false"]:after {
  content: "\e803";
}
#invoices-contr,
#modal-invoices-contr {
  height: 100%;
  overflow-y: hidden;
}
#wrap-invoices {
  margin: 30px 20px 15px 15px;
}
#wrap-invoices .one-invoice {
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.07);
  padding: 15px 10px;
  margin: 0 5px 10px 0;
}
#invoices-contr {
  height: calc(100% - 163px);
}
#wrap-invoices {
  margin-right: 25px;
}
#wrap-invoices form input[disabled] {
  color: #bdbdbd;
  background-color: #fff;
}
#wrap-invoices form input[type="email"],
#wrap-invoices form input[type="tel"],
#wrap-invoices form input[type="text"],
#wrap-invoices form textarea {
  height: 40px;
}
#wrap-invoices form input[type="email"]::-webkit-input-placeholder,
#wrap-invoices form input[type="tel"]::-webkit-input-placeholder,
#wrap-invoices form input[type="text"]::-webkit-input-placeholder,
#wrap-invoices form textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
#wrap-invoices form input[type="email"]::-moz-placeholder,
#wrap-invoices form input[type="tel"]::-moz-placeholder,
#wrap-invoices form input[type="text"]::-moz-placeholder,
#wrap-invoices form textarea::-moz-placeholder {
  color: #bdbdbd;
}
#wrap-invoices form input[type="email"]:-ms-input-placeholder,
#wrap-invoices form input[type="tel"]:-ms-input-placeholder,
#wrap-invoices form input[type="text"]:-ms-input-placeholder,
#wrap-invoices form textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
#wrap-invoices form input[type="email"]::-ms-input-placeholder,
#wrap-invoices form input[type="tel"]::-ms-input-placeholder,
#wrap-invoices form input[type="text"]::-ms-input-placeholder,
#wrap-invoices form textarea::-ms-input-placeholder {
  color: #bdbdbd;
}
#wrap-invoices form input[type="email"]::placeholder,
#wrap-invoices form input[type="tel"]::placeholder,
#wrap-invoices form input[type="text"]::placeholder,
#wrap-invoices form textarea::placeholder {
  color: #bdbdbd;
}
.invoice-block {
  width: 100%;
  height: 72px;
  padding: 15px 20px;
  margin-bottom: 10px;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  background-color: #fff;
  color: #424249;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.invoice-block .title {
  font-size: 15px;
  line-height: 22px;
}
.invoice-block .sub-title {
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
.invoice-block [class^="ico-"] {
  font-size: 24px;
  color: #bdbdbd;
  display: inline-block;
}
.invoice-block .edit-status {
  color: #bdbdbd;
}
.invoice-block.invoice-new:hover .ico-plus2 {
  color: #00b22d;
}
.invoice-block.invoice-no-pay-waiting .ico-delete-forever:hover {
  color: #ff5050;
}
.invoice-block.invoice-pay {
  color: #00b22d;
}
.invoice-block.invoice-no-pay-overdue {
  color: #ff5050;
}
.invoice-block .rus_rub {
  position: relative;
  top: 1px;
}
.invoice-info {
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 0 10px 10px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
  background-color: #eef6e8;
}
.add-new-invoice-top {
  height: 63px;
  padding: 20px;
  border-bottom: 1px solid #e3e8e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.add-new-invoice-top .back-btn-inv {
  color: #00b22d;
  cursor: pointer;
}
.add-new-invoice-top .i-operations {
  font-size: 18px;
  color: #bdbdbd;
  cursor: pointer;
}
.add-new-invoice-top .ico-chevron-left > span {
  position: relative;
  top: -1px;
}
.add-new-invoice-top .ico-save-item:hover {
  color: #00b22d;
}
.add-new-invoice-bottom {
  padding: 15px 20px;
}
.add-new-invoice-bottom .btn-success-40 {
  width: 220px;
}
.ico-delete-forever {
  font-size: 24px;
  position: relative;
  top: -1px;
  cursor: pointer;
}
.ico-delete-forever:hover {
  color: #ff5050;
}
.wrp-total-cost-stages {
  position: relative;
}
.wrp-total-cost-stages .ico-ban {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #bdbdbd;
  font-size: 20px;
}
.invoice-big-block h3 {
  margin: 30px 0;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
}
.invoice-big-block .ico-delete-forever {
  color: #737e72;
}
.invoice-big-block .ico-delete-forever:hover {
  color: #ff5050;
}
.invoice-big-block input[type="text"] {
  padding-left: 20px;
  padding-right: 20px;
}
.invoice-big-block input[type="text"]::-webkit-input-placeholder {
  font-size: 15px;
}
.invoice-big-block input[type="text"]::-moz-placeholder {
  font-size: 15px;
}
.invoice-big-block input[type="text"]:-ms-input-placeholder {
  font-size: 15px;
}
.invoice-big-block input[type="text"]::-ms-input-placeholder {
  font-size: 15px;
}
.invoice-big-block input[type="text"]::placeholder {
  font-size: 15px;
}
.invoice-big-block .radio-base17 label {
  margin-left: 20px;
  color: #737e72;
}
.invoice-big-block .radio-base17 input:checked + label {
  color: #424249;
}
.wrp-form-order-invoice label,
.wrp-form-order-invoice textarea,
.wrp-sel-types-services label,
.wrp-sel-types-services textarea {
  width: 100%;
}
.about-service h3 {
  margin: 0;
}
.about-service label {
  margin-top: 20px;
}
.select2-container {
  font-size: 15px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 15px;
}
.select2-container--bootstrap4 .select2-selection {
  border-color: #e3e8e4;
}
.select2-container--bootstrap4 .select2-selection--single::after {
  right: 10px;
  color: grey;
}
label {
  margin-top: 0;
  font-size: 15px;
}
textarea {
  height: 40px;
  max-height: 178px;
  padding: 8px 20px;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  overflow-y: auto;
  resize: none;
  outline: 0;
}
[title="Выберите тип услуги"] {
  color: #737e72;
}
.sel-bl {
  padding: 10px 10px 0;
  background-color: #eef6e8;
  border-radius: 5px;
}
.add-stage-pay {
  font-size: 15px;
  color: #00b22d;
  cursor: pointer;
}
.moment-service,
.type-invoicing {
  padding: 0 10px;
}
.moment-service .wrp-one-btn-radio,
.type-invoicing .wrp-one-btn-radio {
  margin-bottom: 15px;
}
.wrp-result-period {
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e8e4;
}
.type-invoicing .radio-b label::after {
  background-color: transparent;
  border-color: #bdbdbd;
}
.wrp-one-pay-stage:first-of-type .ico-delete-forever {
  top: 34px;
}
.wrp-one-pay-stage:first-of-type .wrp-num-stage {
  margin-top: 33px;
}
.wrp-one-pay-stage .ico-delete-forever {
  top: 2px;
  left: -5px;
}
.wrp-one-pay-stage .num,
.wrp-one-pay-stage label {
  color: #424249;
}
.wrp-num-stage {
  padding-top: 5px;
}
.wrp-num-stage .num {
  padding-left: 3px;
}
.invoicing {
  padding-bottom: 5px;
  border-bottom: none;
}
.result-invoice {
  padding: 15px 25px;
  margin-top: 30px;
  font-size: 15px;
  color: #737e72;
  background-color: #eef6e8;
  border-radius: 5px;
}
.result-invoice h3 {
  margin-top: 0;
  margin-bottom: 15px;
  color: #424249;
}
.result-invoice .res {
  text-align: right;
  font-weight: 600;
}
.result-invoice .wrp-prices-invoice {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e8e4;
}
.one-stage {
  margin-top: 15px;
}
.wrp-stages {
  padding-bottom: 9px;
  border-bottom: 1px solid #e3e8e4;
}
.wrp-total-price {
  font-size: 17px;
  line-height: 27px;
  font-weight: 700;
  color: #00b22d;
}
.invoice-client-info h3 {
  margin-right: 10px;
}
.invoice-client-info #accordionAllansw [aria-expanded="false"]::after {
  content: "\48";
  color: #bdbdbd;
}
.invoice-client-info #accordionAllansw [aria-expanded="true"]::after {
  color: #00b22d;
}
.add-new-invoice-bottom {
  border-top: 1px solid #e3e8e4;
  background-color: #f6f9f6;
}
.send-invoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.err-msg {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  margin-top: 10px;
  padding-right: 45px;
  overflow-y: hidden;
  font-size: 13px;
  line-height: 20px;
  color: #ff5050;
  position: relative;
}
.err-msg ul {
  padding-left: 20px;
}
.err-msg ul li:nth-child(n + 3) {
  display: none;
}
.err-msg i {
  font-size: 12px;
  position: absolute;
  top: 22px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.l-tmpl {
  display: none;
}
.msg-invoice-order {
  padding: 0 36px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.msg-invoice-order .invoice-order {
  height: auto;
  padding: 20px;
  border: 1px solid #e3e8e4;
  border-radius: 10px 10px 0 0;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFBElEQVRogWJkwAHefHxj+v8fQ/Xfv3/t//37x/vv/z/m////41I+oICRkZGBiZHpLxMT0xdmJqYj/xn+d4oJiR3GcBQDAwMAAAD//8Lw8IMXDxTZWThW/v//35iLg5OJg42DgYWFhYGZiXlQehYG/v77y/Dnzx+GH79+MHz7/o2BmZnl5n/Gf6ESQhKX4YoYGBgAAAAA//9C8fDTF0/9/jMyrOTj5uPg5eYZCHdTDXz++oXhy7fPf1lZWHNEhURngA1mYGAAAAAA//+Ce/jRi0f+zIwsy0QERbjYWFmHtGdh4Nfv3wxvPrz5z8rEkismIjaVgYGBAQAAAP//Anv4/rP7GizMrCfEhcT4WVmGh2dh4Pef3wyv37/5x87OZiHCL3IaAAAA//9iAgkyM7FO5ufm/zHcPAsCID/x8/Ax/fn9dz0DAwMDAAAA//9ievLiiQUjI4M2LzeP+MA7jzaAm5Ob4f///9Jv3r8JAgAAAP//YvrHwBDGxcH9dDh6FBlwc3Ix/Gf4XwQAAAD//2JiZGBw5ubgFB48TqMN4GDnYPjz568RAAAA//9iYWBgkGFlYQXn5eEMmJmZGf79+8cBAAAA//8CeViIiWnY+xfUEmP49/8fIwAAAP//Gv4+RQYMDAwAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8CzTzQBXz78Y3h+4/vX379/s34999fkL2szEzM31hZWf9zc3DxcnBwMDAy4FxyQh3AwMAAAAAA//+iuYe/fPv679OXTz8YGP6f+fPv/zzG3/+OfGVi+sDx+/fXfxx/lf79+Wv869ev1P+f/psK8Aqwc3Ny0c7XDAwMAAAAAP//opmHQSt+3n549+3X758P/vz7EyovKX8NizKQGAgvvv/kicHHLx/nf//xTV1YUJiTJrHNwMAAAAAA//+iWR5+/e7195+/f6358OaDIQ7PogBFGZkLH16/N//55/eW129ff6OJoxgYGAAAAAD//6KJhz9+/fT1z98/R+dMn5Wora39i1h9ILUyYlJhf/792/vh0wei9RENGBgYAAAAAP//orqHQUn5y9cvjD/+/khuaGj4R44Z/37+Sfj6/duff//I0o4bMDAwAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//Ynz84gnVl8jKSshQpRKlutsYGBgAAAAA//8DALlnNIUheOD+AAAAAElFTkSuQmCC)
    10 10 20/10px 10px 20px/0 0 20px round stretch;
  border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFBElEQVRogWJkwAHefHxj+v8fQ/Xfv3/t//37x/vv/z/m////41I+oICRkZGBiZHpLxMT0xdmJqYj/xn+d4oJiR3GcBQDAwMAAAD//8Lw8IMXDxTZWThW/v//35iLg5OJg42DgYWFhYGZiXlQehYG/v77y/Dnzx+GH79+MHz7/o2BmZnl5n/Gf6ESQhKX4YoYGBgAAAAA//9C8fDTF0/9/jMyrOTj5uPg5eYZCHdTDXz++oXhy7fPf1lZWHNEhURngA1mYGAAAAAA//+Ce/jRi0f+zIwsy0QERbjYWFmHtGdh4Nfv3wxvPrz5z8rEkismIjaVgYGBAQAAAP//Anv4/rP7GizMrCfEhcT4WVmGh2dh4Pef3wyv37/5x87OZiHCL3IaAAAA//9iAgkyM7FO5ufm/zHcPAsCID/x8/Ax/fn9dz0DAwMDAAAA//9ievLiiQUjI4M2LzeP+MA7jzaAm5Ob4f///9Jv3r8JAgAAAP//YvrHwBDGxcH9dDh6FBlwc3Ix/Gf4XwQAAAD//2JiZGBw5ubgFB48TqMN4GDnYPjz568RAAAA//9iYWBgkGFlYQXn5eEMmJmZGf79+8cBAAAA//8CeViIiWnY+xfUEmP49/8fIwAAAP//Gv4+RQYMDAwAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8CzTzQBXz78Y3h+4/vX379/s34999fkL2szEzM31hZWf9zc3DxcnBwMDAy4FxyQh3AwMAAAAAA//+iuYe/fPv679OXTz8YGP6f+fPv/zzG3/+OfGVi+sDx+/fXfxx/lf79+Wv869ev1P+f/psK8Aqwc3Ny0c7XDAwMAAAAAP//opmHQSt+3n549+3X758P/vz7EyovKX8NizKQGAgvvv/kicHHLx/nf//xTV1YUJiTJrHNwMAAAAAA//+iWR5+/e7195+/f6358OaDIQ7PogBFGZkLH16/N//55/eW129ff6OJoxgYGAAAAAD//6KJhz9+/fT1z98/R+dMn5Wora39i1h9ILUyYlJhf/792/vh0wei9RENGBgYAAAAAP//orqHQUn5y9cvjD/+/khuaGj4R44Z/37+Sfj6/duff//I0o4bMDAwAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//Ynz84gnVl8jKSshQpRKlutsYGBgAAAAA//8DALlnNIUheOD+AAAAAElFTkSuQmCC)
    10 10 20/10px 10px 20px/0 0 20px round stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  position: relative;
}
.msg-invoice-order .invoice-order .btn,
.msg-invoice-order .invoice-order [data-item="item_new_cons"] {
  width: 100%;
}
.msg-invoice-order a {
  text-decoration: underline;
  color: #00b22d;
}
.msg-invoice-order a:hover {
  text-decoration: none;
  color: #00b22d;
}
.msg-invoice-order .avatar {
  min-width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.msg-invoice-order .avatar.client-part {
  margin-left: -15px;
  margin-right: 10px;
}
.perforation {
  height: 14px;
  width: calc(100% + 2px);
  border-left: 1px solid #e3e8e4;
  border-right: 1px solid #e3e8e4;
  background: url(../images/border-invoice3-cr2.png) repeat-x;
  position: absolute;
  left: -1px;
  bottom: -14px;
}
.btns-info-invoice-client a {
  text-decoration: none;
}
.wrp-subject-contract {
  padding: 10px 10px 15px;
  border-radius: 5px;
  background-color: #212529;
}
.wrp-subject-contract .stages {
  display: none;
  font-size: 11px;
}
.wrp-subject-contract .stages td {
  padding-bottom: 10px;
  padding-right: 5px;
}
.wrp-subject-contract .stages td:first-of-type,
.wrp-subject-contract .stages td:last-of-type {
  padding-right: 0;
}
.wrp-subject-contract .stages td:nth-child(2) {
  width: 61%;
}
.wrp-subject-contract .stages td:nth-child(3) {
  color: #aaa;
}
.wrp-subject-contract .stages td:nth-child(4) {
  text-align: right;
}
.top-subject-contract {
  color: #737e72;
}
.top-subject-contract span {
  font-weight: 300;
}
.top-subject-contract i {
  cursor: pointer;
  color: #bdbdbd;
}
.top-subject-contract .ico-chevron-up {
  display: none;
}
.top-subject-contract .ico-chevron-down {
  display: inline-block;
}
.top-subject-contract.show .ico-chevron-up {
  display: inline-block;
}
.top-subject-contract.show .ico-chevron-down {
  display: none;
}
.txt-subject-contract {
  font-size: 15px;
  font-weight: 600;
  color: #424249;
}
.dont-show {
  font-size: 11px;
  color: #00b22d;
  cursor: pointer;
}
.dont-show:hover {
  text-decoration: underline;
}
.num-days-service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #737e72;
  border-style: solid;
  border-width: 0 0 2px 0;
  -o-border-image: url(../images/divider-invoice-line.png) 0 5 1 5 repeat;
  border-image: url(../images/divider-invoice-line.png) 0 5 1 5 repeat;
}
.num-days-service i {
  margin-left: 5px;
  font-size: 15px;
  color: #bdbdbd;
  cursor: pointer;
  position: relative;
  top: 2px;
}
.top-pay-shedule {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-pay-shedule i {
  font-size: 12px;
  cursor: pointer;
}
.top-pay-shedule .ico-chevron-up {
  display: none;
}
.top-pay-shedule .ico-chevron-down {
  display: inline-block;
}
.top-pay-shedule .wrp-num-pays {
  display: inline-block;
}
.top-pay-shedule.show .ico-chevron-down {
  display: none;
}
.top-pay-shedule.show .ico-chevron-up {
  display: inline-block;
}
.top-pay-shedule.show .wrp-num-pays {
  display: none;
}
.all-pay-show {
  font-size: 13px;
  font-weight: 600;
  color: #00b22d;
  cursor: pointer;
}
.wrp-list-pay {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.list-pay {
  width: 100%;
  font-size: 13px;
}
.list-pay tr {
  text-align: right;
}
.list-pay tr:first-of-type td {
  padding-top: 0;
}
.list-pay tr td {
  padding: 5px 0;
  vertical-align: center;
  border-bottom: 1px solid #e3e8e4;
}
.list-pay tr td:first-of-type {
  text-align: left;
}
.list-pay tr td:first-of-type .wrp-pay {
  margin-left: -10px;
}
.list-pay tr td:last-of-type .wrp-pay {
  margin-right: -10px;
}
.list-pay .pay-stage {
  text-decoration: line-through;
}
.list-pay .pay-stage .checked {
  width: 17px;
  height: 17px;
  margin-right: 27px;
  display: inline-block;
  padding: 0;
  line-height: 18px;
  text-align: center;
  font-size: 8px;
  border-radius: 50%;
  background-color: #00b22d;
  color: #fff;
}
.list-pay .pay-stage .pay-link {
  display: none;
}
.sum-result {
  color: #424249;
  font-weight: 500;
}
.pay-sum {
  color: #737e72;
  text-decoration: line-through;
}
.pay-link {
  max-width: 78px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: -3px;
  font-size: 15px;
  font-weight: 600;
}
.footer-invoice {
  max-width: 465px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
.footer-invoice a {
  color: #00b22d;
  text-decoration: underline;
}
.footer-invoice a:hover {
  text-decoration: none;
}
.modal-content .footer-invoice {
  margin-top: 40px;
}
.sum-nobr {
  white-space: nowrap;
}
.msg-lawyer-offer {
  margin-bottom: 15px !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.msg-lawyer-offer.its-offer .wrp-one-item {
  position: relative;
}
.msg-lawyer-offer.its-offer .wrp-one-item:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  background-color: #00b22d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.msg-lawyer-offer.its-offer .item-stage {
  margin-left: 15px;
}
.msg-lawyer-offer .h-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.msg-lawyer-offer .dotted {
  margin: 0 10px 0 5px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -o-border-image: url(../images/dotted.svg) 0 0 2/0 0 2px/0 repeat;
  border-image: url(../images/dotted.svg) 0 0 2/0 0 2px/0 repeat;
}
.msg-lawyer-offer .h-price,
.msg-lawyer-offer .item-price {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.msg-lawyer-offer .name-stage,
.msg-lawyer-offer .wrp-header-text-subject {
  background-color: #fff;
}
.msg-lawyer-offer .item-stage,
.msg-lawyer-offer .wrp-header-subject {
  min-width: calc(100% - 10px);
  margin-right: 10px;
  background: url(../images/dotted-line-1-3.png) no-repeat 15px calc(100% - 4px);
}
.msg-lawyer-offer .wrp-item-stage {
  overflow-y: hidden;
}
.msg-lawyer-offer .wrp-one-item {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msg-lawyer-offer .wrp-one-item.hide {
  display: none;
}
.msg-lawyer-offer .item-stage {
  width: 100%;
  min-width: auto;
}
.msg-lawyer-offer .no-dotted {
  background: 0 0;
}
.msg-lawyer-offer .white-sp {
  background-color: #fff;
}
.msg-lawyer-offer .btn-link-blue {
  color: #3699ff !important;
  cursor: pointer !important;
}
.subject-service {
  padding: 20px 20px 10px 20px;
}
.subject-service .divider-dashed {
  margin-top: 15px;
}
.its-offer .wrp-lawyer-offer.view-offer-client {
  margin-bottom: 0;
  border-radius: 0 10px 10px 10px;
  -o-border-image: none;
  border-image: none;
}
.its-offer .res-sum-offer {
  display: inline-block;
}
.its-offer .res-sum-offer:before {
  content: "\e907";
}
.its-offer .res-sum-invoice {
  display: none;
}
.its-invoice .res-sum-offer {
  display: none;
}
.its-invoice .res-sum-invoice {
  display: inline-block;
}
.wrp-lawyer-offer {
  height: auto;
  width: 100%;
  max-width: 440px;
  border: 1px solid #e3e8e4;
  background-color: #fff;
}
.wrp-lawyer-offer.view-offer-client {
  margin-left: 10px;
  margin-bottom: 20px;
  border-radius: 0 10px 0 0;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEZklEQVRogWJ8/OLJf4ZhAJiYmP4xMzF/Y2ZmPsXMzNQvxCe0BcNbDAwMAAAAAP//AntYRlx6yHv5379/DH/+/mH48fMHw9cf30AB8JCRkSFaXEj8KFwRAwMDAAAA//9iGjgnUhcwMTExsLGyMfDx8DFIikgwcHNyy//58/fQ6/dvi+E2MTAwAAAAAP//GjYeRgc8nNwMooIiTL///Op+8+5NOViegYEBAAAA//8ath4GAVYWVgZRARHGX39+tb16/8qOgYGBAQAAAP//GtYeBgEWFhYGPh5+pn9//69kYGBgAAAAAP//GvYeBgFuTi6G/wz/Jd59fBcFAAAA//8aER4GAW4OLoa///7lAwAAAP//GjEe5mDnYPjz548uAAAA//8aMR5mZmZm+PfvHwcAAAD//xoxHmZiZGL49/8fIwAAAP//GjEeBgMGBgYAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//9ioZdF3358Y/j+4/uXX79/M/799xdkLytoTQYrK+t/bg4uXg4ODgZGBkbaOoKBgQEAAAD//6K5h798+/rv05dPPxgY/p/58+//PMbf/458ZWL6wPH799d/HH+V/v35a/zr16/U/5/+mwrwCrBzc3LRztcMDAwAAAAA//+imYf////P8PbDu2+/fv988Offn1B5SflrWJSBxEB48f0nTww+fvk4//uPb+rCgsKcNIltBgYGAAAAAP//olkefv3u9fefv3+t+fDmgyEOz6IARRmZCx9evzf/+ef3ltdvX3+jiaMYGBgAAAAA//+iiYc/fv309c/fP0fnTJ+VqK2t/YtYfSC1MmJSYX/+/dv74dMHovURDRgYGAAAAAD//6K6h0FJ+cvXL4w//v5Ibmho+EeOGf9+/kn4+v3bH9DaK6oCBgYGAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//oslqWlkJGapUolR3GwMDAwAAAP//AwClYQfcWZRdBQAAAABJRU5ErkJggg==)
    10 10 20/10px 10px 20px/0 0 20px round repeat;
  border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAEZklEQVRogWJ8/OLJf4ZhAJiYmP4xMzF/Y2ZmPsXMzNQvxCe0BcNbDAwMAAAAAP//AntYRlx6yHv5379/DH/+/mH48fMHw9cf30AB8JCRkSFaXEj8KFwRAwMDAAAA//9iGjgnUhcwMTExsLGyMfDx8DFIikgwcHNyy//58/fQ6/dvi+E2MTAwAAAAAP//GjYeRgc8nNwMooIiTL///Op+8+5NOViegYEBAAAA//8ath4GAVYWVgZRARHGX39+tb16/8qOgYGBAQAAAP//GtYeBgEWFhYGPh5+pn9//69kYGBgAAAAAP//GvYeBgFuTi6G/wz/Jd59fBcFAAAA//8aER4GAW4OLoa///7lAwAAAP//GjEe5mDnYPjz548uAAAA//8aMR5mZmZm+PfvHwcAAAD//xoxHmZiZGL49/8fIwAAAP//GjEeBgMGBgYAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//9ioZdF3358Y/j+4/uXX79/M/799xdkLytoTQYrK+t/bg4uXg4ODgZGBkbaOoKBgQEAAAD//6K5h798+/rv05dPPxgY/p/58+//PMbf/458ZWL6wPH799d/HH+V/v35a/zr16/U/5/+mwrwCrBzc3LRztcMDAwAAAAA//+imYf////P8PbDu2+/fv988Offn1B5SflrWJSBxEB48f0nTww+fvk4//uPb+rCgsKcNIltBgYGAAAAAP//olkefv3u9fefv3+t+fDmgyEOz6IARRmZCx9evzf/+ef3ltdvX3+jiaMYGBgAAAAA//+iiYc/fv309c/fP0fnTJ+VqK2t/YtYfSC1MmJSYX/+/dv74dMHovURDRgYGAAAAAD//6K6h0FJ+cvXL4w//v5Ibmho+EeOGf9+/kn4+v3bH9DaK6oCBgYGAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//oslqWlkJGapUolR3GwMDAwAAAP//AwClYQfcWZRdBQAAAABJRU5ErkJggg==)
    10 10 20/10px 10px 20px/0 0 20px round repeat;
}
.wrp-lawyer-offer.view-offer-client .header-lawyer-offer {
  border-radius: 0 10px 0 0;
}
.wrp-lawyer-offer.view-offer-lawyer {
  border-radius: 10px 0 10px 10px;
}
.wrp-lawyer-offer.view-offer-lawyer .header-lawyer-offer {
  border-radius: 10px 0 0 0;
}
.wrp-lawyer-offer .content-block {
  overflow-y: hidden;
  background: url(../images/dotted-line-1-3.png) no-repeat 15px calc(100% - 4px);
}
.wrp-lawyer-offer .content-block span {
  background-color: #fff;
}
.wrp-lawyer-offer .btn-success-mid {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.wrp-lawyer-offer .stages .h-price .rus_rub {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.short-view {
  display: none;
}
.header-lawyer-offer {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eef6e8;
}
.header-lawyer-offer .h-num-order {
  font-size: 10px;
  line-height: 15px;
  color: #898989;
}
.header-lawyer-offer .link-order {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.header-lawyer-offer .link-order .msg-clip {
  padding: 1px 5px;
  margin-left: 10px;
  display: none;
  font-size: 11px;
  color: #fff;
  background-color: #00b22d;
  border-radius: 5px;
}
.header-lawyer-offer .h-link-order {
  font-size: 13px;
  line-height: 20px;
  color: #00b22d;
  text-decoration: underline;
}
.header-lawyer-offer img {
  height: 44px;
  width: 44px;
  border-radius: 4px;
  opacity: 0.5;
}
.h-subject-service {
  font-size: 13px;
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.h-subject-service .wrp-arrow {
  font-size: 18px;
  cursor: pointer;
}
.h-subject-service .wrp-arrow .ico-angle-down {
  color: #898989;
}
.h-subject-service .wrp-arrow .ico-angle-up {
  display: none;
  color: #00b22d;
}
.h-subject-service.show .wrp-arrow .ico-angle-up {
  display: inline;
}
.h-subject-service.show .wrp-arrow .ico-angle-down {
  display: none;
}
.list-stages {
  padding-left: 0;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
.list-stages .item-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.list-stages .price-stage {
  color: #424249;
}
.list-stages .rus_rub {
  padding-left: 3px;
  position: relative;
  top: 1px;
}
.list-stages .item-price {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.sw-sh-hd,
.sw-show-all-stages {
  font-size: 11px;
  line-height: 15px;
  color: #00b22d;
  cursor: pointer;
}
.sw-sh-hd {
  margin-top: 5px;
}
.h-all,
.hd-all {
  display: none;
}
.plus-stages {
  color: #bdbdbd;
}
.item-d {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #424249;
}
.item-d:before {
  content: "\7a";
  font-family: dpravo2020;
  margin-right: 10px;
  display: inline-block;
  color: #bdbdbd;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.short-divider {
  width: 30px;
  height: 0;
  margin-left: 0;
  background-color: #bdbdbd;
}
.txt-offer {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #424249;
}
.wrp-btns-offer .btn,
.wrp-btns-offer [data-item="item_new_cons"] {
  padding: 0 !important;
  font-size: 17px;
  font-weight: 600;
}
.wrp-btns-offer .btn:hover,
.wrp-btns-offer :hover[data-item="item_new_cons"] {
  text-decoration: underline;
}
.wrp-btns-offer .btn-refusal {
  color: #bdbdbd;
}
.simple-cons .rus_rub {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.show-all-view-offer {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.show-all-view-offer .sw-all-view-offer {
  cursor: pointer;
}
.show-all-view-offer .btn-link-blue {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
.stages-pay {
  padding-top: 10px;
}
.stages-pay tr td:first-of-type .wrp-pay {
  padding-left: 10px;
  padding-top: 12px;
  border-radius: 10px 0 0 10px;
}
.stages-pay tr td:last-of-type .wrp-pay {
  padding-right: 10px;
  border-radius: 0 10px 10px 0;
}
.stages-pay tr .wrp-pay {
  min-height: 42px;
  width: calc(100% + 10px);
  padding: 10px 10px 8px;
}
.stages-pay tr:not(.pay-stage) .comma {
  display: none;
}
.stages-pay tr:not(.pay-stage) .data-pay:before {
  content: " до ";
  display: inline;
  color: #737e72;
}
.stages-pay tr.pay-stage + tr .wrp-pay {
  background-color: #f9f9fb;
}
.stages-pay .sum-nobr {
  font-size: 15px;
  color: #737e72;
}
.stages-pay .sum-nobr .wrp-pay {
  padding-right: 0;
}
.stages-pay .next-stage td .wrp-pay {
  background-color: #f9f9fb;
}
.stages-pay .overdue-stage {
  color: #ff5050 !important;
}
.cash-back {
  font-size: 11px;
  color: #737e72;
}
.next-nopay-stage {
  font-size: 13px;
  color: #424249;
}
.next-nopay-stage .data-pay:before {
  content: " до ";
  display: inline;
  color: #737e72;
}
.show-pay-stages {
  margin-top: 10px;
}
.hide-pay-stages {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hide-pay-stages .sw-hide-pay-stages {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
}
.wrp-sw-view-pay-stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sw-hide-pay-stages,
.sw-view-pay-stages {
  font-size: 13px;
  line-height: 20px;
  color: #00b22d;
  cursor: pointer;
}
.btn-link-green {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 600;
  color: #00b22d;
}
.btn-link-green:hover {
  color: #00b22d;
}
.arrows-stages {
  display: none;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  left: -6px;
  color: #00b22d;
  cursor: pointer;
}
.sw-chat-mob {
  padding: 0;
}
.sw-chat-mob #wrap_chat {
  border-radius: 0;
  border-top: none;
  height: auto;
}
.sw-chat-mob #block_chat {
  max-height: none;
  height: calc(100vh - 214px);
  padding-top: 30px;
}
.sw-chat-mob #block_call_phones {
  top: calc(100vh - 214px);
  left: 15px;
  right: 15px;
  padding: 10px 10px 20px;
}
.sw-chat-mob #block_call_phones .call-phone-btn {
  padding: 6px 20px 7px;
}
.sw-chat-mob #block_call_phones .call-phone-btn span {
  font-size: 15px;
  line-height: 22px;
}
.sw-chat-mob #block_call_phones .block_call_phones-close {
  display: none;
}
.sw-chat-mob #wrap_chat.has-progress-bar #block_call_phones {
  top: calc(100vh - 179px);
}
.sw-chat-mob #chat-qw-lawyer .category-id {
  margin-bottom: 10px;
  margin-right: 10px;
}
.sw-chat-mob #chat-qw-lawyer .btn-outline-profile {
  padding: 0 10px;
}
.sw-chat-mob .start-msg {
  width: calc(100% - 30px);
  max-width: none;
  margin-left: 10px;
}
.sw-chat-mob .wrp-msg-10 .placer50 {
  width: 0;
  margin-left: 0;
}
#wrap_chat {
  height: 730px;
  border: 1px solid #e3e8e4;
  background-color: #f6f9f6;
  border-radius: 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
#wrap_chat .wrp-chat-progressbar {
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
}
#wrap_chat .wrp-chat-progressbar.mob-prb {
  margin-top: 15px;
}
#wrap_chat .wrp-chat-progressbar.mob-prb .chat-progressbar {
  border-radius: 0 10px 10px 0;
}
#wrap_chat .chat-progressbar {
  width: calc(20% + 10px);
  height: 20px;
  text-align: right;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  border-radius: 10px 10px 10px 0;
  padding-right: 20px;
}
#wrap_chat .chat-progressbar:after {
  display: block;
  height: 20px;
  content: attr(percent) "%";
  color: #fff;
  text-align: right;
  font-size: 11px;
  line-height: 20px;
}
.chat-progressbar-popup {
  display: none;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 0;
  color: #fff;
  padding: 5px 10px;
  background: #00b22d;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  border-radius: 15px 15px 15px 0;
  z-index: 1000;
}
.chat-progressbar-popup::after {
  position: absolute;
  content: "";
  width: 161px;
  height: 161px;
  left: 50%;
  top: -4px;
  background: -o-linear-gradient(280.95deg, #2a8c06 8.1%, #2a8c06 66.75%);
  background: linear-gradient(169.05deg, #2a8c06 8.1%, #2a8c06 66.75%);
  opacity: 0.2;
  -webkit-transform: rotate(-31.29deg);
  -ms-transform: rotate(-31.29deg);
  transform: rotate(-31.29deg);
  border-radius: 50%;
}
.chat-progressbar-popup .chat-progressbar-popup-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.chat-progressbar-popup .chat-progressbar-text {
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
}
#block_chat {
  overflow: hidden;
  height: 630px;
  padding: 15px 0;
}
#block_chat .btn-outline-success,
#block_chat .btn-outline-success-mid {
  background-color: #fff !important;
}
#block_chat .btn-outline-success-mid:hover,
#block_chat .btn-outline-success:hover {
  color: #00b22d !important;
}
#block_chat .btn-outline-success-mid:hover i,
#block_chat .btn-outline-success:hover i {
  color: #00b22d !important;
}
#block_chat #category-for-block-question {
  max-width: 82%;
  margin-left: 57px;
  margin-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #cfd8d1;
}
#block_chat #category-for-block-question .btn,
#block_chat #category-for-block-question [data-item="item_new_cons"] {
  width: 75px;
  padding: 0;
  padding-bottom: 8px !important;
  margin-bottom: -1px;
}
#block_chat #search-law {
  max-width: 82%;
  margin-left: 57px;
  margin-bottom: 20px;
}
#block_chat.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
#block_chat.blur::before {
  position: absolute;
  content: "";
  z-index: 2000;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(236, 241, 233, 0.4)),
    to(rgba(236, 241, 233, 0.4))
  );
  background: -o-linear-gradient(
    top,
    rgba(236, 241, 233, 0.4) 0,
    rgba(236, 241, 233, 0.4) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(236, 241, 233, 0.4) 0,
    rgba(236, 241, 233, 0.4) 100%
  );
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#block_call_phones {
  position: absolute;
  padding: 30px 10px 15px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  z-index: 90;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 613px;
  left: 20px;
  right: 20px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
#block_call_phones .block_call_phones-close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 16px;
  line-height: 1;
  padding: 3px;
  color: #00b22d;
  cursor: pointer;
}
#block_call_phones .call-phone-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 6px 110px 7px;
  height: 50px;
  border-radius: 10px;
  color: #737e72;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
}
#block_call_phones .call-phone-btn .call-phone-icon {
  border-radius: 50%;
  margin-right: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37px;
  flex: 0 0 37px;
  height: 37px;
}
#block_call_phones .call-phone-btn .call-phone-icon .secondary-call-phone-icon {
  position: absolute;
  left: -5px;
  bottom: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
#block_call_phones .call-phone-btn span {
  font-size: 17px;
  line-height: 27px;
}
#block_call_phones .call-phone-btn:hover {
  color: #00b22d;
  background: #eef6e8;
}
#block_call_phones .call-phone-btn:not(:last-child) {
  margin-bottom: 2px;
}
#block_call_phones.show {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.bg-inherit {
  position: relative;
  z-index: 100;
  background-color: inherit;
}
.type-msg:before {
  content: attr(data-lawyer-type) " пишет Вам сообщение...";
  text-align: center;
  font-size: 12px;
  color: #00b22d;
  background-color: #f6f9f6;
  display: block;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  background-image: url(../images/type-msg-sm-1.gif);
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 1;
}
.wrap-lawyer-room .type-msg:before {
  content: "Клиент пишет Вам сообщение...";
}
.wrp-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
.wrp-msg .wrp-client-name {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #737e72;
}
.wrp-msg:last-of-type {
  padding-bottom: 25px;
}
.wrp-msg audio {
  display: none;
}
.wrp-audio-msg {
  height: 60px;
  width: 100%;
  max-width: 305px;
  padding: 10px;
  border-radius: 35px;
  border: 1px solid #e3e8e4;
  background-color: #f6f9f6;
  margin-bottom: 5px;
}
.wrp-audio-msg .btn-audio {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.wrp-audio-msg .btn-audio:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2f9c07),
    to(#66bc01)
  );
  background: -o-linear-gradient(top, #2f9c07 0, #66bc01 100%);
  background: linear-gradient(180deg, #2f9c07 0, #66bc01 100%);
}
.wrp-audio-msg .btn-audio i {
  position: relative;
  font-size: 15px;
}
.wrp-audio-msg .btn-audio.play-audio i {
  left: 1px;
}
.wrp-audio-msg .play-timer {
  font-size: 11px;
  margin-top: 17px;
  margin-bottom: -3px;
  margin-left: 5px;
  width: 68px;
}
.wrp-audio-msg .audio-duration,
.wrp-audio-msg .current-time-audio {
  width: 30px;
  min-width: 30px;
  display: inline-block;
}
.wrp-audio-msg .del-audio {
  font-size: 18px;
  color: #737e72;
  cursor: pointer;
}
.wrp-audio-msg .del-audio:hover {
  color: #ff5050;
}
.wrp-audio-msg .audio-range {
  cursor: pointer;
}
.wrp-spectr-slider {
  width: calc(100% - 36px);
}
.wrp-spectr {
  padding: 0 10px;
}
.wrp-spectr img {
  margin: 8px 10px -2px 0;
}
.wrp-spectr .wrp-img-sp {
  width: calc(100% - 76px);
  overflow: hidden;
}
.wrp-audio-range {
  width: calc(100% - 33px);
  margin-right: 5px;
}
.wrp-audio-range.full-range {
  width: calc(100% - 40px) !important;
}
.audio-lawyer .wrp-audio-range.full-range {
  width: calc(100% - 20px) !important;
}
.chat-lawyer .audio-client .wrp-audio-range {
  width: calc(100% - 15px) !important;
}
.chat-lawyer[data-status="4"] .audio-lawyer .wrp-audio-range {
  width: calc(100% - 15px) !important;
}
.wrp-slider-del {
  padding: 0 0 0 13px;
}
.wrp-show-bot {
  display: none;
}
.wrp-bot-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 100px;
  width: 100%;
  height: 628px;
  padding-left: 20px;
  margin-left: -20px;
  padding-bottom: 15px;
  border-radius: 5px 5px 0 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: rgba(236, 241, 233, 0.9);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 10;
}
#bot-video {
  opacity: 0;
}
#bot-video .bot-close {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}
#bot-video .bot-close i {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
#bot-video .bot-sound {
  cursor: pointer;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 15px 25px rgba(90, 108, 90, 0.4);
  box-shadow: 0 15px 25px rgba(90, 108, 90, 0.4);
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#bot-video .bot-sound.s-on .ico-sound-off {
  display: none;
}
#bot-video .bot-sound.s-off .ico-sound-on {
  display: none;
}
#bot-video .bot-sound i {
  color: #00b22d;
  font-size: 17px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
#bot-video .bot-left {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#bot-video .bot-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 20px;
  margin-bottom: -15px;
}
#bot-video .bot-img {
  margin-left: 10px;
}
#bot-video .bot-message {
  width: auto;
  height: auto;
  max-width: 350px;
  min-width: 50px;
  min-height: 42px;
  background-color: #737e72;
  color: #fff;
  font-size: 15px;
  border-radius: 20px 20px 20px 0;
  padding: 15px 20px 15px 25px;
  position: relative;
  left: 5px;
}
#bot-video .bot-message:before {
  content: "";
  width: 18px;
  height: 24px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -7px;
  background: url(../images/mess-bit.svg) no-repeat center;
}
#block_send_msg {
  height: 100px;
  border-top: 1px solid #cfd8d1;
  padding: 20px;
  position: relative;
  z-index: 95;
  background-color: inherit;
}
#chat_input {
  height: 60px;
  overflow-y: auto;
  resize: none;
  max-width: 430px;
  line-height: 22px;
}
#voice_block {
  min-height: 60px;
  width: calc(100% - 45px);
}
#rec_timer {
  min-width: 50px;
}
.send-msg-client .spectrum {
  overflow: hidden;
  max-width: 70%;
}
#rec_chat_btn,
#send_voice_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #00b22d;
  border: 1px solid #00b22d;
  border-radius: 50% !important;
  padding: 0 !important;
  background-color: transparent;
  cursor: pointer;
}
#rec_chat_btn i,
#send_voice_btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
#send_voice_btn i {
  left: 2px;
}
#del_voice_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 15px;
  height: 20px;
  color: #ff5050;
  background-color: transparent;
  cursor: pointer;
}
#del_voice_btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
}
#chat-ver-2 #chat_btn2,
#chat_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  cursor: pointer;
}
#chat-ver-2 #chat_btn2 i,
#chat_btn i {
  height: 16px;
  line-height: 16px;
}
.wrp-add-lawyer {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 25px 0 5px;
}
.wrp-add-lawyer img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline;
  margin-right: 10px;
  vertical-align: top;
}
#add-doc {
  font-size: 28px;
  padding: 0 10px;
  color: #737e72;
  cursor: pointer;
}
.msg-auto,
.msg-client,
.msg-lawyer {
  padding: 14px 20px;
  margin-bottom: 5px;
  font-size: 15px;
}
.msg-log {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  padding: 2px 30px 0 7px;
}
.wrp-msg-3,
.wrp-msg-6 {
  font-size: 13px;
}
.wrp-msg-3 + .time-msg,
.wrp-msg-6 + .time-msg {
  -ms-flex-item-align: center;
  align-self: center;
}
.chat-client .wrp-msg-4 {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  max-width: 77%;
  font-size: 13px;
}
.chat-client .wrp-msg-4 .msg-one {
  max-width: none;
}
.msg-client .doc-load,
.msg-lawyer .doc-load {
  max-width: 100%;
}
.msg-client .doc-load .i-doc,
.msg-lawyer .doc-load .i-doc {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 44px;
  margin-right: 15px;
}
.msg-client .doc-load span,
.msg-lawyer .doc-load span {
  display: inline-block;
  word-break: break-word;
}
.placer50 {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 36px;
}
.msg-auto,
.msg-lawyer {
  color: #fff;
  background-color: #39a412;
  border-radius: 0 10px 10px 10px;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
}
.msg-auto a,
.msg-lawyer a {
  color: #1987b2;
}
.msg-auto .doc-load .i-doc,
.msg-lawyer .doc-load .i-doc {
  background-color: rgba(255, 255, 255, 0.25);
}
.wrp-msg-0 + .time-msg,
.wrp-msg-10 + .time-msg,
.wrp-msg-2 + .time-msg,
.wrp-msg-7 + .time-msg,
.wrp-msg-9 + .time-msg {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: 80px;
}
.wrp-msg-9 {
  margin-top: -10px;
}
.msg-client {
  color: #737e72;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 10px 0 10px 10px;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.msg-client a {
  color: #1987b2;
}
.msg-client .doc-load .i-doc {
  color: #fff;
  background-color: #00b22d;
}
.chat-client .wrp-msg-1,
.chat-client .wrp-msg-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.chat-client .wrp-msg-1 + .time-msg,
.chat-client .wrp-msg-8 + .time-msg {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-right: 36px;
  margin-top: -2px;
}
.chat-client .placer50 {
  display: inline;
  margin-left: 69px;
  margin-right: 0;
}
.chat-client .wrp-msg-7 .msg-audio {
  display: inline-block;
  margin-left: 10px;
}
.chat-client[data-status="4"] .audio-client .wrp-audio-range {
  width: calc(100% - 15px) !important;
}
.msg-form + .time-msg {
  display: none;
}
.time-msg {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.date-chat-msg {
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  padding: 20px;
}
.invoice-order .msg-clip {
  display: none;
  position: absolute;
  top: 0;
  right: 7px;
  font-size: 11px;
  color: #fff;
  background-color: #00b22d;
  padding: 1px 5px;
  border-radius: 5px;
}
.msg-one {
  max-width: 77%;
  word-wrap: break-word;
  word-break: break-word;
}
.msg-one.msg-auto,
.msg-one.msg-lawyer {
  margin-left: 10px;
  display: inline-block;
}
.msg-one.audio-client,
.msg-one.msg-client {
  margin-right: 36px;
}
.msg-one.audio-client {
  max-width: none;
}
.msg-one.sel-msg-class {
  color: #39a412;
  background-color: #eef6e8;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 0;
}
.msg-one.sel-msg-class .top-l {
  width: 18px;
  height: 18px;
  background: url(../images/dash-line-green-sq.png) no-repeat;
}
.msg-one.sel-msg-class .top-c {
  background: url(../images/dash-line-green-h.png) repeat-x;
}
.msg-one.sel-msg-class .top-r {
  width: 18px;
  height: 18px;
  background: url(../images/dash-line-green-round.png) no-repeat;
}
.msg-one.sel-msg-class .center-l {
  background: url(../images/dash-line-green-v.png) repeat-y;
}
.msg-one.sel-msg-class .center-r {
  background: url(../images/dash-line-green-v.png) repeat-y;
  background-position-x: 17px;
}
.msg-one.sel-msg-class .bottom-l {
  width: 18px;
  height: 18px;
  background: url(../images/dash-line-green-round-bl.png) no-repeat;
}
.msg-one.sel-msg-class .bottom-c {
  background: url(../images/dash-line-green-h.png) repeat-x;
  background-position-y: 17px;
}
.msg-one.sel-msg-class .bottom-r {
  width: 18px;
  height: 18px;
  background: url(../images/dash-line-green-round-br.png) no-repeat;
}
.msg-one.sel-msg-class svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.msg-one.msg-order {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #424249;
  width: 77%;
}
.msg-one.msg-order .msg-clip {
  display: none;
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 11px;
  color: #fff;
  background-color: #00b22d;
  padding: 1px 5px;
  border-radius: 5px;
}
.msg-one.msg-order .link-order {
  font-size: 13px;
  position: relative;
}
.msg-one.msg-order .link-order a {
  text-decoration: underline;
}
.msg-one.msg-order .wrp-pay-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.msg-one.msg-order .final-sum-container {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
}
.msg-one.msg-order .sum-order {
  font: inherit;
}
.msg-one.msg-order .balance-sum {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #00b22d;
}
.msg-one.msg-order .cashback-container {
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
  text-align: right;
}
.msg-one.msg-order .msg-order-white-container {
  background: #fff;
  border: 1px solid #e3e8e4;
  padding: 10px 20px;
  border-radius: 0 10px 10px 10px;
}
.msg-one.msg-order .msg-order-white-container.all-corners-round {
  border-radius: 10px;
}
.msg-one .social-btns-chat-msg a {
  height: 40px;
  width: 40px;
  margin-right: 12px;
  border-radius: 50%;
  color: #fff;
  background-color: #00b22d;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.msg-one .social-btns-chat-msg a:hover {
  background-color: #00b22d;
}
.msg-doc {
  cursor: pointer;
}
.avatar {
  width: 50px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}
.avatar-law {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.avatar-default {
  width: 100%;
  height: auto;
}
.time-msg {
  font-size: 13px;
  font-weight: 500;
  color: #737e72;
}
.cheks-msg {
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: 4px;
  right: 5px;
}
.chat-form {
  margin-left: 66px;
  max-width: 450px;
  width: 77%;
  padding: 15px 20px;
  border: 1px solid #cfd8d1;
  border-radius: 10px;
  -webkit-box-shadow: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  box-shadow: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  margin-bottom: 15px;
}
.chat-form input {
  height: 50px;
  font-size: 15px;
}
.chat-form .form-group {
  margin-bottom: 10px;
}
.chat-form-block {
  margin-left: 66px;
  max-width: 450px;
  width: 77%;
  padding: 15px 20px;
  border: 1px solid #cfd8d1;
  border-radius: 10px;
  -webkit-box-shadow: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  box-shadow: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  margin-bottom: 15px;
}
.chat-form-block .form-group {
  margin-bottom: 10px;
}
.chat-qw-lawyer input[type="text"]::-webkit-input-placeholder {
  font-size: 13px !important;
}
.chat-qw-lawyer input[type="text"]::-moz-placeholder {
  font-size: 13px !important;
}
.chat-qw-lawyer input[type="text"]:-ms-input-placeholder {
  font-size: 13px !important;
}
.chat-qw-lawyer input[type="text"]::-ms-input-placeholder {
  font-size: 13px !important;
}
.chat-qw-lawyer input[type="text"]::placeholder {
  font-size: 13px !important;
}
#chat-qw-lawyer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  margin-left: 66px;
}
#chat-qw-lawyer .category-id {
  margin-bottom: 20px;
  margin-right: 20px;
}
#chat-qw-lawyer .category-id.category-id-0 {
  margin-right: auto;
  background-color: transparent;
}
#chat-qw-lawyer .category-id.category-id-0 .btn-outline-profile {
  border-color: #00b22d;
}
#chat-qw-lawyer .category-id .cat-0 {
  background-color: #eef6e8;
}
#block_chat .btn-form-consultation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 66px;
}
#block_chat .btn-form-consultation .btn-one-block {
  margin-bottom: 20px;
  margin-right: 20px;
}
.policy-chat {
  color: #737e72;
  margin: -10px 20px 10px;
  position: relative;
  z-index: 120;
}
#see-all-profiles {
  cursor: pointer;
}
.btn-outline-profile {
  height: 30px;
  color: #00b22d !important;
  border-color: #cfd8d1;
  padding: 0 15px;
  line-height: 27px;
  font-size: 13px !important;
  cursor: pointer;
}
.btn-outline-profile:hover {
  border-color: #00b22d;
}
.block-info-text-help-icon {
  padding-right: 42px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #00b22d;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-info-text-help {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: end;
  padding-right: 31px;
}
.block-info-text-help .inner-block-info-text-help {
  width: 65%;
}
.block-info-text-help .info-text-help-one {
  margin-bottom: 10px;
  margin-right: 10px;
  color: #737e72 !important;
}
.block-info-text-help .info-text-help-one div {
  line-height: 27px;
  font-size: 13px !important;
  cursor: pointer;
  border-color: #00b22d;
}
.block-info-text-help .info-text-help-one:hover {
  color: #00b22d !important;
  border-color: #00b22d;
  background-color: #eef6e8;
}
.block-more-profile {
  display: none;
}
.selected-faq {
  text-align: right;
  margin-right: 41px;
  margin-bottom: 5px;
}
.selected-faq .check-block {
  color: #00b22d !important;
  border-color: #00b22d;
  background-color: #eef6e8;
}
.block-info-text-help-read-more {
  color: #00b22d;
  text-align: right;
  margin-right: 43px;
  font-size: 15px;
  cursor: pointer;
}
.block-info-text-help-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: end;
}
.block-info-text-help-message .msg-one-help-info {
  margin-right: 42px;
  color: #424249;
  background-color: #eef6e8;
  border-radius: 10px 0 10px 10px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 14px 20px;
  margin-bottom: 5px;
  font-size: 15px;
}
.wrp-lawyer-debt .ms-bot {
  max-width: 305px;
}
.wrp-lawyer-debt .comm-header {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #424249;
}
.wrp-lawyer-debt .comment-type,
.wrp-lawyer-debt .header-type {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #424249;
}
.wrp-lawyer-debt .comment-type {
  font-weight: 400;
  color: #aaa;
}
.wrp-lawyer-debt .wrp-sel-type-communicate {
  width: 100%;
  max-width: 390px;
  display: inline-block;
}
.wrp-lawyer-debt .type-communicate {
  width: 100%;
  padding: 18px 15px 18px 22px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
}
.wrp-lawyer-debt .type-communicate:hover {
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
}
.wrp-lawyer-debt .type-communicate.messanger {
  max-width: 187px;
}
.wrp-lawyer-debt .type-communicate .wrp-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrp-lawyer-debt .type-communicate .wrp-left i {
  margin-right: 15px;
  font-size: 22px;
  line-height: 24px;
}
.wrp-lawyer-debt .type-communicate .ico-check-2020 {
  display: none;
}
.wrp-lawyer-debt .type-communicate.select {
  border-color: #00b22d;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 15px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 2px 15px rgba(0, 0, 0, 0.08);
}
.wrp-lawyer-debt .type-communicate.select i {
  color: #00b22d;
}
.wrp-lawyer-debt .type-communicate.select .wrp-left i {
  background: -o-linear-gradient(270.34deg, #57d163 6.25%, #23b33a 91.21%);
  background: linear-gradient(179.66deg, #57d163 6.25%, #23b33a 91.21%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.wrp-lawyer-debt .type-communicate.select .ico-check-2020 {
  display: inline-block;
  color: #121212;
}
.wrp-lawyer-debt .type-communicate i {
  color: #bdbdbd;
}
.wrp-lawyer-debt .wrp-messangers {
  border-bottom: 1px solid #e3e8e4;
}
.wrp-lawyer-debt .selection-comm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrp-lawyer-debt .title-sel-comm {
  font-size: 11px;
  color: #898989;
}
.wrp-detailed-anketa .ok-btn,
.wrp-lawyer-debt .ok-btn {
  max-height: 40px;
  width: 60px;
}
.wrp-answer-cons .ms-bot,
.wrp-detailed-anketa .ms-bot {
  max-width: 305px;
}
.wrp-answer-cons .cons-block,
.wrp-detailed-anketa .cons-block {
  margin-left: 10px;
}
.wrp-answer-cons .cons-block-header,
.wrp-detailed-anketa .cons-block-header {
  max-width: 300px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #424249;
}
.wrp-answer-cons ul,
.wrp-detailed-anketa ul {
  padding-left: 15px;
  padding-right: 45px;
}
.wrp-answer-cons ul li,
.wrp-detailed-anketa ul li {
  color: #424249;
  list-style: none;
  position: relative;
  font-size: 15px;
  line-height: 22px;
}
.wrp-answer-cons ul li:before,
.wrp-detailed-anketa ul li:before {
  content: "\79";
  font-family: dpravo2020;
  font-size: 9px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #d9d9d9;
  position: absolute;
  left: -15px;
  top: 1px;
}
.wrp-answer-cons .selector,
.wrp-detailed-anketa .selector {
  width: calc(100% - 10px);
  margin: 0 auto;
  padding-top: 15px;
  border-top: 1px solid #f2f2f2;
}
.wrp-answer-cons .h-selector,
.wrp-detailed-anketa .h-selector {
  margin-bottom: 10px;
  font-size: 13px;
  color: #898989;
}
.wrp-answer-cons .radio-base17,
.wrp-detailed-anketa .radio-base17 {
  width: auto;
  height: auto;
  margin-bottom: 15px;
  padding-left: 0;
}
.wrp-answer-cons .radio-base17:last-of-type,
.wrp-detailed-anketa .radio-base17:last-of-type {
  margin-bottom: 0;
}
.wrp-answer-cons .radio-base17 input,
.wrp-detailed-anketa .radio-base17 input {
  opacity: 0;
}
.wrp-answer-cons .radio-base17 input:checked + label,
.wrp-detailed-anketa .radio-base17 input:checked + label {
  color: #00b22d;
}
.wrp-answer-cons .radio-base17 label,
.wrp-detailed-anketa .radio-base17 label {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
  color: #898989;
}
.wrp-answer-cons .radio-base17 label:after,
.wrp-detailed-anketa .radio-base17 label:after {
  font-size: 9px !important;
  font-weight: 400;
  line-height: 17px;
  right: auto;
  left: -28px;
  top: 3px;
  border-color: #e3e8e4;
}
.wrp-answer-cons .rub-rus,
.wrp-detailed-anketa .rub-rus {
  top: 0 !important;
}
.wrp-answer-cons .btn-success-mid.ok-btn,
.wrp-detailed-anketa .btn-success-mid.ok-btn {
  width: 60px;
  margin-top: 15px;
}
.wrp-answer-cons .wrp-garant-cons,
.wrp-answer-cons .wrp-simpl-answ {
  width: calc(100% - 130px);
  max-width: 420px;
  display: inline-block;
}
.wrp-answer-cons .wrp-garant-cons ul,
.wrp-answer-cons .wrp-simpl-answ ul {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.wrp-answer-cons .wrp-garant-cons ul li,
.wrp-answer-cons .wrp-simpl-answ ul li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
}
.wrp-answer-cons .wrp-garant-cons ul li:last-of-type,
.wrp-answer-cons .wrp-simpl-answ ul li:last-of-type {
  margin-bottom: 0;
}
.wrp-answer-cons .wrp-garant-cons {
  position: relative;
}
.wrp-answer-cons .wrp-garant-cons:before {
  content: "Рекомендуем";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 2px 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 15px;
  border-radius: 10px;
  background-color: #00b22d;
  color: #fff;
  position: absolute;
  top: -8px;
  left: 11px;
}
.wrp-answer-cons .wrp-garant-cons .cons-block {
  border-color: #00b22d !important;
}
.wrp-answer-cons .wrp-garant-cons ul {
  margin-left: 5px;
}
.wrp-answer-cons .wrp-garant-cons ul li:before {
  left: -20px;
}
.wrp-answer-cons .wrp-simpl-answ {
  margin-bottom: 30px;
}
.wrp-answer-cons .wrp-simpl-answ .btn-link-blue-dp {
  color: #424249 !important;
}
.wrp-answer-cons .wrp-simpl-answ ul.circle-items li:before {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0;
  border-radius: 50%;
  background-color: #e0e0e0;
  position: relative;
  top: -4px;
}
.wrp-answer-cons .cons-block-header {
  margin-bottom: 5px;
}
.wrp-answer-cons .badge-grey {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 3px 10px;
  margin-bottom: 15px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 15px;
  color: #424249;
  background-color: #f1f2f6;
}
.wrp-answer-cons .badge-grey i {
  margin-right: 6px;
  color: #9b51e0;
  font-size: 13px;
  position: relative;
  top: 2px;
}
.wrp-answer-cons .wrp-ul-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.wrp-answer-cons .wrp-ul-btn .btn,
.wrp-answer-cons .wrp-ul-btn [data-item="item_new_cons"] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  margin-top: 0 !important;
}
.indicator-connect {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.connect-chat-lawyer {
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  z-index: 1;
}
.mt115-for-clock {
  margin-top: 115px !important;
}
#sand-clock {
  position: absolute;
  font-size: 38px;
  line-height: 90px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 5;
  -webkit-animation: clock 4s linear infinite;
  animation: clock 4s linear infinite;
}
@-webkit-keyframes clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  15.0001% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes clock {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  15.0001% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.segment {
  stroke: #00b22d;
  stroke-width: 2;
  -webkit-animation: round_ind 180s linear infinite;
  animation: round_ind 180s linear infinite;
}
@-webkit-keyframes round_ind {
  0% {
    stroke-dasharray: 0 300%;
    stroke: #00b22d;
  }
  50.000% {
    stroke-dasharray: 300% 0;
    stroke: #00b22d;
  }
  50.001% {
    stroke-dasharray: 0 300%;
    stroke: #f2994a;
  }
  100% {
    stroke-dasharray: 300% 0;
    stroke: #f2994a;
  }
}
@keyframes round_ind {
  0% {
    stroke-dasharray: 0 300%;
    stroke: #00b22d;
  }
  50.000% {
    stroke-dasharray: 300% 0;
    stroke: #00b22d;
  }
  50.001% {
    stroke-dasharray: 0 300%;
    stroke: #f2994a;
  }
  100% {
    stroke-dasharray: 300% 0;
    stroke: #f2994a;
  }
}
#btns-cons-chat .btn,
#btns-cons-chat [data-item="item_new_cons"] {
  display: inline-block;
  text-align: center;
}
#btns-cons-chat i {
  font-size: 16px;
  margin-right: 9px;
  margin-left: 0;
}
#txt-review {
  height: 200px;
}
#form-registration-lawyer-sms #lawyer-registration-edit-phone {
  width: 200px;
  max-width: 100%;
}
.form-debts {
  width: auto;
  padding: 14px 15px;
  margin-left: 80px;
  border: 1px solid #cfd8d1;
  border-radius: 5px;
  max-width: 301px;
}
.form-debts .form-check-label {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
  cursor: pointer;
}
.form-debts .square-checkbox input[type="checkbox"] + label {
  color: #737e72;
}
.form-debts .square-checkbox input[type="checkbox"] + label:before {
  top: 3px;
}
.form-debts .square-checkbox input[type="checkbox"]:checked + label {
  color: #424249;
}
.form-debts .square-checkbox input[type="checkbox"]:checked + label:after {
  top: 7px;
}
.square-checkbox input[type="radio"] + label {
  color: #737e72;
}
.square-checkbox input[type="radio"]:checked + label {
  color: #424249;
}
.chat-form-block-access-lawyer-audio
  .square-checkbox
  input[type="radio"]
  + label::before {
  top: 3px;
}
.chat-form-block-access-lawyer-audio
  .square-checkbox
  input[type="radio"]
  + label::after {
  top: 7px;
}
.sum-order {
  font-size: 21px;
  font-weight: 700;
}
.sum-order .ico-rub-th {
  font-size: 15px;
  margin-left: 3px;
}
.form-price-cons {
  width: 82%;
  min-height: 135px;
  padding: 14px 20px;
  margin-left: 65px;
  margin-bottom: 25px;
  border: 1px solid #cfd8d1;
  border-radius: 0 10px 10px;
}
.form-price-cons .rus_rub {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.form-price-cons .num-sel-lawyer {
  font-size: 32px;
}
.form-price-cons .num-sel-lawyer ~ span {
  line-height: 14px;
}
.wrap-calc-range {
  margin-bottom: 35px;
}
.wrap-calc-range .ui-slider .ui-slider-handle {
  width: 20px !important;
  height: 20px !important;
  top: -8px;
  border: 6px solid #fff !important;
}
.wrp-audio-range .ui-slider .ui-slider-handle {
  width: 16px !important;
  height: 16px !important;
  top: -6px;
  border: 4px solid #fff !important;
}
.wrap-calc-range .ui-slider.ui-slider-horizontal,
.wrp-audio-range .ui-slider.ui-slider-horizontal {
  background: #e3e8e4;
  height: 5px;
  border: none !important;
  border-radius: 3px;
}
.wrap-calc-range .ui-slider .ui-slider-handle,
.wrp-audio-range .ui-slider .ui-slider-handle {
  background-color: #00b22d !important;
  border-radius: 50%;
  cursor: pointer !important;
  -webkit-box-shadow: 0 0 1px 1px #e3e8e4, 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 0 1px 1px #e3e8e4, 0 10px 25px rgba(54, 152, 6, 0.3);
}
.wrap-calc-range .ui-slider .ui-slider-range,
.wrp-audio-range .ui-slider .ui-slider-range {
  background: #00b22d;
  height: 5px;
  border: none !important;
  border-radius: 3px;
}
.wrap-calc-range .ui-slider .ui-state-hover,
.wrp-audio-range .ui-slider .ui-state-hover {
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
}
.wrap-calc-range .ui-slider .ui-state-focus,
.wrp-audio-range .ui-slider .ui-state-focus {
  outline: 0;
}
.wrp-conf {
  margin-top: 20px;
}
.policy-conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.policy-conf img {
  height: 30px;
  width: auto;
  border-radius: 3px;
  margin-right: 15px;
}
.policy-conf a {
  font-size: 15px;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #cfd8d1;
  border-right: 1px solid #cfd8d1;
}
.sound-conf {
  margin-left: auto;
  font-size: 13px;
}
.sound-conf .icon-sound {
  height: 30px;
  width: 30px;
  border: 1px solid #cfd8d1;
  border-radius: 50%;
  text-align: center;
  line-height: 31px;
  margin: 0 20px 0 10px;
}
.sound-conf .icon-sound i {
  font-size: 16px;
  color: #737e72;
}
.sound-on .s-on {
  display: inline;
}
.sound-on .ico-sound-on {
  display: inline-block;
}
.sound-on .ico-sound-off,
.sound-on .s-off {
  display: none;
}
.sound-off .s-off {
  display: inline;
}
.sound-off .ico-sound-off {
  display: inline-block;
}
.sound-off .ico-sound-on,
.sound-off .s-on {
  display: none;
}
#modalWindowAboutPhone .modal-body,
#modalWindowCallToLawyer .modal-body {
  padding: 50px 50px 70px;
}
.modal-cart-lawyer .block-lawyer-photo {
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}
.modal-cart-lawyer .info-individual {
  padding-top: 10px;
}
.modal-cart-lawyer .info-individual div {
  margin-bottom: 15px;
}
.modal-cart-lawyer .data-stat {
  font-size: 36px;
  margin-bottom: 0 !important;
}
.modal-cart-lawyer .brd-r::before {
  margin-top: 10px;
  margin-left: -30px;
}
.modal-cart-lawyer .data-title {
  font-size: 13px;
}
.modal-cart-lawyer .brd-r::before {
  height: 80px;
}
.btn-profile-lawyer-big {
  height: 40px;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
  line-height: 27px;
  font-size: 15px !important;
  color: #424249;
}
.btn-profile-lawyer-big.btn-fake-profile-lawyer-big {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
}
.btn-lawyers-all-profiles-info .btn-hide-profile,
.btn-lawyers-all-profiles-info .btn-view-all {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
}
.pagination .page-item {
  border: 1px solid transparent;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-item.active,
.pagination .page-item:hover {
  background: #fff;
  border: 1px solid #00b22d;
}
.pagination .page-item.active .page-link,
.pagination .page-item:hover .page-link {
  color: #424249;
}
.pagination .page-item .page-link {
  color: #737e72;
  border: none;
  background: 0 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-stroke {
  border-top: 1px solid #cfd8d1;
}
.right-stroke {
  border-right: 1px solid #cfd8d1;
}
.bottom-stroke {
  border-bottom: 1px solid #cfd8d1;
}
.left-stroke {
  border-left: 1px solid #cfd8d1;
}
.wrap-preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrap-preloader .spinner-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.blueimp-gallery-link {
  cursor: pointer;
}
.btn .btn-disabled,
.btn .btn-disabled-mid,
.btn .btn-disabled-sm,
.btn .btn-disabled-sm2,
.btn .btn-outline-disabled,
.btn.disabled,
.btn[disabled],
.disabled[data-item="item_new_cons"],
[data-item="item_new_cons"] .btn-disabled,
[data-item="item_new_cons"] .btn-disabled-mid,
[data-item="item_new_cons"] .btn-disabled-sm,
[data-item="item_new_cons"] .btn-disabled-sm2,
[data-item="item_new_cons"] .btn-outline-disabled,
[disabled][data-item="item_new_cons"] {
  pointer-events: none;
}
.a-video-img:before,
.fotorama .fotorama__video-play:before,
.room-video-img:before,
.video-before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  position: absolute;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  z-index: 1;
}
.a-video-img:after,
.fotorama .fotorama__video-play:after,
.room-video-img:after,
.video-after {
  content: "";
  border: 12px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 11px);
  z-index: 2;
}
.fotorama {
  max-width: 100%;
  display: block;
  padding-right: 190px;
}
.fotorama.fotorama--fullscreen .zoomImg {
  visibility: hidden;
}
.fotorama.fotorama--fullscreen .fotorama__html > div {
  height: 100%;
  text-align: center;
}
.fotorama.fotorama--fullscreen .fotorama__html > div img {
  max-height: 100%;
}
.fotorama.fotorama--fullscreen .fotorama__nav-wrap {
  display: none;
}
.fotorama .fotorama__nav .fotorama__video-play {
  display: none;
}
.fotorama .fotorama__video-play {
  background: 0 0;
}
.fotorama .fotorama__video-play:hover:before {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2f9c07),
    to(#66bc01)
  ) !important;
  background: -o-linear-gradient(top, #2f9c07 0, #66bc01 100%) !important;
  background: linear-gradient(180deg, #2f9c07 0, #66bc01 100%) !important;
}
.fotorama__nav-wrap {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  right: -570px;
}
.fotorama__nav-wrap .fotorama__thumb-border {
  display: none;
}
.fotorama__nav-wrap .fotorama__nav {
  text-align: left;
}
.fotorama__nav-wrap .fotorama__nav__frame {
  padding: 0 20px 0 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fotorama__nav-wrap .fotorama__img {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fotorama__html > div {
  width: 100%;
}
.fotorama__html > div img {
  max-width: 100%;
}
#privacy-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#privacy-menu div {
  max-width: calc(17% - 10px);
  height: 80px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
}
#privacy-menu div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #424249;
  text-align: center;
  text-decoration: none;
}
#privacy-menu div.selected {
  background: #eef6e8;
  border: 1px solid #00b22d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}
.instruction-call,
.license-agreement,
.privacy-policy {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
}
.instruction-call a,
.license-agreement a,
.privacy-policy a {
  color: #00b22d;
  text-decoration: underline;
}
.instruction-call a:hover,
.license-agreement a:hover,
.privacy-policy a:hover {
  text-decoration: none;
}
.instruction-call .policy-inf .row div:first-child,
.license-agreement .policy-inf .row div:first-child,
.privacy-policy .policy-inf .row div:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .instruction-call .policy-inf .row div:first-child,
  .license-agreement .policy-inf .row div:first-child,
  .privacy-policy .policy-inf .row div:first-child {
    padding-left: 10px;
  }
}
.instruction-call h3,
.license-agreement h3,
.privacy-policy h3 {
  padding-top: 38px;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 50px;
  color: #424249;
}
.instruction-call br,
.license-agreement br,
.privacy-policy br {
  padding-bottom: 5px;
}
.instruction-call ul,
.license-agreement ul,
.privacy-policy ul {
  line-height: 27px;
}
.instruction-call p,
.instruction-call span,
.license-agreement p,
.license-agreement span,
.privacy-policy p,
.privacy-policy span {
  color: #aaa;
}
.instruction-call .h5,
.instruction-call h5,
.license-agreement .h5,
.license-agreement h5,
.privacy-policy .h5,
.privacy-policy h5 {
  margin: 70px 0 20px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
}
.license-agreement.sber .h5,
.license-agreement.sber h5,
.privacy-policy.sber .h5,
.privacy-policy.sber h5,
.sber.instruction-call .h5,
.sber.instruction-call h5 {
  margin: 25px 0 10px;
}
.instruction-call .pl-10,
.instruction-call .pl-11,
.license-agreement .pl-10,
.license-agreement .pl-11,
.privacy-policy .pl-10,
.privacy-policy .pl-11 {
  padding-left: 20px;
}
.license-agreement_menu-right,
.privacy-policy_menu-right {
  max-width: calc(25% - 30px);
  margin-left: 20px;
  padding: 0;
  margin-top: 42px;
}
.license-agreement_menu-right-content,
.privacy-policy_menu-right-content {
  margin-left: 10px;
  width: 100%;
  height: auto;
  padding: 30px 30px;
  padding-left: 30px !important;
  background: #f6f9f6;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.license-agreement_menu-right-content strong,
.privacy-policy_menu-right-content strong {
  color: #00b22d;
}
.license-agreement_menu-right-content p,
.privacy-policy_menu-right-content p {
  margin-bottom: 15px;
}
.license-agreement_menu-right-content a,
.privacy-policy_menu-right-content a {
  color: #737e72;
  text-decoration: none;
}
.license-agreement_menu-right-content a:hover,
.privacy-policy_menu-right-content a:hover {
  text-decoration: underline;
}
.license-agreement_card,
.privacy-policy_card {
  margin-top: 50px;
}
.license-agreement_left-contact,
.privacy-policy_left-contact {
  border-right: 1px solid #e3e8e4;
}
.license-agreement_bottom-contact,
.privacy-policy_bottom-contact {
  padding-top: 20px;
  margin-top: 18px;
  border-top: 1px solid #e3e8e4;
}
.instruction-call .grey,
.license-agreement .grey,
.privacy-policy .grey {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.instruction-call h6,
.license-agreement h6,
.privacy-policy h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
}
.useful-content h2 {
  padding: 70px 0 30px 0;
}
.useful-content_search {
  height: 80px;
  padding: 15px 30px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 10px;
}
.useful-content_search input {
  height: 50px;
  width: 100%;
  padding: 14px 20px;
  background: #f6f9f6;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.useful-content_search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 40px;
  height: 50px;
  width: 80px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  border-radius: 0 5px 5px 0;
  color: #fff;
  border: 0 !important;
}
.useful-content_sort {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
.useful-content_sort a {
  padding-left: 20px;
  text-decoration: none;
  color: #737e72;
}
.useful-content_sort a:hover {
  text-decoration: underline;
}
.useful-content_sort a.selected {
  color: #00b22d;
}
.useful-content .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.video-block {
  min-height: 207px;
  width: 100%;
  padding: 10px 60px 10px 10px;
  margin-bottom: 20px;
  margin-left: 0;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 10px;
}
.video-block div:first-child {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video-block_preview {
  height: 100%;
  max-width: 370px;
}
.video-block_preview img {
  border-radius: 10px;
}
.video-block_date-block {
  width: calc(100% - 340px);
  margin: 10px 0 0 30px;
}
.video-block_date-block p {
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.video-block_date-block h4 {
  padding-top: 10px;
}
.video-block_date-block a {
  color: #737e72;
}
.video-block_date {
  padding: 0 10px 0 0;
  border-right: 1px solid #737e72;
  font-size: 12px;
  line-height: 20px;
  color: #737e72;
}
.video-block_date-single-video {
  margin-top: 50px;
}
.video-block_video-frame {
  margin-bottom: 50px;
}
.video-block_date-green {
  color: #00b22d !important;
}
.video-block_source {
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #737e72;
}
.video-block_description {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 17px;
  line-height: 27px;
  color: #424249;
}
.cooperation h1.title-dp {
  margin: 70px 0 30px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 51px;
  color: #424249;
}
@media (max-width: 767px) {
  .cooperation h1.title-dp {
    font-size: 24px;
    line-height: 32px;
  }
}
.cooperation .cooperation_puzzle {
  float: right;
  margin-top: 70px;
}
.cooperation .cooperation_puzzle img {
  max-width: 100%;
}
.cooperation ul {
  list-style: none;
  padding: 0;
}
.cooperation ul li {
  font-size: 18px;
  line-height: 30px;
  color: #737e72;
}
.cooperation ul li img {
  margin: 0 10px 0 20px;
}
.cooperation ul li i {
  color: #00b22d;
  padding: 0 10px 0 20px;
  font-size: 13px;
}
.cooperation p {
  font-size: 18px;
  line-height: 30px;
}
.cooperation .bottom-stroke {
  padding-bottom: 50px;
}
.cooperation h3 {
  margin-top: 50px;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
}
.cooperation label {
  padding: 30px 0 10px 0;
  font-size: 15px;
  line-height: 30px;
  color: #424249;
}
.cooperation .alert {
  line-height: 46px;
}
.cooperation input,
.cooperation textarea {
  padding: 19px 20px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.cooperation textarea {
  min-height: 160px;
  margin-bottom: 50px;
}
.cooperation textarea:focus {
  border: 1px solid #00b22d;
  outline: 0;
}
.cooperation form {
  padding-bottom: 50px;
}
.cooperation .label {
  padding: 10px 20px;
  margin-left: 30px;
  border-radius: 5px;
}
.cooperation .label-success {
  color: #fff;
  background-color: #00b22d;
}
.cooperation .label-danger {
  color: #fff;
  background-color: #ff5050;
}
.cooperation_success-mess {
  margin: 70px auto;
  opacity: 0.85;
}
.cooperation input,
.cooperation textarea {
  padding: 19px 20px !important;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
}
.cooperation #errorBlock ul {
  list-style: none;
}
.cooperation #errorBlock ul li {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.auth-login,
.cabinet-profile,
.phone-edit {
  font-size: 15px;
  line-height: 22px;
}
.auth-login #password:focus,
.cabinet-profile #password:focus,
.phone-edit #password:focus {
  border: 1px solid #00b22d;
  outline: 0;
}
.auth-login p,
.cabinet-profile p,
.phone-edit p {
  padding-left: 33px;
  font-weight: 400;
}
.auth-login i,
.cabinet-profile i,
.phone-edit i {
  padding-right: 15px;
  font-size: 16px;
  color: #00b22d;
}
.auth-login h1.title-dp,
.auth-login h2,
.cabinet-profile h1.title-dp,
.cabinet-profile h2,
.phone-edit h1.title-dp,
.phone-edit h2 {
  margin: 70px 0 50px 0;
  line-height: 50px;
  color: #424249;
}
.auth-login h4,
.cabinet-profile h4,
.phone-edit h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
.auth-login a.btn,
.auth-login a[data-item="item_new_cons"],
.cabinet-profile a.btn,
.cabinet-profile a[data-item="item_new_cons"],
.phone-edit a.btn,
.phone-edit a[data-item="item_new_cons"] {
  margin: 40px 0 70px 0;
}
.auth-login .btn i,
.auth-login [data-item="item_new_cons"] i,
.cabinet-profile .btn i,
.cabinet-profile [data-item="item_new_cons"] i,
.phone-edit .btn i,
.phone-edit [data-item="item_new_cons"] i {
  color: #fff;
}
.auth-login input,
.cabinet-profile input,
.phone-edit input {
  padding: 19px 20px !important;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
  height: 60px;
}
.auth-login .hint,
.cabinet-profile .hint,
.phone-edit .hint {
  min-height: 330px;
  padding: 50px 40px;
  background: #f6f9f6;
  border-radius: 10px;
}
.auth-login input {
  margin-bottom: 17px;
}
.auth-login i {
  padding-right: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
.auth-login .hint {
  min-height: 278px;
  padding: 30px 40px 50px;
}
.auth-login .hint p:first-of-type {
  margin-bottom: 30px;
}
.auth-login .hint p:last-of-type {
  margin-bottom: 0;
}
.auth-login #block_auto_admin,
.auth-login #block_login_pass,
.auth-login #block_registration,
.auth-login .alert,
.auth-login .tel {
  max-width: 370px;
}
.auth-login #code_resend {
  cursor: pointer;
  text-align: left;
}
.auth-login #code_resend:hover {
  text-decoration: underline;
}
.auth-login_privacy-policy {
  margin: 0 0 50px 0;
}
.auth-login_privacy-policy div {
  padding-left: 0;
}
.auth-login_privacy-policy label {
  font-size: 13px;
}
.auth-login_privacy-policy a {
  color: #737e72;
  text-decoration: underline;
  white-space: nowrap;
}
.cabinet-profile_phone input {
  background-color: #f6f9f6 !important;
}
.cabinet-profile_phone-btn {
  margin: 15px -30px 0 0;
  width: 45px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 15px;
  right: 40px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#00b22d),
    to(#00b22d)
  );
  background: -o-linear-gradient(top, #00b22d 0, #00b22d 100%);
  background: linear-gradient(180deg, #00b22d 0, #00b22d 100%);
  border-radius: 0 5px 5px 0 !important;
  border: 0 !important;
}
.cabinet-profile_phone-btn input {
  background-color: #f6f9f6;
}
.cabinet-profile_phone-btn i {
  color: #fff;
  padding: 0;
}
.cabinet-profile_phone-btn:hover {
  text-decoration: none;
}
.phone-edit {
  padding: 50px;
  font-size: 14px;
  margin-bottom: 0;
}
.phone-edit input {
  margin-bottom: 15px;
  height: auto;
  padding: 19px 20px !important;
}
.phone-edit a {
  margin: 0 !important;
  height: 44px;
}
.phone-edit a.btn,
.phone-edit a[data-item="item_new_cons"] {
  font-size: 17px;
  line-height: 20px;
  color: #424249;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.phone-edit a.change {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00b22d;
}
.phone-edit button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 !important;
  height: auto;
  width: 191px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
}
.phone-edit button i {
  padding: 0 0 0 10px;
  margin: 0;
}
.phone-edit #phone {
  margin-bottom: 30px;
  padding: 19px 20px !important;
}
.phone-edit p {
  padding: 0;
}
.phone-edit_send-code {
  font-size: 17px;
  line-height: 20px;
  color: #424249;
  padding: 30px 0 !important;
}
.phone-edit_code {
  background-color: #f6f9f6 !important;
}
.phone-edit_approve,
.phone-edit_code,
.phone-edit_send-code {
  opacity: 0.5;
}
#modalDialogDP > .modal-profile {
  min-width: 500px;
}
.play-button-with-text {
  margin-top: 0;
  margin-bottom: 15px;
}
.play-button-with-text img,
.play-button-with-text svg {
  margin-right: 10px;
  -webkit-box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  box-shadow: 0 10px 25px rgba(54, 152, 6, 0.3);
  border-radius: 50%;
  width: 40px;
}
.play-button-with-text a {
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00b22d;
  margin: 0;
}
.play-button-with-text a::before {
  display: none;
}
.play-button-with-text a::after {
  display: none;
}
.new-messages {
  background: #eef6e8;
  border-radius: 10px;
  padding: 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.new-messages .messages-count {
  display: inline-block;
  background: #00b22d;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  width: 20px;
}
.new-messages .messages-text {
  color: #424249;
  margin: 0 5px;
}
.edit-msg {
  position: absolute;
  display: none;
  top: -15px;
  left: -20px;
}
.msg-one:hover .edit-msg {
  display: block;
  z-index: 100;
}
.msg-one {
  position: relative;
}
.escape-edit-lawyer {
  color: #00b22d;
  position: absolute;
  right: 18%;
  top: 39px;
  cursor: pointer;
  font-size: 10px;
}
.escape-edit-client {
  color: #00b22d;
  position: absolute;
  right: 128px;
  top: 25px;
  cursor: pointer;
  font-size: 10px;
}
#block_chat .before-edit:before {
  content: "Изменено";
  display: inline-block;
  width: 50px;
  height: 20px;
  font-size: 12px;
  color: #737e72;
  margin-right: 15px;
}
#block_chat .after-edit:after {
  content: "Изменено";
  display: inline-block;
  width: 50px;
  height: 20px;
  font-size: 12px;
  color: #737e72;
  margin-left: 15px;
}
.err-page {
  height: calc(100vh - 135px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.err-page .err-num {
  color: #424249;
  font-size: 140px;
}
.err-page .err-num img {
  margin: 0 15px 25px;
}
.err-page .err-num span {
  line-height: 170px;
}
.err-page .btn,
.err-page [data-item="item_new_cons"] {
  margin-top: 50px;
}
.dp-collapsible .show-less {
  display: none;
}
.dp-collapsible .show-less,
.dp-collapsible .show-more {
  cursor: pointer;
  color: #00b22d;
}
.dp-collapsible .show-less span,
.dp-collapsible .show-more span {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.dp-collapsible .show-less {
  margin-top: 10px;
}
.dp-collapsible .show-more {
  margin-top: -10px;
}
.clear-search {
  width: 30px;
  height: 30px;
  position: relative;
  right: 40px;
  background-color: #fff;
  line-height: 30px;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  box-shadow: 0 5px 10px rgba(73, 106, 72, 0.12);
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
}
.clear-search.divider-v30:after {
  right: -22px;
}
.clear-search.mob-clear {
  right: 0 !important;
}
.clear-search.mob-clear.divider-v30:after {
  background-color: transparent;
  right: 0;
}
.clear-search:hover {
  border-color: #00b22d;
}
#single-review-page-v2 .mob-clear {
  right: 40px !important;
}
#single-review-page-v2 .form-filters {
  margin-left: -4px;
  background: #fff;
  border: 1px solid #e3e8e4 !important;
  border-radius: 185px !important;
  height: 50px;
}
#single-review-page-v2 .form-filters .row {
  height: 50px;
}
@media (max-width: 767px) {
  #single-review-page-v2 .form-filters .row {
    height: 40px;
  }
}
@media (max-width: 767px) {
  #single-review-page-v2 .form-filters {
    margin-top: 0;
    height: 40px;
    min-height: 40px !important;
  }
}
#single-review-page-v2 .wrp-search-lawyer-for-client {
  position: relative;
}
#single-review-page-v2 .search-wrapper {
  position: absolute;
  right: -8px;
  top: 26px;
  display: none;
}
#single-review-page-v2 .search-wrapper #btn-search-law {
  position: absolute;
  top: -21px;
  right: 15px;
  width: 40px !important;
  height: 40px !important;
  background: #00b22d !important;
  border-radius: 50% !important;
  min-height: 100% !important;
}
@media (max-width: 767px) {
  #single-review-page-v2 .search-wrapper #btn-search-law {
    top: -21px !important;
    width: 40px !important;
    height: 40px !important;
    right: 15px !important;
  }
}
#single-review-page-v2 .search-wrapper .btn i,
#single-review-page-v2 .search-wrapper [data-item="item_new_cons"] i {
  top: 4px;
  font-size: 16px !important;
  margin-left: -2px;
}
#single-review-page-v2 .clear-search {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 52px !important;
  background-color: none;
  line-height: 30px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  top: 10px;
}
#single-review-page-v2 .clear-search i {
  color: #9d9d9d;
}
@media (max-width: 500px) {
  #single-review-page-v2 .clear-search {
    right: 52px !important;
    top: 10px !important;
  }
}
#single-review-page-v2 #form-search-review {
  margin: 0 0 5px 0;
}
#single-review-page-v2 #form-search-review::-webkit-input-placeholder {
  font-size: 15px !important;
  line-height: 20px;
}
#single-review-page-v2 #form-search-review::-moz-placeholder {
  font-size: 15px !important;
  line-height: 20px;
}
#single-review-page-v2 #form-search-review:-ms-input-placeholder {
  font-size: 15px !important;
  line-height: 20px;
}
#single-review-page-v2 #form-search-review::-ms-input-placeholder {
  font-size: 15px !important;
  line-height: 20px;
}
#single-review-page-v2 #form-search-review::placeholder {
  font-size: 15px !important;
  line-height: 20px;
}
@media (max-width: 500px) {
  #single-review-page-v2 #form-search-review::-webkit-input-placeholder {
    font-size: 15px !important;
  }
  #single-review-page-v2 #form-search-review::-moz-placeholder {
    font-size: 15px !important;
  }
  #single-review-page-v2 #form-search-review:-ms-input-placeholder {
    font-size: 15px !important;
  }
  #single-review-page-v2 #form-search-review::-ms-input-placeholder {
    font-size: 15px !important;
  }
  #single-review-page-v2 #form-search-review::placeholder {
    font-size: 15px !important;
  }
}
@media (max-width: 767px) {
  #single-review-page-v2 #form-search-review {
    margin: 0;
    font-size: 13px !important;
  }
}
#single-review-page-v2 #btn-search-law {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#reviews-page
  .row
  .col-12
  #form-search-lawyer-for-client
  .search-review
  .form-filters
  .row
  #search-law
  #form-search-review {
  margin: 0 0 5px 0;
}
#reviews-page
  .row
  .col-12
  #form-search-lawyer-for-client
  .search-review
  .form-filters
  .row
  #search-law
  #form-search-review::-webkit-input-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .row
  .col-12
  #form-search-lawyer-for-client
  .search-review
  .form-filters
  .row
  #search-law
  #form-search-review::-moz-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .row
  .col-12
  #form-search-lawyer-for-client
  .search-review
  .form-filters
  .row
  #search-law
  #form-search-review:-ms-input-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .row
  .col-12
  #form-search-lawyer-for-client
  .search-review
  .form-filters
  .row
  #search-law
  #form-search-review::-ms-input-placeholder {
  font-size: 15px !important;
}
#reviews-page
  .row
  .col-12
  #form-search-lawyer-for-client
  .search-review
  .form-filters
  .row
  #search-law
  #form-search-review::placeholder {
  font-size: 15px !important;
}
@media (max-width: 500px) {
  #reviews-page
    .row
    .col-12
    #form-search-lawyer-for-client
    .search-review
    .form-filters
    .row
    #search-law
    #form-search-review::-webkit-input-placeholder {
    font-size: 15px !important;
  }
  #reviews-page
    .row
    .col-12
    #form-search-lawyer-for-client
    .search-review
    .form-filters
    .row
    #search-law
    #form-search-review::-moz-placeholder {
    font-size: 15px !important;
  }
  #reviews-page
    .row
    .col-12
    #form-search-lawyer-for-client
    .search-review
    .form-filters
    .row
    #search-law
    #form-search-review:-ms-input-placeholder {
    font-size: 15px !important;
  }
  #reviews-page
    .row
    .col-12
    #form-search-lawyer-for-client
    .search-review
    .form-filters
    .row
    #search-law
    #form-search-review::-ms-input-placeholder {
    font-size: 15px !important;
  }
  #reviews-page
    .row
    .col-12
    #form-search-lawyer-for-client
    .search-review
    .form-filters
    .row
    #search-law
    #form-search-review::placeholder {
    font-size: 15px !important;
  }
}
.clear-city {
  cursor: pointer;
}
.clear-city:hover i {
  color: #00b22d;
}
.tags-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 40px;
}
#tags-mobile {
  margin-bottom: 30px;
  margin-top: -15px;
  background-color: #eef6e8;
  padding: 0;
  border-radius: 5px !important;
}
#tags-mobile > .card:first-of-type,
#tags-mobile > .card:last-of-type {
  border-radius: 5px !important;
  border: none !important;
}
#tags-mobile .card-header {
  padding: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0;
}
#tags-mobile .card-header .btn,
#tags-mobile .card-header [data-item="item_new_cons"] {
  padding: 10px 20px;
  line-height: 20px;
  border: none;
  height: 40px;
}
#tags-mobile .card-header .btn i,
#tags-mobile .card-header [data-item="item_new_cons"] i {
  margin-left: 0;
}
#tags-mobile .card-header .btn[aria-expanded="false"] .ico-angle-down,
#tags-mobile
  .card-header
  [aria-expanded="false"][data-item="item_new_cons"]
  .ico-angle-down {
  display: initial;
}
#tags-mobile .card-header .btn[aria-expanded="false"] .ico-angle-up,
#tags-mobile
  .card-header
  [aria-expanded="false"][data-item="item_new_cons"]
  .ico-angle-up {
  display: none;
}
#tags-mobile .card-header .btn[aria-expanded="true"] .ico-angle-up,
#tags-mobile
  .card-header
  [aria-expanded="true"][data-item="item_new_cons"]
  .ico-angle-up {
  display: initial;
}
#tags-mobile .card-header .btn[aria-expanded="true"] .ico-angle-down,
#tags-mobile
  .card-header
  [aria-expanded="true"][data-item="item_new_cons"]
  .ico-angle-down {
  display: none;
}
#tags-mobile .card-body {
  background-color: #eef6e8;
  padding: 10px 40px 10px 20px;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#tags-mobile .collapse:not(.show) {
  display: block;
  height: 40px;
  overflow: hidden;
}
#tags-mobile .collapse:not(.show) .card-body {
  padding-top: 6px;
}
#tags-mobile .collapsing {
  height: 40px;
}
#tags-mobile .one-tag {
  background-color: #fff;
}
.tags-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.one-tag {
  height: 28px;
  width: auto;
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #eef6e8;
  border-radius: 5px;
  color: #424249;
  background-color: #eef6e8;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.one-tag.active {
  border: 1px solid #00b22d;
}
.one-tag.active i {
  display: inline-block;
}
.one-tag i {
  display: none;
  margin-left: 10px;
  font-size: 10px;
  line-height: 18px;
  color: #737e72;
}
.wrp-linked {
  position: relative;
  width: 200px;
}
.linked.btn-disabled {
  cursor: pointer !important;
}
.linked-menu,
.phones-company {
  display: none;
  position: absolute;
  min-height: auto;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  padding: 20px;
  top: 60px;
  left: 0;
  z-index: 1;
}
.linked-menu li,
.phones-company li {
  font-size: 12px;
  line-height: 20px;
  list-style: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #00b22d;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin-bottom: 20px;
}
.linked-menu li:last-of-type,
.phones-company li:last-of-type {
  margin-bottom: 0;
}
.linked-menu li:hover,
.phones-company li:hover {
  color: #424249 !important;
}
.linked-menu li a,
.phones-company li a {
  color: #00b22d;
}
.linked-menu li a:hover,
.phones-company li a:hover {
  text-decoration: none;
  color: #424249 !important;
}
.phones-company {
  padding: 10px;
}
.phones-company li {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  cursor: default;
}
.phones-company li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 7px;
  color: #424249;
  cursor: default;
}
.phones-company li a span {
  position: relative;
  top: -3px;
  right: -7px;
}
.phones-company li a i {
  font-size: 16px;
  color: #00b22d;
}
.phones-company li a:hover {
  border-radius: 5px;
  background-color: #eef6e8;
  cursor: pointer;
}
.stock-lead-complaint-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 15px 50px;
}
.stock-lead-complaint-success .stock-lead-complaint-success-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #00b22d;
}
.stock-lead-complaint-success .stock-lead-complaint-success-text {
  font-size: 15px;
  line-height: 22px;
  color: #424249;
}
.wrp-dp-modal {
  padding: 45px 45px 60px;
}
.company-info .btn-disabled-mid-50 {
  cursor: pointer !important;
}
.company-info .linked-menu,
.company-info .phones-company {
  top: 50px;
}
#chat-ver-2 #form-end-consultation .accordion .btn-link-blue-dp,
#form-end-consultation .accordion #chat-ver-2 .btn-link-blue-dp,
#form-end-consultation .accordion .btn-link {
  font-size: 15px;
  color: #737e72;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  text-align: left;
}
#chat-ver-2
  #form-end-consultation
  .accordion
  .btn-link-blue-dp[aria-expanded="false"]
  .ico-angle-down,
#form-end-consultation
  .accordion
  #chat-ver-2
  .btn-link-blue-dp[aria-expanded="false"]
  .ico-angle-down,
#form-end-consultation
  .accordion
  .btn-link[aria-expanded="false"]
  .ico-angle-down {
  display: inline-block;
}
#chat-ver-2
  #form-end-consultation
  .accordion
  .btn-link-blue-dp[aria-expanded="false"]
  .ico-angle-up,
#form-end-consultation
  .accordion
  #chat-ver-2
  .btn-link-blue-dp[aria-expanded="false"]
  .ico-angle-up,
#form-end-consultation
  .accordion
  .btn-link[aria-expanded="false"]
  .ico-angle-up {
  display: none;
}
#chat-ver-2
  #form-end-consultation
  .accordion
  .btn-link-blue-dp[aria-expanded="true"]
  .ico-angle-up,
#form-end-consultation
  .accordion
  #chat-ver-2
  .btn-link-blue-dp[aria-expanded="true"]
  .ico-angle-up,
#form-end-consultation
  .accordion
  .btn-link[aria-expanded="true"]
  .ico-angle-up {
  display: inline-block;
}
#chat-ver-2
  #form-end-consultation
  .accordion
  .btn-link-blue-dp[aria-expanded="true"]
  .ico-angle-down,
#form-end-consultation
  .accordion
  #chat-ver-2
  .btn-link-blue-dp[aria-expanded="true"]
  .ico-angle-down,
#form-end-consultation
  .accordion
  .btn-link[aria-expanded="true"]
  .ico-angle-down {
  display: none;
}
#chat-ver-2 #form-end-consultation .accordion .btn-link-blue-dp:hover,
#form-end-consultation .accordion #chat-ver-2 .btn-link-blue-dp:hover,
#form-end-consultation .accordion .btn-link:hover {
  text-decoration: none;
}
#chat-ver-2 #form-end-consultation .accordion .btn-link-blue-dp i,
#form-end-consultation .accordion #chat-ver-2 .btn-link-blue-dp i,
#form-end-consultation .accordion .btn-link i {
  font-size: 17px;
  color: #424249;
}
#form-end-consultation .accordion ul {
  padding-left: 0;
}
#form-end-consultation .accordion li {
  width: 100%;
  list-style: none;
  margin-right: 0;
}
#form-end-consultation .accordion li label {
  margin-bottom: 0;
  font-size: 13px;
  color: #737e72;
  cursor: pointer;
  width: calc(100% - 24px);
}
#form-end-consultation .accordion li label:first-letter {
  text-transform: uppercase;
}
#form-end-consultation .accordion > .card {
  overflow: visible;
}
#form-end-consultation .accordion .card {
  position: relative;
  border: none;
}
#form-end-consultation .accordion .card-header {
  max-height: 60px;
  border-radius: 5px !important;
  border: 1px solid #e3e8e4;
  background-color: #fff;
}
#form-end-consultation .accordion #collapseWhy {
  position: absolute;
  top: 59px;
  background-color: #fff;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  z-index: 1;
}
#form-end-consultation .accordion .sel-txt-why {
  max-width: 95%;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#form-end-consultation .accordion .sel-txt-why:first-letter {
  text-transform: uppercase;
}
.about-text-collapse {
  background: #f6f9f6;
  border-radius: 10px;
  padding: 15px 30px;
}
.about-text-collapse p {
  max-width: 840px;
  font-size: 15px;
  line-height: 22px;
  margin: 0 30px 0 0;
}
.about-text-collapse .more-link {
  margin-left: 30px;
  color: #00b22d;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}
.about-text-collapse .more-link:hover {
  text-decoration: none;
}
.about-text-collapse .more-link[aria-expanded="false"] .for-not-expanded {
  display: initial;
}
.about-text-collapse .more-link[aria-expanded="false"] .for-expanded {
  display: none;
}
.about-text-collapse .more-link[aria-expanded="true"] .for-not-expanded {
  display: none;
}
.about-text-collapse .more-link[aria-expanded="true"] .for-expanded {
  display: initial;
}
.about-text-collapse .separator {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1px;
  flex: 0 0 1px;
  background: #cfd8d1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
#formRatingLawyer
  .select2-container--bootstrap4
  .select2-selection--single
  .select2-selection__arrow
  b:after {
  color: #424249;
  font-size: 18px;
}
#formRatingLawyer .select2-container--open .select2-selection__arrow b:after {
  content: "\e007";
}
#formRatingLawyer textarea {
  max-height: 120px;
}
.frm-loader {
  min-height: 252px;
}
.comment-block-result {
  max-width: 770px !important;
}
.comment-block-result .pl-comment-1 {
  padding-left: 60px !important;
}
.comment-block-result .pl-comment-2 {
  padding-left: 120px !important;
}
.comment-block-result .pl-comment-3 {
  padding-left: 180px !important;
}
.comment-block-result .pl-comment-4 {
  padding-left: 240px !important;
}
.comment-block-result .pl-comment-5 {
  padding-left: 300px !important;
}
.comment-block-result .mb-150 {
  margin-bottom: 150px;
}
.comment-block-result .line-comment:before {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #cfd8d1;
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 0;
}
.comment-block-result .avatar-comment {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.comment-block-result .avatar-comment img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #e3e8e4;
  margin-right: 20px;
  min-width: 50px;
}
.comment-block-result .avatar-comment-mob {
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.comment-block-result .avatar-comment-mob img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e3e8e4;
  margin-right: 20px;
  min-width: 36px;
}
.comment-block-result .content-comment {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.comment-block-result .content-comment .line-name {
  position: relative;
}
.comment-block-result .content-comment .line-name:after {
  content: "";
  height: 30px;
  width: 1px;
  background-color: #cfd8d1;
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 0;
}
.comment-block-result .likes-block .single-reaction {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  margin-right: 20px;
}
.comment-block-result .likes-block .single-reaction:not(:last-child) {
  margin-right: 20px;
}
.comment-block-result .likes-block .single-reaction:last-child {
  margin-right: 0;
}
.comment-block-result .likes-block .single-reaction i {
  font-size: 20px;
  height: 20px;
}
.comment-block-result .one-comment .time_comment {
  margin-left: 18px !important;
  padding-top: 3px !important;
}
.comment-block-result .btn-add-comment {
  color: #00b22d !important;
  cursor: pointer;
}
.edit-client {
  margin-left: 5px;
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #00b22d;
}
.edit-client:hover {
  text-decoration: none;
}
.wrp-client-edit-modal {
  padding: 50px 50px 70px;
}
.wrp-client-edit-modal .form-group {
  font-size: 15px;
}
.wrp-client-edit-modal .form-group .select2-selection--single,
.wrp-client-edit-modal .form-group .select2-selection__rendered,
.wrp-client-edit-modal .form-group input {
  height: 60px !important;
  font-size: 15px;
}
.wrp-client-edit-modal .form-group .select2-selection--single,
.wrp-client-edit-modal .form-group .select2-selection__rendered {
  line-height: 55px !important;
}
.chat-checks-list-container {
  background: #eef6e8;
  padding: 10px;
  border-radius: 5px;
}
.chat-checks-list-container .top-bordered {
  padding-top: 10px;
  border-top: 1px solid #e3e8e4;
}
.chat-checks-list {
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #00b22d;
  padding-left: 25px;
}
.chat-checks-list li {
  list-style: none;
  position: relative;
}
.chat-checks-list li:not(:last-child) {
  margin-bottom: 10px;
}
.chat-checks-list li:before {
  content: "\79";
  font-family: dpravo2020;
  color: #00b22d;
  position: absolute;
  top: 3px;
  left: -25px;
  font-size: 10px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
}
.select2-dp-big + .select2-container .select2-selection--multiple,
.select2-dp-big + .select2-container .select2-selection--single {
  min-height: 60px !important;
}
.select2-dp-big
  + .select2-container
  .select2-selection--multiple
  .select2-selection__rendered,
.select2-dp-big
  + .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px;
  margin-top: 4px !important;
}
.select2-no-modal + .select2-container {
  z-index: initial !important;
}
#form-search-companies-for-client,
#form-search-lawyer-for-client {
  min-height: unset;
}
#form-search-companies-for-client .tags-pc,
#form-search-lawyer-for-client .tags-pc {
  margin-top: 0;
  margin-bottom: 20px;
}
.review-banner {
  background: #ecf0f3;
  border-radius: 10px;
}
.review-banner-row {
  margin: 0 -10px 20px;
}
.review-banner-horizontal {
  padding: 30px 40px;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#ecf0f3),
      color-stop(31.48%, rgba(236, 240, 243, 0))
    ),
    url(../images/hand-with-pen.png);
  background-image: -o-linear-gradient(
      left,
      #ecf0f3 0,
      rgba(236, 240, 243, 0) 31.48%
    ),
    url(../images/hand-with-pen.png);
  background-image: linear-gradient(
      90deg,
      #ecf0f3 0,
      rgba(236, 240, 243, 0) 31.48%
    ),
    url(../images/hand-with-pen.png);
}
.review-banner-horizontal .review-banner-title {
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
  margin-bottom: 10px;
}
.review-banner-horizontal .review-banner-text {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  margin-bottom: 30px;
}
.review-banner-horizontal .btn-success-mid-50 {
  padding: 14px 20px 16px !important;
}
.review-banner-vertical {
  height: 330px;
  padding: 10px 15px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ecf0f3),
      color-stop(46%, rgba(236, 240, 243, 0))
    ),
    url(../images/hand-with-pen-mob.png);
  background-image: -o-linear-gradient(
      top,
      #ecf0f3 0,
      rgba(236, 240, 243, 0) 46%
    ),
    url(../images/hand-with-pen-mob.png);
  background-image: linear-gradient(
      180deg,
      #ecf0f3 0,
      rgba(236, 240, 243, 0) 46%
    ),
    url(../images/hand-with-pen-mob.png);
  position: relative;
}
.review-banner-vertical .review-banner-title {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #424249;
  margin-bottom: 10px;
}
.review-banner-vertical .review-banner-text {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #424249;
}
.review-banner-vertical .btn-success-mid-50 {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 11px;
  width: calc(100% - 20px);
}
#reviews-page .review-banner-horizontal .btn-success-mid-50 {
  padding: 14px 20px 16px !important;
}
#reviews-page .review-banner-horizontal .btn-success-mid-50 i {
  margin-left: 36px;
}
#reviews-page .review-banner-vertical .btn-success-mid-50 {
  padding: 14px 9px 16px !important;
}
.order-modal {
  background-color: transparent;
  border: 1px solid #cfd8d1;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #424249;
  display: inline-block;
  position: relative;
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 15px;
}
.order-modal .msg-clip {
  display: none;
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 11px;
  color: #fff;
  background-color: #00b22d;
  padding: 1px 5px;
  border-radius: 5px;
}
.order-modal .link-order {
  font-size: 13px;
  position: relative;
}
.order-modal .link-order a {
  text-decoration: underline;
}
.order-modal .wrp-pay-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order-modal .final-sum-container {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
}
.order-modal .sum-order {
  font: inherit;
}
.order-modal .balance-sum {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  color: #00b22d;
}
.order-modal .cashback-container {
  font-size: 15px;
  line-height: 22px;
  color: #737e72;
  text-align: right;
}
.h1-page-reg-law {
  font-size: 1.75rem;
}
.instruction-call h1 {
  font-size: 32px;
}
.instruction-call h2 {
  font-size: 26px;
}
.instruction-call p {
  color: #424249;
  margin-bottom: 0.25rem;
}
.instruction-call.instr-mob h1 {
  line-height: 30px;
}
.instruction-call.instr-mob h2 {
  line-height: 26px;
}
.ethics-and-quality p,
.pay-page p,
.pay-sber p {
  color: #424249;
}
.policy-inf .fw-bold {
  font-weight: 600;
}
.policy-inf #main-ol {
  padding-left: 0;
}
.policy-inf #main-ol > li {
  margin: 24px 0 20px;
  font-size: 21px;
}
.policy-inf li {
  list-style-type: none;
  margin-bottom: 1rem;
}
.policy-inf ol {
  counter-reset: list1;
}
.policy-inf ol li:before {
  counter-increment: list1;
  content: counter(list1) ". ";
}
.policy-inf ol ol {
  counter-reset: list2;
}
.policy-inf ol ol li:before {
  counter-increment: list2;
  content: counter(list1) "." counter(list2) ". ";
  font-weight: 700;
}
.policy-inf ol ol ol {
  counter-reset: list3;
}
.policy-inf ol ol ol li:before {
  counter-increment: list3;
  content: counter(list1) "." counter(list2) "." counter(list3) ". ";
  font-weight: 700;
}
.policy-inf ol p {
  color: #424249;
}
.policy-inf ol ol p {
  margin-left: 36px;
  margin-bottom: 0;
}
.policy-inf ol ol p:before {
  content: "•";
  font-size: 28px;
  font-family: Arial;
  position: relative;
  top: 5px;
  padding-right: 5px;
}
.policy-inf .policy-title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 51px;
  color: #424249;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .policy-inf .policy-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.policy-inf .policy-title-h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
}
@media (max-width: 750px) {
  .policy-inf .policy-title-h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.policy-inf .row .col-lg-12 .policy-title,
.policy-inf .row .col-lg-9 .policy-title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 51px;
  color: #424249;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .policy-inf .row .col-lg-12 .policy-title,
  .policy-inf .row .col-lg-9 .policy-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.policy-inf .row .col-lg-12 .policy-title-h2,
.policy-inf .row .col-lg-9 .policy-title-h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #424249;
}
@media (max-width: 750px) {
  .policy-inf .row .col-lg-12 .policy-title-h2,
  .policy-inf .row .col-lg-9 .policy-title-h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 750px) {
  .policy-inf #main-ol {
    word-break: break-word;
  }
}
.wrap-rating-modal-v2 {
  padding: 24px;
}
.form-rating-v2-stars .form-rating-v2-stars-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-rating-v2-stars .form-rating-v2-stars-container i {
  color: #e0e0e0;
  padding: 5px 7px;
  font-size: 55px;
  cursor: pointer;
}
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="5"].active,
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="5"]:hover {
  color: #00b22d;
}
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="5"].active
  ~ i,
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="5"]:hover
  ~ i {
  color: #00b22d;
}
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="4"].active,
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="4"]:hover {
  color: #00b22d;
}
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="4"].active
  ~ i,
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="4"]:hover
  ~ i {
  color: #00b22d;
}
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="3"].active,
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="3"]:hover {
  color: #f2c94c;
}
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="3"].active
  ~ i,
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="3"]:hover
  ~ i {
  color: #f2c94c;
}
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="2"].active,
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="2"]:hover {
  color: #ff5050;
}
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="2"].active
  ~ i,
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="2"]:hover
  ~ i {
  color: #ff5050;
}
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="1"].active,
.form-rating-v2-stars .form-rating-v2-stars-container i[data-rating="1"]:hover {
  color: #ff5050;
}
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="1"].active
  ~ i,
.form-rating-v2-stars
  .form-rating-v2-stars-container
  i[data-rating="1"]:hover
  ~ i {
  color: #ff5050;
}
.search-office input {
  width: 99.5%;
  height: 50px;
  border: 1px solid;
  line-height: 22px;
  padding: 15px 10px;
  margin: 5px 0 10px;
  background: #fff;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 15px;
  color: #737e72;
}
.search-office input::-webkit-input-placeholder {
  font-size: 13px;
}
.search-office input::-moz-placeholder {
  font-size: 13px;
}
.search-office input:-ms-input-placeholder {
  font-size: 13px;
}
.search-office input::-ms-input-placeholder {
  font-size: 13px;
}
.search-office input::placeholder {
  font-size: 13px;
}
.wrp-block-sms .wrp-msg-ph-sms {
  display: block;
}
.wrp-block-phone .wrp-msg-ph-sms {
  display: none;
}
.wrp-block-phone-sms {
  margin-left: 80px;
  margin-bottom: 15px;
}
.wrp-block-phone-sms input {
  height: 42px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #e3e8e4;
  padding: 9px 20px;
}
.wrp-block-phone-sms .send-code {
  display: inline-block;
}
.wrp-block-phone-sms .start-waiting #timer-code {
  display: inline;
}
.wrp-block-phone-sms .start-waiting .send-code {
  color: #737e72;
  cursor: default;
}
.wrp-block-phone-sms .stop-waiting #timer-code {
  display: none;
}
.wrp-block-phone-sms .stop-waiting .send-code {
  color: #00b22d;
  cursor: pointer;
}
.wrp-block-phone-sms #timer-code span {
  color: #737e72;
}
.wrp-block-phone-sms .text-danger {
  margin-top: 3px;
  display: none;
}
.wrp-block-phone-sms .waiting-code {
  margin-top: 3px;
}
.wrp-block-phone-sms.err-code input {
  border-color: #ff5050 !important;
}
.wrp-block-phone-sms.err-code .text-danger {
  display: block;
}
.wrp-block-phone-sms .wrp-input-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrp-block-phone-sms.phone-ok .wrp-input-phone,
.wrp-block-phone-sms.phone-ok .wrp-msg-ph-sms {
  display: none;
}
.wrp-block-phone-sms.phone-ok .msg-phone-ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wrp-block-phone-sms .msg-phone-ok {
  display: none;
}
.wrp-block-phone-sms .check-phone {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00b22d;
}
.wrp-block-phone-sms .check-phone i {
  color: #fff;
  font-size: 18px;
}
.wrp-block-phone-sms .success-auto-registration {
  max-width: 350px;
}
.wrp-block-phone-sms .text-success-auto-registration-bfl {
  color: #737e72;
}
.cursor-pointer {
  cursor: pointer;
}
.error-code-input {
  border-color: #ff5050 !important;
}
.block-top-client-balance {
  color: #737e72;
  font-size: 13px;
  border: 1px solid #e3e8e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 5px 10px 5px 10px;
  margin-left: 20px;
}
.payment-preloader {
  z-index: 500 !important;
}
.h2-result {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
}
.ethics-and-quality .logo {
  width: 90px;
  height: 90px;
}
.ethics-and-quality pre {
  font-style: italic;
  font-weight: 300;
}
.ethics-and-quality .row .col-12 .policy-title {
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 51px;
  color: #424249;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .ethics-and-quality .row .col-12 .policy-title {
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0 0 0;
  }
}
#room-ver-2 #client-tab .nav-link {
  padding: 0 0.5rem 7px;
}
#chat-ver-2 {
  height: calc(100vh - 193px);
  min-height: 350px;
}
#chat-ver-2 .rub-rus {
  font-family: Arial;
  position: relative;
  top: 1px;
}
#chat-ver-2 #wrap_chat {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto minmax(90px, -webkit-max-content);
  grid-template-rows: 1fr auto auto minmax(90px, max-content);
  grid-template-columns: 0 1fr;
  position: relative;
}
#chat-ver-2 #wrap_chat.prb-view {
  padding-top: 30px;
}
#chat-ver-2 #block_chat {
  height: 100%;
}
#chat-ver-2 #block_send_msg2 {
  display: grid;
  padding: 15px 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  border-top: 1px solid #e3e8e4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #f6f9f6;
}
#chat-ver-2 .inner-send-message {
  display: inline-grid;
  grid-template-columns: 1fr auto auto auto;
}
#chat-ver-2 .inner-send-message.mobile-send-msg {
  grid-template-columns: 1fr auto auto;
  grid-template-rows: auto auto;
}
#chat-ver-2 .inner-send-message.mobile-send-msg .usl {
  text-align: center;
}
#chat-ver-2 #chat_input2 {
  height: 40px;
  min-height: 40px;
  max-height: 240px;
  max-width: 470px;
  padding: 5px 15px;
  display: block;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}
#chat-ver-2 #comment-chat-input {
  padding-bottom: 3px;
  grid-column: span 2;
}
#chat-ver-2 .wrp_chat_btn.unactive #chat_btn2 {
  background: #bdbdbd;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
#chat-ver-2 #add-doc,
#chat-ver-2 .wrp_chat_btn,
#chat-ver-2 .wrp_rec_chat_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#chat-ver-2 .wrp-text-msg {
  position: relative;
}
#chat-ver-2 .escape-edit-client {
  right: -20px;
  top: -10px;
}
#chat-ver-2 .chat-progressbar-steps {
  height: 30px;
  width: calc(100% - 20px);
  position: absolute;
  background-color: #f2f2f2;
  color: #898989;
  font-size: 13px;
  font-weight: 400;
  border-radius: 10px 10px 0 0;
  z-index: 3;
}
#chat-ver-2 .chat-progressbar-steps div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
#chat-ver-2 .chat-progressbar-steps div.active {
  color: #424249;
  line-height: 30px;
  position: relative;
}
#chat-ver-2 .chat-progressbar-steps div:first-of-type.active {
  border-radius: 10px 0 0 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00b22d),
    color-stop(10%, #00b22d),
    color-stop(10%, #e3e8e4),
    to(#e3e8e4)
  );
  background: -o-linear-gradient(
    left,
    #00b22d 0,
    #00b22d 10%,
    #e3e8e4 10%,
    #e3e8e4 100%
  );
  background: linear-gradient(
    90deg,
    #00b22d 0,
    #00b22d 10%,
    #e3e8e4 10%,
    #e3e8e4 100%
  );
}
#chat-ver-2 .chat-progressbar-steps div:first-of-type.active:after {
  content: "";
  border: 15px solid transparent;
  border-left: 7px solid #e3e8e4;
  position: absolute;
  right: -22px;
  top: 0;
}
#chat-ver-2 .chat-progressbar-steps div:last-of-type.active {
  border-radius: 0 10px 0 0;
}
#chat-ver-2 .chat-progressbar-steps div:last-of-type.active:before {
  content: "";
  border: 15px solid transparent;
  border-left: 7px solid #e3e8e4;
  position: absolute;
  left: 0;
  top: 0;
}
#chat-ver-2 .chat-progressbar-steps.step-1 div.full:first-of-type {
  color: #fff !important;
  background: #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-1 div.full:first-of-type:after {
  border-left: 7px solid #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-1 div.full:last-of-type.active:before {
  border-left: 7px solid #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-2 div:last-of-type.active:before {
  border-left: 7px solid #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-2 div.full:first-of-type {
  color: #fff !important;
  background: #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-2 div.full:first-of-type:after {
  border-left: 7px solid #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-2 div.full:last-of-type {
  color: #fff !important;
  background: #00b22d !important;
}
#chat-ver-2 .chat-progressbar-steps.step-2 div.full:last-of-type.active:before {
  border-left: 7px solid #00b22d !important;
}
#chat-ver-2 .select-phone {
  white-space: pre;
}
#chat-ver-2 .msg-auto,
#chat-ver-2 .msg-lawyer {
  background-color: #eef6e8;
  color: #424249;
  border: 1px solid #e3e8e4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#chat-ver-2 .msg-client {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#chat-ver-2 #sound-sw {
  color: #737e72;
  margin-bottom: 8px;
  margin-top: -5px;
  cursor: pointer;
}
#chat-ver-2 #sound-sw:hover {
  color: #00b22d;
}
#chat-ver-2 #sound-sw .wrp-s-on {
  display: none;
}
#chat-ver-2 #sound-sw .wrp-s-off {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#chat-ver-2 #sound-sw .wrp-s-off i {
  font-size: 13px !important;
}
#chat-ver-2 #sound-sw .wrp-s-off i:before {
  position: relative;
  right: -1px;
}
#chat-ver-2 #sound-sw.s-on .wrp-s-on {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#chat-ver-2 #sound-sw.s-on .wrp-s-off {
  display: none;
}
#chat-ver-2 #sound-sw i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #cfd8d1;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
#chat-ver-2 .chat-type-qw {
  padding: 0 20px 20px;
}
#chat-ver-2 .chat-type-qw .nav {
  border-bottom: 1px solid #e3e8e4;
}
#chat-ver-2 .chat-type-qw .nav-item {
  position: relative;
  bottom: -1px;
}
#chat-ver-2 .chat-type-qw .nav-link {
  padding: 5px 20px;
  display: inline-block;
  color: #737e72;
  font-size: 13px;
  border-bottom: 4px solid transparent;
}
#chat-ver-2 .chat-type-qw .nav-link:hover {
  color: #00b22d;
}
#chat-ver-2 .chat-type-qw .nav-link.active {
  color: #424249;
  border-bottom-color: #00b22d;
}
#chat-ver-2 .chat-type-qw .wrp-tab-pane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#chat-ver-2 .chat-type-qw .one-type-qw {
  height: auto;
  width: auto;
  padding: 8px 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #737e72;
  background-color: #edf3ef;
  border: 1px solid #e3e8e4;
  border-radius: 10px 0 10px 10px;
  cursor: pointer;
}
#chat-ver-2 .chat-type-qw .see-all-types {
  color: #fff;
  background-color: #00b22d;
  border-color: #00b22d;
}
#chat-ver-2 .progress {
  height: 0;
  background-color: #e3e8e4;
  border-radius: 0;
}
#chat-ver-2 .progress.show {
  height: 4px;
}
#chat-ver-2 .progress-bar {
  height: 4px;
  background-color: #f2c94c;
}
#chat-ver-2 .round-chat-law {
  margin-right: -10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
}
#chat-ver-2 .count-round-law {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: 1px solid #e3e8e4;
  background-color: #fff;
  color: #00b22d;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
}
#chat-ver-2 .sel-photo-law {
  padding-right: 30px !important;
}
#chat-ver-2 .clarification,
#chat-ver-2 .start-msg {
  padding-left: 10px;
  margin-bottom: 15px;
  color: #737e72;
  font-size: 13px;
  display: inline-block;
}
#chat-ver-2 .start-msg {
  color: #424249;
}
#chat-ver-2 .law-search {
  min-height: 195px;
  margin-top: 25px;
  border-top: 1px solid #e3e8e4;
  padding-top: 15px;
}
#chat-ver-2 .law-search .preloader {
  min-height: 177px;
}
#chat-ver-2 .city_phone_chat_block {
  margin-bottom: 10px;
}
#chat-ver-2 .city_phone_chat_block .wrp-msg-9 {
  margin-top: 0;
  margin-bottom: 10px;
}
#chat-ver-2 .btn-success-mid {
  min-width: 86px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  line-height: 24px !important;
}
#chat-ver-2 .btn-success-mid.ok-btn {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
#chat-ver-2 .btn-light-green {
  height: 40px;
  line-height: 0 !important;
  color: #00b22d !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
#chat-ver-2 .btn-light-green:hover {
  color: #fff !important;
}
#chat-ver-2 .sms-block form,
#chat-ver-2 .wrp-city-phone form {
  margin-left: 10px;
  display: inline-block;
}
#chat-ver-2 .sms-block form .btn,
#chat-ver-2 .sms-block form [data-item="item_new_cons"],
#chat-ver-2 .wrp-city-phone form .btn,
#chat-ver-2 .wrp-city-phone form [data-item="item_new_cons"] {
  height: 40px;
  line-height: 26px;
}
#chat-ver-2 .sms-block form input[type="tel"],
#chat-ver-2 .sms-block form input[type="text"],
#chat-ver-2 .wrp-city-phone form input[type="tel"],
#chat-ver-2 .wrp-city-phone form input[type="text"] {
  height: 40px;
  max-width: 290px;
  margin: 10px 0;
  background-color: transparent;
  border: 1px solid #e3e8e4;
  border-radius: 5px;
  font-size: 13px;
}
#chat-ver-2 .sms-block form input[type="tel"]::-webkit-input-placeholder,
#chat-ver-2 .sms-block form input[type="text"]::-webkit-input-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="tel"]::-webkit-input-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
}
#chat-ver-2 .sms-block form input[type="tel"]::-moz-placeholder,
#chat-ver-2 .sms-block form input[type="text"]::-moz-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="tel"]::-moz-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="text"]::-moz-placeholder {
  font-size: 13px;
}
#chat-ver-2 .sms-block form input[type="tel"]:-ms-input-placeholder,
#chat-ver-2 .sms-block form input[type="text"]:-ms-input-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="tel"]:-ms-input-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="text"]:-ms-input-placeholder {
  font-size: 13px;
}
#chat-ver-2 .sms-block form input[type="tel"]::-ms-input-placeholder,
#chat-ver-2 .sms-block form input[type="text"]::-ms-input-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="tel"]::-ms-input-placeholder,
#chat-ver-2 .wrp-city-phone form input[type="text"]::-ms-input-placeholder {
  font-size: 13px;
}
#chat-ver-2 .sms-block form input[type="tel"]::placeholder,
#chat-ver-2 .sms-block form input[type="text"]::placeholder,
#chat-ver-2 .wrp-city-phone form input[type="tel"]::placeholder,
#chat-ver-2 .wrp-city-phone form input[type="text"]::placeholder {
  font-size: 13px;
}
#chat-ver-2 .sms-block input[type="button"],
#chat-ver-2 .wrp-city-phone input[type="button"] {
  min-width: 120px;
}
#chat-ver-2 .sms-block .autocomplete-suggestions,
#chat-ver-2 .wrp-city-phone .autocomplete-suggestions {
  margin-top: -10px;
}
#chat-ver-2 .sms-block .autocomplete-suggestions .autocomplete-suggestion,
#chat-ver-2 .wrp-city-phone .autocomplete-suggestions .autocomplete-suggestion {
  font-size: 13px;
}
#chat-ver-2 .sms-block .wrp-city-form,
#chat-ver-2 .wrp-city-phone .wrp-city-form {
  position: relative;
}
#chat-ver-2 .sms-block input[type="button"] {
  min-width: 120px;
  max-height: 40px;
  margin: 10px 0 10px 20px;
}
#chat-ver-2 .sms-block .btn-success-mid {
  min-width: 120px !important;
  margin-right: 20px;
  display: inline;
  padding: 8px 0 !important;
}
#chat-ver-2 .free-tariff .msg-one {
  margin-bottom: 10px;
}
#chat-ver-2 .title-type {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #00b22d;
}
#chat-ver-2 .price-type {
  font-size: 15px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
  text-align: right;
}
#chat-ver-2 .consultation-sel {
  margin-bottom: 10px;
}
#chat-ver-2 .wrp-sel-type-cons {
  width: calc(100% - 130px);
  margin-left: 10px;
  display: inline-block;
}
#chat-ver-2 .select-type-consultation {
  width: 100%;
  padding: 15px;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  background-color: transparent;
  display: inline-block;
}
#chat-ver-2 .one-type-cons {
  width: 100%;
  height: auto;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #00b22d;
  border-radius: 10px;
  background-color: #fff;
}
#chat-ver-2 .one-type-cons:last-of-type {
  margin-bottom: 0;
}
#chat-ver-2 .one-type-cons.free-type-cons {
  border-color: #e3e8e4;
}
#chat-ver-2 .one-type-cons.free-type-cons .title-type {
  color: #424249;
}
#chat-ver-2 .one-type-cons.free-type-cons .wrp-free-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#chat-ver-2 .one-type-cons.free-type-cons .btn-link-blue-dp {
  color: #424249;
}
#chat-ver-2 .one-type-cons .btn-link-blue-dp {
  padding: 0;
}
#chat-ver-2 .descript-type-cons {
  max-width: 307px;
  padding-top: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
#chat-ver-2 .foot-type {
  width: 100%;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#chat-ver-2 .foot-type .clock-cons {
  height: 28px;
  width: auto;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00b22d;
  background-color: #eef6e8;
  border-radius: 14px;
  font-size: 13px;
}
#chat-ver-2 .foot-type .clock-cons i {
  margin-right: 6px;
}
#chat-ver-2 .btn-link-blue-dp {
  color: #3699ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
#chat-ver-2 .wrp-legal-analysis .cons-block {
  overflow: hidden;
}
#chat-ver-2 .cons-block {
  padding: 20px 15px;
  border: 1px solid #e3e8e4;
  border-radius: 10px;
  background-color: #fff;
}
#chat-ver-2 .cons-block .descript-type-cons {
  max-width: 400px;
}
#chat-ver-2 .cons-block .descript-type-cons.border-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
#chat-ver-2 .cons-block .btn,
#chat-ver-2 .cons-block [data-item="item_new_cons"] {
  margin-top: 30px;
}
#chat-ver-2 .cons-block .btn-back {
  padding: 20px !important;
  display: none;
}
#chat-ver-2 .cons-block .step-consultation-visible .btn-back {
  display: inline-block;
}
#chat-ver-2 .cons-block .pay-and-discount {
  padding-top: 10px;
  border-top: 1px solid #e3e8e4;
  margin-top: 28px;
}
#chat-ver-2 .cons-block .pay-and-discount .rus_rub {
  margin-left: 3px;
  font-size: 15px;
}
#chat-ver-2 .cons-block .pay-and-discount .text-stroke-green {
  margin-left: 5px;
}
#chat-ver-2 .cons-block .pay-and-discount .wrp-btns .btn,
#chat-ver-2
  .cons-block
  .pay-and-discount
  .wrp-btns
  [data-item="item_new_cons"] {
  margin-top: 20px;
}
#chat-ver-2 .cons-block .discount-hour {
  max-width: 140px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
#chat-ver-2 .cons-block .discount-hour .rus_rub {
  margin-left: 1px;
  font-size: 12px;
}
#chat-ver-2 .cons-block .sum-pay {
  font-size: 15px;
  line-height: 22px;
  color: #424249;
}
#chat-ver-2 .cons-block .wrp-top-pack-services {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#chat-ver-2 .cons-block .wrp-top-pack-services > span {
  margin-bottom: 5px;
}
#chat-ver-2 .deadline {
  font-size: 14px;
  line-height: 20px;
}
#chat-ver-2 .step-consultation-sel {
  min-height: 235px;
}
#chat-ver-2 .step-2-consultation-sel {
  display: none;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 input {
  opacity: 0;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 input:checked + label {
  color: #424249;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #737e72;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 label:after {
  top: 4px;
  font-size: 8px !important;
  line-height: 14px;
  border-color: #e3e8e4;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 + div {
  padding-left: 28px;
  padding-right: 10px;
  margin-bottom: 25px;
}
#chat-ver-2 .step-2-consultation-sel .radio-base17 .rus_rub {
  font-size: 12px;
}
#chat-ver-2 .consultation-sel {
  min-height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 7px;
  -o-border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFBElEQVRogWJkwAHefHxj+v8fQ/Xfv3/t//37x/vv/z/m////41I+oICRkZGBiZHpLxMT0xdmJqYj/xn+d4oJiR3GcBQDAwMAAAD//8Lw8IMXDxTZWThW/v//35iLg5OJg42DgYWFhYGZiXlQehYG/v77y/Dnzx+GH79+MHz7/o2BmZnl5n/Gf6ESQhKX4YoYGBgAAAAA//9C8fDTF0/9/jMyrOTj5uPg5eYZCHdTDXz++oXhy7fPf1lZWHNEhURngA1mYGAAAAAA//+Ce/jRi0f+zIwsy0QERbjYWFmHtGdh4Nfv3wxvPrz5z8rEkismIjaVgYGBAQAAAP//Anv4/rP7GizMrCfEhcT4WVmGh2dh4Pef3wyv37/5x87OZiHCL3IaAAAA//9iAgkyM7FO5ufm/zHcPAsCID/x8/Ax/fn9dz0DAwMDAAAA//9ievLiiQUjI4M2LzeP+MA7jzaAm5Ob4f///9Jv3r8JAgAAAP//YvrHwBDGxcH9dDh6FBlwc3Ix/Gf4XwQAAAD//2JiZGBw5ubgFB48TqMN4GDnYPjz568RAAAA//9iYWBgkGFlYQXn5eEMmJmZGf79+8cBAAAA//8CeViIiWnY+xfUEmP49/8fIwAAAP//Gv4+RQYMDAwAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8CzTzQBXz78Y3h+4/vX379/s34999fkL2szEzM31hZWf9zc3DxcnBwMDAy4FxyQh3AwMAAAAAA//+iuYe/fPv679OXTz8YGP6f+fPv/zzG3/+OfGVi+sDx+/fXfxx/lf79+Wv869ev1P+f/psK8Aqwc3Ny0c7XDAwMAAAAAP//opmHQSt+3n549+3X758P/vz7EyovKX8NizKQGAgvvv/kicHHLx/nf//xTV1YUJiTJrHNwMAAAAAA//+iWR5+/e7195+/f6358OaDIQ7PogBFGZkLH16/N//55/eW129ff6OJoxgYGAAAAAD//6KJhz9+/fT1z98/R+dMn5Wora39i1h9ILUyYlJhf/792/vh0wei9RENGBgYAAAAAP//orqHQUn5y9cvjD/+/khuaGj4R44Z/37+Sfj6/duff//I0o4bMDAwAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//Ynz84gnVl8jKSshQpRKlutsYGBgAAAAA//8DALlnNIUheOD+AAAAAElFTkSuQmCC)
    10 10 20/10px 10px 20px/0 0 20px round stretch;
  border-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAAvCAYAAAC/vqlHAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAFBElEQVRogWJkwAHefHxj+v8fQ/Xfv3/t//37x/vv/z/m////41I+oICRkZGBiZHpLxMT0xdmJqYj/xn+d4oJiR3GcBQDAwMAAAD//8Lw8IMXDxTZWThW/v//35iLg5OJg42DgYWFhYGZiXlQehYG/v77y/Dnzx+GH79+MHz7/o2BmZnl5n/Gf6ESQhKX4YoYGBgAAAAA//9C8fDTF0/9/jMyrOTj5uPg5eYZCHdTDXz++oXhy7fPf1lZWHNEhURngA1mYGAAAAAA//+Ce/jRi0f+zIwsy0QERbjYWFmHtGdh4Nfv3wxvPrz5z8rEkismIjaVgYGBAQAAAP//Anv4/rP7GizMrCfEhcT4WVmGh2dh4Pef3wyv37/5x87OZiHCL3IaAAAA//9iAgkyM7FO5ufm/zHcPAsCID/x8/Ax/fn9dz0DAwMDAAAA//9ievLiiQUjI4M2LzeP+MA7jzaAm5Ob4f///9Jv3r8JAgAAAP//YvrHwBDGxcH9dDh6FBlwc3Ix/Gf4XwQAAAD//2JiZGBw5ubgFB48TqMN4GDnYPjz568RAAAA//9iYWBgkGFlYQXn5eEMmJmZGf79+8cBAAAA//8CeViIiWnY+xfUEmP49/8fIwAAAP//Gv4+RQYMDAwAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8aWR5mYGAAAAAA//8CzTzQBXz78Y3h+4/vX379/s34999fkL2szEzM31hZWf9zc3DxcnBwMDAy4FxyQh3AwMAAAAAA//+iuYe/fPv679OXTz8YGP6f+fPv/zzG3/+OfGVi+sDx+/fXfxx/lf79+Wv869ev1P+f/psK8Aqwc3Ny0c7XDAwMAAAAAP//opmHQSt+3n549+3X758P/vz7EyovKX8NizKQGAgvvv/kicHHLx/nf//xTV1YUJiTJrHNwMAAAAAA//+iWR5+/e7195+/f6358OaDIQ7PogBFGZkLH16/N//55/eW129ff6OJoxgYGAAAAAD//6KJhz9+/fT1z98/R+dMn5Wora39i1h9ILUyYlJhf/792/vh0wei9RENGBgYAAAAAP//orqHQUn5y9cvjD/+/khuaGj4R44Z/37+Sfj6/duff//I0o4bMDAwAAAAAP//orqHv3z/+pLh//9NylLKj8g1Q1ZW9h0Dw/+VX759eU1VxzEwMAAAAAD//6K6h7/9+PbiP8P/zZSa8////zXffv54Tx1XQQEDAwMAAAD//6J6Kf379x/xf4z/TlBqzh+GP9cY/jDxUcdVUMDAwAAAAAD//6J+ocX4n5PpF9MHSo359u7bGwaG/7zUcRQUMDAwAAAAAP//Ynz84gnVl8jKSshQpRKlutsYGBgAAAAA//8DALlnNIUheOD+AAAAAElFTkSuQmCC)
    10 10 20/10px 10px 20px/0 0 20px round stretch;
}
#chat-ver-2 .border-text-holidays-days {
  padding: 2px 5px 5px 10px;
  background-color: #f2f2f2;
  border-radius: 20px;
  margin-top: 25px;
}
#chat-ver-2 .consultation-sel .btn-back-question-view-block {
  display: block;
}
#chat-ver-2 .cons-type-free .one-type-cons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#chat-ver-2 .cons-type-free .one-type-cons .btn,
#chat-ver-2 .cons-type-free .one-type-cons [data-item="item_new_cons"] {
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#chat-ver-2 .cons-type-free .price-type {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
#chat-ver-2 .wrp-current-price,
#chat-ver-2 .wrp-current-sum,
#chat-ver-2 .wrp-current-sum-cons {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background-color: #00b22d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: -25px;
}
#chat-ver-2 .wrp-current-price span:last-of-type,
#chat-ver-2 .wrp-current-sum span:last-of-type,
#chat-ver-2 .wrp-current-sum-cons span:last-of-type {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
#chat-ver-2 .wrp-wrp-current-price,
#chat-ver-2 .wrp-wrp-current-sum,
#chat-ver-2 .wrp-wrp-current-sum-cons {
  height: 30px;
  margin: 0 25px;
  position: relative;
}
#chat-ver-2 .wrp-wrp-current-sum {
  display: none;
}
#chat-ver-2 .wrp-slider {
  margin: 15px 0;
}
#chat-ver-2 .wrp-slider .ui-slider {
  height: 6px;
  margin: 13px 25px 5px;
  border-radius: 3px;
  border: none;
  background-color: #e0e0e0;
}
#chat-ver-2 .wrp-slider .ui-slider-handle {
  top: -7px;
  border-radius: 50%;
  border: 10px solid #fff;
  background-color: #00b22d;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 3px 0 #00b22d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 3px 0 #00b22d;
  outline: 0;
}
#chat-ver-2 .wrp-slider .ui-slider-handle.ui-state-active {
  border-width: 5px;
  outline: 0;
}
#chat-ver-2 .wrp-slider .ui-slider-handle:focus,
#chat-ver-2 .wrp-slider .ui-slider-handle:focus-visible {
  outline: 0;
}
#chat-ver-2 .wrp-slider .ui-slider-range {
  background-color: #00b22d;
}
#chat-ver-2 .wrp-slider .labels-slider {
  margin: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 11px;
  color: #737e72;
}
#chat-ver-2 .result-for-pay .rub-rus {
  top: 0;
}
#chat-ver-2 .go-question .wrp-btn {
  width: 77%;
}
#chat-ver-2 .individual-consultation .labels-slider {
  font-size: 13px;
  margin-left: 15px;
}
#chat-ver-2 .btn-light-green.back-btn-chat {
  width: 86px;
  padding: 0 !important;
}
#chat-ver-2 .how-consultation {
  display: block;
  font-size: 15px;
}
#chat-ver-2 .how-consultation .square-checkbox input[type="radio"] + label {
  margin-bottom: 5px;
}
#chat-ver-2
  .how-consultation
  .square-checkbox
  input[type="radio"]
  + label:after {
  top: 6px;
}
#chat-ver-2
  .how-consultation
  .square-checkbox
  input[type="radio"]
  + label:before {
  top: 2px;
}
#chat-ver-2 .how-consultation .label-comment {
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #737e72;
}
#chat-ver-2 .pay-cons-img {
  width: 100%;
  max-width: 300px;
  margin: 10px auto 30px;
}
#chat-ver-2 .connect-chat-lawyer {
  position: relative;
  bottom: 0;
}
#chat-ver-2 .auto-transition {
  font-weight: 600;
}
#chat-ver-2 .auto-tr-timer {
  width: 14px;
  display: inline-block;
}
#chat-ver-2 .link-timer {
  width: 22px;
  display: inline-block;
  text-align: center;
}
#chat-ver-2 .form-chat-city-phone,
#chat-ver-2 .form-sms {
  max-width: 425px;
  min-height: auto;
  padding: 15px 20px 20px;
}
#chat-ver-2 .block-timer-version-2-send-sms span:hover {
  color: #00b22d;
}
#chat-ver-2 .wrp-legal-analysis .wrp-btns .btn-light-green,
#chat-ver-2 .wrp-legal-analysis .wrp-btns .btn-success-mid {
  margin: 0;
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 40px !important;
}
#chat-ver-2 .wrp-legal-analysis .wrp-btns .btn-light-green {
  width: 82px !important;
}
#chat-ver-2 .wrp-legal-analysis .wrp-btns .btn-success-mid {
  width: 161px !important;
}
.sel-cons-answ {
  height: 50px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #b9b9b9;
  border-radius: 5px;
  color: #737e72;
}
.sel-cons-answ .r-sel {
  margin-right: 15px;
  border-color: #b9b9b9;
}
.sel-cons-answ .r-sel + div {
  min-width: 106px;
}
.sel-cons-answ .name {
  color: #424249;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}
.sel-cons-answ.select,
.sel-cons-answ:hover {
  color: #00b22d;
  border-color: #00b22d;
  background-color: #eef6e8;
  cursor: pointer;
}
.sel-cons-answ.select .name,
.sel-cons-answ:hover .name {
  font-weight: 600;
  color: #424249;
}
.sel-cons-answ.select .r-sel {
  display: none;
}
.sel-cons-answ.select i {
  width: 17px;
  height: 17px;
  margin-right: 15px;
  border-radius: 50%;
  color: #fff;
  background-color: #00b22d;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  font-size: 8px;
}
.sel-cons-answ i {
  display: none;
}
.wrp-sel-cons-answ {
  width: calc(100% - 130px);
  margin-left: 10px;
  display: inline-block;
}
.bl-answ-cons {
  width: 50%;
  max-width: 212px;
}
.bl-answ-cons.sel .wrp-pr {
  color: #00b22d;
}
.bl-answ-cons .probability {
  font-size: 14px;
  color: #040404;
}
.bl-answ-cons .descript {
  font-size: 12px;
}
.no-allow {
  cursor: not-allowed !important;
}
.no-allow:hover {
  color: #737e72;
  border-color: #b9b9b9;
  background-color: transparent !important;
}
.no-allow:hover .name {
  font-weight: 400 !important;
}
.r-sel {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #e3e8e4;
  border-radius: 50%;
  color: transparent;
}
.condition-invoice ul,
.free-answ-sel ul,
.wrp-legal-analysis ul {
  padding-left: 0;
  padding-right: 10px;
  margin-bottom: 10px;
}
.condition-invoice li,
.free-answ-sel li,
.wrp-legal-analysis li {
  color: #737e72;
  font-size: 13px;
  line-height: 20px;
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.condition-invoice li div,
.free-answ-sel li div,
.wrp-legal-analysis li div {
  position: relative;
  top: -6px;
}
.condition-invoice li i,
.free-answ-sel li i,
.wrp-legal-analysis li i {
  width: 10px;
  min-width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 10px;
  line-height: 10px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #00b22d;
  font-size: 5px;
}
.condition-invoice .btn,
.condition-invoice [data-item="item_new_cons"],
.free-answ-sel .btn,
.free-answ-sel [data-item="item_new_cons"],
.wrp-legal-analysis .btn,
.wrp-legal-analysis [data-item="item_new_cons"] {
  width: 155px;
}
.wrp-legal-analysis ul {
  margin-bottom: 20px;
}
.wrp-legal-analysis li {
  margin-bottom: 5px;
}
.wrp-legal-analysis li i {
  width: 17px;
  min-width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  color: #00b22d;
  background-color: #eef6e8;
  font-size: 9px;
}
.wrp-legal-analysis li div {
  top: -3px;
}
.wrp-legal-analysis .wrp-analysis {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wrp-legal-analysis .bg-analysis {
  width: 100%;
  min-height: 103px;
  padding: 15px;
  border-radius: 10px;
  background-color: #f6f9f6;
}
.wrp-legal-analysis .bg-analysis:after {
  content: url(../images/legal-analysis.png);
  right: -67px;
  position: absolute;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
.wrp-legal-analysis .example-header {
  max-width: 170px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.wrp-legal-analysis .wrp-play-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wrp-legal-analysis .wrp-play-example .blue-link {
  font-size: 13px;
  line-height: 20px;
  text-decoration: underline;
  color: #3699ff;
}
.wrp-legal-analysis .play-example {
  width: 22px;
  min-width: 22px;
  height: 22px;
  min-height: 22px;
  margin-right: 10px;
  line-height: 42px;
  border-radius: 50%;
  background: #3699ff;
  text-align: center;
  position: relative;
}
.wrp-legal-analysis .play-example:before {
  content: "";
  border: 5px solid transparent;
  border-left: 7px solid #fff;
  position: absolute;
  left: 8px;
  top: 6px;
}
.wrp-legal-analysis .wrp-btns {
  position: relative;
  z-index: 2;
}
.public-and-send {
  padding-top: 10px;
  border-top: 1px solid #e3e8e4;
}
.public-and-send .head-public-and-send {
  font-weight: 600;
}
.public-and-send .rub-rus {
  top: 0;
}
.qr-code-img {
  width: 110px;
  height: auto;
}
.blue-link-info {
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #3699ff;
  cursor: pointer;
}
.blue-link-info:hover {
  color: #3699ff;
  text-decoration: none;
}
.mob-apps-on-pc {
  background-color: #fff;
}
.wrp-apps {
  width: 100%;
  min-height: 500px;
  padding: 60px;
  margin: 80px 0;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.info-app .wrp-qr {
  max-width: 315px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e7ede7;
  border-radius: 20px;
}
.info-app .qr-code {
  width: 80px;
  height: 80px;
  min-width: 80px;
  margin-right: 10px;
  padding: 5px;
  background-color: #fff;
  border-radius: 5px;
}
.info-app .qr-code img {
  width: 100%;
}
.info-app .wrp-app-link {
  margin-bottom: 15px;
}
.info-app .wrp-app-link img:first-of-type {
  margin-right: 15px;
}
.info-app .sub-t {
  max-width: 377px;
}
.img-app-pc {
  width: 100%;
  height: auto;
  position: relative;
  left: -100px;
  display: block;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.social-ok a {
  width: 40px;
  height: 40px;
  margin: 5px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #898989;
  background-color: #f3f6f9;
}
.social-ok a:hover {
  text-decoration: none;
  color: #424249;
}
.wrp-anketa-completed {
  padding-bottom: 1px;
}
.anketa-completed {
  min-height: 460px;
  margin: 120px auto;
  padding: 0 95px 0 70px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.anketa-completed .title {
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 51px;
  font-weight: 700;
  color: #424249;
}
.anketa-completed .descript {
  margin-bottom: 60px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  color: #737e72;
}
.anketa-completed .wrp-img {
  width: 100%;
  height: 100%;
  min-height: 437px;
  margin-top: 30px;
  position: relative;
}
.anketa-completed .wrp-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.anketa-completed .wrp-img.img-1 {
  display: none;
}
.divider-line {
  height: 1px;
  border-top: 1px solid #e3e8e4;
}
.divider-line.top-sms-modal {
  margin: 0 -40px 25px;
}
.icon-no-photo-company-search {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e3e8e4;
  font-size: 40px;
  background-color: #f6f9f6;
  margin-right: 15px;
  color: #737e72;
}
.search-result-page {
  background-color: #f9f9fb;
}
.search-result-page .new-top-menu .new-top-menu-container {
  border-bottom-color: transparent;
}
#search-page {
  margin-top: 15px;
  padding: 30px 25px 40px 40px;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 100%;
  overflow: hidden;
}
#search-page .history-title {
  color: #898989;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  #search-page .history-title {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0 0 0;
  }
}
#search-page .head-result-search {
  margin-right: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #search-page .head-result-search {
    display: block;
    margin-right: 0;
  }
}
#search-page .str-counter {
  margin-top: 10px;
  color: #898989;
}
#search-page .s-str {
  font-weight: 600;
}
#search-page .a-one-result {
  width: 100%;
  display: inline-block;
}
#search-page .a-one-result:hover {
  text-decoration: none;
}
#search-page .a-one-result:last-of-type .one-result {
  margin-bottom: 30px;
}
#search-page .one-result {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
}
#search-page .one-result:hover {
  background-color: #f9f9fb;
  border-radius: 8px;
}
#search-page .one-result .title {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 30px;
  color: #121212;
}
#search-page .one-result .sub-title {
  color: #898989 !important;
}
#search-page .one-result .name-lawyer-company {
  width: 100%;
  font-size: 21px;
  line-height: 30px;
  color: #121212;
}
#search-page .one-result .name-lawyer-company.img-here {
  width: calc(100% - 75px);
}
#search-page .one-result .name-lawyer-company,
#search-page .one-result .sub-title,
#search-page .one-result .title {
  white-space: nowrap;
  overflow-x: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  #search-page .one-result .one-result-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #search-page .one-result .one-result-inner .type-s {
    border-left: none;
    padding-left: 0;
    margin: 0 0 5px 0;
  }
  #search-page .one-result .one-result-inner img {
    width: 40px;
    height: 40px;
  }
  #search-page .one-result .one-result-inner .wrp-lawyer-company,
  #search-page .one-result .one-result-inner .wrp-left {
    width: 100%;
  }
  #search-page
    .one-result
    .one-result-inner
    .wrp-lawyer-company
    .name-lawyer-company,
  #search-page .one-result .one-result-inner .wrp-left .name-lawyer-company {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
}
#search-page .one-result .ico-close2021 {
  font-size: 14px;
  color: #898989;
}
#search-page .wrp-lawyer-company,
#search-page .wrp-left {
  width: calc(100% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#search-page .wrp-lawyer-company img,
#search-page .wrp-left img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 50%;
}
#search-page .wrp-left .img-bg {
  min-width: 60px;
  height: 60px;
  margin-right: 15px;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
}
#search-page .wrp-left .without-img {
  width: 100%;
}
#search-page .wrp-left .with-img {
  width: calc(100% - 75px);
}
#search-page .result-search {
  margin-top: 20px;
  margin-left: -30px;
  padding-left: 15px;
}
#search-page .result-search .pagination {
  padding-top: 35px;
  padding-bottom: 0;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #f2f2f2;
  border-radius: 0;
}
#search-page .result-search .pagination li {
  height: 48px;
  width: 48px;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  font-size: 15px;
}
#search-page .result-search .pagination li a {
  color: #898989;
}
#search-page .result-search .pagination li a:hover {
  text-decoration: none;
  color: #121212;
  font-weight: 600;
}
#search-page .result-search .pagination li.active {
  background-color: #eef6e8;
}
#search-page .result-search .pagination li.active a {
  font-weight: 600;
  color: #121212;
}
#search-page .result-search .pagination .next,
#search-page .result-search .pagination .prev {
  display: none;
}
@media (max-width: 767px) {
  #search-page .result-search {
    margin-top: 0;
  }
}
#search-page .type-s {
  min-width: 115px;
  padding-left: 20px;
  text-transform: uppercase;
  color: #bdbdbd;
  border-left: 1px solid #e0e0e0;
  font-size: 13px;
  line-height: 20px;
}
#search-page .head-result__btn-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#search-page .head-result__btn-wrapp .btns-head-result {
  border-radius: 10px !important;
}
#search-page .head-result__btn-wrapp .btns-head-result:hover {
  text-decoration: none;
}
#search-page .head-result__title {
  max-width: 70%;
}
@media (max-width: 767px) {
  #search-page .head-result__title {
    max-width: 100%;
  }
  #search-page .head-result__title h2 {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    color: #424249;
  }
  #search-page .head-result__title .str-counter {
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  #search-page {
    padding: 15px 15px 40px 15px;
    margin-top: 10px;
    margin-right: -10px;
    margin-left: -10px;
  }
  #search-page .one-result {
    padding: 12.5px 15px;
    margin-bottom: 0;
  }
}
.search-result-page .autocomplete-wrapper {
  position: absolute;
  top: 70px;
  max-width: 1162px;
  z-index: 10;
  display: none;
  margin-top: 40px;
  width: 100%;
}
.search-result-page .autocomplete-wrapper #search-page {
  max-height: 90vh;
}
.search-result-page #search-top-page,
.search-result-page #search-top-page-fixed {
  position: relative;
}
.search-result-page #search-top-page #form-search-page,
.search-result-page #search-top-page #form-search-page-fixed,
.search-result-page #search-top-page-fixed #form-search-page,
.search-result-page #search-top-page-fixed #form-search-page-fixed {
  z-index: 11;
  height: 50px;
  padding-left: 20px;
  padding-right: 95px;
  border-radius: 185px;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #e3e8e4;
}
.search-result-page
  #search-top-page
  #form-search-page-fixed::-webkit-input-placeholder,
.search-result-page
  #search-top-page
  #form-search-page::-webkit-input-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page-fixed::-webkit-input-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page::-webkit-input-placeholder {
  font-size: 15px;
  color: #898989;
}
.search-result-page #search-top-page #form-search-page-fixed::-moz-placeholder,
.search-result-page #search-top-page #form-search-page::-moz-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page-fixed::-moz-placeholder,
.search-result-page #search-top-page-fixed #form-search-page::-moz-placeholder {
  font-size: 15px;
  color: #898989;
}
.search-result-page
  #search-top-page
  #form-search-page-fixed:-ms-input-placeholder,
.search-result-page #search-top-page #form-search-page:-ms-input-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page-fixed:-ms-input-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page:-ms-input-placeholder {
  font-size: 15px;
  color: #898989;
}
.search-result-page
  #search-top-page
  #form-search-page-fixed::-ms-input-placeholder,
.search-result-page #search-top-page #form-search-page::-ms-input-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page-fixed::-ms-input-placeholder,
.search-result-page
  #search-top-page-fixed
  #form-search-page::-ms-input-placeholder {
  font-size: 15px;
  color: #898989;
}
.search-result-page #search-top-page #form-search-page-fixed::placeholder,
.search-result-page #search-top-page #form-search-page::placeholder,
.search-result-page #search-top-page-fixed #form-search-page-fixed::placeholder,
.search-result-page #search-top-page-fixed #form-search-page::placeholder {
  font-size: 15px;
  color: #898989;
}
.search-result-page #search-top-page #form-search-page-fixed.ui-search:hover,
.search-result-page #search-top-page #form-search-page.ui-search:hover,
.search-result-page
  #search-top-page-fixed
  #form-search-page-fixed.ui-search:hover,
.search-result-page #search-top-page-fixed #form-search-page.ui-search:hover {
  border-color: #e0e0e0 !important;
}
.search-result-page #search-top-page #form-search-page-fixed.ui-search:focus,
.search-result-page #search-top-page #form-search-page.ui-search:focus,
.search-result-page
  #search-top-page-fixed
  #form-search-page-fixed.ui-search:focus,
.search-result-page #search-top-page-fixed #form-search-page.ui-search:focus {
  border-color: #898989 !important;
}
.search-result-page #search-top-page .ico-close,
.search-result-page #search-top-page-fixed .ico-close {
  position: relative;
  color: #898989;
  cursor: pointer;
  display: none;
  z-index: 11;
  right: -5px;
  top: -2px;
}
.search-result-page #search-top-page #btn-search-page,
.search-result-page #search-top-page-fixed #btn-search-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -21px;
  right: 15px;
  width: 40px !important;
  height: 40px !important;
  background: #00b22d !important;
  border-radius: 50% !important;
  min-height: 100% !important;
}
.search-result-page #search-top-page .btn i,
.search-result-page #search-top-page [data-item="item_new_cons"] i,
.search-result-page #search-top-page-fixed .btn i,
.search-result-page #search-top-page-fixed [data-item="item_new_cons"] i {
  position: static !important;
  top: 4px;
  right: 2px;
  font-size: 16px;
}
.search-result-page #search-top-page .clear-search,
.search-result-page #search-top-page-fixed .clear-search {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 60px;
  top: 12px;
  background-color: none;
  line-height: 30px;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
}
.search-result-page #search-top-page .search-wrapper,
.search-result-page #search-top-page-fixed .search-wrapper {
  position: absolute;
  right: -8px;
  top: 26px;
  z-index: 11;
  display: none;
}
.search-result-page #search-top-page .search-wrapper i,
.search-result-page #search-top-page-fixed .search-wrapper i {
  margin-left: 0;
}
.search-result-page #search-top-page .search-wrapper #btn-search-page,
.search-result-page #search-top-page-fixed .search-wrapper #btn-search-page {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.search-result-page #search-top-page,
.search-result-page #search-top-page-fixed {
  max-width: 100%;
}
@media (max-width: 767px) {
  .search-result-page .autocomplete-wrapper {
    max-width: 100%;
    margin-top: 0;
    background: #fff;
    height: 100vh;
    margin-top: 20px;
  }
  .search-result-page .autocomplete-wrapper #search-page {
    padding: 15px;
    max-height: 90vh;
    overflow: auto;
  }
  .search-result-page #search-top-page #form-search-page,
  .search-result-page #search-top-page #form-search-page-fixed,
  .search-result-page #search-top-page-fixed #form-search-page,
  .search-result-page #search-top-page-fixed #form-search-page-fixed {
    text-decoration: none;
  }
  .search-result-page #search-top-page #form-search-page-fixed:focus,
  .search-result-page #search-top-page #form-search-page:focus,
  .search-result-page #search-top-page-fixed #form-search-page-fixed:focus,
  .search-result-page #search-top-page-fixed #form-search-page:focus {
    border-color: #e3e8e4 !important;
  }
}
.anketa-completed,
.wh-block {
  background: #fff;
  -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
  border-radius: 10px;
  color: #737e72;
  padding: 20px 30px 30px;
  margin-bottom: 30px;
  min-height: 300px;
}
.anketa-completed .h5,
.anketa-completed h5,
.wh-block .h5,
.wh-block h5 {
  color: #424249;
}
.fixed-search {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  height: 162px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2222;
}
.fixed-search .head-result-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}
.fixed-search .head-result-search .head-result__title .title-h2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 5px;
}
.fixed-search .head-result-search .head-result__title .base-txt-2 {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #898989;
}
.fixed-search .head-result-search .head-result__btn-wrapp .btn-success,
.fixed-search
  .head-result-search
  .head-result__btn-wrapp
  [data-item="item_new_cons"] {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  padding: 11px 20px !important;
  margin-left: 20px;
}
.fixed-search .head-result-search .head-result__btn-wrapp .btn-success:hover,
.fixed-search
  .head-result-search
  .head-result__btn-wrapp
  :hover[data-item="item_new_cons"] {
  text-decoration: none;
}
.fixed-search .head-result-search .head-result__btn-wrapp .base-txt-2 {
  color: #898989;
  margin-top: 5px;
}
.fixed-search #search-top-page-fixed {
  margin-top: 15px;
}
.second-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 11;
  border-radius: 50% !important;
  min-height: 100% !important;
  color: #898989;
  font-size: 16px;
}
.second-search i {
  font-size: 16px !important;
}
@media (max-width: 767px) {
  .result-search .one-result-inner .wrp-left {
    position: relative;
  }
  .result-search .one-result-inner .wrp-left .delete-history-row {
    position: absolute;
    right: -15px;
  }
}
.clear-search,
.search-wrapper {
  display: none;
}
#title-section {
  padding-bottom: 40px;
  background-color: #ecf0f4;
}
#title-section .title-h1 {
  text-align: center;
}
#title-section .title-h2 {
  color: #424249;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
}
@media (max-width: 767px) {
  #title-section .title-h2 {
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
}
#title-section .text-note {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 27px;
}
.img-room-header-logo {
  max-height: 40px !important;
}
.w-calc {
  min-width: calc(100vw - 32px);
}
@media screen and (min-width: 2430px) {
  #img-video-top img,
  #img-video-top video {
    right: 245px;
  }
}
@media screen and (min-width: 2301px) and (max-width: 2429px) {
  #img-video-top img,
  #img-video-top video {
    right: 200px;
  }
}
@media screen and (min-width: 2166px) and (max-width: 2300px) {
  #img-video-top img,
  #img-video-top video {
    right: 110px;
  }
}
@media screen and (min-width: 1985px) and (max-width: 2165px) {
  #img-video-top img,
  #img-video-top video {
    right: 45px;
  }
}
@media screen and (max-width: 1400px) {
  #img-video-top img,
  #img-video-top video {
    right: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .question-dots-block:hover .question-dots-menu {
    display: block;
  }
  .question-dots-block:hover .question-dots {
    color: #424249;
  }
}
@media screen and (max-width: 1200px) {
  .wrp-topmenu-fix {
    height: 60px;
  }
  .wrp-topmenu-fix ul {
    height: 60px;
  }
  .topmenu-fix {
    height: 60px;
  }
  .topmenu-fix li:nth-child(2) {
    display: none;
  }
  .topmenu-fix .dropdown-menu {
    margin-top: -15px;
  }
  .h-menu,
  .plug-menu {
    height: 60px;
  }
  .wrap-top-img {
    z-index: 1;
    top: 100px;
  }
  #block_not_lawyer:not(.v-mob) .navbar-brand {
    padding-right: 60px;
  }
  .full-win {
    display: block;
  }
  #client-tab .full-win {
    display: none;
  }
  #list-doc {
    height: 195px;
  }
  #offer .br-h5 {
    display: none;
  }
  .visible-slick-slider {
    overflow: hidden;
  }
  .img-app-pc {
    left: -50px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .btn-price-cons {
    font-size: 13px !important;
  }
  .btn-price-cons i {
    margin-left: 5px;
  }
  .num-sel-lawyer {
    font-size: 28px;
  }
  .lawyer_one .wrp-no-photo-lawyer {
    min-height: 228px;
  }
  .company-info .company-left-part {
    padding: 0 10px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .company-info .company-right-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding: 0 0 0 10px;
  }
  .single-review .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
  .single-review .right {
    padding-right: 20px;
  }
  .single-review .right .review-lawyer-name {
    font-size: 14px;
  }
  .single-review .right .review-company-name {
    font-size: 12px;
  }
  .single-review .right .lawyer-stats,
  .single-review .right .review-about-text,
  .single-review .right .review-company-stats {
    white-space: normal;
    font-size: 11px;
  }
  .single-review .right .lawyer-stats span,
  .single-review .right .review-about-text span,
  .single-review .right .review-company-stats span {
    white-space: nowrap;
  }
  .single-review-v3 {
    padding: 20px 30px 20px 45px;
  }
  .single-review-v3::before {
    left: -15px;
  }
  .single-review-v3:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-review-v3 .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
  .single-review-v3 .right .single-reaction {
    margin-right: 10px;
  }
  #block_call_phones .call-phone-btn {
    padding: 6px 70px 7px;
  }
  .sw-chat-mob #block_call_phones .call-phone-btn {
    padding: 6px 110px 7px;
  }
}
@media screen and (max-width: 1050px) {
  .topmenu-fix li a {
    font-size: 13px !important;
  }
  .topmenu-fix li .dropdown {
    top: -1px !important;
  }
  #name-sel-city,
  .top-name {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  #dropdown-menu-top {
    display: none !important;
  }
  .one-tag:hover {
    border: 1px solid #00b22d;
  }
}
@media screen and (max-width: 991px) {
  .topmenu-fix .wrp-fix-1 {
    max-width: 65px;
    padding-bottom: 10px;
  }
  .topmenu-fix .wrp-fix-2 {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .topmenu-fix .ml-5 {
    margin-left: 0 !important;
  }
  .topmenu-fix .item-fix-menu {
    font-size: 12px !important;
  }
  .auth-login .hint {
    margin-top: 50px;
  }
  .auth-login .hint p {
    padding-left: 0;
  }
  .auth-login .title-dp {
    margin: 90px 0 30px 0;
  }
  #go-online-cons {
    height: 36px !important;
    max-height: 36px !important;
    line-height: 32px !important;
    margin-right: 15px !important;
    font-size: 13px !important;
    color: #fff !important;
  }
  #sel-type {
    padding-top: 0;
    padding-bottom: 40px;
    min-height: auto;
  }
  #sel-type .get-cons {
    margin-top: 40px;
  }
  .topmenu {
    height: 60px;
    position: absolute;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .topmenu .lh-60 {
    line-height: 33px;
  }
  .topmenu .ico-close,
  .topmenu .ico-gamb {
    line-height: 38px;
  }
  .topmenu .container {
    height: 100%;
  }
  .topmenu .container .row {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .topmenu .container .row .col-6:last-of-type {
    height: 100%;
  }
  #sw-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #sw-menu div {
    margin-top: 5px;
  }
  .navbar-brand {
    border-right: none;
  }
  .navbar-brand img {
    max-height: 40px;
  }
  .navbar-brand img ~ div {
    font-size: 11px;
    line-height: 13px;
    margin-left: 5px;
  }
  #block_not_lawyer {
    max-width: none;
  }
  #block_not_lawyer:not(.v-mob) .navbar-brand {
    border-right: none;
  }
  #block_not_lawyer:not(.v-mob) .navbar-brand img {
    max-height: 40px;
  }
  #block_not_lawyer:not(.v-mob) .navbar-brand img ~ div {
    font-size: 12px;
    line-height: 20px;
  }
  #registration.wrap {
    padding-top: 0;
  }
  #up-titul,
  .up-titul {
    margin-top: 40px;
  }
  #offer {
    margin-top: 20px;
  }
  #all-link {
    display: none !important;
  }
  .brd-r::before {
    margin-left: -40px;
  }
  .block-about-dp {
    padding: 30px 0;
  }
  #lawyer_q {
    padding: 30px 0;
  }
  .statistic {
    margin-top: 15px;
  }
  .our_lawyers {
    padding: 50px 0;
  }
  .we-online {
    margin-bottom: 30px;
    padding: 50px 0;
  }
  .we-online .title-dp {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .we-online .descr-dp {
    margin-bottom: 30px;
  }
  .play-button-with-text {
    padding-bottom: 0;
  }
  .comments-clients {
    margin-bottom: 30px;
  }
  .block-about-dp .title-dp,
  .our_lawyers .title-dp {
    margin-bottom: 30px;
  }
  .slick-slider {
    margin-bottom: 35px;
    overflow: hidden;
  }
  .faq .a-video-img {
    margin-top: 30px;
  }
  #client-tab .nav-link {
    font-size: 11px;
    margin-right: 12px;
    padding: 0.5rem 0.25rem 1rem;
  }
  #client-tab li:nth-of-type(1) a {
    width: 54px;
  }
  #client-tab li:nth-of-type(2) a {
    width: 126px;
  }
  #client-tab li:nth-of-type(3) a {
    width: 66px;
  }
  #client-tab li:nth-of-type(4) a {
    width: 65px;
  }
  .note-operations {
    right: 0;
  }
  .right-top-advocate img {
    height: 80%;
  }
  #form-search-law::-webkit-input-placeholder {
    font-size: 13px;
  }
  #form-search-law::-moz-placeholder {
    font-size: 13px;
  }
  #form-search-law:-ms-input-placeholder {
    font-size: 13px;
  }
  #form-search-law::-ms-input-placeholder {
    font-size: 13px;
  }
  #form-search-law::placeholder {
    font-size: 13px;
  }
  .photo-individual {
    border-radius: 5px;
  }
  #reviews-page,
  #select-companies-page,
  #select-lawyer-page,
  .individual-subpages {
    padding-top: 0 !important;
  }
  #reviews-page .select2-dropdown,
  #select-companies-page .select2-dropdown,
  #select-lawyer-page .select2-dropdown,
  .individual-subpages .select2-dropdown {
    margin-left: 0 !important;
  }
  #privacy-menu {
    margin-top: 30px;
    margin-bottom: -20px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #privacy-menu div {
    max-width: 45%;
    margin: 0 15px;
  }
  .privacy-policy_menu-right {
    display: none;
  }
  .privacy-policy_left-contact {
    border-bottom: 1px solid #e3e8e4;
    border-right: 0;
  }
  .circle-num-cons {
    right: auto;
    bottom: -20px;
    left: 325px;
  }
  .cooperation .cooperation_puzzle {
    margin-top: 0;
  }
  .err-page {
    height: auto;
    margin-bottom: 40px;
  }
  .err-page .block-err {
    margin-top: 60px;
  }
  .err-page .err-num {
    font-size: 140px;
  }
  .err-page .err-num img {
    margin: 0 15px 25px;
  }
  .err-page .err-num span {
    line-height: 170px;
  }
  .linked-menu,
  .phones-company {
    width: 100%;
    top: 44px;
  }
  #formRatingLawyer .row {
    padding-top: 0;
  }
  .single-review .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
  }
  .single-review .right {
    padding-right: 20px;
  }
  .single-review .right .review-lawyer-name {
    font-size: 14px;
  }
  .single-review .right .review-company-name {
    font-size: 12px;
  }
  .single-review .right .lawyer-stats,
  .single-review .right .review-about-text,
  .single-review .right .review-company-stats {
    white-space: normal;
    font-size: 11px;
  }
  .single-review .right .lawyer-stats span,
  .single-review .right .review-about-text span,
  .single-review .right .review-company-stats span {
    white-space: nowrap;
  }
  #reviews-page .mobile-avatar .no-photo-lawyer {
    width: 100%;
    height: 80px;
    line-height: 85px;
    border-radius: 10px;
    font-size: 40px;
  }
  .chat-lawyer .wrp-msg-4 {
    width: 94%;
  }
  .chat-lawyer .wrp-msg-4 .msg-one {
    width: 100%;
  }
  .wrp-apps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .img-app-pc {
    left: 0;
  }
  .wrp-anketa-completed {
    padding-bottom: 1px;
  }
  .anketa-completed {
    height: auto;
    margin: 60px auto;
    padding: 40px 70px 0;
  }
  .anketa-completed .title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
  }
  .anketa-completed .descript {
    min-width: 320px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .anketa-completed .btn {
    min-width: 320px;
    margin-top: -120px;
    position: relative;
    z-index: 1;
  }
  .anketa-completed .wrp-btn {
    text-align: center;
  }
  .anketa-completed .wrp-img {
    min-height: 437px;
    margin-top: 30px;
  }
  .anketa-completed .wrp-img img {
    width: 100%;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .anketa-completed .wrp-img.img-2 {
    display: none;
  }
  .anketa-completed .wrp-img.img-1 {
    display: block;
  }
  .anketa-completed .wrp-img.img-1 img {
    position: relative;
  }
  .dp-mission {
    padding-bottom: 250px;
  }
  .dp-mission .wrp-social-mission {
    padding-top: 140px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .dp-mission .wrp-social-mission ul li:last-of-type {
    margin-right: 0;
  }
  .row-mission-1 .one-mission,
  .row-mission-2 .one-mission {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .base-menu li:nth-of-type(1) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }
  .base-menu li:nth-of-type(1) a:first-of-type {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: auto;
  }
  .base-menu li:nth-of-type(1) a:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
  }
  .msg-one {
    width: 69%;
  }
  #reviews-page .info-individual,
  #select-companies-page .info-individual,
  #select-lawyer-page .info-individual,
  .individual-subpages .info-individual {
    padding-right: 10px;
    padding-left: 10px;
  }
  #reviews-page .individual-block-main-right,
  #select-companies-page .individual-block-main-right,
  #select-lawyer-page .individual-block-main-right,
  .individual-subpages .individual-block-main-right {
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #reviews-page .individual-block-main,
  #select-companies-page .individual-block-main,
  #select-lawyer-page .individual-block-main,
  .individual-subpages .individual-block-main {
    padding-top: 10px;
  }
  #reviews-page .individual-block-main .photo-individual,
  #select-companies-page .individual-block-main .photo-individual,
  #select-lawyer-page .individual-block-main .photo-individual,
  .individual-subpages .individual-block-main .photo-individual {
    border-radius: 10px;
    max-height: 135px;
    margin-left: 10px;
  }
  #reviews-page .individual-block-main .photo-individual img,
  #select-companies-page .individual-block-main .photo-individual img,
  #select-lawyer-page .individual-block-main .photo-individual img,
  .individual-subpages .individual-block-main .photo-individual img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .see-more-1 {
    display: none;
  }
  .see-more-2 {
    display: block;
    margin-bottom: 30px;
  }
  .form-price-cons {
    width: 77%;
  }
  .wrp-num-sel-lawyer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrp-price-cons-sel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-price-cons {
    width: 100%;
    margin-top: 10px;
  }
  #block_chat #category-for-block-question {
    max-width: 76%;
  }
  .lawyer_one .wrp-no-photo-lawyer {
    min-height: calc(33.33333vw - 22px);
  }
  .company-info {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .company-info .status-busy,
  .company-info .status-off-line,
  .company-info .status-on-line {
    white-space: nowrap;
  }
  .company-info .status-busy:before,
  .company-info .status-off-line:before,
  .company-info .status-on-line:before {
    white-space: nowrap;
  }
  .company-info .company-logo {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .company-info .no-photo-company {
    font-size: 40px;
    line-height: 70px;
  }
  .company-info .wrp-raiting-law-main .green-link {
    margin-left: 5px;
    font-size: 12px;
  }
  .company-info .company-left-part {
    padding: 0 10px 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .company-info .company-right-part {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px;
    padding: 0 0 0 10px;
  }
  .company-info .company-cities-inner {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 20px 7px 5px;
  }
  .company-info .company-cities-inner i {
    right: 4px;
    font-size: 10px;
  }
  .company-info .btn i {
    margin-left: 7px;
  }
  .single-review-v3 {
    padding: 20px 30px 20px 45px;
  }
  .single-review-v3::before {
    left: -15px;
  }
  .single-review-v3:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-review-v3 .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
  }
  .single-review-v3 .right .single-reaction {
    margin-right: 10px;
  }
}
@media screen and (max-width: 790px) {
  .topmenu-fix li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .icons-mob a {
    color: #737e72;
    margin-right: 15px;
  }
  .form-debts {
    width: 69%;
  }
  .advocates-page #top-advocate h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .advocates-page #top-advocate h1 i {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .user-avatar-rating {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
    top: -10px;
    white-space: nowrap;
  }
  .user-avatar-rating i {
    font-size: 11px;
  }
  .single-question {
    padding: 20px 15px 15px;
  }
  .single-question .question-dots-block {
    position: relative;
    right: 0;
    top: 0;
  }
  .single-question .question-main {
    max-width: 100%;
  }
  .single-question .question-name-date {
    margin-bottom: 5px;
  }
  .single-question .question-desktop {
    display: none;
  }
  .single-question .question-mobile {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #424249;
    margin-bottom: 15px;
  }
  .single-question .question-mobile:hover {
    text-decoration: none;
    color: #00b22d;
  }
  .single-question .user-avatar,
  .single-question .user-avatar-text {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    border-radius: 50%;
  }
  .single-question .user-avatar img,
  .single-question .user-avatar-text img {
    max-width: 100%;
    height: auto;
  }
  .single-question .user-avatar-text {
    font-size: 16px;
  }
  .topmenu-fix li:first-of-type {
    display: none;
  }
  .topmenu-fix li:last-of-type {
    display: none;
  }
  .log-in-mid {
    padding-bottom: 15px;
  }
  .modal-lead-create-v2 {
    padding: 20px;
  }
  .review-banner-vertical {
    background-size: cover;
  }
  #btn-lawyer-registration {
    display: block;
    width: 100%;
  }
  #btn-lawyer-registration-edit-phone {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #btn_save_modal_2 {
    white-space: nowrap;
  }
  .profiles_lawyer_rel_header {
    font-size: 11px !important;
  }
  .profiles_lawyer_rel {
    font-size: 13px !important;
  }
  .form-mobile .row {
    padding-top: 10px;
  }
  .form-mobile input:not(.radio-type-q) {
    padding: 9px 15px !important;
    height: 40px;
  }
  .form-mobile .form-group {
    margin-bottom: 8px;
  }
  .form-mobile .btn {
    white-space: nowrap;
    max-width: 100%;
  }
  .form-mobile .btn .spinner-border,
  .form-mobile .btn .spinner-border-sm {
    margin-left: -10px;
  }
  .form-mobile .select2-dp-big + .select2-container {
    margin-bottom: 8px;
  }
  .form-mobile
    .select2-dp-big
    + .select2-container
    .select2-selection--multiple,
  .form-mobile .select2-dp-big + .select2-container .select2-selection--single {
    min-height: 40px !important;
  }
  .form-mobile
    .select2-dp-big
    + .select2-container
    .select2-selection--multiple
    .select2-selection__rendered,
  .form-mobile
    .select2-dp-big
    + .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
    margin-top: 0 !important;
  }
  .company-review .left .rating-name {
    max-width: 50%;
  }
  .fotorama {
    padding-right: 0;
  }
  .privacy-policy .h3 {
    font-size: 32px;
    padding-left: 0 !important;
  }
  .privacy-policy .policy-inf .row div:first-child {
    padding-left: 10px;
  }
  .topmenu-fix .item-fix-menu:not(:nth-child(2)) {
    display: none;
  }
  #privacy-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  #privacy-menu div {
    min-width: 100%;
    height: 45px;
  }
  #privacy-menu div br {
    display: none;
  }
  #dropdown-menu-top li {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #dropdown-menu-top li a {
    display: block;
    width: 100%;
  }
  #dropdown-menu-top .h5,
  #dropdown-menu-top h5 {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    padding: 10px 0;
    line-height: 30px;
  }
  #dropdown-menu-top .wrap-h5 {
    cursor: pointer;
  }
  #dropdown-menu-top .wrap-h5 i {
    display: inline-block;
  }
  #dropdown-menu-top .ph-bl .wrap-h5 {
    border-top: 1px solid #00b22d;
    border-bottom: none;
  }
  #dropdown-menu-top .law-bl .wrap-h5 {
    border-top: 1px solid #00b22d;
    border-bottom: 1px solid #00b22d;
  }
  .wrap-left-tit {
    display: block;
    text-align: center;
  }
  .wrap-left-tit .br-h5 {
    display: none;
  }
  .wrap-left-tit .br-h1 {
    display: none;
  }
  .ico-log-in2020,
  .ico-log-out2020 {
    font-size: 20px;
    margin-top: -3px;
  }
  .base-menu-law {
    border-bottom: 1px solid #00b22d;
  }
  .stat-bl {
    width: 51%;
  }
  .brd-r::before {
    display: none;
  }
  .circle-num-cons {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    font-size: 15px;
    font-weight: 600;
  }
  #lawyer_q {
    padding-top: 165px;
  }
  .stat-bl:nth-child(1):after,
  .stat-bl:nth-child(2):after {
    content: "";
    display: block;
    width: 178px;
    height: 1px;
    background-color: #cfd8d1;
    margin-top: 22px;
  }
  .stat-bl:nth-child(2),
  .stat-bl:nth-child(3) {
    padding-top: 15px;
  }
  .circle-app {
    background-position: center;
  }
  .container-btm-left,
  .dp-mission {
    padding-bottom: 70px;
  }
  .msg-one {
    width: 77%;
  }
  #client-tab .nav-link {
    font-size: 13px;
    margin-right: 24px;
    padding: 0.5rem 0.5rem 1rem;
  }
  #client-tab li:nth-of-type(1) a {
    width: 69px;
  }
  #client-tab li:nth-of-type(2) a {
    width: 152px;
  }
  #client-tab li:nth-of-type(3) a {
    width: 82px;
  }
  #client-tab li:nth-of-type(4) a {
    width: 80px;
  }
  .full-win {
    display: none;
  }
  #client-tab .full-win {
    display: inline-block;
  }
  #list-doc {
    height: 230px;
  }
  .wh-block {
    min-height: 175px;
  }
  .wh-block h5 {
    font-size: 18px;
  }
  .wh-block .descript {
    font-size: 15px;
  }
  .wh-block .wrp-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ico-about {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    font-size: 28px;
  }
  .note-operations {
    right: -20px;
  }
  .advocates-page #top-advocate {
    min-height: auto;
  }
  .right-top-advocate {
    display: none;
  }
  .advocates-page #face-media .container {
    padding: 30px 15px;
  }
  .advocates-page #face-media .wrp-ico-profile {
    margin-right: 15px;
  }
  .advocates-page .dp-mission {
    margin-top: 60px;
  }
  .advocates-page .dp-mission .container {
    padding: 65px 30px;
  }
  .advocates-page #more-income,
  .advocates-page #online-service,
  .advocates-page #reputation,
  .advocates-page #social-net {
    margin-top: 70px;
  }
  .advocates-page #leads {
    margin-top: 140px;
  }
  .advocates-page #happy-clients {
    margin-top: 50px;
  }
  .advocates-page #face-media {
    margin-top: 30px;
  }
  .advocates-page #comp-inet {
    margin-top: 140px;
  }
  .advocates-page .mt-55 {
    margin-top: 30px !important;
  }
  #reviews-page .wrp-abs-rating,
  #select-companies-page .wrp-abs-rating,
  #select-lawyer-page .wrp-abs-rating,
  .individual-subpages .wrp-abs-rating {
    min-height: auto;
  }
  #reviews-page .photo-individual,
  #select-companies-page .photo-individual,
  #select-lawyer-page .photo-individual,
  .individual-subpages .photo-individual {
    border-radius: 0;
    padding: 15px;
  }
  #reviews-page .photo-individual img,
  #select-companies-page .photo-individual img,
  #select-lawyer-page .photo-individual img,
  .individual-subpages .photo-individual img {
    max-width: 70px;
    max-height: 70px;
    border: 1px solid #e3e8e4;
    border-radius: 5px;
  }
  #reviews-page .individual-block-main .info-individual-sm,
  #select-companies-page .individual-block-main .info-individual-sm,
  #select-lawyer-page .individual-block-main .info-individual-sm,
  .individual-subpages .individual-block-main .info-individual-sm {
    padding-top: 15px;
    padding-left: 0 !important;
  }
  #reviews-page .individual-block-main .info-individual-sm div,
  #select-companies-page .individual-block-main .info-individual-sm div,
  #select-lawyer-page .individual-block-main .info-individual-sm div,
  .individual-subpages .individual-block-main .info-individual-sm div {
    margin-bottom: 0;
  }
  #reviews-page .individual-block-main .info-individual-fio,
  #select-companies-page .individual-block-main .info-individual-fio,
  #select-lawyer-page .individual-block-main .info-individual-fio,
  .individual-subpages .individual-block-main .info-individual-fio {
    font-size: 18px;
    line-height: 20px;
  }
  #reviews-page .individual-block-main .photo-individual img,
  #select-companies-page .individual-block-main .photo-individual img,
  #select-lawyer-page .individual-block-main .photo-individual img,
  .individual-subpages .individual-block-main .photo-individual img {
    font-size: 10px;
  }
  #reviews-page .individual-block-main .info-individual,
  #select-companies-page .individual-block-main .info-individual,
  #select-lawyer-page .individual-block-main .info-individual,
  .individual-subpages .individual-block-main .info-individual {
    padding-left: 15px;
    padding-right: 15px;
  }
  #reviews-page .individual-block-main .pc-v,
  #select-companies-page .individual-block-main .pc-v,
  #select-lawyer-page .individual-block-main .pc-v,
  .individual-subpages .individual-block-main .pc-v {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-left: 15px;
  }
  #reviews-page .individual-block-main-right,
  #select-companies-page .individual-block-main-right,
  #select-lawyer-page .individual-block-main-right,
  .individual-subpages .individual-block-main-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 13px;
    padding-left: 13px;
  }
  #reviews-page .wrp-no-photo-lawyer,
  #select-companies-page .wrp-no-photo-lawyer,
  #select-lawyer-page .wrp-no-photo-lawyer,
  .individual-subpages .wrp-no-photo-lawyer {
    min-width: 70px;
    min-height: 70px;
    background-color: transparent;
  }
  #reviews-page .wrp-no-photo-lawyer div:nth-of-type(2),
  #select-companies-page .wrp-no-photo-lawyer div:nth-of-type(2),
  #select-lawyer-page .wrp-no-photo-lawyer div:nth-of-type(2),
  .individual-subpages .wrp-no-photo-lawyer div:nth-of-type(2) {
    font-size: 10px;
  }
  #reviews-page .no-photo-lawyer,
  #select-companies-page .no-photo-lawyer,
  #select-lawyer-page .no-photo-lawyer,
  .individual-subpages .no-photo-lawyer {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 55px;
  }
  .form-price-cons {
    width: 82%;
  }
  #reviews-page .wrp-search-companies-for-client,
  #reviews-page .wrp-search-lawyer-for-client,
  #select-companies-page .wrp-search-companies-for-client,
  #select-companies-page .wrp-search-lawyer-for-client,
  #select-lawyer-page .wrp-search-companies-for-client,
  #select-lawyer-page .wrp-search-lawyer-for-client,
  .individual-subpages .wrp-search-companies-for-client,
  .individual-subpages .wrp-search-lawyer-for-client {
    padding: 5px !important;
    min-height: auto;
  }
  #reviews-page .wrp-search-companies-for-client #btn-search-companies,
  #reviews-page .wrp-search-companies-for-client #btn-search-law,
  #reviews-page .wrp-search-lawyer-for-client #btn-search-companies,
  #reviews-page .wrp-search-lawyer-for-client #btn-search-law,
  #select-companies-page .wrp-search-companies-for-client #btn-search-companies,
  #select-companies-page .wrp-search-companies-for-client #btn-search-law,
  #select-companies-page .wrp-search-lawyer-for-client #btn-search-companies,
  #select-companies-page .wrp-search-lawyer-for-client #btn-search-law,
  #select-lawyer-page .wrp-search-companies-for-client #btn-search-companies,
  #select-lawyer-page .wrp-search-companies-for-client #btn-search-law,
  #select-lawyer-page .wrp-search-lawyer-for-client #btn-search-companies,
  #select-lawyer-page .wrp-search-lawyer-for-client #btn-search-law,
  .individual-subpages .wrp-search-companies-for-client #btn-search-companies,
  .individual-subpages .wrp-search-companies-for-client #btn-search-law,
  .individual-subpages .wrp-search-lawyer-for-client #btn-search-companies,
  .individual-subpages .wrp-search-lawyer-for-client #btn-search-law {
    height: 40px;
    width: 40px;
  }
  #reviews-page .wrp-search-companies-for-client #btn-search-companies i,
  #reviews-page .wrp-search-companies-for-client #btn-search-law i,
  #reviews-page .wrp-search-lawyer-for-client #btn-search-companies i,
  #reviews-page .wrp-search-lawyer-for-client #btn-search-law i,
  #select-companies-page
    .wrp-search-companies-for-client
    #btn-search-companies
    i,
  #select-companies-page .wrp-search-companies-for-client #btn-search-law i,
  #select-companies-page .wrp-search-lawyer-for-client #btn-search-companies i,
  #select-companies-page .wrp-search-lawyer-for-client #btn-search-law i,
  #select-lawyer-page .wrp-search-companies-for-client #btn-search-companies i,
  #select-lawyer-page .wrp-search-companies-for-client #btn-search-law i,
  #select-lawyer-page .wrp-search-lawyer-for-client #btn-search-companies i,
  #select-lawyer-page .wrp-search-lawyer-for-client #btn-search-law i,
  .individual-subpages .wrp-search-companies-for-client #btn-search-companies i,
  .individual-subpages .wrp-search-companies-for-client #btn-search-law i,
  .individual-subpages .wrp-search-lawyer-for-client #btn-search-companies i,
  .individual-subpages .wrp-search-lawyer-for-client #btn-search-law i {
    font-size: 16px;
  }
  #reviews-page .form-filters,
  #select-companies-page .form-filters,
  #select-lawyer-page .form-filters,
  .individual-subpages .form-filters {
    min-height: 40px;
  }
  #reviews-page #form-search-law,
  #select-companies-page #form-search-law,
  #select-lawyer-page #form-search-law,
  .individual-subpages #form-search-law {
    padding: 0 10px !important;
  }
  #reviews-page .wrp-search-companies-for-client input[type="text"],
  #reviews-page .wrp-search-companies-for-client-mob input[type="text"],
  #reviews-page .wrp-search-lawyer-for-client input[type="text"],
  #reviews-page .wrp-search-lawyer-for-client-mob input[type="text"],
  #select-companies-page .wrp-search-companies-for-client input[type="text"],
  #select-companies-page
    .wrp-search-companies-for-client-mob
    input[type="text"],
  #select-companies-page .wrp-search-lawyer-for-client input[type="text"],
  #select-companies-page .wrp-search-lawyer-for-client-mob input[type="text"],
  #select-lawyer-page .wrp-search-companies-for-client input[type="text"],
  #select-lawyer-page .wrp-search-companies-for-client-mob input[type="text"],
  #select-lawyer-page .wrp-search-lawyer-for-client input[type="text"],
  #select-lawyer-page .wrp-search-lawyer-for-client-mob input[type="text"],
  .individual-subpages .wrp-search-companies-for-client input[type="text"],
  .individual-subpages .wrp-search-companies-for-client-mob input[type="text"],
  .individual-subpages .wrp-search-lawyer-for-client input[type="text"],
  .individual-subpages .wrp-search-lawyer-for-client-mob input[type="text"] {
    font-size: 13px !important;
  }
  #reviews-page
    .wrp-search-companies-for-client
    input[type="text"]::-webkit-input-placeholder,
  #reviews-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-webkit-input-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client
    input[type="text"]::-webkit-input-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-webkit-input-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client
    input[type="text"]::-webkit-input-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-webkit-input-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client
    input[type="text"]::-webkit-input-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client-mob
    input[type="text"]::-webkit-input-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client
    input[type="text"]::-webkit-input-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  #reviews-page
    .wrp-search-companies-for-client
    input[type="text"]::-moz-placeholder,
  #reviews-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-moz-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-moz-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-moz-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client
    input[type="text"]::-moz-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-moz-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-moz-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-moz-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client
    input[type="text"]::-moz-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-moz-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-moz-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-moz-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client
    input[type="text"]::-moz-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client-mob
    input[type="text"]::-moz-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client
    input[type="text"]::-moz-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-moz-placeholder {
    font-size: 13px !important;
  }
  #reviews-page
    .wrp-search-companies-for-client
    input[type="text"]:-ms-input-placeholder,
  #reviews-page
    .wrp-search-companies-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client
    input[type="text"]:-ms-input-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client
    input[type="text"]:-ms-input-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client
    input[type="text"]:-ms-input-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client
    input[type="text"]:-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client
    input[type="text"]:-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client
    input[type="text"]:-ms-input-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client-mob
    input[type="text"]:-ms-input-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client
    input[type="text"]:-ms-input-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client-mob
    input[type="text"]:-ms-input-placeholder {
    font-size: 13px !important;
  }
  #reviews-page
    .wrp-search-companies-for-client
    input[type="text"]::-ms-input-placeholder,
  #reviews-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-ms-input-placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client
    input[type="text"]::-ms-input-placeholder,
  #select-companies-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-ms-input-placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client
    input[type="text"]::-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client
    input[type="text"]::-ms-input-placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client
    input[type="text"]::-ms-input-placeholder,
  .individual-subpages
    .wrp-search-companies-for-client-mob
    input[type="text"]::-ms-input-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client
    input[type="text"]::-ms-input-placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::-ms-input-placeholder {
    font-size: 13px !important;
  }
  #reviews-page
    .wrp-search-companies-for-client
    input[type="text"]::placeholder,
  #reviews-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::placeholder,
  #reviews-page .wrp-search-lawyer-for-client input[type="text"]::placeholder,
  #reviews-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::placeholder,
  #select-companies-page
    .wrp-search-companies-for-client
    input[type="text"]::placeholder,
  #select-companies-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client
    input[type="text"]::placeholder,
  #select-companies-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client
    input[type="text"]::placeholder,
  #select-lawyer-page
    .wrp-search-companies-for-client-mob
    input[type="text"]::placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client
    input[type="text"]::placeholder,
  #select-lawyer-page
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::placeholder,
  .individual-subpages
    .wrp-search-companies-for-client
    input[type="text"]::placeholder,
  .individual-subpages
    .wrp-search-companies-for-client-mob
    input[type="text"]::placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client
    input[type="text"]::placeholder,
  .individual-subpages
    .wrp-search-lawyer-for-client-mob
    input[type="text"]::placeholder {
    font-size: 13px !important;
  }
  .single-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .single-review::before {
    display: none;
  }
  .single-review .left {
    height: 85px;
    padding: 15px;
    margin-bottom: 35px;
  }
  .single-review .left .review-date {
    font-size: 12px;
    margin-bottom: 0;
  }
  .single-review .left .review-rating-container {
    margin-bottom: 0;
  }
  .single-review .left .review-city {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #737e72;
  }
  .single-review .left .review-rating-face {
    position: absolute;
    left: 15px;
    bottom: -25px;
  }
  .single-review.review-rating-4 .left,
  .single-review.review-rating-5 .left {
    background: #eef6e8;
  }
  .single-review.review-rating-3 .left {
    background: #fff7ce;
  }
  .single-review.review-rating-1 .left,
  .single-review.review-rating-2 .left {
    background: #ffe8e8;
  }
  .single-review .right {
    padding: 0 15px 20px;
  }
  .single-review .right .review-lawyer-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #00b22d;
  }
  .single-review .right .about-block {
    display: block;
  }
  .single-review .right .about-block a:not(.add-review-btn) {
    margin-left: 0;
  }
  .single-review .right .about-block .nowrap {
    display: block;
    white-space: initial;
  }
  .single-review .right .review-text {
    color: #737e72;
  }
  .single-review .right .review-add-link-container {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .single-review .separator {
    height: 1px;
    width: 100%;
    margin: 5px 0 10px;
    display: block;
  }
  .single-review .add-review-btn {
    width: 30px;
    min-width: 30px;
    height: 30px;
    line-height: 24px;
  }
  .single-review .add-review-btn svg {
    width: 12px;
    height: 12px;
  }
  .single-review .bottom-part {
    margin: 15px 10px;
    display: block;
  }
  .single-review-v3 {
    padding: 20px;
  }
  .single-review-v3::before {
    left: -10px;
  }
  .single-review-v3 .left {
    padding-right: 0;
  }
  .single-review-v3 .left .review-object {
    margin-bottom: 20px;
  }
  .single-review-v3 .left .avatar {
    margin-left: 0;
  }
  .single-review-v3 .left .review-object-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
  }
  .single-review-v3 .left .review-object-company {
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
  }
  .single-review-v3 .review-partner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .single-review-v3 .right {
    border-left: none;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e8e4;
  }
  .single-review-v3 .right .reactions-and-share {
    position: static;
    margin-top: 10px;
    border-top: 1px solid #e3e8e4;
    padding-top: 20px;
  }
  .single-review-v3 .right .review-text {
    margin-bottom: 20px;
  }
  .single-review-v3:not(:last-child) {
    margin-bottom: 20px;
  }
  .single-review-v3.with-more-btn .right .review-text {
    margin-bottom: 10px;
  }
  .review-stats {
    margin-bottom: 20px;
    padding: 20px;
  }
  #review-content .review-stats {
    margin-top: 0;
    padding-top: 0;
  }
  .radio-tab-selected {
    display: block;
    position: relative;
  }
  .radio-tab-selected::after {
    font-family: dpravo2020;
    font-size: 1rem;
    display: inline;
    color: #00b22d;
    content: "\e820";
    position: absolute;
    right: 5px;
    bottom: 10px;
  }
  .radio-tabs {
    display: none;
    border-bottom: 1px solid #00b22d;
    padding: 20px 9px;
    height: auto;
  }
  .radio-tabs .radio-tab {
    height: 20px;
  }
  .radio-tabs .radio-tab:not(:last-child) {
    margin-bottom: 10px;
  }
  .radio-tabs label {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #737e72;
    border: none;
    padding: 0 0 0 30px;
    margin: 0;
    border-radius: 0;
    cursor: pointer;
    position: relative;
  }
  .radio-tabs label::after {
    content: "";
    display: block;
    background: #fff;
    border: 1px solid #e3e8e4;
    border-radius: 50%;
    position: absolute;
    right: unset;
    left: 0;
    height: 20px;
    width: 20px;
    top: 0;
    cursor: pointer;
  }
  .radio-tabs input[type="radio"]:checked + label {
    font-weight: 500;
    color: #00b22d;
    border-bottom: none;
    padding-bottom: 0;
  }
  .radio-tabs input[type="radio"]:checked + label::after {
    font-family: dpravo2020;
    font-size: 10px;
    text-align: center;
    background-color: #00b22d;
    border-color: #00b22d;
    color: #fff;
    content: "\79";
    height: 16.66667px;
    width: 16.66667px;
    top: 1.66667px;
    left: 1.66667px;
    line-height: 14px;
    text-transform: none;
  }
  .radio-tabs-wrapper {
    margin-top: 10px;
  }
  .radio-tabs-wrapper.opened .radio-tabs {
    display: block;
  }
  .radio-tabs-wrapper.opened .radio-tab-selected::after {
    color: #737e72;
    content: "\e830";
  }
  .new-messages {
    padding: 2px;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    border-radius: 5px;
  }
  .new-messages .messages-count {
    width: 16px;
    border-radius: 3px;
  }
  .new-messages .messages-text {
    margin-right: 3px;
  }
  .lawyer_one .wrp-no-photo-lawyer {
    min-height: 268px;
  }
  .company-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-info .company-left-part {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-column-break-after: left;
    -moz-column-break-after: left;
    break-after: left;
  }
  .company-info .company-right-part {
    padding: 0;
    border-left: unset;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .company-info .company-right-part > .d-flex {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-column-break-after: left;
    -moz-column-break-after: left;
    break-after: left;
  }
  .company-info .company-logo {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .company-info .company-logo + div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .company-info .no-photo-company {
    font-size: 40px;
    line-height: 70px;
  }
  .company-info .company-name {
    font-size: 10px;
    line-height: 15px;
  }
  .company-info .company-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .company-info .wrp-raiting-law-main {
    margin-bottom: 0;
  }
  .company-info .wrp-raiting-law-main .green-link {
    margin-left: 5px;
  }
  .company-info .company-age-mobile {
    padding: 5px 0;
    border-top: 1px solid #e3e8e4;
    border-bottom: 1px solid #e3e8e4;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 10px 0 5px;
    -webkit-column-break-before: left;
    -moz-column-break-before: left;
    break-before: left;
  }
  .company-info .socials-mobile {
    padding: 0 2px 5px;
    border-bottom: 1px solid #e3e8e4;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company-info .socials-mobile > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .company-info .socials-mobile > .single-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
  }
  .company-info .company-cities-inner {
    background: #f6f9f6;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    padding: 5px 40px 5px 10px;
    border: none;
  }
  .company-info .company-cities-inner.small-inner {
    text-align: center;
  }
  .company-info .company-cities-inner i {
    font-size: 10px;
    line-height: 27px;
  }
  .company-info .money-from {
    font-size: 18px !important;
    line-height: 30px;
  }
  .company-info .btn-disabled-sm2,
  .company-info .btn-success-sm2 {
    padding: 4px 15px 6px !important;
    white-space: nowrap;
  }
  .company-info .socials-collapse {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #e3e8e4;
    -webkit-box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
    box-shadow: 0 10px 25px rgba(73, 106, 72, 0.13);
    border-radius: 10px;
    z-index: 100;
  }
  .company-info .socials-collapse .socials-collapse-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-info .socials-collapse .social-link {
    text-decoration: none;
    font-size: 20px;
    color: #737e72;
  }
  .company-info .socials-collapse .social-link:not(:last-child) {
    margin-right: 10px;
  }
  .company-info .socials-mobile-container {
    position: relative;
    border-left: 1px solid #e3e8e4;
  }
  .company-info .socials-mobile-container.single-text {
    border-left: none;
    text-align: center;
  }
  .company-info .socials-mobile-container.single-text .socials-inner {
    display: inline-block;
  }
  .company-info .socials-inner {
    position: relative;
    white-space: nowrap;
    padding: 0 20px 0 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: right;
  }
  .company-info .socials-inner i {
    position: absolute;
    font-size: 10px;
    right: 4px;
    line-height: 27px;
  }
  .company-info .socials-inner[aria-expanded="false"] .ico-chevron-down {
    display: initial;
  }
  .company-info .socials-inner[aria-expanded="false"] .ico-chevron-up {
    display: none;
  }
  .company-info .socials-inner[aria-expanded="true"] .ico-chevron-down {
    display: none;
  }
  .company-info .socials-inner[aria-expanded="true"] .ico-chevron-up {
    display: initial;
  }
  .company-info .companies-city-collapse {
    width: 100%;
    min-width: unset;
    max-width: none;
  }
  #page-company .wrp-linked {
    width: 41%;
    max-width: 209px;
  }
  #page-company .wrp-linked .btn-disabled {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12.5px 20px 10.5px !important;
    font-size: 15px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-company .wrp-linked .wh-block {
    min-height: auto;
  }
  #page-company .linked-menu,
  #page-company .phones-company {
    top: 50px;
    width: 100%;
    max-width: 209px;
  }
  #page-lawyer .wrp-linked .wh-block {
    min-height: auto;
  }
  .edit-msg {
    right: -12px;
    display: block;
  }
  .escape-edit-client {
    right: 115px;
  }
  #search_companies_result .linked-menu,
  #search_companies_result .phones-company,
  #search_lawyers_result .linked-menu,
  #search_lawyers_result .phones-company {
    top: 30px;
  }
  #search_companies_result .linked-menu.wh-block,
  #search_companies_result .phones-company.wh-block,
  #search_lawyers_result .linked-menu.wh-block,
  #search_lawyers_result .phones-company.wh-block {
    min-height: auto;
  }
  .company-info .btn-success-mid-50 {
    display: inline-block;
    background: #00b22d !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 13px !important;
    padding: 4px 22px 6px !important;
    line-height: 20px;
    letter-spacing: 1px;
    border-radius: 5px !important;
    border: 0 solid transparent !important;
    text-transform: uppercase;
    text-transform: none;
    cursor: pointer;
    min-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
  }
  .company-info .btn-success-mid-50 i {
    font-size: 12px !important;
  }
  .company-info .btn-disabled-mid-50 {
    display: inline-block;
    background: #737e72 !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 15px !important;
    padding: 7px 14px !important;
    font-weight: 500;
    border-radius: 5px !important;
    border: 0 solid transparent !important;
    text-transform: uppercase;
    text-transform: none;
    cursor: pointer;
    min-height: 30px;
    font-size: 13px !important;
    letter-spacing: 1px;
    padding: 4px 15px 6px !important;
    cursor: pointer !important;
    opacity: 1 !important;
  }
  .company-info .btn-disabled-mid-50 i {
    font-size: 12px !important;
  }
  .company-info .linked-menu,
  .company-info .phones-company {
    width: 100%;
    top: 30px;
  }
  .company-info .wh-block {
    min-height: auto;
  }
  .share-modal {
    padding: 20px 10px;
  }
  .share-modal .href-copy .form-control {
    margin-bottom: 50px;
    overflow: visible;
  }
  .share-modal .href-copy .form-control .copy-text {
    top: 80px;
    background: 0 0;
    left: 0;
    text-align: center;
  }
  .pagination .page-item {
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .about-text-collapse {
    padding: 15px 10px;
  }
  .about-text-collapse .more-link {
    display: block;
    margin: 5px 0 0;
  }
  .msg-one.msg-order {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }
  .msg-one.msg-order .square-checkbox {
    padding-left: 25px;
    font-size: 11px;
  }
  .msg-one.msg-order .chat-checks-list {
    padding-left: 25px;
    padding-right: 5px;
  }
  .msg-one.msg-order .chat-checks-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .msg-one.msg-order .chat-checks-list li:before {
    top: 4px;
    left: -20px;
    font-size: 8px;
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .msg-one.msg-order .mb-20 {
    margin-bottom: 10px !important;
  }
  .msg-one.msg-order .msg-order-white-container {
    padding: 20px 10px 10px;
  }
  .msg-one.msg-order .chat-checks-list-container {
    font-size: 11px;
    line-height: 15px;
  }
  .msg-one.msg-order .chat-checks-list-container .ico-rub-th {
    font-size: 8px !important;
  }
  .msg-one.msg-order .order-balance-container .square-checkbox {
    font-size: 13px;
    line-height: 20px;
  }
  .order-modal .square-checkbox {
    padding-left: 25px;
    font-size: 11px;
  }
  .order-modal .chat-checks-list {
    padding-left: 25px;
    padding-right: 5px;
  }
  .order-modal .chat-checks-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .order-modal .chat-checks-list li:before {
    top: 4px;
    left: -20px;
    font-size: 8px;
    width: 14px;
    height: 14px;
    line-height: 12px;
  }
  .order-modal .chat-checks-list-container {
    font-size: 11px;
    line-height: 15px;
  }
  .order-modal .chat-checks-list-container .ico-rub-th {
    font-size: 8px !important;
  }
  .order-modal .order-balance-container .square-checkbox {
    font-size: 13px;
    line-height: 20px;
  }
  .mobile-view-slider .slick-track .slick-slide {
    width: calc(100vw - 60px);
    height: auto;
  }
  .single-slider-article .single-slider-article-reactions .single-reaction {
    margin-right: 5px;
  }
  .chat-progressbar-popup {
    top: -12px;
  }
  .chat-progressbar-popup::after {
    top: -10px;
    left: 42px;
  }
  .chat-progressbar-popup .chat-progressbar-popup-title {
    font-weight: 600;
    font-size: 11px;
    line-height: 13px;
  }
  .advocates-page #top-advocate h1 {
    margin-top: 20px;
  }
  .advocates-page #top-advocate img {
    width: 75%;
    margin-top: -50px;
    margin-bottom: 30px;
  }
  .wrp-count-msg .notification-area-wrapper.notification-mobile {
    width: 100vw;
    height: 100vh;
    padding-bottom: calc(57px + env(safe-area-inset-bottom, 10px));
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area {
    width: auto;
    height: calc(100vh - 58px);
    max-height: unset;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner {
    height: 100%;
    width: 100vw;
    padding: 20px 16px 5px;
    margin-left: -15px;
    overflow-y: auto;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner
    .no-notification {
    padding-top: 15px;
    font-size: 24px;
    font-weight: 700;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner
    .no-notification
    i {
    font-size: 80px;
  }
  .questions-to-lawyers {
    padding-top: 40px;
  }
  .questions-to-lawyers .h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .questions-main {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .questions-main .title-dp {
    text-align: left;
  }
  .questions-main .questions-main-row {
    height: auto;
    padding-bottom: 0;
  }
  .questions-main .questions-main-row .title-dp {
    line-height: 36px !important;
  }
  .questions-main .h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .questions-main .single-question {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #e3e8e4;
  }
  .questions-main .single-question:not(:last-child) {
    margin-bottom: 15px;
  }
  .questions-main .wrp-btn-q {
    width: 298px;
    margin: 0 auto;
  }
  #wrp-unscribe .top-logo {
    width: 162px;
    height: auto;
    margin: 0 auto 40px;
    top: 0;
  }
  #wrp-unscribe .top-img-mobile {
    margin-bottom: 40px;
  }
  #wrp-unscribe .wh-block-unscribe {
    margin: 20px 15px;
    padding: 30px 20px;
  }
  #wrp-unscribe .btn {
    width: 290px;
    margin: 0 auto;
    display: block;
  }
  .dp-mission {
    padding-bottom: 185px;
  }
  .dp-mission .wrp-social-mission {
    padding-top: 120px;
  }
}
@media screen and (min-width: 640px) {
  #consultation-mob {
    height: 660px;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  #consultation-mob.show {
    top: calc((100vh - 660px) / 2);
  }
  #consultation-mob .content-consultation-mob {
    max-height: 650px;
    overflow: hidden;
  }
  .slider-msg {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 27px;
  }
  .slider-msg .detailed-serv {
    font-size: 17px;
  }
  @-webkit-keyframes open_steps {
    from {
      top: 100vh;
      opacity: 0.75;
    }
    to {
      top: calc((100vh - 660px) / 2);
      opacity: 1;
    }
  }
  @keyframes open_steps {
    from {
      top: 100vh;
      opacity: 0.75;
    }
    to {
      top: calc((100vh - 660px) / 2);
      opacity: 1;
    }
  }
  @-webkit-keyframes close_steps {
    from {
      top: calc((100vh - 660px) / 2);
      opacity: 1;
    }
    to {
      top: 100vh;
      opacity: 0.75;
    }
  }
  @keyframes close_steps {
    from {
      top: calc((100vh - 660px) / 2);
      opacity: 1;
    }
    to {
      top: 100vh;
      opacity: 0.75;
    }
  }
}
@media screen and (max-width: 650px) {
  .modal .modal-close {
    right: 0;
    top: -25px;
  }
  .container-mission {
    padding-right: 0;
  }
  .container-mission .container {
    padding-right: 0;
    overflow: hidden;
  }
  .container-mission .container .txt-mission {
    padding-right: 15px;
  }
}
@media screen and (max-width: 575px) {
  .title-staff-h5 {
    font-size: 16px;
  }
  .sw-type-content {
    margin-top: 0;
  }
  .wrap-top-img {
    display: none;
  }
  .sl-arrow {
    margin-left: 10px;
    margin-right: 10px;
  }
  .descr-dp {
    text-align: center;
  }
  #dp-mission-new .descr-dp {
    text-align: left;
  }
  .comments-clients .slick-btns {
    margin-bottom: 30px;
  }
  .reviews-container .block-btns {
    margin-top: 30px;
  }
  .reviews-container .btn-view-all,
  .reviews-container .btn-view-all-new {
    margin-bottom: 30px;
  }
  .container-btm-left,
  .dp-mission {
    padding-bottom: 0;
  }
  #comp-inet .container:after {
    width: 70px;
    height: 70px;
    top: -35px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    line-height: 70px;
    font-size: 40px;
  }
  .form-price-cons {
    width: 77%;
  }
  .btn-price-cons {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .lawyer_one .wrp-no-photo-lawyer {
    min-height: calc(50vw - 22px);
  }
  .company-info .wrp-raiting-law-main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #page-company .wrp-linked {
    width: calc(50% - 10px);
    max-width: none;
  }
  #page-company .linked-menu,
  #page-company .phones-company {
    max-width: none;
  }
  .anketa-completed {
    padding: 40px;
  }
  .dp-mission {
    padding-bottom: 185px;
  }
  .dp-mission .wrp-social-mission {
    padding-top: 120px;
  }
  .wrp-romanov img {
    position: relative;
    top: -10px;
  }
  .txt-mission {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 556px) {
  .topmenu-fix li {
    display: none !important;
  }
  .topmenu-fix .wrp-fix-1 {
    max-width: 16.66667%;
  }
  .topmenu-fix .wrp-fix-2 {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .wrp-img-name-top {
    top: 0;
  }
  .wrp-img-name-top a .ico-user {
    margin: 0 15px 0 10px;
  }
  .city-top-menu {
    margin-left: 25px;
  }
  .city-top-menu #sel-city {
    padding-left: 0;
  }
  .dot-menu {
    margin-top: 0;
  }
  .top-name {
    max-width: 160px;
  }
  #list-doc {
    height: 195px;
  }
  .ph-lawyer {
    max-width: 40px;
  }
  .modal-body .ph-lawyer {
    min-width: 60px;
  }
  #name-lawyer {
    font-size: 15px;
    line-height: 20px;
  }
  .more-inf-lawyer {
    font-size: 13px;
    line-height: 20px;
  }
  .sw-devices-mob .sw-device {
    height: 40px;
    width: 40px;
  }
  .sw-devices-mob .sw-device i {
    font-size: 18px;
  }
  .wrap-lawyer-block {
    padding: 0;
    min-height: 60px;
  }
  .wrp-top-lawyer {
    background-color: #fff !important;
    border-bottom: 1px solid #e3e8e4;
  }
  .wrp-one-note {
    margin: 0 15px 15px 10px;
  }
  #block_chat #category-for-block-question,
  #block_chat #search-law {
    margin-left: 15px;
    max-width: 90%;
  }
  #chat-qw-lawyer {
    margin-left: 25px;
    max-width: calc(100% - 60px);
  }
  .info-individual {
    margin-left: 20px;
  }
}
@media screen and (max-width: 524px) {
  .full-win {
    display: block;
  }
  #client-tab .full-win {
    display: none;
  }
  .btns-reviews a {
    width: 100%;
  }
  .btns-reviews a .btn {
    width: 100%;
  }
  .comments-clients {
    padding-bottom: 60px;
  }
  .search-law-adv .select2-results {
    max-height: 150px;
  }
}
@media screen and (max-width: 500px) {
  .full-win {
    display: none;
  }
  #client-tab .full-win {
    display: inline-block;
  }
  #client-tab .nav-link {
    font-size: 11px;
    margin-right: 12px;
    padding: 0.5rem 0.25rem 1rem;
  }
  #client-tab li:nth-of-type(1) a {
    width: 54px;
  }
  #client-tab li:nth-of-type(2) a {
    width: 126px;
  }
  #client-tab li:nth-of-type(3) a {
    width: 66px;
  }
  #client-tab li:nth-of-type(4) a {
    width: 65px;
  }
  .msg-one {
    width: 69%;
  }
  .note-operations {
    right: 0;
  }
  #chat-ver-2 .go-question .wrp-btn {
    width: 69%;
  }
  #chat-ver-2 .chat-type-qw {
    padding: 0 10px 10px 0;
  }
  #chat-ver-2 .chat-type-qw .one-type-qw {
    padding: 3px 7px;
  }
  #chat-ver-2 .msg-one .msg-note-operations {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -14px !important;
    left: -16px !important;
  }
  #chat-ver-2 .msg-one .msg-note-operations i {
    font-size: 16px;
    top: 1px;
  }
  .wrp-legal-analysis .wrp-msg-0 {
    width: 100%;
    margin-left: -10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .wrp-legal-analysis .wrp-msg-0 .msg-one {
    max-width: none;
  }
  .wrp-legal-analysis .cons-block {
    width: 90% !important;
  }
  .wrp-legal-analysis .avatar {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #modalWindowCall .modal-content {
    padding: 32px;
  }
  #modalWindowCall button:first-of-type {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .photo-lawyer-call {
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto 15px;
  }
  .photo-lawyer-call .no-ph {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-color: #eef6e8;
    text-align: center;
  }
  .photo-lawyer-call .no-ph img {
    height: 50%;
    width: 50%;
    border: none;
    margin-top: 25%;
  }
  .name-lawyer-call {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .advocates-page .wh-block {
    min-height: auto;
    height: 100%;
    padding: 15px;
  }
  .advocates-page .wh-block .descript {
    font-size: 14px;
  }
  .wrp-img-social .iphone-social {
    width: 48%;
    border-radius: 26px;
  }
  #happy-clients .wrp-img-happy .happy-ipad {
    border-radius: 12px;
  }
  .see-more-1 {
    display: none;
  }
  .see-more-2 {
    display: block;
    margin-bottom: 30px;
  }
  .id-chat-client-sms {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }
  .send-chat-form-sms {
    width: 100%;
    padding: 16.5px 7px !important;
    font-size: 15px !important;
  }
  .send-chat-form-sms i {
    display: none;
  }
  #chat-ver-2 {
    height: calc(100vh - 75px - env(safe-area-inset-bottom));
  }
  #chat-ver-2 #wrap_chat {
    height: calc(100vh - 100px);
  }
  #chat-ver-2 #wrap_chat.prb-view {
    padding-top: 0;
  }
  #chat-ver-2 #block_chat {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 0;
  }
  #chat-ver-2 #block_send_msg2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  #chat-ver-2 #sound-sw {
    margin-bottom: 10px;
    margin-top: 20px;
    margin-right: 15px;
  }
  #chat-ver-2 .chat-progressbar-steps {
    width: 100%;
    border-radius: 0;
    position: relative;
  }
  #chat-ver-2 .chat-progressbar-steps .chat-progressbar-step {
    border-radius: 0 !important;
  }
  #chat-ver-2 .inner-send-message {
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
  }
  #chat-ver-2 .usl {
    grid-column: span 3;
    margin-top: 15px;
  }
  #chat-ver-2 .sms-block .w-75 {
    width: 100% !important;
  }
  #chat-ver-2 .sms-block input[type="button"] {
    margin-left: 15px;
  }
  #chat-ver-2 .wrp-sel-type-cons {
    width: calc(100% - 33px);
  }
  #chat-ver-2 .cons-and-answer .placer50,
  #chat-ver-2 .consultation-sel .placer50,
  #chat-ver-2 .sms-block .placer50,
  #chat-ver-2 .wrp-city-phone .placer50 {
    display: none;
  }
  #chat-ver-2 .wrp-city-phone .form-chat-city-phone {
    max-width: calc(100% - 40px);
  }
  #chat-ver-2 .sms-block .form-sms {
    max-width: calc(100% - 34px);
  }
  #chat-ver-2 .step-2-consultation-sel .radio-base17 + div {
    padding-left: 24px;
  }
  .wrp-anketa-completed {
    padding-left: 15px;
    padding-right: 15px;
  }
  .anketa-completed {
    padding: 25px 15px;
  }
  .anketa-completed .title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
  .anketa-completed .descript {
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
  }
  .anketa-completed .btn {
    margin-top: -60px;
  }
}
@media screen and (max-width: 460px) {
  #go-online-cons {
    margin-left: 0;
    display: none !important;
  }
  .wrap-img-app img {
    max-width: 50%;
    height: auto;
  }
  .article-full-title,
  .title-dp {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
  .subtitle-dp {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }
  .questions-main {
    padding-top: 35px;
  }
  .plug-menu {
    height: 60px;
  }
  .wrp-detailed-anketa ul {
    padding-right: 0;
  }
  .wrp-detailed-anketa ul li {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
  }
  .wrp-detailed-anketa .wrp-cons-block {
    max-width: calc(100% - 25px);
  }
  .wrp-detailed-anketa .wrp-cons-block .placer50 {
    display: none;
  }
  #chat-ver-2 .wrp-sel-cons-answ .consultation-sel {
    padding: 20px 15px 7px;
  }
  #chat-ver-2 .wrp-sel-cons-answ .consultation-sel .deadline {
    font-size: 11px;
    line-height: 15px;
  }
  #chat-ver-2 .pack-services .one-pack {
    max-height: none;
  }
  .wrp-answer-cons .cons-block-header {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
  }
  .wrp-answer-cons .badge-grey {
    margin-bottom: 10px;
  }
  .wrp-answer-cons .wrp-garant-cons,
  .wrp-answer-cons .wrp-simpl-answ {
    width: 100%;
    max-width: none;
  }
  .wrp-answer-cons .wrp-garant-cons .cons-block,
  .wrp-answer-cons .wrp-simpl-answ .cons-block {
    padding: 15px !important;
  }
  .wrp-answer-cons .wrp-garant-cons .wrp-ul-btn,
  .wrp-answer-cons .wrp-simpl-answ .wrp-ul-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .wrp-answer-cons .wrp-garant-cons .wrp-ul-btn .btn,
  .wrp-answer-cons .wrp-simpl-answ .wrp-ul-btn .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px !important;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .wrp-answer-cons .wrp-simpl-answ {
    margin-bottom: 15px;
  }
  .wrp-answer-cons .wrp-cons-block {
    max-width: calc(100% - 22px);
  }
  .wrp-answer-cons .wrp-cons-block .placer50 {
    display: none;
  }
  .wrap-select-type-consultation .placer50 {
    display: none;
  }
  .wrp-lawyer-debt .comm-header {
    font-size: 15px;
    line-height: 22px;
  }
  .wrp-lawyer-debt .wrp-sel-type-communicate {
    max-width: none;
  }
  .wrp-lawyer-debt .wrp-types-block {
    max-width: calc(100% - 37px);
    margin-left: 10px;
  }
  .wrp-lawyer-debt .wrp-types-block .placer50 {
    display: none;
  }
  .wrp-lawyer-debt .type-communicate {
    padding: 17px 17px 16px 13px;
  }
  .wrp-lawyer-debt .type-communicate.messanger {
    max-width: 195px;
  }
  .wrp-lawyer-debt [data-type="whatsapp"] {
    margin-right: 15px;
  }
  .cons-and-answer .wrp-sel-cons-answ {
    width: calc(100% - 33px);
  }
  .cons-and-answer .bl-answ-cons {
    width: 48%;
  }
  .border-text-holidays-days {
    width: calc(100% - 10px) !important;
  }
  .msg-lawyer-offer {
    max-width: calc(100% - 30px);
  }
  .msg-lawyer-offer .avatar {
    display: none;
  }
  .msg-lawyer-offer .next-stage {
    height: 65px;
  }
  .msg-lawyer-offer .next-stage td {
    height: inherit;
  }
  .msg-lawyer-offer .next-stage td .wrp-pay {
    height: 100%;
  }
  .msg-lawyer-offer .next-stage td.sum-nobr .wrp-pay {
    padding-top: 15px;
  }
  .msg-lawyer-offer .next-stage td.sum-nobr + td .wrp-pay {
    padding-top: 15px;
  }
  .balloon-cons {
    margin-left: auto;
    margin-right: auto;
    left: -15px !important;
    right: 0 !important;
  }
  .sl-arrow {
    margin: 0 5px;
  }
  .our_lawyers .sel-law {
    display: block;
  }
  .our_lawyers .btn-dark {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .comments-clients {
    margin-bottom: 0;
  }
  .galery_video {
    margin-bottom: 0;
    padding-bottom: 35px;
  }
  .container-mission {
    height: 440px;
  }
  .dp-mission {
    padding-bottom: 50px;
  }
  .one-mission_subtitle {
    font-size: 18px;
    line-height: 25px;
  }
  .one-mission_txt {
    font-size: 15px;
    line-height: 22px;
  }
  .wrp-social-mission .subscr {
    font-size: 18px;
    line-height: 25px;
  }
  .wrap-video-img {
    background: url(../images/video-main-poster-440x300.jpg) no-repeat 50%;
    background-size: cover;
  }
  .questions-to-lawyers .single-question {
    margin-left: 0;
  }
  .about-dp-galery .slick-slide {
    padding: 0;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area {
    height: auto;
    max-height: calc(100vh - 60px);
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f9f9fb;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner {
    max-height: none;
    border-radius: 15px 15px 0 0;
    border: 1px solid #f2f2f2;
    border-bottom: none;
    background-color: #fff;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner-header-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }
  .wrp-count-msg
    .notification-area-wrapper.notification-mobile
    .notification-area
    .notification-area-inner-header-text
    i {
    font-size: 12px;
  }
}
@media screen and (max-width: 430px) {
  .wrap-video-img {
    background: url(../images/video-main-poster-420x300.jpg) no-repeat 50%;
    background-size: cover;
  }
  .questions-to-lawyers {
    padding-bottom: 40px;
  }
  .our_lawyers {
    padding: 30px 0 0;
  }
  .comments-clients {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .review-stats {
    padding-left: 0;
    padding-right: 0;
  }
  .review-stats .wrp-stars {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row-mission-1 .one-mission,
  .row-mission-2 .one-mission {
    margin-left: -10px;
    margin-right: -10px;
  }
  .wrp-txt-mission {
    margin-left: -10px;
  }
  .faq,
  .mob-apps {
    margin-bottom: 30px;
  }
  .wrp-notification .avatar {
    height: 40px;
    width: 40px;
    min-width: 40px;
  }
  .wrp-notification .avatar img {
    max-width: 40px;
    max-height: 40px;
  }
  .wrp-notification .avatar .img-border-radius {
    border-radius: 40px;
  }
  .wrp-notification .info {
    margin-left: 8px;
  }
  .wrp-notification .msg {
    max-width: 325px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 20px;
  }
  .wrp-notification .msg .who-comment {
    font-size: 14px;
    line-height: 20px;
  }
  .wrp-notification .time {
    font-size: 11px;
    line-height: 15px;
  }
  #room-ver-2 {
    height: 100vh;
  }
}
@media screen and (max-width: 430px) {
  .city-top-menu #list-sel-city {
    min-width: 263px;
  }
  #name-sel-city {
    max-width: 100px;
  }
  h5 {
    font-size: 18px;
  }
  #main-titul {
    font-size: 32px;
    line-height: 40px;
  }
  .tabs-btns .btn {
    font-size: 16px;
  }
  #sel-type .get-cons {
    margin-top: 20px;
  }
  .block-about-dp .descr-dp,
  .comments-clients .descr-dp,
  .our_lawyers .descr-dp,
  .we-online .descr-dp {
    line-height: 1.3;
  }
  #sel-type {
    min-height: auto;
  }
  #main-page-h1 #up-titul,
  #up-titul,
  .up-titul {
    margin-top: 40px;
    font-size: 18px;
  }
  .main-titul {
    font-size: 22px;
    line-height: 36px;
  }
  #offer {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }
  .get-cons {
    margin-top: 30px;
  }
  .slick-btns {
    margin-bottom: 20px !important;
  }
  .block-about-dp .title-dp,
  .comments-clients .title-dp,
  .our_lawyers .title-dp,
  .video-dp-main .title-dp {
    margin-bottom: 40px;
  }
  .block-about-dp .title-dp {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #mod-steps .btn-disabled,
  #mod-steps .btn-outline-success,
  #mod-steps .btn-success {
    padding: 11px 13px !important;
  }
  .container-btm-left {
    padding-bottom: 0;
  }
  .comments-clients {
    padding: 30px 0 0;
  }
  .comments-clients .descr-dp {
    margin-bottom: 20px;
  }
  .slick-slider {
    margin-bottom: 20px !important;
  }
  .play-button-with-text {
    padding-bottom: 0;
  }
  .statistic .data-stat {
    font-size: 36px;
    margin-bottom: 0;
  }
  .statistic .data-title {
    font-size: 13px;
  }
  .statistic .tm {
    font-size: 18px;
  }
  .wrap-right-app {
    height: 415px;
  }
  .wrp-container-btm-left {
    margin-bottom: -195px;
  }
  .stat-bl:nth-child(1):after,
  .stat-bl:nth-child(2):after {
    width: 155px;
  }
  .dp-mission {
    padding-bottom: 25px;
  }
  .dp-mission .descr-dp {
    margin-bottom: 30px;
  }
  .wrap-right-app {
    margin-bottom: -50px;
  }
  .faq {
    padding-bottom: 30px;
  }
  .faq .descr-dp {
    margin-bottom: 25px;
  }
  #price-st-2 {
    display: none;
  }
  #modalTab #modal-list-doc {
    height: calc(100% - 105px);
    padding: 0;
  }
  #modalTab #modal-list-doc .ss-scroll {
    margin-left: -5px;
  }
  .item-doc {
    max-width: calc(100% - 20px);
  }
  .item-doc i:last-of-type {
    display: inline-block;
  }
  #reviews-page .individual-block-main .info-individual-fio,
  #select-companies-page .individual-block-main .info-individual-fio,
  #select-lawyer-page .individual-block-main .info-individual-fio,
  .individual-subpages .individual-block-main .info-individual-fio {
    font-size: 15px;
    line-height: 20px;
  }
  #publics_reviews .slick-btns {
    margin-bottom: 0 !important;
  }
  #authorization .auth-login_privacy-policy label,
  #modalWindowAboutPhone .auth-login_privacy-policy label {
    font-size: 10px;
  }
  .lawyer_one .wrp-no-photo-lawyer {
    min-height: calc(100vw - 22px);
  }
  #page-company .wrp-linked {
    width: 100%;
  }
  #page-company .linked-menu {
    max-width: none;
  }
  .content-comment .line-name:after {
    background-color: transparent !important;
  }
  .comment-block-result .wrp-one-comment .brd-left {
    border-left: 1px solid #e3e8e4;
    padding-left: 5px;
  }
  .comment-block-result .wrp-one-comment .time_comment {
    margin-left: 0 !important;
  }
  .comment-block-result .wrp-one-comment .pl-com-1 {
    padding-left: 0;
  }
  .comment-block-result .wrp-one-comment .pl-com-2 {
    padding-left: 10px;
  }
  .comment-block-result .wrp-one-comment .pl-com-3 {
    padding-left: 20px;
  }
  .comment-block-result .wrp-one-comment .pl-com-4 {
    padding-left: 30px;
  }
  .comment-block-result .wrp-one-comment .pl-com-5 {
    padding-left: 40px;
  }
  .chat-form {
    margin-left: 20px;
    width: 87%;
  }
  #rec_timer {
    font-size: 14px;
    min-width: 42px;
  }
  .wrp-block-phone-sms {
    margin-left: 25px;
  }
  .advocates-page #top-advocate h1 {
    margin-top: 20px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
  }
  .advocates-page #top-advocate h1 i {
    font-size: 18px;
  }
  .advocates-page #top-advocate h5 {
    font-size: 17px;
    line-height: 27px;
    text-align: left;
  }
  .advocates-page #top-advocate img {
    width: 95%;
  }
  .advocates-page #top-advocate .btn {
    width: 100%;
    height: 50px;
    line-height: 16px;
  }
  .advocates-page #top-advocate .one-type {
    padding: 6px 13px;
  }
  #chat-ver-2 {
    height: calc(100vh - 70px - env(safe-area-inset-bottom));
  }
  #chat-ver-2 .sel-photo-law {
    padding: 10px 8px !important;
  }
  #chat-ver-2 .round-chat-law {
    width: 40px;
    height: 40px;
  }
  #chat-ver-2 .other-str {
    display: inline-block;
    width: 50%;
  }
  #chat-ver-2 .cons-block .discount-hour {
    font-size: 11px;
    line-height: 15px;
  }
  #chat-ver-2 .cons-block .discount-hour .rus_rub {
    margin-left: -1px;
    font-size: 10px;
  }
  #chat-ver-2 .cons-block .sum-pay {
    font-size: 13px;
    line-height: 20px;
  }
  #chat-ver-2 .cons-block .sum-pay .rus_rub {
    margin-left: 2px;
    font-size: 12px;
  }
  .cons-and-answer .placer50 {
    display: none;
  }
  .cons-and-answer .bl-answ-cons {
    width: 48%;
  }
  .cons-and-answer .sel-cons-answ {
    font-size: 13px;
  }
  .cons-and-answer .public-and-send .head-public-and-send {
    width: 65%;
  }
  .cons-and-answer .foot-type {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cons-and-answer .foot-type button {
    width: 137px;
  }
  .cons-and-answer .foot-type .clock-cons {
    margin-bottom: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  #wrp-unscribe h2 {
    font-size: 24px;
    line-height: 32px;
  }
  #wrp-unscribe h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .msg-invoice-order {
    padding: 0 30px 0 15px;
  }
  .msg-invoice-order .avatar {
    display: none;
  }
  .msg-invoice-order .invoice-order {
    padding-left: 10px;
    padding-right: 10px;
  }
  .msg-invoice-order .invoice-order .top-invoice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .msg-invoice-order .invoice-order .top-invoice.align-items-center {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .invoice-big-block input::-webkit-input-placeholder,
  .invoice-big-block textarea::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  .invoice-big-block input::-moz-placeholder,
  .invoice-big-block textarea::-moz-placeholder {
    font-size: 13px !important;
  }
  .invoice-big-block input:-ms-input-placeholder,
  .invoice-big-block textarea:-ms-input-placeholder {
    font-size: 13px !important;
  }
  .invoice-big-block input::-ms-input-placeholder,
  .invoice-big-block textarea::-ms-input-placeholder {
    font-size: 13px !important;
  }
  .invoice-big-block input::placeholder,
  .invoice-big-block textarea::placeholder {
    font-size: 13px !important;
  }
  #create-new-invoice {
    padding-right: 15px;
  }
  .result-invoice {
    font-size: 13px;
  }
  .wrp-one-pay-stage:first-of-type .wrp-num-stage {
    margin-top: 0;
  }
  .wrp-one-pay-stage:first-of-type .ico-delete-forever {
    top: 0;
  }
  .wrp-one-pay-stage .wrp-num-stage {
    margin-bottom: 20px;
  }
  .l-tmpl {
    display: inline-block;
  }
  .send-invoice {
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .send-invoice .btn {
    width: 100%;
  }
  .anketa-completed {
    padding: 25px 15px;
  }
  .anketa-completed .wrp-btn {
    margin-bottom: -45px;
  }
  .anketa-completed .btn {
    margin-top: -160px;
  }
  .question-banner-block.question-banner-wide {
    padding: 20px 15px;
  }
  .single-question {
    margin-left: -10px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-bottom: 20px;
  }
  .single-question:not(:first-child) {
    border-top: none;
  }
  .btn-link-blue,
  .btn-link-green,
  .sum-nobr,
  .wrp-btns-offer .btn {
    font-size: 13px;
  }
  .msg-lawyer-offer .avatar {
    display: none;
  }
  .msg-lawyer-offer .next-stage {
    height: 65px;
  }
  .msg-lawyer-offer .next-stage td {
    height: inherit;
  }
  .msg-lawyer-offer .next-stage td .wrp-pay {
    height: 100%;
  }
  .msg-lawyer-offer .next-stage td.sum-nobr .wrp-pay {
    padding-top: 15px;
  }
  .msg-lawyer-offer .next-stage td.sum-nobr + td .wrp-pay {
    padding-top: 15px;
  }
  .msg-lawyer-offer .footer-invoice {
    padding-left: 15px;
  }
  .bl-answ-cons .descript {
    font-size: 11px;
    white-space: nowrap;
  }
  .bl-answ-cons .probability {
    font-size: 13px;
  }
  .pay-q:after {
    right: 10px;
  }
}
@media screen and (max-width: 404px) {
  .full-win {
    display: block;
  }
  #client-tab .full-win {
    display: none;
  }
  .wrp-enhance {
    margin: 215px 25px 30px;
  }
  #chat-ver-2 .wrp-sms-code input[type="text"] {
    width: 148px;
  }
  #chat-ver-2 .wrp-legal-analysis .bg-analysis:after {
    right: -90px;
  }
}
@media screen and (max-width: 380px) {
  #client-tab .nav-link {
    margin-right: 0;
    padding: 0.5rem 0;
  }
  .avatar {
    margin-left: 10px;
    margin-right: 10px;
  }
  .wrp-notification .avatar {
    margin: 0;
  }
  .chat-form {
    margin-left: 10px;
    width: 90%;
  }
  .msg-client {
    width: 77% !important;
  }
  .msg-auto,
  .msg-client,
  .msg-lawyer {
    padding: 10px 14px;
    font-size: 14px;
  }
  .msg-log {
    padding: 2px 40px 0 17px;
  }
  .one-invoice .h4 {
    font-size: 16px;
  }
  #dp-mission-new {
    padding-left: 20px;
  }
  .wrp-container-btm-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .advocates-page #online-service .col-6,
  .advocates-page #reputation .col-6 {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .advocates-page #comp-inet .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .advocates-page .dp-mission .container {
    padding: 65px 20px;
  }
  .form-price-cons {
    width: 75%;
    margin-left: 56px;
  }
  .err-page .err-num img {
    max-width: 150px;
    margin: 0 15px -5px;
  }
  #chat-ver-2 .sms-block .w-75 {
    width: 100% !important;
  }
  #chat-ver-2 .sms-block .placer50 {
    display: none;
  }
  #chat-ver-2 .cons-type-free .one-type-cons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #chat-ver-2 .cons-type-free .one-type-cons .head {
    width: 75%;
  }
  #chat-ver-2 .cons-type-free .one-type-cons .foot-type {
    width: auto;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }
  #chat-ver-2 .cons-type-free .one-type-cons .foot-type .btn {
    padding-top: 15px;
  }
  .anketa-completed .wrp-btn {
    margin-bottom: -100px;
  }
  .anketa-completed .btn.btn-success {
    min-width: 290px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: -280px;
  }
  .wrap-video-img {
    background: url(../images/video-main-poster-355x300.jpg) no-repeat 50%;
    background-size: cover;
  }
}
@media screen and (max-width: 360px) {
  .wrap-user-room .navbar-brand img {
    max-height: 40px;
  }
  .navbar-brand img {
    min-width: 40px;
  }
  .msg-one.msg-order .link-order {
    text-align: center;
  }
  .msg-one.msg-order .square-checkbox {
    font-size: 11px;
  }
  .w-order {
    display: none;
  }
  .wrap-enhance-modal .fsz-21 {
    font-size: 18px !important;
  }
  .wrp-enhance {
    margin: 215px 15px 20px;
  }
  .btn-link-blue,
  .btn-link-green,
  .sum-nobr,
  .wrp-btns-offer .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 332px) {
  #client-tab li:nth-of-type(1) a {
    width: 50px;
  }
  #client-tab li:nth-of-type(2) a {
    width: 122px;
  }
  #client-tab li:nth-of-type(3) a {
    width: 62px;
  }
  #client-tab li:nth-of-type(4) a {
    width: 60px;
  }
  .msg-client {
    width: 74% !important;
  }
  .aver-time {
    display: none;
  }
  #select-companies-page .wrp-sort,
  #select-lawyer-page .wrp-sort {
    min-width: 180px;
  }
  #modalWindowAboutPhone .btn-success {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media screen and (max-width: 320px) {
  .top-name {
    max-width: 160px;
  }
  .city-top-menu #list-sel-city {
    min-width: 223px;
  }
  #go-online-cons {
    margin-left: 0;
  }
  .get-cons .btn i {
    margin-left: 15px;
  }
  #accordionAllansw .h5 {
    font-size: 15px !important;
  }
  .wrap-right-app {
    height: 345px;
  }
  .err-page .err-num img {
    max-width: 98px;
    margin: 0 15px -10px;
  }
  #reviews-page .individual-block-main .of-service-page,
  #select-companies-page .individual-block-main .of-service-page,
  #select-lawyer-page .individual-block-main .of-service-page,
  .individual-subpages .individual-block-main .of-service-page {
    line-height: 12px;
    margin-left: 15px;
  }
  #reviews-page .individual-block-main .wrp-raiting-law-main,
  #select-companies-page .individual-block-main .wrp-raiting-law-main,
  #select-lawyer-page .individual-block-main .wrp-raiting-law-main,
  .individual-subpages .individual-block-main .wrp-raiting-law-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #reviews-page .individual-block-main .wrp-raiting-law-main .add-review-btn,
  #select-companies-page
    .individual-block-main
    .wrp-raiting-law-main
    .add-review-btn,
  #select-lawyer-page
    .individual-block-main
    .wrp-raiting-law-main
    .add-review-btn,
  .individual-subpages
    .individual-block-main
    .wrp-raiting-law-main
    .add-review-btn {
    margin-top: 5px;
    margin-left: auto;
  }
  .advocates-page #top-advocate .one-type {
    padding: 6px 9px;
  }
  .advocates-page #top-advocate .one-type:last-of-type span {
    display: none;
  }
  #chat-ver-2 .foot-type .clock-cons {
    font-size: 11px;
  }
  #chat-ver-2 .individual-consultation .sel-photo-law,
  #chat-ver-2 .lawyers_chat_block .sel-photo-law {
    padding: 10px 0 !important;
    text-align: center;
  }
  #chat-ver-2 .individual-consultation .sel-photo-law .round-chat-law,
  #chat-ver-2 .lawyers_chat_block .sel-photo-law .round-chat-law {
    margin-right: -12px;
  }
  #chat-ver-2 .individual-consultation .ml-15,
  #chat-ver-2 .lawyers_chat_block .ml-15 {
    margin-left: 0 !important;
  }
  #chat-ver-2 .wrp-block-phone-sms .id-chat-client-phone {
    width: 165px;
    padding: 9px 15px;
  }
  #chat-ver-2 .btn-form-consultation-slider i {
    margin-left: 0;
  }
  #chat-ver-2 .round-chat-law {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
  .modal-body button {
    padding: 16.5px 10px !important;
  }
  #wrp-unscribe h2 {
    font-size: 20px;
    line-height: 28px;
  }
  #wrp-unscribe h3 {
    font-size: 16px;
    line-height: 20px;
  }
  #wrp-unscribe .btn {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .review-banner-vertical {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 700px) {
  .block-info-text-help .inner-block-info-text-help {
    width: 90%;
  }
  .block-info-text-help-message .msg-one-help-info {
    font-size: 13px;
  }
  .block-info-text-help-read-more {
    font-size: 13px;
  }
  .block-info-text-help i {
    font-size: 16px;
  }
  .block-info-text-help .info-text-help-one div {
    font-size: 13px !important;
  }
}
