
* {
    margin: 0;
    padding: 0
}

input {
    -webkit-appearance: none;
    appearance: none
}

html {
    font-size: 100%;
    font-family: 'Roboto', arial, sans-serif
}

body {
    border-top: 6px solid #ff3eb5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

kbd {
    padding: 0.0625rem 0.5rem;
    border-radius: 0.125rem;
    border: 1px solid #222;
    box-shadow: 1px 1px 0 currentColor, 1px 1px 0 currentColor
}

a:link, a:visited {
    color: #0074D9
}

a:hover, a:focus {
    text-decoration: none
}

a:active {
    background-color: #0074D9;
    color: #fff
}

.status {
    border: 3px solid #222;
    border-radius: 3px;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ff3eb5
}

main {
    padding-bottom: 80px
}

footer {
    padding: 30px 25px
}

section {
    padding: 30px 25px
}

section.image {
    padding: 0;
}

section.image img {
    width: 100%;
    height: auto;
}

@media (min-width: 37.5em) {
    footer {
        padding: 30px 50px
    }

    section {
        padding: 60px 50px
    }
}

.inner {
    max-width: 1400px
}

.prose {
    max-width: 600px
}

section:first-child {
    padding-top: 60px
}

section:nth-child(2n) {
    /*background-color: #ff95ff*/
    border-top: 5px solid #ff3eb5;
    border-bottom: 5px solid #ff3eb5;
}

section:nth-child(4n) {
    border: none;
}

footer,
section#footer {
    background-color: #ff3eb5
}

section#footer h2 {
    margin: 0;
    overflow: hidden;
}

section#footer .footer-content {
    overflow: hidden;
}

section#footer a.logo {
    display: inline-block;
    float: left;
    margin: 0 -100px 0 0;
}

section#footer .contacts {
    display: block;
    float: left;
    margin: 0 0 0 100px;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

footer .slogan {
    font-size: 115%;
    font-weight: bold;
}

.available {
    font-size: 1em;
    line-height: 1.5;
    text-transform: lowercase;
    font-weight: bold;
    color: #788b9b;
    letter-spacing: 0.03em;
    margin: 10px 0 5px
}

@media (min-width: 37.5em) {
    .available {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

h1 {
    font-size: 2em;
    line-height: 1.125;
    margin-bottom: 15px;
    color: #222
}

@media (min-width: 37.5em) {
    h1 {
        font-size: 3em;
        line-height: 1.08333
    }
}

@media (min-width: 37.5em) {
    h1 {
        margin-bottom: 30px
    }
}

h2 {
    font-size: 1.5em;
    line-height: 1.33333;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #222
}

@media (min-width: 37.5em) {
    h2 {
        font-size: 2em;
        line-height: 1.25
    }
}

@media (min-width: 37.5em) {
    h2 {
        margin-top: 25px
    }
}

h3 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #222;
    margin-top: 35px
}

@media (min-width: 37.5em) {
    h3 {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #222
}

@media (min-width: 37.5em) {
    p {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

@media (min-width: 37.5em) {
    p {
        margin-bottom: 30px
    }
}

ol, ul {
    margin-bottom: 20px;
    color: #222
}

ol li, ul li {
    font-size: 1em;
    line-height: 1.5;
    margin-left: 20px;
    margin-bottom: 5px
}

@media (min-width: 37.5em) {
    ol li, ul li {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

blockquote {
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #222;
    border-left: 5px solid #ff3eb5
}

blockquote cite {
    font-weight: bold
}

.book {
    display: block;
    max-width: 600px;
    width: 100%
}

.block {
    overflow: hidden
}

.block-section1 {
    margin-bottom: 50px
}

@media (min-width: 64em) {
    .block-section1 {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding-right: 50px
    }
}

@media (min-width: 64em) {
    .block-section2 {
        float: right;
        width: 50%;
        box-sizing: border-box;
        padding-left: 50px
    }
}

.signUpHero-description {
    font-size: 1em;
    line-height: 1.7;
    max-width: 43.75em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    color: #222;
    font-style: italic
}

@media (min-width: 37.5em) {
    .signUpHero-description {
        font-size: 1.1877em;
        margin-bottom: 32px
    }
}

.signUpHero a {
    color: #fff
}

.subscribeForm {
    margin: 0 auto 20px
}

@media (min-width: 37.5em) {
    .subscribeForm {
        margin-bottom: 40px
    }
}

.subscribeForm-label {
    font-size: 1.1875em;
    line-height: 1.684210526;
    display: block;
    font-weight: 700;
    color: #222
}

@media (min-width: 37em) {
    .subscribeForm-label {
        font-size: 1.38em
    }
}

.subscribeForm-email {
    display: block;
    padding: 15px;
    font-size: 20px;
    font-size: 1em;
    border-radius: 0;
    -webkit-appearance: none;
    border: 3px solid #222;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px
}

@media (min-width: 37em) {
    .subscribeForm-email {
        display: inline-block;
        max-width: 21em;
        margin-bottom: 0
    }
}

.subscribeForm-button {
    display: inline-block;
    padding: 15px 15px;
    font-size: 20px;
    font-size: 1em;
    border-radius: 8px;
    -webkit-appearance: none;
    border: 3px solid #222;
    background-color: #222;
    color: #ff3eb5;
    font-weight: bold;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%
}

@media (min-width: 37em) {
    .subscribeForm-button {
        width: auto;
        border-radius: 0 8px 8px 0;
        position: relative;
        left: -1px
    }
}

.subscribeForm-button:hover {
    color: #fff
}

.button:link, .button:visited {
    display: inline-block;
    padding: 15px;
    font-size: 20px;
    font-size: 1em;
    -webkit-appearance: none;
    background-color: #222;
    color: #ff3eb5;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    margin-bottom: 25px
}

@media (min-width: 37.5em) {
    .button:link, .button:visited {
        margin-bottom: 35px
    }
}

.button:hover {
    color: #ff3eb5
}

.basicPage {
    padding-top: 20px;
    max-width: 37.5em;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    display: block
}

@media (min-width: 37.5em) {
    .basicPage {
        padding-top: 25px
    }
}

.basicPage h1 {
    font-size: 2em;
    line-height: 1.125;
    margin-bottom: 20px;
    color: #222
}

@media (min-width: 37.5em) {
    .basicPage h1 {
        font-size: 3em;
        line-height: 1.08333
    }
}

.basicPage h2 {
    font-size: 1.5em;
    line-height: 1.33333;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    color: #222;
    margin-top: 20px
}

@media (min-width: 37.5em) {
    .basicPage h2 {
        font-size: 2em;
        line-height: 1.25
    }
}

@media (min-width: 37.5em) {
    .basicPage h2 {
        margin-top: 25px
    }
}

.basicPage h3 {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #222;
    margin-top: 20px
}

@media (min-width: 37.5em) {
    .basicPage h3 {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

.basicPage p {
    font-size: 1em;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #222
}

@media (min-width: 37.5em) {
    .basicPage p {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

@media (min-width: 37.5em) {
    .basicPage p {
        margin-bottom: 20px
    }
}

.basicPage ol, .basicPage ul {
    margin-bottom: 20px;
    color: #222
}

.basicPage ol li, .basicPage ul li {
    font-size: 1em;
    line-height: 1.5;
    margin-left: 20px;
    margin-bottom: 5px
}

@media (min-width: 37.5em) {
    .basicPage ol li, .basicPage ul li {
        font-size: 1.1875em;
        line-height: 1.68421
    }
}

.basicPage blockquote {
    font-style: italic;
    margin-bottom: 20px;
    padding: 0 15px;
    color: #222;
    border-left: 5px solid #ff3eb5
}

.basicPage blockquote cite {
    font-weight: bold
}

.basicPage p code, .basicPage ul code, .basicPage li code {
    font-size: 1.2em;
    color: #0074D9
}
