@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --orange: #f26d10;
  --violet: #b48fef;
  --green: #0e5652;
  --beige: #ffe2cc;
}

.main-page__wrap.personal_page:before {
  content: none;
}

.personal_page__form_info__success {
  display: none;
  padding: 6rem 9rem;
  border-radius: 4.8rem;
  background: #ff5c3f;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.personal_page__form_info__success p {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  text-align: center;
}

.personal_page__title {
  font-size: 24px;
  color: #f26d10;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 100%;
  margin: 35px 0;
}

.personal_page {
  border-radius: 30px;
  padding: 60px 0;
}

.personal_page__form input,
.personal_page__form .select__toggle-wrap {
  color: var(--violet);
  border: 2px solid var(--violet);
  font-size: 14px;
  border-radius: 20px;
}

.personal_page__form .select__toggle-wrap {
  width: 122px;
}

.personal_page__form .select {
  width: 122px;
}

.personal_page__form .select .select__title {
  color: #004e52;
  font-family: "Grtsk";
  font-size: 2rem;
}

.personal_page__form input:focus::-webkit-input-placeholder {
  color: #00a8ae;
}
.personal_page__form input:focus:-moz-placeholder {
  color: #00a8ae;
}
.personal_page__form input:focus::-moz-placeholder {
  color: #00a8ae;
}
.personal_page__form input:focus:-ms-input-placeholder {
  color: #00a8ae;
}

.personal_page__form label {
  color: #004e52;
  font-family: "Grtsk";
  font-size: 20px;
}

.personal_page__form__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  grid-gap: 40px;
  margin-bottom: 20px;
}

.personal_page__form__row > div {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 20px;
  margin-bottom: 20px;
}

.container_page {
  position: relative;
  max-width: 1470px;
  margin: 0 auto;
}

.personal_page__form__row .select__drop .select__item {
  color: #004e52;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.personal_page__form_info {
  margin: 60px 0;
}

.personal_page__form input#address {
  min-width: 400px;
}

.personal_page__form__row > div .input__error .error {
  width: 165px;
  color: red;
}

.personal_page__form__row .select label.error {
  width: 165px;
  color: red;
}

.orange_line {
  display: none;
  border-top: 1px solid #ff5c3f63;
  margin: 20px 0;
}

.registration_orande_border {
  display: block;
  border-radius: 20px;
  background-color: var(--violet);
  color: var(--beige);
  padding: 25px;
  margin-bottom: 60px;
}

.registration_orande_border p {
  font-size: 26px;
  color: var(--beige);
  font-family: "Grtsk";
  margin-bottom: 10px;
  text-align: center;
}

.registration_orande_border div {
  width: 100%;
  display: block;
  font-size: 16px;
  /* padding: 10px; */
  min-height: 40px;
  resize: vertical;
  text-align: left;
  font-family: "Grtsk";
}

.registration_orande_border div .variant {
  font-size: 26px;
}

.registration_orande_border div li {
  font-family: "Grtsk";
  margin-bottom: 10px;
}

.registration_orande_border div li strong {
  font-family: "Grtsk";
  color: var(--green);
  font-weight: 300;
}

.registration_orande_border div li::marker {
  color: var(--green);
}

.registration_orande_border a {
  color: var(--beige);
}

.registration_nomination__title {
  font-size: 24px;
  font-weight: 400;
  color: var(--violet);
  margin-bottom: 20px;
}

.registration_nomination,
.registration_nomination__poet,
.registration_nomination__standap,
.registration_nomination__free {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
}

.registration_nomination__div {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  width: 50%;
}
.registration_nomination__div {
  /* background-color: var(--orange);
  color: var(--beige); */
}

.personal_page__form_registration__submit {
    display: flex;
    margin: 0 auto;
    color: #ffe2cc;
    background-color: #f26d10;
    border: none;
    font-size: 20px;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    gap: 10px;
    align-items: center;
}

.personal_page__form_registration__submit img {
  width: 30px;
  height: 30px;
}

.registration_nomination__div:first-child {
  padding-right: 100px;
}

.colour_div {
  /* background: #00a8ae57; */
  border: var(--orange) 2px solid;
  color: var(--violet);
  padding: 35px 60px;
  border-radius: 20px;
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .colour_div {
    padding: 20px;
  }
}

.colour_div p, .colour_div li {
  font-weight: 200;
  font-family: "Grtsk";
  color: var(--violet);
}

.registration_nomination__div_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  color: var(--orange) !important;
}
.registration_nomination__div.colour_div a {
  text-decoration: none;
  color: var(--orange);
  font-size: 14px;
  width: 250px;
  border: var(--orange) 2px solid;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}

.registration_nomination__div.colour_div strong {
}

.registration_nomination__div.colour_div ul {
  margin: 10px 0 0px 0;
  padding-left: 20px;
}

.registration_nomination__div .registration_nomination__label,
.registration_nomination__div .input label {
  font-size: 14px;
  margin-bottom: 15px;
  color: var(--green);
}

.registration_nomination__div .input .input__inner input,
.registration_nomination__div .input .input__inner textarea {
  width: 100%;
}
.registration_nomination__div .input .input__inner textarea {
  min-height: 150px;
}

.registration_nomination__div .input,
.registration_nomination__file {
  margin-top: 15px;
}

.registration_nomination__div_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 20px 0;
}

.registration_nomination__div_bottom a {
  color: #ff5c3f;
  text-decoration: underline;
  width: 194px;
}

.registration_nomination__file {
  border: 1px dashed #00a8ae30;
  background: #00a8ae0f;
  border-radius: 2rem;
  padding: 1.5rem 2.4rem;
  font-size: 16px;
  color: var(--violet);
}

.registration_nomination__file .file_uploads label {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 5px;
  cursor: pointer;
}

.registration_nomination__file .file_uploads label:after {
  content: "";
  background-image: url(/images/file_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.registration_nomination__div_bottom a:hover {
  text-decoration: none;
}

.personal_page__form_registration__submit[disabled="disabled"] {
  background: #ff5c3f82;
}

.personal_page__form_registration__success {
  font-family: Grtsk;
  border: 2px solid var(--violet);
  background: var(--beige);
  color: var(--violet);
  padding: 20px;
  font-size: 18px;
  margin-top: 20px;
  /*position: absolute;*/
  width: 100%;
  top: 100%;
  z-index: 1000;
  border-radius: 20px;
}
.personal_page__form_registration__success p,
.personal_page__form_registration__success span {
  font-family: Grtsk, sans-serif;
}

.personal_page__form_registration__success .close_span {
  background-image: url(/images/close_button.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 23px;
  right: 15px;
  cursor: pointer;
}

.personal_page__form_registration__success p {
  padding-right: 20px;
}

.personal_page__form_registration .checkbox__input + .checkbox__label:before {
  background-color: #000;
}

.personal_page__form_registration .checkbox {
  color: #000;
  margin: 20px 0;
  display: none;
}

.personal_page__form_registration .checkbox__input + .checkbox__label:before {
  background-color: #ff5c3f;
}

.personal_page__form_registration
  .checkbox__input:checked
  + .checkbox__label:before {
  background-image: url(/images/checked_arrow.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
}

.personal_page__form_registration .input__error {
  display: block;
  color: #f44336;
  font-size: 14px;
  margin-bottom: 10px;
}

.registration_nomination__div .input p {
  font-size: 12px;
  color: var(--violet);
  display: block;
  margin: 10px 0;
  font-family: "Grtsk";
}

.registration_nomination__div .input p .hashtag {
  color: var(--green);
  font-family: "Grtsk";
}

.personal_page__form_registration__success .application_status {
  color: #ff5c3f;
}

/*Начало - стили для страницы ЛК Эксперта*/
.expert_link_block {
  position: relative;
}
.expert_info {
  position: absolute;
  right: -30px;
  width: 285px;
  top: 100%;
  z-index: 99;
  border-radius: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e9e9e9;
  display: none;
}

.expert_info span {
  display: block;
  padding: 3px 0;
}

.expert_info__status {
  font-size: 16px;
  color: #8ad3cf;
}

.expert_info__name {
  font-size: 20px;
  color: #000;
}

.expert_info__location {
  font-size: 14px;
  color: #8e8e8e;
}

.expert_info__position {
  font-size: 16px;
  color: #434343;
}

.log_out {
  display: block;
  border: 1px solid #8ad3cf;
  border-radius: 24px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #004e52;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.log_out:hover {
  background: #00a8ae;
}

.expert_link_block:hover .expert_info {
  display: block;
}
.header__nav-link.expert_link {
  padding: 8px 0;
}

.expert_orande_border {
  display: block;
  border: 1px solid #ff5c3f;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  font-size: 20px;
  color: #000;
  font-family: 'Grtsk', sans-serif;
}

.expert_orande_border div {
  text-align: center;
  font-family: 'Grtsk', sans-serif;
}

.expert_orande_border p {
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  padding: 10px;
  text-align: left;
}

.application_title {
  font-size: 24px;
  color: #ff5c3f;
  margin: 20px 0;
}

.application_categories__tab {
  background: #fff;
  border: 1px solid #ff5c3f;
  border-radius: 20px;
  padding: 15px 25px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #ff5c3f;
  font-weight: 700;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}

.application_categories__tab.active {
  background: #ff5c3f;
  color: #fff;
}

.application_categories {
  display: block;
  padding-bottom: 40px;
}

.one_application_block__top {
  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: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nomination_author_date {
  display: block;
  min-width: 400px;
  text-align: left;
}

.nomination_author_date span {
  display: block;
  font-size: 16px;
  color: #000;
  padding: 2px 0;
  font-family: Grtsk, sans-serif;
}

.nomination_form {
  font-size: 16px;
  font-weight: 700;
  color: #ff5c3f;
  border: 1px solid #ff5c3f;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  width: 320px;
  text-align: center;
}

.rate_application {
  border-radius: 40px;
  color: #fff;
  background: #ff5c3f;
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #ff5c3f;
  display: block;
  width: 300px;
  text-align: center;
}

.rate_application:hover {
  background: #ff8872;
}

.one_application_block {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #ff8872;
  margin-bottom: 30px;
}

.one_application_block__title {
  font-size: 20px;
  color: var(--orange);
  font-weight: 700;
  display: block;
  padding: 20px 0;
}
.one_application_block__title.small {
  font-size: 18px;
  font-weight: 400;
  word-break: break-word;
  border: var(--violet) 2px solid;
  padding: 10px;
  border-radius: 20px;
  font-family: "Grtsk";
}

.one_application_block__title.small a {
  color: var(--violet);
  text-decoration: none;
  font-family: Grtsk, sans-serif;
  font-weight: 200;
}

.one_application_block__title.small span {
  display: block;
  color: #ff8872;
}

.one_application_block__title.small.foo {
  border: none;
}

.one_application_block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

.one_application_block__p {
  border: 1px solid #004e52;
  border-radius: 20px;
  padding: 15px 25px;
  font-size: 16px;
  color: #000;
}

.one_application_block__info__video {
  padding-right: 80px;
  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-wrap: nowrap;
  flex-wrap: nowrap;
  width: 60%;
}

.one_application_block__info__text {
  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-wrap: nowrap;
  flex-wrap: nowrap;
  width: 40%;
}

.one_application_block__info__video iframe {
  width: 100% !important;
  height: 350px !important;
}

.one_application_block__info__video .video_link {
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.video_link__controls {
  position: absolute;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/expert/play_control.svg);
  background-position: center 55%;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: #0000008a;
}

.one_application_block__p p {
  padding: 10px 0;
}

.one_application_block__p a {
  border-radius: 20px;
  border: 1px solid #004e52;
  color: #004e52;
  padding: 10px;
  display: block;
  text-align: center;
  width: 250px;
  margin: 10px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.one_application_block__p a:hover {
  background: #8ad3cf;
}

.expert_rating_table tr td {
  padding: 10px 0;
  text-align: center;
  min-width: 186px;
  vertical-align: middle;
}

.expert_rating_table tr td:first-child {
  font-size: 16px;
  font-weight: 700;
  width: 500px;
  border-bottom: 1px solid #00000014;
  padding: 10px 0;
  text-align: left;
}

.expert_rating_table tr th {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  padding: 10px;
  font-family: Grtsk, sans-serif;
}

.expert_rating_table {
  width: 100%;
}

.expert_rating_table tr td span {
  font-size: 24px;
  color: #000;
  padding: 10px;
  border: 1px solid #ff5c3f;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 30px;
  vertical-align: middle;
  cursor: pointer;
}

.expert_rating_table tr td span.active {
  background: #ff5c3f;
  color: #fff;
}

.expert_rating_table tr td.last_first_td {
  border: none;
}

.save_rating {
  border-radius: 40px;
  color: #fff;
  background: #ff5c3f;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 20px auto 40px;
  width: 400px;
  text-align: center;
  border: none;
}
.reject_rating {
  border-radius: 40px;
  color: #ff5c3f;
  background: #fff;
  border: 1px solid #ff5c3f;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin: 20px auto;
  width: 250px;
  text-align: center;
}

.expert_rating_block {
  margin-top: 40px;
}

.save_rating:hover {
  background: #ff8872;
}

.bas_pagination a,
.bas_pagination span,
.bas_pagination > div {
  font-size: 16px;
  color: #000;
  padding: 4px;
  border: 1px solid #ff5c3f;
  width: 27px;
  height: 29px;
  display: inline-block;
  border-radius: 30px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  font-family: "Inter", sans-serif;
  margin: 0 2px;
  text-decoration: none;
}

.bas_pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
}

.bas_pagination span {
  background: #ff5c3f;
  color: #fff;
}

.bas_pagination a.prev {
  background-image: url(/images/expert/prev_icon.svg);
}

.bas_pagination a.to_begining {
  background-image: url(/images/expert/to_begining.svg);
}

.bas_pagination a.next {
  background-image: url(/images/expert/next_icon.svg);
}

.bas_pagination a.to_end {
  background-image: url(/images/expert/to_end.svg);
}

.bas_pagination a.prev,
.bas_pagination a.to_begining,
.bas_pagination a.next,
.bas_pagination a.to_end {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  border: none;
}

.bas_pagination div.nav-separator {
  border: none;
}

.wrap_window_video {
  display: none;
  opacity: 0.8;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 16px;
  background-color: rgb(1 1 1 / 50%);
  z-index: 100;
  overflow: auto;
}

.popup_window_video {
  position: relative;
  display: none;
}

.popup_window_video .window_video {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 7%;
  margin-bottom: 100px;
  width: 920px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 30px;
  z-index: 999;
  border-radius: 20px;
}

.popup_window_video .window_video .close {
  position: absolute;
  right: -40px;
  top: -40px;
  width: 25px;
  height: 25px;
  background: url(/images/expert/video_close.svg);
  cursor: pointer;
  background-size: cover;
}

.popup_window_video .window_video iframe {
  height: 480px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
}

.popup_window_video .window_video .nomination_class {
  font-size: 16px;
  font-weight: 700;
  color: #ff5c3f;
  border: 1px solid #ff5c3f;
  border-radius: 20px;
  padding: 10px 20px;
  font-family: "Inter", sans-serif;
  display: inline-block;
  margin: 20px 0;
}

.popup_window_video .window_video .window_video_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.popup_window_video .window_video .window_video_author {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.popup_window_video .window_video .return_to_application {
  display: block;
  width: 480px;
  background: #ff5c3f;
  padding: 20px 30px;
  border-radius: 35px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 20px auto;
  cursor: pointer;
}

.popup_window_video .window_video .return_to_application:hover {
  background: #ff8872;
}

.popup_window_video .window_video textarea {
  border: 1px solid #ff5c3f;
  border-radius: 10px;
  font-size: 20px;
  padding: 2rem;
  min-height: 200px;
  width: 100%;
  margin: 1rem 0;
}

.rate_application.no_color_rate_application {
  color: #ff5c3f;
  background: #ffffff;
}

.rate_application.rated {
  color: #ff5c3f;
  background: #ffffff;
}

.container_page {
  padding: 0 20px;
}

.expert_rating_table tr td input[type="radio"] {
  display: none;
}

.expert_rating_table tr td label {
  user-select: none;
  font-size: 24px;
  color: #000;
  padding: 10px;
  border: 1px solid #ff5c3f;
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 30px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  font-family: Grtsk, sans-serif;
}

.expert_rating_table tr input[type="radio"]:checked + label {
  background: #ff5c3f;
  color: #fff;
}

/*Конец - стили для страницы ЛК Эксперта*/

.block_for_experts {
  display: block;
  /* width: 800px; */
  overflow: hidden;
  padding-bottom: 60px;
  /* margin: 0 auto 60px; */
  /* margin: 0 40px; */
  margin-bottom: 40px !important;
}

.experts_slider img {
  display: block;
  width: 100%;
  border-radius: 20px;
}

.experts_slider__name {
  color: #262626;
  color: var(--green);

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  display: block;
  margin: 10px 0;
}

.experts_slider__description {
  color: var(--beige);
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  font-family: Grtsk;
}

.experts_slider .owl-nav {
  position: absolute;
  display: block !important;
  z-index: 3;
  width: 100px;
  height: 24px;
  margin: 0 auto;
  bottom: -42px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.experts_slider.owl-carousel .owl-nav button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  border-radius: 16px;
  border: 1px solid #0000001c;
}

.experts_slider .owl-nav button.owl-prev {
  background-image: url(../images/arr.png);
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}

.experts_slider .owl-nav button.owl-next {
  background-image: url(../images/arr.png);
  position: absolute;
  right: 0;
  top: 0;
}

.experts_slider .owl-nav button span {
  font-size: 0;
}

.experts_slider.owl-carousel .owl-nav button:hover {
  box-shadow: 0 0 4px 1px #0000004a;
}

.orange_title {
  font-size: 20px;
  font-weight: 800;
  line-height: 120%;
  color: var(--beige);
  margin-bottom: 20px;
}

@media screen and (max-width: 1774px) {
  .block_for_experts {
    /* width: 650px; */
  }
}

@media screen and (max-width: 1500px) {
  .container_page {
    max-width: 1000px;
  }

  /*Начало - стили для страницы ЛК Эксперта*/

  .one_application_block__info__video {
    padding-right: 50px;
  }

  .expert_rating_table tr td {
    min-width: auto;
  }

  .expert_rating_table tr td:first-child {
    font-size: 14px;
  }

  .expert_rating_table tr th {
    font-size: 12px;
  }

  .rate_application {
    font-size: 16px;
  }

  .nomination_form {
    width: 50%;
    margin-bottom: 10px;
  }

  .nomination_author_date {
    width: 50%;
    padding-left: 30px;
  }

  .rate_application {
    width: 50%;
    padding: 10px 15px;
  }

  .one_application_block__top {
    flex-wrap: wrap;
  }

  /*Конец - стили для страницы ЛК Эксперта*/

  .block_for_experts {
    /* width: 500px; */
  }

  .experts_slider__description {
    font-size: 12px;
  }
}

@media screen and (max-width: 1240px) {
  .block_for_experts {
    padding: 0 40px;

    /* width: 330px; */
  }
}

@media screen and (max-width: 1024px) {
  .container_page {
    max-width: 720px;
  }

  .personal_page__form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .registration_nomination__poet,
  .registration_nomination__standap,
  .registration_nomination__free {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .registration_nomination__div:first-child {
    padding-right: 0;
  }

  .registration_nomination__div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
  }

  .registration_nomination__div.colour_div {
    margin-top: 30px;
  }

  /*Начало - стили для страницы ЛК Эксперта*/

  .one_application_block__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rate_application {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .nomination_form {
    width: 100%;
  }

  .nomination_author_date {
    width: 100%;
    padding-left: 0;
  }

  .one_application_block__info__video {
    padding-right: 0;
    width: 100%;
  }

  .one_application_block__info__text {
    width: 100%;
  }

  .one_application_block__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .expert_rating_table tr th {
    font-size: 12px;
    min-width: 140px;
  }

  .expert_rating_table tr td:first-child {
    font-size: 12px;
    min-width: 250px;
  }

  .expert_rating_table {
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .save_rating {
    font-size: 16px;
    width: 300px;
  }

  .popup_window_video .window_video {
    width: 80%;
  }

  .popup_window_video .window_video .return_to_application {
    width: 100%;
    font-size: 16px;
  }

  .popup_window_video .window_video iframe {
    max-width: 100% !important;
  }

  /*Конец - стили для страницы ЛК Эксперта*/
}

@media screen and (max-width: 820px) {
  .block_for_experts {
    /* width: 210px; */
    margin: 0 auto;
  }
}

@media screen and (max-width: 760px) {
  .container_page {
    max-width: 500px;
  }

  .registration_nomination__file .file_uploads label,
  .preview_file p,
  .colour_div,
  .personal_page__form_registration__success,
  .registration_orande_border textarea {
    font-size: 14px;
  }

  .personal_page__form input,
  .personal_page__form .select__toggle-wrap {
    font-size: 1.25vw;
  }

  .personal_page__title {
    font-size: 16px;
  }

  .registration_orande_border p {
    font-size: 16px;
  }

  .registration_nomination__title {
    font-size: 18px;
  }

  .registration_nomination__div_title {
    font-size: 16px;
  }

  .personal_page__form label {
    font-size: 16px;
  }

  /*Начало - стили для страницы ЛК Эксперта*/

  .nomination_form {
    width: 100%;
  }

  .nomination_author_date {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    min-width: auto;
  }

  .rate_application {
    width: 100%;
  }

  .video_link__controls {
    background-position: center 53%;
    background-size: 150px;
  }

  .one_application_block__p a {
    width: 100%;
  }

  .personal_page__title {
    margin: 20px 0;
  }

  .personal_page__form_info {
    margin: 30px 0;
  }

  .expert_orande_border {
    margin-bottom: 30px;
  }

  .application_categories {
    padding-bottom: 10px;
  }

  .one_application_block__info {
    padding-top: 10px;
  }

  .expert_rating_block {
    margin-top: 10px;
  }

  .container_page {
    padding: 0;
  }

  /*Конец - стили для страницы ЛК Эксперта*/
}

@media screen and (max-width: 576px) {
  .container_page {
    /* max-width: 300px; */
  }

  .personal_page__form input#address {
    min-width: 100%;
  }

  .personal_page__form input,
  .personal_page__form .select__toggle-wrap {
    font-size: 14px;
    width: 100%;
  }

  .personal_page__form__row > div {
    margin-right: 0;
    width: 100%;
  }

  .registration_orande_border textarea {
    min-height: 80px;
  }

  .registration_nomination__title {
    text-align: center;
  }

  .registration_nomination__file {
    padding: 20px;
  }

  .personal_page__form_registration__submit {
    font-size: 14px;
  }

  .personal_page__form_registration__submit img {
    width: 20px;
    height: 23px;
  }

  .registration_nomination__poet,
  .registration_nomination__standap,
  .registration_nomination__free {
    margin-bottom: 160px;
  }

  /*Начало - стили для страницы ЛК Эксперта*/

  .application_title {
    font-size: 18px;
  }

  .rate_application {
    padding: 15px;
  }

  .save_rating {
    width: 100%;
    padding: 15px;
  }

  .bas_pagination a,
  .bas_pagination span,
  .bas_pagination > div {
    margin: 0;
  }

  .one_application_block__p p {
    font-size: 14px;
  }

  /*Конец - стили для страницы ЛК Эксперта*/

  .orange_title {
    text-align: center;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b48fef55 !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b48fef55 !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b48fef55 !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b48fef55 !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b48fef55 !important;
}
input::placeholder,
textarea::placeholder {
  color: #b48fef55 !important;
}
input[type="date"]:not(.valid) {
  //color: #b48fef55 !important;
}

.order {
  width: 100%;
  background-color: var(--violet);
  font-size: 20px;
  padding: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 575px) {
  .order {
    padding: 20px;
  }
}
.order__number {
  font-family: "Grtsk";
  font-weight: 300;
  color: var(--beige);
  text-align: center;
}
.order__number span {
  font-family: "Grtsk";
  font-weight: 300;
  color: var(--beige);
}

.order__title {
  text-align: center;
  color: var(--green);
}
.order__date {
  font-family: "Grtsk";
  font-weight: 300;
  color: var(--beige);
  text-align: center;
}
.order__date span {
  font-family: "Grtsk";
  font-weight: 300;
  color: var(--beige);
}
.order__status {
  font-family: "Grtsk";
  font-weight: 300;
  color: var(--beige);
  margin-top: 40px;
}
.order__status__title {
  font-family: "Grtsk";
  font-weight: 300;
  color: var(--green);
}
.vote_link {
  background-color: var(--orange);
}
.vote_link p {
  background-color: var(--orange);
  color: var(--beige) !important;
}
