* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

body {
    margin: 0;
    color: #2c2c2c;
}

img {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, p {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.header {
    padding: 25px 0 105px;
    background: url(../img/intro.png) no-repeat center/cover;
    position: relative;
}

.header__inner {
    display: flex;
    align-items: center;
}

.header__item {
    display: flex;
    align-items: center;
}

.header__item p {
    margin-left: 5px;
    font-weight: 500;
    font-size: 14px;
}

.header__item + .header__item {
    margin-left: 20px;
}

.header__content {
    margin-top: 65px;
}

.header__content h1 {
    max-width: 750px;
    font-size: 48px;
}

.header__content h1 span {
    color: #22502B;
}

.header__content h2 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
}

.header__list {
    margin-top: 20px;
}

.header__list li {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.header__list li + li {
    margin-top: 15px;
}

.header__list li img {
    margin-right: 10px;
}

.header__prices {
    margin-top: 60px;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 15px;
    max-width: 390px;
    display: flex;
    justify-content: space-between;
}

.header__prices--title {
    font-size: 18px;
    font-weight: 300;
}

.header__prices--value {
    font-size: 40px;
    font-weight: 300;
}

.header__prices--new .header__prices--value {
    font-weight: bold;
    color: #22502B;
}

.header__prices--old .header__prices--value {
    text-decoration: line-through;
    font-weight: 300;
}

.header__bottom {
    max-width: 390px;
    margin-top: 25px;
}

.btn {
    display: block;
    background: linear-gradient(180deg, #EB4343 0%, #AE1818 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.24);
    border-radius: 30px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    padding: 22px 0;
    text-align: center;
}

.header__bottom p {
    color: #fff;
    margin-top: 5px;
    text-align: center;
}

img.line {
    position: absolute;
}

.header img.line {
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.header__product {
    position: absolute;
    width: 525px;
    left: 45%;
    bottom: -35px;
    z-index: 3;
}

.header__sale {
    position: absolute;
    top: -10px;
    right: 100px;
    background: url(../img/sale-bg.png) no-repeat center/cover;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header__sale--textbox {
    transform: rotate(22.03deg);
}

.header__sale p {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.header__sale--title {
    font-weight: 300;
}

.header__sale--value {
    font-weight: bold;
}

.section__title {
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}

.section__line {
    max-width: 130px;
    height: 3px;
    background-color: #2F5A37;
    margin: 16px auto 25px;
}

.section__title span {
    color: #22502B;
}

.records {
    padding: 100px 0;
}

.records__title {
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
}

.section__text {
    font-size: 18px;
    text-align: center;
}

.section__text:first-child {
    font-weight: 300;
}

.section__text:last-child {
    color: #22502B;
}

.section__text + .section__text {
    margin-top: 20px;
}

.difference {
    margin: 15px auto 0;
    max-width: 950px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.difference__item {
    margin-top: 36px;
    flex: 0 0 450px;
    display: flex;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.24);
}

.difference__item--before,
.difference__item--after {
    flex: 0 0 50%;
}

.difference__item p,
.veges__item p {
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    background-color: #fff;
}

.vege {
    padding: 95px 0 110px;
    background: url(../img/vege-bg.png) no-repeat center/cover;
    position: relative;
}

.vege__title {
    max-width: 645px;
    margin: 0 auto;
}

.vege img.line,
.steps img.line,
.attention img.line {
    position: absolute;
    width: 100%;
}

.vege img.line:first-child,
.steps img.line:first-child,
.attention img.line:first-child {
    top: 0;
    transform: rotate(180deg);
}

.vege img.line:last-child,
.steps img.line:last-child,
.attention img.line:last-child {
    bottom: 0;
}

.veges {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: -30px;
}

.veges__item {
    margin-top: 55px;
    flex: 0 0 215px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.24);
}

.man {
    padding: 100px 0 85px;
}

.man__wrapper {
    display: flex;
    max-width: 1095px;
    margin: 20px auto 0;
    flex-wrap: wrap;
}

.man__image {
    flex: 0 0 45%;
}

.man__text {
    flex: 0 0 55%;
    padding-left: 25px;
}

.man__name {
    font-weight: 500;
    font-size: 21px;
    color: #22502B;
}

.man__text p {
    font-weight: 300;
    font-size: 18px;
    margin-top: 30px;
}

.steps {
    padding: 100px 0 95px;
    background-color: #e5e7ec;
    position: relative;
}

.steps__subtitle {
    max-width: 785px;
    margin: 25px auto 0;
    text-align: center;
    font-size: 18px;
}

.steps__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 45px;
}

.steps__item {
    flex: 0 0 210px;
    text-align: center;
}

.steps__item h3 {
    margin-top: 25px;
    font-weight: bold;
    font-size: 18px;
}

.steps__item p {
    margin-top: 15px;
}

.reviews {
    padding: 90px 0 95px;
}

.reviews__wrapper {
    margin-top: 55px;
}

.reviews__item {
    display: flex;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.24);
}

.reviews__item + .reviews__item {
    margin-top: 35px;
}

.reviews__image {
    flex: 0 0 300px;
}

.reviews__text {
    padding: 25px 35px;
}

.reviews__text h3 {
    font-weight: 500;
    font-size: 24px;
}

.reviews__text p {
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
}

.attention {
    padding: 100px 0 65px;
    background-color: #FBE4E4;
    position: relative;
}

.attention__title span {
    color: #A10000;
}

.attention__textbox {
    max-width: 620px;
    text-align: center;
    font-size: 18px;
}

.attention__textbox.top {
    margin: 25px auto 0;
}

.attention__textbox.top p:first-child {
    font-weight: 500;
}

.attention__textbox.top p:last-child {
    font-weight: 300;
    margin-top: 20px;
}

.attention__images {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.attention__images img + img {
    margin-left: 80px;
}

.attention__textbox.bottom {
    margin: 35px auto 0;
    font-weight: 500;
}

.last__form {
    margin-top: 60px;
    max-width: 450px;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
}

.last .header__prices {
    margin-top: 0;
}

.last__form form {
    margin-top: 30px;
}

.last__form input {
    width: 100%;
    padding: 15px 30px;
    background-color: #ededed;
    border-radius: 15px;
    border: none;
    outline: none;
    font-weight: 300;
}

.last__form input + input {
    margin-top: 20px;
}

.last__form button {
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    margin-top: 30px;
    padding: 18px 0;
}

.last__form p {
    text-align: center;
    margin-top: 10px;
    font-weight: 300;
}

.footer {
    padding: 70px 0 40px;
}

.footer p {
    max-width: 690px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #2c2c2c;
    padding: 20px;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 750px;
    }

    .header__inner {
        display: none;
    }

    .header__content h1 {
        font-size: 36px;
    }

    .header__product {
        width: 350px;
        left: auto;
        right: 0;
    }

    .difference {
        justify-content: center;
    }

    .man__wrapper {
        justify-content: center;
        text-align: center;
    }

    .attention__images img {
        flex: 0 0 40%;
        max-width: 40%;
    }

    .attention__images img + img {
        margin-left: 10px;
    }

    .man__image,
    .man__text {
        flex: 0 0 100%;
        padding: 0;
    }

    .man__image img {
        margin: 0 auto;
    }

    .man__text {
        margin-top: 30px;
    }

    .last__form {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 576px;
        padding: 0 20px;
    }

    .header {
        padding: 40px 0;
        background-image: url(../img/header__mob.png);
    }

    .header__content {
        margin: 0;
    }

    .header__content h1 {
        font-size: 24px;
    }

    .header__content h2 {
        font-size: 18px;
    }

    .header__product {
        width: 280px;
        position: relative;
        margin: 0 auto;
    }

    .header__sale {
        width: 100px;
        height: 100px;
        right: 50px;
    }

    .header__prices {
        justify-content: space-around;
        margin: 60px auto 0;
    }

    .header__sale p {
        font-size: 18px;
    }

    .header__list li {
        font-size: 16px;
    }

    .header__list li + li {
        margin-top: 10px;
    }

    .header__prices--title {
        font-size: 16px;
    }

    .header__prices--value {
        font-size: 24px;
    }

    .header__bottom {
        margin: 25px auto 0;
    }

    .btn {
        font-size: 16px;
    }

    .records {
        padding: 50px 0;
    }

    .section__title {
        font-size: 24px;
    }

    .section__text {
        font-size: 16px;
    }

    .difference__item {
        flex: 0 0 100%;
    }

    .difference__item p, .veges__item p {
        font-size: 16px;
    }

    .vege {
        padding: 50px 0;
    }

    .veges {
        justify-content: center;
    }

    .man {
        padding: 50px 0;
    }

    .man__name {
        font-size: 18px;
        text-align: start;
    }

    .man__text p {
        text-align: start;
        font-size: 16px;
    }

    .steps {
        padding: 50px 0;
    }

    .steps__wrapper {
        flex-wrap: wrap;
    }

    .steps__item {
        flex: 0 0 100%;
    }

    .steps__item + .steps__item {
        margin-top: 30px;
    }

    .steps__item img {
        margin:  0 auto;
    }

    .reviews {
        padding: 50px 0;
    }

    .reviews img {
        width: 100%;
    }

    .reviews__item {
        flex-wrap: wrap;
    }

    .reviews__image {
        flex: 0 0 100%;
    }

    .reviews__text {
        padding: 20px;
    }

    .reviews__text h3 {
        font-size: 18px;
    }

    .reviews__text p {
        font-size: 16px;
    }

    .attention {
        padding: 50px 0;
    }

    .attention__images {
        flex-wrap: wrap;
    }

    .attention__images img {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .last .header__prices {
        padding: 0;
        justify-content: center;
    }

    .last .header__prices > div + div {
        margin-left: 20px;
    }

    .last__form {
        padding: 20px;
        margin: 50px auto 0;
    }

    .footer {
        padding: 20px;
        font-size: 14px;
    }
}