.ie-page {
    background: #ECF4D4;
    min-height: 100vh;
}

.ie-page__header-container {
    height: 80px;
    background: #fff;
}

.ie-page__header {
    width: 1216px;
    margin: 0 auto;
    height: 80px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.ie-page__header img {
    height: 24px;
    width: auto;
    display: block;
}

.ie-page__content-wrapper {
     background-repeat: no-repeat;
     background-size: cover;
     height: calc(100vh - 80px);
 }

.ie-page__content {
    width: 704px;
    margin: 0 auto;
}

.ie-page__image {
    width: 250px;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.ie-page__image img {
    width: 100%;
    vertical-align: middle;
}

.ie-page__title {
    width: 100%;
    font-weight: 800;
    font-size: 44px;
    line-height: 140%;
    font-family: 'Helvetica Now Display', Helvetica, arial, sans-serif;
    text-align: center;
    color: #333;
}

.ie-page__text {
    width: 100%;
    padding-top: 4px;
    font-size: 24px;
    line-height: 140%;
    font-family: 'Helvetica Now Display', Helvetica, arial, sans-serif;
    text-align: center;
    color: #333;
}

.ie-page__button {
    font-family: 'Helvetica Now Display', Helvetica, arial, sans-serif;
    display: block;
    margin: 40px auto 0;
    border: 0;
    padding: 11px 24px;
    width: 200px;
    height: 48px;
    box-sizing: border-box;
    color: #fff;
    background-color: #f60;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: background-color 0.4s ease;
    cursor: pointer;
    box-shadow: inset 0px -2px 0px #DD421B;
}

.ie-page__button span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.ie-page__button:focus {
    color: #fff;
}

.ie-page__button:hover {
    color: #fff;
    background-color: #DD421B;
}

@media (max-width: 1279px) {
    .ie-page__header {
        width: 940px;
    }

    .ie-page__image {
        padding: 80px 0 20px;
    }
}

@media (max-width: 1023px) {
    .ie-page__header {
        width: 704px;
    }
}

@media (max-width: 767px) {
    .ie-page__header-container {
        height: 64px;
    }

    .ie-page__header {
        height: 64px;
        width: auto;
        margin: 0;
        padding: 0 24px;
    }

    .ie-page__header img {
        height: 20px;
    }

    .ie-page__content {
        width: auto;
        padding: 0 24px 40px;
    }

    .ie-page__image {
        padding: 40px 0 20px;
        width: 160px;
    }

    .ie-page__title {
        font-size: 28px;
        line-height: 140%;
    }

    .ie-page__text {
        font-size: 20px;
        line-height: 150%;
        padding-top: 16px;
    }
}

@media (max-width: 374px) {
    .ie-page {
        padding-bottom: 20px;
    }

    .ie-page__image {
        padding: 30px 0 20px;
    }

    .ie-page__button {
        margin-top: 25px;
    }
}
