::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b4b8bc;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #b4b8bc;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #b4b8bc;
}

:-moz-placeholder { /* Firefox 18- */
  color: #b4b8bc;
}

header {
  background-color: #fff;
}

body {
  background-color: #1b4d19;
}

textarea {
  resize: none;
  width: 100%;
  height: 200px;
  outline: none;
  padding: 5px;
}

@keyframes titleErrorAnimation {
  0%, 50%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-10deg);
  }
  20%, 40% {
    transform: rotate(10deg);
  }
}

.phone-icon {
  width: 15px;
  height: 17px;
  background: url("/images/billing_message/icon-phone.png") no-repeat center;
}

.phone__number {
  text-decoration: none;
  color: black;
}

.phone__number--disabled {
  pointer-events: none;
  cursor: default;
}

.phone__number--disabled:hover {
  color: black;
  text-decoration: none;
}

.phone-view-btn {
  cursor: pointer;
}

.phone-view-btn--not-view {
  opacity: 0;
}

.header-info {
  z-index: 3;
  position: relative;
}

.header-dashboard-button {
  background: #ffb608;
  cursor: pointer;
  font-family: Roboto;
  font-size: 15px;
  border-radius: 5px;
  padding: 13px 20px;
  margin: 0 0 0 10px;
  font-weight: 700;
  float: right;
  color: black;
}

.header-dashboard-button:hover {
  text-decoration: none;
  color: black;
}

.header-phone-block {

}

.header-phone-number {
  font-family: ProximaNovaBold, sans-serif;
  font-size: 17px;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 47px;
  position: relative;
}

.header-info-block {
  padding: 15px 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.header-phone-number, .phone-icon {
  display: inline-block;
  vertical-align: middle;
}

.header-logo-link {
  color: black;
  font-family: arial;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  font-weight: 700;
  margin-left: 8%;
  line-height: 40px;
  position: relative;
  top: -60px;
}

.header-logo-link:hover {
  text-decoration: none;
  color: black;
}

.header-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
}

.header-logo-link-row {
  margin: 0;
}

.header-navigation {
  background: url("/images/billing_message/header-bg-2-2.png") center no-repeat;
  background-size: auto 100%;
  height: 120px;
  top: -35px;
  position: relative;
  z-index: 2;
}

.content--background {
  background-color: #1b4d19;
  position: relative;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}

.content--background::after {
  position: absolute;
  top: -54px;
  left: 0;
  display: block;
  height: 55px;
  width: 100%;
  background-color: #1b4d19;
}

.input-block-container {
  display: flex;
  padding-left: 10px;
}

.content {
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 10px 30px;
}

.content__header {
  margin: 0 25px;
}

.content__title {
  font-size: 32px;
  font-family: Calibri, sans-serif;
  text-align: center;
  margin: 0;
}

.content__rating {
  margin: 40px 0;
}

.rating {
  display: flex;
  flex-direction: column;
}

.rating__header {
  margin: 0 auto 20px;
  width: 60%;
}

.rating-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rating-header__left-block {
  flex-basis: 20%;
}

.rating-header__right-block {
  flex-basis: 75%;
}

.rating-header-title-container {
  display: flex;
  color: #636363;
  text-align: center;
}

.rating-header-title-container__text {
  flex-basis: 25%;
}

.rating__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  margin: 0 auto 30px;
}

.rating__container_last {
  margin-bottom: 20px;
}

.rating__title {
  font-size: 17px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
  flex-basis: 20%;
}

.rating__block {
  display: flex;
  align-items: center;
  flex-basis: 75%;
}

.rating__line {
  position: relative;
  flex-basis: 25%;
  height: 7px;
}

.rating__line:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rating__line:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.rating__line_red {
  background-color: #ea6b72;
}

.rating__line_orange {
  background-color: #f3a89f;
}
.rating__line_yellow {
  background-color: #fbd9b3;
}
.rating__line_green {
  background-color: #bfdea6;
}
.rating__line_purple {
  background-color: #e197c3;
}

.rating__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.7em;
  height: 2.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid rgba(0,0,0,0.1);
  background: white;
  transition: border .3s ease;

}

.rating__icon {
  opacity: 0.2;
  font-size: 14px;
  color: transparent;
  transition: opacity .3s .1s ease;
  -webkit-text-stroke: 3px rgba(0,0,0,.5);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rating__button:hover {
  border: 3px solid rgba(0,0,0,0.2);
}

.rating-footer__info {
  width: 100%;
  font-size: 11px;
  color: #ea6b72;
  font-weight: bold;
  display: none;
}

.rating-footer__info__active {
  display: block;
}

.rating__button_active {
  animation: check .2s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}

.rating__button_active > .rating__icon {
  opacity: 1;
  transform: scale(0);
  color: white;
  -webkit-text-stroke: 0;
  animation: icon .2s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
}

.rating__title_error {
  color: #ea6b72;
  animation: 1.2s ease-in-out 0s normal none running titleErrorAnimation;
}

.feedback__field-block {
  position: relative;
}

.feedback__textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-color: #a9a9a9;
  border-width: 2px;
}

.feedback-field-block__info {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
}

.feedback {
  width: 70%;
  margin: 0 auto;
}

.feedback__title {
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
}

@media screen and (min-width: 1920px) {
  .header-navigation::before {
    left: -5%;
  }

  .header-navigation::after, .header-navigation::before {
    content: "";
    visibility: visible;
    width: calc(100% - 1920px);
    min-width: 400px;
    display: block;
    position: absolute;
    height: 60px;
    background: #1f5f14;
    border-bottom: 6px solid #ffc208;
    bottom: 0;
    right: 0;
  }
  .header-navigation::after {
    border-bottom-width: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .header-navigation {
    background-image: url("/images/billing_message/header-bg-3_min-2.png");
    background-position: bottom center;
    background-size: 100% auto;
    z-index: 4;
  }

  .header-logo-link {
    margin: 0 auto;
    display: block;
    padding-left: 100px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
  }

  .header-info-block {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row-reverse;
  }

  .rating__container {
    width: 90%;
  }

  .rating__header {
    width: 90%;
  }
}

.feedback-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
  flex-wrap: wrap;
}

.feedback-phone__text {
  font-size: 15px;
  margin-right: 20px;
  white-space: nowrap;
}

.feedback-phone__input {
  font-size: 18px;
  border: none;
  outline: none;
  width: 160px;
}

.feedback-phone__input::placeholder {
  color: #000;
}

.button-block {
  display: flex;
  justify-content: center;
}

.button-block__item {
  outline: none;
  padding: 15px 70px;
  background-color: #c4731c;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  transition: background-color 0.3s;
}

.button-block__item:hover {
  background-color: #d57f1d;
}

@media screen and (min-width: 1200px) {
  .header-logo-link {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1000px){
  .content__title {
    font-size: 27px;
  }
  .rating__title {
    font-size: 15px;
  }
  .feedback__title {
    font-size: 18px;
  }
  .feedback {
    width: 90%;
  }

  .header-info-block{
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .header-dashboard-button {
    margin: 0;
  }
}

@media screen and (max-width: 765px) {
  .rating__header {
    flex-direction: column;
    align-items: stretch;
  }

  .rating__container {
    flex-direction: column;
    align-items: stretch;
  }

  .rating-title {
    margin: 0 0 15px;
    text-align: center;
  }
  .header-navigation {
    background-size: 800px 90px;
  }
}

@media screen and (max-width: 740px) {
  .feedback-phone__text {
    margin: 0;
  }
}

@media screen and (max-width: 530px) {
  .header-navigation {
    background-position: -190px 35px;
    background-size: auto 80px;
  }

  .header-logo-link {
    top: -45px;
    padding-left: 50px;
  }

  .header-container {
    padding: 40px 0 0;
  }

  .feedback-phone__text {
    white-space: normal;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .header-info-block {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 330px) {
  .header-navigation {
    background-position: -155px bottom;
    background-size: 600px;
  }

  .header-logo-link {
    padding-left: 95px;
    font-size: 15px;
  }
}

/* animations */

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 2em;
    height: 2em;
    border-width: 5px;
  }
  10% {
    width: 2.2em;
    height: 2.2em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 2.4em;
    height: 2.4em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2.5em;
    height: 2.5em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2.7em;
    height: 2.7em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}

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