<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    box-sizing: border-box;
}
body{
    font-family: 'Lobster', cursive;
}
/* header xs */
.header {
    border-bottom: 1px solid #dbb8d5;
    margin-bottom: 3px;
}
.header-top__body {
    display: flex;
    justify-content: space-between;
}
.tell-me-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tell-me-link {
    display: block;
    color: #edc6df;
    text-decoration: none;
    font-size: 16px;
    line-height: 50px;
}
.tell-me-link:not(:last-child) {
    margin-right: 15px;
}
.tell-me-link:hover {
    color: #cc99cc;
}
.call-link {
    display: flex;
}
/* .header-row {
    padding-top: 10px;
    padding-bottom: 10px;
} */
nav {
    overflow-x: auto;
}
.menu {
    order: 2;
}
.left-menu{
    display: none;
}
.menu-list {
    display: flex;
    justify-content: center;
}
.menu-item {
    padding: 5px 10px;
}
.menu-link {
    text-decoration: none;
    color: #dbb8d5;
    font-size: 16px;
    outline: none;
    border: none;
    display: block;    
}
.menu-link:hover {
    color: #9c759c;
}
.logo {
    order: 1;
}
.logo-link {
    display: block;
}
.logo-img {
    display: block;
    width: 80px;
}
/* slider xs */
.slider-item {
    background-position: 85% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.slider-item__1 {
    background-image: url(images/slider-img1.jpg);
}
.slider-item__2 {
    background-image: url(images/slider-img2.jpg);
}
.slider-item__3 {
    background-image: url(images/slider-img3.jpg);
}
.slider-item__4 {
    background-image: url(images/slider-img4.jpg);
}

.slider__body {
    background-color: rgba(219, 184, 213, 0.3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.slick-arrow {
    z-index: 3;
    opacity: 0;
}
.slick-arrow:before {
    font-size: 40px;
    opacity: 0.9;
}
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
}
.slick-prev {
    left: 40px
}
.slick-next {
    right: 40px;
}
.slick-dots {
    bottom: 15px;
}
.slick-dots li button:before {
    font-size: 7px;
    color: #ffffff;
    opacity: 0.9;
}
.slick-dots li.slick-active button:before {
    font-size: 12px;
    color: #ffffff;
    opacity: 0.9;
}
.slider-title {
    display: flex;
    justify-content: center;
}
.slider-title__text {
    text-align: center;
}
.slider-title__big-text {
    font-size: 27px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.slider-title__small-text {
    font-size: 19px;
    color: #ffffff;
    line-height: 0.5;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.slider-title__bracket {
    font-size: 60px;
    color: #ffffff;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    padding: 0 10px;
}
/* title section xs */
.section-title {
    border-bottom: 1px solid #dbb8d5;
    padding: 0 15px 30px 15px;
    margin-bottom: 30px;
}
.section-title__h2 {
    color: #cc99cc;
    font-size: 30px;
    text-align: center;
}
.section-title__bracket {
    color: #dbb8d5;
    padding: 0 15px;
}
/* about xs */
.direction-column {
    flex-direction: column;
}
.about__column {
    margin-bottom: 30px;
}
.about-img {
    display: block;
    width: 100%;
}
.column__discription {
    background: linear-gradient(to bottom, #ffffff, #edc6df);
    padding: 0 15px 15px 15px;
    height: 100%;
}
.title__h3 {
    color: #9c759c;
    font-size: 24px;
}
.text {
    font-family: 'Open Sans', sans-serif;
    color: #8e8c8c;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 15px;
}
.social {
    margin-top: 15px;
}
.title__h4 {
    color: #cc99cc;
    font-size: 18px;
}
.social__links {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.social-link {
    display: block;
    color: #9c759c;
    text-decoration: none; 
}
.social-link:not(:last-child) {
    margin-right: 15px;
}
.social-link:hover {
    color: #cc99cc;
}
/* advantage xs */
.advantage-item {
    display: flex;
    margin-bottom: 30px;
}
.advantage-item__discription {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.advantage-item__img {
    width: 110px;
    min-width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: rgba(242, 213, 236, 0.75);
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    align-self: center;
}
.advantage-item__img1 {
    background-image: url(images/icon_cake_1.png);
}
.advantage-item__img2 {
    background-image: url(images/icon_cake_2.png);
}
.advantage-item__img3 {
    background-image: url(images/icon_cake_3.png);
}
.advantage-item__img4 {
    background-image: url(images/icon_cake_4.png);
}
.advantage-item__img5 {
    background-image: url(images/icon_cake_5.png);
}
.advantage-item__img6 {
    background-image: url(images/icon_cake_6.png);
}
.advantage-item-text {
    font-family: 'Open Sans', sans-serif;
    color: #8e8c8c;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 15px;
}
/* assortment xs */
.product {
    margin-bottom: 30px;
}
.assortment__body img {
    height: 425px;
}
.product-item {
    position: relative;
}
.product-img {
    display: block;
    width: 100%;
    transition: all 1s ease;
    object-fit: cover;
}
.product-item__hover-image, .product-item__hover-bgd, .product-item__hover-border,.filling-item__hover-bgd {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.product-item__hover-image {
    margin: auto;
    transition: all 1s ease;
    overflow: hidden;
}
.product-item__hover-bgd {
    margin: auto;
    background-color: rgba(219, 184, 213, 0.65);
    transition: all 1s ease;
}
.product-item__hover-border {
    margin: 5px;
    border: 2px solid #ffffff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.product-item:hover .product-item__hover-image,
.product-item:hover .product-item__hover-bgd,
.product-item:hover .product-item__hover-border,
.product-item:hover .filling-item__hover-bgd {
    opacity: 1;
}

.product-item__hover-title {
    color: #ffffff;
    font-size: 20px;
    /* font-size: 24px; */
    text-shadow: 2px 2px 2px #9c759c;
}
.product-item__hover-text {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.2;
    text-shadow: 2px 2px 2px #9c759c;
}
.show-more-btn {
    margin-bottom: 30px;
}
.show-more-link {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;
    outline: none;
    text-decoration: none;
    color: #cc99cc;
    font-size: 20px;
    text-align: center;
}
.show-more-link:hover {
    color: #9c759c;
}
.hide {
    display: none;
}
/* filling xs */
.filling__body img {
    height: 340px;
}
.product-item__scale {
    overflow: hidden;
}
.product-item__scale:hover&gt;.product-img {
    transform: scale(1.2);
    transition: all 1s ease;
}
.filling-item__hover-bgd {
    margin: auto;
    background-color: rgba(219, 184, 213, 0.85);
    transition: all 1s ease;
}
/* prices xs */
.prices__column {
    display: flex;
    margin-bottom: 30px;
}
.prices-images-row{
    display: flex;
}
.prices-images__column_1 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
}
.prices-images__column_2 {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
}
.price-image {
    overflow: hidden;
    margin: 2px;
}
.price-img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
}
.price-img:hover {
    transform: scale(1.3);
    transition: all 0.7s ease;
}
.fa-telegram {
    font-size: 1.7em !important;
}
/* insta xs */
.insta-row {
    margin-bottom: 30px;
}
.insta-column {
    padding: 20px;
}
.show-insta {
    font-family: 'Open Sans', sans-serif;
    color: #cc99cc;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #cc99cc;
    border-radius: 7px;
    transition: all 0.5s ease;
    background: linear-gradient(to right, #ffffff, #edc6df);

}
.show-insta:hover {
    background: linear-gradient(to right, #f5e1f2, #cc99cc);
    color: #ffffff;
}
/* partners xs*/
.partners__column {
    display: flex;
    margin-bottom: 30px;
}
.partners-img {
    display: block;
    width: 100%;
}
.partners-img__scale {
    overflow: hidden;
}
.partners-img__scale:hover&gt;.partners-img {
    transform: scale(1.1);
    transition: all 1s ease;
}
/* contacts xs */
.contacts__column {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.contacts__links {
    display: flex;
    justify-content: center;
    align-items: center;
}
.contacts-link:not(:last-child) {
    margin-bottom: 15px;
}
.contacts-text {
    font-family: 'Open Sans', sans-serif;
    color: #8e8c8c;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
.contacts-link {
    display: block;
    color: #9c759c;
    text-decoration: none;
    font-size: 18px;
}
.contacts-link:hover {
    color: #cc99cc;
}
/* footer xs*/
.footer, .header-top{
    background-color: #9c759c;
}
.copyright {
    font-family: 'Open Sans', sans-serif;
    color: #dbb8d5;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}
/* btn goTop xs*/
.scrollup {
    position: fixed; 
    right: 10px; 
    bottom: 10px;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background-color: #cc99cc;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    opacity: 0.7;
    padding-top: 11px;
}

.scrollup:hover {
    opacity: 1;
}


/* РђРґР°РїС‚Р°С†РёСЏ */

/* mobile */
@media(min-width:426px) {
    .slider-title__big-text {
        font-size: 40px;
    }
    .slider-title__small-text {
        font-size: 30px;
    }
    .slider-title__bracket {
        font-size: 70px;
    }
    .title__h3 {
        color: #9c759c;
        font-size: 30px;
    }
    .text {
        font-size: 14px;
    }
    .product-item__hover-text {
        font-size: 14px;
    }
}

/* tablet sm*/
@media(min-width:768px) {
    /* slider min 768 */
    .slick-arrow {
        opacity: 1;
    }
    .slider__body {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .slick-dots li button:before {
        font-size: 9px;
    }
    .slick-dots li.slick-active button:before {
        font-size: 14px;
    }
    .slider-title__big-text {
        font-size: 60px;
    }
    .slider-title__small-text {
        font-size: 40px;
    }
    .slider-title__bracket {
        font-size: 100px;
    }
    .slider-title__bracket {
        padding: 0 15px;
    }
    /* title section min 768 */
    .section-title {
        padding: 40px 15px;
        margin-bottom: 50px;
    }
    .section-title__h2 {
        font-size: 50px;
    }
    .section-title__bracket {
        color: #dbb8d5;
        padding: 0 15px;
        /* padding: 0 30px; */
    }
    /* about min 768 */
    .about__body {
        display: flex;
    }
    /* assortment min 768 */
    .direction-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .show-more-link {
        font-size: 24px;
    }
    /* btn goTop min 768*/
    .scrollup {
        right: 25px; 
        bottom: 25px;
    }
}

/* laptop md*/
@media(min-width:992px) {
    .direction-column {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    /* header min 992 */
    .tell-me-link {
        font-size: 18px;
    }
    nav {
        overflow-x: ;
    }
    .menu {
        display: flex;
        align-items: center;
    }
    .left-menu {
        justify-content: flex-end;
    }
    .display-mobile {
        display: none;
    }
    .menu-link {
        font-size: 18px;
    }
    .logo {
        order: 2;
    }
    .logo-img {
        width: 100px;
        margin: 0 auto;
    }
    /* slider min 992  */
    .slick-dots {
        bottom: 30px;
    }
    .slider-title__big-text {
        font-size: 70px;
    }
    .slider-title__small-text {
        font-size: 50px;
    }
    .slider-title__bracket {
        font-size: 120px;
    }
    .slider-title__bracket {
        padding: 0 25px;
    }
    /* about md */
    .column__discription {
        background: linear-gradient(to right, #ffffff, #edc6df);
        padding: 15px;
    }
    /* contacts md*/
    .contacts-text {
        font-size: 16px;
    }
    .contacts-link {
        font-size: 20px;
    }
}

/* desctop lg*/
@media(min-width:1200px) {
    /* header min 1200 */
    .menu-link {
        font-size: 22px;
    }
    .logo-img {
        width: 130px;
    }
    /* slider min 1200 */
    .slider__body {
        padding-top: 265px;
        padding-bottom: 265px;
    }
    .slider, .about__column, .advantage-item, .product, .show-more-btn, .prices__column, .partners__column, .contacts__column  {
        margin-bottom: 50px;
    }
    .slider-title__big-text {
        font-size: 90px;
    }
    .slider-title__small-text {
        font-size: 70px;
    }
    .slider-title__bracket {
        font-size: 140px;
    }
    .slider-title__bracket {
        padding: 0 35px;
    }
    /* about min 1200 */
    .title__h3 {
        font-size: 36px;
    }
    .text {
        font-size: 16px;
    }
    .title__h4 {
        font-size: 20px;
    }
    /* assortment min 1200 */
    .product-item__hover-title {
        font-size: 24px;
    }
    .product-item__hover-text {
        font-size: 16px;
    }
}

/* only mobile */

/* mobile-menu */

@media(max-width:991px) {

    .right-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .nav-mobile-menu {
        width: 21px;
        height: 21px;
        position: relative;
        z-index: 6;
    }
    .nav-mobile-menu span {
        height: 3px;
        background-color: #9c759c;
        position: absolute;
        left: 0;
        right: 0;
        transition: .25s ease-in-out;
    }
    .nav-mobile-menu span:nth-child(1) {
        top: 1px;
    }
    .nav-mobile-menu span:nth-child(2) {
        top: 9px;
    }
    .nav-mobile-menu span:nth-child(3) {
        bottom: 1px;
    }
    .hidden-menu {
        opacity: 0;
        visibility: hidden;
    }
    .navigation {
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        transform: translateX(150%);
        transition: all 500ms ease-in-out;
        background-color: #9c759c;
        justify-content: center;
        z-index: 4;
    }
    .nav-mobile-menu.active-menu span:nth-child(1) {
        top: 50%;
        transform: rotate(225deg);
        background-color: #ffffff;
    }
    .nav-mobile-menu.active-menu span:nth-child(2) {
        top: 50%;
        transform: rotate(-225deg);
        background-color: #ffffff;
    }
    .nav-mobile-menu.active-menu span:nth-child(3) {
        transform: scale(0);
    }
    .navigation.active-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 5;
    }
    .right-menu .menu-list {
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .right-menu .menu-item {
        display: flex;
        justify-content: center;
        padding: 8px;
    }
    .right-menu .menu-link {
        color: #ffffff;
        font-size: 24px;
        padding: 3px;
        text-transform: uppercase;
    }
}</pre></body></html>