@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --powder-color: #d1b192;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    list-style: none;
    padding: 0;
}

input,
button {
    border: none;
}

input,
label {
    display: block;
}

a {
    text-decoration: none;
}

body {
    max-width: 480px;
    min-width: 480px;
    margin: 0 auto;
}

section {
    width: 100%;
}

.wrapper {
    padding: 0 25px;
}

.header {
    width: 100%;
    height: 55px;
    background-color: var(--powder-color);
}

.header__title {
    font-size: 21px;
    line-height: 25px;
    color: #fffcfc;
    font-weight: normal;
}

.header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sale {
    transform: rotate(-2.65deg);
    position: relative;
}

.sale__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: normal;
    font-size: 21px;
    line-height: 25px;
    color: #ffffff;
}

.sect1,
.sect3 {
    position: relative;
    margin-bottom: 30px;
}

.sect1__img,
.sect3__img {
    width: 100%;
    background-position: center center;
    background-size: cover;
    /* margin-top: 50px; */
}

.txt {
    position: absolute;
    top: 10px;
    right: 5px;
    text-align: right;
    text-transform: uppercase;
}

.txt__text-bold {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.txt__text-middle {
    display: inline-block;
    margin-top: 13px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.txt__text-pinkBckg {
    display: inline-block;
    margin-top: 3px;
    background-color: #d49090;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    padding: 3px 5px;
}

.price {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.price__old {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #6d6d6d;
    margin-right: 10px;
}

.price__new {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    color: #d49090;
}

.btn {
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 60px;
    background-color: #d49090;
    border-radius: 9px;
    font-weight: 500;
    font-size: 25px;
    line-height: 29px;
    color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn:active {
    transition: 0.25s;
    transform: translateY(5px);
}

.sect2 {
    background-color: #3d3939;
}

.sect2__title {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    padding-top: 26px;
}

.sect2__title > span {
    color: #f44336;
}

.sect2 .wrapper {
    padding: 26px;
}

.property {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 30px;
}

.property__text {
    text-align: right;
    margin-right: 15px;
    align-self: center;
}

.property__text-inner--title {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #ffffff;
}

.property__text-inner--text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.4;
    text-align: right;
    font-weight: 500;
}

.powder {
    color: var(--powder-color);
}

.aqua {
    color: #c0d9fd;
}

.light-powder {
    color: #e7d8d8;
}

.black {
    color: black;
}

.sect3__txt {
    position: absolute;
    top: 60px;
    right: 27px;
}

.sect3__txt__text {
    font-size: 21px;
    line-height: 25px;
    text-align: right;
    color: #535353;
    font-weight: 500;
}

.sect3 .wrapper {
    padding: 25px;
}

.sect3 .wrapper p {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.sect4 {
    background-color: #adb3b8;
}

.sect4 .wrapper {
    padding: 15px 15px 25px;
    margin: 0 auto;
    text-align: center;
}

.sect4__title {
    text-align: center;
    color: white;
    line-height: 1.5;
}

.sect4__text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #fff7f7;
    text-align: left;
    margin-top: 10px;
    padding-left: 80px;
}

.btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    width: 170px;
    padding: 5px 15px;
    background: #f44336;
    border-radius: 9px;
    margin: 30px auto 0;
}

.sect5 {
    position: relative;
    margin-bottom: 30px;
}

.sect5 .txt {
    right: 10px;
}

.skidka {
    margin-top: 20px;
}

.form {
    margin: 20px auto;
    max-width: 380px;
    width: 100%;
}

.form__input {
    width: 100%;
    height: 52px;
    background-color: #d1d1d1;
    border-radius: 9px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 21px;
    color: #636363;
    margin-top: 30px;
    outline: none;
}

.footer {
    background-color: #d1d1d1;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

.footer .wrapper {
    padding: 15px;
}

.footer__txt1 {
    color: #da5950;
}

.footer__txt2 {
    margin-top: 35px;
}

.footer__txt2 a {
    color: black;
}

.footer__txt3 {
    margin-top: 15px;
}

.footer__txt4 {
    font-weight: bold;
    margin-top: 15px;
}

.footer__txt5 {
    font-weight: bold;
    margin-top: 15px;
}

.footer__txt5 a {
    color: black;
}

.links {
    margin-top: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.links a {
    color: black;
}

.gif {
    width: 100%;
}

.sect1_2 {
    margin-bottom: 30px;
}

/*# sourceMappingURL=style.css.map */

/* Каталог */
.catalog {
    background-color: #d1b192;
}

.tovar1Img {
    border-radius: 100px; /* Радиус скругления */
    border: 3px solid #d49090; /* Параметры рамки */
    box-shadow: 0 0 7px #666; /* Параметры тени */
}

.hr-inclined-left {
    margin: 25px 0 40px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #d49090;
    transform: rotate(2deg);
}

.hr-inclined-right {
    margin: 25px 0 40px 0;
    padding: 0;
    height: 0;
    border: none;
    border-top: 1px solid #d49090;
    transform: rotate(-2deg);
}

.count {
    text-align: center;
    margin-top: 20px;
    font-size: 22px;
}

.count__value {
    background-color: #d49090;
    color: #fff;
    font-weight: 500;
    border-radius: 9px;
    padding: 4px;
}

.timer {
    margin-top: 45px;
}

.img {
    max-width: 100%;
    display: block;
}

.img__sect {
    margin-top: 30px;
}

.ad__text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 25px;
}

.ad__text > span {
    color: #f44336;
}

.sect2 {
    padding-bottom: 40px;
}

video {
    display: block;
    max-width: 100%;
}

.vid {
    padding: 20px;
    background-color: #d1b192;
}

.vid > h2 {
    text-align: center;
    padding-bottom: 15px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.sect3 {
    margin-top: 40px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tovar1Img {
    margin-inline: auto;
}
