*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    height: 100%;
}
body:before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
}
body{
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    height: 100%;
    background: url('../images/z-bg.jpg') no-repeat center;
    background-position: center;
    background-size: cover;
    line-height: 1.2;
    font-size: 16px;
    padding: 174px;
}
.content{
    max-width: 606px;
    text-align: center;
    
    position: relative;
}
.logo{
    width: 570px;
    height: 67px;
    display: block;
    margin-bottom: 60px;
}
.hr{
    border: none;
    max-width: 567px;
    width: 100%;
    background: #db0029;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    height: 2px;
    margin-bottom: 15px;
}
@font-face {
  font-family: 'Yanus';
  src: url('../fonts/yanusc-bold.woff2') format('woff2'),
       url('../fonts/yanusc-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Yanus';
  src: url('../fonts/yanuscbolditalic-webfont.woff2') format('woff2'),
       url('../fonts/yanuscbolditalic-webfont.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}

h2{
    font-size: 55px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Yanus';
}
h3{
    font-size: 45px;
    margin-bottom: 110px;
    font-family: Tahoma,Arial,sans-serif;
    font-weight: 300;
}
.phone__title{
    display: block;
    font-size: 28px;
    font-family: Tahoma,Arial,sans-serif;
    text-align: center;
}
img{
    max-width: 100%;
}
.phone__numb{
    color: #fff;
    text-decoration: none;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    font-family: 'Yanus';
}
@media(max-width:990px){
    .logo{
        margin-bottom: 0px;
    }
    .phone__numb{
        font-size: 30px;
    }
    h3{
        font-size: 20px;
        margin-bottom: 40px;
    }
    h2{
        font-size: 24px;
    }
    body{
        justify-content: center;
        padding: 15px;
    }
}