::-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;
}

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

header {
  background-color: #fff;
}

body {
  background-color: #1b4d19;
}

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

.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 15px;
  font-weight: 700;
  float: right;
  color: black;
}

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

.header-phone-block {
  float: right;
}

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

.header-info-block {
  padding: 15px 0;
  text-align: right;
}

.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/serviceBegin/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;
}

.info {
  margin: 20px 40px;
  border: dashed 1px #f4b862;
  background-color: #fffdf9;
  padding: 25px 0 18px 9%;
}

.info__link {
  color: #5d5dff;
  text-decoration: underline;
}

.info__title {
  padding-left: 14px;
  font-family: Calibri, sans-serif;
  color: #f4b458;
  letter-spacing: 1px;
}

.info__header {
  position: relative;
}

.info__icon {
  background: url("../../images/serviceBegin/icon_info.png") no-repeat center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: -15px;
  background-size: 100%;
}

.circle {
  margin: 32px auto 0;
  width: 110px;
  height: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #edf1f5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -khtml-flex-direction: column;
  flex-direction: column;
}

.circle__counter {
  font-size: 35px;
  line-height: 35px;
}

.circle-after__text {
  text-align: center;
  font-size: 16px;
  margin: 30px 0 17px;
}

.feedback {
  text-align: center;
  margin: 20px 0 0 0;
}

.feedback__title {
  font-size: 20px;
  font-weight: normal;
}

.feedback__link {
  margin: 30px auto;
  display: inline-block;
  padding: 15px 60px;
  border-radius: 5px;
  background-color: #c4741c;
  color: #fff;
  transition: background-color 0.3s;
}

.feedback__link:hover {
  background-color: #d5821c;
  text-decoration: none;
  color: #fff;
}

.feedback__sub-text {

}

@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 (min-width: 1200px) {
  .header-logo-link {
    margin-left: 15%;
  }

  .info {
    max-width: 900px;
    margin: 20px auto;
    padding: 25px 8% 18px;
  }

  .content {
    width: 1000px;
  }
}

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

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

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

  .header-info-block {
    padding-top: 60px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 990px) {
  .info__icon {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 765px) {
  .header-navigation {
    background-size: 800px 90px;
  }

  .appraise__text {
    padding-left: 0;
    text-align: center;
  }

  .appraise__text--pr0 {
    padding-right: 15px;
  }

  .appraise {
    min-width: initial;
    width: 100%;
  }
}

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

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

  .info {
    margin: 20px 0;
  }

  .info__icon {
    left: -10px;
  }

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

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

  .info__icon {
    left: -5px;
  }
}

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

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

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