html,
body {
    height: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #f4eded;
    font-family: 'Cairo', sans-serif;
    background-color: #F0F0F0;
}

body.locked {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

body {
    background-image: url(../img/b5fba481-doc-arb_100000000000000000001o.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

p {
    margin: 0;
}

.content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 50px 0;
}



.content-inner {
    max-width: 857px;
    width: 100%;
    background-color: rgba(31, 26, 32, 1);
}

.header {
    background: rgba(247, 239, 248, 1);

}

.header-text {
    margin: 0;
    font-weight: 900;
    color: rgb(247, 45, 78);
    font-size: 40px;
    text-align: center;
}

.descr-text,
.descr-text-pink,
.product-name {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}

.descr-text-pink {
    font-family: Cairo;
    font-weight: 700;
    font-style: normal;
    color: rgb(247, 45, 78);
}

.product-name {
    font-size: 32px;
}

.price {
    margin: 20px 0;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: baseline;
}

.old-price {
    display: flex;
    flex-direction: row-reverse;
    font-size: 24px;
    font-weight: 600;
    color: white;
}

.new-price {
    display: flex;
    flex-direction: inherit;
    font-size: 26px;
    font-weight: 600;
    color: rgb(247, 45, 78);
}

form {
    max-width: 480px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

form span {
    display: block;
    max-width: 435px;
    width: 100%;

}

.inp {
    max-width: 435px;
    width: 100%;
    display: block;
    background-color: #faf7f7;
    color: #272121;
    height: 49px;
    font-size: 23px;
    line-height: 23px;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.btn {
    display: block;
    border-style: none;
    border-radius: 0px;
    left: 1px;
    top: 233px;
    z-index: 11;
    max-width: 435px;
    width: 100%;
    height: 83px;
    background: rgba(247, 45, 78, 1);
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    font-family: Cairo;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.card {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
}


@media (max-width: 800px) {
    .content {
        padding: 0;
    }

    .header-text {
        font-size: 30px;
        padding: 0 20px;
    }

    .descr-text,
    .descr-text-pink,
    .product-name {
        padding: 0 20px;
        font-size: 24px;
    }

    .card {
        gap: 10px;
    }

    form {
        padding: 0 20px;
    }
}

@media (max-width: 420px) {
    .card {
        gap: 5px;
    }
    .carb-box img {
        max-width: 60px;
        width: 100%;
    }
}
