.page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

.page__main {
    flex-grow: 1;
}

.wrapper {
    margin: auto;
    padding: 0 10px;
    max-width: 1704px;
    width: 100%;
}

.header {
    padding: 19px 0 18px;
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
}

.header__contacts {
    display: flex;
    margin-top: 10px;
}

.header__phone-icon {
    margin-right: 15px;
}

.phone {
    font-family: 'Bebas Neue', sans-serif;
    position: relative;
    font-size: 28px;
    color: #1C6D3B;
    letter-spacing: -0.01em;
}

.phone__codes {
    position: absolute;
    top: -17px;
    left: 16px;
    font-size: 20px;
    line-height: 0.85;
    padding: 0 3px;
    border-left: 1px solid #1C6D3B;
    border-right: 1px solid #1C6D3B;
}

.phone__space {
    display: inline-block;
    height: 1px;
    width: 30px;
}

.jumbo {
    height: 100%;
    background: #1C6D3B url('../img/bg.jpg') center center no-repeat;
    background-size: cover;
}

.jumbo__wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jumbo__card {
    padding: 60px 20px 35px;
    background-color: #fff;
    border-radius: 20px;
    width: 586px;
    max-width: 100%;
}

.jumbo__image {
    margin-left: 7px;
    margin-bottom: 53px;
    text-align: center;
}

.jumbo__links {
    display: flex;
    justify-content: center;
}

.jumbo__link {
    margin: 0 14px;
}

.footer {
    background-color: #fff;
    padding: 30px 0 50px;
}

.footer__wrapper {
    display: flex;
}

.footer__copyright {
    color: #1C6D3B;
    margin-left: auto;
    font-size: 16px;
}

@media only screen and (max-width: 900px) {
    .wrapper {
        padding: 0 34px;
    }

    .footer {
        padding: 36px 0 35px;
    }

    .footer__copyright {
        font-size: 14px;
    }
}

@media only screen and (max-width: 380px) {
    .wrapper {
        padding: 0 23px;
    }

    .header {
        padding: 10px 0;
    }

    .header__logo {
        width: 84px;
    }

    .jumbo__image {
        width: 145px;
        margin: auto;
    }

    .jumbo__card {
        margin-top: -32px;
        padding: 40px 12px 20px;
        width: 244px;
    }

    .jumbo__image {
        margin-bottom: 38px;
    }

    .jumbo__link {
        margin: 0 7px;
    }

    .header__phone-icon {
        width: 16px;
        margin-right: 9px;
    }

    .header__contacts {
        margin-top: 5px;
    }

    .phone {
        font-size: 15px;
    }

    .phone__codes {
        font-size: 10px;
        top: -7px;
        left: 7px;
        padding: 0 2px;
    }

    .phone__space {
        width: 16px;
    }

    .footer {
        padding: 18px 0 20px;
    }

    .footer__copyright {
        font-size: 8px;
    }
}
