.map-contacts img {
  max-width: 100%; }

.contacts .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.contacts h2 {
  text-align: left; }

.contacts__left {
  width: 43%;
  max-height: 480px;
  padding: 78px 70px;
  margin-top: -160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 1; }
  .contacts__left p {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px; }
  .contacts__left-adress {
    margin: 35px 0; }
  .contacts__left-contacts {
    margin-bottom: 40px; }
    .contacts__left-contacts a {
      display: block;
      margin-bottom: 25px;
      font-weight: 300;
      font-size: 20px;
      line-height: 26px;
      text-decoration: none;
      color: #000; }
      .contacts__left-contacts a:before {
        content: '';
        display: inline-block;
        background: url(../img/alt-phone-icon.png);
        vertical-align: middle;
        width: 26px;
        height: 26px;
        margin-right: 30px; }
      .contacts__left-contacts a.mail:before {
        background: url(../img/alt-mail-icon.png);
        width: 32px;
        height: 32px; }

.contacts__right {
  width: 52%; }
  .contacts__right h4 {
    color: #000;
    text-transform: unset;
    margin-top: 40px; }
  .contacts__right p {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.05em; }
  .contacts__right-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.ourworks h2 {
  text-align: left; }

.ourworks .slick-slide img {
  width: 100%; }
