

/* Start:/projects/golosa-pobedy/styles/main.css?176095974413443*/
@charset "UTF-8";
@keyframes phone_anim {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(-30deg);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
h1 {
  display: none;
}

.info-icon {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.info-icon .icon {
  flex: 1 0 35px;
}
.info-icon .svg {
  fill: #E96126;
}

.section-map .section-title {
  position: relative;
  z-index: 2;
}

.page-header {
  text-align: left;
}
.page-header .h1 {
  text-align: left;
}
.page-header .region-name-title {
  font-size: 20px;
  font-weight: 500;
  color: #E96126;
}

.letter-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.25s;
}
.letter-card:hover {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15);
}
.letter-card__image {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.letter-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.25s;
}
.letter-card:hover .letter-card__img {
  transform: scale(1.05);
}
.letter-card__author {
  display: flex;
  gap: 15px;
  padding: 20px;
  background: #F5F5F5;
}
.letter-card__author-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 20px;
  line-height: 1.6;
}
.letter-card__author-info strong {
  color: #E96126;
  font-size: 16px;
}
.letter-card__author-info .row {
  flex-direction: column;
  line-height: 1.2;
}
.letter-card__author-info .top-row {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.letter-card__author-name {
  flex-direction: column;
  display: flex;
  flex: 1;
}
.letter-card__author-photo {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
}
.letter-card__author-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.letter-card__sender {
  padding: 20px;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
}
.letter-card__sender strong {
  color: #2D3740;
  font-weight: 500;
}
.letter-card__audio {
  padding: 0 20px 20px;
}
.letter-card__audio figure {
  margin: 0;
}
.letter-card__audio audio {
  width: 100%;
  height: 40px;
}
.letter-card__audio audio::-webkit-media-controls-panel {
  background: #F5F5F5;
}
.letter-card .sender__desc {
  line-height: 1.6;
  margin-bottom: 10px;
}
.letter-card .sender__name {
  margin-top: 10px;
}
.letter-card__vote {
  margin-top: auto;
  padding: 0 20px 20px;
  font-size: 14px;
}
.letter-card__vote .like {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  background: #2D3740;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
}

.vs-likeit {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.vs-likeit .svg {
  width: 30px;
  fill: #ccc;
}
.vs-likeit-active .svg {
  fill: #E96126;
}

@media screen and (max-width: 768px) {
  .row-4 .letter-card {
    width: calc(50% - 10px);
    text-align: left;
  }
  .row-4 .letter-card__image {
    height: 250px;
  }
  .row-4 .letter-card__author, .row-4 .letter-card__sender, .row-4 .letter-card__audio {
    padding: 10px;
  }
  .row-4 .letter-card__vote {
    padding: 0 10px 10px;
  }
  .like-text {
    display: none;
  }
}
.button:disabled {
  cursor: not-allowed !important;
  border-color: #c8c8c8 !important;
  color: #c8c8c8 !important;
}
.button:disabled:hover {
  background-color: #fff !important;
  color: #c8c8c8 !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 700px;
  margin: auto;
}
.form textarea {
  width: 100%;
  border: 2px solid #fff;
  field-sizing: content;
  min-height: 60px;
  max-height: 300px;
  resize: vertical;
}
.form input:not(.btn),
.form select,
.form textarea {
  border: 2px solid #E96126;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 0;
}
.form input:not(.btn)::placeholder,
.form select::placeholder,
.form textarea::placeholder {
  color: #999;
}
.form select.placeholder {
  color: #999;
}
.form select option {
  color: #000;
}
.form select option[disabled] {
  color: #999;
}

.item label {
  display: block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 16px;
}
.item .note {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-top: 8px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.5;
  background: #f8f9fa;
  border-radius: 6px;
  color: #666;
}
.item .note:before {
  content: "ℹ";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e3f2fd;
  color: #1976d2;
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}
.item .note.gold:before {
  background: #e7e4d8;
  color: #856404;
}

.items-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  background: #eee;
  padding: 30px;
  border-radius: 15px;
}

.addField {
  display: inline-block;
}

.btn.btn-mini {
  padding: 10px 20px;
  font-size: 18px;
}

label.custom input[type=checkbox],
label.custom input[type=radio] {
  display: none;
}
label.custom .radio-custom,
label.custom .checkbox-custom {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 0;
  position: relative;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
label.custom .radio-custom {
  border-radius: 50%;
}
label.custom .label {
  width: calc(100% - 26px);
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  color: #988558;
  cursor: pointer;
  text-transform: none;
  letter-spacing: 0;
}
label.custom .label.big {
  font-size: 14px;
  font-weight: normal;
  color: #464646;
}
label.custom input[type=radio]:checked + .radio-custom,
label.custom input[type=radio]:checked + .checkbox-custom,
label.custom input[type=checkbox]:checked + .radio-custom,
label.custom input[type=checkbox] + .checkbox-custom {
  background: #fff;
  border: 1px solid #988558;
}
label.custom input[type=radio]:checked + .radio-custom:before,
label.custom input[type=radio]:checked + .checkbox-custom:before,
label.custom input[type=checkbox]:checked + .radio-custom:before,
label.custom input[type=checkbox]:checked + .checkbox-custom:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 8px;
  border-right: 1px solid #988558;
  border-bottom: 1px solid #988558;
  transform: rotate(45deg);
}
label.custom input[type=radio]:checked + .radio-custom:before {
  top: 4px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  border: 0;
}

.row-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.row-items:last-child {
  margin-bottom: 0;
}

.col-2 .col {
  width: calc(50% - 2.5px);
}

.warn {
  display: none;
  border: 2px solid red;
  margin-top: 10px;
  padding: 10px;
  font-style: italic;
}

.hide {
  display: none !important;
}

.fl_upld.error,
.fill.error {
  border: 3px solid red !important;
  background-color: #efefef;
}

.fl_upld {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 2px solid #E96126;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.fl_upld:hover {
  border-color: #a03000;
  background: #fff5f0;
}
.fl_upld input[type=file] {
  display: none;
}
.fl_upld label {
  cursor: pointer;
  padding: 15px 25px;
  margin: 0;
  background: #E96126;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  border: none;
  white-space: nowrap;
}
.fl_upld label:hover {
  background: #a03000;
}
.fl_upld .fl_nm {
  flex: 1;
  padding: 15px 20px;
  color: #666;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fl_upld .fl_nm.select-file {
  color: #000;
  font-weight: 500;
  padding-left: 50px;
  position: relative;
}
.fl_upld .fl_nm.select-file:before {
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #4caf50;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.fl_upld .fl_nm.select-file.maxSize {
  color: #f44336;
}
.fl_upld .fl_nm.select-file.maxSize:before {
  content: "✕";
  background: #f44336;
}
.fl_upld.error {
  border-color: #f44336;
  background-color: #ffebee;
}
.fl_upld.error .fl_nm {
  color: #f44336;
}

.error_text {
  display: none;
  padding: 16px 20px;
  background: linear-gradient(135deg, #fff5f5 0%, #ffebee 100%);
  border-left: 4px solid #f44336;
  border-radius: 10px;
  color: #c62828;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.error_text.show {
  display: block;
  animation: slideDown 0.3s;
}
.error_text:before {
  content: "⚠ Необходимо заполнить обязательные поля:";
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
  color: #d32f2f;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffcdd2;
}
.error_text::after {
  content: "";
  display: table;
  clear: both;
}

.success_text {
  display: none;
  padding: 16px 20px;
  background: linear-gradient(135deg, #f1f8f4 0%, #e8f5e9 100%);
  border-left: 4px solid #4caf50;
  border-radius: 10px;
  color: #2e7d32;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.success_text.show {
  display: block;
  animation: slideDown 0.3s;
}
.success_text:before {
  content: "✓ Форма успешно отправлена!";
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
  color: #388e3c;
  padding-bottom: 10px;
  border-bottom: 1px solid #a5d6a7;
}
.success_text::after {
  content: "";
  display: table;
  clear: both;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.error_text_file {
  margin-top: 10px;
  font-size: 14px;
  color: #f44336;
  font-weight: 500;
}

.page-add-form .flex-container .left {
  flex: 1;
}

.nomination_desc {
  display: none;
  margin-top: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 10px;
}
.nomination_desc.is-active {
  display: block;
}

.nomination-title {
  font-size: 18px;
  font-weight: 700;
  color: red;
}

@media (max-width: 767px) {
  .items-box {
    padding: 10px;
  }
  .item-users .flex {
    flex-wrap: wrap;
  }
  .error_text {
    font-size: 16px;
  }
  .form-container .right {
    order: 2;
  }
  .right-box-comp {
    max-width: 100%;
  }
  .competition-container {
    display: flex;
  }
  .competition-container .left {
    order: 1;
  }
  .competition-container .right {
    order: 2;
  }
}
.filters {
  margin: 40px 0 20px;
  padding: 0;
  background: transparent;
}

.filters-row {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}

.filter-item {
  flex: 1;
  min-width: 250px;
}
.filter-item select {
  width: 100%;
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  background: #fff;
  transition: all 0.3s;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px;
  margin-bottom: 0;
}
.filter-item select:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding: 12px 20px;
  padding-right: 40px;
  border-color: #E96126;
}
.filter-item select:focus {
  outline: none;
  border-color: #E96126;
  box-shadow: 0 0 0 3px rgba(233, 97, 38, 0.1);
}

.alphabet-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.alphabet-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.25s ease;
  background: #fff;
}
.alphabet-filter__item:hover {
  border-color: #E96126;
  color: #E96126;
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(233, 97, 38, 0.15);
}
.alphabet-filter__item.active {
  background: #E96126;
  color: #fff;
  border-color: #E96126;
  box-shadow: 0 4px 12px rgba(233, 97, 38, 0.25);
  transform: translateY(-2px);
}
.alphabet-filter__item.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

#vmap {
  width: 100%;
  height: 500px;
}
@media (max-width: 767px) {
  #vmap {
    height: 300px;
    background-color: rgb(245, 245, 245) !important;
  }
}

/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/projects/golosa-pobedy//styles/jqvmap.css?17609597441283*/
/*!
 * jQVMap Version 1.0
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	margin: -10px 0 0 -10px;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 10px;
	background: #fff;
	color: #000;
	border: 1px solid #F04A39;
	width: 220px;
	padding: 10px;
	z-index:999;
}
.jqvmap-label strong
{
	color:#000;
	display: block;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.jqvmap-label ul
{
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
	padding-top: 6px;
	font-size: 15px;
}

.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
.jqvmap-pin {
    pointer-events: none;
}

/* End */
/* /projects/golosa-pobedy/styles/main.css?176095974413443 */
/* /projects/golosa-pobedy//styles/jqvmap.css?17609597441283 */
