.rupost-initial {
  padding: 40px 0;
}

.rupost-services__item {
  margin-bottom: 25px;
}

.rupost-services__item__image {
  width: 100%;
  position: relative;
}

.rupost-services__item__image img {
  height: auto;
  width: 100%;
}

.rupost-services__item__desc h4 {
  height: 30px;
}

.rupost-services__item__desc p {
  height: 80px;
  margin-bottom: 25px;
}

.rupost-about {
  display: block;
  position: relative;
  padding: 100px 0;
  text-align: center;
  color: #fff;
  background: url("../img/nastuhabootalebi2848.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.rupost-about:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 26, 0, 0.8)), to(rgba(6, 17, 31, 0.8)));
  background: -webkit-linear-gradient(top, rgba(64, 26, 0, 0.8), rgba(6, 17, 31, 0.8));
  background: -o-linear-gradient(top, rgba(64, 26, 0, 0.8), rgba(6, 17, 31, 0.8));
  background: linear-gradient(top, rgba(64, 26, 0, 0.8), rgba(6, 17, 31, 0.8));
  z-index: 1;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rupost-about__content {
  z-index: 2;
  position: relative;
}

.rupost-about h2 {
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}

.rupost-about h2:after {
  content: '';
  width: 50%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0;
  left: 50%;
  position: absolute;
  background-color: #fff;
}

.rupost__contact {
  padding: 100px 0;
  position: relative;
  background-color: #fff;
}

@media (max-width: 1024px) {
  .rupost__contact {
    padding: 75px 0;
  }
}

@media (max-width: 640px) {
  .rupost__contact {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.rupost__contact__title {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  .rupost__contact__title {
    font-size: 36px;
  }
}

@media (max-width: 720px) {
  .rupost__contact__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.rupost__contact__contact {
  display: block;
  font-size: 30px;
  line-height: 1.45;
  font-weight: 200;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .rupost__contact__contact {
    font-size: 24px;
  }
}

@media (max-width: 720px) {
  .rupost__contact__contact {
    margin-bottom: 25px;
  }
}

@media (max-width: 640px) {
  .rupost__contact__contact {
    font-size: 21px;
  }
}

.rupost__contact__input {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  outline: none;
  font-size: 16px;
  line-height: 1.33;
  background-color: transparent;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #999999;
}

.rupost__contact__field {
  display: block;
  margin-bottom: 30px;
}

.rupost__contact__field textarea {
  resize: none;
  height: 100px;
}

.rupost__contact__controls {
  display: block;
  text-align: center;
}

.rupost__contact__btn {
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 50px;
  padding: 0 60px;
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  outline: none;
  display: inline-block;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  border: 2px solid #ff9000;
  background-color: #ff9000;
}

.rupost__contact__btn:hover {
  background-color: #e68200;
}

.rupost__contact__thanks {
  display: none;
  text-align: center;
}

.rupost__contact__thanks strong {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.rupost__contact__thanks span {
  display: block;
}

.rupost__contact__error {
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
  color: #cd2d2d;
}

@media (max-width: 991px) {
  .tablet-revers {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}

/*# sourceMappingURL=russia-post.css.map */
