@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700&display=swap');


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    height: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 320px;
    min-height: 100vh;
    font-size: 13px;
    line-height: 1.714em;
    font-family: 'Montserrat', sans-serif;
    color: #222;
    word-wrap: break-word;
    background-color: #fff;
    height: 100%;
}

a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

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

a:hover {
    color: #f15a29;
}

p,
ul {
    margin: 0 0 16px;
    color: #fff;
}

.header {
    background-color: #19a2dc;
}

.header__content {
    max-width: 960px;
    margin: auto;
    padding: 20px 20px 30px;
}

.lead {
    font-size: 18px;
    text-align: center;
}

.lead a {
    font-weight: 600;
}

.lead a:hover {
    color: #f15a29;
}
.header__title {
    margin: 30px 0;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

.header__message {
    position: relative;
    z-index: 1;
    font-size: 15px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.9);
    background-color: #19a2dc;
    color: #fff;
}

.header__message p{
    margin: 30px auto;
}

.note {
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    margin: 80px 0 0 0;
}

.note:after {
    content: "";
    position: absolute;
    top: -76px;
    right: 32%;
    width: 72px;
    height: 143px;
    background-size: contain;
}

.note__button {
    display: inline-block;
    margin-left: 8px;
    padding: 8px 12px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #19a2dc;
    z-index: 1;
    white-space: nowrap;
}

.note__message {
    flex: 1;
    z-index: 1;
}

.note__button:hover {
    color: rgba(255, 255, 255, 0.9);
    background-color: #03ade4;
}

@media (max-width: 769px) {
    .header__title br {
        display: none;
    }
    .ravonet {
        width: 100% !important;
    }
    .footer__inner img {
        margin: 0 auto  !important;
        float: none !important;
        text-align: center;
    }

}

@media (min-width: 768px) {
    .header__inner {
        max-width: 1280px;
        margin: auto;
        background-size: 499px 420px;
    }

    .header__content {
        padding: 40px 20px;
    }

    .header__title {
        margin: 30px 0 50px;
    }

    .header__message {
        line-height: 28px;
    }

    .note {
        padding: 24px;
        font-size: 16px;
        line-height: 28px;
    }

    .note__button {
        padding: 8px 30px 12px;
        font-size: 16px;
        line-height: 28px;
    }
}

.content {
    display: block;
    flex: auto;
}

.content__inner {
    max-width: 960px;
    margin: auto;
    padding: 26px 20px;
}
.content__inner h2 {
    margin: 30px 0;
}
.ravonet {
    float: left;
    width: 20%;
    margin: 50px 0 30px 0;
    text-align: center;
}

.ravonet img {
    height: 60px;
}
.ravonet h5 {
    font-size: 15px;
}
.content__inner p {
     color: #000;
     font-size: 15px;
     width: 100%;
     float: left;
}

.content__title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.resources-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    list-style: none;
    justify-content: space-around;
}

.resources-list__item {
    flex: none;
    min-width: 0;
    padding: 10px;
    text-align: center;
}

.resources-list__item > a {
    position: relative;
    display: inline-block;
    text-align: center;
}

.resources-list__item .icon {
    display: block;
    margin: 0 auto 8px;
    width: 48px;
    height: 48px;
    transition: 0.3s;
}

.footer {
    flex: none;
    font-size: 13px;
    line-height: 20px;
    background-color: #19a2dc;
    color: #fff;
}
.footer img {
    margin: 10px 20px 0 0;
}
.footer a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.footer a:hover {
    color: #fff;
}

.footer__inner {
    margin: auto;
    padding: 20px;
    max-width: 960px;
    text-align: left;
}
