.contact-page #contact-banner {
  background: url('../images/contact_banner.jpg') no-repeat center;
  padding: 110px 0 94px;
  background-size: cover;
}

.contact-page #contact-banner h2 {
  color: #fff;
  font-size: 50px;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 544px) {
  .contact-page #contact-banner h2 {
    font-size: 35px;
  }
}

.contact-page #contact-banner p {
  color: #fff;
  margin: 0;
  line-height: normal;
  font-family: "Roboto Condensed", Times, serif;
}

.contact-page #contact-banner p.contact-banner-phone {
  font-size: 50px;
  font-weight: bold;
}
p.contact-banner-phone a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 544px) {
  .contact-page #contact-banner p.contact-banner-phone {
    font-size: 40px;
  }
}

.contact-page #contact-banner p.contact-banner-free {
  font-size: 23px;
}

.contact-page #main {
  padding: 44px 0;
}

.contact-page .workers-list .views-row {}

.contact-page .workers-list .views-row .node--type-worker {
  margin-bottom: 20px;
  padding: 30px;
  background-color: #f6f6f6;
}

.contact-page .workers-list .views-row .node--type-worker h2 {
  font-family: 'Roboto', "Times New Roman", "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
  font-size: 15px;
}

.contact-page .workers-list .views-row .node--type-worker .field--name-field-worker-post, .contact-page .workers-list .views-row .node--type-worker .field--name-field-worker-phone, .contact-page .workers-list .views-row .node--type-worker .field--name-field-worker-email {
  margin: 0 0 3px;
  font-size: 15px;
}

.contact-page .workers-list .views-row .node--type-worker a {
  line-height: 1;
}

.contact-page .callme {
  display: inline-block;
}

.contact-page .callme img {
  padding: 20px 8px 40px;
  max-width: 100%;
  height: 100%;
  width: auto;
}

.contact-page .callme img:first-child {
  padding-left: 0;
}

.contact-page .callme img:nth-child(2) {
  padding-right: 12px;
}

.contact-page .emails {
  margin: 15px 0 35px;
}

.contact-page .emails p {
  margin-bottom: 5px;
}

.contact-page .field--name-body p strong {
  font-size: 22px;
}

.contact-page .followus {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.contact-page .followus a {
  width: 50px;
  height: 50px;
  margin: 0 5px;
}

.contact-page .followus a:first-child {
  margin-left: 0;
}

/*.contact-page .followus .vk-icon {
  background: url('../images/icons/vk.png') no-repeat center;
}
.contact-page .followus .fb-icon {
  background: url('../images/icons/fb.png') no-repeat center;
}
.contact-page .followus .yt-icon {
  background: url('../images/icons/yt.png') no-repeat center;
}
.contact-page .followus .insta-icon {
  background: url('../images/icons/insta.png') no-repeat center;
}*/

.contact-page .contact-page-form {
  margin: 40px auto 0 auto;
}

.contact-page .contact-page-form .field--name-field-form-zakaz {
  display: none;
}

.contact-page .contact-page-form h2 {
  text-align: right;
  border-bottom: 3px solid #2a2a2a;
  padding-bottom: 14px;
  margin: 0 0 10px 0;
}

.contact-page .contact-page-form label {
  font-weight: bold;
  font-family: "Roboto Condensed",Times,serif;
}

.contact-page .contact-page-form input.form-control, .contact-page .contact-page-form textarea.form-control {
  border: 0;
  background: #f6f6f6;
  border-radius: 0;
  box-shadow: none;
  padding: 20px 20px;
}

.contact-page .contact-page-form textarea {
  resize: none;
}

.contact-page .contact-page-form .form-actions {
  text-align: right;
}

.contact-page .contact-page-form .form-actions input {
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background: #1b2286;
  font-weight: bold;
  font-family: "Roboto Condensed",Times,serif;
  padding: 20px 40px;
}

.contact-page .contact-page-form .form-actions input:hover {
  background: #353da6;
}
