*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #4C4A49;
    font-family: "Raleway", sans-serif;
    -webkit-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}
a{
    text-decoration: none;
}
ul{
    text-decoration: none;
    list-style-type: none;
}
.flex{
    display: flex;
    align-items: center;
    gap: 40px;
}
.container{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
h1{
    font-weight: normal;
    font-size: 42px;
}
h2{
    font-weight: normal;
    font-size: 32px;
}
section:not(.heroSection):not(.navigation):not(.breadcrumbs):not(.singleProduct):not(.chooseFlowers):not(.map){
    padding: 60px 0 20px;
}
section.breadcrumbs{
    padding: 20px 0 20px;
}
.sectionTitle{
    padding-bottom: 40px;
}

/* notFound */
.notFound{
    gap: 44px;
    text-align: center;
}
.notFound img{
    width: 100%;
}
.notFound h2{
    padding-bottom: 16px;
}
.links {
    padding-top: 16px;
}
.links .home{
    display: inline-block;
    background: linear-gradient(90.04deg, #F974A3 0%, #F14A7E 100%);
    border-radius: 2px;
    padding: 8px 16px;
    color: #fff;
}

/* heroSection */

.heroSection{
    background: url('https://severtsvet.ru/wp-content/uploads/2025/06/freepik__a-caucasian-man-28-years-old-and-a-caucasian-woman__81380-1.jpg') center center no-repeat;
    padding: 370px 0 100px;
}

.heroSection .mainContent{
    flex-direction: column;
    gap: 80px;
}
.heroSection .titleWrapper.flex{
    flex-direction: column;
    gap: 28px;
}
.heroSection .titleWrapper .title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}
.heroSection .titleWrapper .title p,
.heroSection .titleWrapper .title h1{
    color: #fff;
}
.heroSection .titleWrapper .title h1{
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;

    background: linear-gradient(91.85deg, #F871A1 46%, #92435F 99.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.mobileShop,
.mobileBlock{
    display: none;
}
.heroSection .titleWrapper .title p{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #FFFFFF;
}
.heroSection .action{
    width: 100%;
    max-width: 217px;
}
.heroSection .btn{
    background: linear-gradient(90deg, #F974A3 0%, #F14A7E 100%);
    border-radius: 4px;
    padding: 13px 0 14px;
    text-align: center;
    display: block;
    color: #fff;
    width: 100%;
}
.heroSection .preferences{
    gap: 130px;    
    width: 100%;
    justify-content: center;
}
.heroSection .preferences .preferenceCard{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.heroSection .preferences .preferenceCard{
    max-width: 235px;
    width: 100%;
}
.heroSection .preferences .preferenceCard p{
    color: #fff;
    text-align: center;
}
.heroSection .preferences .preferenceCard p span{
    font-weight: bold;
    display: block;
    color: #F871A1;
}

/* promo */

.promoWrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.promoCard{
    background: linear-gradient(90.04deg, #F974A3 0%, #F14A7E 100%);
    border-radius: 2px;
    overflow: hidden;
    width: calc(100% / 4 - 6px);
    transition: .4s ease-in-out all;
}
.promoCard a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}
.promoCard a h3{
    color: #fff;
    max-width: 100px;
    font-size: 16px;
    margin: 0 auto;
    font-weight: normal;
}
.promoCard .content{
    padding: 8px;
}
.promoCard .content p{
    display: none;
    -webkit-line-clamp: 3; /* Количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 150px; /* Примерная высота (1.5em × 3 строки) */
    color: #fff;
    line-height: 1.5em; /* Межстрочный интервал */
}
.promoCard a img{
    width: 150px;
    height: auto;
    display: block;
    transition: .4s ease-in-out all;
}
.promoCard:hover{
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}
.promoCard:hover a img{
    opacity: 0.8;
}

/* footer */
footer{
    background: #3a3a3a;
    padding: 60px 0 100px;
}
footer .navs {
    display: flex;
    justify-content: space-between;
}
footer .navTitle{
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    padding-bottom: 16px;
}
footer .footerCat{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
footer .footerCat a{
    color: #fff;
    opacity: 0.5;
    transition: .4s ease-in-out all;
}
footer .footerCat a:hover{
    opacity: 1;
}
footer .timeBlock i,
footer .timeBlock p,
footer .timeBlock p sup,
footer .phoneBlock p,
footer .phoneBlock .phoneWrapper i,
footer .phoneBlock .phoneWrapper .phones a{
    color: #fff;
    font-weight: bold;
}
.phoneBlock .phoneWrapper .phones a{
    display: block;
}
.phoneBlock .phoneWrapper{
    display: flex;
    align-items: center;
    gap: 8px;
}
.phoneBlock {
    display: flex;
    align-items: center;
    gap: 32px;
}
.phoneBlock a.btn{
    display: block;
    padding: 16px 32px;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(90.04deg, #F974A3 0%, #F14A7E 100%);
    transition: .4s ease-in-out all;
}
.phoneBlock a.btn:hover{
    background: linear-gradient(90.04deg, #F14A7E 0%, #F14A7E 100%);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

footer .infoBlock{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
footer .timeBlock{
    display: flex;
    align-items: center;
    gap: 8px;
}
footer .socialBlock{
    display: flex;
    gap: 8px;
}
footer .socialBlock a{
    transition: .5s ease-in-out all;
}
footer .socialBlock a:hover{
    opacity: 0.8;
}
section.map{
    position: relative;
}
.mapContainer{
    filter: grayscale(1);
    transition: .5s ease-in-out all;
}
.mapContainer iframe:hover,
.mapContainer:hover{
    filter: grayscale(0);
}
.mapContainer iframe{
    width: 100%;
    display: block;
}
.flexAdressCards{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
    width: 100%;
    max-width: 1440px;
}
.flexAdressCards .card{
    width: 100%;
    max-width: 360px;
    padding: 20px 24px;
    background: linear-gradient(90.04deg, #F974A3 0%, #F14A7E 100%);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flexAdressCards .card p,
.flexAdressCards .card a{
    color: #fff;
}
.flexAdressCards .card p{
    font-weight: bold;
    font-size: 18px;
}
.flexAdressCards .card a{
    font-size: 16px;
}
.flexAdressCards .card .contactWrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
}