.site-header {
  background: url(../images/bg.jpeg);
  background-size: cover;
  background-position: center center;
}

.site-button {
  background: #0268bf;
  cursor: pointer;
  transition: all .3s;
}

.process .steps a {
  font-size: 28px;
}

.mfp-content .uf-label,
.mfp-content .uf-header {
  display: none;
}

.mfp-content .uf-wrapper {
  max-width: 320px;
  border: 0;
}

.header-form .uf-alert-success {
    background: #0d9e78;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.mfp-content .uf-content {
  padding: 30px;
}
.mfp-content input.uf-input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  margin-bottom: 15px;
  height: auto;
}
.mfp-content .site-button {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 12px;
}
.mfp-content .privacy {
  color: #aaa;
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}
.mfp-content .uf-field {
  margin-bottom: 0;
}
.mfp-content .form-title {
  font-size: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
  text-align: center;
  margin-top: -10px;
}

.site-button:hover {
  opacity: .8;
}

.docs {
  margin-top: 25px;
}

.docs img {
  max-width: 320px;
  display: block;
  margin: 10px auto;
}

.docs .long-img {
  max-width: 180px;
}

.header-form .uf-label,
.header-form .uf-header {
  display: none;
}

.header-form .uf-content {
  padding: 0 !important;
}

.header-form .uf-field {
  margin-bottom: 0;
}

.header-form .site-button {
  border: 0;
  font-size: 18px;
}

.header-form input.uf-input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #eaeaea;
    padding: 12px 15px;
    margin-bottom: 15px;
    height: auto;
}

.header-form .uf-wrapper-inline {
  margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0f946d;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}

.rr-logo {
  text-align: center;
}

.rosreestr {
  margin-top: 65px;
}

.rosreestr img {
  max-width: 280px;
  margin-top: 5px;
}

.site-header.site-sale {
  background-image: url(../images/sale-bg.jpg);
}

.site-header.site-sale .site-title {
    font-size: 40px;
}

.site-sale .header-form .form-title {
  font-weight: 700;
}

.rosreestr .title {
  font-size: 24px;
}

.callback-btn {
  display: none;
}

.features .circle {
  height: 200px;
  width: 200px;
  margin: 0 auto;
  border: 10px solid #f4f4f4;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;  
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .top-line-contacts {
    font-size: 15px;
  }
  .top-line .phone {
    font-size: 22px;
  }
  .site-logo span {
    font-size: 14px;
  }
  .site-logo {
    font-size: 26px;
  }
  .top-line .phone-work {
    font-size: 13px;
  }
  .site-header .site-title {
    font-size: 36px;
    line-height: 60px;
  }
  .site-header .subtitle {
    font-size: 21px;
    line-height: 36px;
  }

  .features .title {
    font-size: 24px;
  }
  .services .block .title {
    font-size: 21px;
    line-height: 32px;
  }
  .top-line .address {
    padding-left: 30px;
  }

  .top-line svg {
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }
  .process .title {
    font-size: 21px;
  }
  .process {
    font-size: 16px;
  }
  .site-header.site-sale .subtitle {
    font-size: 20px;
  }
  .site-header.site-sale .site-title {
    font-size: 28px;
    line-height: 50px;
  }
}

@media (max-width: 992px) {
  .header-form {
    display: none;
  }
  .callback-btn {
    display: inline-block;
    margin-top: 25px;
  }
  .site-header {
    text-align: center;
    padding: 50px 0;
  }
  .top-line .mail-block {
    padding: 0;
  }
  .top-line .phone-work {
    font-size: 15px;
  }
  .top-line .block {
    margin-top: 5px;
  }
  body {
    font-size: 15px;
  }
  .why .about-text {
    line-height: 24px;
  }
  .why .title {
    font-size: 21px;
    line-height: 31px;
  }
  .why .photo {
    width: 250px;
    height: 250px;
  }
  .why .title {
      font-size: 18px;
      line-height: 31px;
  }
  .section-title {
    font-size: 36px;
  }
  .proc-img {
    display: none;
  }
  .site-footer .nav-block {
    display: none;
  }
}

@media (max-width: 768px) {
  .top-line {
    text-align: center;
  }
  .top-line .col-sm-6 {
    text-align: left;
  }
  .top-line .address-icon {
    display: none;
  }
  .site-logo span {
      margin-top: -3px;
      vertical-align: top;
      display: inline-block;
  }
  .top-line .address {
    margin-bottom: 20px;
  }
  .top-line .offset-sm-1 {
    text-align: left;
  }
  .top-line .address {
    padding: 0;
  }
  .why .site-logo span {
    display: block;
    max-width: 220px;
    margin: 10px auto;
  }
  .why .about-text {
    margin-top: 35px;
  }
  .rosreestr {
    text-align: center;
  }
  .features .block {
    margin-bottom: 25px;
  }
  .services .block .content {
    padding: 15px;
  }
  .services .block .title {
    font-size: 18px;
    line-height: 26px;
  }
  .services .block .price {
    font-size: 16px;
  }
  .rosreestr img {
      max-width: 220px;
      margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .top-line .address {
    margin-bottom: 0;
    margin-top: 10px;
  }
  .site-header .site-title {
      font-size: 20px;
      line-height: 48px;
  }
  .top-line .block.mail {
    display: none;
  }
  .site-header * {
    position: relative;
    z-index: 2;
  }
  .site-header:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
  }
  .site-header .subtitle span {
    background: transparent;
    color: #fff;
    padding: 0;
  }
  .site-header .subtitle {
      font-size: 20px;
      line-height: 28px;
  }
  .section-title {
    font-size: 28px;
  }
  section {
    padding: 35px 0;
  }
  .site-header .subtitle br {
    display: none;
  }
  .site-header {
    position: relative;
  }
  .top-line .phone-bl {
    max-width: 255px;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
  .rosreestr {
    text-align: left;
  }
  .features .circle {
      height: 180px;
      width: 180px;
  }
  .features .owl-carousel {
    margin: 0;
  }
  .features .col-md-6 {
    padding: 0;
  }
  .features .title {
      font-size: 18px;
      line-height: 28px;
  }
  .features .circle {
      height: 160px;
      width: 160px;
      border-width: 5px;
  }
  .features .block {
    margin-bottom: 0;
  }
  .features .block {
    padding: 15px;
  }
  .section-title {
    margin-bottom: 35px;
  }
  .process .title {
    font-size: 18px;
    line-height: 28px;
    padding: 5px 10px;
  }
  .process {
    font-size: 15px;
  }
  .process .text {
    padding-left: 65px;
  }
  .process .steps:before {
    height: 85%;
  }
  .proc-img {
    display: block;
    text-align: center;
  }

  .proc-img img {
    width: 85%;
  }
  .site-header.site-sale .site-title {
      font-size: 15px;
      line-height: 42px;
  }
  .site-header.site-sale .subtitle {
    font-size: 16px;
  }
  #map {
    height: 250px;
  }
  .contacts .contacts-block {
    padding: 0;
    margin: 0;
  }
  .contacts .phone {
    font-size: 22px;
  }
  .contacts svg {
      height: 35px;
      width: 35px;
      margin-top: 3px;
      fill: #0f946d;
      margin-right: 10px;
  }
  .contacts .site-button {
    margin-left: 45px;
  }
  .site-footer .col-sm-6 {
    display: none;
  }

  .site-footer .org-info {
    display: block;
  }
  .site-footer {
    padding: 20px;
    text-align: center;
  }
  .contacts .container {
    position: static;
    transform: none;
    height: auto;
  }
  .mfp-content .uf-wrapper {
    max-width: 100%;
  }
  .mfp-content .uf-content {
      padding: 25px;
  }
}