@font-face {
    font-family: "Vogue Cyr [Rus by me]";
    src: url("fonts/vogue.eot");
    src: url("fonts/vogue.eot?#iefix") format("embedded-opentype"),
        url("fonts/vogue.woff2") format("woff2"),
        url("fonts/vogue.woff") format("woff"),
        url("fonts/vogue.ttf") format("truetype"),
        url("fonts/vogue.svg#Vogue Cyr [Rus by me]") format("svg");
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

a[class] {
    text-decoration: none;
    color: inherit;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

body {
    font-family: "Raleway", sans-serif;
    font-size: 1.2vw;
    font-optical-sizing: auto;
    font-style: normal;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    background: #9a6acf;
    color: #fff;
}

.container {
    width: calc(100% - 5vw);
    margin: 0 auto;
}

.section{
    overflow: hidden;
}

.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #9a6acf;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    z-index: 101;
}

.loading__content {
    width: 100%;
}

.loading__content .num {
    color: #f6be19;
    text-align: center;
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 3.75vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 1.15vw;
}

.loading__content .progress {
    border-radius: 0.8vw;
    height: 0.8vw;
    background: #f6be19;
    width: 0;
}

.loading__content .label {
    position: absolute;
    display: none;
}

.loading__content .label-1 {
    width: 17.2vw;
    bottom: 13vh;
    left: 15.6vw;
}

.loading__content .label-2 {
    width: 10vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loading__content .label-3 {
    width: 10vw;
    right: 6.8vw;
    bottom: 35vh;
}

.loading__content .label-4 {
    width: 8.6vw;
    right: 31vw;
    bottom: 70vh;
}

.loading__content .label-5 {
    width: 10vw;
    left: 27vw;
    bottom: 55vh;
}

.loading__content .label-6 {
    width: 17.2vw;
    left: 2.7vw;
    top: 3vh;
}

.loading__content .label-7 {
    width: 8.6vw;
    bottom: 10vh;
    right: 17.6vw;
}

.loading__content .label-8 {
    width: 8.6vw;
    top: 5vh;
    right: 2.1vw;
}

.go-top {
    position: fixed;
    bottom: 8vw;
    right: 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.5vw;
    font-size: 1.17vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
}

.go-top:hover {
    transform: scale(1.1);
}

.go-top.active {
    opacity: 1;
    pointer-events: all;
    z-index: 70;
}

.go-top svg {
    width: 3.7vw;
    height: auto;
}

#about-burger .slider__slide-left,
#about-burger .slider__slide-right{
    animation-duration: 1s;
}

#about-burger.products-slider .slider__slide-center{
    @media screen and (min-width: 768px){
        width: 20vw;
    }
}

@media screen and (max-width: 767px){
    #about-burger.products-slider .slider__slide-center img{
        max-height: 54vw;
        max-width: initial;
        width: initial;
        margin: auto;
    }
}

#about-burger.products-slider .controls{
    @media screen and (min-width: 768px){
        margin-top: 2vw;
    }
}

#about-burger.products-slider .controls img{
    max-width: 14vw;
    margin: auto;
}

.nav {
    position: fixed;
    width: 100%;
    z-index: 99;
    background: #9a6acf;
}

.nav__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.nav__inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    width: 100%;
    height: 4.5vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.nav__inner-left {
    width: 30vw;
    height: 4.5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.nav__inner-left .socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.8vw;
    margin-right: 1.8vw;
}

.nav__inner-left .socials__item {
    width: 1.4vw;
}

.nav__inner-left .socials__item svg {
    width: 100%;
    height: auto;
}

.nav__inner-left .socials__item path {
    transition: all 0.5s;
}

.nav__inner-left .socials__item:hover path {
    fill: #f6be19;
    stroke: #f6be19;
}

.nav__inner-left .logo-icon {
    width: 2.2vw;
    transition: 0.3s;
}
.nav__inner-left .logo-icon:hover {
    transform: scale(1.1);
}

.nav__inner-center {
    width: 18vw;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.nav__inner-center img {
    border-radius: 0 0 1vw 1vw;
}

.nav__inner-right {
    width: 30vw;
    height: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.nav__inner-right .burger {
    display: none;
}

.mobile-menu {
    display: none;
}

.nav__inner-right .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 4.5vw;
}

.nav__inner-right .menu__item {
    font-size: 0.9vw;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.5s;
}

.nav__inner-right .menu__item:hover {
    color: #f6be19;
}

.nav__video {
    position: relative;
}

.nav__video .video {
    position: absolute;
    right: 0;
    top: 0;
    width: 15.46vw;
    transition: opacity 1s;
}

.nav__video .video.hidden {
    opacity: 0;
    pointer-events: none;
}

.nav__video .video__button {
    width: 10.55vw;
    height: 10.55vw;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    bottom: -3.1vw;
    left: -3.1vw;
}

.nav__video .video__button:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("img/play-text-icon-min.png") no-repeat center;
    background-size: contain;
    animation: spin 50s linear infinite;
}

.nav__video .video__button-icon {
    width: 1.72vw;
    height: auto;
}

.nav__video .video__button path {
    transition: all 0.5s;
}

.nav__video .video__button:hover path {
    fill: #f6be19;
}

.video-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
}

.video-popup__overflow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9a6acf;
}

.video-popup__inner {
    width: 80vw;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-popup__inner-close {
    width: 2vw;
    height: 2vw;
    cursor: pointer;
    transition: transform 0.5s;
    margin: 0 auto 1vw;
    position: relative;
}

.video-popup__inner-close:hover {
    transform: rotate(180deg);
}

.video-popup__inner-close:before,
.video-popup__inner-close:after {
    position: absolute;
    left: 0.8vw;
    content: " ";
    height: 2vw;
    width: 0.25vw;
    background-color: #fff;
}

.video-popup__inner-close:before {
    transform: rotate(45deg);
}

.video-popup__inner-close:after {
    transform: rotate(-45deg);
}

.video-popup__inner iframe {
    width: 100%;
    height: 70vh;
    border-radius: 1vw;
}

.hero {
    padding-top: 13vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.hero__inner-left {
    width: 22.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.hero__inner-left .title {
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    transform: translateX(30%);
}

.hero__inner-left .desc {
    width: 16.25vw;
}

.hero__inner-left .desc__arrow {
    width: 75%;
    height: auto;
    animation: translate 5s linear infinite;
}

.hero__inner-left .desc__text {
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
}

.hero__inner-center {
    width: 49vw;
    background: url("img/hero-bg.svg") no-repeat top center;
    background-size: contain;
    margin-right: 4vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.hero__inner-center .slider__anim {
    display: none;
}

.hero__inner-center .slider__anim.active {
    display: block;
}

.hero__inner-center .slider__static {
    display: none;
}

.hero__inner-center .slider__static.active {
    display: block;
}

.hero__inner-center .slider__item {
    display: none;
}

.hero__inner-center .slider__item.active {
    display: block;
}

.hero__inner-right {
    width: 15.46vw;
    padding-top: 3vw;
}

.hero__inner-right .desc__text {
    display: none;
}

.hero__inner-right .text {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.hero__inner-right .text.marg {
    margin: 1vw 0 2vw;
}

.products-slider {
    /* padding-top: 9vw; */
    background: url("img/product-slider-bg.svg") no-repeat center;
    background-size: 36vw;
    height: 100vh;
}

.products-slider .mobile-title {
    display: none;
}

.products-slider .slider__slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.5s;
}

.products-slider  .slick-slide{
    height: initial!important;
}

.products-slider .slider__slide.slick-active {
    transform: scale(1);
}

.products-slider .slider__slide-left {
    width: 19vw;
}

.products-slider .slider__slide-center {
    width: 33vw;
}

.products-slider .slider__slide-center .title-product {
    font-size: 2vw;
    margin-bottom: 0.8vw;
    text-align: center;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.products-slider .slider__slide-right {
    width: 19vw;
    align-self: center;
}

.products-slider .slider__slide-right .more {
    display: none;
}

.products-slider .title {
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 0.9;
    text-transform: uppercase;
    margin-bottom: 1.1vw;
    width: 15.6vw;
}

.products-slider .tabs__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 1.1vw;
}

.products-slider .tabs__head-item {
    font-size: 0.85vw;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.4vw;
    position: relative;
    transition: color 0.5s;
}

.products-slider .tabs__head-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6vw;
    left: 0;
    top: 0;
    opacity: 0.33;
    background: #fff;
    filter: blur(0.5vw);
}

.products-slider .tabs__head-item.active,
.products-slider .tabs__head-item:hover {
    color: #f6be19;
}

.products-slider .tabs__content-item {
    display: none;
}

.products-slider .tabs__content-item:first-child {
    display: block;
}

.products-slider .info-list__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0.6vw;
    margin-bottom: 0.6vw;
    width: 15.6vw;
}

.products-slider .info-list__item .icon{
    display: inline-flex;
    align-items: center;
}

.products-slider .info-list__item .icon img{
    max-width: 4.2vw;
    margin-right: 1.2vw;
    display: inline-block;

    @media screen and (max-width: 767px){
        max-width: 22vw;
        margin-right: 9.2vw;
    }
}

.products-slider .info-list__item .icon img:last-child{
    margin-right: initial;
}

.products-slider .info-list__item .name {
    font-size: 1.17vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
    margin: 0 0 0.5vw 0;
}

.products-slider .info-list__item .text {
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.products-slider .controls {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.products-slider .slick-arrow {
    width: 1vw;
    height: auto;
    cursor: pointer;
}

.products-slider .slick-arrow path {
    transition: all 0.5s;
}

.products-slider .slick-arrow:hover path {
    stroke: #f6be19;
}

.products-slider .slider-nav {
    width: 33vw;
}

.products-slider .slider-nav__item {
    padding: 0 1vw;
    cursor: pointer;
}

.products-slider .slider-nav__item .name {
    text-align: center;
    font-size: 1vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin: 0.5vw 0 0;
}

.products-slider .slick-active .slider__slide-left {
    animation-name: slick-anim-left;
    animation-duration: 2s;
}

.products-slider .slick-active .slider__slide-center:not(.open-page) {
    animation-name: slick-anim-center;
    animation-duration: 2s;
}

.products-slider .slick-active .slider__slide-right {
    animation-name: slick-anim-right;
    animation-duration: 2s;
}

.products-slider .features-list__item {
    position: relative;
    padding-left: 1.8vw;
    margin-bottom: 1vw;
    font-size: 1.17vw;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 16vw;
}

.products-slider .features-list__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 0.7vw;
    height: 0.7vw;
    border-radius: 50%;
    background: #f6be19;
    left: 0;
    top: 0.4vw;
}

.products-slider strong {
    display: block;
}

.products-slider .features-list__item-line {
    display: block;
    font-weight: 500;
    opacity: 0.7;
}

.recipes {
    /* padding-top: 9vw; */
    height: 100vh;
}

.recipes__inner{
    padding-top: 8vw;
}

.recipes__inner .title {
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 25vw;
    margin: 0 auto 1vw;
    text-align: center;
    padding: 0 2vw;
}

.recipes__inner .scroll-block {
    overflow: hidden;
}

.recipes__inner .scroll-block__inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 2.1vw;
    position: relative;
    left: 1vw;
    animation: recipes 20s linear infinite;
}

.recipes__inner .scroll-block__inner:hover {
    animation-play-state: paused;
}

.recipes__inner .scroll-block__inner-line {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    column-gap: 2.1vw;
}

.recipes__inner .scroll-block .link {
    width: 9vw;
    display: block;
}

.recipes__inner .bottom {
    width: 47.5vw;
    margin: -3vw auto 0;
    padding: 0 2vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.recipes__inner .bottom__label {
    width: 8vw;
    position: relative;
    right: -3vw;
    bottom: -5.5vw;
    z-index: -1;
    animation: scale 4s linear infinite;
}

.recipes__inner .bottom__text {
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 2.8vw;
    line-height: 0.85;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.recipes__inner .bottom__text a {
    color: #f6be19;
    text-decoration: none;
}

.recipes__inner .bottom__text img {
    width: 3.125vw;
    display: inline;
}

.recipes__inner .bottom__qr {
    width: 8.67vw;
    margin: 1vw auto 0;
}

.video-block {
    /* padding-top: 9vw; */
    position: relative;
    background-attachment: fixed;
    background-size: 26.87vw;
    height: 100vh;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.lozhka {
    position: absolute;
    right: -20vw;
    top: 50%;
    transform: translateY(-50%);
    width: 350px;
    transition: 0.5s;
    transition-delay: 0.5s;
}

.lozhka.active {
    right: 0;
}

@media (max-width: 768px) {
    .lozhka {
        width: 150px;
        right: 0;
        top: 60%;
    }
}

.video-block:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("img/line-blured.png") no-repeat center;
    background-size: cover;
    z-index: -1;
}

.video-block__sticky-top {
    height: 15.5vw;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(
        0deg,
        rgba(154, 106, 207, 0) 0.27%,
        #9a6acf 100%
    );
    pointer-events: none;
    backdrop-filter: blur(1px);
}
.follow-wrap .container {
    height: 100vh;
    display: flex;
    align-items: center;
}
.video-block__inner {
    height: 155vh;
    padding-top: 15vh;
    /* max-height: 100vh;
    overflow: scroll; */
}
@media (max-width: 768px) {
    .slick-slide {
        height: inherit;
    }
}
.video-block__inner .title {
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 7.5vw;
    margin-top: 2vw;
    font-style: normal;
    font-weight: 700;
    line-height: 89.844%;
    letter-spacing: -4.2px;
    text-transform: uppercase;
    width: 60vw;
    position: relative;
}

.video-block__inner .title:before {
    content: "";
    display: block;
    width: 100%;
    height: 8vw;
    position: absolute;
    top: -1.4vw;
    left: 0;
    /* background: linear-gradient(
        180deg,
        rgba(156, 108, 209, 0) 0.27%,
        #9a6acf 100%
    ); */
    backdrop-filter: blur(1px);
}

.video-block__inner .title:after {
    content: "";
    display: block;
    width: 100%;
    height: 7vw;
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: linear-gradient(
        180deg,
        rgba(156, 108, 209, 0) 0.27%,
        #9a6acf 100%
    ); */
    backdrop-filter: blur(1px);
}

.video-block__inner .video-link {
    position: absolute;
    width: 23vw;
    display: block;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%) !important;
    top: 40vw;
}

@media (max-width: 768px) {
    .video-block__inner .video-link {
        position: relative;
        left: inherit;
        top: inherit;
        margin: 0 auto;
        transform: none !important;
    }

    .video-block__inner {
        height: inherit;
    }

    .follow-wrap .container {
        height: inherit;
    }
}

.video-block__inner .video-link .video__button {
    width: 9vw;
    height: 9vw;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-block__inner .video-link .video__button:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("img/play-text-icon-min.png") no-repeat center;
    background-size: contain;
    animation: spin 50s linear infinite;
}

.video-block__inner .video-link .video__button-icon {
    width: 1.7vw;
    height: auto;
}

.video-block__inner .video-link .video__button path {
    transition: all 0.5s;
}

.video-block__inner .video-link .video__button:hover path {
    fill: #f6be19;
}

.video-block__sticky-bottom {
    height: 38vw;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(
        180deg,
        rgba(156, 108, 209, 0) 0.27%,
        #9a6acf 100%
    );
    backdrop-filter: blur(1px);
    pointer-events: none;
}

.follow-us {
    /* padding: 9vw 0 0; */
    height: 100vh;
}

.follow-us__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 10vw;
}

.follow-us__inner-left {
    width: 45vw;
}

.follow-us__inner-left .title {
    font-family: "Vogue Cyr [Rus by me]";
    font-size: 3vw;
    font-style: normal;
    font-weight: 700;
    line-height: 89.844%;
    text-transform: uppercase;
    margin-bottom: 0.5vw;
    width: 36vw;
}

.follow-us__inner-left .content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.follow-us__inner-left .content__left {
    width: 13vw;
    padding-top: 1vw;
}

.follow-us__inner-left .content__right {
    width: 16vw;
}

.follow-us__inner-left .content__right .text {
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
    margin: 1vw 0 2.5vw;
}

.follow-us__inner .item {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 1.1vw;
}

.follow-us__inner .item img {
    transition: all 0.5s;
}

.follow-us__inner .item:hover img {
    transform: scale(1.1) rotate(3deg);
}

.follow-us__inner .item svg {
    position: absolute;
    left: 50%;
    top: 50%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.follow-us__inner .item__tt svg {
    width: 2.5vw;
}

.follow-us__inner .item__fb {
    width: 8.5vw;
}

.follow-us__inner .item__in {
    width: 16vw;
}

.follow-us__inner .item__fb svg {
    width: 2.2vw;
}

.follow-us__inner .item__in svg {
    width: 2.5vw;
}

.follow-us__inner .item path {
    transition: all 0.5s;
}

.follow-us__inner .item:hover path {
    fill: #f6be19;
    stroke: #f6be19;
}

.follow-us__inner-right {
    width: 34.3vw;
}

.follow-us__inner-bottom {
    width: 100%;
    padding-top: 0.75vw;
}

.follow-us__inner-bottom .text p {
    font-size: 0.9vw;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.022vw;
    margin-bottom: 2vw;
}

.follow-us__inner-bottom .text .toggle {
    display: none;
    margin-bottom: 80px;
}

.follow-us__inner-bottom .text p span {
    display: none;
    color: #f6be19;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.follow-us__inner-bottom .text p span:hover {
    text-decoration: underline;
}

.follow-us__inner-bottom .text p span.active {
    display: inline;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .footer {
        position: static;
    }
    section {
        overflow: hidden;
    }
}
.footer__inner {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding: 1vw 0;
}

.footer__inner-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.25vw;
}

.footer__inner-top .tel {
    width: 20vw;
}

.footer__inner-top .email {
    width: 20vw;
    text-align: right;
    display: block;
}

.footer__inner-top a {
    color: inherit;
    text-decoration: none;
}

.footer__inner-top .logo {
    width: 6vw;
}

.footer__inner-bottom .copyright {
    font-size: 1vw;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.28px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .nav__inner-left,
    .nav__inner-right {
        width: 33vw;
    }

    .hero__inner-center {
        margin-right: 2vw;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 3.25vw;
    }

    .nav {
        background: #9a6acf;
    }

    .nav__inner {
        align-items: center;
    }

    .nav__inner:before {
        display: none;
    }

    .nav__inner-left,
    .nav__inner-right {
        width: auto;
    }

    .nav__inner-center {
        width: 45vw;
    }

    .nav__inner-right {
        justify-content: flex-end;
    }

    .nav__inner-left .logo-icon {
        width: 6.2vw;
    }

    .nav__inner-left .socials,
    .nav__inner-right .menu {
        display: none;
    }

    .nav__inner-right .burger {
        width: 5.8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        z-index: 112;
    }

    .nav__inner-right .burger span {
        display: block;
        width: 5.8vw;
        height: 0.7vw;
        background-color: #f6be19;
        transition: all 0.5s;
    }

    .nav__inner-right .burger span:first-child {
        margin-bottom: 2vw;
    }

    .nav__inner-right .burger.active span:nth-child(1) {
        transform: rotate(45deg);
    }

    .nav__inner-right .burger.active span:nth-child(2) {
        transform: rotate(-45deg);
        margin-left: -0.05vw;
        margin-top: -2.5vw;
    }

    .mobile-menu {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #9a6acf;
        z-index: 111;
    }

    .mobile-menu__inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        height: 100%;
    }

    .mobile-menu__inner-list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .mobile-menu__inner-list .item {
        font-family: "Vogue Cyr [Rus by me]";
        font-size: 8.3vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-bottom: 8.3vw;
    }

    .mobile-menu__inner-socials {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        column-gap: 8vw;
    }

    .mobile-menu__inner-socials .item {
        width: 8vw;
    }

    .mobile-menu__inner-socials .item svg {
        width: 100%;
        height: auto;
    }

    .nav__video .video {
        position: absolute;
        right: 0;
        top: 0;
        width: 34vw;
        transition: opacity 1s;
    }

    .nav__video .video__button {
        width: 23vw;
        height: 23vw;
        bottom: -7vw;
        left: -7vw;
    }

    .nav__video .video__button-icon {
        width: 5vw;
    }

    .hero {
        padding-top: 46vw;
        height: auto;
    }

    .hero__inner {
        display: block;
    }

    .hero__inner-left,
    .hero__inner-center,
    .hero__inner-right {
        width: 100%;
        display: block;
        position: relative;
        height: auto;
    }

    .hero__inner-left .title {
        font-size: 8.3vw;
        width: 60vw;
        transform: translateX(0);
    }

    .hero__inner-left .desc__arrow {
        width: 25vw;
        animation: none;
        transform: scale(1, -1) rotate(-55deg);
        position: absolute;
        right: 21vw;
        margin-top: -19vw;
    }

    .hero__inner-left .desc__text {
        display: none;
    }

    .hero__inner-right .desc__text {
        display: block;
        font-size: 3.25vw;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
        width: 47vw;
        margin: 0 0 5vw;
    }

    .hero__inner-right .text {
        font-size: 3.4vw;
    }

    .hero__inner-right .text.marg {
        margin: 0 0 3.5vw;
    }

    .products-slider {
        padding-top: 25vw;
        background-position-y: 55vw;
        background-size: 97vw;
        height: auto;
    }

    .products-slider .mobile-title {
        display: block;
        text-align: center;
        font-family: "Vogue Cyr [Rus by me]";
        font-size: 7.4vw;
        font-style: normal;
        font-weight: 700;
        line-height: 90%;
        letter-spacing: -0.96px;
        text-transform: uppercase;
        margin-bottom: 4vw;
    }

    .products-slider .tabs__head {
        column-gap: 3vw;
        margin-bottom: 5vw;
    }

    .products-slider .tabs__head-item {
        font-size: 3vw;
        padding: 2.5vw;
        border-radius: 5vw;
    }

    .products-slider .tabs__head-item:before {
        border-radius: 5vw;
    }

    .products-slider .slider__slide-left,
    .products-slider .slider__slide-center,
    .products-slider .slider__slide-right {
        width: 100%;
    }
    .products-slider .slider__slide-center {
        order: -1;
        height: 82vw;
        margin-bottom: 42vw;
    }

    .products-slider .title {
        display: none;
    }

    .products-slider .tabs__content-item {
        position: relative;
    }

    .products-slider .controls {
        position: absolute;
        margin: 0;
        width: 100%;
        top: 86vw;
        z-index: 55;
    }

    .products-slider .slick-arrow {
        width: 3vw;
    }

    .products-slider .slider-nav {
        width: 85vw;
    }

    .products-slider .active .slick-active .slider__slide-left,
    .products-slider .active .slick-active .slider__slide-right {
        animation: none;
    }

    .products-slider .slider__slide-right .info-list {
        display: none;
        margin-top: 2.5vw;
    }

    .products-slider .slider__slide-right .more {
        display: block;
        color: #f6be19;
        font-size: 4.18vw;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 2.5vw;
    }

    .products-slider .slider-nav__item .name {
        font-size: 3.25vw;
        margin: 4vw 0 0;
    }

    .products-slider .features-list {
        display: none;
    }

    .products-slider .features-list__item {
        font-size: 3.25vw;
        padding-left: 4.5vw;
        margin-bottom: 2.5vw;
        width: 100%;
    }

    .products-slider strong {
        display: inline;
    }

    .products-slider .features-list__item:before {
        width: 2vw;
        height: 2vw;
        top: 1.1vw;
    }

    .products-slider .info-list__item {
        padding-bottom: 2.6vw;
        margin-bottom: 2.6vw;
        width: 100%;
    }

    .products-slider .info-list__item .name {
        font-size: 3.25vw;
        margin: 0 0 2.5vw 0;
    }

    .products-slider .slider__slide-center .title-product {
        font-size: 7vw;
    }

    .recipes {
        padding-top: 25vw;
        height: auto;
    }

    .recipes__inner .title {
        font-size: 7.44vw;
        width: 85vw;
        margin: 0 auto 5vw;
    }

    .recipes__inner .scroll-block__inner-line {
        column-gap: 7vw;
    }

    .recipes__inner .scroll-block .link {
        width: 24vw;
    }

    .recipes__inner .bottom {
        width: 100%;
    }

    .recipes__inner .bottom__label {
        right: inherit;
        bottom: inherit;
        z-index: 1;
        width: 26vw;
        margin: 9vw auto 5vw;
    }

    .recipes__inner .bottom__text {
        font-size: 8vw;
    }

    .recipes__inner .bottom__text img {
        width: 6vw;
    }

    .recipes__inner .bottom__qr {
        display: none;
    }

    .video-block {
        padding-top: 25vw;
        background-size: 60vw;
        height: auto;
    }

    .video-block__inner .title {
        font-size: 12vw;
        width: 100%;
    }

    .video-block__inner .title sup {
        font-size: 9vw;
    }

    .video-block__inner .video-link {
        width: 60vw;
        transform: none;
    }

    .video-block.inView .video-link {
        animation: none;
    }

    .video-block__inner .video-link .video__button {
        width: 20vw;
        height: 20vw;
    }

    .video-block__inner .video-link .video__button-icon {
        width: 3.5vw;
    }

    .follow-us {
        padding-top: 25vw;
        height: auto;
    }

    .follow-us__inner {
        position: relative;
        margin: 0 -2.5vw;
    }

    .follow-us__inner-left {
        width: 100%;
    }

    .follow-us__inner-left .title {
        width: 90%;
        font-size: 8.37vw;
        text-align: center;
        margin: 0 auto 7vw;
        letter-spacing: 0;
    }

    .follow-us__inner .item__tt svg {
        width: 12vw;
    }

    .follow-us__inner .item__fb svg {
        width: 9vw;
    }

    .follow-us__inner .item__in svg {
        width: 7vw;
    }

    .follow-us__inner-left .content__left {
        width: 52.3vw;
        padding-top: 24vw;
    }

    .follow-us__inner-left .content__right {
        width: 40vw;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
    }

    .follow-us__inner-left .content__right .text {
        position: relative;
        margin: 0 0 4vw -9vw;
    }

    .follow-us__inner-left .content__right .item {
        width: 28.8vw;
    }

    .follow-us__inner-right {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end;
    }

    .follow-us__inner .follow-us__inner-right .item__in {
        width: 40.1vw;
        margin-top: -32vw;
    }

    .follow-us__inner-bottom {
        padding: 5vw 2.5vw 0;
    }

    .follow-us__inner-bottom .text p {
        font-size: 3.25vw;
    }

    .footer__inner {
        padding: 9.5vw 0;
    }

    .footer__inner-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer__inner-top .tel,
    .footer__inner-top .email {
        width: fit-content;
        font-size: 3.25vw;
        margin-top: 8vw;
    }

    .footer__inner-top .logo {
        order: -1;
        width: 20.4vw;
    }

    .footer__inner-bottom .copyright {
        font-size: 3.25vw;
        margin-top: 8vw;
    }

    .go-top {
        flex-direction: column;
        font-size: 3vw;
    }

    .go-top svg {
        width: 12.5vw;
        height: auto;
        margin-bottom: 3vw;
    }

    .loading__content .label-1 {
        width: 27.2vw;
        bottom: 23vh;
    }

    .loading__content .label-2 {
        width: 20vw;
    }

    .loading__content .label-3 {
        width: 20vw;
    }

    .loading__content .label-4 {
        width: 18.6vw;
    }

    .loading__content .label-5 {
        width: 20vw;
    }

    .loading__content .label-6 {
        width: 27.2vw;
    }

    .loading__content .label-7 {
        width: 18.6vw;
        right: 10.6vw;
    }

    .loading__content .label-8 {
        width: 18.6vw;
    }

    .loading__content .num {
        font-size: 12.5vw;
        margin-bottom: 15vw;
    }

    .loading__content .progress {
        height: 3vw;
    }

    .video-popup__inner-close {
        width: 5vw;
        height: 5vw;
        transform: none;
        margin-bottom: 4vw;
    }

    .video-popup__inner-close:hover {
        transform: none;
    }

    .video-popup__inner-close:before,
    .video-popup__inner-close:after {
        height: 5vw;
        width: 0.7vw;
        left: 2vw;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes slick-anim-left {
    0% {
        opacity: 0;
        transform: translateX(-17vw);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slick-anim-center {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slick-anim-right {
    0% {
        opacity: 0;
        transform: translateX(17vw);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes translate {
    0% {
        transform: translateX(0vw);
    }

    50% {
        transform: translateX(2vw);
    }
    1000% {
        transform: translateX(0vw);
    }
}

@-webkit-keyframes recipes {
    0% {
        left: 1vw;
    }
    100% {
        left: -98vw;
    }
}

@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.85);
    }
    100% {
        transform: scale(1);
    }
}

#fullpage {
    transition-delay: 0.5s !important;
}

.fadeLeft {
    position: relative;
    transition: 0.5s ease;
    transform: translateX(-30vw);
    opacity: 0;
}

.fadeLeft.in {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 1s;
}

.fadeRight {
    position: relative;
    transition: 0.5s ease;
    transform: translateX(30vw);
    opacity: 0;
}

.fadeRight.in {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 1s;
}

.fadeUp {
    position: relative;
    transition: 0.5s ease;
    transform: translateY(-30vw);
    opacity: 0;
}

.fadeUp.in {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

.fadeDown {
    position: relative;
    transition: 0.5s ease;
    transform: translateY(30vw);
    opacity: 0;
}

.fadeDown.in {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

.products-slider__inner{
    padding-top: 8vw;
}

@media (max-height: 768px) and (min-width: 768px) {
    .nav__video .video {
        top: -1vw;
    }
}

@media screen and (max-height: 680px) and (min-width: 1080px) and (max-width: 1920px){
    body{
        font-size: 2.2vh;
    }

    .products-slider{
        background-size: 67vh;
    }

    .products-slider .title{
        font-size: 6.75vh;
        margin-bottom: 2vh;
        width: 30vh;
    }

    .products-slider .info-list__item .name{
        font-size: 2.15vh;
        margin: 0 0 0.9vh 0;
    }

    .products-slider .info-list__item{
        padding-bottom: 1.1vh;
        margin-bottom: 1.1vh;
        width: 30vh;
    }

    .products-slider .slider__slide-left{
        width: 34vh;
    }

    .products-slider .slider__slide-center{
        width: 61vh;
    }

    .products-slider .slider__slide-center .title-product{
        font-size: 3.7vh;
        margin-bottom: 1.6vh;
    }

    .products-slider .slider__slide-right{
        width: 34vh;
    }

    .products-slider .features-list__item{
        padding-left: 3.7vh;
        margin-bottom: 2vh;
        font-size: 2vh;
        width: 30vh;
    }

    .products-slider .features-list__item:before{
        width: 1.6vh ;
        height: 1.6vh ;
        top: 0.9vh;
    }

    .products-slider .slider-nav__item{
        padding: 0 2vh;
    }

    .products-slider .slider-nav__item .name{
        font-size: 2vh;
        margin: 0.9vh 0 0;
    }

    .products-slider .slider-nav{
        width: 60vh;
    }

    .products-slider__inner{
        padding-top: 15vh;
    }

    .nav__inner-center{
        width: 34vh;
    }

    .nav__inner-left .socials__item{
        width: 2.3vh;
    }

    .nav__inner-left,
    .nav__inner-right{
        width: 55vh;
        height: 9vh;
    }

    .nav__inner-right .menu__item{
        font-size: 1.6vh;
    }

    .nav__inner-right .menu{
        column-gap: 8vh;
    }

    .nav__inner:before{
        height: 8vh;
    }

    .nav__inner-left .logo-icon{
        width: 3.7vh;
    }
}

