* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: GilroyBold;
    src: url("../fonts/Gilroy-Bold.ttf");
}

@font-face {
    font-family: GilroyMedium;
    src: url("../fonts/Gilroy-Medium.ttf");
}

@font-face {
    font-family: GilroyRegular;
    src: url("../fonts/Gilroy-Regular.ttf");
}

@font-face {
    font-family: tavolga-free;
    src: url("../fonts/tavolga-free.ttf");
}

@font-face {
    font-family: GilroyExtrabold;
    src: url("../fonts/Gilroy-Extrabold.ttf");
}

.header {
    background: #eba8b1;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    padding: 38px 0 30px 14px;
}

.menu ul {
    list-style: none;
    display: flex;
    width: 310px;
    justify-content: space-between;
}

.menu-item a {
    text-decoration: none;
    font-family: GilroyMedium, sans-serif;
    font-size: 14px;
    color: rgb(119, 11, 29);
    padding-bottom: 3px;
    transition: all 0.5s ease;
}

.menu-item a:hover {
    border-bottom: 2px solid rgb(119, 11, 29);
}

.phone {
    font-family: GilroyBold, sans-serif;
    color: #ffffff;
    margin-left: 97px;
}

.main {
    background-color: #eba8b1;
    padding: 143px 0 60px 0;
    overflow: hidden;
}

.main-info {
    max-width: 594px;
}

.main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-title {
    font-size: 55px;
    font-family: tavolga-free, sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.091;
    padding-left: 14px;
    padding-bottom: 60px;
    font-weight: 100;
}


.main-text {
    font-size: 18px;
    font-family: tavolga-free, sans-serif;
    color: rgb(255, 255, 255);
    line-height: 1.389;
    padding-left: 14px;
    width: 360px;
    padding-bottom: 80px;
}

.button {
    width: 240px;
    height: 60px;
    margin-left: 14px;
}

.btn {
    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%);
    border-radius: 30px;
    border: 0;
    font-size: 18px;
    font-family: GilroyBold, sans-serif;
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.btn:hover {
    box-shadow: 0 5px 9px 1px rgba(130, 19, 40, 0.5);
}

.main-picture {
    position: relative;
}

.main-picture img{
    z-index: 2;
    position: relative;
}

.main-picture::after,
.main-picture::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid rgb(119, 11, 29);
    right: 146px;
    bottom: 50px;
    animation: pulse-2 2s infinite;
}

.main-picture::after {
    animation-delay: 1.25s;
}

@keyframes pulse-2 {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.benefits {
    padding: 119px 0 0 0;
    background: #ffefef;
}

.benefits-two {
    background: #ffefef;
    padding-bottom: 120px;
}

/*.benefits .container {*/
/*    display: grid;*/
/*    grid-column-gap: 87px;*/
/*    grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*}*/

.benefits-container-one {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.benefits-image {
    padding-top: 64px;
    grid-column: 3 / 5;
    grid-row: 1 / 3;
}

.benefits-image img {
    max-width: 100%;
}

.benefits-title-text {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.benefits-title-text h2 {
    font-size: 45px;
    font-family: tavolga-free, sans-serif;
    color: rgb(51, 25, 7);
    line-height: 1.222;
    padding: 0 0 60px 14px;
    width: 479px;
}

.benefits-text-message {
    font-size: 18px;
    font-family: GilroyRegular, sans-serif;
    color: rgb(51, 25, 7);
    line-height: 1.556;
    padding-left: 14px;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    padding-bottom: 88px;
    width: 400px;
}

.benefits-container-two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 87px;
    grid-template-columns: repeat(auto-fill, minmax(210px, max-content));
    justify-content: center;
}

.benefits-item {
    max-width: 223px;
}

.number {
    border-radius: 50%;
    width: 70px;
    background-color: rgb(130, 19, 40);
    font-size: 60px;
    font-family: GilroyExtrabold, sans-serif;
    color: rgb(255, 255, 255);
    line-height: 0.75;
    text-align: center;
    padding-top: 28px;
    margin-left: 14px;
    margin-bottom: 13px;
    transition: all 0.5s ease;
}

.benefits-item:hover .number {
    background-color: rgb(235, 168, 177);
    color: rgb(130, 19, 40);
}

.benefits-item-title {
    font-size: 20px;
    font-family: GilroyExtrabold, sans-serif;
    color: rgb(51, 25, 7);
    margin-left: 14px;
    padding-bottom: 20px;
}

.benefits-item-text {
    font-size: 15px;
    font-family: GilroyMedium, sans-serif;
    color: rgb(51, 25, 7);
    line-height: 1.333;
    padding-left: 14px;
}

.shop-macaroons {
    padding: 120px 0 120px 0;
    background: #eba8b1;
}

.shop-macaroons .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 29px;
    grid-template-columns: repeat(auto-fill, minmax(263px, max-content));
    grid-row-gap: 136px;
    justify-content: center;
}

.shop-macaroons-title {
    grid-column: 1 / 5;
    grid-row: 1 / 2;
    font-size: 45px;
    font-family: tavolga-free, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-bottom: 143px;
}

.shop-macaroons-item {
    width: 263px;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 20px;
}

.shop-macaroons-items {
    position: relative;
}

.shop-image {
    text-align: center;
    padding-bottom: 48px;
    position: absolute;
    left: 48px;
    top: -56px;
    transition: all 0.5s ease;
}

.shop-macaroons-items:hover .shop-image{
    transform: scale(1.1);
}

.shop-title {
    font-size: 18px;
    font-family: tavolga-free, sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 109px;
}

.shop-price, .shop-things{
    font-size: 15px;
    font-family: GilroyRegular, sans-serif;
    color: rgb(255, 255, 255);
    text-align: left;
    padding-left: 20px;

}

.shop-things {
    padding-bottom: 16px;
    padding-top: 31px;
}

.shop-price {
    padding-bottom: 31px;
}

.shop-button {
    text-align: right;
    position: relative;
}

.btn-2 {
    padding: 19px 29px;
    position: absolute;
    bottom: 28px;
    left: 106px;
}

.order-macaroons {
    background: #ffefef;
}


.order-macaroons .container {
    display: flex;
    justify-content: space-between;
}

.order-image {
    padding: 168px 161px 120px 0;
    position: relative;
}

.order-title {
    font-size: 45px;
    font-family: tavolga-free, sans-serif;
    color: rgb(51, 25, 7);
    line-height: 1.222;
    text-align: left;
    padding: 98px 0 41px 0;
}

.order-text {
    font-size: 18px;
    font-family: GilroyRegular, sans-serif;
    color: rgb(51, 25, 7);
    line-height: 1.556;
    text-align: left;
    padding-bottom: 48px;
    width: 401px;
}

.order-title-mini {
    font-size: 18px;
    font-family: GilroyBold, sans-serif;
    color: rgb(18, 10, 6);
}

.order-ttl {
    padding-bottom: 20px;
}

.order-title-form {
    padding-bottom: 22px;
}

.order-input {
    border-width: 1px;
    border-color: rgb(130, 19, 40);
    border-style: solid;
    border-radius: 30px;
    width: 295px;
    background: #ffefef;
    padding: 22px 25px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.order-input::placeholder {
    font-size: 15px;
    font-family: GilroyBold, sans-serif;
    color: rgb(118, 12, 34);
}

.order-input-form {
    margin-bottom: 15px;
}

.btn-3 {
    padding: 22px 75px;
    width: 344px;
    margin-bottom: 120px;
}

.order-image-klnk {
    position: absolute;
    top: 142px;
    left: -13px;
    animation: pls 2s infinite;
}

@keyframes pls {
    0% {
        transform: translate(0,15px);
    }
    50% {
        transform: translate(0,0);
    }
    100% {
        transform: translate(0,15px);
    }
}

.order-image-klnk-2 {
    position: absolute;
    bottom: 231px;
    left: 953px;
    animation: pls-2 2s infinite 2s;
}

@keyframes pls-2 {
    0% {
        transform: translate(0,15px);
    }
    50% {
        transform: translate(0,0);
    }
    100% {
        transform: translate(0,15px);
    }
}

.footer {
    background: #c0707c;
}

.lg-footer {
    padding: 80px 0 19px 0;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-rights {
    font-size: 12px;
    font-family: GilroyRegular, sans-serif;
    color: rgb(227, 172, 180);
    padding-bottom: 77px;
}

.footer-instagram {
    text-align: center;
    padding-bottom: 15px;
}

.footer-cnnctn {
    font-size: 16px;
    font-family: GilroyBold, sans-serif;
    color: rgb(255, 255, 255);
}

.gift {
    border-radius: 50%;
    position: fixed;
    width: 90px;
    height: 90px;
    bottom: 20px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    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: all 0.5s ease-in-out;
    z-index: 2;
}

.gift:hover {
    box-shadow: 0 0 12.6px 2.4px rgba(130, 19, 40, 0.5);
}

.gift-img {
    position: absolute;
}

.gift-prompt img{
    margin-right: 283px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(64px);
    transition: all 0.5s ease-in-out;
}

.gift:hover .gift-prompt img {
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.5s ease-in-out;
}

.burger {
    display: none;
}

.close {
    display: none;
}


