.contacts-container {
  background: #dadad8;
  margin-top: 19px;
  /*margin-bottom: 30px;*/
  padding: 80px 0 20px;
}
.contacts__wrap {
  position: relative;
}
.contacts__info {
  width: 90%;
  padding: 25px;
  background: #fff;
  color: #0a0000;
  font-size: 22px;
  position: relative;
  z-index: 1;
  font-family: "Roboto", sans-serif;
}
.table-wrap p {
  font-family: "Roboto", sans-serif;
}
input::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
}
input::-moz-placeholder {
  font-family: "Roboto", sans-serif;
} /* Firefox 19+ */
input:-moz-placeholder {
  font-family: "Roboto", sans-serif;
} /* Firefox 18- */
input:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
}
textarea::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
}
textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
} /* Firefox 19+ */
textarea:-moz-placeholder {
  font-family: "Roboto", sans-serif;
} /* Firefox 18- */
textarea:-ms-input-placeholder {
  font-family: "Roboto", sans-serif;
}
.contacts-logo {
  position: absolute;
  top: -64px;
  right: 0;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.form-contacts {
  margin-top: 50px;
}
.form-line {
  padding: 0;
}
.table-wrap {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding: 0;
}
.cont-form--name {
  width: 49%;
  float: left;
  padding: 10px;
}
.cont-form--mail {
  width: 49%;
  float: right;
  padding: 10px;
}
.cont-form--text {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
}
.cont-form--name:focus,
.cont-form--mail:focus,
.cont-form--text:focus {
  outline: none;
}
.form-submit {
  padding: 10px 15px;
  border: none;
  background: #4d8cf7;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 3px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.form-submit:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 1px 4px 3px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 2px 1px 4px 3px rgba(50, 50, 50, 0.4);
  box-shadow: 2px 1px 4px 3px rgba(50, 50, 50, 0.4);
  color: #fff;
  transition: all 0.3s;
}
.form-map iframe {
  float: right;
  position: relative;
  bottom: -87px;
}
.first-cont:before {
  content: "";
  position: absolute;
  top: -62px;
  left: 0;
  display: block;
  width: 84px;
  height: 76px;
  background: url(/uploads/mail-c.png);
}
.first-cont:after {
  content: "";
  position: absolute;
  top: -76px;
  left: 50%;
  display: block;
  width: 73px;
  height: 85px;
  background: url(/uploads/home-c.png);
  background-size: cover;
}
.last-cont {
  position: relative;
  z-index: 0;
}
.last-cont:before {
  content: "";
  position: absolute;
  bottom: -71px;
  left: -19px;
  display: block;
  width: 52px;
  height: 69px;
  background: url(/uploads/tel-c.png);
}
.last-cont:after {
  content: "";
  position: absolute;
  bottom: -83px;
  left: 50%;
  display: block;
  width: 73px;
  height: 93px;
  background: url(/uploads/list-c.png);
  background-size: cover;
}
.table-wrap:after {
  content: "";
  position: absolute;
  top: 50px;
  right: -67px;
  display: block;
  width: 61px;
  height: 67px;
  background: url(/uploads/lock-c.png);
  background-size: cover;
}
@media screen and (min-width: 320px) and (max-width: 424px) {
  .first-cont:before,
  .first-cont:after,
  .last-cont:before,
  .last-cont:after,
  .table-wrap:after,
  .contacts-logo {
    display: none;
  }
  .contacts-container {
    padding: 20px 0;
  }
  .contacts__info {
    width: 305px;
    padding: 10px;
    font-size: 20px;
    margin: 0 auto;
  }
  .form-contacts {
    margin-top: 15px;
  }
  .cont-form--name {
    width: 100%;
    float: none;
  }
  .cont-form--mail {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .form-map iframe {
    float: none;
    width: 100%;
    position: relative;
    bottom: -13px;
  }
}
@media screen and (min-width: 425px) and (max-width: 579px) {
  .first-cont:before,
  .first-cont:after,
  .last-cont:before,
  .last-cont:after,
  .table-wrap:after,
  .contacts-logo {
    display: none;
  }
  .contacts-container {
    padding: 20px 0;
  }
  .contacts__info {
    width: 364px;
    padding: 10px;
    font-size: 22px;
    margin: 0 auto;
  }
  .form-contacts {
    margin-top: 15px;
  }
  .cont-form--name {
    width: 100%;
    float: none;
  }
  .cont-form--mail {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .form-map iframe {
    float: none;
    width: 100%;
    position: relative;
    bottom: -13px;
  }
}
@media screen and (min-width: 580px) and (max-width: 767px) {
  .first-cont:before,
  .first-cont:after,
  .last-cont:before,
  .last-cont:after,
  .table-wrap:after,
  .contacts-logo {
    display: none;
  }
  .contacts-container {
    padding: 20px 0;
  }
  .contacts__info {
    width: 100%;
    padding: 10px;
    font-size: 22px;
    margin: 0 auto;
  }
  .form-contacts {
    margin-top: 15px;
  }
  .cont-form--name {
    width: 100%;
    float: none;
  }
  .cont-form--mail {
    width: 100%;
    margin-top: 10px;
    float: none;
  }
  .form-map iframe {
    float: none;
    width: 100%;
    position: relative;
    bottom: -13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .contacts-logo {
    top: -19px;
    width: 200px;
    height: 200px;
  }
  .form-contacts {
    margin-top: 0;
  }
  .form-map iframe {
    width: 100%;
    bottom: -109px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
}
@media screen and (min-width: 990px) and (max-width: 1270px) {
  .form-map iframe {
    width: 100%;
    bottom: -83px;
  }
}
