body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  color: #05192b;
  line-height: 1.6;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}



input,
textarea,
button {
  outline: none;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}


p {
  font-weight: 500;
}

ul,
li {
  display: block;
  padding: 0;
  margin: 0;
}

a {
  color: #031226;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #ff8f3d;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.nav {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
}


.logo {
  max-width: 310px;
  width: 100%;
}

.nav-title {
  width: 100%;
  max-width: 220px;
}

.nav-phone {
  text-align: right;

}

.nav-phone a {
  font-size: 20px;
  font-weight: 600;
  max-width: 200px;
  display: flex;
  margin-left: auto;
  align-items: center;
}


h2.title {
  padding: 25px 0;
}

.about {
  padding-top: 40px;
}

.about-right {
  padding-left: 50px;
}

.about-right_p {
  max-width: 540px;
}

.about-left {
  text-align: center;
}

.about-left img {
  max-width: 200px;
}


.offer {
  display: none;
}


.offer-1 {
  max-width: 700px;
  text-align: center;
  margin: auto;
}

/* ============form================== */


.form {

  width: 333px;

  border-radius: 5px;
  padding: 25px 32px;
  margin: auto;
}


.form__title {
  font-size: 17px;
  margin-bottom: 14px;
}


.form__text {
  font-size: 14px;
  margin-bottom: 22px;
}


input {
  width: 100%;
  border: 1px solid #ff8f3d;
  font-size: 13px;
  padding: 12px 12px;
  border-radius: 25px;

}



.form__btn {
  width: 100%;
  background: #ff8f3d;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  border-radius: 25px;
  padding: 12px 0px;
  margin-top: 17px;
}

.form__btn:hover {
  background-color: #fff;
  color: #ff8f3d;
  border: 1px solid #ff8f3d;
}

.form__protection {
  text-align: center;
}

.servises,
.steps,
.feedback {
  padding: 40px;
}

.servises .title {
  max-width: 430px;
}

.servises .subtitle {
  max-width: 360px;
  color: #a4a7ab;
}

.servises-item {
  display: flex;
  padding: 10px 0px;
  align-items: center;
}

.servises-item p {
  margin: 5px;
  padding: 5px 0px 5px 25px;
}

.servises-cta {
  text-align: center;
  margin-top: 10px;
}

.servises-cta p {
  max-width: 410px;
  text-align: center;
  margin: auto;
}

.servises-cta a {
  display: flex;
  margin: auto;
  padding: 10px;
}


.phone-img {
  width: 23px;
  height: 23px;
  background: url(../images/nav-phone.svg) no-repeat center/cover;
  margin-right: 5px;
}

a.hover {
  font-size: 20px;
  font-weight: 600;
  align-items: center;
}

a.hover:hover .phone-img {
  background: url(../images/nav-phone-orenge.svg)no-repeat center/cover;
}

.servises-img {
  padding: 80px 20px;
  width: 100%;
}

.steps {
  background: #fbf8ff;
}

.steps-li {
  margin-top: 10px;
}

.steps .title {
  text-align: center;
}

.title-right {
  max-width: 540px;
}

.steps-items {
  display: flex;
  align-items: center;
}

.steps-items-p {
  max-width: 445px;
  margin-left: 35px;
}

.steps-items_p {
  margin-left: 53px;
}

.steps-items span {
  font-size: 100px;
  color: #ff8f3d;
  line-height: 1.4;

}

.steps img {
  display: flex;
  margin: 0 auto;
}

.feedback .title {
  max-width: 735px;
  text-align: center;
  margin: auto;
}

.rating {
  display: flex;
  align-items: center;
  margin-left: 120px;
}

.rating-p h2 {
  font-size: 25px;
}

.rating img {
  width: 100%;
  max-width: 225px;
  padding: 3px;
}

.rating .subtitle {
  color: #a4a7ab;
  margin-bottom: 1px;
}

.rating-p {
  margin-left: 15px;
}

.review {
  padding: 20px 0 5px 0;
  margin-top: 20px;
  max-width: 920px;
  margin: auto;
}

.info-main {
  display: flex;
  align-items: center;
}

.info-main-p {
  margin-left: 15px;
}


.info p {
  color: #a4a7ab;
  font-size: 14px;
  margin-top: auto;
  margin-left: 20px;
}

.review h3 {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.review h3:hover {
  color: #ff8f3d;
  text-decoration: none;
  cursor: pointer;
}

.leavefeedback {
  background: #fbf8ff;
  padding-bottom: 40px;
}

.leavefeedback .title {
  text-align: center;
}


.leavefeedback .form {

  width: 730px;
  background: #fff;
  border-radius: 5px;
  padding: 25px 32px;
  margin: auto;
}

.leavefeedback h3 {
  text-align: center;
  margin-bottom: 20px;
}

/* =========рейтинг======== */

.star-rating {
  font-size: 0;
  padding: 10px 0;
  text-align: center;
}

.star-rating__wrap {
  display: inline-block;
  font-size: 1rem;
}

.star-rating__wrap:after {
  content: "";
  display: table;
  clear: both;
}

.star-rating__ico {
  float: right;
  padding-left: 2px;
  cursor: pointer;
  color: #FFB300;
}

.star-rating__ico:last-child {
  padding-left: 0;
}

.star-rating__input {
  display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover~.star-rating__ico:before,
.star-rating__input:checked~.star-rating__ico:before {
  content: "\f005";
}

.fa-lg {
  padding: 0 10px;
}

.star-rating {
  padding: 20px 0;
}

textarea {
  width: 100%;
  border: 1px solid #ff8f3d;
  font-size: 13px;
  padding: 12px 12px;
  border-radius: 25px;

}

.footer {
  background: #05192b;
  padding: 65px 0;
}

.footer p {
  color: #fff;
  max-width: 430px;
  text-align: center;
}

.footer a {
  color: #ff8f3d;
  font-size: 20px;
  font-weight: 600;

}

.footer a:hover {
  color: #fff;
}

.footer-items {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .rating {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .servises-img {
    padding: 120px 20px;
  }

  .servises-img {
    padding: 185px 20px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .offer {
    display: block;
    padding: 0 50px;
    max-width: 625px;
  }

  .offer-1 {
    display: none;
  }

  .nav {
    text-align: center;
    flex-direction: column;
  }

  .nav-title,
  .logo {
    margin: auto;
  }

  .servises .title,
  .servises .subtitle {
    max-width: 430px;
    text-align: center;
    margin: auto;
  }

  .servises-li,
  .servises-cta {
    margin-top: 20px;
  }

  .servises-img {
    padding: 40px 0px;
  }

  .steps .title {
    margin: auto;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-items {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .servises-item {
    padding: 10px 100px;
  }
}

@media (max-width: 400px) {
  .offer {
    padding: 0 10px;
  }

  .about {
    padding-top: 5px;
  }

  .about-right {
    padding-left: 20px;
  }

  .servises,
  .steps,
  .feedback {
    padding: 40px 0;
  }

  .servises-item {
    padding: 10px 50px;
  }

  .steps img {
    width: 100%;
  }

  .rating img {
    width: 40%;
  }

  .review p {
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  .form {
    width: 300px;
  }

  h1,
  h2 {
    font-size: 20px;
  }

  p {
    margin-bottom: 5px;
  }

  .servises-item {
    padding: 10px 35px;
  }
}

#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.91);
  overflow: hidden;
  display: none;
}

label.error {
  font-size: 12px;
  color: red;
  /* position: absolute;
  bottom: 115px;
  left: 40px; */
}

input.error {
  border: 1px solid red !important;
}

input.valid {
  border: 1px solid green !important;
}

#loader img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
}

#overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000c;
  left: 0px;
  top: 0px;
  cursor: pointer;
}

#thx {
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 50%;
  padding: 30px;
  margin-top: -20px;
}

.leavefeedback h3.mb-10 {
  margin-bottom: 10px;
}