html {
    box-sizing: border-box;
}
*,
*::after,
*::before {
    box-sizing: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}
ul[class] {
    list-style: none;
}
img {
    max-width: 100%;
    display: block;
}
input,
button,
textarea,
select {
    font: inherit;
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    border: none;
    cursor: pointer;
}
input {
    border: none;
    outline: none;
}
html,
body {
    height: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    scroll-behavior: smooth;
}
body.open {
    overflow: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-fluid {
    max-width: 1374px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.heading {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    position: relative;
}
.line {
    position: relative;
}
.line::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 2px;
    background-color: #fff;
}
.line.left::before {
    left: -240px;
    top: 25px;
}
.line.right::before {
    top: 30px;
    right: -251px;
}
.text {
    font-size: 18px;
    line-height: 25px;
}
.list li {
    list-style: disc;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
}
.header {
    background-color: #1c0303;
    padding: 22px 0 29px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 11;
}
.header.out {
    transform: translateY(-100%);
}
.menu {
    display: flex;
    align-items: center;
    padding: 0;
}
.menu-list:not(:last-child) {
    margin-right: 48px;
}
.menu-list__link {
    font-size: 16px;
    line-height: 24px;
}
#menu-btn {
    width: 50px;
    height: 25px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: none;
}
#menu-btn span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}
#menu-btn span:nth-child(1) {
    top: 0px;
}
#menu-btn span:nth-child(2),
#menu-btn span:nth-child(3) {
    top: 9px;
}
#menu-btn span:nth-child(4) {
    top: 19px;
}
#menu-btn.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#menu-btn.open span:nth-child(2) {
    transform: rotate(45deg);
}
#menu-btn.open span:nth-child(3) {
    transform: rotate(-45deg);
}
#menu-btn.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.logo-mobile {
    display: none;
}
.main {
    position: relative;
    overflow: hidden;
}
.main-top {
    padding-bottom: 43px;
}
.main-top__img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 70%;
}
.main-wings {
    position: absolute;
    bottom: -21px;
    left: -190px;
    z-index: -1;
    width: 42%;
    height: 100%;
}
.main__inner {
    padding-top: 25vh;
    z-index: 2;
    position: relative;
}
.main__wrapper {
    display: flex;
    align-items: flex-end;
}
.main__logo-top {
    max-width: 432px;
    width: 100%;
    margin-bottom: 30px;
}
.main__heading {
    max-width: 642px;
    width: 100%;
    margin-bottom: 11px;
    text-align: left;
    font-weight: 400;
}
.main__text {
    max-width: 526px;
    width: 100%;
}
.main__product {
    position: relative;
    margin-left: -40px;
    margin-bottom: -50px;
}
.main-persent {
    position: absolute;
    top: 0;
    right: 0;
}
.main-persent span {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #e61e32;
    text-align: center;
    display: block;
}
.form {
    border: 1px solid #ffffff;
    border-radius: 5px;
    max-width: 307px;
    width: 100%;
    padding: 0 29px 7px 28px;
}
.form__heading {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
}
.form__price {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 8px;
    -webkit-text-stroke: 1px #fff;
}
.form__text {
    margin-bottom: 7px;
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}
.form-control,
.form__input {
    text-align-last: center;
    margin-bottom: 15px;
    width: 100%;
    border-radius: 5px;
    padding: 11px 30px 10px;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s;
}
.form__input::placeholder {
    color: #8d8d8d;
    font-weight: 700;
}
.form__input:hover {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}
.form__input-name {
    text-align: center;
}
.form__btn {
    margin-bottom: 5px;
    background: radial-gradient(56.67% 1506.17% at 50% 50%, red 0%, #5e0000 100%);
    border-radius: 5px;
    color: #fff;
    width: 100%;
    padding: 11px 84px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.form__btn:hover {
    box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
.form__subtext {
    text-align: center;
    font-size: 13px;
    line-height: 16px;
}
.benifits {
    background-color: #1c0303;
    padding: 28px 0 23px;
    margin-bottom: 33px;
}
.benifits__items {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.benifits-item {
    display: flex;
    align-items: center;
}
.benifits-item__img {
    margin-right: 9px;
}
.benifits-item__heading {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
}
.problems {
    margin-bottom: 50px;
}
.problems__heading {
    max-width: 720px;
    width: 100%;
    margin: 0 auto 67px;
    text-align: center;
}
.problems__items {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.problems-item {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 30px;
}
.problems-item__img {
    width: 170px;
    height: 170px;
    margin: 0 auto 7px;
}
.problems-item__img.center {
    position: relative;
}
.problems-item__img.center::before,
.problems-item__img.center::after {
    content: "";
    position: absolute;
    width: 173px;
    height: 2px;
    background-color: #e60000;
    top: 50%;
}
.problems-item__img.center::before {
    left: -194px;
}
.problems-item__img.center::after {
    right: -194px;
}
.problems-item__heading {
    margin-bottom: 11px;
    font-size: 24px;
    line-height: 34px;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    font-weight: 400;
}
.problems-item__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    width: 240px;
    margin: 0 auto;
}
.excellence {
    margin-bottom: 52px;
}
.excellence .container-fluid {
    position: relative;
}
.excellence__heading {
    margin-bottom: 81px;
}
.excellence-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 508px;
    height: 557px;
    z-index: 0;
}
.excellence__inner {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}
.excellence__inner-img {
    margin-bottom: -34px;
    margin-right: -112px;
}
.excellence-list {
    padding-left: 76px;
    max-width: 474px;
    width: 100%;
}
.excellence-list__li:not(:last-child) {
    margin-bottom: 12px;
}
.excellence__items {
    margin-right: 75px;
    position: relative;
}
.excellence__text {
    font-size: 20px;
    line-height: 25px;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.excellence-item {
    display: flex;
}
.excellence-item:not(:last-child) {
    margin-bottom: 20px;
}
.excellence-item__img {
    width: 120px;
    height: 120px;
}
.excellence-item__heading {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
}
.excellence-item__heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: -6px;
    width: 31px;
    height: 31px;
    background-image: url(../images/icons/checkmark.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.composition {
    background-image: url(../images/composition-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    padding-bottom: 58px;
}
.composition__heading {
    margin-bottom: 71px;
}
.composition__inner {
    display: flex;
    align-items: flex-start;
}
.composition-product {
    position: relative;
    max-width: 497px;
    width: 100%;
}
.composition__product {
    margin-top: -30px;
}
.composition-product__item {
    position: absolute;
    top: 0;
    right: 20px;
}
.composition-list__li:not(:last-child) {
    margin-bottom: 10px;
}
.composition-item__heading {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}
.composition-item__img {
    display: none;
}
.composition-item:first-child {
    margin-bottom: 24px;
}
.composition-item:first-child .composition-item__heading {
    margin-left: -40px;
}
.application {
    padding: 27px 0 55px;
    position: relative;
}
.application-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    z-index: 0;
}
.application__heading {
    margin-bottom: 49px;
}
.application__items {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
    position: relative;
}
.application-list {
    max-width: 561px;
    width: 100%;
    padding-left: 20px;
}
.application-list li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.application-item {
    display: flex;
    align-items: flex-start;
    max-width: 648px;
    width: 100%;
}
.application-item:first-child {
    margin-bottom: 99px;
}
.application-item__img {
    margin-right: 18px;
}
.application-item__heading {
    margin-bottom: 5px;
    font-weight: 700;
}
.application-item__heading.top {
    font-size: 24px;
    line-height: 34px;
}
.application-item__heading.bottom {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.promo {
    background: linear-gradient(180deg, #b30202 0%, #6b0101 100%);
    padding: 73px 0 72px;
    margin-bottom: 82px;
}
.promo__inner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.promo__img {
    margin-top: -110px;
    margin-bottom: -80px;
}
.promo__heading {
    max-width: 539px;
    width: 100%;
    margin-bottom: 28px;
    text-align: left;
    line-height: 40px;
}
.promo__link {
    border: 1px solid #ffffff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 24px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 50px;
    display: inline-block;
    transition: all 0.3s;
}
.promo__link:hover {
    background-color: #fff;
    color: #b30202;
}
.reviews {
    margin-bottom: 98px;
}
.reviews__heading {
    margin-bottom: 76px;
}
.reviews__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews-item {
    max-width: 350px;
    width: 100%;
    height: 500px;
    background: linear-gradient(180deg, #4b0101 0%, #290101 96.35%);
    border-radius: 5px;
    padding: 29px 10px 20px 28px;
}
.reviews-item__img {
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
}
.reviews-item__heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.reviews-item__text {
    font-size: 14px;
    line-height: 20px;
}
.delivery {
    margin-bottom: 82px;
}
.delivery__text {
    margin-bottom: 48px;
    font-weight: 600;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
}
.delivery__items {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.delivery-item__img {
    margin: 0 auto 11px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.delivery-item__heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 7px;
}
.delivery-item__heading.mb {
    margin-bottom: 32px;
}
.delivery-item__text {
    max-width: 211px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    opacity: 0.8;
}
.main-bottom {
    position: relative;
    padding-bottom: 63px;
    height: auto;
    padding-top: 78px;
}
.main-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 78px;
    left: 0px;
    right: 0;
    background: #1c0303;
    z-index: 3;
}
.main-bottom__img {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 65%;
    z-index: 0;
}
.main__inner-bottom {
    padding-top: 138px;
}
.main__box {
    position: relative;
    display: inline-block;
}
.main__text-bottom {
    max-width: 353px;
}
.main__logo-bottom {
    max-width: 683px;
    width: 100%;
    margin-bottom: 41px;
    position: relative;
}
.main-persent-bottom {
    right: -130px;
}
.main__text-bottom {
    margin-bottom: 45px;
}
.main__product-bottom {
    max-width: 383px;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 440px;
    bottom: -70px;
    z-index: -1;
}
@media (max-width: 1600px) {
    .main-container-fluid {
        max-width: 1200px;
    }
    .main__inner {
        padding-top: 20vh;
    }
    .main__logo-top {
        max-width: 495px;
        margin-bottom: 0;
    }
    .main-wings {
        left: -250px;
    }
    .main-img__top {
        height: 90%;
    }
    .application-bg {
        left: -100px;
    }
    .main__inner-bottom {
        padding-top: 120px;
    }
    .main__product-bottom {
        left: 355px;
    }
    .main-bottom__img {
        width: 100%;
        right: -360px;
    }
    .main-bottom {
        height: 967px;
    }
}
@media (max-width: 1440px) {
    .main-top__img {
        right: -200px;
        height: 100%;
        width: 100%;
    }
    .application-bg {
        left: -200px;
    }
    .main-bottom {
        padding-top: 50px;
        height: 1017px;
    }
    .main-bottom::before {
        height: 50px;
    }
}
@media (max-width: 1170px) {
    .container {
        max-width: 800px;
    }
    .heading {
        font-weight: 400;
    }
    .line {
        display: none;
    }
    .menu {
        justify-content: center;
    }
    .main-top__img {
        display: none;
    }
    .main__logo {
        margin: 0 auto;
    }
    .main__inner {
        justify-content: center;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .main__wrapper {
        align-items: center;
        justify-content: center;
    }
    .main__heading {
        text-align: center;
        max-width: 583px;
        margin: 0 auto 3px;
    }
    .main__text {
        max-width: 526px;
        margin: 0 auto 45px;
    }
    .main-persent-top {
        position: initial;
        top: initial;
        right: initial;
    }
    .main-persent-top img {
        margin: 0 auto;
    }
    .main-wings {
        left: 0;
    }
    .main__product {
        margin: 0;
        margin-right: -90px;
    }
    .benifits {
        margin-bottom: 18px;
    }
    .benifits__items {
        justify-content: space-between;
    }
    .benifits-item__heading {
        font-size: 11px;
        line-height: 15px;
    }
    .problems__heading {
        margin-bottom: 52px;
    }
    .problems__items {
        justify-content: space-around;
    }
    .problems-item__img.center::before,
    .problems-item__img.center::after {
        display: none;
    }
    .problems-item {
        width: 50%;
    }
    .excellence-img,
    .excellence__inner-img {
        display: none;
    }
    .excellence__text {
        position: initial;
        bottom: initial;
        left: initial;
        text-align: center;
        margin-top: 62px;
    }
    .composition {
        background-image: none;
        padding-bottom: 43px;
    }
    .composition-product {
        margin-left: -50px;
    }
    .application {
        padding: 0;
        margin-bottom: 130px;
    }
    .application-bg {
        left: initial;
        position: initial;
        margin-bottom: 53px;
    }
    .application__heading {
        margin-bottom: 30px;
    }
    .application-item:first-child {
        margin-bottom: 41px;
    }
    .promo {
        margin-bottom: 41px;
        padding: 33px 0 56px;
    }
    .promo__heading {
        margin-bottom: 44px;
        font-weight: 700;
        max-width: 455px;
    }
    .reviews {
        margin-bottom: 59px;
    }
    .reviews__heading {
        margin-bottom: 50px;
    }
    .reviews__items {
        flex-direction: column;
    }
    .reviews-item {
        display: flex;
        align-items: center;
        max-width: 750px;
        height: 240px;
        padding: 29px 22px 31px 31px;
        justify-content: space-between;
    }
    .reviews-item:not(:last-child) {
        margin-bottom: 17px;
    }
    .reviews-item__content {
        max-width: 489px;
        width: 100%;
        margin-left: 10px;
    }
    .reviews-item__img {
        margin: 0;
    }
    .reviews-item__heading {
        margin-bottom: 12px;
    }
    .delivery {
        margin-bottom: 120px;
    }
    .delivery__items {
        justify-content: space-between;
    }
    .main-wings-bottom {
        display: none;
    }
    .main__product-bottom {
        width: 343px;
        position: inherit;
        margin-left: 70px;
        margin-right: 0;
    }
    .main__text-bottom {
        margin-bottom: 75px;
    }
    .main-bottom {
        height: auto;
    }
    .main-bottom__img {
        display: none;
    }
    .main__logo-bottom {
        max-width: 510px;
        margin-bottom: 40px;
    }
    .main__text-bottom {
        max-width: 406px;
    }
    .main-persent-bottom {
        display: none;
    }
    .main-bottom::before {
        display: none;
    }
}
@media (max-width: 800px) {
    .container {
        max-width: 600px;
    }
    .heading {
        font-size: 24px;
        line-height: 32px;
    }
    .header {
       display: none;
    }
    .header__inner {
        display: flex;
        align-items: center;
    }
    #menu-btn {
        display: block;
        margin-left: auto;
    }
    .menu {
        position: absolute;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        top: 40px;
        right: -300px;
        height: 100vh;
        padding: 50px 26px;
        background-color: #1c0303;
        transition: all 0.3s;
    }
    .menu.open {
        right: 0;
    }
    .menu-list:not(:last-child) {
        margin-right: 0;
        margin-bottom: 14px;
    }
    .logo-mobile {
        margin-bottom: 15px;
        display: block;
    }
    .logo-mobile img {
        width: 178px;
        height: 38px;
    }
    .main {
        padding-bottom: 15px;
        padding-top: 0;
    }
    .main__logo {
        max-width: 382px;
    }
    .main__heading {
        max-width: 389px;
        margin-bottom: 15px;
    }
    .main__text {
        max-width: 371px;
        margin-bottom: 22px;
    }
    .main-wings {
        display: none;
    }
    .main__wrapper {
        flex-direction: column-reverse;
    }
    .main__product {
        margin: 0;
        margin-bottom: 28px;
    }
    .benifits {
        margin-bottom: 59px;
        padding: 24px 0;
    }
    .benifits__items {
        flex-direction: column;
    }
    .benifits-item {
        max-width: 295px;
        width: 100%;
    }
    .benifits-item:not(:last-child) {
        margin-bottom: 45px;
    }
    .benifits-item__img {
        margin-right: 25px;
    }
    .problems__heading {
        max-width: 379px;
    }
    .problems-item:not(:last-child) {
        margin-bottom: 77px;
    }
    .problems-item__heading {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 8px;
    }
    .problems-item__text {
        font-size: 13px;
        line-height: 18px;
        width: 220px;
    }
    .excellence__heading {
        margin-bottom: 19px;
    }
    .excellence__inner {
        justify-content: center;
    }
    .excellence__items {
        margin-right: 0;
    }
    .excellence__text {
        margin-top: 32px;
        font-size: 16px;
        line-height: 19px;
    }
    .excellence-item {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .excellence-item__img {
        width: 90px;
        height: 90px;
        margin-bottom: 21px;
    }
    .excellence-item__heading {
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        margin: 0 auto 18px;
        padding-left: 0;
        max-width: 256px;
    }
    .excellence-item__heading::before {
        content: "";
        position: absolute;
        left: inherit;
        top: -46px;
        right: 66px;
    }
    .excellence-list {
        padding-left: 0;
        max-width: 331px;
    }
    .list li {
        font-size: 12px;
        line-height: 14px;
    }
    .composition__heading {
        margin-bottom: 51px;
    }
    .composition-product {
        position: relative;
        max-width: 317px;
    }
    .composition-product__item {
        width: 50%;
    }
    .application-list__li br {
        display: none;
    }
    .application__items {
        align-items: center;
    }
    .application-item {
        max-width: 388px;
    }
    .application-item__heading {
        margin-bottom: 17px;
    }
    .application-item__heading.top {
        font-size: 14px;
        line-height: 20px;
    }
    .application-item__img {
        width: 40px;
        height: 40px;
        margin-bottom: 17px;
    }
    .application-list {
        max-width: 311px;
        padding-left: 0;
        margin-left: -33px;
    }
    .promo {
        margin-bottom: 35px;
    }
    .delivery {
        margin-bottom: 106px;
    }
    .delivery__text {
        margin-bottom: 45px;
        font-size: 18px;
        line-height: 34px;
    }
    .delivery__items {
        flex-direction: column;
        justify-content: center;
    }
    .delivery-item:not(:last-child) {
        margin-bottom: 32px;
    }
    .main__inner-bottom {
        padding-top: 0;
    }
    .main__logo-bottom {
        max-width: 328px;
        margin-bottom: 18px;
    }
}
@media (max-width: 540px) {
    .container {
        max-width: 400px;
    }
    .heading {
        font-size: 24px;
        line-height: 34px;
    }
    .main__logo {
        margin-bottom: 24px;
    }
    .main__heading {
        max-width: 292px;
        font-size: 18px;
        line-height: 24px;
    }
    .main__text {
        max-width: 313px;
        margin-bottom: 29px;
        font-size: 13px;
        line-height: 18px;
    }
    .main__product {
        margin-bottom: 14px;
    }
    .main__inner {
        padding-top: 0;
        margin-top: 155px;
    }
    .menu {
        width: 100%;
        right: -900px;
    }
    .benifits {
        margin-bottom: 5px;
    }
    .problems__heading {
        margin-bottom: 35px;
    }
    .problems-item {
        width: 100%;
    }
    .problems-item:not(:last-child) {
        margin-bottom: 49px;
    }
    .excellence__heading {
        margin-bottom: 52px;
    }
    .excellence-item:not(:last-child) {
        margin-bottom: 41px;
    }
    .composition {
        margin-bottom: 26px;
    }
    .composition__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .composition-product__item {
        display: none;
    }
    .composition-item__img {
        display: block;
        margin: 0 auto 28px;
    }
    .composition-item__heading {
        text-align: center;
        margin-bottom: 15px;
    }
    .composition-item:first-child .composition-item__heading {
        margin-left: 0;
    }
    .composition-item:first-child .composition-list {
        max-width: 263px;
        margin: 0 auto;
    }
    .composition-item:nth-child(2) .composition-list {
        max-width: 291px;
    }
    .composition-item:nth-child(2) .composition-list br {
        display: none;
    }
    .promo {
        padding: 0 0 42px;
        margin-bottom: 76px;
    }
    .promo__inner {
        flex-direction: column-reverse;
    }
    .promo__img {
        margin-bottom: 2px;
        width: 213px;
    }
    .promo__heading {
        max-width: 300px;
        text-align: center;
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 21px;
    }
    .promo__link {
        max-width: 180px;
        width: 100%;
        display: block;
        font-size: 18px;
        line-height: 27px;
        padding: 7px 45px 6px 44px;
        margin: 0 auto;
    }
    .reviews {
        margin-bottom: 78px;
    }
    .reviews__heading {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 31px;
    }
    .reviews-item {
        flex-direction: column;
        justify-content: flex-start;
        min-height: 500px;
        height: 100%;
        max-width: 340px;
        width: 100%;
        padding: 29px 25px 21px 32px;
    }
    .reviews-item__heading {
        margin-bottom: 5px;
        text-align: center;
    }
    .reviews-item__img {
        margin-bottom: 20px;
    }
    .delivery {
        margin-bottom: 91px;
    }
    .delivery__heading {
        max-width: 355px;
        margin-bottom: 20px;
    }
    .delivery__text {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 37px;
    }
    .delivery-item:not(:last-child) {
        margin-bottom: 72px;
    }
    .main__product-bottom {
        max-width: 260px;
        width: 100%;
        margin-bottom: 119px;
    }
    .main-persent-bottom {
        display: block;
        position: absolute;
        left: 0;
        height: 90px;
        right: 0;
        top: 580px;
    }
    .main-persent-bottom img {
        margin: 0 auto;
    }
    .main-bottom__img {
        display: block;
        position: initial;
    }
    .main__inner-bottom {
        margin-top: 0;
    }
    .application-bg {
        max-height: 220px;
        height: 100%;
    }
}
