@font-face {
  font-family: "Helvetica2";
  src: url("../fonts/HelveticaRegular.eot");
  src: url("../fonts/HelveticaRegular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaRegular.woff") format("woff"),
    url("../fonts/HelveticaRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica2-bold";
  src: url("../fonts/HelveticaBold.eot");
  src: url("../fonts/HelveticaBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "minion";
  src: url("../fonts/minion.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "minion", "Arial";
  font-size: 18px;
  text-transform: uppercase;
  /*color: #F0EDE2;*/
  background: transparent;
}

a,
p,
span,
label {
  color: #f0ede2;
}

.clear {
  clear: both;
}

h2 {
  font-size: 2em;
}

.fixed-crossbrowser-background {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 1;
  z-index: -1;
  background-size: cover;
  will-change: transform;
}

.main {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 30px auto;
  overflow: auto;
  background-color: transparent;
  /* border-radius:70px; */
  /* outline-offset: -3px; */
}
.main .remarked_logo img {
  padding-bottom: 35px;
  width: 200px;
  padding-top: 30px;
  height: auto;
}
.top {
  margin-top: 34px;
}
.img {
  text-align: center;
}
.top img,
.img img {
  width: 80%;
}

.top h1 {
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0.1ex;
  font-family: "minion", "Arial";
  text-transform: uppercase;
  text-align: center;
  color: #f0ede2;
}
.top p {
  font-size: 1.2em;
  text-transform: uppercase;
  text-align: left;
  color: #f0ede2;
}

.modal-body {
  color: #000 !important;
}

.rating {
  margin-top: 8px;
  width: 100%;
  background: none;
  margin-bottom: 20px;
}

.rating .header {
  font-weight: bold;
  margin-bottom: 15px;
}

.stars-row {
  width: 100%;
  text-align: left;
}
.stars-row a,
.stars-row a:hover {
  text-decoration: none;
}
.star {
  margin-right: 4px;
  width: 50px;
  height: 48px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/star.png);
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.star:hover {
  background: url(../img/star.png) 0 -50px;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.star.active {
  background: url(../img/star.png) 0 -50px;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.manager-notice {
  text-align: justify;
  margin-top: 40px;
  margin-bottom: -10px;
  font-size: 1em;
  line-height: 1.2em;
}

.form-radio-field-name {
  font-weight: bold;
}

.smile-rating {
  margin-top: 20px;
}

.smile-rating .form-radio-field-name {
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
}

.smile {
  margin-right: 4px;
  width: 90px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  background: url(../img/star.png);
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

/*.stars-row.text {
        margin-top: 20px;
    }*/

.smile-text {
  display: inline-block;
  width: 99px;
}

.smile-bad {
  background: url(../img/smile_bad.png) no-repeat 50% 50%;
}
.smile-bad:hover {
  background: url(../img/smile_bad_act.png) no-repeat 50% 50%;
}
.smile-bad.active {
  background: url(../img/smile_bad_act.png) no-repeat 50% 50%;
}

.smile-norm {
  background: url(../img/smile_norm.png) no-repeat 50% 50%;
}
.smile-norm:hover {
  background: url(../img/smile_norm_act.png) no-repeat 50% 50%;
}
.smile-norm.active {
  background: url(../img/smile_norm_act.png) no-repeat 50% 50%;
}

.smile-good {
  background: url(../img/smile_good.png) no-repeat 50% 50%;
}
.smile-good:hover {
  background: url(../img/smile_good_act.png) no-repeat 50% 50%;
}
.smile-good.active {
  background: url(../img/smile_good_act.png) no-repeat 50% 50%;
}

.rating-word {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #f0ede2;
  font-weight: bold;
}

.rating-word.error {
  color: #ff0000;
  font-weight: bold;
}

.input input.error,
.comment textarea.error {
  border-color: #ff0000;
}

.form-input-field-name,
.form-textarea-field-name {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
}

.comment {
  /*! float:left; */
  margin-top: 30px;
  width: 100%;
}

textarea::-webkit-input-placeholder {
  color: #f0ede2;
  font-size: 15px;
  line-height: 20px;
}
textarea::-moz-placeholder {
  color: #f0ede2;
  font-size: 15px;
  line-height: 20px;
} /* Firefox 19+ */
textarea:-moz-placeholder {
  color: #f0ede2;
  font-size: 15px;
  line-height: 20px;
} /* Firefox 18- */
textarea:-ms-input-placeholder {
  color: #f0ede2;
  font-size: 15px;
  line-height: 20px;
}

.input input.error::-webkit-input-placeholder {
  color: #ff0000;
  font-weight: bold;
}
.input input.error::-moz-placeholder {
  color: #ff0000;
  font-weight: bold;
} /* Firefox 19+ */
.input input.error:-moz-placeholder {
  color: #ff0000;
  font-weight: bold;
} /* Firefox 18- */
.input input.error:-ms-input-placeholder {
  color: #ff0000;
  font-weight: bold;
}

textarea.error::-webkit-input-placeholder {
  color: #ff0000;
  font-weight: bold;
}
textarea.error::-moz-placeholder {
  color: #ff0000;
  font-weight: bold;
} /* Firefox 19+ */
textarea.error:-moz-placeholder {
  color: #ff0000;
  font-weight: bold;
} /* Firefox 18- */
textarea.error:-ms-input-placeholder {
  color: #ff0000;
  font-weight: bold;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.comment textarea {
  width: 275px;
  border: 1px #f0ede2 solid;
  border-radius: 7px;
  background: none;
  padding: 10px;
  font-size: 14px;
  color: #f0ede2;
}

.input {
  /*! float:left; */
  margin-top: 10px;
  width: 100%;
  color: #f0ede2;
}

input::-webkit-input-placeholder {
  color: #f0ede2;
}
input::-moz-placeholder {
  color: #f0ede2;
} /* Firefox 19+ */
input:-moz-placeholder {
  color: #f0ede2;
} /* Firefox 18- */
input:-ms-input-placeholder {
  color: #f0ede2;
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.input input {
  width: 70%;
  min-height: 30px;
  border: 1px #4a667a solid;
  background: none;
  padding: 10px;
  color: #f0ede2;
}

.submit {
  float: left;
  width: 100%;
  padding-bottom: 70px;
}

.submit span {
  display: block;
  padding: 5px 0px;
  font-size: 1.3em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.submit a {
  text-decoration: none;
}
#button-submit {
  text-align: center;
  width: 100%;
  background-image: none;
  margin-left: 0px;
}

#button-submit span {
  text-align: center;
  border-radius: 3px;
}

.button-submit {
  /* border: solid 1px #8b0200!important; */
  border-radius: 7px;
  border: 0px;
  background: #f0ede2;
  width: 70%;
  margin: auto;
  padding: 10px;
}
.submit.active {
  opacity: 1;
}

/*.submit.active .button-submit:hover {
    background-color: #F0EDE2;
}

.submit.active .button-submit:hover span {
    color: #000;
}*/

.bottom-text {
  margin: 30px 0px 36px 0px;
  font-size: 12px;
}

.success-msg {
  margin: 20px 20px 50px 20px;
}
.success-msg h1 {
  font-size: 2.3em;
  font-weight: normal;
  line-height: 1em;
}
.success-msg p {
  margin-bottom: 12px;
}
.success-msg a {
  color: #f0ede2;
  text-decoration: none;
  display: inline;
  border-bottom: 1px #f0ede2 dotted;
}

.link {
  text-align: center;
}

.radio-buttons__list {
  text-align: left;
}

.radio-buttons__item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 15px 0px 0 0;
  margin: 0;
  width: 37%;
}

.radio-buttons__list_block .radio-buttons__item {
  width: 100%;
}

.radio-buttons__list_inline .radio-buttons__item {
  width: auto;
  padding-right: 20px;
}

.radio-buttons__list_block .radio-buttons__text_desc {
  width: 80%;
  line-height: 18px;
  padding-top: 3px;
}

.radio-buttons__text {
  cursor: pointer;
  font-size: 16px;
}

.radio-buttons__text_radio,
.radio-buttons__text_checkbox {
  content: "";
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #f0ede2;
  border-radius: 50%;
  position: relative;
}

.radio-buttons__text_checkbox {
  border-radius: 2px;
}

.radio-buttons__text_radio:before,
.radio-buttons__text_checkbox:before {
  content: "";
  display: inline-block;
  background: transparent;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 7px;
  left: 7px;
  transition: background 400ms;
}

.radio-buttons__text_checkbox:before {
  border-radius: 0px;
}

.radio-buttons__item_other {
  width: 100%;
  display: none;
  margin-top: 25px;
  overflow: hidden;
}

.radio-buttons__item_other input {
  width: 100%;
  background: transparent;
  border: 1px #f0ede2 solid;
  box-sizing: border-box;
  padding: 5px;
}

.radio-buttons__input:checked + label.radio-buttons__text .radio-buttons__text_radio:before,
.radio-buttons__input:checked + label.radio-buttons__text .radio-buttons__text_checkbox:before {
  background: #f0ede2;
  padding: 3px;
}

.radio-buttons,
.vote-buttons_radio {
  width: 100%;
}

.radio-buttons__text_desc {
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 3px;
}

ul.radio-buttons__list_inline .radio-buttons__text_desc {
  padding-left: 0px;
}

.vote-buttons_radio .comment {
  margin: 0;
  padding: 25px 0 0 0;
}

.vote-buttons_radio_only-text.vote-buttons_radio .comment {
  padding: 15px 0 0 0;
}

.hidden {
  display: none;
}

.undertitle-qua {
  padding-bottom: 5px;
  text-align: left;
  line-height: 23px;
}

.contacts-bottom {
  border-top: 1px solid #f0ede2;
  margin-top: 15px;
  padding-top: 16px;
  font-size: 16px;
  line-height: 20px;
  float: left;
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
}

.phone-link,
.phone-link:hover,
.phone-link:active {
  text-decoration: none;
}

.contacts-bottom__center {
  padding: 7px 0;
}

.button-submit-normal {
  margin-left: -8px;
  width: 200px;
  height: 70px;
  background: url(../img/button-submit.png);
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.button-submit-normal:hover {
  width: 200px;
  height: 70px;
  background: url(../img/button-submit.png) left -66px;
  -moz-background-size: 100%;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.submit.submit-afisha {
  padding-bottom: 30px;
}

span.voter-item-name {
  float: left;
  width: 120px;
  font-size: 14px;
}

span.voter-item-name.error,
span.voter-item-list-name.error,
span.form-checkboxes-field-name.error,
span.form-radio-field-name.error {
  color: #ff0000;
  font-weight: bold;
}

.agreenment-checkbox .radio-checkboxes-buttons__item {
  width: 95%;
}
.agreenment-checkbox .radio-buttons__text_desc {
  width: 90%;
  padding-top: 0px;
  font-size: 14px;
}
.agreenment-checkbox .radio-checkboxes-buttons__text_checkbox {
  margin-right: 5px;
}

.vote-layer {
  float: left;
  margin-top: 26px;
}

.vote-layer-row1 {
  float: left;
  width: 140px;
  height: 80px;
}

.vote-layer-mid {
  float: left;
  width: 20px;
  height: 80px;
}

.vote-layer-row2 {
  float: left;
  width: 140px;
  height: 80px;
}

.vote-layer span {
  display: block;
}

.vote-layer-buttons {
  height: 45px;
}

.vote-layer-up {
  float: left;
  width: 70px;
  height: 40px;
  background: url(../img/vote-icons.png) left bottom;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-layer-up:hover {
  background: url(../img/vote-icons.png) left top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-layer-up.active {
  background: url(../img/vote-icons.png) left top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-layer-down {
  float: left;
  width: 70px;
  height: 40px;
  background: url(../img/vote-icons.png) right bottom;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-layer-down:hover {
  background: url(../img/vote-icons.png) right top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-layer-down.active {
  background: url(../img/vote-icons.png) right top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}

.vote-default-layer {
  float: left;
  margin-top: 30px;
  width: 100%;
}

.vote-default-layer-col {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}

.vote-default-layer-text {
  width: 178px;
  float: left;
  text-align: left;
}

.vote-default-layer-buttons {
  margin-top: 5px;
  width: 120px;
  float: right;
}

.vote-default-layer-up {
  float: left;
  width: 60px;
  height: 35px;
  background: url(../img/vote-icons.png) left bottom;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-default-layer-up:hover {
  background: url(../img/vote-icons.png) left top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-default-layer-up.active {
  background: url(../img/vote-icons.png) left top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-default-layer-down {
  float: left;
  width: 60px;
  height: 35px;
  background: url(../img/vote-icons.png) right bottom;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-default-layer-down:hover {
  background: url(../img/vote-icons.png) right top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}
.vote-default-layer-down.active {
  background: url(../img/vote-icons.png) right top;
  -moz-background-size: 200%;
  -webkit-background-size: 200%;
  -o-background-size: 200%;
  background-size: 200%;
}

.vote-default-layer-text_btn {
  background: transparent;
  border: 1px solid #f0ede2;
  border-radius: 7px;
  padding: 8px 19px;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  max-width: 60px;
  transition: background 300ms;
}

.vote-default-layer-text_btn:hover,
.vote-default-layer-text_btn.active {
  background: #f0ede2;
  color: #000;
}

.vote-default-layer-up.vote-default-layer-text_btn {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vote-default-layer-down.vote-default-layer-text_btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 8px 20px;
  padding: 8px 15px;
}

.vote.form-radio-field {
  margin-top: 40px;
}

.badService .radio-radio-buttons__item_other {
  display: none;
}

/*checkboxes style*/
.vote-checkboxes-col {
  width: 100%;
  overflow: auto;
  margin-bottom: 40px;
}

.vote-checkboxes-text {
  width: 178px;
  float: left;
  text-align: left;
}

.vote-checkboxes-text_radio {
  width: 100%;
}

.vote-checkboxes-buttons {
  margin-top: 5px;
  width: 120px;
  float: right;
}
.vote-checkboxes-col .comment {
  margin-left: -20px;
}

.large-block .vote-default-layer-text {
  float: none;
  width: 300px;
  margin-bottom: 10px;
}

.large-block .vote-default-layer-buttons {
  width: 150px;
}

.large-block .vote-default-layer-buttons-inner {
  margin-left: 20px;
}

.large-block .vote-default-layer-up,
.large-block .vote-default-layer-down {
  width: 30px;
  max-width: 30px;
  text-align: center;
}

.large-block .vote-default-layer-up {
  border-right: 0px none #f0ede2;
}
.large-block .vote-default-layer-down {
  border-left: 0px none #f0ede2;
}

.radio-checkboxes-buttons,
.vote-checkboxes-buttons_radio {
  width: 90%;
}

.radio-checkboxes-buttons__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.radio-checkboxes-buttons__item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 12px 5px 0 0;
  width: 90%;
}

.radio-checkboxes-buttons__input:checked
  + label.radio-checkboxes-buttons__text
  .radio-checkboxes-buttons__text_checkbox:before {
  background: #f0ede2;
  padding: 4px;
}

.radio-checkboxes-buttons__text {
  cursor: pointer;
}

.radio-checkboxes-buttons__text_checkbox {
  content: "";
  display: inline-block;
  vertical-align: top;
  padding: 6px;
  border: 1px solid #f0ede2;
  border-radius: 2px;
  position: relative;
}

.radio-checkboxes-buttons__text_checkbox:before {
  content: "";
  display: inline-block;
  background: transparent;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: background 400ms;
}

.radio-checkboxes-buttons__item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 12px 5px 0 0;
  width: 90%;
}

.radio-checkboxes-buttons__item_other {
  width: 100%;
  display: none;
  margin-top: 25px;
  overflow: hidden;
}

.radio-checkboxes-buttons__item_other input {
  width: 100%;
  background: none;
  border: 1px #000 solid;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}

.radio-radiotype-buttons__item_other {
  width: 100%;
  display: none;
  margin-top: 25px;
  overflow: hidden;
}

.radio-radiotype-buttons__item_other input {
  width: 100%;
  background: transparent;
  border: 1px #f0ede2 solid;
  box-sizing: border-box;
  padding: 5px;
}

.subfield-active {
  margin-left: 0px;
}

/*checkboxes style*/

.soc-icons a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 30px;
}

.soc-icons a.fb-link {
  background: url("../img/fb.png") 0 0 no-repeat;
}

.soc-icons a.inst-link {
  background: url("../img/instagram.png") 0 0 no-repeat;
}

.soc-icons a.vk-link {
  background: url("../img/vk.png") 0 0 no-repeat;
}

.modal-body {
  border: solid 1px #f0ede2;
  border-radius: 7px;
  padding: 35px 25px;
  background-color: white;
  z-index: 1;
  position: absolute;
  max-width: 500px;
  left: 0px;
  right: 0px;
  top: 30px;
  display: none;
}

.modal-body p {
  color: black;
  margin-bottom: 20px;
}

.socnets .socnet-row {
  width: 250px;
  margin: 10px auto;
  text-align: center;
}

.socnets .socnet-row a {
  display: inline-block;
  margin: 0px 10px;
}
.internet_access {
  text-align: center;
  padding-bottom: 30px;
  background: transparent;
}

/* Loading Afisha Styles */
.show_loading,
.modal-overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
}

.show_loading_roll::before {
  content: "";
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  top: 0;
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 5px solid #f6f;
  border-top-color: #0e0;
  border-right-color: #0dd;
  border-bottom-color: #f90;
  animation: rotation 0.6s linear infinite;
  -webkit-animation: rotation 0.6s linear infinite;
  -moz-animation: rotation 0.6s linear infinite;
  -o-animation: rotation 0.6s linear infinite;
}

.show_loading_roll {
  position: fixed;
  width: 50px;
  height: 50px;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
  background: transparent;
  margin: auto;
}

@-moz-keyframes rotation {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotation {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes blink {
  from {
    background: #000;
  }
  to {
    background: #e2001a;
  }
}
@-o-keyframes blink {
  from {
    background: #000;
  }
  to {
    background: #e2001a;
  }
}
@keyframes blink {
  from {
    background: #000;
  }
  to {
    background: #e2001a;
  }
}
@-webkit-keyframes blink {
  from {
    background: #000;
  }
  to {
    background: #e2001a;
  }
}
/* Loading Afisha Styles Over*/

.top + .submit {
  padding-bottom: 0;
}

.vote-layer-kids-text {
  margin-top: 5px !important;
}
.vote-layer-kids-text .vote-default-layer-text {
  float: left;
  width: 50%;
  margin-bottom: 0px;
  padding-top: 13px;
}

.vote-col {
  width: 70%;
  margin: auto;
}

#pkpass_loader {
  display: inline-block;
  margin-top: 10px;
}

.form-input-field-name {
  width: 70%;
}

.tag_name {margin-top: 15px;
}

 .tag_name select {width: 74% !important;
  color: #fff;
border: 1px solid #fff;
border-radius: 0px !important;
margin: 0 auto;
display: block;
padding: 10px !important;}

.tag_name  select option {color: #000;}


/* children_styles */
/* .has-children__checkbox {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 10px;
  width: 80%;
}

.has-children__checkbox input:checked + label span:before {
  background: #f0ede2;
  padding: 4px;
}

.has-children__checkbox label {
  cursor: pointer;
  color: #000;
}

.has-children.error .has-children__checkbox label {
  color: #ffa500;
}

.has-children__checkbox span {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  padding: 6px;
  border: 1px solid #f0ede2;
  border-radius: 2px;
  position: relative;
}

.has-children__checkbox span:before {
  content: "";
  display: inline-block;
  background: transparent;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: background 400ms;
}

.chidren-info-item__header {
  font-weight: normal;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.chidren-info-item__input {
  margin-top: 10px;
}

.chidren-info__buttons {
  margin-top: 20px;
}

.chidren-info__buttons button {
  border: solid 1px #000;
  border-radius: 25px;
  padding: 7px 15px;
  color: #000;
  cursor: pointer;
  color: #093d57;
}
.has-children__checkbox {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 74%;
  margin-left: 0;
}

.has-children__checkbox input:checked + label span:before {
  background: #f0ede2;
  padding: 4px;
}

.has-children__checkbox label {
  cursor: pointer;
  color: #f0ede2;
  font-size: 18px;
}

.has-children.error .has-children__checkbox label {
  color: #ffa500;
}

.has-children__checkbox span {
  content: "";
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  padding: 6px;
  border: 1px solid #f0ede2;
  border-radius: 2px;
  position: relative;
}

.has-children__checkbox span:before {
  content: "";
  display: inline-block;
  background: transparent;
  border-radius: 2px;
  padding: 0;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: background 400ms;
}

.chidren-info-item__header {
  font-weight: normal;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.chidren-info-item__input {
  margin-top: 10px;
}

.chidren-info__buttons {
  margin-top: 20px;
}

.chidren-info__buttons button {
  border: solid 1px #f0ede2;
  border-radius: 25px;
  padding: 7px 15px;
  color: #f0ede2;
  cursor: pointer;
  color: #f0ede2;
} */
