* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*-------------------------------------*/
body {
  font-family: 'Playfair Display SC', serif;
  color: #fff;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.titel {
  text-shadow: 1px 0 1px #ff2534, 0 1px 1px #ff2534, -1px 0 1px #ff2534, 0 -1px 1px #ff2534;
  font-size: 58px;
  line-height: 79px;
}

.label {
  font-size: 19px;
  line-height: 27px;
  margin: 0 10px 0 5px;
}

.wedding-timer__body {
  background-color: #FFAFBD;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wedding-timer__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.wedding-timer__text-container {
  text-align: center;
}

.wedding-timer__titel {
  margin-bottom: 50px;
}

.wedding-timer__timer-before {
  margin-bottom: 100px;
}

.wedding-timer__item {
  text-shadow: 1px 0 1px #ff2534, 0 1px 1px #ff2534, -1px 0 1px #ff2534, 0 -1px 1px #ff2534;
  font-size: 49px;
  line-height: 67px;
}

.wedding-timer__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  background: url(/img/photo_desk2.jpg) 100%/100% no-repeat;
}

@media (max-width: 1585px) {
  .label {
    font-size: 14px;
    line-height: 27px;
  }
  .wedding-timer__item {
    font-size: 34px;
    line-height: 49px;
  }
}

@media (max-width: 1225px) {
  .titel {
    font-size: 44px;
    line-height: 44px;
  }
  .label {
    font-size: 10px;
    line-height: 15px;
  }
  .wedding-timer__titel {
    margin-bottom: 40px;
  }
  .wedding-timer__timer-before {
    margin-bottom: 50px;
  }
  .wedding-timer__item {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 800px) {
  .titel {
    font-size: 34px;
    line-height: 39px;
  }
  .label {
    font-size: 14px;
    line-height: 19px;
  }
  .wedding-timer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .wedding-timer__titel {
    margin-bottom: 20px;
  }
  .wedding-timer__timer-before {
    margin-bottom: 50px;
  }
  .wedding-timer__item {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 590px) {
  .titel {
    font-size: 24px;
    line-height: 34px;
  }
  .label {
    font-size: 7px;
    line-height: 15px;
    margin: 0 5px 0 2px;
  }
  .wedding-timer__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 35%;
            flex: 1 0 35%;
    max-width: 385px;
  }
  .wedding-timer__titel {
    margin-bottom: 5px;
  }
  .wedding-timer__timer-before {
    margin-bottom: 30px;
  }
  .wedding-timer__item {
    font-size: 20px;
    line-height: 31px;
  }
  .wedding-timer__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    background: url(/img/photo_phone2.png) top/100% no-repeat;
  }
}
