
body.body--promo_1 {
    background: #052824 url(/img/green_pattern.png);
    color: #fff;
}

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    background: #f0f4f8;
    color: #162d5a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    line-height: 1.7;
}
@media only screen and (max-width: 574px) {
    body {
        font-size: 14px;
    }
}

.footer {
    font-size: 14px;
    padding: 20px 0;
    font-weight: bold;
    background: transparent;
}
@media (min-width: 768px) {
    .footer {
        padding: 60px 0
    }
}

a {
  color: #07f;
}

.promo-feed__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 200px;
    height: auto;
    border-radius: 50%;
}
.promo-feed__logo img{
    max-width: 100%;
}
.promo-feed__header {
    text-align: center;
    padding-top: 30px;
}
@media (min-width: 768px) {
    .promo-feed__header {
        padding-top: 50px;
    }
}
@media (max-width: 768px) {
    .promo-feed__header--t-left {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .promo-feed__header--t-top {
        padding: 0;
    }
}
.promo-feed__title {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .promo-feed__title {
        margin: 30px auto 20px;
        line-height: 1.4;
    }
    .promo-feed__title--p-6 {
        text-align: left;
    }
}
@media (min-width: 1024px) {
    .promo-feed__title {
        font-size: 46px;
        width: 860px;
    }
    .promo-feed__title--width {
        width: 960px;
    }
}
.promo-feed__title--p-6 {
    width: 100%;
    line-height: 1.2;
}
@media (max-width: 1024px) {
    .promo-feed__title--p-6 {
        font-size: 25px;
    }
}
.promo-feed__content {
    padding: 10px 0 30px;
}
@media (min-width: 768px) {
    .promo-feed__content {
        padding: 50px 0;
    }
}
.promo-feed__content--p-6 {
    padding: 50px 0;
}
@media (max-width: 768px) {
    .promo-feed__content--m {
        padding-top: 30px;
    }
}
.content-inset {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
}
@media (min-width: 768px) {.content-inset {
    padding-left: 20px;
    padding-right: 20px
}
}
@media (min-width: 1025px) {.content-inset {
    max-width: 1200px
}
}
.content-inset .content-inset__paddingless-xs {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
}
@media (min-width: 576px) {
    .content-inset .content-inset__paddingless-xs {
        margin: 0 auto
    }
}
.content-inset.content-inset--type-offer {
    padding-right: 20px;
}
@media(min-width: 1025px){.content-inset.content-inset--type-offer {
    padding-right: 400px
}
}
@media (min-width: 1025px) {.content-inset.content-inset--width {
    max-width: 1263px
}
}

