    /*HEADER*/
    #rec334775322 {
        width: 100%;
        position: absolute;
        top: 52px;
        z-index: 999;
    }
    
    #rec334775322 .t396__artboard {
        background: transparent !important;
    }

    .t280__menu__bg {
        background: linear-gradient(100deg, #e7c9ca, #82aea8);
        background-size: 150% 150%;
        
        -webkit-animation: BgMobile 9s ease infinite;
        -moz-animation: BgMobile 9s ease infinite;
        animation: BgMobile 9s ease infinite;
    }
    
    .t280__container {
        width: 70px !important;
        margin-left: auto;
    }
    
    @-webkit-keyframes BgMobile {
    0%{background-position:4% 0%}
    50%{background-position:97% 100%}
    100%{background-position:4% 0%}
    }
    @-moz-keyframes BgMobile {
        0%{background-position:4% 0%}
        50%{background-position:97% 100%}
        100%{background-position:4% 0%}
    }
    @keyframes BgMobile {
    0%{background-position:4% 0%}
    50%{background-position:97% 100%}
    100%{background-position:4% 0%}
    }
    /*Видео в слайдере*/
    .video_sld {
        display: block;
        overflow: hidden;
        border-radius: 17px;
    }
    
    .video_sld .tn-atom {
        transform: translate(0px, -80px);
    }
    
    @media (max-width: 1200px) {
        .video_sld .tn-atom {
            transform: translate(0px, 0px);
        }
    }
    /*Градиенты*/
    .slider-gr {
        mix-blend-mode: multiply;
    }
    
    .slider-gr .tn-atom {
        background: linear-gradient(100.38deg, rgba(231, 201, 202, 0.7) 13.25%, rgba(130, 174, 168, 0.7) 79.23%);
    }
    
    .slider-gr2 .tn-atom {
        background: linear-gradient(145.1deg, #E7C9CA 13.02%, #82AEA8 89.04%);
    }
    /*Градиент в главном блоке*/
    .white_gr_main .tn-atom {
        background-color: transparent !important;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(246, 238, 239, 0) 100%);
    }
    
    .white_gr_main2 {
        position: relative;
        z-index: 1 !important;
    }
    
    .white_gr_main2 .tn-atom {
        background: linear-gradient(180deg, rgba(246, 238, 239, 0) 0%, #F6EEEF 100%);
        background-color: transparent !important;
    }
    
    /*СЛАЙДЕР*/
    .word-break {
        word-break: normal !important;
    }
    
    /*СЛАЙД С ВИДЕО*/
    @media (max-width: 960px) {
        .video_sld .tn-atom {
            position: inherit;
            height: 100%;
        }
        
        #videoCover video,
        div#videoCover {
            opacity: .8;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #231F20 100%);
        }
    }

    /*СПОСОБ НАЛОЖЕНИЯ*/
    .mix-multiply {
        mix-blend-mode: multiply;
    }
    
    /*СКРУГЛЕНИЕ ВЕРХНИХ УГЛОВ*/
    .border-radius-top .tn-atom {
        border-radius: 8px 8px 0 0;
    }
    
    /*КАТАЛОГ ТОВАРОВ*/
    .t776__parent {
        z-index: 100;
        position: relative;
        mix-blend-mode: multiply;
    }
    
    .t776__col {
        position: relative;
        border: 1px solid #C4C4C4;
        border-radius: 8px;
        max-width: 418px !important;
        padding: 25px 70px 40px 70px;
        transition: all 0.2s;
    }
    
    @media (max-width: 1200px) {
        .t776__col {
            max-width: 318px !important;
        }
    }
    
    @media (max-width: 980px) {
        .t776__parent {
            display: flex;
            justify-content: space-evenly;
            column-gap: 20px;
        }
        
        .t776__col {
            flex: 50%;
            padding: 25px 10px 40px 10px;
            margin-bottom: 20px !important;
        }
    }
    
    @media (max-width: 520px) {
        .t776__parent {
            flex-wrap: wrap;
        }
        
        .t776__col {
            flex: 100%;
            max-width: 100% !important;
        }
    }
    
    .t776__bgimg {
        background-size: contain !important;
    }
    
    .t776__col:before {
        content:'';
        transition: all 0.2s;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 8px;
        top: 0px;
        left: 0;
        opacity: 0;
        pointer-events: none;
        z-index: 10;
        background: url(https://static.tildacdn.com/tild6539-3834-4465-b066-616265633865/logo_white.svg) center no-repeat ,linear-gradient(145.1deg , #E7C9CA 13.02%, #82AEA8 89.04%);
    }
    
    .t776__col:hover:before {
        opacity: .95 !important;
    }
    
    .t776__imgwrapper {
        padding-bottom: 62% !important;
    }
    
    .t776__imgwrapper:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 8px;
        bottom: -8px;
        background: #82AEA8;
    }
    
    .t776__markwrapper {
        width: 86px;
        height: 84px;
    }
    
    .t776__mark {
        background-color: transparent !important;
        background: url(https://static.tildacdn.com/tild3038-6237-4333-b466-356230393930/lable.svg) no-repeat;
    }
    .t776__btn {
        margin: 0 0px 0px 0 !important;
        height: 70px;
        width: 100%;
    }
    
    .t776__textwrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        grid-row-gap: 20px;
    }
    
    .t776__title {
        flex: 100%;
    }
    
    .t776__descr {
        order: 3;
        margin-top: auto;
    }
    
    .t776__price-wrapper {
        margin-bottom: auto;
        margin-top: auto !important;
    }
/*КУПИТЬ ПОДАРОЧНЫЙ СЕРТИФИКАТ*/
.t778__btn {
    letter-spacing: 1px;
    width: 100%;
    height: 70px;
}

.t778__textwrapper {
    padding: 0 0 15px !important;
}

.t778__content .t778__btn-wrapper {
    padding: 0 !important;
}

.t-align_left .t778__btn {
    margin: 0px !important;
}

.t778__wrapper:before {
    content:'';
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    background: #82AEA8;
    top: 0;
}

.t778__title {
    margin-top: 22px;
}

/*ЧАСТО ЗАДАВАЕМЫЕ ВОПРОСЫ*/
.t668__col:first-child .t668__wrapper {
    border-radius: 8px 8px 0 0;
}

.t668__col:last-child .t668__wrapper {
    border-radius: 0 0 8px 8px;
}

.t668__header svg {
    display: none !important;
}

.t668__lines {
    background: url(https://static.tildacdn.com/tild3365-3434-4462-b565-376531663365/Vector.svg) no-repeat center;
}

.t668__opened .t668__lines {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important;
}