.expertise-page .menu-box li {
  margin-right: 30px;
}

.expertise-page .footer .container {
  max-width: unset;
}

.expertise-page .footer-publish {
  width: unset;

  min-width: 390px;

  height: unset;

  min-height: 40px;

  padding: 5px 10px;
}

.expertise-page .menu-box li:hover svg path {
  fill: #8031a7;
}

.expertise-page .menu-box li > a > span:not(.menu-box__icon) {
  margin-top: auto;
}

.expertise-page .menu-box__icon {
  display: block;

  width: 17px;

  height: 23px;

  margin-top: 0;
}

.expertise-page .burger-menu__nav .menu-box__icon {
  margin-right: 10px;
}

.expertise-page .burger-menu__nav .admin-menu__list {
  display: block;

  padding: 20px 40px 10px 40px;
}

.expertise-page .burger-menu__nav .admin-menu__item {
  margin-bottom: 20px;

  text-transform: uppercase;
}

.expertise-page .burger-menu__nav .admin-menu__item + .admin-menu__item {
  margin-left: 0;
}

.admin-menu {
  background-color: #f4f5f5;
}

.admin-menu__container {
  padding: 0 60px;
}

.admin-menu__list {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 16px 0 10px;

  list-style: none;
}

.admin-menu__item + .admin-menu__item {
  margin-left: 30px;
}

.admin-menu__link {
  color: #888;

  text-decoration: none;
}

.admin-menu__link:hover {
  color: #8031a7;
}

.admin-menu__link--current {
  color: #8031a7;
}

.admin-menu__link--add {
  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;

  min-width: 214px;

  min-height: 36px;

  padding: 0;

  padding-top: 10px;

  padding-right: 6px;

  margin-top: -12px;

  font-size: 14px;

  color: #8031a7;

  letter-spacing: 0.05em;

  background-image: url("../img/icon/add-service.svg");

  background-repeat: no-repeat;
}

.expertise {
  min-height: 100vh;

  background-color: #f4f5f5;
}

.expertise__title {
  padding: 20px 28px;

  margin: 0;

  margin-bottom: 18px;

  font-family: "Baskerville Display PT", serif;

  font-size: 32px;

  font-size: 36px;

  font-weight: 700;

  background-color: #fff;
}

.expertise__head {
  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;

  padding: 25px 40px 15px;

  background-color: #fff;

  border-bottom: 3px solid #222;
}

.expertise__head-title {
  margin-right: 110px;

  margin-bottom: 10px;

  font-family: "Proxima Nova Semibold", sans-serif;

  font-size: 20px;
}

.expertise__head-number {
  margin-right: 80px;

  margin-bottom: 10px;
}

.expertise__head-number-title {
  margin-right: 5px;

  font-family: "Proxima Nova Semibold", sans-serif;

  font-size: 15px;

  color: #888;
}

.expertise__head-number-value {
  font-size: 14px;
}

.expertise__textarea-label {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 100%;

  flex: 0 1 100%;
}

.expertise__section:last-child {
  padding-bottom: 100px;
}
.expertise__section-submit-wrap {
  padding: 0 40px;

  text-align: right;
}

.expertise__save-inspection {
  min-width: 270px;

  min-height: 50px;
}
.expertise__save-conclusion {
  min-width: 270px;

  min-height: 50px;
}

.expertise__label-radio + .expertise__label-radio {
  margin-left: 30px;
}

.expertise__pay-title {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 180px;

  flex: 0 1 180px;

  margin-right: 10px;

  font-size: 16px;
}

.expertise__pay-input-wrap {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 270px;

  flex: 0 1 270px;

  margin-right: 10px;
}

.expertise__download-docs-wrap {
  min-width: 270px;
}

.expertise__download-docs-row {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 10px;

  border-bottom: 1px solid #d1d1d1;
}

.expertise__download-docs-row:first-child {
  border-top: 1px solid #d1d1d1;
}

.expertise__download-docs-link {
  display: block;

  width: 20px;

  height: 20px;

  margin-right: 20px;
}

.expertise__download-docs-link img {
  display: block;

  width: 100%;

  height: 100%;

  -o-object-fit: contain;

  object-fit: contain;
}

.expertise__download-docs-title {
  font-size: 16px;
}

.expertise__save-shipment {
  min-width: 368px;

  min-height: 50px;
}

.expertise__price-link {
  display: block;

  margin-bottom: 50px;

  color: #8031a7;

  text-decoration: none;
}

.expertise__price-link:hover {
  color: #572c5f;
}

.expertise-section.js-disabled .expertise-section__head {
  color: #888;

  background-color: transparent;
}

.expertise-section.js-filled .expertise-section__head {
  color: #888;

  background-color: transparent;
}

.expertise-section.js-filled .expertise-section__check {
  display: block;
}

.expertise-section.js-open .expertise-section__body {
  display: block;
}

.expertise-section.js-open .expertise-section__head {
  color: #222;

  background-color: #fff;

  border-bottom: none;
}

.expertise-section.js-open .expertise-section__arrow {
  -webkit-transform: translateY(-50%) scale(-1);

  -ms-transform: translateY(-50%) scale(-1);

  transform: translateY(-50%) scale(-1);
}

.expertise-section__head {
  position: relative;

  padding: 25px 140px 25px 40px;

  background-color: #fff;

  border-bottom: 2px solid #d1d1d1;
}

.expertise-section__title {
  font-family: "Baskerville Display PT", serif;

  font-size: 24px;

  font-weight: 700;
}

.expertise-section__body {
  display: none;

  padding: 30px 0;
}

.expertise-section__panel {
  margin-bottom: 30px;
}

.expertise-section__check {
  position: absolute;

  top: 50%;

  right: 116px;

  display: none;

  width: 29px;

  height: 29px;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.expertise-section__check svg {
  display: block;

  width: 100%;

  height: 100%;
}

.expertise-section__arrow {
  position: absolute;

  top: 50%;

  right: 40px;

  display: block;

  width: 29px;

  height: 16px;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.expertise-section__arrow svg {
  display: block;

  width: 100%;

  height: 100%;
}

.expertise-panel {
  padding: 30px 40px;

  background-color: #fff;

  border-bottom: 2px solid #888;
}

.expertise-panel--map {
  min-height: 420px;
}

.expertise-panel--pay {
  min-height: 420px;
}

.expertise-panel__title {
  margin-bottom: 40px;

  font-family: "Proxima Nova Semibold", sans-serif;

  font-size: 20px;
}

.expertise-panel__row {
  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-bottom: 30px;
}

.expertise-panel__row:last-child {
  margin-bottom: 0;
}

.expertise-panel__row--column {
  -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;
}

.expertise-panel__row--sb {
  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

.expertise-panel__row--ac {
  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;
}

.expertise-panel__label {
  display: block;

  -webkit-box-flex: 0;

  -ms-flex: 0 1 660px;

  flex: 0 1 660px;

  margin-bottom: 20px;
}

.expertise-panel__label--270 {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 270px;

  flex: 0 1 270px;
}

.expertise-panel__label--mr-118 {
  margin-right: 118px;
}

.expertise-panel__passport-title {
  display: block;

  margin-bottom: 15px;

  font-size: 16px;
}

.expertise-panel__passport-btn {
  min-width: 368px;

  min-height: 40px;
}

.expertise-panel__damage-group {
  -webkit-box-flex: 0;

  -ms-flex: 0 1 270px;

  flex: 0 1 270px;
}

.expertise-panel__damage-group:first-child {
  margin-right: 118px;
}

.expertise-panel__damage-error {
  -webkit-box-flex: 0;

  -ms-flex: 0 0 100%;

  flex: 0 0 100%;
}

.expertise-panel__damage-title {
  display: block;

  margin-bottom: 10px;

  font-family: "Proxima Nova Semibold", sans-serif;

  font-size: 15px;

  color: #888;
}

.expertise-panel__damage-checkbox-label {
  display: block;

  margin-bottom: 5px;
}

.ui-form__input {
  display: block;

  width: 100%;

  height: 38px;

  padding: 0 20px;

  border: 1px solid #d9d9d9;

  outline: none;

  -webkit-transition: 0.2s;

  transition: 0.2s;
}

.ui-form__input:focus {
  border-color: #222;
}

.ui-form__checkbox-label {
  position: relative;

  cursor: pointer;
}

.ui-form__checkbox-label:hover .ui-form__checkbox-text::before {
  border-color: #222;
}

.ui-form__checkbox {
  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 0;

  opacity: 0;
}

.ui-form__checkbox:checked + .ui-form__checkbox-text::before {
  background-image: url("../img/icon/checkbox-check.svg");
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  background-color: #8031a7;
  background-position: center;
}

.ui-form__checkbox-text {
  padding-left: 35px;

  font-family: "Proxima Nova Light", sans-serif;

  font-size: 16px;

  color: #222;
}

.ui-form__checkbox-text::before {
  position: absolute;

  top: 50%;

  left: 0;

  display: block;

  width: 18px;

  height: 18px;

  content: "";

  border: 1px solid #bbb;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);
}

.ui-form__textarea-label {
  display: block;
}

.ui-form__textarea-text {
  display: block;

  margin-bottom: 10px;

  font-family: "Proxima Nova Semibold", sans-serif;

  font-size: 15px;

  color: #888;
}

.ui-form__textarea {
  width: 100%;

  height: 180px;

  padding: 20px;

  resize: none;

  border: 1px solid #d9d9d9;

  outline: none;
}

.ui-form__textarea:hover {
  border-color: #222;
}

.ui-form__radio-label {
  position: relative;

  cursor: pointer;
}

.ui-form__radio-input {
  position: absolute;

  top: 0;

  left: 0;

  width: 0;

  height: 0;

  opacity: 0;
}

.ui-form__radio-input:checked + .ui-form__radio-text::before {
  font-size: 50px;

  line-height: 12px;

  color: #8031a7;

  text-align: center !important;

  content: "\2022";

  border: 1px solid #8031a7;
}

.ui-form__radio-text {
  position: relative;

  padding-left: 32px;
}

.ui-form__radio-text::before {
  position: absolute;

  left: 0;

  display: inline-block;

  width: 20px;

  height: 20px;

  margin-top: -2px;

  content: "";

  background-color: #fff;

  border: 1px #d9d9d9 solid;

  border-radius: 50%;
}

.ui-form__label-text {
  display: block;

  margin-bottom: 10px;

  font-family: "Proxima Nova Semibold", sans-serif;

  font-size: 15px;

  color: #888;
}

.ui-form__money-input-wrap {
  display: block;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding: 0 20px;

  border: 1px #d9d9d9 solid;
}

.ui-form__money-input {
  display: block;

  -webkit-box-flex: 1;

  -ms-flex-positive: 1;

  flex-grow: 1;

  height: 38px;

  padding-right: 20px;

  border: none;

  outline: none;

  -moz-appearance: textfield;
}

.ui-form__money-input::-webkit-outer-spin-button,
.ui-form__money-input::-webkit-inner-spin-button {
  margin: 0;

  -webkit-appearance: none;
}

.drop-area img {
  display: block;

  width: 71px;

  height: 43px;
}

.drop-area__title {
  margin-top: 15px;

  margin-bottom: 7px;

  font-family: "Proxima Nova Semibold", sans-serif;

  text-align: center;
}

.drop-area .drop-area__pgh {
  margin-bottom: 8px;
  font-family: "Proxima Nova Light", sans-serif;
}

.drop-area-2 img {
  display: block;

  width: 59px;

  height: 43px;
}

.drop-area-2__title {
  margin-top: 15px;

  margin-bottom: 7px;

  font-family: "Proxima Nova Semibold", sans-serif;

  text-align: center;
}

.drop-area-2__pgh {
  margin-bottom: 8px;
  font-family: "Proxima Nova Light", sans-serif;
}

.expertise-panel__body.full .drop-area {
  padding: 15px 0;
}

.expertise-panel__body.full .drop-area p:last-of-type {
  margin-bottom: 0;
}

.expertise-panel__body.full .drop-area-2 {
  padding: 15px 0;
}

.expertise-panel__body.full .drop-area-2 p:last-of-type {
  margin-bottom: 0;
}

.expertise__invalid {
  color: #c00;
}

@media (max-width: 1280px) {
  .admin-menu__container {
    padding: 0 28px;
  }

  .admin-menu__item + .admin-menu__item {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .expertise-page .footer-block {
    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    padding: 0 28px;

    margin-left: 0;
  }

  .expertise-page .footer-buttons {
    margin: 0 !important;
  }

  .expertise-page .footer-publish {
    min-width: unset;

    margin-top: 10px;
  }

  .expertise-page .footer-btn {
    margin: 0;
  }

  .admin-menu {
    display: none;
  }

  .expertise__label-radio {
    -webkit-box-flex: 1;

    -ms-flex: 1 1 100%;

    flex: 1 1 100%;

    margin-bottom: 20px;
  }

  .expertise__label-radio + .expertise__label-radio {
    margin-left: 0;
  }

  .expertise-panel__row {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .expertise__title {
    font-size: 24px;
  }

  .expertise__section-submit-wrap {
    padding: 0;
  }

  .expertise__save-shipment {
    min-width: unset;
  }

  .expertise-section__head {
    padding: 25px;
  }

  .expertise-section__title {
    font-size: 18px;
  }

  .expertise-section__check {
    right: 100px;
  }

  .expertise-section__arrow {
    right: 25px;
  }

  .expertise-panel__label--270 {
    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;
  }

  .expertise-panel__label--mr-118 {
    margin-right: 0;
  }

  .expertise-panel__passport-btn {
    min-width: unset;
  }

  .expertise-panel__damage-group {
    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;
  }

  .expertise-panel__damage-group:first-child {
    margin-right: 0;
  }
}
