:root {
    --bg: #CD1826;
    --txt: #FEFEFE;
    --pl: #7e7e7e;
}

.container {
    max-width: 1250px;
    width: 1250px;
    margin: 0 auto;
    
}
.flex-b {
    display: flex;
    justify-content: space-between;
    align-items: center
}
.flex-s {
    display: flex;
    justify-content: flex-start;
    align-items: center
}


.but {
    width: 350px;
    height: 72px;
    border-radius: 40px;
    background: #FEFEFE;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.but span {
    background: linear-gradient(0deg, #860A25 -19.84%, #EC1D25 111.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
}

.headline {
    font-weight: 500;
    font-size: 72px;
    line-height: 80px;
    margin: 0 0 24px;
}
.center {
    text-align: center;
}

header {
    padding: 20px 0;
    width: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all linear .2s;
}
header.scroll {
    box-shadow: 0 0 .4em 1px rgba(0, 0, 0, 0.1);
    background: var(--bg);
    padding: 10px 0;
}
header .logo img {
    transition: all linear .2s;
    width: 155px;
}
header.scroll .logo img {
    width: 80px;
    transition: all linear .2s;
}
.mob_menu {
    display: none
}
.head_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 112px;
}
.head_inner a {
    font-size: 24px
}
.main {
    align-items: flex-start;
    position: relative;
}
.main-text {
    padding-top: 50px
}
.main_title {
    font-size: 136px;
    margin: 0 0 32px;
    font-weight: 500;
}
.main_subtitle {
    font-size: 56px;
    font-weight: 500;
    line-height: 135%
}
.main-img img {
    max-width: 1150px;
    position: relative;
    right: 25%;
    top: -120px;
}
.main-img {
    position: relative;
}

.main_vid {
    position: absolute;
    bottom: 0px;
    right: 0px;
/*    display: none;*/
    transform: translateY(100%);
    opacity: 0;
    transition: all ease-in .4s
}
.main_vid.show {
    transform: translateY(0%);
    opacity: 1;
}
.main_vid .watch {
    position: absolute;
    top: -180px;
    left: 0;
}
.main_vid .watch>span {
    position: absolute;
    left: 0;
    top: 60px;
    background: linear-gradient(0deg, #860A25 -19.84%, #EC1D25 111.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    text-align: center;
    width: 100%;
    animation: pulse 2.5s ease-in-out infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_vid .watch>span:after {
    background: url(../img/button.svg) center/cover;
    width: 32px;
    height: 32px;
    content: '';
    margin-left: 8px;
}
@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.8);
    }
}
.video_block {
    background: url(../img/bg1_1.png) top center/100% no-repeat;
    padding: 250px 30px 0px;
    border-radius: 0 0 42px 42px;
    margin-top: -400px;
    position: relative;
    z-index: 2;
/*
    max-width: 1320px;
    width: 1320px;
*/
}
.video_block-inner {
    align-items: flex-end;
}
.slider-video {
    width: 620px;
    flex-shrink: 0;
}
.slider-video .swiper-slide {
    background: #fff
}
.slider-video .swiper-slide>img {
    width: 100%;
}
.video_block-title {
    width: 520px;
    margin-bottom: 40px;
    padding-left: 30px
}
.video_block-title span {
    background: linear-gradient(0deg, #860A25 -19.84%, #EC1D25 111.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    font-size: 72px;
    line-height: 80px;
}
.video_block-title span:first-child {
    position: relative
}
.video_block-title span:first-child:after {
    content: '';
    background: url(../img/print.svg) center/cover;
    width: 117px;
    height: 100px;
    display: inline-block;
    position: relative;
    left: -30px;
    top: 0px;
}
.video_block-title span:last-child {
    text-align: right;
}
.slider-video iframe {
    width: 100%;
    height: 330px;
    border-radius: 22px
}
.slider-video-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.swiper-video-next, 
.swiper-video-prev {
    background: url(../img/arrow.svg) center/cover;
    width: 124px;
    height: 124px;
    cursor: pointer;
}
.swiper-video-next {
    transform: rotate(180deg)
}

.slider-video--hero {
    max-width: 410px;
    overflow-x: visible;
}
.slider-video--hero .swiper-slide {
    text-align: center;
    opacity: 0 !important;
}

.slider-video--hero .swiper-slide.swiper-slide-active, 
.slider-video--hero .swiper-slide.swiper-slide-next,
.slider-video--hero .over_opacity{
    opacity: 1 !important;
}
.slider-video--hero .swiper-slide:not(.swiper-slide-active) {
    filter: blur(5px);
}
.slider-video--hero .swiper-slide img {
/*    width: 400px*/
    height: 510px;
}
.swiper-video-pagination.swiper-video-pagination {
    width: auto;
    height: 16px;
}
.swiper-video-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #860A25;
    background: #fff;
    width: 16px;
    height: 16px;
    opacity: 1;
}
.swiper-video-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: linear-gradient(0deg, #860A25 -19.84%, #EC1D25 111.36%);
}


.sku_block {
    padding: 130px 0 105px
}
.sku_slider {
    overflow: visible;
    -webkit-transform: translateZ(0);
}
.sku_slider .swiper-slide {
    width: 70%;
    opacity: 0 !important;
    position: relative;
    overflow: visible;
}
.sku_slider .swiper-slide:not(.swiper-slide-active) .sku_desc {
    display: none
}

.sku_slider .swiper-slide.swiper-slide-active, 
.sku_slider .swiper-slide.swiper-slide-next, 
.sku_slider .swiper-slide.swiper-slide-prev {
    opacity: 1 !important;
}

.sku_slider .swiper-slide:not(.swiper-slide-active) {
    filter: blur(10px);
}
.sku_slider .swiper-slide .slider__image {
    opacity: 0 !important;
    transition: all linear 1.2s
}
.sku_slider .swiper-slide.swiper-slide-active .slider__image {
    opacity: 1 !important;
    transition: all linear 1.2s
}
.sku_block .headline {
    margin-bottom: 50px
}
.sku_slider .swiper-slide:not(.swiper-slide-active) .headline {
    display: none
}
.sku_main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sku_desc {
    width: 272px;
    height: 401px;
    background: url(../img/bg2.png) top center/cover no-repeat;
    color: #1D1D1B;
    padding: 40px 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    border-radius: 0 0 12px 12px;
    margin-right: 46px;
    margin-left: -160px
}
.sku_desc .title {
    background: linear-gradient(0deg, #860A25 -19.84%, #EC1D25 111.36%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 34px;
}
.sku_desc .sklad {
    font-size: 18px;
    line-height: 24px;
}
.sku_desc .chars {
    text-align: center;
    font-size: 18px;
    margin-top: 25px
}
.sku_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sku_img:after {
    width: 416.398px;
    height: 403.34px;
    content: '';
    background: radial-gradient(circle, #FAFAFA 0%, rgba(255,255,255,0) 100%);
    display: block;
    position: absolute;
    z-index: -1;
    filter: blur(100px);
}
.sku_img img {
    width: 332px;
}
.slider-sku-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -160px
}
.swiper-sku-next, 
.swiper-sku-prev {
    background: url(../img/arrow2.svg) center/cover;
    width: 124px;
    height: 124px;
    cursor: pointer;
}
.swiper-sku-next {
    transform: rotate(180deg)
}
.swiper-sku-pagination.swiper-sku-pagination {
    width: 120px;
    height: 16px;
    display: flex;
    justify-content: center;
    margin: 0 44px;
}
.swiper-sku-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #FEFEFE;
    background: none;
    width: 16px;
    height: 16px;
    opacity: 1;
}
.swiper-sku-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #FEFEFE;
}




.link_bl {
    align-items: flex-start;
}
.link_bl .xs {
    display: none
}
.link-text .headline {
    position: relative;
    margin-top: 60px
}
.link-text .headline:after {
    content: '';
    background: url(../img/print2.svg) center/cover;
    width: 117px;
    height: 100px;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: -50px;
}
.link-text .subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px
}
.link-img {
    width: 48.3%;
    flex-shrink: 0
}
.link-img img {
    width: 100%;
}

.soc {
    background: url(../img/bg1.png) top center/100% 100% no-repeat;
    padding: 100px 40px 0px;
    border-radius: 0 0 42px 42px;
    position: relative;
    z-index: 2;
    max-width: 1320px;
    width: 1320px;
    align-items: flex-start;
    margin-bottom: 100px
}
.soc .headline {
    color: #CD1826;
    position: relative;
    z-index: 1;
    margin: 80px 0 0;
}
.soc-img {
    margin-right: -80px;
    margin-left: -140px;
    margin-bottom: -3px;
}
.soc .deco1 {
    position: absolute;
    bottom: -72px;
    left: -130px;
}

.soc .deco2 {
    position: absolute;
    left: 410px;
    bottom: 190px
}

.footer_top .links a {
    font-size: 24px;
    line-height: 32px;
    display: block;
    margin-bottom: 8px;
}
.contacts {
    align-self: flex-start;
}
.contacts p {
    font-size: 24px;
    margin-bottom: 12px;
}
.contacts .cont_row {
    font-size: 16px;
    margin-bottom: 16px;
}
.contacts .cont_row img {
    margin-right: 8px;
}
.foot_soc>div {
    gap: 16px;
    justify-content: center;
}
.foot_soc p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 16px;
}
.footer_bot {
    padding: 15px 0;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
}
.footer_bot p {
    gap: 6px
}
.footer_bot p img {
    margin-right: 8px;
}
.footer_bot a {
    color: #D9D9D9;
}

.cookies_popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 35px 0;
    display: none;
}
.cookies_popup-inner p {
    color: #000;
    font-size: 24px;
    line-height: 40px;
}

.cookies_popup-inner .but {
    background: linear-gradient(0deg, #860A25 -19.84%, #EC1D25 111.36%);
    float: right;
    width: 260px;
    height: 56px;
    margin-top: -20px
}
.cookies_popup-inner .but span {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    font-size: 24px;
}

.slider__image, .nf_icon {
    position: absolute;
    z-index: -1
}
.slider_image-1-1 {
    right: 7%;
    top: 300px;
    animation: fruit-move 11s infinite linear;
}
.slider_image-1-2 {
    left: -7%;
    top: 110px;
    animation: fruit-move 11s infinite linear;
}
.slider_image-1-3 {
    left: 10%;
    bottom: -80px;
    animation: fruit-move-3 11s infinite linear;
}
.slider_image-1-3 img {
    width: 90px;
    transform: rotate(-10deg)
}
.slider_image-1-4 {
    left: -30%;
    top: -120px;
    animation: fruit-move-4 11s infinite linear;
}
.slider_image-1-5 {
    right: -45%;
    top: 0px;
    animation: fruit-move-2 11s infinite linear;
}
.slider_image-1-5 img {
    transform: rotateZ(-90deg)
}
.slider_image-1-6 {
    right: -10%;
    bottom: 0px;
    animation: fruit-move-2 11s infinite linear;
}

.mod-2-1 {
    right: 13%
}
.mod-2-1 img {
    width: 120px;
    transform: rotate(-10deg)
}
.mod-2-2 {
    left: -6%;
    top: 140px;
}
.mod-2-3 img {
    width: 150px;
    transform: rotate(-20deg);
}
.mod-2-5 img {
    transform: rotateZ(-20deg)
}
.mod-2-6 img {
    transform: rotateZ(-20deg)
}

.mod-3-1 {
    right: 8%
}
.mod-3-1 img {
    transform: rotate(190deg)
}
.mod-3-2 {
    left: -9%;
    top: 140px;
}
.mod-3-3 img {
    width: 120px;
    transform: rotate(0deg);
}
.mod-3-4 img {
    width: 180px;
}
.mod-3-5 {
    right: -35%;
    top: 50px;
}
.mod-3-5 img {
    transform: rotateZ(-10deg)
}

.mod-4-1 {
    right: 14%
}
.mod-4-2 {
    left: -7%;
    top: 160px;
}
.mod-4-2 img {
    transform: rotateY(-180deg)
}
.mod-4-3 img {
    width: 100px;
    transform: rotate(0deg);
}
.mod-4-5 {
    right: -35%;
    top: 50px;
}
.mod-4-5 img {
    transform: rotateZ(0deg)
}


.mod-5-2 {
    left: -6%;
    top: 380px;
}
.mod-5-5 {
    right: -30%;
    top: 70px;
}
.mod-5-5 img {
    transform: rotateZ(25deg)
}
.mod-5-6 img {
    transform: rotateZ(-20deg)
}


@keyframes fruit-move {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        
        
    }

    15% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(10px);
        transform: translateX(-10px) translateY(10px);
        
        
    }

    30% {
        opacity: 1;
        -webkit-transform: translateX(10px) translateY(20px);
        transform: translateX(10px) translateY(20px);
        
        
    }

    45% {
        opacity: 1;
        -webkit-transform: translateX(10px) translateY(10px);
        transform: translateX(10px) translateY(10px);
        
        
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(30px);
        transform: translateX(-10px) translateY(30px);
        
        
    }

    75% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(40px);
        transform: translateX(0) translateY(40px);
        
        
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes fruit-move-2 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        
        
    }

    15% {
        opacity: 1;
        -webkit-transform: translateX(10px) translateY(-10px);
        transform: translateX(10px) translateY(-10px);
        
        
    }

    30% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(-20px);
        transform: translateX(-10px) translateY(-20px);
        
        
    }

    45% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(-10px);
        transform: translateX(-10px) translateY(-10px);
        
        
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
        
        
    }

    75% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(-30px);
        transform: translateX(0) translateY(-30px);
        
        
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes fruit-move-3 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        
        
    }

    15% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(10px);
        transform: translateX(-10px) translateY(10px);
        
        
    }

    30% {
        opacity: 1;
        -webkit-transform: translateX(10px) translateY(20px);
        transform: translateX(10px) translateY(20px);
        
        
    }

    45% {
        opacity: 1;
        -webkit-transform: translateX(10px) translateY(10px);
        transform: translateX(10px) translateY(10px);
        
        
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(30px);
        transform: translateX(-10px) translateY(30px);
        
        
    }

    75% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(40px);
        transform: translateX(0) translateY(40px);
        
        
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}

@keyframes fruit-move-4 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
        
        
    }

    15% {
        opacity: 1;
        -webkit-transform: translateX(10px) translateY(-10px);
        transform: translateX(10px) translateY(-10px);
        
        
    }

    30% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(-20px);
        transform: translateX(-10px) translateY(-20px);
        
        
    }

    45% {
        opacity: 1;
        -webkit-transform: translateX(-10px) translateY(-10px);
        transform: translateX(-10px) translateY(-10px);
        
        
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(20px) translateY(-20px);
        transform: translateX(20px) translateY(-20px);
        
        
    }

    75% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(-30px);
        transform: translateX(0) translateY(-30px);
        
        
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }
}


.not_found {
    text-align: center;
    position: relative;
}
.not_found p {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.not_found p>span {
    font-size: 350px;
    line-height: 300px;
    padding: 0 15px;
    display: inline-block
}
.not_found p>span:nth-child(2) {
    padding-top: 120px;
}
.not_found h4 {
    font-size: 80px;
    margin: 0 0 30px;
    font-weight: normal;
}
.not_found .but {
    margin: 0 auto 60px;
}
.nf_icon-1 {
    left: -10%;
    top: -120px;
    animation: fruit-move 11s infinite linear;
}
.nf_icon-1 img {
    transform: rotate(-30deg)
}
.nf_icon-2 {
    right: -2%;
    top: -10px;
    animation: fruit-move-2 11s infinite linear;
}
.nf_icon-2 img {
    width: 100px;
    transform: rotate(-65deg)
}
.nf_icon-3 {
    left: -3%;
    bottom: 120px;
    animation: fruit-move-3 11s infinite linear;
}
.nf_icon-4 {
    left: 47%;
    bottom: 120px;
    animation: fruit-move-4 11s infinite linear;
}
.nf_icon-5 {
    right: -5%;
    bottom: 100px;
    animation: fruit-move-2 11s infinite linear;
}

.polit {
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 60px;
}
.polit h5 {
    margin: 30px 0 7px;
    font-size: 32px;
    font-weight: 500;
}
.polit p {
    font-size: 24px;
}
.polit a {
    text-decoration: underline;
}
.polit ul {
    padding-left: 30px;
}
.polit li {
    list-style: disc;
    font-size: 24px;
}