body {
    font-family: 'Fira Sans', sans-serif;
    color: #32383A;
}

h1 {
    font-weight: 700;
}

.container {
    margin: 0 auto;
}

@media (min-width: 0px) {
    .container {
        width: 288px;
    }

    .logo > img {
        width: 48px;
    }

    header {
        margin-top: 7px;
    }

    h1 {
        font-size: 28px;
        line-height: 40px;
    }

    .img-small {
        display: block;
    }

    .img-medium {
        display: none;
    }

    .img-large {
        display: none;
    }

    .w-copyright,.w-mail {
        margin-top: 12px;
    }

    .w-phone {
        margin-top: 36px;
    }
}

@media (min-width: 750px) {
    .container {
        width: 622px;
    }

    .img-small {
        display: none;
    }

    .img-medium {
        display: block;
    }

    .img-large {
        display: none;
    }

    footer > .container {
        display: flex;
        justify-content: space-between;
    }

    .w-phone {
        margin-top: 0;
    }
}

@media (min-width: 1360px) {
    .container {
        width: 944px;
    }

    .logo > img {
        width: 72px;
    }

    header {
        margin-top: 14px;
    }

    h1 {
        font-size: 56px;
        line-height: 64px;
        margin: 86px 0 0 0;
    }

    .img-small {
        display: none;
    }

    .img-medium {
        display: none;
    }

    .img-large {
        display: block;
    }

    .w-mail,.w-phone {
        display: inline;
    }

    .w-phone {
        margin-right: 20px;
    }
}

.paragraph {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #32383A;
    margin-top: 20px;
}

.paragraph:first-of-type {
    margin-top: 40px;
}

a {
    color: #C9944B;
    text-decoration: none;
}

.btn {
    display: block;
    padding: 12px;
    border: 2px solid #C9944B;
    text-transform: uppercase;
    color: #32383A;
    text-align: center;
    letter-spacing: 0.04em;
    font-weight: 500;
}

.install-app-btn {
    margin-top: 30px;
}

.img {
    margin-top: 30px;
}

footer {
    border-top: 1px solid #F3EEE8;
    margin-top: 100px;
    padding-top: 26px;
    padding-bottom: 46px;
}

.policy {
    color: #32383A;
    text-decoration: underline #c2c2c2;
    text-underline-offset: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.copyright {
    color: #32383A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.phone {
    color: #32383A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.mail {
    color: #32383A;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}