html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

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

img {
    max-width: 100%;
}

address {
    font-style: normal;
}

@font-face {
    font-family: 'Tavolga';
    src: local('Tavolga Free'),
    local('Tavolga-Free'),
    url('../fonts/Tavolgafree.woff2') format('woff2'),
    url('../fonts/Tavolgafree.woff') format('woff'),
    url('../fonts/Tavolgafree.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'),
    local('Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'),
    local('Gilroy-Medium'),
    url('../fonts/Gilroy-Medium.woff2') format('woff2'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'),
    local('Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Extrabold'),
    local('Gilroy-Extrabold'),
    url('../fonts/Gilroy-Extrabold.woff2') format('woff2'),
    url('../fonts/Gilroy-Extrabold.woff') format('woff'),
    url('../fonts/Gilroy-Extrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    position: relative;
    font-family: 'Gilroy', sans-serif;
    overflow-x: hidden;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.list-reset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-reset {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.stop-scroll {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    padding-right: 17px;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 320px;
}

.header {
    padding: 35px 0 30px;
    background: #eba8b1;
}

.header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__menu {
    margin-left: 20.3%;
}

.menu__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.menu__item {
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: border-bottom-color .5s;
    transition: border-bottom-color .5s;
}

.menu__item:hover {
    border-bottom-color: #821328;
}

.menu__item:not(:last-child) {
    margin-right: 40px;
}

.menu__link {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgb(119, 11, 29);
}

.phone {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: rgb(255, 255, 255);
}

.header .phone {
    margin-left: auto;
}

.burger {
    display: none;
}

.hero {
    padding: 130px 0 99px;
    background: #eba8b1;
    overflow: hidden;
}

.hero__info {
    max-width: 600px;
    z-index: 2;
}

.hero__title {
    margin: 0 0 54px 0;
    font-family: 'Tavolga', sans-serif;
    font-size: 55px;
    line-height: 1.091;
    color: rgb(255, 255, 255);
}

.hero__text {
    margin-bottom: 83px;
    max-width: 360px;
    font-family: 'Tavolga', sans-serif;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.389;
}

.btn {
    border-radius: 30px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    background-image: -moz-linear-gradient(90deg, rgb(113, 8, 30) 0%, rgb(215, 72, 92) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(113, 8, 30) 0%, rgb(215, 72, 92) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(113, 8, 30) 0%, rgb(215, 72, 92) 100%);
    transition: box-shadow .5s;
}

.btn:hover {
    -webkit-box-shadow: 0 5px 9px 1px rgba(130, 19, 40, 0.5);
            box-shadow: 0 5px 9px 1px rgba(130, 19, 40, 0.5);
}

.hero__btn {
    display: block;
    padding: 20px;
    width: 240px;
    height: 60px;
    font-size: 18px;
    text-align: center;
}

.hero__image {
    position: relative;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    font-size: 0;
    text-align: center;
}

.hero__image-img {
    position: relative;
    z-index: 2;
}

.hero__image::before,
.hero__image::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    border: 1px solid rgb(119, 11, 29);
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
}

.hero__image::after {
    -webkit-animation: pulse 2s .5s infinite;
            animation: pulse 2s .5s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.6);
                transform: translate(-50%, -50%) scale(2.6);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
                transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(2.6);
                transform: translate(-50%, -50%) scale(2.6);
        opacity: 0;
    }
}

.advantages {
    padding: 109px 0 123px;
    background: #ffefef;
}

.advantages__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 83px;
}

.advantages__title {
    max-width: 475px;
    margin-bottom: 50px;
    font-size: 45px;
    font-family: 'Tavolga', sans-serif;
    color: rgb(51, 25, 7);
    line-height: 1.222;
}

.advantages__description {
    max-width: 405px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.556;
    color: rgb(51, 25, 7);
}

.advantages__image {
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
}

.advantages__image-img {
    max-width: 100%;
    height: auto;
}

.advantages__list {
    display: -ms-grid;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    -webkit-column-gap: 7.6%;
       -moz-column-gap: 7.6%;
            column-gap: 7.6%;
    row-gap: 35px;
}

.advantage__number {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 60px;
    line-height: 0.75;
    font-weight: 800;
    color: #fff;
    background-color: #821328;
    -webkit-transition: color .5s, background-color .5s;
    transition: color .5s, background-color .5s;
}

.advantage:hover .advantage__number {
    color: #821328;
    background-color: #eba8b1;
}

.advantage__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 800;
    color: rgb(51, 25, 7);
}

.advantage__text {
    max-width: 222px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.333;
    color: rgb(51, 25, 7);
}

.products {
    padding: 112px 0 120px;
    text-align: center;
    background: #eba8b1;
}

.products__title {
    margin-bottom: 73px;
    font-size: 45px;
    font-family: 'Tavolga', sans-serif;
    color: rgb(255, 255, 255);
}

.products__slider {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
}

:root {
    --products-padding-top: 64px;
}

.products__slider-prev-btn,
.products__slider-next-btn {
    position: relative;
    display: block;
    width: 14px;
    height: 24px;
    transform: translateY(calc(var(--products-padding-top) / 2));
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    cursor: pointer;
}

.products__slider-prev-btn {
    background-image: url("../images/prev.png");
}

.products__slider-next-btn {
    background-image: url("../images/next.png");
}

.swiper-button-disabled {
    opacity: .5;
}

.products__swiper {
    padding-top: var(--products-padding-top);
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.product {
    display: -ms-grid;
    display: grid;
    /*width: calc((100% - 3 * 29px) / 4);*/
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -ms-grid-columns: 1fr 132px;
    grid-template-columns: 1fr 132px;
    padding: 24px 18px;
    border: 2px solid #fff;
    border-radius: 20px;
}

.product > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.product > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.product > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.product > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.product > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.product > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.product__image {
    /*transform: translateY(-87px);*/
    margin-top: -83px;
    margin-bottom: 37px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    min-height: 124px;
    -webkit-transition: -webkit-transform .5s;
    font-size: 0;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.product__image-img {
    max-width: 85%;
}

.product:hover .product__image {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.product__title {
    margin-bottom: 28px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    font-size: 18px;
    font-family: 'Tavolga', sans-serif;
    color: rgb(255, 255, 255);
}

.product__data {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: left;
    font-size: 15px;
    color: rgb(255, 255, 255);
}

.product__data > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.product__data > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.product__order-btn {
    width: 130px;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
}

.order {
    padding: 90px 0 121px;
    background: #ffefef;
}

.order__container {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
}

.order__container::before {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 3px;
    width: 82px;
    height: 101px;
    background-image: url('../images/order-strawberry.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-animation: strawberry 3.5s infinite;
            animation: strawberry 3.5s infinite;
}

.order__container::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 73px;
    right: 14.3%;
    width: 50px;
    height: 66px;
    background-image: url('../images/order-strawberry-small.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-animation: strawberry 4s infinite linear;
            animation: strawberry 4s infinite linear;
}

.order__image {
    align-self: flex-end;
    position: relative;
    width: calc(50% - 15px);
}

.order__image-img {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
}

.order__info {
    width: calc(50% - 15px);
}

.order__title {
    margin-bottom: 31px;
    font-size: 45px;
    font-family: 'Tavolga', sans-serif;
    color: rgb(51, 25, 7);
}

.order__description {
    max-width: 400px;
    margin-bottom: 42px;
    font-size: 18px;
    color: rgb(51, 25, 7);
    line-height: 1.556;
}

.order__form {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@-webkit-keyframes strawberry {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

@keyframes strawberry {
    0% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }
}

.form__label {
    flex-direction: column;
    font-size: 18px;
    color: rgb(18, 10, 6);
    font-weight: 700;
    margin-bottom: 15px;
}

.form__label:first-child {
    margin-bottom: 37px;
}

.form__label-name {
    display: block;
    margin-bottom: 19px;
    letter-spacing: 0.4px;
}

.form__input {
    min-width: 294px;
    height: 60px;
    padding: 21px 25px;
    border: 1px solid rgb(130, 19, 40);
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: rgb(66, 7, 18);
    background: #ffefef;
    outline: none;
}

.form__input::-webkit-input-placeholder {
    color: rgb(118, 12, 34);
}

.form__input::-moz-placeholder {
    color: rgb(118, 12, 34);
}

.form__input:-ms-input-placeholder {
    color: rgb(118, 12, 34);
}

.form__input::-ms-input-placeholder {
    color: rgb(118, 12, 34);
}

.form__input::placeholder {
    color: rgb(118, 12, 34);
}

.form__input-error {
    display: none;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: red;
}

.form__btn {
    width: 294px;
    height: 60px;
    padding: 22px;
    font-size: 18px;
}

.order__form-message {
    display: none;
    align-items: center;
    justify-content: center;
    width: 300px;
    min-height: 387px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: rgb(51, 25, 7);
}

.footer {
    padding: 71px 0 60px;
    background: #c0707c;
}

.footer__container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.footer__container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.footer__container > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.footer__container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.footer__container > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.footer__container > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.footer .logo {
    -ms-grid-column-align: start;
        justify-self: start;
}

.rights {
    font-size: 12px;
    color: rgb(227, 172, 180);
    letter-spacing: 0.5px;
}

.footer .rights {
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
}

.footer .social-link {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    -ms-grid-column-align: center;
        justify-self: center;
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}

.social-link::before {
    content: '';
    display: block;
    margin-bottom: 15px;
    width: 35px;
    height: 35px;
    background-image: url("../images/inst-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .phone {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / span 1;
    -ms-grid-column-align: end;
        justify-self: end;
}

.gift {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    position: fixed;
    bottom: 30px;
    right: 22px;
    z-index: 1000;
}

.gift__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
    width: 172px;
    padding: 10px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    border: 2px solid rgb(119, 10, 29);
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    color: rgb(119, 10, 29);
    line-height: 1.333;
    background-color: rgb(254, 239, 238);
    -webkit-transform: translateY(110px);
            transform: translateY(110px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.gift__info::after {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: -7px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid rgb(119, 10, 29);
    border-bottom-color: rgb(254, 239, 238);
    border-left-color: rgb(254, 239, 238);
    background-color: rgb(254, 239, 238);
}

.gift__icon {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: url('../images/gift-icon.png') no-repeat center, radial-gradient(circle, rgba(114, 9, 30, 1) 0%, rgba(195, 59, 80, 1) 100%);
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s;
}

.gift__icon:hover {
    -webkit-box-shadow: 0 0 12.6px 2.4px rgba(130, 19, 40, 0.5);
            box-shadow: 0 0 12.6px 2.4px rgba(130, 19, 40, 0.5);
}

.gift__icon:hover + .gift__info {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.loader {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.lds-ripple,
.lds-ripple div {
    box-sizing: border-box;
}
.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    color: #c33b50;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid currentColor;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    4.9% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 0;
    }
    5% {
        top: 36px;
        left: 36px;
        width: 8px;
        height: 8px;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

/* Фон изображения magnific-popup*/
.mfp-figure:after {
    background: transparent;
    box-shadow: unset;
}