

/* Start:/local/components/2quick/main.feedback/templates/.default/style.css?17658651718630*/
@charset "UTF-8";
.form {
  padding: 35px 3px 0px 0;
}

.form * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form select:focus,
.form input:focus,
.form textarea:focus {
  border: 1px solid #98a9b5;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #000;
}

.form__item {
  position: relative;
  height: 53px;
  border: 1px solid #98a9b5;
  color: #98a9b5;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 20px;
  background-color: #fafbfd;
}

.form__item.hidden {
  border: transparent;
  color: transparent;
  background-color: transparent;
}

.form__item.hidden:after {
  color: transparent !important;
}

.form__item.req:after {
  content: '*';
  position: absolute;
  color: red;
  right: 5px;
  font-size: 30px;
  top: 50%;
  -webkit-transform: translatey(-35%);
          transform: translatey(-35%);
  line-height: normal;
}

.form__item.req_select:after {
  right: 20px;
}

.form__title {
  font-size: 20px;
  font-weight: 400;
}

.form__select, .form__field, .form__pseudoselect {
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 2px 30px 2px 16px;
  border: none;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  background-color: transparent;
}

.form__select {
  -webkit-appearance: caret;
}

.form__field::-webkit-input-placeholder, .form__message::-webkit-input-placeholder {
  color: #98a9b5;
}

.form__field:-ms-input-placeholder, .form__message:-ms-input-placeholder {
  color: #98a9b5;
}

.form__field::-ms-input-placeholder, .form__message::-ms-input-placeholder {
  color: #98a9b5;
}

.form__field::placeholder, .form__message::placeholder {
  color: #98a9b5;
}

.form__pseudoselect {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  white-space: nowrap;
}

.form__pseudoselect:after {
  content: '›';
  position: absolute;
  top: 50%;
  right: -2px;
  -webkit-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-55%) rotate(90deg) scaley(0.9);
  width: 1em;
  font-size: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
}

.form__pseudoselect p {
  width: 95%;
  overflow: hidden;
  color: inherit;
  font-size: inherit;
  margin: 0;
}

.form__checkbox {
  display: none;
  max-width: 400px;
  background-color: #fafbfd;
  font-size: 18px;
  color: #000;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
  border: 1px solid #98a9b5;
}

.form__checkbox.visible {
  display: block;
}

.form__message {
  width: 100%;
  min-height: 90px;
  padding: 16px;
  color: #98a9b5;
  background-color: #fafbfd;
  border: 1px solid #98a9b5;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
}

.form__button {
  background-color: #92243f;
  color: #ffffff;
  min-width: 152px;
  height: 48px;
  max-width: 300px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  margin-left: auto;
}

.b-contain *,
.b-contain *::before,
.b-contain *::after {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

.b-contain input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.b-contain span {
  line-height: 1.37;
  font-size: 1rem;
  font-family: inherit;
}

.b-contain {
  display: table;
  position: relative;
  padding-left: 1.8rem;
  cursor: pointer;
  margin-bottom: 0.8rem;
}

.b-contain input[type="checkbox"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.27rem;
  width: 1.26rem;
  background: #f1f5f8;
  -webkit-transition: background 250ms;
  transition: background 250ms;
  border: 1px solid #863246;
  border-radius: 0.295rem;
}

.b-contain input[type="radio"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.27rem;
  width: 1.26rem;
  background: #f1f5f8;
  -webkit-transition: background 250ms;
  transition: background 250ms;
  border: 1px solid #863246;
  border-radius: 2.0rem;
}

.b-contain input[type="checkbox"] ~ .b-input::after {
  content: '';
  position: absolute;
  display: none;
  left: 0.49rem;
  top: .18rem;
  width: .25rem;
  height: 0.58rem;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transition: background 250ms;
  transition: background 250ms;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.b-contain input[type="radio"] ~ .b-input::after {
  content: '';
  position: absolute;
  display: none;
  left: .25rem;
  top: .25rem;
  width: .75rem;
  height: .75rem;
  border-radius: 2.0rem;
  background: white;
  -webkit-transition: background 250ms;
  transition: background 250ms;
}

.b-contain input:disabled ~ .b-input::after {
  border-color: #9b2743;
}

.b-contain input:checked ~ .b-input::after {
  display: block;
}

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
  background: #e7eef3;
}

.b-contain input:focus ~ .b-input {
  -webkit-box-shadow: 0 0 0 1px rgba(155, 39, 67, 0.5);
          box-shadow: 0 0 0 1px rgba(155, 39, 67, 0.5);
}

.b-contain input:checked ~ .b-input {
  background: rgba(209, 217, 224, 0);
  border-color: #9b2743;
}

.b-contain input[type="checkbox"]:disabled ~ .b-input {
  background: #f1f5f8;
  border-color: #b8c2cc;
  opacity: 0.6;
  cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input {
  background: #f1f5f8;
  border-color: #b8c2cc;
  opacity: 0.6;
  cursor: not-allowed;
}

.b-contain input[type="radio"]:disabled ~ .b-input::after {
  background: #8795a1;
}

.b-contain input:checked:focus ~ .b-input,
.b-contain:hover input:not([disabled]):checked ~ .b-input {
  background: transparent;
  border-color: #9b2743;
}

.b-contain .b-input::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0rem;
  height: 0rem;
  margin-left: -0.85rem;
  margin-top: -0.85rem;
  background: #9b2743;
  border-radius: 2rem;
  opacity: .6;
  z-index: 99999;
  -webkit-transform: scale(0);
          transform: scale(0);
}

@-webkit-keyframes b-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes b-ripple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes b-ripple-duplicate {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes b-ripple-duplicate {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.b-contain input + .b-input::before {
  -webkit-animation: b-ripple 250ms ease-out;
          animation: b-ripple 250ms ease-out;
}

.b-contain input:checked + .b-input::before {
  -webkit-animation-name: b-ripple-duplicate;
          animation-name: b-ripple-duplicate;
}

.b-contain .b-input::before {
  visibility: hidden;
}

.b-contain input:focus + .b-input::before {
  visibility: visible;
}

.b-contain:first-child .b-input::before {
  visibility: hidden;
}

option.disabled {
  display: none;
}

@media screen and (max-width: 1024px) {
  .form__item,
  .form__message {
    font-size: calc(10px + 1vw);
  }
  .form__title {
    font-size: calc(14px + 1vw);
  }
}

@media screen and (max-width: 768px) {
  option.disabled {
    display: block;
    color: #98a9b5;
  }
  .form {
    padding: 15px 0 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/2quick/main.feedback/templates/.default/style.css?17658651718630 */
