/*Переменные настройки*/
* {
  box-sizing: border-box;
}
.dnone{display:none !important;}
/*Стилизация placeholder*/
input::-webkit-input-placeholder {
  color: #7b7b7b !important;
  text-indent: 0px;
  -webkit-transition: text-indent 0.3s ease;
          transition: text-indent 0.3s ease;
}
input::-moz-placeholder {
  color: #7b7b7b !important;
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input:-moz-placeholder {
  color: #7b7b7b !important;
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder {
  color: #7b7b7b !important;
  text-indent: 0px;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder:focus::-webkit-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder:focus::-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder:focus:-moz-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
input:-ms-input-placeholder:focus:-ms-input-placeholder {
  text-indent: 500px;
  transition: text-indent 0.3s ease;
}
.text-block ul{
  padding-left: 10px;
 }
/*Скрытие текста*/
.replace-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/*иконки*/
.s-icon {
  display: block;
  background: url("../img/bg/sprite.png") no-repeat;
}
img.s-icon{
  display: inline-block;
  background: none;
  vertical-align: middle;
  margin-right: 5px;
}
.s-icon--phone {
  background-position: 0px -143px;
  width: 15px;
  height: 22px;
}
.s-icon--phone2 {
  background-position: -170px -16px;
  width: 12px;
  height: 20px;
}
.s-icon--mail {
  background-position: -104px -103px;
  width: 18px;
  height: 11px;
}
.s-icon--city {
  background-position: -56px -115px;
  width: 20px;
  height: 19px;
}
.s-icon--title {
  background-position: -119px -51px;
  width: 45px;
  height: 33px;
}
.s-icon--yandex {
  background-position: -119px -84px;
  width: 48px;
  height: 20px;
  margin-left: 3px;
}
.s-icon--spinner {
  background-position: -33px -143px;
  width: 17px;
  height: 15px;
}
.s-icon--enter {
  background-position: -170px 0px;
  width: 16px;
  height: 16px;
}
.s-icon--arr {
  background-position: -76px -115px;
  width: 29px;
  height: 13px;
}
/*Футер к низу страницы*/
.body {
  color: #222631;
  font-family: 'Open Sans', sans-serif;
}
.html,
.body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -220px;
  padding: 0 0 30px 0;
}
.footer-push {
  height: 190px;
}
.footer {
  min-height: 220px;
  padding: 35px 0 0 0;
  border-top: 1px solid #e8e8e8;
  background: #222631;
  color: #fff;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.w-title {
  font-size: 18px;
  font-weight: 600;
}
.w-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 8px;
  background: #1b212e;
}
p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: normal;
}
.order-btn {
  display: inline-block;
  padding: 0 30px;
  background: #007cff;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
}
.order-btn:hover {
  background: #f5c400;
  color: #000;
}
#popup-form, #popup-form-bf, #popup-form-tabs {
  display: none;
  width: 320px;
  height: 350px;
}
.masonry {
  margin: 0 0 15px 0;
}
.news-section {
  margin: 0 0 10px 0;
}
.profit-section {
  margin: 0 0 45px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: #f1f1f1;
}
.order-section {
  margin: 0 0 15px 0;
  padding: 0px 0 0 0;
}
.slogan-section {
  margin: 0 0 35px 0;
  background: #1b212e;
}
.map-section {
  margin: 0 0 42px 0;
}
.page-title {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
}
.page-section p {
  font-size: 14px;
}
.clear{
  clear: both;
}
p.justifyfull {
  text-align: justify;
}
h3.justifyfull {
  font-size: 18px;
}
