@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px rgba(255, 0, 0, 0) dotted;
  padding: 0;
  margin-left: 2px;
  margin-right: 2px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.4;
}

h4 {
  margin-top: 33px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 4px;
  margin-bottom: 1.2em;
  text-align: left;
}

.vvedenie {
  margin-bottom: 0;
  line-height: 1.4;
  color: #2f5496;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  -webkit-animation: dop 1s;
          animation: dop 1s;
  text-align: left;
  margin-left: 4px;
}

.blanket input {
  margin-top: 0.5em;
  margin-bottom: 1em;
  width: 98.9%;
  background-color: #f1f4ff;
  height: 45px;
  -webkit-box-shadow: rgba(47, 85, 150, 0.3058823529) 1.95px 1.95px 2.6px;
          box-shadow: rgba(47, 85, 150, 0.3058823529) 1.95px 1.95px 2.6px;
  padding: 15px;
}
.blanket label {
  color: rgb(0, 0, 0);
  font-weight: 600;
  background: #ffffff;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18.4px;
  margin-bottom: 1em;
  margin-top: 5px;
}
.blanket label::before {
  display: none;
}

.query label {
  color: #2f5496;
  font-weight: 600;
  font-size: 18.4px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  text-align: left;
}
.query label::before {
  display: none;
}
.query textarea {
  margin-top: 1em;
}

fieldset,
.alt-query {
  border: 0;
}
fieldset legend,
.alt-query legend {
  color: #2f5496;
  font-weight: 600;
  font-size: 18.4px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1em;
  text-align: left;
}
fieldset label,
.alt-query label {
  cursor: pointer;
  padding-left: 5px;
  color: #28358d;
  line-height: 1.5;
}
fieldset label::before,
.alt-query label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #f1f4ff;
  border: 1px solid #9e9e9e;
  -webkit-box-shadow: 2px 2px 2px #28358d;
          box-shadow: 2px 2px 2px #28358d;
  vertical-align: middle;
  margin-left: -15px;
  margin-right: 10px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
}

fieldset:nth-of-type(2) legend {
  color: #333;
  font-weight: 500;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #aaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  color: #aaa;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #aaa;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  color: #aaa;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

input::placeholder,
textarea::placeholder {
  font-size: 12px;
  color: #aaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hr_line {
  margin-bottom: 25px;
  border-top: 1px solid #2f5496;
}

.hidden {
  -webkit-animation: dop 1s;
          animation: dop 1s;
  display: none;
}

@-webkit-keyframes dop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dop {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
  75% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
.legendx {
  font-weight: 500;
  margin-left: 0;
}

input:focus {
  outline: #acacac solid 1px;
}

textarea:focus {
  outline: #acacac solid 1px;
}

.inputtitle.filled {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0px 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0px 1px;
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16.4px;
  background-color: rgba(241, 244, 255, 0.2901960784);
}

.textareatitle.filled {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16.4px;
  background-color: rgba(241, 244, 255, 0.262745098);
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio]:checked + label::before {
  content: "✔";
  color: #7e7e7e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
}

input[type=checkbox]:checked + label::before {
  content: "✔";
  color: #7e7e7e;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px 0, rgba(0, 0, 0, 0.1) 0 0 1px 0;
}

#podskazka1, #podskazka2, #podskazka3, #podskazka4, #podskazka5, #podskazka6, #podskazka7, #podskazka8, #podskazka9, #podskazka10, #podskazka11, #podskazka12, #podskazka13, #podskazka14, #podskazka15, #podskazka16, #podskazka17, #podskazkaemail {
  padding-left: 4px;
  color: #dc0978;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  -webkit-animation: dop 1s;
          animation: dop 1s;
}

.formrow1 {
  margin-bottom: 4px;
  text-align: left;
}

.formrow {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: left;
}

textarea {
  background-color: #f1f4ff;
  width: 98.9%;
  resize: vertical;
  min-height: 90px;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  padding: 1em;
  -webkit-box-shadow: rgba(47, 85, 150, 0.3058823529) 1.95px 1.95px 2.6px;
          box-shadow: rgba(47, 85, 150, 0.3058823529) 1.95px 1.95px 2.6px;
}
textarea:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.inputtitle:hover {
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.inputtitle:checked {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
}

.divcheckram {
  margin-top: 10px;
}

.divcheck {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 1em;
  text-align: left;
}

.alt-question {
  margin-left: 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
}
.alt-question label {
  font-weight: normal;
  font-size: 1em;
}

.divcheck2 {
  margin-left: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: left;
}

.star {
  color: #dc0978;
}

.submit {
  background-color: #f1f4ff;
  width: 30%;
  margin-right: 12px;
  cursor: pointer;
  resize: vertical;
  min-height: 90px;
  word-wrap: break-word;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px;
  -webkit-box-shadow: rgba(47, 85, 150, 0.3058823529) 2px 2px 3px;
          box-shadow: rgba(47, 85, 150, 0.3058823529) 2px 2px 3px;
  float: right;
  color: #2f5496;
  font-weight: 600;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18.4px;
  margin-left: 1em;
}
.submit:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 6px 24px 0, rgba(0, 0, 0, 0.08) 0 0 0 1px;
  color: #7e7e7e;
}

.spasibo {
  font-size: 16.4px;
  color: #2f5496;
  padding-left: 0px;
  margin-top: -23.5px;
  text-align: left;
}
.spasibo span {
  font-size: 40px;
  color: #2f5496;
  padding-left: 0;
}

@media screen and (max-width: 400px) {
  textarea {
    width: 98.5%;
  }
  .otvet {
    width: 15%;
  }
  .input {
    width: 99%;
  }
  .otvetk {
    width: 30%;
  }
  .textareak {
    width: 99%;
  }
  .submit {
    margin-right: 11px;
  }
}/*# sourceMappingURL=referee-survey.css.map */