body {
    max-width: 600px;
    margin: 0 auto;
    color: #000;
    font-family: 'Arial', sans-serif;
    font-style: normal;
    font-size: 14px;
    background: #FFFEFA;
    border: 1px solid #ccc;
}

.header {
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #38343D;
}

.header__logo {
    display: block;
    height: 52px
}

.section__1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    background: #EEEEEE;
}

.decor {
    text-decoration-line: underline;
    color: #38343D;
}

.section__2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.section__big_img {
    max-height: 424px;
    max-width: 568px;
}

.section__adv {
    margin: 50px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: 28px;
}

.section__adv__title {
    max-width: 404px;
    font-weight: 700;
    font-size: 26px;
    line-height: 114%;
}

.section__adv__body {
    max-width: 404px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

button {
    height: 40px;
    color: #fff;
    padding: 12px 22px;
    background: #38343D;
    border-radius: 60px;
}

button:hover {
    background: #000000;
}

.section__view {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px 16px 16px;
    gap: 16px;
}

.section__img_view {
    height: 186px;
}

.section__view__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
}

.section__view__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.section__view__body {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #39343D;
}

.section__view_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration-line: underline;
    color: #39343D;
}

.section__unsubscribe {
    display: flex;
    justify-content: center;
    padding: 16px;
    gap: 16px;
    background: #EEEEEE;
}

.section__unsubscribe__text {
    color: #777777;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-decoration-line: underline;
}

.footer {
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding: 16px;
    gap: 8px;
    color: white;
    height: 167px;
    background: #39343D;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.5px;
}

.footer__left__box {
    padding: 12px;
    width: 280px;
}

.footer__logo {
    width: 74px;
    height: 29px;
    padding-top: 12px;
}

.footer__right__box {
    display: flex;
    justify-content: right;
    padding: 12px;
    width: 280px;
}

.footer__s {
    padding-left: 12px;
    height: 20px;
}

.section__under_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    gap: 16px;
    background: #EEEEEE;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: center;

}

.under_footer__usb {
    text-decoration-line: underline;
    color: #4D4D4D;
}

.under_footer__adr {
    max-width: 50%;
    color: #AAAAAA;
}

