:root{
    --darkbrown: #4A4949;
    --lightgreen: #B4C99A;
    --hovergreen: #83A05E;
    --red: #dc3545;
    --orange: #F7B55F;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
  font-family: "Fredericka the Great";
  src: url('../webfonts/FrederickatheGreat-Regular.ttf')  format('truetype');
}
/*@import url('https://fonts.googleapis.com/css2?family=Fredericka+the+Great&display=swap');*/

*,::after,::before{box-sizing:border-box}
html{font-family: 'Roboto', sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
body{margin:0;font-family: 'Roboto', sans-serif; font-size:1rem;font-weight:400;line-height:1.5;text-align:left;background-color:#fff}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
a{color:inherit;text-decoration:inherit;background-color:transparent}
svg,video{display:block;vertical-align:middle}video{max-width:100%;height:auto}
img{
    max-width: 100%;
}
p{
    margin: 0;
}

header{
    border-bottom: 1px solid rgb(0 40 51 / 20%);
    position: absolute;
    width: 100%;
    z-index: 2;
}
main {
    position: relative;
    padding-top: 100px;
}
.menu__open {
    opacity: .2 !important;
}
.navigation-bar{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.darkbrown{
    color: var(--darkbrown);
}
.lightgreen{
    color: var(--lightgreen);
}

.text-orange{
    color: var(--orange);
}

.opacity_3{
    opacity: .3;
}
.font-fredericka{
    font-family: 'Fredericka the Great', cursive;
}
.hamburger__icon{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-end;
    margin-left: 20px;
    cursor: pointer;
}
.hamburger__icon span {
    height: 2px;
    width: 30px;
    background: var(--darkbrown);
    margin-bottom: 8px;
}
.hamburger__icon span:first-child {
    width: 40px;
}
a:hover {
    color: var(--darkbrown);
    text-decoration: none;
}
.hamburger__icon span:last-child {
    width: 20px;
}
#langs {
    margin-right: 30px;
}
.lang__item {
    position: relative;
    padding-left: 20px;
}
.lang__item.active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 20px;
    height: 1px;
    width: calc(100% - 20px);
    border-bottom: 1px solid var(--darkbrown);
}
.login__register{
    font-size: 26px;
}
.header__big_title h2{
    text-align: center;
    font-size: 4rem;
    text-transform: uppercase;
    color: var(--lightgreen);
}
.header__big_title{
    margin-top: 50px;
}
.bg__dots{
    background-image: url('/images/landing/bg__dots.svg');
    background-repeat: no-repeat;
    background-position: right center;
}
#first__section{
    padding: 50px 0;
    background-image: url('/images/landing/header_foods.svg');
    background-repeat: no-repeat;
    background-position: left 200px;
    height: 100%;
    position: relative;
}
.header__title {
    font-size: 43px;
    width: max-content;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    display: inline;
    z-index: 2;
}
.header__title:before {
    content: '';
    position: absolute;
    left: -20px;
    top: -12px;
    height: 70px;
    width: 70px;
    background: #DAE3CA;
    border-radius: 50%;
    z-index: -1;
}
.header__title_white:before{
    background: #fff;
}
#first__section .header__title:before{
    display: none;
}
.small__title {
    font-size: 14px;
    margin-bottom: 0;
}
.green__btn{
    background-color: var(--lightgreen);
    width: max-content;
    color: #fff;
    font-size: 28px;
    padding: 5px;
    border-radius: 0;
    transition: .5s;
}
.green__btn:hover{
    background: var(--hovergreen);
    color: #fff;
    box-shadow: 0px 5px 15px rgba(131, 160, 94, 0.63);
}
.sm_green__btn{
    font-size: 20px;
    padding: 5px 30px;
}
.white__btn{
    background-color: white;
    color: var(--darkbrown);
}
.btn__fullwidth {
    width: 100%;
}
.header_phone {
    background-image: url(/images/landing/header_phone.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 300px;
    height: 600px;
}
.nav__menu{
    position: fixed;
    background: #ffffff;
    box-shadow: 0px 15px 30px rgb(0 0 0 / 25%);
    border-radius: 123px 0px 0px 0px;
    padding: 20px 100px;
    right: -600px;
    top: 0;
    width: 0;
    height: 100vh;
    z-index: 9;
    transition: 1s;
}
#fruits__bg {
    background-image: url(/images/landing/fruit__bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    width: 100%;
    height: calc( 100% + 100px );
    top: -100px;
    right: 0;
    z-index: -1;
}
.menu__right_top{
    position: absolute;
    top: 35px;
    right: 50px;
}
.call__us {
    display: flex;
    align-items: center;
}
.call__us i {
    font-size: 2rem;
    transform: rotate(-37deg);
    margin-right: 10px;
}
.call__us_link{
    transition: .5s;
}
.call__us_link:hover{
    text-decoration: none;
    color: var(--lightgreen);
}
.call__us_link span{
    font-size: 14px;
}
.dropdown-menu.show {
    display: flex;
    justify-content: space-around;
    top: -36px !important;
    border-radius: 0;
    min-width: 5rem;
    padding: 2rem 0;
    border-color: #F6F9FA;
    background: #F6F9FA;
}
.lang{
    padding: 2rem 1rem;
    background: #F6F9FA;
    border: 1px solid #F6F9FA;
}
.dropdown-item {
    color: var(--darkbrown);
    padding: 0;
    width: unset;

}
.dropleft .dropdown-toggle::before {
    content: '›';
    position: absolute;
    right: 1px;
    top: 31px;
    margin-left: 0.255em;
    border: none;
}
.close__icon {
    margin-left: 10px;
    color: var(--darkbrown);
    cursor: pointer;
    font-size: 26px;
}
.navigation {
    margin-top: 70px;
}
ul.navigation___ul {
    list-style: none;
    padding: 0;
    font-size: 22px;
    color: var(--darkbrown);
}
li.nav__link {
    margin-bottom: 15px;
    color: var(--darkbrown);
}

#second__section{
    position: relative;
    min-height: 800px;
    margin-top: 70px;
}

.cheaf__left{
    position: absolute;
    left: 0;
    top: 150px;
    width: 350px;
    z-index: -1;
}
.cheaf__points_padding{
    padding-left: 60px;
}
.cheaf__text {
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    top: 40px;
    left: 30px;
}
.customer__text {
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    top: 40px;
    right: 30px;
}
.customer__right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    z-index: -1;
}
.whyus__points{
    margin-top: 100px;
}

.why__us_block {
    margin-bottom: 50px;
}
.why__us_block p{
    margin-left: 10px;
    padding-right: 60px;
}
.why__us_icons {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 6px 6px 25px rgb(0 0 0 / 20%), inset -3px -3px 10px rgb(0 0 0 / 16%);
    border-radius: 50%;
    width: 70px;
    min-width: 70px;
    height: 70px;
}
.why__us_icons img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.why__us_icons_orange {
    background: var(--orange);
}
.why__us_icons_green {
    background: var(--lightgreen);
}

.why__us_icons_mixed {
    background: var(--orange);
    animation:rotate 5s;
    -moz-animation:rotate 5s infinite;
    -webkit-animation:rotate 5s infinite;
}

@-moz-keyframes rotate {
    0% {
        background: var(--lightgreen);
        transform: rotateY(0deg);
    }
    25% {
        background: var(--lightgreen);
        transform: rotateY(90deg);
    }
    50% {
        background: var(--orange);
        transform: rotateY(180deg);
    }
    75% {
        background: var(--orange);
        transform: rotateY(270deg);
    }
    100% {
        background: var(--lightgreen);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes rotate  {
    0% {
        background: var(--lightgreen);
        transform: rotateY(0deg);
    }
    25% {
        background: var(--lightgreen);
        transform: rotateY(90deg);
    }
    50% {
        background: var(--orange);
        transform: rotateY(180deg);
    }
    75% {
        background: var(--orange);
        transform: rotateY(270deg);
    }
    100% {
        background: var(--lightgreen);
        transform: rotateY(360deg);
    }
}

.why__us_block__left_btm {
    margin-left: -600%;
}
#third__section{
    margin-top: 100px;
    margin-bottom: 200px;
}
#first__point_anim,
#second__point_anim{
    position: relative;
}
#first__point_anim_girl {
    position: absolute;
    top: 340px;
    right: -20px;
}
#first__point_anim_boy{
    transform: translateY(0);
}
.step__block{
    max-width: 450px;
}
.step__block_right{
    padding-left: 100px;
}

.step__block_left{
    padding-right: 100px;
}

#fourth__section{
    padding-top: 50px;
    padding-bottom: 250px;
    background-image: url('/images/landing/second_step_left_bg.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: calc(50% - 120px);
}

#second__point_anim{
    position: relative;
    background: url(/images/landing/upload_bg.svg) ;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 600px;
    left: -60px;
    /* position: absolute;
    left: -140px;*/
}
#upload_boy{
    position: absolute;
    left: -100px;
    bottom: 0;
}
#upload_girl{
    position: absolute;
    right: -50px;
    bottom: -150px;
}
#printable__section{
    background-image: url(/images/landing/printable__bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    min-height: 700px;
}
#printable__section .step__block {
    position: absolute;
    top: 140px;
    left: 90px;
}
#scan__section{
    margin-top: 100px;
    background-image: url(/images/landing/scan__bg.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    min-height: 800px;
    display: flex;
    align-items: center;
    background-position: 0 120px;
}
#scan__point_anim{
    position: relative;
}
#scan__phone {
    position: absolute;
    width: 250px;
    right: -140px;
    top: -250px;
}
.try__btn {
    min-width: 220px;
    font-size: 20px;
    border: 1px solid var(--lightgreen);
}

.green_brd__btn {
    background: #fff;
    color: var(--lightgreen);
}
#try__section{
    background-image: url(/images/landing/try__bg.svg);
    padding: 150px 0;
    background-repeat: no-repeat;
    min-height: 600px;
}
#packages_bg__section{
    background-image: url(/images/landing/wave__bg.svg);
    margin: 150px 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.packages_bg_padd{
    padding-top: 100px;
    padding-bottom: 400px;
}
.pro_page.packages_bg_padd{
    padding-top: 70px;
    padding-bottom: 350px;
}
.package__block{
    margin: 0 auto;
    border-radius: 30px;
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.package__block_active {
    max-width: 350px;
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.25);
}
.package__block_pro {
    max-width: 300px;
    border: 1px solid #4a494933;
    background: #ffffff33;
}
.package__block_active:after {
    content: '';
    position: absolute;
    width: 370px;
    max-width: 100%;
    margin-left: -10px;
    height: calc(100% + 20px);
    top: -10px;
    border: 1px solid white;
    border-radius: 30px;
}
.package__block_active h3,
.package__block h3{
    padding-left: 20px;
    font-weight: 600;
}
#packages__section{
    margin-top: -275px;
}
.badge__p {
    position: relative;
    top: 15px;
    left: 20px;
    font-size: 20px;
    min-height: 67px;
}
.badge__p_abs {
    position: absolute;
}
.package__img{
    margin-top: 20px;
    width: 100%;
    height: 105px;
    object-fit: cover;
}
.package__points ul {
    list-style-type: none;
    margin 20px 0 0;
    padding: 0 15px;
}
.package__points ul li{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.package__points ul li p{
    margin-left: 10px;
}
.package__points span.input{
    width: calc(100% - 20px)
}
.package__points .sm_green__btn{
    flex-basis: 100%;
}
#admin__section {
    min-height: 700px;
    padding: 100px 0;
}
#app_slider__section {
    min-height: 700px;
    padding: 100px 0;
    background-image: url('/images/landing/app__slider_bg.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.app__slider {
    position: absolute;
    right: 0;
}
.phone__frame {
    position: absolute;
    /*left: 35px;*/
    z-index: 9;
    top: -10px;
    text-align: center;
    /*max-width: 270px;*/
    padding-top: 67%;
    transform: scale(.8);
}
.phone__frame img {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*max-width: 270px;*/
}
/*.slick-current.slick-active{
    background-image: url('/images/landing/slider__phone.png');
    background-repeat: no-repeat;
    background-position: center;
}*/
.partner-slider .slick-track{
    display: flex;
    align-items: center;
}
.partner_logo{
    transition: .3s;
    text-align: center;
}

.partner_logo:hover{
    transform: scale(1.2);
}

.partner_logo img{
    max-height: 110px;
    object-fit: contain;
    margin: 0 auto;
}
.partner-slider{
    width: 100%;
}
.slick-slide {
    transform: scale(.8);
}
.app-slider img{
    margin: 0 auto;
    /*max-width: 250px;*/
    width: 100%;
}
.admin__slider_left{
    position: absolute;
    left: 0;
}
.admin__slider_right{
    position: absolute;
    right: 0;
    margin-top: 50px;
}
#faq__section{
    margin: 150px 0;
    background-image: url('/images/landing/faq__right_bg.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
#faq-accordion {
    margin-top: 30px;
}
#faq-accordion .card {
    background: #FFFFFF;
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 16%);
    border: none;
    border-radius: 0;
}
#faq-accordion .card-body {
    padding-top: 0;
}
.card_1{
    border-left: 3px solid #F7B560 !important;
}
.card_2{
    border-left: 3px solid var(--lightgreen) !important;
}
.card_3{
    border-left: 3px solid #F8D8CF !important;
}
#faq-accordion .card-header {
    border: none;
    background: #fff;
}
#faq-accordion button {
    width: 100%;
    text-align: left;
    color: var(--darkbrown);
    text-transform: uppercase;
    padding-left: 0;
}
#faq-accordion button:hover,
#faq-accordion button:focus{
    text-decoration: none;
}
footer{
    background: #4A4949;
    padding: 50px 0 0;
}
footer a{
    transition: .5s;
}
footer a:hover{
    color: var(--lightgreen);
}
.social a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var( --darkbrown );
    border-radius: 8px;
    background: #fff;
    margin-right: 15px;
    font-size: 22px;
    transition: .5s;
}
.contact__block {
    margin-bottom: 5px;
}
.contact__block i{
    width: 18px;
}
.copyright{
    background: #fff;
    margin-top: 50px;
    padding: 10px 0 30px;
}
.package__points {
    z-index: 1;
}
.package__block_active_inner{
    z-index: 9;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#faq__left{
    width: 100%;
    height: 100%;
    background-image: url('/images/landing/faq__left_bg.svg');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 20%;
    position: relative;
}
.faq__qr {
    max-width: 200px;
    position: absolute;
    right: 40px;
    bottom: 80px;
}
#review__section{
    background-image: url("/images/landing/review-bg.jpg");
    padding: 100px 0 200px;
    margin-top: 100px;
    position: relative;
}
#review__section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.5;
}
.review-slider-box {
    position: relative;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    padding: 20px 20px 50px;
}
.review-name {
    font-size: 28px;
    text-transform: uppercase;
}
.review-description{
    font-size: 20px;
}
.line-bordeaux{
    height: 20px;
    width: 5px;
    border-right: 1px solid var(--bordeaux);
    margin-right: 10px;
}
.slider-arrows {
    position: relative;
    width: 100%;
    height: 20px;
}
.slider-arrows .slick-prev{
    left: 30px;
}
.slider-arrows .slick-prev:before {
    content: url("/images/landing/icons/left-arrow.svg");
    transform: rotate(0);
}
.slider-arrows .slick-next{
    right: 30px;
}
.slider-arrows .slick-next:before {
    content: url("/images/landing/icons/right-arrow.svg");
    transform: rotate(0);
}
.green-line {
    position: absolute;
    width: 3px;
    height: 70%;
    background: var(--lightgreen);
    left: 50%;
    transform: translateX(-50%);
    top: 50px;

}
svg.boobles__left {
    position: absolute;
    bottom: 0;
}
svg.boobles__right {
    position: absolute;
    top: 0;
    right: 0;
}
.input {
    position: relative;
    z-index: 1;
}

.input__field {
    position: relative;
    border: none;
    -webkit-appearance: none;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 30%;
    color: var(--darkbrown);
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: .8em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}
.input--nao {
    overflow: hidden;
    padding-top: 22px;
}
.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: var(--darkbrown);
}

.input__label--nao {
    position: absolute;
    top: 0.95em;
    font-size: 14px;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.graphic--nao {
    stroke: var(--darkbrown);
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao,
.has-content {
    color: var(--darkbrown);
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: var(--darkbrown);
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}
.footer__block {
    width: calc(100%/3);
}
.footer__logo{
    width: 250px;
}
footer span.input.input--nao {
    width: 230px;
}
footer .input__field--nao,
footer .input__label,
footer .input__field--nao:focus + .input__label--nao,
footer .input--filled .input__label--nao{
    color: white;
}

footer .graphic--nao,
footer .input__field--nao:focus ~ .graphic--nao,
footer .input--filled .graphic--nao{
    stroke: white;
}

section#login__page{
    position: relative;
    margin: 100px 0;
    background-image: url('/images/landing/login__bg.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    min-height: 670px;
    display: flex;
    align-items: center;
}
section#bookdemo__page{
    position: relative;
    margin: 100px 0;
    background-image: url('/images/landing/bookdemo__bg.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    min-height: 670px;
    display: flex;
    align-items: center;
}

.form__card {
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgb(0 0 0 / 16%);
    border-radius: 30px;
    max-width: 400px;
    border: none;
}
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.form__card_input {
    width: 100%;
    overflow-x: hidden;
    display: flex;
    margin-bottom: 7px;
}
.form__card_input span {
    width: 100%;
}
.form__page_title{
    position: absolute;
    top: -30px;
    z-index: 2;
}
#bookdemo__page .header__title{
    margin-top: -30px;
    z-index: 2;
}
.form__card_input .input__label--nao{
    top: 1.7rem;
    font-size: 18px;
}
.custom__checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          display: none;
}
.custom__checkbox input[type=checkbox]:checked + label:after {
    transform: scale(1);
}
.custom__checkbox label {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.custom__checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #fff;
    border: 2px solid var(--lightgreen);
    border-radius: 4px;
}
.custom__checkbox label:after {
    content: "\2713";
    position: absolute;
    color: var(--lightgreen);
    top: -1px;
    left: 4px;
    transform: scale(0);
    transition: 0.3s;
}
.header__sm_title{
    display: none;
}
.package__title {
    color: var(--darkbrown);
}
.whyus_sm__points,
#first__point_sm,
#second__point_sm,
#scan__point_sm {
    display: none;
}
.corr_margin {
    margin-top: 80px;
}
#faq__page{
    margin: 100px 0 300px;
}
#faq{
    position: relative;
}
.faq__container {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 80px;
    margin-top: 30px;
}
#faq__left_top {
    position: absolute;
    top: 50px;
    z-index: 1;
}
#faq__right_top {
    position: absolute;
    top: -110px;
    right: 0;
    z-index: 1;
}
#faq__right_center {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
}
#faq__left_bottom {
    position: absolute;
    bottom: -120px;
    min-width: 350px;
    left: 0;
    z-index: 1;
}
.max_300{
    max-width: 300px;
}
#site{
  min-height: calc(100vh - 100px);
  opacity: 0;
}
#preloader {
    z-index: 9999;
    height: 100vh;
    width: 100%;
    position: fixed;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader:before {
  content: url('/images/landing/loader_meals.svg');
  display: block;
  position: absolute;
  height: 300px;
  width: 300px;
  -webkit-animation: rotation 5s linear infinite;
          animation: rotation 5s linear infinite;
}
#preloader > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  transform: translate(-50%, -50%);
  -webkit-animation: wink 1s ease-in-out infinite alternate;
          animation: wink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*form errors*/
.error{
    display: block;
    color: var(--red);
    font-size: 0.75em;
    margin-top: -10px;
}
input.is-invalid ~ svg path { stroke: var(--red); }
input.is-invalid ~ label { color: var(--red); }


.thanks_container {
    z-index: 9999;
    height: 100vh;
    width: 100%;
    top: 0;
    position: fixed;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thanks_container .boobles__left{
    bottom: 0;
    left: 0;
}
.thanks_container .boobles__right{
    bottom: 0;
    top: unset;
}

.thanks_container .booble_top{
    animation: boobleTop 15s;
    -moz-animation: boobleTop 15s infinite;
    -webkit-animation: boobleTop 15s infinite;
}

@-moz-keyframes boobleTop {
    0% {
        transform: translateY(-50px);
    }
    50% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(-50px);
    }
}

@-webkit-keyframes boobleTop  {
    0% {
        transform: translateY(-50px);
    }
    50% {
        transform: translateY(150px);
    }
    100% {
        transform: translateY(-50px);
    }
}
.thanks_container .booble_bottom{
    animation: boobleBottom 15s;
    -moz-animation: boobleBottom 15s infinite;
    -webkit-animation: boobleBottom 15s infinite;
}

@-moz-keyframes boobleBottom {
    0% {
        transform: translateY(150px);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(150px);
    }
}

@-webkit-keyframes boobleBottom  {
    0% {
        transform: translateY(150px);
    }
    50% {
        transform: translateY(-50px);
    }
    100% {
        transform: translateY(150px);
    }
}
.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.centered p{
    text-align: center;
}
#user__guide{
    background-image: url('/images/landing/user__guide_bg.jpg');
    background-repeat: no-repeat;
    padding-top: 50px;
    margin-bottom: 200px;
}
.user__guide_btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.user__guide_btn .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 1.625rem;
}
.user__guide_btn .circle .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18px;
    color: var( --darkbrown );
    font-size: 1.5rem;
}
.user__guide_btn .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 0 0 1rem;
    color: #fff;
    text-align: left;
}
.user__guide_btn:hover .circle,
.user__guide_btn_selected .circle {
    width: 100%;
}
.user__guide_btn:hover .button-text,
.user__guide_btn_selected .button-text {
    color: var( --darkbrown );
}
button:focus,
.btn.focus,
.btn:focus {
    border: none;
    box-shadow: none !important;
}
.user__guide_right {
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
}
.line__hr {
    background-color: var( --darkbrown );
    margin: 30px 0;
}
.num__title {
    background: red;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.num__title_first {
    background-color: var( --lightgreen );
}
.num__title_second {
    background-color: var(--orange);
}
.num__title_third {
    background-color: #F7D7D0;
}
.num__title_fourth {
    background-color: #FDF6E9;
}
.num__title_fifth {
    background-color: #DAE3CA;
}
#page__section{
    background-image: url('/images/landing/other__bg.svg');
    background-repeat: no-repeat;
    margin: 100px 0;
    min-height: 100vh;
    background-size: contain;
}
.page__container{
    background: #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    padding: 50px;
}
div#imprint__section{
    padding: 100px 0;
    background-size: 20%;
}
.imprint__contact {
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgb(0 0 0 / 16%);
    border-radius: 24px;
    padding: 30px;
}
#cash_register__section{
    position: relative;
    margin: 100px 0 0;/*
    min-height: 580px;s
    background-image: url('/images/landing/cash_register.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left bottom;*/
}
.cash-list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px;
}
.cash__slider {
    position: absolute;
    right: 0;
    bottom: 60px;
    height: 200px;
}
.cash_register {
    /*background-image: url('/images/landing/cash_register.svg');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left bottom;
    min-height: 580px;*/
}
.cash__frame {
    position: absolute;
    z-index: 9;
    /* top: -10px; */
    text-align: center;
    /* padding-top: 67%; */
    /* transform: scale(.8); */
    bottom: 0;
}
.cash__frame img {
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    object-fit: contain;
}
.cash__slider .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;

}
.cash__slider .slick-slide img {
    z-index: 9;
    transform: scale(1);
    height: 100%;
    object-fit: contain;
}
.cash-slider {
    height: 150px;
    display: flex !important;
    align-items: center;
}
.cash-list {
    margin-top: 50px;
}
.cash-list img {
    width: 300px;
    height: 70px;
    object-fit: contain;
}
.coming-soon{
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    color: #A5A4A4;
    margin-top: 20px;
}
.available{
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    color: var(--lightgreen);
    margin-top: 20px;
}
.grecaptcha-badge {
    right: -500px !important;
}
@media screen and (min-width: 1400px) {
    .container{
        max-width: 1370px;
      }
    .faq__container,
    #faq__page .container{
        max-width: 960px;
      }
    #faq__left_bottom {
        bottom: -180px;
        min-width: 660px;
    }
    .cash__slider{
        bottom: 110px;
    }
    .cash__slider .slick-slide img {
        transform: scale(0.9);
    }
}
@media (max-width: 1299px) {
    .header__title {
        font-size: 30px;
    }
    .header__big_title h2{
        font-size: 2.5rem;
    }
    .cheaf__points_padding {
        padding-left: 0;
    }
    .cheaf__left{
        width: 275px;
    }
    .customer__right{
        width: 400px;
    }
    .cheaf__text {
        font-size: 2rem;
        top: 20px;
    }
    .customer__text{
        font-size: 2rem;
        top: 20px;
        right: 20px;
    }
    .why__us_block p{
        padding-right: 0;
    }
    #admin__section,
    #scan__section {
        min-height: 500px;
    }
    #faq__left_bottom {
        bottom: -90px;
    }
    .why__us_icons_mixed {
        background: var(--orange);
        animation: changeColor 5s;
        -moz-animation: changeColor 5s infinite;
        -webkit-animation: changeColor 5s infinite;
    }

    @-moz-keyframes changeColor {
        0% {
            background: var(--lightgreen);
        }
        50% {
            background: var(--orange);
        }
        100% {
            background: var(--lightgreen);
        }
    }

    @-webkit-keyframes changeColor  {
        0% {
            background: var(--lightgreen);
        }
        50% {
            background: var(--orange);
        }
        100% {
            background: var(--lightgreen);
        }
    }
    .cash__slider{
        bottom: 20px;
    }
}
@media (max-width: 1090px) {
    .cheaf__left{
        width: 240px;
    }
    #upload_boy{
        transform: scale(.8);
        left: -130px;
    }
    #upload_girl {
        transform: scale(.8);
    }
    .cash-list img{
        width: 250px;
    }
}
@media (max-width: 992px) {
    main{
        padding-top: 70px;
    }
    .navigation-bar{
        height: 70px;
    }
    h1.header__title {
        font-size: 33px;
        text-align: center;
        margin-top: 50px;
    }
    #faq__page h1.header__title{
        text-align: left;
        font-size: 36px;
        margin-top: 0;
    }
    .header__big_title h2{
        font-size: 4rem;
    }
    .cheaf__points_padding {
        padding-left: 15px;
    }
    .cheaf__left{
        width: unset;
    }
    .customer__right{
        width: unset;
    }
    .cheaf__text {
        font-size: 20px;
        top: 35px;
        left: 10px;
    }
    .customer__text {
        font-size: 20px;
        top: 50px;
        right: 10px;
    }
    .why__us_block p{
        padding-right: 0;
    }
    #admin__section,
    #scan__section {
        padding: 0;
    }
    .login__register{
        display: none;
    }
    .header__big_title{
        display: none;
    }
    .header__sm_title {
        display: block;
        text-align: center;
        color: var(--hovergreen);
    }
    .header_phone {
        background-image: url(/images/landing/mobile/header_phone.svg);
        background-position: center;
        width: 200px;
        height: 400px;
    }
    #first__section .small__title {
        display: none;
    }
    #first__section p {
        text-align: center;
    }
    #second__section{
        margin-top: 50px;
    }
    .step__block_right{
        padding-left: 20px;
    }
    #fourth__section {
        background: none;
        padding-top: 250px;
        padding-bottom: 0;
    }
    .step__block_left {
        padding-right: 0;
        padding-left: 20px;
    }
    #second__point_anim{
        left: 50px;
        transform: scale(0.7);
    }
    #printable__section {
        background-image: url('/images/landing/mobile/printable__bg.svg');
    }
    #printable__section .step__block {
        position: relative;
        top: 130px;
        left: 0;
    }
    /*#scan__section {
        background-image: url(/images/landing/mobile/scan__bg.svg);
    }*/
    #scan__phone{
        position: relative;
        float: right;
        right: 0;
        margin-top: 300px;
        width: 200px;
    }
    .admin__slider_right,
    .admin__slider_left{
        position: relative;
        margin-bottom: 20px;
    }
    .app__slider{
        position: relative;
        margin-top: 50px;
    }
    .faq__qr{
        display: none;
    }
    .boobles__right,
    .boobles__left{
        display: none;
    }
    #faq__left{
        background: none;
    }
    #faq__section{
        background-size: 100%;
    }
    .footer__block {
        width: 100%;
        margin-bottom: 50px;
    }
    .footer__logo{
        margin-bottom: 20px;
    }
    .nav__menu{
        padding: 40px;
    }
    .whyus__points{
        display: none;
    }
    .why__us_block {
        max-width: 300px;
        margin-left: 130px;
    }
    .package__title {
        color: var(--lightgreen);
    }
    .whyus_sm__points {
        display: block;
    }
    .corr_margin{
        margin-top: 0;
    }
    section#login__page{
        background-position: right bottom;
        align-items: flex-start;
        padding-top: 60px;
        margin-top: 20px;
    }
    #faq__left_top,
    #faq__right_center {
        display: none;
    }
    section#bookdemo__page{
        margin-top: 50px;
        background: none;
    }
    .form__page_title{
        position: relative;
        margin-bottom: 20px;
    }
    .header__title:before {
        top: -20px;
        left: -12px;
    }
    #user__guide {
        background-size: contain;
    }
    .partner_logo img{
        margin-bottom: 30px;
    }
    .green-line {
        display: none;
    }
    #review__section{
        padding: 100px 0;
    }
    .review-slider-box {
        margin-top: 50px;
        padding: 0 0 50px;
    }
    .cash__slider {
        position: relative;
        margin-top: 150px;
    }
    .cash-list {
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: center;
    }
    .cash-list div{
        margin-bottom: 50px;
    }
    .available-parent{
        order: -1;
    }
}

@media (max-width: 550px) {
    #first__section{
        padding: 20px 0;
        background-image: url(/images/landing/mobile/header_foods.svg);
    }
    #fruits__bg{
        background-image: url('/images/landing/mobile/fruit__bg.jpg');
        background-position: right top;
    }
    .why__us_block {
        margin-bottom: 10px;
    }
    .why__us_sm_block{
        margin-left: 0;
        max-width: 220px;
    }
    .why__us_icons{
        width: 60px;
        min-width: 60px;
        height: 60px;
    }
    .why__us_block {
        margin-bottom: 30px;
    }
    #second__point_anim {
        left: 10px;
        transform: scale(0.6);
    }
    .header__sm_title h2{
        font-size: 1.5rem;
    }
    #first__point_anim,
    #second__point_anim,
    #scan__point_anim{
        display: none;
    }
    #first__point_sm,
    #second__point_sm,
    #scan__point_sm{
        display: block;
        text-align: center;
    }
    #third__section{
        margin-top: 100px;
        margin-bottom: 0;
    }
    #fourth__section{
        padding-top: 50px;
    }
    #scan__section{
        background: none;
    }
    #try__section {
        padding: 40px 0;
        min-height: 500px;
        background-size: contain;
    }
    #app_slider__section{
        padding: 0;
    }
    #packages_bg__section{
        margin: 0;
    }
    .package__block_active{
        max-width: 280px;
    }
    .package__block_active:after{
        width: 300px;
    }
    #faq__section {
        margin: 50px 0;
    }
    #packages__section{
        overflow: hidden;
        padding-top: 20px;
    }
    h2.header__title, h1{
        font-size: 30px;
    }
    #second__section {
        margin-top: 50px;
    }
    .why__us_block p {
        font-size: 14px;
    }
    #admin__section{
        min-height: unset;
    }
    .packages_bg_padd {
        padding-top: 30px;
        padding-bottom: 300px;
    }
    #faq__page{
        margin-top: 50px;
    }
    #faq__page h1.header__title {
        font-size: 34px;
    }
    .faq__container{
        padding: 80px 30px;
        margin-top: 120px;
    }
    #faq__left_bottom {
        min-width: 300px;
    }
    .logo {
        max-width: 120px;
    }
    .navigation-bar{
        height: 70px;
    }
    .lang__item{
        padding-left: 10px;
    }
    #langs {
        margin-right: 10px;
    }
    .lang__item.active:after {
        width: calc(100% - 10px);
        left: 10px;
    }
    .hamburger__icon span{
        margin-bottom: 6px;
    }
    #page__section {
        margin: 50px 0;
        background-size: contain;
    }
    .page__container {
        padding: 50px 20px;
    }
    #user__guide {
        background-size: 150%;
        background-position-x: center;
        padding-top: 20px;
    }
    .user__guide_right{
        margin-top: 100px !important;
    }
    .cash__slider {
        margin-top: 50px;
    }
}
