/* MAIN */
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Black.woff') format('woff'),
        url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('f../onts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@-webkit-keyframes hingeBottomLeft {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hingeBottomLeft {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hingeBottomLeft {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hingeBottomLeft;
    animation-name: hingeBottomLeft;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left
}

@-webkit-keyframes hingeBottomRight {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hingeBottomRight {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate(-80deg);
        transform: rotate(-80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hingeBottomRight {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hingeBottomRight;
    animation-name: hingeBottomRight;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}

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

body {
    font: 900 20px 'Gilroy', Arial, sans-serif;
    color: #EC1C2D;
}

section {
    position: relative;
    overflow: hidden;
}

h1 {
    font-size: 42px;
    margin: 0;
}

h2 {
    font-size: 29px;
    margin: 0;
}

h3 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

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




.wrapper {
    position: relative;
    max-width: 1920px;
    min-width: 320px;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    overflow: hidden;
}

.container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1290px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: center;
    width: 250px;
    margin: 0 auto; z-index: 11;
}

.logo_chiller {
    width: 332px; z-index: 1;
}

@media (min-width: 1300px) {
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #EC1C2D;
        border-radius: 5px;
    }
}

@media (max-width: 1299px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
	
	div.langs { right: 25px; top: 20px; background: none !important; padding: 0 !important;}
	div.langs a {font-size: 13px; line-height: 17px; padding: 3px 5px;}
	section.chiller-first div.langs {top: 30px;}
	section.chiller {padding-top: 25px;}
	
	
	
	div.logo_chiller {margin-top: 0;}
}

@media (max-width: 575px) {
    .container {
        max-width: 440px;
    }
}

@media (max-width: 480px) {
    .container {
        max-width: unset;
        padding: 0 5px;
    }

    .logo {
        width: 150px;
    }
}

/* /MAIN */
/* PRELOADER */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #EC1C2D;
    transition: transform .5s ease-in;
    z-index: 9999;
}

.preloader__logo {
    display: flex;
    align-items: center;
    width: 332px;
}

@media (max-width: 1299px) {
    .preloader__logo {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .preloader__logo {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .preloader__logo {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .preloader__logo {
        width: 150px;
    }
}

@media (max-width: 480px) {
    .preloader__logo {
        width: 100px;
    }
}

/* /PRELOADER */
/* BG */

.bg {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2400px;
    height: 2400px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: background-color .4s;
    z-index: -1;
}

.bg svg {
    fill: #fff;
    transition: fill .4s;
    opacity: .23;
}

.hand {
    transition: fill .4s;
}

.bekon {
    background-color: #D92130;
}

.hand-bekon {
    fill: #FA9A17;
}

.paprika {
    background-color: #329436;
}

.paprika svg {
    fill: #0D4E10;
}

.hand-paprika {
    fill: #0F3C1F;
}

.grill {
    background-color: #231E49;
}

.grill svg {
    fill: #4F5984;
}

.hand-grill {
    fill: #BC55A1;
}

.gribi {
    background-color: #EDB2A1;
}

.gribi svg {
    fill: #98310F;
}

.hand-gribi {
    fill: #773937;
}

.adzhika {
    background-color: #7A5975;
}

.adzhika svg {
    fill: #4C1730;
}

.hand-adzhika {
    fill: #E3460B;
}

.tomat {
    background-color: #CFD967;
}

.tomat svg {
    fill: #788006;
}

.hand-tomat {
    fill: #147164;
}

.barbeky {
    background-color: #644F54;
}

.barbeky svg {
    fill: #331112;
}

.hand-barbeky {
    fill: #CA7513;
}

.cheese {
    background-color: #FC9615;
}

.cheese svg {
    fill: #A83921;
}

.hand-cheese {
    fill: #B32306;
}

.smetana {
    /* background-color: #73D0D3;
     */

    background-color: #93CBB9;
}

.smetana svg {
    fill: #0A5151;
}

.hand-smetana {
    fill: #0A5151;
}

.crab {
    background-color: #1F7C2B;
}

.crab svg {
    fill: #6FB084;
}

.hand-crab {
    fill: #143820;
}

.jalapeno {
    background-color: #171E25;
}

.hand-jalapeno {
    fill: #A42236;
}


.production div.langs.langs-bekon {background: #EC1C2D;}
.production div.langs.langs-smetana {background: #73D0D3;}
.production div.langs.langs-crab {background: #80CBE2;}
.production div.langs.langs-cheese {background: #FC9615;}
.production div.langs a {color: #fff;}
.production div.langs a:nth-child(1) {border-right: 1px solid #fff;}


/* /BG */











/* CHILLER */

.chiller {
    display: flex;
    flex-direction: column;
    height: 100vh;
	min-height: 100vh;
    padding-top: 14px;
}

.chiller__bg {
    top: 65%;
    background-color: #E3DBD5;
}

.chiller__bg svg {
    fill: #b5aba2;
}

.chiller__inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 14px;
    flex-grow: 1;
}

/* .chiller__image .chiller__inner__image .chiller__image__3 .image-prod {bottom: -100px; left: -100px}
.chiller__image .chiller__inner__image .chiller__image__3 .image-prod img {transform: scale(1.4);} */




.langs {position: absolute; top: 65px; right: 60px; z-index: 12; display: flex; align-items: center; transform: skewX(-15deg); padding: 8px;}
.langs > div {transform: skewX(15deg); }
.langs a {color: #ed3833; padding: 2px 12px; text-decoration: none}
.langs a:nth-child(1) {border-right: 1px solid #ed3833;}
.langs a.active {text-decoration: none !important;}
.langs a:hover {text-decoration: underline;}




/*Button ALl*/
.btn-rules { position: absolute; top: 60px; left: 75px; z-index: 5;}
.btn-rules > span {background: #EC1C2D; font-weight: 900; font-size: 25px; line-height: 31px; color: #FFFFFF; padding: 11px 15px; transform: skewX(-25deg); height: 50px; display: block; transition: all .3s ease; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; text-transform: uppercase;}
.btn-rules > span > span {position: relative; transform: skewX(25deg); display: block;}
.btn-rules:before {content: ''; background: #FDD328; width: 100%; height: 50px; transform: skewX(-25deg); display: block; position: absolute; bottom: -10px; left: -15px; z-index: -1;}

/*Chiller MAN*/
.chiller-img {position: absolute; top: 130px; left: 50%; max-width: 1200px; margin-left: -600px;}
.chiller-img .babble-1 {background: url(../img/babble-1.png) no-repeat; width: 500px; height: 210px; background-size: contain; position: absolute; top: -80px; left: 50%; display: flex; align-items: center; justify-content: center; padding-bottom: 10px; margin-left: -240px; font-family: Gilroy; font-style: normal; font-weight: 600; font-size: 48.0685px; line-height: 59px; text-align: center; text-transform: uppercase; color: #EC1C2D; z-index: -1; }
.chiller-img .babble-1 span {display: block; transform: rotate(-5deg)}

.chiller__inner .footer__socials {position: absolute; bottom: 40px; right: 60px;}
.chiller__inner a.footer__social {width: 54px; height: 54px;}

/*List production*/
.prod-list {position: absolute; top: 70px; left: 0; width: 100%; display: flex; align-items: flex-start; justify-content: center; flex-wrap: wrap;}
.prod-list a {max-width: 300px; margin: 0 -50px; cursor: pointer; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; top: 0; position: relative;}
.prod-list a:hover {top: -20px; position: relative;}
.prod-list a:last-child {margin: -200px -110px 0 0; transform: rotate(33.06deg);}



.prod-list a:nth-child(1) {transform: rotate(-25deg); margin-top: 70px;}
.prod-list a:nth-child(2) {margin-right: 90px; transform: rotate(-15deg);}
.prod-list a:nth-child(3) {margin-left: 90px;transform: rotate(15deg);}
.prod-list a:nth-child(4) {transform: rotate(25deg); margin-top: 70px;}


/*
.btn-rules:hover > span {background: #FDD328; color: #fff;}
.btn-rules:hover:before {content: ''; background: #EC1C2D; width: 200px; height: 50px; transform: skewX(-25deg); display: block; position: absolute; bottom: -10px; left: -25px; z-index: -1;}
*/


.chiller__next {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding-top: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 0 #440D3D;
    opacity: 0;
    z-index: 12;
}















@media (min-width: 1800px) {

}

@media (max-width: 1299px) {
   

    .chiller__next {
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        padding: 18px 14px;
    }
}

@media (max-width: 991px) {

}

@media (max-width: 767px) {
   
}

@media (max-width: 575px) {

}

@media (max-width: 479px) {
    .chiller {
/*        min-height: calc(var(--vh, 1vh) * 100);*/
    }

    .chiller__bg {
        top: 50%;
    }

    .logo_chiller {
        width: 200px;
    }

 
    .chiller__next {
        left: calc(50% - 17px);
        width: 34px;
        height: 34px;
        padding: 12px 8px;
    }

}

/* /CHILLER */



@media (min-width: 1200px) and (max-width: 1600px) {
	div.chiller__inner div.chiller-img {transform: scale(.85); top: 0px;}
	div.chiller-man {transform: scale(.85); top: -80px; max-width: 700px; margin-left: -340px;}
	div.chiller__image .chiller__inner__image .image-prod img {max-width: 520px;}
	
	div.kypol {top: 100px; width: 1000px; margin-left: -510px;}

    .chiller__image .chiller__inner__image .oval > span {
        transform: translateX(-50%) !important;
        margin: 0 !important; 
        width: 550px !important;
        height: 550px !important;
    }


    .div.kypol {
        margin-left: -500px;
    }
	
	section.chiller__image .chiller__inner__image .image-prod img {max-width: 500px;}
	/* .chiller__image__2 .chiller-man div.kypol {margin-left: -620px;} */

    .chiller-man .babble-1 {
        top: 55px !important;
        margin-left: -400px !important;
    }
    .chiller-man .babble-2 {
        margin-left: -390px !important;
    }

    section.chiller__image__4 div.chiller-man {top: 20px;}
    section.chiller__image__4 div.kypol {top: 0;}
    section.chiller__image__4 .babble-1 {top:-50px !important; }
    section.chiller__image__4 .babble-2 {top: -30px !important;}

    section.chiller__image__2 div.chiller-man {top: 40px; max-width: 490px; margin-left: -250px !important;}
    section.chiller__image__2 div.kypol {top: 0;}
    section.chiller__image__2 .babble-1 {margin-left: -480px !important; top: -32px !important}
    section.chiller__image__2 .babble-2 {margin-left: -400px !important; top: 0px !important;}


}

@media (max-width: 1199px) {
	.logo_chiller {max-width: 150px !important;}
	a.btn-rules {position: relative; top: inherit; left: inherit; right: inherit; display: table; margin: 25px auto 0;}
	a.btn-rules > span {font-size: 13px; line-height: 16px; height: auto; padding: 7px 15px;}
	a.btn-rules:before {height: 30px; bottom: -7px; left: -10px;}
	
	div.chiller-img {max-width: 100%; margin-left: -50%; top: 125px;}
	div.chiller-img .babble-1 {transform: scale(.55); top: -160px;}
	div.prod-list {top: 2px; }
	
	div.prod-list a {max-width: 27vw; margin: 0 -23px;}
	div.prod-list a:last-child {position: absolute; top: calc(100% + 100px) !important;}

	div.prod-list a:nth-child(1) {margin-top: 30px;}
	div.prod-list a:nth-child(2) {margin-right: 20px;}
	div.prod-list a:nth-child(3) {margin-left: 20px;}
	div.prod-list a:nth-child(4) {margin-top: 30px;}
	
	div.chiller__inner .footer__socials {display: block; right: 0;}
	div.chiller__inner a.footer__social {transform: scale(.5); margin-bottom: -8px;}
	
	.chiller-man .babble-1 span {
        line-height: 20px !important;
    }
	
	section.chiller__image .chiller__inner__image {top: -90px; left: 25px; right: 25px;}
	section.chiller__image .chiller__inner__image .oval > span {width: 330px; height: 330px; bottom: -170px; margin-left: -165px;}
	/* div.chiller-man {width: 320px; top: 240px;} */
	
	
/*	div.chiller-man .babble-1 {transform: scale(.65) rotate(19deg); margin-left: -272px; top: -158px;}*/
	
	div.chiller-man .babble-1 {transform: rotate(19deg); margin-left: -260px; top: 0px; width: 230px; height: 210px; font-size: 17px; line-height: 21px;}
	div.chiller-man .babble-2 {transform: rotate(19deg); margin-left: -300px; top: 35px; width: 230px; height: 210px; font-size: 17px; line-height: 21px; z-index: 1;}
	section.chiller__image .chiller__inner__image .image-prod {bottom: -110px; right: -103px; z-index: 11; display: block !important;}
	section.chiller__image .chiller__inner__image .image-prod img {width: 250px;}
	section.chiller__image__1 .babbles {width: 116px; height: 70px; font-size: 10px; line-height: 12px;}
	section.chiller__image__1 .babbles-1 {bottom: inherit; top: 120px; left: 10px;}
	section.chiller__image__1 .babbles-2 {display: none !important;}
	section.chiller__image__1 .babbles-3 {display: none !important;}
	section.chiller__image__1 .babbles-4 {transform: rotate(-5deg); bottom: inherit; top: 135px; right: 10px;}
	
	
	/* section.chiller__image__2 .chiller-man {margin-left: -200px;} */
    section.chiller__image__2 .chiller-man {
        width: 350px !important;
        margin-left: -180px !important;
        top: 180px !important;
    }
    section.chiller__image__2 div.kypol {
        margin-left: -300px;
    }
	section.chiller__image__2 .babbles {width: 116px; height: 70px; font-size: 10px; line-height: 12px;}
	section.chiller__image__2 .chiller-man .babble-1 {margin-left: 0px; top: -75px; background: url(../img/babble-2-1.png) no-repeat; background-size: contain; padding-bottom: 26px; padding-left: 27px; transform: rotate( 351deg); width: 250px; height: 220px;}
	
	section.chiller__image__2 .chiller-man .babble-2 {margin-left: -290px; top: 0px; background: url(../img/babble-2-11.png) no-repeat; background-size: contain; padding-bottom: 26px; padding-left: 27px; transform: rotate( 351deg); width: 250px; height: 220px;}
	
	section.chiller__image__2 div.chiller-man .babble-1 span {transform: rotate(26deg); left: -21px; top: 10px; position: relative; font-size: 17px; line-height: 21px;}
	
	section.chiller__image__2 .babbles-1 {transform: scale(.55); bottom: inherit; top: 130px; left: 21px;}
	section.chiller__image__2 .babbles-2 {display: none !important;}
	section.chiller__image__2 .babbles-3 {transform: scale(.55) rotate(5deg); bottom: inherit; top: 120px; right: 10px;}
	
	
	section.chiller__image__3 .babbles {width: 116px; height: 70px; font-size: 10px; line-height: 12px;}
	section.chiller__image__3 .babbles-1 {transform: scale(.55); bottom: inherit; top: 130px; left: 25px;}
	section.chiller__image__3 .babbles-2 {transform: scale(.55) rotate(359deg); bottom: inherit; top: 110px; right: 10px; background: url(../img/babble-5-1.png) no-repeat; background-size: contain;}
	section.chiller__image__3 .babbles-2 span {transform: rotate(339deg);}
	section.chiller__image__3 .babbles-3 {display: none !important;}

    section.chiller__image__4 .chiller-man {
        top: 160px !important;
    }

    section.chiller__image__4 div.kypol {
        top: 0px;
    }

    section.chiller__image__4 div.chiller-man .babble-1 {
        top: -75px;
    }
    section.chiller__image__4 div.chiller-man .babble-2 {
        top: -75px;
        margin-left: -300px !important;
    }

    section.chiller__image__2 .chiller-man {
        top: 120px;
    }

    section.chiller__image__2 div.kypol {
        top: 0px;
    }
	
	div.kypol {
        width: 800px;
        bottom: 50px;
        margin-left: -420px;
        top: auto;  
    }
	div.prod-list a:hover {top: 0;}
	
	section.chiller__image__4 .babbles {width: 116px; height: 70px; font-size: 10px; line-height: 12px;}
	section.chiller__image.chiller__image__4 .chiller__inner__image .image-prod {right: inherit; left: -141px; bottom: -163px;}
	section.chiller__image.chiller__image__4 .chiller__inner__image .image-prod img {transform: rotate(22deg); position: relative; top: -50px; right: -50px;}
	
	section.chiller__image__4 .babbles-1 {transform: scale(.55); bottom: inherit; top: 120px; left: 20px;}
	section.chiller__image__4 .babbles-2 {display: none !important;}
	section.chiller__image__4 .babbles-3 {display: none !important;}
	section.chiller__image__4 .babbles-4 {transform: scale(.55) rotate(5deg); bottom: inherit; top: 160px; right: 10px;}
	
	
	div.video__block {}
	
	
	section.video .production__slider {top: 65px; left: 25px; right: 25px; border-radius: 20px; overflow: hidden; bottom: 100px;}
	
	
	section.video .footer__socials {transform: scale(.5); right: -37px; bottom: 15px;}
	
	div.logo__footer {display: block !important; position: absolute; bottom: 27px; left: 25px;}
	div.logo__footer img {width: 100px;}

    div.kypol {
        top: 100px;
        width: 638px !important;
        bottom: auto !important;
        margin-left: -330px !important;
    }
    .chiller-man {width: 500px !important; margin-left: -225px !important; top: 100px !important;}
}

@media (max-width: 991px) {
    /* div.kypol {margin-left: -350px; width: 700px; top: 90px;} */
    /* .chiller-man {top: auto !important; bottom: -90px; width: 60%;} */

    section.chiller__image__5 .chiller-man {
        bottom: -180px;
    }
    section.chiller__image__2 .chiller-man {
        bottom: -180px;
    }

    section.chiller__image__2 div.kypol {
        margin-left: -350px !important;
    }
}

@media (max-width: 768px) {
	/* section.chiller__image__2 div.kypol {width: 800px; } */
    .chiller-man { width: 460px !important; top: 180px;}
    div.kypol {top: 65px; }
	div.prod-list a:last-child {position: absolute; left: 45%; top: calc(100% + 140px) !important; margin: -195px 0 0 0;}
    .chiller-img .babble-1 span {
        font-size: 38px;
    }

    section.chiller__image__2 .chiller-man .babble-1 {
        margin-left: 0;
    }

    div.chiller-man .babble-2 {
        margin-left: -220px;
        margin-top: 20px;
        transform: scale(0.8) !important;
    }

    section.chiller__image__4 .babble-1 {
        margin-left: -250px;
    }

    section.chiller__image__4 .babble-2 {
        margin-left: -230px;
        top: -20px;
    }
    section.chiller__image__2 div.kypol {
        margin-left: -395px !important;
    }
    section.chiller__image__4 .chiller-man {
        top: 210px !important;
    }
    section.chiller__image__4 div.chiller-man .babble-2 {margin-left: -230px !important;}
    section.chiller__image__2 .chiller-man {
        width: 350px !important;
        margin-left: -168px !important;
        top: 164px !important;
    }
    section.chiller__image__2 div.kypol {
        margin-left: -330px !important;
    }
    /* div.chiller-man {
        top: auto;
        width: 450px;
        bottom: -200px;
    } */

	/* div.kypol {width: auto !important; bottom: -41px; height: 430px !important; justify-content: flex-end; margin-left: -250px; margin-top: 27px} */
}

@media (max-width: 576px) {
    .chiller-man {top: 250px !important; margin-left: -215px !important; }
    /* div.kypol {margin-left: -310px; width: 600px !important; height: auto !important; top: 70px!important;} */
    .chiller-man .babble-1 {top: -40px !important; margin-left: -230px !important;}
    .chiller-man .babble-2 {top: -50px !important; margin-left: -170px !important;}

    section.chiller__image__4 .chiller-man .babble-1 {top: -90px !important; margin-left: -200px !important;}
    section.chiller__image__4 .chiller-man .babble-2 {top: -60px !important; margin-left: -10px !important;}
    section.chiller__image__4 .chiller-man {
        width: 400px !important;
        top: auto !important;
        margin-left: -200px !important;
        bottom: -140px !important;
    }
    section.chiller__image__4 .kypol  {
        top: 0px !important;
        margin-left: -365px !important;
    }

    section.chiller__image__2 .chiller-man .babble-1 {top: -100px !important; margin-left: 0px !important;}
    section.chiller__image__4 div.chiller-man .babble-2 {
        margin-left: -210px !important;
        top: -90px !important;
    }

    section.chiller__image__2 .chiller-man {
        width: 320px !important;
        margin-left: -145px !important;
        top: auto !important;
        bottom: -85px !important;
    }
    section.chiller__image__2 div.kypol {
        margin-left: -395px !important;
        top: -20px !important;
    }
    section.chiller__image__2 .chiller-man .babble-2 {top: -100px !important; margin-left: -200px !important;}

    .chiller-man {
        max-width: 500px !important;
        top: auto !important;
        margin-left: -215px !important;
        bottom: -245px !important;
    }
    div.kypol {
        top: auto !important;
        bottom: 75px !important;
        margin-left: -352px !important;
        width: 700px !important;
    } 
}

@media (max-width: 420px) {
    .chiller-man .babble-1 {top: -40px !important; margin-left: -200px !important; transform: scale(.7) rotate(19deg) !important;}
    section.chiller__image__2 .chiller-man .babble-1 {top: -100px !important; margin-left: 0px !important; transform: scale(.7) rotate(0deg) !important; }

    /* .chiller-man {width: 410px !important; top: 150px !important; margin-left: -190px !important;} */
    /* .kypol {margin-left: -330px !important;} */
    div.chiller-man .babble-2 {transform: scale(.6) !important; top: -30px !important}

}

/* @media (max-width: 576px) {
    .chiller-man {
        width: 460px;
    }  
    div.chiller-man .babble-1 {
        margin-left: -240px;
        top: -30px !important;
        transform: scale(0.8) rotate(19deg);
    }
    div.chiller-man .babble-2 {
        top: 0px !important;
        transform: scale(0.6) rotate(19deg);
    }
    div.chiller-man .babble-1 {
        top: -55px !important;
        margin-left: -220px;
    }

    section.chiller__image__3 div.chiller-man .babble-2 {
        top: -40px !important;
        transform: scale(0.6) !important;
    }
    section.chiller__image__1 div.chiller-man .babble-2 {
        top: -50px !important;
        transform: scale(0.6) !important;
    }
    section.chiller__image__4 div.chiller-man .babble-2 {
        top: -90px !important;
        transform: scale(0.6) !important;
    }
    section.chiller__image__4 div.chiller-man .babble-1 {
        top: -100px !important;
    }
    section.chiller__image__2 div.chiller-man {
        bottom: -105px !important;
    }
    section.chiller__image__2 div.kypol {
        width: 650px !important;
        bottom: 65px;
    }
    section.chiller__image__2 div.chiller-man .babble-2 {
        top: -40px !important;
        transform: scale(0.6) !important;
    }
    section.chiller__image__2 .chiller-man .babble-1 {
        top: -60px;
    }

    

    section.chiller__image__2 .chiller-man .babble-2 {
        margin-left: -220px;
    }

    div.kypol {top: auto!important; left: 50%; bottom: 0; height: auto !important; width: 600px !important; margin-left: -300px;}

    .chiller__image__3 .babbles-1 span {
        padding: 0;
    }
    section.chiller__image__3 .babbles-2 span {padding: 0;}
    .chiller__image__4 .babbles-4 span {width: 80%;}
}



@media (max-width: 400px) {
    section.chiller__image__2 .chiller-man .babble-1 {
        transform: scale(0.8) !important;
    }
    div.kypol {
        margin-top: 10px !important;
        top: 30px;
    }
    div.chiller-man .babble-1 {
        transform: scale(0.8) rotate(19deg);
        margin-left: -200px;
        top: -30px;
    }
    .chiller-man {
        width: 350px;
    } 
} */



/* @media (min-width: 1600px) {
	div.kypol {bottom: 145px;}
} */


/* CHILLER IMAGE */
.chiller__image {}
.chiller__image .chiller__inner__image {position: absolute; top: -60px; left: 45px; right: 45px; bottom: 40px; background-size: cover !important;}
.chiller__image .chiller__inner__image .oval > span {display: block; width: 670px; height: 670px; border-radius: 100%; position: absolute; bottom: -335px; left: 50%; margin-left: 50%; margin-left: -335px; z-index: 1;}

.chiller__image .chiller__inner__image  .image-prod {position: absolute; bottom: -200px; right: -250px;}
.chiller__image .chiller__inner__image  .image-prod img {max-width: 620px; transform: rotate(-25deg); }

.chiller__image .chiller__inner__image__3 .image-prod {bottom: -100px !important; right: -100px !important; }
.chiller__image .chiller__inner__image__3  .image-prod img {transform: scale(1.4); }



/*Chiller MAN*/
.chiller-man {
    position: absolute;
    top: 0px;
    left: 50%;
    max-width: 800px;
    margin-left: -400px;
    z-index: 5;
}
/* .chiller__image__2 .chiller-man {
    top: 60px;
} */
/* .chiller__image__5 .chiller-man {
    top: 90px;
} */

.kypol {width: 1060px; position: absolute; top: 120px; left: 50%; margin-left: -550px; z-index: 4;}

/* .chiller__image__2 .kypol {margin-left: -630px;} */

.chiller-man .babble-1 {background: url(../img/babble-2.png) no-repeat; width: 390px; height: 330px; background-size: contain; position: absolute; top: 90px; left: 50%; display: flex; align-items: center; justify-content: center; padding-bottom: 33px; margin-left: -430px; font-family: Gilroy; font-style: normal; font-weight: 600; font-size: 29px; line-height: 36px; text-align: center; text-transform: uppercase; color: #EC1C2D; z-index: 5; }
.chiller-man .babble-1 span {display: block; transform: rotate(319deg); width: 78%; line-height: 32px;}

.chiller-man .babble-2 {background: url(../img/babble-2-11.png) no-repeat; width: 390px; height: 330px; background-size: contain; position: absolute; top: 90px; left: 50%; display: flex; align-items: center; justify-content: center; padding-bottom: 33px; margin-left: -410px; font-family: Gilroy; font-style: normal; font-weight: 600; font-size: 29px; line-height: 36px; text-align: center; text-transform: uppercase; color: #EC1C2D; z-index: 5; transform: rotate(
359deg
);}

.chiller__image__1 div.langs {background: #EC1C2D;}
.chiller__image__1 div.langs a {color: #fff;}
.chiller__image__1 div.langs a:nth-child(1) {border-right: 1px solid #fff;}

.chiller__image__1 .babbles {background: url(../img/babble-3.png) no-repeat; background-size: contain; width: 210px; height: 130px; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; font-size: 18.8391px; line-height: 23px; text-align: center; color: #4B0618; position: absolute; padding: 0 11px 5px 0px;}
.chiller__image__1 .babbles span {transform: rotate(22deg);}

.chiller__image__1 .babbles-1 { left: 50px; bottom: 230px;}
.chiller__image__1 .babbles-2 { left: 58px; bottom: 80px; transform: rotate(6deg);}
.chiller__image__1 .babbles-3 {background: url(../img/babble-3-1.png) no-repeat; background-size: contain; right: 38px; top: 95px; transform: rotate(6deg);}
.chiller__image__1 .babbles-3 span {transform: rotate(-15deg);}
.chiller__image__1 .babbles-4 {background: url(../img/babble-3-1.png) no-repeat; background-size: contain; right: 58px; top: 250px; transform: rotate(-13deg);}
.chiller__image__1 .babbles-4 span {transform: rotate(-15deg); width: 85%;}

.chiller__image__2 div.langs {background: #83CAE6;}
.chiller__image__2 div.langs a {color: #fff;}
.chiller__image__2 div.langs a:nth-child(1) {border-right: 1px solid #fff;}

/* .chiller__image__2 .chiller-man {margin-left: -300px;} */
.chiller__image__2 .chiller-man .babble-1 {    margin-left: -480px; top: -50px;}
.chiller__image__2 .chiller-man .babble-2 {margin-left: -480px; top: -40px;}
.chiller__image__5 .babbles {background: url(../img/babble-10.png) no-repeat; background-size: contain; width: 210px; height: 130px; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; font-size: 18.8391px; line-height: 23px; text-align: center; color: #003F2E; position: absolute; padding: 0 11px 5px 0px;}
.chiller__image__2 .babbles {background: url(../img/babble-4.png) no-repeat; background-size: contain; width: 210px; height: 130px; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; font-size: 18.8391px; line-height: 23px; text-align: center; color: #003F2E; position: absolute; padding: 0 11px 5px 0px;}
.chiller__image__2 .babbles span {transform: rotate(22deg);}

.chiller__image__2 .babbles-1 { left: 50px; bottom: 250px;}
.chiller__image__2 .babbles-2 { left: 58px; bottom: 80px; transform: rotate(321deg); width: 220px; height: 150px;}
.chiller__image__2 .babbles-3 {background: url(../img/babble-4-1.png) no-repeat; background-size: contain; right: 38px; top: 95px; transform: rotate(6deg);}
.chiller__image__2 .babbles-3 span {transform: rotate(-15deg);}



.chiller__image__2 .chiller-man {margin-left: -265px !important; top: 120px;}
.chiller__image__2 .kypol {top: 0;}





.chiller__image__3 div.langs {background: #10ABAA;}
.chiller__image__3 div.langs a {color: #fff;}
.chiller__image__3 div.langs a:nth-child(1) {border-right: 1px solid #fff;}

.chiller__image__3 .babbles {background: url(../img/babble-5.png) no-repeat; background-size: contain; width: 210px; height: 130px; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; font-size: 18.8391px; line-height: 23px; text-align: center; color: #083C49; position: absolute; padding: 0 11px 5px 0px;}
.chiller__image__3 .babbles span {transform: rotate(22deg);}

.chiller__image__3 .babbles-1 { left: 50px; bottom: 230px;}
.chiller__image__3 .babbles-1 span {transform: rotate(353deg); padding-bottom: 10px;}
.chiller__image__3 .babbles-2 { right: 38px; top: 95px; transform: rotate(350deg);}
.chiller__image__3 .babbles-2 span {transform: rotate(353deg); padding-bottom: 0;}
.chiller__image__3 .babbles-3 {background: url(../img/babble-5-1.png) no-repeat; background-size: contain; right: 38px; top: 250px; transform: rotate(356deg); padding-top: 8px;}
.chiller__image__3 .babbles-3 span {transform: rotate(-15deg);}




.chiller__image__4 div.langs {background: #FF8800;}
.chiller__image__4 div.langs a {color: #fff;}
.chiller__image__4 div.langs a:nth-child(1) {border-right: 1px solid #fff;}

.chiller__image__4 .babbles {background: url(../img/babble-3.png) no-repeat; background-size: contain; width: 210px; height: 130px; display: flex; align-items: center; justify-content: center; font-style: normal; font-weight: 700; font-size: 18.8391px; line-height: 23px; text-align: center; color: #4B0618; position: absolute; padding: 0 11px 5px 0px;}
.chiller__image__4 .babbles span {transform: rotate(22deg);}

.chiller__image__4 .babbles-1 { left: 50px; bottom: 230px;}
.chiller__image__4 .babbles-1 span {transform: rotate(24deg);}
.chiller__image__4 .babbles-2 { left: 58px; bottom: 80px; transform: rotate(324deg);}
.chiller__image__4 .babbles-3 {background: url(../img/babble-3-1.png) no-repeat; background-size: contain; right: 38px; top: 95px; transform: rotate(6deg);}
.chiller__image__4 .babbles-3 span {transform: rotate(-15deg);}
.chiller__image__4 .babbles-4 {background: url(../img/babble-3-1.png) no-repeat; background-size: contain; right: 58px; top: 250px; transform: rotate(-13deg); width: 230px; height: 136px; padding-bottom: 12px;}
.chiller__image__4 .babbles-4 span {transform: rotate(-15deg); width: 80%;}

.chiller__image__4 .kypol {top: 0;}
.chiller__image__4 .chiller-man {top: 120px;}
.chiller__image__4 .babble-1 {top: -90px;}
.chiller__image__4 .babble-2 {top: -60px;}


.chiller__image__5 .chiller-man {margin-left: -260px !important; top: 120px;}
.chiller__image__5 .kypol {top: 0;}
.chiller__image__5 .babbles-1 { background: url(../img/babble-3.png) no-repeat; background-size: contain;}
.chiller__image__5 .babbles-2 { background: url(../img/babble-3.png) no-repeat; background-size: contain;}
.chiller__image__5 .babbles-3 {background: url(../img/babble-3-1.png) no-repeat; background-size: contain;}
.chiller__image__5 .babbles-1 span {color: #141B23;}
.chiller__image__5 .babbles-2 span {color: #141B23;}
.chiller__image__5 .babbles-3 span {color: #141B23;}



/* PRODUCTION */

.production {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 30px 0;
}

.production.mobile {
    display: none;
}

.production__inner {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
    padding: 40px 0;
}

.production__slider {
    position: relative;
    width: 100%;
    height: 540px;
}

.production__hand {
    position: absolute;
    z-index: 1;
}

.production__hand_left {
    top: 50%;
    left: 50%;
    transform: translate(-1600px, -820px);
}

.production__hand_right {
    top: 50%;
    left: 50%;
    transform: translate(240px, -600px);
}

.production__pack {
    display: flex;
    align-items: center;
    transform: translateX(-300px) rotate(20deg);
    filter: drop-shadow(0 4px 50px rgba(0,0,0,.8));
}

.production__text {
    position: absolute;
    top: 34%;
    right: 44%;
    padding: 10px 30px;
    font-size: 25px;
    text-transform: uppercase;
    white-space: nowrap;
    transform: skew(-20deg);
    opacity: 0;
    color: #fff;
}

.production__text span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(20deg);
}

.production__text_bekon {
    background-color: #D92130;
    box-shadow: -12px 12px 0 #B81110;
}

.production__text_paprika {
    background-color: #308637;
    box-shadow: -12px 12px 0 #0F3B1F;
}

.production__text_grill {
    background-color: #2D2B57;
    box-shadow: -12px 12px 0 #17123F;
}

.production__text_gribi {
    background-color: #E48768;
    box-shadow: -12px 12px 0 #773937;
}

.production__text_adzhika {
    background-color: #6F4A65;
    box-shadow: -12px 12px 0 #47122C;
}

.production__text_tomat {
    background-color: #BFCA0D;
    box-shadow: -12px 12px 0 #147164;
}

.production__text_barbeky {
    background-color: #644F54;
    box-shadow: -12px 12px 0 #351314;
}

.production__text_cheese {
    background-color: #E78018;
    box-shadow: -12px 12px 0 #B32306;
}

.production__text_smetana {
    background-color: #79B7A9;
    box-shadow: -12px 12px 0 #0A5151;
}

.production__text_crab {
    background-color: #1F7C2B;
    box-shadow: -12px 12px 0 #143820;
}

.production__text_jalapeno {
    background-color: #171E25;
    box-shadow: -12px 12px 0 #A42236;
}

.production__arrow {
    width: 23px;
    height: 56px;
    margin-top: -63px;
    color: #fff;
    outline: none;
}

.production__next {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 32px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    padding-top: 5px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 0 #440D3D;
    z-index: 12;
}

@media (max-width: 1299px) {
    .production {
        display: none;
    }

    .production.mobile {
        padding: 100px 0;
        display: flex;
    }

    .production__slider {
        width: 310px;
        height: 320px;
    }

    .production__pack {
        transform: rotate(3deg);
        filter: drop-shadow(0 4px 10px rgba(0,0,0,.8));
    }

    .production__text {
        top: 100%;
        right: unset;
        left: 16%;
        transform: skew(-20deg) rotate(-10deg) scale(0.7);
    }

    .production__text_crab {
        top: 90% !important;
        left: 40%;
    }

    .production__arrow {
        margin-top: -23px;
    }

    .production__arrow_next {
        right: -30px;
    }

    .production__arrow_prev {
        left: -30px;
    }

    .production__hand_right {
        transform: translate(5px, -570px);
    }

    .production__hand_left {
        transform: translate(-1450px, -840px);
    }

    .production__next {
        left: calc(50% - 25px);
        width: 50px;
        height: 50px;
        padding: 18px 14px;
    }
}

@media (max-width: 767px) {
    .production {
        padding-bottom: 90px;
    }

    .production__text {
        /* top: calc(100% + 70px); */
        top: 100%;
        left: 20%;
        transform: skew(-20deg) rotate(-10deg) scale(0.6);

    }

    .production__text_bekon {
        left: 0%;
    }

    .production__hand_left {
        transform: translate(-1340px, -470px) rotate(-30deg) scale(0.7);
    }

    .production__hand_right {
        transform: translate(-70px, -492px) rotate(5deg) scale(0.7);
    }
}

@media (max-width: 575px) {
    .production__text {
        top: calc(100%);
        left: 8%;
    }

    .production.mobile {
        padding: 25px 0 50px 0;
    }

    .production__text_bekon {
        top: calc(100% + 20px);
        left: -30%;
    }
}

@media (max-width: 479px) {
    .production {
        padding-bottom: 110px;
    }

    .production__inner {
        padding: 60px 0;
    }

    .production__pack {
        max-width: 180px;
    }

    .production__pack.w250 {
        max-width: 260px !important;
    }
    .production__pack.w240 {
        max-width: 230px !important;
    }
    .production__pack.w230 {
        max-width: 230px !important;
    }

    .production__text {
        top: 100%;
        left: 50%;
        font-size: 18px;
        transform: skew(-20deg) rotate(-10deg) translateX(-47%) scale(0.7);
    }

    .production__arrow_next {
        right: -10px;
    }

    .production__arrow_prev {
        left: -10px;
    }

    .production__hand_left {
        transform: translate(-1092px, -498px) rotate(-30deg) scale(0.4);
    }

    .production__hand_right {
        transform: translate(-180px, -422px) rotate(5deg) scale(0.4);
    }

    .production__next {
        left: calc(50% - 17px);
        width: 34px;
        height: 34px;
        padding: 12px 8px;
    }
}

@media (max-width: 374px) {
    .production {
        padding-bottom: 90px;
    }

    .production__inner {
        padding: 40px 0 60px;
    }

    .production__arrow_next {
        right: 5px;
    }

    .production__arrow_prev {
        left: 5px;
    }
}
/* /PRODUCTION */












/* VIDEO */

.video div.langs {background: #EC1C2D;}
.video div.langs a {color: #fff;}
.video div.langs a:nth-child(1) {border-radius: 1px solid #fff;}

.video {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 30px 0;
}

.video__bg {
    top: 65%;
    background-color: #FDD328;
}

.video__bg svg {
    fill: #F67212;
}

.video__inner {
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 100%;
}

.video .production__slider {
	position: absolute; top: 85px;
    left: 50px; right: 50px; bottom: 125px; width: auto; height: auto;
}

div.production__arrow {margin-top: 0; top: 0; width: 100px; height: 100%; z-index: 100; pointer-events: visible !important; cursor: pointer !important;}

.video__block {
	    position: absolute;
    top: 0;
    left: 0; right: 0; bottom: 0;
}

.video__block iframe {

    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 479px) {
    .video__bg {
        top: 50%;
    }
    
    .video__inner {
        padding: 5px 5px 40px;
    }
}


.video .footer__socials {position: absolute; bottom: 40px; right: 60px; z-index: 11;}




/* /VIDEO */








/* FOOTER */

.footer {
    background-color: #EC1C2D;
}

.footer__inner {
    justify-content: space-between;
    padding: 54px 15px;
}

.footer__logo {
    width: 226px;
}

.footer__socials {
    display: flex;
    align-items: center;
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    margin-right: 30px;
    font-size: 0;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 0 #640606;
    transition: background-color .4s;
    overflow: hidden;
    cursor: pointer;
}

.footer__social:last-child {
    margin-right: 0;
}

.footer__social:hover {
    background-color: #DE0012;
}

.footer__social_facebook svg {
    fill: #EC1C2D;
}

.footer__social_facebook:hover svg {
    fill: #fff;
}

.footer__social_instagram svg {
    fill: #EC1C2D;
}

.footer__social_instagram:hover svg {
    fill: #fff;
}

.footer__social_tiktok:hover {
    background-color: #DE0012;
}

.footer__icon_hover {
    display: none;
}

.footer__social_tiktok:hover svg {
    display: none;
}

.footer__social_tiktok:hover .footer__icon_hover {
    display: block;
}

@media (max-width: 767px) {
    .footer__inner {
        flex-direction: column;
        align-items: center;
    }

    .footer__socials {
        margin-top: 20px;
    }
}

@media (max-width: 479px) {
    .footer__inner {
        padding: 44px 5px;
    }
}

/* /FOOTER */