html, body {
  width: 100%;
  height: 100%;
}
body {
  text-align: center;
  background-color: #EEECE1;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

.content {
  width: 100%;
  height: 360px;
  margin-top: -180px;
  position: absolute;
  top: 50%;
}
.content:before,
.content:after {
  width: 282px;
  height: 319px;
  background-size: 282px 319px;
  display: block;
  content: '';
  position: absolute;
  top: 20px;
}
.content:before {
  background-image: url(../img/coq-left.png);
  left: 40px;
}
.content:after {
  background-image: url(../img/coq-right.png);
  right: 40px;
}

.title {
  font-family: 'Courier New';
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.title__row1 {
  font-size: 16px;
  letter-spacing: 10px;
  margin: 0 0 5px;
  padding-left: 10px;
}
.title__row2 {
  font-size: 48px;
  letter-spacing: 29px;
  padding-left: 29px;
}
.title__row1,
.title__row2 {
  display: block;
}
h3 {
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-size: 29px;
  font-style: normal;
  font-variant: normal;
  font-weight: 500;
  line-height: normal;
  margin: 65px 0;
}
p, time {
  color: #000;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0;
}
a {
  color: #000000;
}

.interval {
  margin-top: 8px;
  font-weight: bold;
}

.instagram {
  max-width: 640px;
  padding: 16px;
  margin: 48px auto;
}

.address__street,
.contact__phone,
.contact__email {
  display: block;
}
.contact__email {
  text-decoration: none;
}

@media only screen and (max-width:480px) {
  .content {
    height: 298px;
    margin-top: -149px;
  }
  .title__row2 {
    font-size: 36px;
    letter-spacing: normal;
    padding-left: 0;
  }
  h3 {
    margin: 30px 0;
  }
}
@media only screen and (max-width:1024px) {
  .content:before, .content:after {
    display: none;
  }
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  .content:before {
    background-image: url(../img/coq-left@2x.png);
  }
  .content:after {
    background-image: url(../img/coq-right@2x.png);
  }
}