html, body, div, span, p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
html{
    position: relative;
}

body{
    background-image: url(https://cityhost.ua/imgs/stub/stub_images/backimg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vm;
    height: 100vh;
    min-width: 300px;
    min-height: 300px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 21px;
    font-weight: 200;
    text-align: center;
}

#center{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*padding: 1em;*/
    justify-content: center;
    align-items: center;
}
.info{
    width: 900px;
    /*height: 540px;*/
    background-color: #2e9aef;
    position: relative;
}

.logo{
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url("https://cityhost.ua/imgs/stub/stub_images/logo.png")  no-repeat center;
    min-width: 300px;
    min-height: 155px;
}
.copyright{
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 100%;
    font-size: 14px;
}
.title{
    margin: 100px 20px 77px 20px;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    word-wrap: break-word;
}
.bold{
    font-weight: bold;
}
.content{
    margin: 0 80px;
}
a{
    color: #ffffff;
}
a:hover{
    color: #6b767e;
}
.contacts{
    display: flex;
    justify-content: space-around;
    padding: 0 85px;
    font-size: 18px;
    /*position: absolute;*/
    /*bottom: 50px;*/
    /*left: 0;*/
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
    box-sizing:border-box;
}
.contacts div{
    text-align: left;
}
.contacts span{
    padding: 10px 0 10px 30px;
    line-height: 30px;
}
.phone{
    background: url("https://cityhost.ua/imgs/stub/stub_images/phone_logo.png") left no-repeat;
}
.lifecell{
    background: url("https://cityhost.ua/imgs/stub/stub_images/lifecell_logo.png") left no-repeat;
}
.wodafone{
    background: url("https://cityhost.ua/imgs/stub/stub_images/wodafone_logo.png") left no-repeat;
}
.kievstar{
    background: url("https://cityhost.ua/imgs/stub/stub_images/kievstar_logo.png") left no-repeat;
}
.mail{
    background: url("https://cityhost.ua/imgs/stub/stub_images/mail_logo.png") left no-repeat;
}
.skype{
    background: url("https://cityhost.ua/imgs/stub/stub_images/skype_logo.png") left no-repeat ;
}
@media (max-width: 1024px) {
    body {
        background-image: url(https://cityhost.ua/imgs/stub/stub_images/backimg-768.jpeg);
    }
    .info{
        width: 600px;
        /*height: 400px;*/
    }
    .logo{
        display: none;
    }
    .title {
        font-size: 18px;
        margin: 100px 20px 50px 20px;
    }
    .content{
        font-size: 15px;
    }
    .contacts{
        font-size: 15px;
        padding: 25px;
        /*bottom: 30px;*/
    }
    .contacts span {
        padding: 10px 0 10px 30px;
    }


}
@media (max-width: 768px) {
    .info{
        width: 400px;
        /*height: 240px;*/
    }
    .title {
        font-size: 12px;
        margin: 35px 20px 30px 20px;
    }
    .content{
        font-size: 11px;
        margin: 0 20px;
    }
    .contacts{
        font-size: 10px;
        padding: 0 10px;
        /*bottom: 25px;*/
        justify-content: space-around;
    }
    .contacts span {
        padding: 5px 0 5px 25px;
        margin-left: 5px;
    }
    .copyright{
        font-size: 10px;
        bottom: -20px;
    }

}

@media (max-width: 480px) {
    body {
        background-image: url(https://cityhost.ua/imgs/stub/stub_images/backimg-320.jpeg);
    }
    .info{
        width: 240px;
        /*height: 380px;*/
    }
    .title {
        font-size: 12px;
        margin: 55px 20px 45px 20px;
    }
    .content{
        font-size: 11px;
        margin: 0 20px;
        margin-bottom: 60px;
    }
    .contacts{
        position: relative;
        font-size: 10px;
        /*bottom: 50px;*/
        padding:0 10px;
        justify-content: space-around;


    }
    .contacts span {
        padding: 5px 0 5px 25px;
        margin-left: 5px;
    }
    .mail{
        position: absolute;
        bottom: -35px;
        left: 45px;
    }
    .skype{
        position: absolute;
        top: -35px;
        left: 55px;
    }
    .copyright{
        font-size: 10px;
        bottom: -20px;
    }

}
