body {
  font-size: 100%;
  font-family: 'Roboto', Helvetica, Verdana, Arial, sans-serif;
  background-color: #e0e0e0;
  background: url("../img/bg_4.jpg");
  margin: 0;
  background-attachment: fixed; }

a {
  color: #e95920; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

.header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.52), 0 1px 2px rgba(0, 0, 0, 0.64);
  background: rgba(233, 89, 32, 0.9); }
  .header_logo {
    float: left;
    margin-bottom: 10px; }
    .header_logo img {
      display: block;
      margin: 20px; }
      @media (max-width: 767px) {
        .header_logo img {
          margin: 20px auto; } }
    @media (max-width: 767px) {
      .header_logo {
        text-align: center; } }
  .header .header_phone, .header .header_mail {
    text-align: right;
    font-weight: 300;
    color: white;
    margin: 16px 0px; }
    .header .header_phone a, .header .header_mail a {
      color: white;
      text-decoration: none; }
    @media (max-width: 767px) {
      .header .header_phone, .header .header_mail {
        text-align: center; } }
  .header_phone a {
    font-size: 32px; }
  .header_mail--underscored a {
    background-image: linear-gradient(to right, black, black);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 bottom;
    color: white;
    text-decoration: none;
    font-size: 28px;
    transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 4px;
    padding: 3px 10px; }
  .header_mail--underscored a:hover {
    background-size: 1px 100%; }
  .header_description {
    padding-left: 20px;
    font-size: 1.3em;
    color: white; }
    @media (max-width: 767px) {
      .header_description {
        padding-left: 0; } }

.page {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0; }

.contacts, .contact, .portfolio, .portfolio_card, .service {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.52), 0 1px 2px rgba(0, 0, 0, 0.64);
  box-sizing: border-box;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 2px;
  background: white;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  background: white; }

.contacts {
  margin-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .contacts {
      padding-bottom: 1px; }
      .contacts_header {
        line-height: 3; } }

@media (max-width: 767px) {
  .contact {
    padding-bottom: 1px; } }
.contact p, .contact h3 {
  padding: 0 4%;
  line-height: 1.4; }
.contact textarea {
  width: 100%;
  max-width: 100%;
  padding: 4px; }
.contact--email {
  margin-top: 20px; }

.feedback,
input[type="submit"] {
  background: none;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.52), 0 1px 2px rgba(0, 0, 0, 0.64);
  padding: 2%;
  width: 100%;
  color: #ea5b21;
  line-height: 2;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  border-top: 1px solid rgba(0, 0, 0, 0.3); }

.feedback:hover,
input[type="submit"]:hover,
.more_button a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.59), 0 6px 6px rgba(0, 0, 0, 0.63); }

#map {
  width: 100%;
  height: 489px;
  clear: both; }

label input[type="text"] {
  margin-left: 10px; }

@media (max-width: 767px) {
  .portfolio {
    padding-bottom: 1px; }
    .portfolio_header {
      line-height: 3; } }
.portfolio_card {
  margin-bottom: 20px; }
.portfolio_image {
  border-radius: 2px 2px 0 0;
  height: 300px; }
  @media (max-width: 767px) {
    .portfolio_image {
      height: auto; }
      .portfolio_image img {
        width: 100%; } }
.portfolio_description {
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: white;
  color: #1f1f1f; }
  @media (max-width: 767px) {
    .portfolio_description {
      position: relative; } }
.portfolio_url {
  padding: 10px; }

.service {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .service {
      display: block; } }
  .service_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-self: flex-end; }
    @media (max-width: 767px) {
      .service_card {
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
        .service_card:last-child {
          padding-bottom: 0;
          border-bottom: none; } }
  .service_image {
    border: 1px solid rgba(0, 0, 0, 0.12);
    width: 200px;
    height: 200px;
    padding: 50px;
    border-radius: 50%;
    border-radius: 20px;
    margin: 0 auto 20px;
    background-image: -webkit-radial-gradient(50px 50px 50deg, circle cover, #ea5b21, #ea5b21);
    background-size: 10px;
    transition: all 0.3s;
    background-image: radial-gradient(45px 45px 45deg, circle cover, yellow 0%, orange 100%, red 95%);
    background-image: -webkit-radial-gradient(45px 45px, circle cover, #f7c1ab, #e95920);
    box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    align-self: flex-end; }
  .service_price {
    color: rgba(0, 0, 0, 0.76);
    font-weight: 700; }
  .service_image:hover {
    padding: 40px; }

/*# sourceMappingURL=style.css.map */
