.page-content__content-col--user-form {
  padding-top: 35px;
  max-width: 694px;
  margin: 0 auto;
  text-align: center;
}
.user-form {
  background: #eee8de;
}

.user-form__inner {
  padding: 80px 20px;
  max-width: 412px;
  margin: 0 auto;
}

.user-form__line {
  display: block;
  margin-bottom: 30px;
}

.user-form__input {
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(221, 203, 169, 1);
  background: rgba(255, 255, 255, 1);
  font-family: "Aktiv Grotesk Ex Trial", "Golos Text", sans-serif;
  color: rgba(10, 18, 41, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  transition: all 0.3s;
}

.user-form__input:placeholder {
  font-family: "Aktiv Grotesk Ex Trial", "Golos Text", sans-serif;
  color: rgba(10, 18, 41, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.voting-search__input:focus {
  text-shadow: none !important;
  filter: none;
}

.button--user-form {
  padding: 20px 10px;
  width: 100%;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  max-height: 57px;
}

.user-form__text {
  margin-top: 33px;
  font-weight: 900;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.user-form input:focus,
.user-form textarea:focus,
.user-form select:focus {
  outline: none;
  border-color: #ff7800;
}

.error {
  display: block;
  color: red;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 16px;
}

.success {
  display: block;
  color: green;
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 18px;
}

.page-content__menu-nominations {
  margin: 10px 0 50px;
}

.menu-nominations {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}

.menu-nominations__link {
  position: relative;
  width: calc(25% - 40px * 3 / 4);
  box-sizing: border-box;
  border: 1px solid rgba(231, 230, 231, 1);
  background: rgba(248, 246, 242, 1);
  padding: 90px 30px;
  color: rgba(10, 18, 41, 1);
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-nominations__link::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
  box-sizing: border-box;
  border: 10px solid rgba(248, 246, 242, 1);
  transition: all 0.3s;
  z-index: 0;
}

.menu-nominations__link:hover::before {
  border: 10px solid rgba(255, 120, 0, 1);
}

.page-content__decor-elem--img-1 {
  background-size: contain;
}

.page-content__decor-elem--img-3 {
  background: url(../../images/blocks/page-content/pc-img-4.png) no-repeat
    bottom right / 100% auto;
  background-size: contain;
  max-width: 591px;
  max-height: 971px;
  width: 90%;
  height: 120%;
  transform: translate(0, 50%);
  right: 0;
  bottom: 0;
}

.controls__link {
  font-size: 14px;
  padding: 8px 15px;
}

.controls__link-icon {
  right: 12px;
}

.controls__link--tag.controls__link--active {
  padding-right: 15px;
}

.page-content__title--participants {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

.page-content__title--participants .title {
  flex-grow: 1;
}

.page-content__voting-counter {
}

.voting-counter {
}

.voting-counter__voting {
  font-size: 20px;
  font-weight: 300;
  display: flex;
  gap: 6px;
}

.voting-counter__count {
  font-weight: 600;
}

.page-content__message {
  padding: 35px 20px;
  text-align: center;
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  background: #eee8de;
}

.votes-limit-message {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.votes-limit-message--open {
  visibility: visible;
  opacity: 1;
}

.votes-limit-message__block {
  position: absolute;
  z-index: 2;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  background: #f8f6f2;
  width: calc(100% - 40px);
  max-width: 1090px;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}

.votes-limit-message__wrapper {
  padding: 70px 20px 60px 20px;
  max-width: 860px;
  margin: 0 auto;
}

.votes-limit-message__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.votes-limit-message__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
}

.votes-limit-message__links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.votes-limit-message__bg {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.participants-item__checkbox {
  margin-top: 30px;
  margin-bottom: 15px;
}

.custom-checkbox__check {
  transition: all 0.3s;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.custom-checkbox__check:hover {
  color: #ff7800;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.custom-checkbox + label::before {
  content: "";
  margin-top: 0;
  display: inline-block;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
  border: 2px solid #ff7800;
  border-radius: 4px;
}

.custom-checkbox:checked + label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3e%3cpath d='M1 6.01792L4.87097 10.0323L10.6774 1' stroke='%23FF7800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  transition: all 0.3s;
}

.custom-checkbox:not(:disabled):not(:checked) + label:hover::before,
.custom-checkbox:not(:disabled) + label:hover::before {
  border-color: #ff7800;
}

.participants-item__checkbox--disabled .custom-checkbox__check,
input:disabled + .custom-checkbox__check {
  opacity: 0.5;
  cursor: auto;
}

.participants-item__checkbox--disabled .custom-checkbox__check:hover,
input:disabled + .custom-checkbox__check:hover {
  color: inherit;
}

.participants-item__checkbox--disabled .custom-checkbox + label::before,
input:disabled + .custom-checkbox__check::before {
  border-color: #808799;
}

.fancybox-content iframe {
  height: 90vh;
  width: 900px;
  max-width: 100%;
  max-height: 550px;
}

@media (max-width: 1280px) {
  .menu-nominations__link {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .menu-nominations__link {
    width: calc(50% - 20px);
  }
  .participants-item__content {
    padding: 20px 15px 75px 15px;
  }
  .participants-item__button {
    margin: 16px 0 5px 0;
    left: 15px;
  }
  .participants-item__story {
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  .menu-nominations__link {
    font-size: 16px;
    padding: 40px 20px;
  }
  .page-content__message {
    font-size: 16px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
}

@media (max-width: 772px) {
  .menu-nominations__link {
    width: 100%;
  }
  .menu-nominations {
    gap: 20px;
  }
  .votes-limit-message__title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .votes-limit-message__text {
    font-size: 14px;
  }
  .votes-limit-message .button {
    font-size: 12px;
  }
  .votes-limit-message__links {
    margin-top: 20px;
    gap: 10px;
  }

  .fancybox-content iframe {
    height: 90vh;
    width: 900px;
    max-width: 100%;
    max-height: 300px;
  }
}
