/* 
font-family: 'Fredoka One', cursive;
font-family: 'Hind Madurai', sans-serif;
font-family: 'Roboto', sans-serif;
*/

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    min-height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul>li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.hero {
    height: 100vh;
    background-color: rgba(248, 237, 240, 1)
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
}

.logo {
    width: 53px;
    height: 42px;
}

.logo__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav {}

.nav__list {
    display: flex;
}

.nav__item {
    margin-right: 28px;
}

.nav__item:last-child {
    margin-right: 0;
}

.nav__link {
    font-size: 14px;
    line-height: 1.14;
    font-weight: 400;
    color: rgba(210, 49, 102, 1);
}

.btn {
    background-color: #D23166;
    border-radius: 5px;
    padding: 15px 36px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.18;
    border: none;
}

.content {
    display: flex;
}

.content__desc {
    width: 58%;
}

.content__headline {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.title {
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 500;
    font-size: 57px;
    line-height: 1.17;
    font-family: 'Fredoka One', cursive;


}

.content__title {
    margin-bottom: 24px;
}

.content__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: rgba(15, 1, 1, 0.5);
    margin-bottom: 42px;
}

.title__element {
    color: rgba(210, 49, 102, 1);
}

.content__decor {
    max-height: 600px;
    position: relative;
}


.content__img {
    width: 100%;
}

.content__decor::after {
    content: "";
    display: block;
    width: 365px;
    height: 353px;
    background-color: rgba(210, 49, 102, 0.1);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}

.content__decor::before {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../img/content/milk.png);
    background-position: bottom center;
    width: 100%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
}

.advantages__list {
    display: flex;
    margin-top: 120px;
    margin-bottom: 120px;
    justify-content: space-between;
}

.advantages__item {
    width: 198px;
    height: 140px;
    text-align: center;
}

.advantages__title {
    font-family: 'Hind Madurai';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    margin: 10px;
}

.advantages__text {
    font-family: 'Hind Madurai';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.order {
    padding: 73px 0px;
    background-color: rgba(248, 237, 240, 1)
}

.order__container {
    display: flex;
    align-items: center;
}

.order__img-wrap {
    width: 50%;
    position: relative;
}

.order__desc {
    width: 50%;
    display: flex;
    justify-content: center;
}

.action {}

.order__action {
    max-width: 371px;
}

.action__title {
    Font-family: Hind Madurai;
    Font-style: SemiBold;
    Font-size: 44.2px;
    Line-height: 49px;
}

.action__text {
    Font-family: Roboto;
    Font-style: Regular;
    Font-size: 16px;
    Line-height: 24px;
    color: rgba(21, 1, 1, 0.5);
    margin-bottom: 20px;
    margin-top: 20px;
}

.order__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.order__img-wrap::after {
    content: "";
    display: block;
    width: 283px;
    height: 27px;
    background-color: rgba(237, 181, 199, 0.2);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
    top: 450px
}

.menu {
    padding-top: 70px;
}

.container {}

.menu__title {
    text-align: center;
    margin-bottom: 60px;

}

.menu__nav {
    display: flex;
    justify-content: space-between;
}

.nav__item {}

.menu__product {}

.product {
    display: flex;
    align-items: center;
}

.product:nth-child(even) {
    flex-direction: row-reverse;
}

.product__img-wrap {
    flex: 1 1 50%;
}




.product__info {
    flex: 1 1 50%;
}

.product__subtitle {}

.product__text {}

.product__sale {}

.sale__old{
    color: rgba(0, 0, 0, 0.5);
    text-decoration-line: line-through;
    letter-spacing: 0.1em;
    font-size: 15px;
}

.featbeak {
   margin-top: 230px;
}

.featbeak__content {
   
}

.featbeak__column{
   
}

.preveu {}

.preveu__had {
    display: flex;
}

.avatar {}

.avatar__img {}

.preveu__title-block {}

.preveu__title {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 28px;
color: #000000;

}

.preveu__subtitle {
    font-family: 'Roboto';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 14px;
}

.preveu__text {
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
opacity: 0.7;
}

.preveu-slider {
    flex: 1 1 50%;
 
}

.review-slider__ctrl {}

.review-slider__ctrles {}

.review-slider__ctrl-img {}

.review-slider__list {
    display: flex;
    justify-content: space-between;
}

.review-slider__item {
    display: flex;
    align-items: center;
}

.review-slider__link {}

.avatar_size_small {}

.featbeak__img-block{
    flex: 1 1 50%;
}
.featbeak__img{
   
}

.application {
    background-color:  rgba(248, 237, 240, 1);
 margin-top: 260px;
height: 635px;
}

.application__img-wrap {
    flex: 1 1 50%;
  margin-top: 60px;
}
.application__img {
    width: 305px;
height: 627px;

}
.application__content {
    flex: 1 1 50%;
  margin-top: 90px;
}
.application__title {
    
}
.application__text {
    margin-top: 30px;
    margin-bottom: 30px;
}
.application__list {
}
.application__item {
  margin-bottom: 20px;
}
.application__item-img {
}


.application__img-store {
    width: 200px;
    height: 88px;
margin-top: 30px;
}
.application__container{
  display: flex; 
}

.application__img-play{
    width: 200px;
    height: 80px;
margin-top: 30px;
}

.question{

}

.question__title {
    font-size: 44px;
line-height: 52px;
text-align: center;
margin-top: 200px;
margin-bottom: 30px;
}
.question__input {
    background: #FAFAFA;
    border: none;
    width: 500px;
height: 74px;
margin-bottom: 150px;
}

.question__input-block{
    align-items: center;
text-align: center;
}

.question__input-block .btn{
    width: 134px;
height: 74px;
}

.footer {
    padding: 86px 0px 140px;
    background-color: rgba(10, 8, 8, 1);
    height: 381px;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    column-gap: 92px;
}



.footer .logo {
    margin-bottom: 20px;
    width: 79px;
height: 79px;
}


.footer__text {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
}

.footer__social{
    color: white;
   margin-top: 18px;
}
.footer__social-two{
    color: white;
}



.site__link {
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Roboto', sans-serif;
}

.footer-menu {
    justify-content: space-between;
    flex: 1;
    column-gap: 30px;
    display: flex;
}

.footer-menu__block {
    font-family: 'Roboto', sans-serif;
}

.foter-menu__block-title {
    margin-left: 40px;
    margin-bottom: 14px;
}

.footer-menu__list {
    animation: rotate 5s 1s infinite linear;
}

.footer-menu__item {
    margin-bottom: 14px;
    font-size: 15px;
}

.footer-menu__link {
    color: rgba(255, 255, 255, 0.5);
}


.social__list {
    display: flex;
    column-gap: 10px;
    margin-top: 12px;
}

.social__item {
    width: 15px;
    height: 15px;
}

.socual__link {
    display: block;
    width: 100%;
    height: 100%;
}

.social__icon {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.footer__sub .btn{
    width: 125px;
height: 55px;
padding-left: 17px;
padding-right: 17px;
}

.footer__input{
    width: 263px;
height: 55px;
background: none;
color: white;
border: 2px solid #D64374;
border-radius: 5px;
padding-left: 30px;
opacity: 0.5;
}

.footer__sub{
    margin-top: 16px;
}

