.old_section {
  width: 100%;
  /* spec */
  /* breadcrumb */
}
.old_section p,
.old_section ul,
.old_section ol {
  color: #404040;
}
.old_section p {
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.old_section ul,
.old_section ol {
  margin: 10px 0 20px 5%;
}
.old_section ul {
  list-style: square;
}
.old_section ol {
  list-style: decimal;
}
.old_section ul li,
.old_section ol li {
  line-height: 1.5;
  margin-bottom: 10px;
}
.old_section img {
  max-width: 100%;
  height: auto;
}
.old_section b,
.old_section strong {
  font-weight: 600;
}
.old_section sup {
  position: relative;
  top: -0.5em;
}
.old_section sub {
  position: relative;
  top: 0.5em;
}
.old_section h1 {
  font-size: 2em;
  font-weight: 600;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.old_section h2 {
  font-size: 1.6em;
  margin: 27px 0 20px 0;
}
.old_section h3 {
  font-size: 1.4em;
  margin: 27px 0 20px 0;
}
.old_section h4 {
  font-size: 1.14em;
  margin: 27px 0 20px 0;
}
.old_section h5 {
  font-size: 1em;
  font-weight: bold;
}
.old_section table {
  width: 100%;
  border: 1px solid #dedede;
  font-size: 0.9em;
  margin: 20px 0 30px 0;
}
.old_section td,
.old_section th {
  border: 0;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #dedede;
}
.old_section th {
  text-transform: uppercase;
  padding: 15px 5px;
  background: #CD2122;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
}
.old_section tr {
  background: #fff;
}
.old_section table td:first-child {
  text-align: left;
  padding-left: 24px;
}
.old_section table tr:nth-child(odd) {
  background: #fcfcfc;
}
.old_section .breadcrumb {
  margin: 0 0 10px 0;
  overflow: hidden;
  color: #777;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.old_section .breadcrumb a {
  text-decoration: none;
}
.old_section .breadcrumb a:hover {
  text-decoration: none;
}
.old_section .breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.old_section .breadcrumb ul li {
  background: none;
  float: left;
  margin: 0 10px 0 0;
  font-size: 0.9em;
}
.old_section .breadcrumb li + li:before {
  content: "\f105";
  font-family: fontAwesome;
  font-size: 1em;
  margin: 0 10px 0 0;
}
.old_section .breadcrumb ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.old_section .breadcrumb ul li:last-child {
  background: none;
  line-height: 1.7;
}

.auth_form {
    text-align: center;
    box-shadow: 0px 0px 14px 0px #00000040;
    padding: 20px 20px 47px;
    border-radius: 20px;
}

.g-recaptcha {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.old_container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.old_container{max-width:540px}}@media (min-width:768px){.old_container{max-width:720px}}@media (min-width:992px){.old_container{max-width:960px}}@media (min-width:1200px){.old_container{max-width:1140px}}
.old_section {
    margin: 50px auto;
}

.auth_form input:not([type="submit"]) {
    height: 30px;
}

.auth_form input:not([type="radio"]) {
    min-width: 305px;
}

a.bs, a.b, .bs_table input[type="submit"] {
    color: #fff;
    background: #422553;
    transition: all .2s ease;
}

.bs_table a.o {
    padding: 5px 10px;
    color: #fff;
    transition: all .2s ease;
}

a.bs:hover, a.b:hover, .bs_table a.o:hover, .bs_table input[type="submit"]:hover {
    background: #fcb900;
    color: #333333;
}

.long_bs_table table tbody > tr > td {
    min-width: 100px;
}

.bs_table input[name="pass"], .bs_table input[name="l"] {
    height: 25px;
}

.change_password input[name="pass"] {
    min-width: 250px;
    height: 30px;
}

@media (max-width: 768px) {
    a.bs {
        padding: 1.5rem 1.5rem;
    }

    .long_bs_table {
        width: 100%;
        overflow: scroll;
    }

    .change_password {
        text-align: center;
    }

    .change_password > a.bs, .change_password input[type="submit"]{
        display: flex;
        margin: auto;
        min-width: 250px;
    }

}

@media (max-width: 480px) {
    .auth_form input:not([type="submit"]) {
        height: 30px;
    }

    .auth_form input:not([type="radio"]) {
        min-width: 1px;
        width: 80%;
    }

    a.b {
        margin: auto;
        display: block;
        width: 60%;
        height: auto;
        text-align: center;
        font-size: 20px;
    }
}

@media (max-width: 360px) {
    .old_container {
        padding-right: 4px;
        padding-left: 4px;
    }
}

    .auth_form .partner_registration .g-recaptcha {
        display: flex;
        justify-content: center;
    }
    .auth_form .partner_registration {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 15px;
    }
    .auth_form .partner_registration input {
        width: 100%;
        border: 1px solid #ccc;
        height: 37px;
        margin-top: 7px;
        background: #fff;
        color: #000;
        padding: 0 40px 0 15px;
        background-color: #f7f7f7;
        border-radius: 20px!important;
    }
    .auth_form .partner_registration textarea {
        width: 100%;
        border: 1px solid #ccc;
        margin-top: 7px;
        background: #fff;
        color: #000;
        padding: 15px 40px 15px 15px;
        background-color: #f7f7f7;
        border-radius: 20px;
        font-size: 15px;
    }
    .auth_form .partner_registration .has_errors, .partner_registration .empty_field_error {
        border-color: red;
        background: #ff00000d;
    }
    .auth_form .partner_registration_button {
        width: max-content;
        margin: auto;
    }

    .bitrix-form {
        margin-top: 20px;
        padding: 40px 5%;
        margin-bottom: 30px;
        border-radius: 4px;
        border: 5px solid #ccc;
    }
    .bitrix-form input,
    .bitrix-form select{
        height: 60px;
        margin: 5px 0;
        box-sizing: border-box;
        color: #333;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        font-family: inherit;
        font-size: 1em;
        outline: 0;
        margin: 3px 0;
        width: 100%;
        display: block;
        height: 50px;
        padding: 10px;
    }

    .bitrix-form .form-group{
        margin-bottom: 30px;
    }

    .bitrix-form  label{
        margin-bottom: 10px;
        display: block;
    }

    .bitrix-form-zag{
        font-size: 22px;
    }

    #otzyv .block {
        padding: 15px;
        border-radius: 4px;
        border: 1px dashed #ccc;
        margin: 0 0 30px;
        line-height: 1.5;
        margin: 0 0 10px 0;
        color: #404040;
        width: 100%;
    }
    #otzyv .name_date {
      margin: 0 0 10px;
    }
    #otzyv .name {
      font-weight: 600;
      margin-right: 20px;
    }
    #otzyv .date {
      font-style: italic;
    }

    .auth_form input:not([type="submit"]) {
        height: 30px;
    }
    .old_section.old_container.no-padding {
        padding: 0;
    }


.form-popup-request__form {
  height: auto;
}
.form-popup-request__title {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 100%;
}
.form-popup-request__text {
  font-size: 1em;
  margin-bottom: 30px;
}
.form-popup-request__input {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  width: 100%;
  padding: 15px 20px;
}
.form-popup-request__textarea {
  height: 60px;
  margin: 5px 0;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: 1em;
  outline: 0;
  padding: 15px 20px;
  width: 100%;
  height: 100px;
}
.form-popup-request__manager {
  margin-right: 20px;
  text-align: center;
  font-size: 0.95em;
}
.form-popup-request__manager-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.form-popup-request__manager-name {
  text-transform: uppercase;
  font-weight: 600;
}
.form-popup-request__manager-line {
  width: 40px;
  height: 1px;
  background-color: #999;
  margin: 10px auto;
}
.form-popup-request__manager-post {
  margin-bottom: 3px;
}
.form-popup-request__manager-phone {
  margin-bottom: 3px;
}
.form-popup-request__manager-email-link {
  text-decoration: none;
  color: #222;
}
.form-popup-request__feedback-garant {
  margin: 10px 0 30px;
}
.form-popup-request__file {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .form-popup-request__title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 767px) {
  .form-popup-request__manager {
    display: none;
  }
}

div#popmake-6310 {
    border: 10px solid #333333;
    padding: 60px;
}

div#form-popup-request_2 {
    width: 100%;
}

div#form-popup-request_2  button.form-popup-request__btn.btn-button {
    margin-top: 20px;
}

div#form-popup-request_2.pum-theme-2768 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    right: 4px;
    bottom: auto;
    top: 4px;
    padding: 14px;
}

@media (max-width: 480px) {
    div#popmake-6310 {
        padding: 30px;
    }
}

@media (max-width: 380px) {
    div#form-popup-request_2  button.form-popup-request__btn.btn-button {
        width: 100%;
    }
}

input.has_errors {
    border-color: red !important;
}

#otzyv>.wp-pagenavi {
    text-align: center;
    margin-top: 30px;
}

.radio_group {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: max-content;
    margin: auto;
    gap: 5px;
}

.radio_group label {
    display: flex;
    gap: 7px;
    flex-direction: row;
    align-items: center;
}


.form-contacts__title {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

div.form-contacts__form.feedback input:not([type="checkbox"]) {
    margin-bottom: 10px;
}

.form-contacts__textarea {
    height: auto!important;
    min-height: 100px;
}

div.form-contacts__form.feedback input, div.form-contacts__form.feedback .wpcf7-list-item {
    margin: 0!important;
}

div.form-contacts__form.feedback .wpcf7-list-item label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.form-contacts__form>p:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-contacts__form>p .wpcf7-spinner {
    display: none;
}

label.feedback-garant__label {
    font-size: 13px;
}

button.form-contacts__btn.btn-button {
    margin: auto;
    width: max-content;
    display: flex;
}

.btn-link2 {
    color: #FFFFFF!important;
    background-color: #e6b804;
    height: 30px;
    width: 250px;
    font-size: 13px;
    padding: 4px 8px;
}

.fancybox-close-small {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 0;
}
.form-hide {
  display: none;
}

.fancybox-close-small {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
}

.marquiz_item input {
    color: #fff!important;
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}

@media (max-width: 480px) {
    .wp-pagenavi span.pages {
        display: block;
        margin-bottom: 15px;
    }

    .wp-pagenavi a.last {
        display: block;
        margin-top: 15px;
    }
}

html>.thumb-wrap {
    display: none;
}

.copy_button {
  cursor: pointer;
  display: flex;
  padding: 5px 10px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  text-indent: 0;
  gap: 5px;
  color: #ffffff;
  background: #422553;
  transition: all 0.2s ease;
}
.copy_button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.2s ease;
}
.copy_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.copy_button:hover {
  background: #fcb900;
  color: #333333;
}
.copy_button:hover svg {
  fill: #333333;
}

h1.profile__name {
  font-size: 38px;
  margin-top: 25px;
}

p.profile__position {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 18px;
}

span.profile__catalog {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}

b.manager__rank-number.top {
  background-color: #fcb900;
  padding: 6px 11px;
  color: #fff;
  border-radius: 100%;
}

.raiting_detail_dela {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 50px;
}

.raiting_detail_dela>div {
  width: 50%;
  padding: 50px 30px;
  border-radius: 15px;
  box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.07);
  background: rgb(252 185 0 / 7%);
}

p.detail_dela_total {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.detail_dela_total span {
  color: #fcb900;
}

.dela_wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 20px;
}

.dela_wrapper>div {
  width: 50%;
  text-align: center;
  margin-top: 50px;
}

p.dela_item__title {
  font-size: 24px;
  font-weight: 400;
}

p.dela_item__count {
  display: block;
  font-size: 32px;
}

a.detail_dela_sro {
  text-align: center;
  color: #ffbb00;
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

p.detail_dela_sro_address {
  font-size: 20px;
  font-weight: 700;
}

p.detail_dela_sro_tel {
  position: relative;
  padding: 5px 0 5px 12px;
  margin-top: 30px;
  font-size: 20px;
}

p.detail_dela_sro_tel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  width: 1px;
  height: 100%;
}

.arbitr_form {
  padding: 50px 30px;
  border-radius: 15px;
  box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.07);
  background: rgb(252 185 0 / 7%);
}

p.arbitr_form_title {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px !important;
  display: block;
}

.arbitr_form span.wpcf7-form-control-wrap {
  max-width: 860px;
  display: block;
  margin: auto;
}

.arbitr_form span.wpcf7-form-control-wrap input {
  border-radius: 7px !important;
  overflow: hidden !important;
}

.feedback-garant__box label > * {
  margin: 0 !important;
}

.feedback-garant__box label {
  gap: 10px;
  display: flex;
  align-items: center;
}

.arbitr_form .wpcf7-spinner {
  display: none !important;
}

.arbitr_form input.wpcf7-form-control.wpcf7-submit {
  margin: 30px auto 0 !important;
  display: block !important;
  border-radius: 7px !important;
}

.arbitr_form input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fcb900 !important;
}

@media (max-width: 820px) {
  .raiting_detail_dela {
    flex-direction: column;
  }

  .raiting_detail_dela>div {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .dela_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .dela_wrapper>div {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  h1.profile__name {
    font-size: 30px;
    margin-top: 25px;
  }

  p.detail_dela_total {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }

  a.detail_dela_sro {
    font-size: 28px;
  }

  p.arbitr_form_title {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 35px !important;
    display: block;
  }

  .arbitr_form span.wpcf7-form-control-wrap input {
    border-radius: 7px !important;
    overflow: hidden !important;
    font-size: 12px !important;
  }
}

.sro_detail { 
  padding: 50px 30px; 
  border-radius: 15px; 
  box-shadow: 0px 5px 14px 5px rgba(0, 0, 0, 0.07); 
  background: rgb(252 185 0 / 7%); 
}

.sro_detail_top {
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(252, 185, 0, 0.3);
  padding-bottom: 10px;
}

.sro_detail_title {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.sro_detail_bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sro_detail_bottom_left,
.sro_detail_bottom_right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.sro_detail_bottom_left_title,
.sro_detail_bottom_right_title {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin: 0;
}

.sro_detail_bottom_left_value,
.sro_detail_bottom_right_value {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  margin: 0;
  line-height: 1.4;
}

.sro_detail_button {
  margin-top: 25px;
  display: inline-block;
  text-align: center;
  padding: 14px 24px;
  background: #fcb900;
  color: #111;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(252, 185, 0, 0.35);
  transition: all 0.25s ease;
}

.sro_detail_button:hover {
  background: #e0a700;
  box-shadow: 0 6px 14px rgba(252, 185, 0, 0.45);
}

.fin-upr__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  position: relative;
}

.manager {
  padding: 30px 24px 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 19px 0px rgb(100 100 100 / 27%);
  box-shadow: 0px 0px 19px 0px rgb(100 100 100 / 27%);
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #333;
}

.manager__rank {
  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;
  gap: 4px;
}

.manager__rank-number {
  width: 31px;
  height: 30px;
  -webkit-mask-image: url(/wp-content/uploads/rank-number.svg);
  mask-image: url(/wp-content/uploads/rank-number.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}

.manager__rank-number.top {
  background-color: #fcb900;
}

.manager__rank-number.no-top {
  background-color: #634077;
}

.manager__name {
  margin: 0 auto;
  display: block;
  line-height: 150%;
  text-align: center;
  text-underline-offset: 3px;
}

.manager__name a {
  text-decoration: underline;
  color: #333;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
}

.manager__body {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.manager__registry {
  margin-bottom: 20px;
}

.manager__stats-item {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.manager__stats-item img {
  width: 20px;
  height: 20px;
}

.manager__stats span {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.manager__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.manager__button {
  border-radius: 16px !important;
  padding: 14px 16px !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  width: 100% !important;
  height: 48px !important;
  text-transform: none !important;
  display: block !important;
}

.manager__button--contact {
  background-color: #333 !important;
  text-align: center;
}

.manager__button:hover {
  background-color: #fcb900 !important;
}

@media (max-width: 1800px) {
  .fin-upr__items {
      grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1280px) {
  .fin-upr__items {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 768px) {
  .fin-upr__items {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 576px) {
  .fin-upr__items {
      grid-template-columns: repeat(1, 1fr);
  }

  .manager__body {
    gap: 18px;
    flex-wrap: wrap;
  }

  .manager__actions {
    width: 100%;
  }
}

.pum-content .arbitr_form {
  background: linear-gradient(309deg, #f6cd5e 6%, #fcb600 42%);
}

.pum-content p.arbitr_form_title {
  color: #333;
}

.pum-content .arbitr_form input[name="arbitr_name"] {
  background: #fff;
}

.au-pagination {
  text-align: center;
  margin: 40px 0;
}

.au-pagination .wp-pagenavi {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.au-pagination .wp-pagenavi a,
.au-pagination .wp-pagenavi span {
  display: inline-block;
  min-width: 40px;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  border: 2px solid #fcb600;
  transition: all 0.25s ease;
  color: #333;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.au-pagination .wp-pagenavi a:hover {
  background: #fcb600;
  color: #fff;
}

.au-pagination .wp-pagenavi .current {
  background: #fcb600;
  color: #fff;
  border-color: #fcb600;
}

.au-pagination .wp-pagenavi .pages {
  padding: 10px 15px;
  border: none;
  background: transparent;
  color: #333;
  font-weight: 500;
  box-shadow: none;
  width: 100%;
  display: block;
}

.archive__last-import-date {
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ffffff59;
  width: max-content;
  margin: 30px auto -40px;
  border-radius: 10px;
  max-width: 100%;
  line-height: 125%;
}

.manager__rank-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 20px;
}

.manager__rank-wrapper .manager__rank {
  flex-direction: column;
  gap: 6px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin-top: 15px;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  color: #333;
}

.breadcrumbs li a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs li a:hover {
  color: #fcb900;
}

.breadcrumbs .separator {
  margin: 0 6px;
  color: #333;
  font-size: 12px;
}

.breadcrumbs .current span {
  font-weight: bold;
  color: #333;
}

.archive__last-import-date.archive__last-import-date_right {
  color: #333;
  text-align: right;
  width: 100%;
  margin-bottom: 10px;
}

.manager__rank-number.without-mask {
  mask: none;
  padding: 0 10px;
  border-radius: 10px;
  width: auto;
}

div.ya_reviews_wrapper {
  width: 100%;
}

div.ya_reviews_wrapper>div {
  margin: auto;
}

.form_finzdorov_partnership {
  max-width: 480px;
  margin: 0px auto 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 35px;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #333333;
  position: relative;
}

.form_finzdorov_partnership h2 {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

.form_finzdorov_partnership input[type="text"],
.form_finzdorov_partnership input[type="number"],
.form_finzdorov_partnership input[type="tel"],
.form_finzdorov_partnership input[type="email"] {
  width: 100%;
  padding: 14px 16px;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  font-size: 15px;
  color: #333333;
  background-color: #fafafa;
  transition: all 0.25s ease;
  margin-bottom: 16px;
  box-sizing: border-box;
}

.form_finzdorov_partnership input[type="text"]:focus,
.form_finzdorov_partnership input[type="number"]:focus,
.form_finzdorov_partnership input[type="tel"]:focus,
.form_finzdorov_partnership input[type="email"]:focus {
  outline: none;
  border-color: #FCB900;
  background-color: #fff;
  box-shadow: 0 0 0 4px rgba(252, 185, 0, 0.15);
}

.form_finzdorov_partnership .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #555;
  cursor: pointer;
}

.form_finzdorov_partnership input[type="checkbox"] {
  accent-color: #FCB900;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.form_finzdorov_partnership input[type="submit"] {
  width: 100%;
  background: #FCB900;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  padding: 14px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form_finzdorov_partnership input[type="submit"]:hover {
  background: #e6aa00;
}

.form_finzdorov_partnership input[type="submit"]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.form_finzdorov_partnership .wpcf7-spinner {
  display: none !important;
}

@media (max-width: 480px) {
  .form_finzdorov_partnership {
    padding: 30px 25px;
  }

  .form_finzdorov_partnership h2 {
    font-size: 22px;
  }
}

[name="acceptance-2"] {
	margin-bottom: 0!important;
}

[data-name="acceptance-2"] .wpcf7-list-item {
	margin: 0!important;
}

[data-name="acceptance-2"] {
	margin-bottom: 20px;
	display: block;
}