* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

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

.header {
    background: #f9dfe7;
}

.header-list {
    display: flex;
    gap: 40px;
}

.header-buy:hover {
    text-decoration: underline;
    background-color: #b82958;
}

.header-buy {
    background: #D23166;
    width: 165;
    height: 49;
    top: 25px;
    left: 1205px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 40px;
    border: none;
}

.header-link {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: 0.6;
    color: #150101;
}

.header-link:hover {
    color: #990436;
    opacity: 1;
}

/* -------------------HERO---------------- */
.hero {
    background: #f9dfe7;
    height: 700px;
}

.hero-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hero-img-one {
    width: 851.86px;
    height: 548.1px;
    position: absolute;
    right: 0;
    left: 450px;
    top: 170px;
    transform: rotate(4.79deg);
}

.hero-img-two {
    width: 597px;
    height: 597px;
}

.hero-box {
    max-width: 600px;
}

.hero-titlee {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 10%;
    margin-bottom: 10px;
    color: #0F0101;
}

.hero-span {
    color: #D23166;
}

.hero-title {
    font-family: Fredoka One;
    font-weight: 400;
    font-size: 57.33px;
    line-height: 121%;
    letter-spacing: 0%;
    width: 560px;
    height: 130px;
    margin-bottom: 20px;
}

.hero-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    margin-bottom: 60px;
    color: #0F0101;
    opacity: 0.6;
    width: 520px;
}

.hero-link {
    background: #D23166;
    width: 165;
    height: 49;
    top: 25px;
    left: 1205px;
    border-radius: 5px;
    color: #fff;
    padding: 10px 40px;
    margin-top: 50px;
}

/* ----------------------------------Main--------------------------- */
.main {
    margin-top: 100px;
}

.main-list {
    display: flex;
    justify-content: space-between;
}

.main-item {
    width: 250px;
    text-align: center;
}

.main-img {
    margin-bottom: 15px;
}

.main-title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 14px;
}

.main-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
    opacity: 0.6;
}

/* ----------------------------------------------ICE------------------------------------- */
.ice {
    background: #f9dfe7;
    margin-top: 100px;
}

.ice-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ice-box {
    max-width: 440px;
}

.ice-img {
    width: 600px;
    height: 600px;
}

.ice-title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 44.2px;
    line-height: 111.00000000000001%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.ice-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    opacity: 0.6;
    margin-bottom: 20px;
}

.ice-btn:hover {
    text-decoration: underline;
    background-color: #c32459;
}

.ice-btn {
    padding: 15px 40px;
    background: #D23166;
    color: #fff;
    border-radius: 5px;
    border: none;
}

/* ---------------------------------product-------------------------------- */
.product {
    margin-top: 100px;
    margin-bottom: 100px;
}

.product-title {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 44.2px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
}

.product-list {
    display: flex;
    justify-content: space-evenly;
}

.product-item {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    opacity: 0.6;
}

.product-item:hover {
    border-bottom: 4px solid #D64374;
    opacity: 1;
}

.box {
    max-width: 450px;
}

.box-title {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.box-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #000000;
    opacity: 0.6;
    margin-bottom: 25px;
}

.box-del {
    text-decoration: line-through;
    margin-bottom: 20px;
}

.span-box-name {
    margin-bottom: 30px;
}

.box-span {
    margin-right: 20px;
}

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

.inner-box-names {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    margin-bottom: 10px;
}

.inner-box-text {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.inner {
    width: 260px;
    align-items: center;
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
}

.product-title-name {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    opacity: 0.7;
    width: 340px;
    margin-bottom: 20px;
}

.images-span-product {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.images-one {
    width: 35px;
    height: 35px;
}

.images-two {
    width: 57px;
    height: 57px;
}

.images-three {
    width: 35px;
    height: 35px;
}

/* ------------------------------smail----------------------------------- */
.smail {
    background: #f9dfe7;
    height: 700px;
    margin-bottom: 150px;
}

.smail-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.smail-inner {
    max-width: 220px;
    display: flex;
    flex-direction: column;
}

.smail-tel {
    margin-top: 100px;
    border-radius: 25px;
}

.smail-span {
    margin: 10px;
}

.smail-link {
    align-items: center;
    display: flex;
    color: #000000;
}

.img-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.span-images {
    padding: 10px;
    background: #fff;
    margin-right: 15px;
}

.smail-box {
    max-width: 700px;
}

.smail-title {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 44.2px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}

.smail-text {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1%;
    opacity: 0.7;
    color: #0F0101;
    width: 600px;
    margin-bottom: 20px;
}

/* ---------------------------------imput--------------------------- */
.imput-title {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 520px;
}

.imput {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.imput-form {
    display: flex;
    align-items: center;
    width: 640px;
    height: 75px;
    opacity: 1;
    top: 5134px;
    left: 433px;
    border-radius: 5px;
    margin-top: 60px;
}

.input {
    display: flex;
    align-items: center;
    width: 700px;
    height: 72px;
    background: #FAFAFA;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
}

.button {
    align-items: center;
    width: 134px;
    height: 75px;
    background: #D64374;
    color: #fff;
    border: none;
    border-radius: 5px;
}

/* -------------------------------Footer--------------------- */
.footer {
    background: #0A0808;
    height: 380px;
    margin-bottom: 70px;
}

.footer-container {
    padding: 60px;
}
.footer-logo{
    margin-bottom: 20px;
}
.footer-list {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: baseline;
}
.footer-img{
    display: flex;
    gap: 10px;
}
.footer-item {
    flex-direction: column;
    display: flex;
    width: 137px;
    color: #FFFFFF;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0%;
}
.footer-text{
    font-family: sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 140%;
letter-spacing: 1%;
    color: #FFFFFF;
    opacity: 0.7;
    width: 207px;
    margin-bottom: 20px;
}
.footer-mail{
    font-family: sans-serif;
font-weight: 500;
font-size: 12px;
line-height: 100%;
letter-spacing: 0%;
color: #FFFFFF;
margin-bottom: 10px;
}
.footer-link{
    color: #FFFFFF;
    opacity: 0.7;
}
.footer-link:hover{
    opacity: 1;
   color: #D64374;
}
.input-form{
    display: flex;
    border: 2px solid #9e0d3d;
}
.footer-box-input{
    width: 200px;
    height: 55px;
    border: none;
    padding-left: 25px;
    background-color: #0A0808;
    color: #FFFFFF;
}
input::placeholder{
    color: #656363;
    opacity: 0.6;
}
.footer-box-button{
    width: 125px;
    height: 55px;
    background: #D23166;
    border: none;
    color: #FFFFFF;
}
.form-imges{
    margin-top: 10px;
    padding-left: 5px;
}