@media screen and (max-width:1250px) {
    body {
        min-width: 1250px;
    }
    .container {
        max-width: none;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*mobile*/
@media screen and (max-width:600px) {
body {
        min-width: auto;
    }
    
.but {
    width: 100%;
    height: 56px;
}
.but span {
    font-size: 24px;
}

.headline {
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 16px;
}
.center {
    text-align: center;
}

header {
    padding: 20px 0;
    width: 100%;
}

.head_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: none;
}
.head_inner a:not(.logo) {
    display: none
}
    header .logo {
        font-size: unset
    }
    header .logo img {
        width: 75px;
        
    }
    header.scroll .logo img {
    width: 65px;
}
    .mob_menu {
        position: absolute;
        right: 0;
        top: calc(100% - 20px);
        border-radius: 12px 0px 0px 12px;
        background: rgba(255, 255, 255, 0.80);
        backdrop-filter: blur(3px);
        width: 170px;
        text-align: right;
        padding: 8px 20px;
        display: none;
        z-index: 2;
    }
    .mob_menu a {
        display: block;
        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;
        line-height: 36px;
    }
.main {
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}
.main-text {
    padding-top: 0px;
    width: 100%;
    text-align: center;
}
.main_title {
    font-size: 56px;
    margin: 0 0 8px;
    line-height: 64px;
}
.main_subtitle {
    font-size: 24px;
    width: 100%;
    margin: 0
}
.main-img img {
    max-width: 650px;
    width: 95%;
    right: 0;
    top: 0px
}
.main-img {
    position: relative; 
    margin-top: 40px
}
.main_vid {
    position: absolute;
    bottom: -160px;
    right: -110px;
    transform: scale(.5);
}
    .main_vid {
    transform: translateY(100%) scale(.5);
    opacity: 0;
    transition: all ease-in .4s
}
.main_vid.show {
    transform: translateY(25%) scale(.5);
    opacity: 1;
}
.main-img:after {
    width: 110%;
    height: 110%;
    content: '';
    background: radial-gradient(circle, #FAFAFA 0%, rgba(255,255,255,0) 75%);
    display: block;
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: -1;
    filter: blur(100px);
}
.video_block {
    background: linear-gradient(transparent 20%, #fff 20%), url(../img/bg1.png) top center/110% no-repeat;
    padding: 0px 20px 0px;
    border-radius: 0;
    margin-top: 40px;
}
.video_block-inner {
    align-items: flex-end;
    flex-direction: column-reverse;
}
.slider-video {
    width: 100%;
    flex-shrink: 0;
    padding-top: 20px
}
.slider-video .swiper-slide {
    background: #fff
}
.video_block-title {
    width: 65%;
    margin: 0 auto 20px;
    padding-left: 0px;
    padding-top: 80px;
}
.video_block-title span {
    font-size: 32px;
    line-height: 34px;
}
.video_block-title span:first-child {
    position: relative;
    text-align: left
}
.video_block-title span:first-child:after {
    content: '';
    background: url(../img/print.svg) center/cover;
    width: 117px;
    height: 100px;
    display: inline-block;
    position: absolute;
    left: -70px;
    top: -65px;
    transform: rotateY(180deg) rotateZ(20deg) scale(.6)
}
.video_block-title span:last-child {
    text-align: right;
}
.slider-video iframe {
    width: 100%;
    height: 180px;
    height: 50vw;
    border-radius: 12px
}
.slider-video-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0
}
.swiper-video-next, 
.swiper-video-prev {
    background: url(../img/arrow.svg) center/cover;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.swiper-video-next {
    transform: rotate(180deg)
}

.slider-video--hero {
    max-width: auto;
    width: 80%;
    
    overflow: visible;
}
.slider-video--hero .swiper-slide {
    text-align: center;
    opacity: 0 !important;
}
.slider-video--hero .swiper-slide.swiper-slide-prev,
.slider-video--hero .swiper-slide.swiper-slide-active, 
.slider-video--hero .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
}
.slider-video--hero .swiper-slide:not(.swiper-slide-active) {
    filter: blur(5px);
}
.slider-video--hero .swiper-slide img {
    max-width: 200px;
    height: 220px;
}
.swiper-video-pagination.swiper-video-pagination {
    width: auto;
}
.swiper-video-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
}
    
    
    .slider-video--hero .swiper-slide:not(.swiper-slide-active) .video_block-title {
        opacity: 0 !important;
    }

.sku_block {
    padding: 45px 0
}
.sku_slider {
    overflow: visible;
}
.sku_slider .swiper-slide {
    width: 100%;
    opacity: unset;
    position: relative;
    overflow: visible;
}
.sku_slider .swiper-slide:not(.swiper-slide-active) .sku_desc {
    display: block
}
.sku_slider .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

.sku_slider .swiper-slide:not(.swiper-slide-active) {
    filter: unset;
    opacity: 0 !important;
}
.sku_block .headline {
    display: none
}
.sku_slider .swiper-slide:not(.swiper-slide-active) .headline {
/*    display: none*/
}
.sku_main {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.sku_desc {
    width: 90%;
    height: 350px;
    background: url(../img/bg3.png) top center/100% 100% no-repeat;
    padding: 110px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    border-radius: 0 0 12px 12px;
    margin: 0 auto;
    text-align: center;
}
.sku_desc .title {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: normal;
}
.sku_desc .sklad {
    font-size: 16px;
    line-height: 24px;
}
.sku_desc .chars {
    display: none
}
.sku_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -100px
}
.sku_img:after {
    width: 60%;
    height: 60%;
}
.sku_img img {
    width: 220px;
}
.slider-sku-nav {
    margin-right: 0px
}
.swiper-sku-next, 
.swiper-sku-prev {
    width: 48px;
    height: 48px;
    z-index: 99
}
.swiper-sku-next {
    transform: rotate(180deg)
}
.swiper-sku-pagination.swiper-sku-pagination {
    width: 120px;
    height: auto;
}
.swiper-sku-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}


.link_bl {
    align-items: flex-start;
    flex-direction: column;
}
    .link_bl .ds {
        display: none
    }
    .link_bl .xs {
        display: flex
    }
.link-text .headline {
    position: relative;
    margin-top: 35px;
    text-align: center;
}
.link-text .headline:after {
    top: -70px;
    transform: scale(.7)
}
.link-text .subtitle {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
}
.link-img {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 20px
}
.link-img img {
    width: 100%;
}

.soc {
    background: linear-gradient(transparent 20%, #fff 20%), url(../img/bg4.png) top center/100% no-repeat;
    padding: 20px 20px 0px;
    border-radius: 0;
    max-width: unset;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 35px;
    margin-top: 24px;
    flex-direction: column;
    overflow: hidden
}
.soc .headline {
    text-align: center
}
.soc-img {
    margin: 0 auto;
    transform: rotate(-12.57deg);
    width: 130%;
    position: relative;
    margin-bottom: -50px;
    margin-left: -22%
}
    .footer_top {
        flex-wrap: wrap;
        gap:16px
    }
    .footer_top>img {
        order: 1;
        width: 70px;
    }
    .footer_top>div {
        min-width: 45%;
        max-width: 50%
    }
    .footer_top .links {
        order: 3;
    }
.footer_top .links a {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-bottom: 8px;
}
.contacts {
    align-self: center;
    order: 4;
}
.contacts .cont_row {
    font-size: 12px;
    margin-bottom: 14px;
    line-height: 16px;
}
.contacts .cont_row img {
    margin-right: 8px;
}
    .foot_soc {
        order: 2;
        align-self: flex-end;
    }
.foot_soc>div {
    gap: 16px;
    justify-content: center;
}
.footer_bot {
    padding: 15px 10px;
    font-size: 12px
}

.cookies_popup {
    padding: 15px 0;
}
.cookies_popup-inner p {
    font-size: 12px;
    line-height: 24px;
}
    .cookies_popup-inner p br {
        display: none
    }
.cookies_popup-inner .but {
    float: right;
    width: 144px;
    height: 32px;
    margin-top: 0px
}
.cookies_popup-inner .but span {
    font-size: 16px;
}

.slider__image, .nf_icon {
    position: absolute;
    z-index: -1
}
    .slider__image img {
        transform: scale(.6)
    }
.slider_image-1-1 {
    right: -6%;
    top: 280px;
}
.slider_image-1-2 {
    left: -7%;
    top: -40px;
}
.slider_image-1-3 {
    left: 0%;
    top: 270px;
    z-index: 1;
    animation: fruit-move-4 11s infinite linear;
}
.slider_image-1-3 img {
    width: 90px;
}
.slider_image-1-4 {
    left: -10%;
    top: 70%;
    
}
    .slider_image-1-4 img {
        filter: blur(5px);
        width: 160px;
    }
.slider_image-1-5 {
    right: -25%;
    top: -60px;
    animation: fruit-move-2 11s infinite linear;
}
.slider_image-1-5 img {
    transform: rotateZ(-90deg) scale(.6);
}
.slider_image-1-6 {
    right: -10%;
    bottom: 0px;
    animation: fruit-move-2 11s infinite linear;
}

.mod-2-1 {
    left: -3%;
    z-index: 1;
    top: 260px;
    animation: fruit-move-4 11s infinite linear;
}
.mod-2-1 img {
    width: 100px;
    transform: rotate(-10deg) scale(.6)
}
.mod-2-2 {
    left: -6%;
    top: -20px;
}
    .mod-2-3 {
        left: 0%;
    top: 270px;
    }
.mod-2-3 img {
    width: 160px;
    transform: rotate(-20deg) scale(.6);
}
.mod-2-3 {
    left: 60%;
    top: 330px;
    z-index: -1
    }
.mod-2-5 img {
    transform: rotateZ(-20deg) scale(.6)
}
.mod-2-6 img {
    transform: rotateZ(-20deg) scale(.6)
}

.mod-3-1 {
    right: -5%
}
.mod-3-1 img {
    transform: rotate(190deg) scale(.7)
}
.mod-3-2 {
    left: -4%;
    top: 330px;
}
    .mod-3-2 img {
        transform: rotate(280deg) scale(.5)
    }
    .mod-3-3 {
        left: unset;
        right: 0%;
        top: unset;
        bottom: 10px
    }
.mod-3-3 img {
    width: 60px;
    transform: rotate(0deg);
}
    .mod-3-4{
        display: none;
    }
.mod-3-5 {
    right: -10%;
    top: 0px;
}
.mod-3-5 img {
    transform: rotateZ(-10deg) scale(.5)
}
    .mod-3-6 {
        left: 0%;
        top: 260px;
        z-index: 1
    }
    .mod-3-6 img {
        width: 120px
    }
    
.mod-4-1 {
    right: 5%;
    top: 330px;
}

.mod-4-1 img {
    transform: rotate(0deg) scale(.7)
}

.mod-4-2 {
    display: none
}

.mod-4-3 {
    left: 0%;
    top: unset;
    bottom: 10px
}

.mod-4-3 img {
    width: 60px;
    transform: rotate(0deg);
}

.mod-4-4 {
    display: none;
}

.mod-4-5 {
    right: -10%;
    top: -50px;
}

.mod-4-5 img {
    transform: rotateZ(-10deg) scale(.5)
}

.mod-4-6 {
    left: 0%;
    top: 260px;
    z-index: 1
}

.mod-4-6 img {
    width: 120px
}


.mod-5-2 {
    left: 5%;
    top: 180px;
    z-index: 1
}
    .mod-5-4 {
    left: 5%;
    top: unset;
    bottom: 10px;
}
    .mod-5-4 img {
        filter: unset;
        width: 30px;
        transform: rotateZ(-30deg);
    }
.mod-5-5 {
    right: 0%;
    top: 0px;
    z-index: 2
}
.mod-5-5 img {
    transform: rotateZ(-30deg);
    width: 50px;
}
    .mod-5-6 {
        right: 15%;
    bottom: 100px;
    }
.mod-5-6 img {
    transform: rotateZ(20deg);
    width: 50px
}


.not_found {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 100px 10px 100px
}
.not_found p {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
    .not_found h4 {
    font-size: 36px;
    margin: 0 0 30px;
    font-weight: normal;
}
.not_found .but {
    margin: 0 auto 60px;
}
.not_found p>span {
    font-size: 50vw;
    line-height: normal;
    padding: 0 10px;
    display: inline-block
}
.not_found p>span:nth-child(2) {
    padding-top: 30px;
}

.nf_icon-1 {
    left: -10%;
    top: -50px;
}
.nf_icon-1 img {
    transform: rotate(-30deg);
    width: 140px
}
.nf_icon-2 {
    right: -2%;
    top: -10px;
    animation: fruit-move-2 11s infinite linear;
}
.nf_icon-2 img {
    width: 100px;
    transform: rotate(-35deg)
}
.nf_icon-3 {
    left: unset;
    right: -5%;
    bottom: 20px;
    animation: fruit-move-3 11s infinite linear;
}
    .nf_icon-3 img {
        width: 100px;
        transform: rotate(-65deg)
    }
.nf_icon-4 {
    left: 45%;
    bottom: 140px;
    animation: fruit-move-4 11s infinite linear;
}
    .nf_icon-4 img {
        width: 60px
    }
.nf_icon-5 {
    right: unset;
    bottom: 40px;
    animation: fruit-move-3 11s infinite linear;
}
    
    .nf_icon-6 {
    left: 30%;
    top: 160px;
    animation: fruit-move-4 11s infinite linear;
}
.polit h5 {
    font-size: 24px;
    line-height: 32px;
}
.polit p {
    font-size: 16px;
    line-height: 24px
}
.polit ul {
    padding-left: 20px;
}
.polit li {
    font-size: 16px;
    line-height: 24px
}
}