/*Common Styles*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
body {
    font-family: 'Arimo', sans-serif;
    color: #fff;
    background: #000;
    overflow-x: hidden; 
    width: 100%;
}
h2 {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.764%;
    margin: 40px auto;
    max-width: 1110px;
}
.rpin {
    font-size: 17px;
    position: absolute;
    margin-top: -4px;
}
h2.h2__margin__min {
    margin: 0 auto;
}
h3 {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 143.13%; /* 45.802px */
}
h4 {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
h6 {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 0;
}
@media (max-width: 1100px) {
    h3 {
        font-size: 20px;
    }
}
/*Video Section*/
#video__for__mobile {
    display: none;
}
.iframe__mobile {
    width: 406px;
    height: 530px;
    top: 0;
    left: 0;
    object-fit: cover;
    border: none;
}
.sec-header__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.div-h1.main-video--text-title {
    font-size: 48px;
}
.main-video--wrapper {
    background:url(https://www.moley.com/wp-content/themes/moley/webp/covermain.webp) 0 0/cover no-repeat;
}
.main-video {
    overflow:hidden;
}
.main-video--text {
    margin-bottom:20px;
}
.main-video--text-title {
    margin-bottom:40px;
}
.main-video--text-box {
    position:relative;
    z-index:1;
    margin-left:auto;
    max-width:740px;
    display: none;
}
.grecaptcha-badge {
    visibility: hidden;
}
.main-video--text,.main-video--text-title,.main-video--text-button {
    opacity:0;
    -webkit-transition:opacity 1.5s ease-in-out,-webkit-transform 1.5s cubic-bezier(.075,.82,.165,1);
    transition:opacity 1.5s ease-in-out,-webkit-transform 1.5s cubic-bezier(.075,.82,.165,1);
    transition:opacity 1.5s ease-in-out,transform 1.5s cubic-bezier(.075,.82,.165,1);
    transition:opacity 1.5s ease-in-out,transform 1.5s cubic-bezier(.075,.82,.165,1),-webkit-transform 1.5s cubic-bezier(.075,.82,.165,1);
}
.main-video--text-title {
    -webkit-transform:translateY(-80%);
    transform:translateY(-80%);
}
.main-video--text{
    -webkit-transform:translateY(200%);
    transform:translateY(200%);
}
.main-video--text-button {-webkit-transform:translateY(1000%);
    transform:translateY(1000%);
}
.main-video__mobile {
    display:none;
    position:relative;
    overflow:hidden;
    padding-bottom:56.25%;
}
.main-video__mobile--wrapper {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.main-video__mobile--wrapper iframe {
    width:100%;
    height:100%;
}
.js-animated .main-video--text,.js-animated .main-video--text-title,.js-animated .main-video--text-button {
    opacity:1;
    -webkit-transform:translateY(0);
    transform:translateY(0);
}

/* AUTOGENERATED: main-video-wrapper.css */
.main-video{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-video--wrapper{position:absolute;top:-6px;left:0;width:100%;height:100%;overflow:hidden}.main-video--wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}
@media (max-width:1024.98px) {
    .main-video--text-box {
        position: relative;
        z-index: 1;
        /* margin-left: auto; */
        margin: 0 auto;
        max-width: 740px;
        text-align: center;
    }
    .main-video--text p {
        text-align: center;
    }
    .main-video--text-button {
        width: 100%;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width: 992px){
    .main-video {
        height: 66vh;
    }
    .main-video iframe {
        height: 100%;
        width: 117.77777778vh; /* 100 * 16 / 9 */
        min-width: 100%;
        min-height: 56.25vw; /* 100 * 9 / 16 */
        position: absolute;    
    }
    .text__on__video {
        margin-top: 20%;
    }
}
@media (min-width: 992px) {
    .main-video {
        padding-bottom: 56.25%;
    }
}
@media only screen and (max-width: 720px){
    .first__text__video {
        font-size: 16px;
    }
    .second__text__video {
        font-size: 48px;
    }
    .third__text__video {
        font-size: 20px;
    }
}
@media only screen and (max-width: 640px){
    .main-video {
        background: none;
    }
    .main-video--text-title {
        font-size: 30px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 600px){
    #video__for__desctop {
        display: none;
    }
    .sec-header__video {
        position: relative;
    }
    #video__for__mobile {
        display: block;
        z-index: 1;
        position: relative;
    }
    .main-video--wrapper {
            background:url(https://www.moley.com/wp-content/themes/moley/video/robotcover.webp) 0 0/cover no-repeat;
    }
     .main-video iframe#video__for__mob {
        height: 100%;
        width: 101%;
        min-width: 101%;
        min-height: 178.25vw;
        position: absolute;
        left: -2px;
     }
}
@media only screen and (max-width: 560px){
    .first__text__video {
        font-size: 14px;
    }
    .second__text__video {
        font-size: 40px;
    }
    .third__text__video {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 500px){
    .text__on__video {
        display: none;
    }
/*    .first__text__video {
        font-size: 12px;
    }
    .second__text__video {
        font-size: 32px;
    }
    .third__text__video {
        font-size: 14px;
    }*/
}
/*@media only screen and (max-width: 375px){
    .first__text__video {
        font-size: 10px;
    }
    .second__text__video {
        font-size: 28px;
    }
    .third__text__video {
        font-size: 10px;
    }
}*/

/*Section Performance*/
.performance {
    max-width: 1270px;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
}
.performance p {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.button__consulting {
    width: 224px;
    height: 36px;
    background-color: white;
    color: black;
    border: 2px solid #212121;
    font-size: 16px;
    cursor: pointer;
    border-radius: 33px;
    margin-top: 50px;
    margin-bottom: 30px;
    transition: background-color 0.3s, color 0.3s;
}

.button__consulting:hover {
    background-color: black;
    color: white;
}

@media (max-width: 768px) {
    h2 {
        font-size: 20px;
    }

    .performance p  {
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px){
    .performance h2 {
        margin: 12px auto 32px;
        max-width: 280px;
    }
    .button__consulting {
        margin: 32px auto 12px;
        font-size: 14px;
        width: 170px;
    }
}
/*END Section Performance*/
/*swiper-container*/
.kitchen-section {
    padding: 60px 0px 60px 0px;
    background-color: #181818;
}

.kitchen-card {
    padding: 24px;
    text-align: center;
    max-width: 562px;
    margin: 0 auto;
}

.kitchen-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.kitchen-card h2 {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 143.13%; /* 34.351px */
    margin: 100px 0 16px;
}

.kitchen-card p {
    color: #B2B2B2;
    text-align: center;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 143.13%;
    max-width: 478px;
    margin: 0 auto;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #0056b3;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
    overflow: hidden; /* Важно: скрываем всё, что выходит за границы */
    position: relative; /* Для корректного позиционирования */
}

.swiper-wrapper {
    display: flex;
    width: calc(100% - 200px);
}

.swiper-slide {
    flex-shrink: 0;
    width: auto;
    margin-right: 20px;
}

.swiper-container.centered .swiper-wrapper {
    justify-content: center; 
}
.scroll-progress {
    width: 90%;
    height: 17px;
    background-color: transparent;
    position: relative;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #000;
}
.scroll-progress:after {
    content: '';
    width: 30px;
    height: 17px;
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    left: -6px;
}
.scroll-progress-bar {
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    transition: width 0.3s ease;
}
@media (max-width: 1730px) {
    .kitchen-section {
        padding: 60px 0px 60px 0px; 
    }
    .scroll-progress {
        width: calc(100% - 200px);
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 1276px){
    .kitchen-card {
        max-width: 420px;
    }
    .kitchen-card h2 {
        margin-top: 34px;
        margin-bottom: 8px;
        font-size: 20px;
    }
    .kitchen-card p {
        font-size: 14px;
        max-width: 310px;
    }
}
@media (max-width: 767px) {
    .swiper-slide {
        width: 100% !important; /* Каждый слайд занимает 100% ширины контейнера */
        margin-right: 0; /* Убираем отступ между слайдами */
    }
    .swiper-wrapper {
        display: flex;
        width: 90%;
    }
    .swiper-container {
        overflow: hidden; /* Скрываем лишние слайды */
    }
}
@media (max-width: 601px) {
    .swiper-wrapper {
        width: 100%;
   } 
}    
@media only screen and (max-width: 500px){
    .kitchen-section {
        padding: 0px 10px 56px 10px;
    }
/*    .swiper-slide {
        max-width: calc(100% - 20px);
    }*/
    .swiper-slide:first-child {
        padding-left: 0px;
    }
    .kitchen-card h2 {
        margin-top: 34px;
        margin-bottom: 8px;
        font-size: 20px;
    }
    .kitchen-card p {
        font-size: 14px;
        max-width: 310px;
    }
    .scroll-progress-bar {
        background-color: #fff;
    }
    .scroll-progress {
        width: 88%;
        margin: 0 auto;
        height: 6px;
        background: #000;
        border-radius: 10px;
    }
    .scroll-progress:after {
    content: '';
    width: 20px;
    height: 6px;
    position: absolute;
    background-color: #fff;
    border-radius: 30px;
    left: -3px;
    }
}
/*END swiper-container*/
/*Kitchens Section*/
.container-kitchens {
    width: 96%;
    padding: 50px 20px;
    margin: 0 auto;
}

.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
    margin-top: 30px;
    flex-wrap: wrap; /* Added for mobile */
}

.tab-button {
    padding: 8px 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    margin: 15px; /* Adjusted margin for mobile */
    transition: all 0.3s ease;
    white-space: nowrap; /* Prevent text wrapping */
    padding: 4px 6px;
    width: 176px;
    text-align: center;
    font-family: Arimo;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%; /* 28.626px */
}

.tab-button.active {
    background-color: #fff;
    color: #222;
    border: none;
    font-weight: 700;
}

.kitchen-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr)); /* Two columns */
    gap: 56px 76px;
}

.kitchen-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #333;
    border-radius: 11px;
}

.kitchen-item a {
    display: block;
    position: relative;
    text-decoration: none; /* Remove underlines from links */
}

.kitchen-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: none; /* Removed image zoom */
}

/* Overlay covering the entire image */
.kitchen-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.kitchen-item:hover .overlay {
    opacity: 1;
}

/* Title styles (always visible, centered) */
.kitchen-title {
    position: absolute;
    font-family: Arimo;
    bottom: 5%; /* Position vertically in the middle */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    transition: bottom 0.6s ease; /* Transition for smooth title movement */
}

/* Description styles (initially hidden, centered) */
.kitchen-description {
    position: absolute;
    bottom: 0%; /* Start hidden below */
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    font-size: 16px;
    font-family: Arimo;
    font-style: normal;
    font-weight: 400;
    color: #ABABAB;
    line-height: 1.4;
    z-index: 2;
/*    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);*/
    transition: bottom 0.6s ease, opacity 0.6s ease; /* Slide up */
    opacity: 0; /* Initially hidden */

}

/* Show description on hover */
.kitchen-item:hover .kitchen-description {
    bottom: 5%; /* Slide up to align with the title */
    opacity: 1; /* Fade in description */
}

/* Title moves down on hover */
.kitchen-item:hover .kitchen-title {
    bottom: 10%;
}

/* Media query for mobile view */
@media (max-width: 1441px) {
    .kitchen-title {
        font-size: 20px;
    }
    .kitchen-description {
        margin-bottom: -8px;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 821px) {
    .kitchen-title {
        font-size: 18px;
    }
    .kitchen-description {
        font-size: 11px;
    }
}
@media (max-width: 768px) {
    .kitchen-grid {
        grid-template-columns: 1fr; /* Single column on mobile */
    }

    .tabs {
        flex-direction: column; /* Stack tabs vertically */
        align-items: center; /* Center the tabs */
    }

    .tab-button {
        margin: 5px 0; /* Adjust margin for stacked tabs */
        width: 80%; /* Make tabs wider */
        text-align: center; /* Center the text */
    }
}
@media only screen and (max-width: 500px){
    .container-kitchens {
        width: 93%;
        padding: 22px 20px;
    }
    .tabs {
        margin-bottom: 14px;
        margin-top: 18px;
    }
    .tab-button {
        font-size: 14px;
        width: 170px;
        height: 36px;
    }
    .kitchen-grid {
        gap: 24px 76px;
    }
    .kitchen-title {
        font-size: 14px;
        bottom: 12%;
    }
    .kitchen-description {
        font-size: 11px;
        opacity: 1;
        width: 100%;
        text-align: center;
        bottom: 5%;
        color: #fff;
        margin-bottom: 0px;
    }
}
/*Discover Ai*/
.performance.discover_ai {
    margin-top: 140px;
    max-width: 1200px;
} 
.performance.discover_ai p{
    font-weight: 700;
    line-height: normal;
}
@media (max-width: 1124px) {
    .performance.discover_ai {   
        margin-top: 50px;
    }
}
/*Starred Technology*/
.starred__technology {
    margin-top: 30px;
}
.slider__technology {
    max-width: 1728px;
    text-align: center;
    margin: 0 auto;
    padding: 40px 20px;
}

.ul__technology li {
    width: 25%;
}
.ul__technology li a {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    padding-bottom: 28px;
}
.ul__technology li.uk-active a {
    color: #fff;
    border-color: #F00 !important;
    border-bottom-width: 3.5px;
}
.video__for__mobile {
    display: none;
}
.margin__technology {
    margin: 50px 0
}
.not__for__mobile {
    width: 100%;
    height: 100%;
}
.video__con__technology {
/*    max-height: 533px;*/
    overflow: hidden;
/*    display: flex;*/
    align-items: center;
    border-radius: 10px;
}
.video__con__technology video{
    width: 100%;
    object-fit: cover;
    object-position: center; 
}
.first__line__technology {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.second__line__technology {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
.third__line__technology {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.dark__background {
    opacity: 0 !important;
    transition: opacity .3s ease-in-out;
        background: rgba(0, 0, 0, .9);
}
.for__mobile {
    display: none;
}
.video__con__technology:hover .dark__background {
     opacity: 1 !important;
}
.button__transparent {
    background: none;
    border: 1px solid #fff;
    color: #fff;
}
.button__transparent:hover {
    background: #fff;
    color: #222;
}
.button__black {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.button__black:hover {
    background: #fff;
    color: #222;
}
.button__for__text {
    display: none;
}
@media (max-width: 1124px) {
    .ul__technology li:nth-child(1) a {
        padding-bottom: 47px;
    }
    .ul__technology li:nth-child(3) a {
        padding-bottom: 47px;
    }
    .ul__technology li:nth-child(4) a {
        padding-bottom: 47px;
    }
}
@media (max-width: 792px) {
    .ul__technology li:nth-child(4) a {
        padding-bottom: 27px;
    }
}
@media (max-width: 719px) {
    .ul__technology li:nth-child(1) a {
        padding-bottom: 27px;
    }
}
@media (max-width: 647px) {
    .ul__technology li a {
        font-size: 11px;
    }
    .ul__technology li:nth-child(1) a {
        padding-bottom: 41px;
    }
    .ul__technology li:nth-child(3) a {
        padding-bottom: 41px;
    }
    .ul__technology li:nth-child(4) a {
        padding-bottom: 41px;
    }
}

@media (max-width: 601px) {
    .ul__technology li:nth-child(4) a {
        padding-bottom: 28px;
    }
}
@media (max-width: 550px) {
    .ul__technology li:nth-child(1) a {
        padding-bottom: 28px;
    }
}
@media only screen and (max-width: 500px){
    .ul__technology li:nth-child(4) a {
        padding-bottom: 15px;
    }
    .not__for__mobile {
        display: none;
    }
    .for__mobile {
        display: block;
    }

    .button__for__text {
        display: flex;
        background: rgba(77, 77, 77, 0.67);
        color: #fff;
        font-size: 16px;
        width: 28px;
        height: 28px;
        justify-content: center;
        align-items: center;
        position: absolute;
        border-radius: 100px;
        right: 12px;
        top: 12px;
        z-index: 100000;
    }
    .video__for__desktop {
        display: none;
    }
    .video__for__mobile {
        display: block;
    }
    .performance.discover_ai {
        margin-top: 0;
    }
    .performance {
        padding-top: 4px;
    }
    .performance.discover_ai p{
        font-weight: 400;
        max-width: 360px;
        margin: 0 auto;
    }
    .starred__technology  {
        margin-top: 10px;
    }
    .starred__technology h6 {
        font-size: 14px;
        padding: 6px;
        max-width: 360px;
        margin: 0 auto;
    }
    .slider__technology {
        padding: 36px 20px;
    }
    .ul__technology li a {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 15px;
    }
    .margin__technology {
        margin: 40px 0 0;
    }
    .video__con__technology video {
        object-fit: cover;
        height: 100%;
    }
    .mobile__padding__video {
        padding: 0 20px;
    }
    .ul__technology li:nth-child(3) a {
        padding-bottom: 28px;
    }
    .second__line__technology {
        font-size: 20px;
    }
    .third__line__technology {
        font-size: 14px;
    }
}
@media only screen and (max-width: 471px){
    .ul__technology li:nth-child(1) a {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 391px){
    .ul__technology li:nth-child(2) a {
        padding-bottom: 3px;
    }
}
/*Сloud Recipe  Database*/
.cloud__recipe__database {
    overflow: hidden;
    margin: 0 auto;
    padding: 100px 0 136px;
}
.recipe-database-container {
    padding: 50px 0;
}
.recipe-database img{
    border-radius: 20px;
}
.recipe-database .uk-active.uk-slide-active img{
    box-shadow: 0px 0px 29.5px 0px rgba(255, 255, 255, 0.5);
}
.bottomminus {
    bottom: -40px;
}
.add__text__rd {
    padding: 16px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%;
}
@media (min-width: 1198px) {
  #sliderrecipe.uk-slider {
    overflow: visible; 
    margin-left: 80px;
  }
  
  #sliderrecipe .uk-slider-items {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    transform: none !important;
    width: 100% !important;
  }
  
  #sliderrecipe .uk-slider-items > * {
    width: auto !important; 
    padding: 0 !important; 
  }
  
  #sliderrecipe .uk-slider-container {
    overflow: visible !important;
    margin: 0 -10px; 
  }
  
  #sliderrecipe .uk-slidenav, 
  #sliderrecipe .uk-dotnav {
    display: none !important;
  }
  
  #sliderrecipe .uk-panel {
    width: 100%;
    height: 100%;
  }
  
  #sliderrecipe .uk-panel img {
    width: 96%;
    height: auto;
    object-fit: cover;
  }
  .add__text__rd {
    position: absolute;
    bottom: 0;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
  #sliderrecipe .uk-slider-items > div:hover img{
    box-shadow: 0px 0px 29.5px 0px rgba(255, 255, 255, 0.5);
  }
}

/*.recipe-database .uk-active.uk-slide-active .add__text__rd {
    font-weight: 700;
}*/
@media (min-width: 1198px) {
    .uk-child-width-1-2>* {
        width: 24%;
    }
}
@media (max-width: 1468px) {
    .cloud__recipe__database {
        padding: 36px 0;
    }
}
@media (max-width: 1100px) {
    .add__text__rd {
        font-size: 18px;
    }
}
@media (max-width: 640px) {
    .cloud__recipe__database {
        padding: 0;
    }
    .bottomminus {
    bottom: -17px;
    }
    .add__text__rd {
        font-size: 11px;
    }
    .recipe-database .uk-position-top {
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 500px){
    .cloud__recipe__database {
        padding-top: 30px;
    }
    .recipe-database .uk-active.uk-slide-active img {
        box-shadow: 0px 4px 13.5px 0px rgba(255, 255, 255, 0.27);
    }
    .recipe-database-container {
        padding: 36px 36px 20px;
    }
    .uk-child-width-1-2>* {
        width: 70%;
    }
}
/*Countdown*/
.countdowntitle__input__date {
    background: none !important;
}
.section__countdown {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
    
}
.section__countdown__container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 0 auto;
        padding: 0 30px;
    position: relative;
    max-width: 1680px;
}
.countdown__main {
    display: flex;
    flex-direction: column;

}
.countdown__text {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.colsdates {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.timer-box {
   display: flex;
   justify-content: center;
    border-right: 1px solid #fff;
    padding-right: 36px;
    margin-right: 40px;
    height: 110px;

}
.countdowntitle__input__date {
    color: #FFF;
    font-family: Arimo;
    font-weight: 700;
    outline: 0; 
    font-size: 140px;
    font-style: normal;
    line-height: normal;
    width: auto;
    background: none !important;
    box-shadow: none;
    border: none;
    height: 132px !important;
    display: flex;
    align-items: center;
    box-shadow: none !important;
    outline:none;
}
.countdown__date__literal {
    color: #FFF;
    font-family: Arimo;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-left: 50px;
    display: flex;
    align-items: center;
    line-height: normal;
    height: 120px;
}
.countdowntitle__input__date:active, .countdowntitle__input__date:hover, .countdowntitle__input__date:focus,{
    outline: 0 !important;
    outline-offset: 0 !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.countdown__text__container {
    margin-top: 70px;
    max-width: 1034px;
    margin-right: auto;
    margin-left: auto;
}
.classfirstinput {
    margin-left:40px;
}
@media only screen and (max-width: 1230px){
    .countdown__date__literal {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 1150px){
    .countdowntitle__input__date {
        font-size: 120px;
    }
}
@media only screen and (max-width: 1067px){
    .colsdates {
        margin-left: 3px;
    }
    .countdowntitle__input__date {
        font-size: 6em;
    }
}
@media only screen and (max-width: 882px){
    .timer-box {
        height: 70px;
        align-items: center;
    }
    .countdowntitle__input__date {
        font-size: 4em;
    }
    .countdown__date__literal {
        font-size: 1em;
    }
    .timer-box {
        padding-right: 15px;
        margin-right: 12px;
    }
    .classfirstinput {
        margin-left:12px;

    }
}
@media only screen and (max-width: 720px){

     .get__notified__button {
        margin-top: 0px !important;
     }
     .colsdates {
        margin-top: 30px;
     }
    .timer-box {
        height: 52px;
        width: 90px;
    }
    .countdowntitle__input__date {
        height: 67px !important;
        width: 78px !important;
        z-index: 1;
                padding-right: 2px;
        margin-right: 2px;
    }
    .countdown__date__literal {
        height: 60px;
    }
    .countdowntitle__input__date {
        font-size: 3em;
    }
    .countdown__text__container {
        margin-top: 18.5%;
    }
}
@media only screen and (max-width: 560px){
    .countdown__date__literal {
        margin-left: 16%;
    }
}
@media only screen and (max-width: 500px){
    .section__countdown {
        padding-bottom: 0;
    }
    .section__countdown__container {
        border-radius: 26px;
        width: 94%;
        margin-top: 40px;
        padding: 20px;     
    }
    .section__countdown__container h3{
        font-size: 14px;
    }
    .colsdates {
        margin-top: 16px;
    }
    .countdowntitle__input__date {
        font-size: 2.5em;
    }
    .countdowntitle__input__date {
        height: 53px !important;
    }
    .countdown__date__literal {
        height: 53px !important;      
    }
    .timer-box {
        width: 84px;
    }
    .countdown__text__container {
        margin-top: 28px;
    }
    .countdown__text {
        font-size: 11px;
        max-width: 330px;
    }
    .section__countdown__container .button__consulting {
        margin-top: 26px;
        width: 155px;
    }
}
@media only screen and (max-width: 375px){
    .countdown__text {
        font-size:14px;
    }
}
/*Testimonials*/
.testimonials__back {
    background: #181818;
    padding: 80px 0 130px;
}
.testimonials__section {
    max-width: 1480px;
    margin: 0 auto;
}
.testimonial blockquote {
    padding: 20px 40px 40px;
}
.testimonial p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    min-height: 68px;
    line-height: 143.13%; /* 22.901px */
}
.testimonial .star__container img {
    margin: 0 10px;
}
.testimonial .chef__name {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%; /* 22.901px */   
    padding: 33px 0 17px;
}
.testimonial .chef__desc {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%; /* 14.313px */
}
@media only screen and (max-width: 1393px){
    .testimonials__container {
        min-height: 310px;
    }
}
@media only screen and (max-width: 959px){
    .testimonials__container {
        min-height: auto;
        max-height: 290px;
    }
}
@media only screen and (max-width: 646px){
    .testimonials__container {
        min-height: 310px;
    }
}
@media only screen and (max-width: 500px){
    .testimonials__back {
        background: none;
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .testimonials__container {
        min-height: 230px;
    }
    .testimonial blockquote {
        padding: 16px 40px 16px;
    }
    .testimonial p {
        font-size: 13px;
    }
    .testimonial .star__container img {
        width: 18px;
        margin: 0 6px;
    }
    .testimonial .star__container.masterchef img {
        width: 50px;
        margin: 0 6px;
    }
    .testimonial .chef__name {
        font-size: 14px;
        padding: 16px 0 4px;
    }
    .moley-dotnav a{
        width: 8px;
        height: 8px;
        background-color: #9e9e9e !important;
        border-color:#2B2B2B !important;
    }
    .moley-dotnav .uk-active a{
        width: 8px;
        height: 8px;
        background-color: #fff !important;
    }
    .image__with__button {
        text-align: center;
    }
    .image__with__button img {
        border-radius: 10px;
        max-width: 87%;
    }

}
/*Video Full*/
.video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}
.video-overlay h1 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.video-overlay .uk-button {
    font-size: 1rem;
    padding: 10px 30px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid white;
    color: white;
    transition: background-color 0.3s ease;
}
.video-overlay .uk-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.above__text {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%; /* 22.901px */
    letter-spacing: 0.32px;
}
.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.video-container video {
    width: 100%;
    height: 100%;
}
.video-container #health-video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border: none;
/*        transform: scale(1.4);*/
}
.video-container #health-video-mobile {
    display: none;
}
.button__container__below {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1800px){
    .video-container {
        min-height: 690px;
    }
}
@media only screen and (min-width: 2069px){
    .video-container {
        min-height: 760px;
    }
}
@media only screen and (max-width: 1799px){
    .video-container {
        min-height: 600px;
    }
}
@media only screen and (max-width: 1457px){
    .video-container {
        min-height: 490px;
    }
}
@media only screen and (max-width: 1281px){
    .video-container {
        min-height: 430px;
    } 
}
@media only screen and (max-width: 901px){
    .video-container {
        min-height: 300px;
    } 
}
@media only screen and (max-width: 500px){
    .video-container {
        height: auto;
        min-height: auto;
    }
    .above__text {
        font-size: 11px;
    }
    .video-container #health-video {
        display: none;
    }
    .video-container #health-video-mobile {
        display: block;
    }
}
/*Our Projects*/
.our__projects {
    padding: 146px 0px 126px 40px;
}
/* Фиксированные размеры изображений */
.uk-slider-items img {
    width: 1140px; /* Фиксированная ширина */
    object-fit: cover; /* Чтобы изображения сохраняли пропорции */
    border-radius: 12px;
}

/* Настройка для больших экранов */
@media (min-width: 1200px) {
    .uk-slider-items li {
        width: 516px !important; /* Фиксированная ширина для каждого изображения */
    }
    .full__slider ul li {
        margin-right: 28px;
    }    
}

@media (max-width: 2000px) {
    .uk-slider-items li {
        width: 516px !important; /* Фиксированная ширина для каждого изображения */
    }
    .full__slider ul li {
        margin-right: 28px;
    }  
}
@media (max-width: 1440px) {
    .full__slider {
        padding-left: 80px;
    }
    .our__projects {
    padding: 146px 0px 66px 40px;
    }
}
@media (max-width: 959.5px){
    .our__projects {
        padding: 66px 0px 46px 40px;
    }
    .moley-no-left-padding {
        padding-left: 0;
    }
    .full__slider {
        padding-left: 0;
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 640px) {
    .uk-slider-items li {
        width: 90% !important;
        margin-left: 10px;
    }
}
@media (max-width: 500.5px){
    .moley-no-left-padding {
        padding-left: 30px;
    }
}
.uk-text-lead__mega {
    color: #FFF;
    text-align: left;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%; /* 22.901px */
}

.uk-button-primary__mega {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
}
.uk-panel__mega {
    cursor: pointer;
}
/* Затемнение слайдера при наведении */
.uk-panel__mega:hover img {
    opacity: 0.6; /* Затемнение изображения */
    transition: opacity .4s ease-in-out;
}

/* Стили для текста, который выезжает снизу вверх */
.uk-overlay__mega {
    position: absolute;
    bottom: -100%; /* Начальное положение текста (скрыто внизу) */
    left: 0;
    right: 0;
    color: white;
    padding: 20px;
    transition: bottom 0.4s ease-in-out; /* Анимация выезда текста */
}

/* Появление текста при наведении */
.uk-panel__mega:hover .uk-overlay__mega {
    bottom: 0; /* Текст выезжает снизу вверх */
}

/* Дополнительные стили для текста */
.uk-text__mega {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.13%; /* 18.607px */
}
@media only screen and (max-width: 500.5px){
    .our__projects {
        padding: 10px 0px;
    }
    .full__slider ul li {
        margin-right: 0px;
    }
    .our__projects h3 {
        text-align: center !important;
    }
    .our__projects .full__width {
        width: 100%;
    }
    .our__projects .full__width .uk-padding{
        margin: 0 auto;
        text-align: center;
        padding-bottom: 12px;
    }
    .uk-text-lead__mega {
        font-size: 13px;
    }
    .our__projects .full__width .button__consulting {
        margin-top: 20px;
    }
    .moley__mobile__slider {
        padding-left: 14px;
    }
    .uk-overlay__mega {
        bottom: 0;
    }
}
/*Showroom*/
.showroom__section {
    padding-bottom: 60px;
}
.add__text__foot {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.showroom {
    margin-top: 36px;
}
.showroom__text {
    color: #FFF;
    text-align: center;
    font-family: Arimo;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 113%; /* 18.08px */
    letter-spacing: 0.32px;
    margin-top: 10px;
}
.showroom img {
    border-radius: 12px;
}
.subscripe__container p {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: baseline;
}
.newsletter__input {
    outline: 0 !important;
    color: #FFF;
    font-size: 16px;
    max-width: 220px;
    font-style: normal;
    font-weight: 400;
    background: none;
    border: 1px solid #fff;
    line-height: 21px;
    color: #fff !important;
    border-radius: 11px !important;
    padding: 7px 10px;
    margin-right: 10px;
}
.wpcf7-response-output {
    margin: 0 0 10px !important;
    padding: 0 !important;
    border: none !important;
    font-size: 12px !important;
}

.wpcf7-not-valid-tip {
    font-size: 10px  !important;
    margin-top: 2px  !important;
}
.wpcf7-form.sent .wpcf7-response-output {
    color: #1e87f0;
}
.wpcf7-spinner {
    display: none !important;
}
.showroom .button__transparent{
    margin: 30px 0 80px;
}
.showroom__add {
    margin-top: 68px;
}
.logo__footer {
    max-width: 140px;
    margin-top: 80px;
}
@media only screen and (max-width: 500px){
    .showroom__section {
        padding-top: 30px;
    }
    .showroom {
        margin-top: 16px;
        text-align: center;
    }
    .showroom img{
        height: 324px;
        object-fit: cover;
        max-width: 87%;
    }
    .add__text__foot {
        font-size: 14px;
    }
    .moley__showroom {

    }
    .moley__showroom .showroom__text {
        font-size: 11px;
        margin-top: 0;
    }
    .moley__showroom .button__consulting {
        margin-top: 16px;
        margin-bottom: 24px;
    }
    .showroom__add h4 {
        font-size: 20px;
    }
    .showroom__text {
        font-size: 14px;
        margin-top: 6px;
    }
    .showroom__add .button__consulting{
        margin-top: 30px;
        width: 86px;
    }
    .logo__footer {
        width: 90px !important;
        margin-top: 40px;
    }
    .wpcf7-submit.button__consulting {
        margin: 30px 0 30px;
    }
}