body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size:16px;
    line-height:1.6;
    background-color:#fff;
    margin: 0;
    padding: 0;
}

.page {
    max-width:1024px;
    min-width: 300px;
    margin: 0 auto;
    padding:0 20px;
}
h2 {
    font-weight:normal;
}

a {
    color: #78bbc3;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    cursor: inherit;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    margin: 0;
}
.logo a {
    font-size:40px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    line-height: 1.2;
}
.logo span {
    font-size:12px;
    display: block;
}

.switcher {
    list-style-type: none;
    display: flex;
    background: #78bbc3;
    padding: 4px;
    border-radius: 30px;
}
.switcher a {
    font-size:14px;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 6px;
}
.switcher .active a {
    font-size:14px;
    display: block;
    color: #78bbc3;
    background: #fff;
    border-radius: 30px;
}

.article {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .article {
        display: flex;
    }
}

.article .number {
    display: block;
    color: #78bbc3;
    font-weight: bold;
}
.article img {
    width:256px;
    margin: 0 20px 0 0;
}
@media (max-width: 767px) {
    .article img {
        width:100%;
        margin: 0 0 10px;
    }
}
.article strong {
    font-weight: normal;
    font-size:21px;
}
