* {
    box-sizing: content-box;
}

.desktop {
    display: flex;
    width: 100%;
}

.mobile {
    display: none;
    width: 100vw;
}

.left_side {
    width: 22%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    /* box-shadow: 0 0 30px rgb(0 0 0 / 40%); */
    position: fixed;
    left: 0;
    z-index: 9;
    background: white;
}
.wpcf7-not-valid-tip{position: absolute;left: 15%;}
.right_side {
    width: calc(78% - 20px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.image_cont {
    width: 100%;
}

.image_cont img {
    width: 100%;
}

.machines_slider_cont {
    width: 65% !important;
    margin: auto;

    /* direction: ltr; */
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: flex;
        flex-direction: column;
    }

    .machines_slider_cont {
        width: 100%;
    }

    .sticky_footer_mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        flex-direction: row-reverse;
        z-index: 99;
        background: white;
        padding-top: 6px;
        padding-bottom: 3px;
        box-shadow: 0 0 30px rgb(0 0 0 / 40%);
    }
}

.left_side .sticky {
    height: 100vh;
    position: relative;
    top: 0;
    background-image: url('../placeholders/lp_form_bg.png');
    overflow-y: auto;
}

.right_side .links_cont {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px;
}

.right_side .links_cont a {
    padding: 5px;
}

.thankyou {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    opacity: 0;
    z-index: 999;
    background-image: url('../images/lp_thankyou.png');
    background-size: cover;
    background-position: center;
}

.mobile .form_cont {
    background-image: url('../placeholders/lp_form_bg.png');
    margin-bottom: 30px;
    background: #6facb6;
}

/* .machines_slider_cont *,
.mobile_slider_cont * {
    direction: ltr !important;
} */
.form_cont .form_title {
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 2.5vw;
    line-height: 0.7em;
    margin-bottom: 0.3em;
    margin-top: 0.4em;
}
.form_cont .form_title strong {
    font-weight: 600;
    font-size: 70%;
}
.form_cont .form_title span {
	font-weight: 200;
	font-size: 70%;
}
.form_cont .form_title2 {
    font-size: 1.8vw;
    text-align: center;
    color: white;
    font-weight: 800;
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
}

.form_cont .logo_cont {
    width: 75%;
    margin: auto;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.form_cont .logo_cont img{max-height: 8vw;}

* {
    font-family: "narkisblockmf", "arial" !important;
}

.machines_slider_cont .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

body .machines_slider_cont button.owl-dot {
    width: 15px;
    height: 15px;
    border: 1px solid #bdb1ae;
    border-radius: 100px;
    margin: 3px;
    background-color: #bdb1ae;
}

.machines_slider_cont button.owl-dot.active {
    background: #220306;
}

html body .machines_slider_cont button.owl-next,
html body .machines_slider_cont button.owl-prev {
    position: absolute;
    top: 31%;
    background-size: 70% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 35px;
    width: 35px;
    background-color: #320500 !important;
    border-radius: 100px;
}

html body .machines_slider_cont button.owl-next {
    right: -35px;
    background-image: url(../images/lp_arrow_right.png) !important;
}

html body .machines_slider_cont button.owl-prev {
    left: -35px;
    background-image: url(../images/lp_arrow_left.png) !important;
}

html body .machines_slider_cont button.owl-next span,
html body .machines_slider_cont button.owl-prev span {
    color: transparent;
}

.mobile .links_cont {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 20px;
}

.mobile .links_cont a {
    padding: 5px;
}

@media (max-width:767px) {
    .form_cont .form_title {
        font-size: 12vw;
/*        width: 70%;
*/        margin: auto;
        line-height: 0.7;
        margin-bottom: 0.2em;
    }
    .form_cont .form_title2 {
        font-size: 8vw;
        /* width: 100%; */
        margin: auto;

    }
    .mobile_slider_cont {
        /* height: 270px; */
    }
}

.mobile_slider_cont .owl-item img {
    width: 100vw !important;
}

.mobile .sticky_footer_mobile a {
}

.split {
    width: 4px;
    height: 70%;
    position: absolute;
    left: 50%;
    background: white;
    top: 50%;
    transform: translate(-50%,-50%);
}

.form_wrapper,
.form_wrapper form,
.form_wrapper form fieldset {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: auto;
}

.form_wrapper input,
.form_wrapper select {
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 8px;
    background-color: #fff !important;
    border-width: 0px;
    font-size: 16px !important;
    padding: 0px 8px;
    width: 70%;
    margin-bottom: 10px;
    line-height: 1.5;
}

.form_wrapper input.wpcf7-submit {
    color: #220306;
    font-size: 30px !important;
    font-weight: 800;
    background: #f5ebdb !important;
    padding: 3px 8px 1px 8px;
    margin-top: 10px;
	line-height: 1em;
	border: 1px solid #220306;
}

.form_wrapper p {
    margin: auto;
    display: flex;
    justify-content: center;
}

.form_body, .form_body > span {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.send_button {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ajax-loader {
position: absolute;
}
.formsubtitle {
font-size: 15px;
color: white;
text-align: center;
width: 70%;
font-weight:200;
margin: auto;
margin-bottom: 10px !important;
}
span.wpcf7-list-item {
    width: 70%;
    margin: auto;
    margin-right: 15%;
    margin-bottom: 10px;
    margin-top: 5px;
}
.wpcf7-list-item-label {
font-size: 15px;
color: white;
font-weight:200;
margin: auto;
margin-bottom: 20px !important;
margin-top: 10px;
text-align: right;
}
.wpcf7-list-item input[type="checkbox"] {
    margin-bottom: 0;
}
.form_wrapper input:not(.wpcf7-submit), .form_wrapper select {
/*font-size: 12px !important;
*/text-align: right !important;
/*border: 1px solid #220306;*/
}
.wpcf7-response-output {
    display: none !important;
}

.form_wrapper .phone-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    margin-top: 1vw;
    margin-bottom: 1vw;
}
.form_wrapper .phone-block a.form_title2 {
    padding-left: 30px;
    position: relative;
}
.form_wrapper .phone-block a.form_title2:before {
    content: "";
    width: 20px;
    height: 23px;
    position: absolute;
    left: 0;
    background: url(../images/phone-icon.svg) left center no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.form_wrapper .form-footer {
	width: 75%;
}
.form_wrapper .form-footer p {
	width: auto;
	font-size: 20px;
}

@media (max-width:1366px) {
    .form_wrapper input,
    .form_wrapper select{line-height: 1;}
}
@media (max-width:767px) {
    .form_wrapper input,
    .form_wrapper select{padding: 8px;}
}


/* new */
.machines_slider_wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #eae4dc;
}
.machines_slider_wrap:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
/*    z-index: -1;
*/    bottom: -5%;
    background: #f2f2f2;
}
.machines_slider_wrap .boxes_title {
    color: #220306;
    margin-top: 30px;
}
.desktop .machines_slider_wrap .boxes_title {
    font-size: 3vw;
}

.image_cont.main {
/*     max-height: 480px;
    height: 37vw; */
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-position: left bottom;
	padding: 50px 0;
}
.image_cont.main .text_wrapper {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px rgba(0,0,0,0.75);
}
.lp-main-tile {
    font-size: 4vw;
    font-weight: 600;
}
.lp-main-tile2 {
    font-size: 2vw;
    font-weight: 600;
}

.image_cont.main .text_wrapper.content2 {
    margin-top: 1em;
}
.image_cont.main .text_wrapper.content2 p {
    font-size: 2.5vw;
}
.image_cont.main .text_wrapper.content2 p strong {
    display: inline-block;
    font-size: 125%;
    font-weight: 600;
    margin-top: 0.5em;
}

/* mobile */
.mobile .image_cont.main.bottom-block {display: none;}
.mobile .image_cont.main {
    min-height: auto;
    background: #220306;
    padding-bottom: 20px;
    padding-top: 25px;
}
.mobile .image_cont.main > img {
    display: none;
}
.mobile .image_cont.main .text_wrapper {
    color: #ffffff;
}
.mobile .lp-main-tile {
    font-size: 6vw;
}
.mobile .lp-main-tile2 {
    font-size: 3vw;
}
.content_mobile_1 .logo_cont {
    width: 18vw;
    margin-right: auto;
    margin-bottom: 10px;
    position: absolute;
    left: 2vw;
    top: 5px;
}

.mobile .separator {
    margin-top: 5px;
    margin-bottom: 10px;
}

.mobile .lp-main-bottom-text {
    font-size: 4.5vw;
}
.mobile .lp-main-bottom-text strong {
    font-size: 150%;
}

.mobile .form_cont {
    padding-top: 20px;
}
.mobile .form_cont .logo_cont {display: none;}
.mobile .form-footer {margin: 10px 0;}
.mobile .form_wrapper .form-footer p {font-size: 14px;}
.grecaptcha-badge{visibility: hidden;}