*, ::before, ::after { margin: 0; padding: 0; list-style: none; text-decoration: none; outline: 0; border: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .3s;
    transition: .3s;
}

body {
    background: -webkit-gradient(linear, left top, left bottom, from(#FBB617), to(#FFE601));
    background: linear-gradient(#FBB617, #FFE601);
}

.container {
    width: 1170px;
    margin: 0 auto;
}

.head {
    background: #FFE600;
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    position: relative;
}

.head .logo {
    width: 19%;
}

.head .logo img {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: 93px;
    -webkit-transition: .5s .125s;
    transition: .5s .125s;
}

.head .logo img:hover {
    -webkit-transform: rotate(-180deg) scale(-1);
    transform: rotate(-180deg) scale(-1);
}

.head nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

.head nav .menu .menu-item > a {
    color: #000;
    font: bold 18px sans-serif;
    padding: 7px 15px;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
    white-space: nowrap;
}

.head nav .menu .menu-item:hover .product {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.head nav .menu .menu-item > a:hover,
.head .lang:hover {
    background: #DA291C;
    color: #fff;
}

.head .lang {
    font: bold 20px sans-serif;
    border: 1px solid #000;
    padding: 8px 5px 5px;
    color: #000;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 10px;
}

.head #srch {
    display: none;
    position: absolute;
}

.head .search {
    font-size: 24px;
    margin: 0 12px;
    cursor: pointer;
    -webkit-transition: .8s;
    transition: .8s;
}

.head .search:hover {
    color: #fff;
    text-shadow: 2px 2px 0 #000;
}

.head form {
    width: 0;
    overflow: hidden;
    -webkit-transition: .8s;
    transition: .8s;
}

.head form input {
    width: 125px;
    height: 30px;
    border-radius: 15px;
    text-indent: 15px;
    font: 17px cursive;
    border: 2px solid;
}

.head #srch:checked ~ form {
    width: 25%;
}

.head #srch:checked ~ .search {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.head .product {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    -webkit-transition: .5s .25s;
    transition: .5s .25s;
}

.head .product .item {
    width: calc(100% / 9);
    background: #FBB617;
}

.head .product .item .pic {
    height: 135px;
    overflow: hidden;
}

.head .product .item .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .8s;
    transition: .8s;
}

.head .product .item .pic:hover img {
    -webkit-transform: scale(1.3) rotate(-15deg);
    transform: scale(1.3) rotate(-15deg);
}

.head .product .item .info {
    padding: 10px 14px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    row-gap: 3px;
}

.head .product .item .info h2 {
    color: #fff;
    font: bold 16px sans-serif;
}

.head .product .item .info h3 {
    color: #fff;
    font: bold 18px sans-serif;
}

.video {
    margin-top: 20px;
}

#product {
    background: url(img/bg2.webp) no-repeat top / 100%, url(img/bg3.webp) no-repeat bottom / 100% #F03028;
    padding: 40px 80px 80px;
    position: relative;
    margin-top: 20px;
}

#product h1,
#recipes h2,
#videos h2,
#social h2 {
    font: bold 6rem sans-serif;
    color: #fff;
}

#product .slider {
    height: 515px;
    overflow: hidden;
    margin-top: 30px;
}

#product .slider .big {
    width: 300%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

#product .slider .big .item {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#product input {
    position: absolute;
    bottom: 3%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #961612;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

#product input:checked,
#product input:hover {
    background: #FFE600;
}

#product :nth-child(2) {
    left: 44%;
}

#product :nth-child(3) {
    left: 47%;
}

#product :nth-child(4) {
    left: 50%;
}

#product :nth-child(3):checked ~ .slider .big {
    left: -100%;
}

#product :nth-child(4):checked ~ .slider .big {
    left: -200%;
}

#product .slider .big .item .box {
    width: calc(100% / 3);
}

#product .slider .big .item .box .pic {
    height: 335px;
    overflow: hidden;
}

#product .slider .big .item .box .text {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 185px;
}

#product .slider .big .item .box .text h2 {
    color: #fff;
    font: bold 2rem sans-serif;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
}

#product .slider .big .item .box .text h3 {
    color: #fff;
    font: bold 1.7rem sans-serif;
    text-transform: uppercase;
    -webkit-transition: .8s;
    transition: .8s;
}

#product .slider .big .item .box .text button {
    padding: 12px 35px 10px;
    border-radius: 50px;
    color: #fff;
    font: 17px sans-serif;
    background: #DA291C;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px 4px #000;
    box-shadow: inset 0 -2px 4px #000;
    -webkit-transition: .4s;
    transition: .4s;
}

#product .slider .big .item .box:hover .pic img {
    -webkit-transform: scale(1.4) rotate(20deg);
    transform: scale(1.4) rotate(20deg);
}

#product .slider .big .item .box:hover .text button {
    background: #ffe600;
    color: #000;
}

#product .slider .big .item .box:hover .text :is(h2, h3) {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
}

#recipes {
    position: relative;
    background: url(img/bg-recipes2.webp) no-repeat top / 100%, url(img/bg-recipes3.webp) no-repeat left bottom / 30% #F6BE07;
    padding: 40px 80px 80px;
    margin-top: 20px;
}

#recipes .slider {
    height: 460px;
    margin-top: 25px;
    overflow: hidden;
}

#recipes .slider .big {
    height: 100%;
    width: 200%;
    /*    background: #f00;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    left: 0;
    -webkit-transition: 1s;
    transition: 1s;
}

#recipes .slider .big .item {
    height: 100%;
    width: 100%;
    /*    background: #00f;*/
    /*    border: 2px solid #fff;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#recipes input {
    position: absolute;
    bottom: 7%;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

#recipes input:hover,
#recipes input:checked {
    background: #000;
}

#recipes :nth-child(2) {
    left: 47%;
}

#recipes :nth-child(3) {
    left: 50%;
}

#recipes :nth-child(3):checked ~ .slider .big {
    left: -100%
}

#recipes .slider .big .item .box {
    height: 100%;
    width: 300px;
    background: #fa0;
}

#recipes .slider .big .item .box .pic {
    height: 270px;
    overflow: hidden;
}

#recipes .slider .big .item .box:hover .pic img {
    -webkit-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
}

#recipes .slider .big .item .box .info {
    padding: 35px;
}

#recipes .slider .big .item .box .info h3 {
    font: bold 1.4rem sans-serif;
    color: #000;
}

#recipes .slider .big .item .box .info button {
    height: 40px;
    width: 150px;
    border-radius: 30px;
    background: #DA291C;
    color: #fff;
    font: 14px sans-serif;
    -webkit-transition: .3s;
    transition: .3s
}

#recipes .slider .big .item .box:hover .info button {
    background: #00AAE7;
}

#recipes .slider .big .item .box .info .itemin {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#recipes .slider .big .item .box .info .itemin :nth-child(2) {
    font-size: 30px;
    color: #000;
    line-height: .6;
    margin-left: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

#recipes .slider .big .item .box:hover .info .itemin :nth-child(2) {
    color: #00AAE7;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

#recipes .slider .big .item .box .info .itemin :nth-child(3) {
    font: 17px sans-serif;
    color: #000;
    margin-left: 10px;
}

#videos {
    position: relative;
    padding: 40px 80px 80px;
    margin-top: 20px;
    min-height: 640px;
    background: url(img/video1.webp) no-repeat right top / 100%, url(img/video2.webp) no-repeat left bottom / 100% #00aa4f;
}

#videos .slider {
    margin-top: 30px;
    overflow: hidden;
}

#videos .slider .big {
    -webkit-transition: .25s;
    transition: .25s;
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300%;
    height: 383px;
}

#videos .slider .big .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

#videos input {
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
    position: absolute;
    bottom: 20px;
    left: 33%;
    -webkit-transform: translateX(calc(var(--tX) * 50px - 50%));
    transform: translateX(calc(var(--tX) * 50px - 50%));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #00602c;
    border-radius: 50%;
}

#videos input:checked,
#videos input:hover {
    background: #da291c;
}

#videos :nth-child(3):checked ~ .slider .big {
    left: -100%;
}

#videos :nth-child(4):checked ~ .slider .big {
    left: -200%;
}

#videos .slider .big .item .text {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#videos .slider .big .item .text h3 {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition: .25s;
    transition: .25s;
    text-align: center;
    color: #FFF;
    font: bold 40px sans-serif;
}

#videos .slider .big .item .text h3:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

#videos .slider .big .item .text button {
    margin-top: 15px;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 20px;
    background: #DA291C;
    padding: 10px 30px;
    color: #FFF;
    font-size: 15px;
}

#videos .slider .big .item .text button:hover {
    color: #000;
    background: #ffe600;
}

#social {
    padding: 40px 80px 80px;
    margin-top: 20px;
    height: 575px;
    background: url(img/bg-social.webp) no-repeat top / 100%, url(img/bg-social2.webp) no-repeat bottom / 100%, #00aae7;

}

#social .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    margin-top: 20px;
}

#social .items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    width: calc(100% / 3);
    height: calc(100% - 10px);
}

#social .items > :nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

#social .items .item a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: no-repeat center / cover !important;
    width: 100%;
    height: 100%;
    background: #000;
}

#social .items .item a.big:hover :last-child {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#social .items .item a.small:hover :last-child {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#social .items .item a.big:hover :first-child {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#social .items .item a.small:hover :first-child {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#social .items .item a i {
    -webkit-transition: .5s;
    transition: .5s;
    color: #FFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
}

#social .items .item a.big :first-child {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 32px;
    padding: 10px 12.5px;
    border: 2.5px solid #FFF;
}

#social .items .item a.big :last-child {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    font-size: 48px;
    padding: 17px 21px;
    border: 5px solid #FFF;
}

#social .items .item a.small :first-child {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 16px;
    padding: 5px 7px;
    border: 2.5px solid #FFF;
}

#social .items .item a.small :last-child {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    font-size: 32px;
    padding: 10px 12.5px;
    border: 2.5px solid #FFF;
}

#social .items .item a.small {
    width: calc(50% - 5px);
    height: calc(50% - 5px);
}

#connect {
    padding-right: 101px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    height: 174px;
    background: url(img/connect.webp);
}

#connect #logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 82px;
    column-gap: 82px;
    height: 100%;
    width: 600px;
}

#connect #logos li a {
    color: #ECB431;
    font-size: 75px;
}

#connect #logos li a:hover {
    -webkit-animation: sizing .5s;
    animation: sizing .5s;
}

#connect #logos li:nth-child(2) a {
    position: relative;
    left: 9px;
}

@-webkit-keyframes sizing {
    50% { -webkit-transform: scale(1.15); transform: scale(1.15); }
}

@keyframes sizing {
    50% { -webkit-transform: scale(1.15); transform: scale(1.15); }
}

footer {
    text-align: center;
    margin-top: 20px !important;
}

footer img {
    margin-top: 10px;
    height: 90px;
    width: auto;
}

footer .developers {
    margin: 20px 0;
    font: 20px cursive;
}

footer .footMenu a {
    display: inline-block;
    color: #000;
    -webkit-transition: .25s;
    transition: .25s;
    font: 14px sans-serif;
    padding: 10px 15px;
    margin: 0 7px;
}

footer .footMenu a:hover {
    color: #FFF;
    background: #EE3124;
}

#burger {
    display: none;
}
.burger {
    width: 70px;
    height: 35px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.burger span {
    height: 5px;
    background: #000;
    border-radius: 10px;
    -webkit-transition: .4s;
    transition: .4s;
}
