/******* Animation circles ******/

.cbutton {
    position: relative;
    display: inline-block;
    margin: 1em;
    padding: 0;
    border: none;
    background: none;
    font-size: 1.4em;
    overflow: visible;
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.cbutton.cbutton--click, .cbutton:focus {
    outline: none;
}

.cbutton__icon {
    display: block;
}

.cbutton__text {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cbutton::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.cbutton--box {
    width: 24px;
    height: 24px;
    border: 4px solid rgb(22, 35, 47);
}

.cbutton--effect-jagoda::before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    content: '';
    opacity: 0;
    pointer-events: none;
}

.cbutton--effect-jagoda::after {
    width: 55px;
    height: 55px;
}

.cbutton--effect-jagoda::before, .cbutton--effect-jagoda::after {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5);
}

.cbutton--effect-jagoda.cbutton--click::before, .cbutton--effect-jagoda.cbutton--click::after {
    -webkit-animation-name: anim-effect-jagoda-2, anim-effect-jagoda-1;
    animation-name: anim-effect-jagoda-2, anim-effect-jagoda-1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.cbutton--effect-jagoda.cbutton--click::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes anim-effect-jagoda-1 {
    0%, 100% {
        opacity: 0;
    }

    40%, 60% {
        opacity: 1;
    }
}

@keyframes anim-effect-jagoda-1 {
    0%, 100% {
        opacity: 0;
    }

    40%, 60% {
        opacity: 1;
    }
}

@-webkit-keyframes anim-effect-jagoda-2 {
    0% {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    100% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }
}

@keyframes anim-effect-jagoda-2 {
    0% {
        -webkit-transform: scale3d(0.5, 0.5, 1);
        transform: scale3d(0.5, 0.5, 1);
    }

    100% {
        -webkit-transform: scale3d(1.4, 1.4, 1);
        transform: scale3d(1.4, 1.4, 1);
    }
}


/********************************/
*{
	outline: none!important;
}
@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700&display=swap&subset=hebrew');
#site-header{
	position: absolute;
    top: 0;
    background: none;
    left: 0;
    right: 0;
    z-index: 10;
    display: none!important;
}

#site-header img{
	width: 21.75vw;
}
body{
	background: #fff;
}
body .post-inner{
	margin: 0;
	padding: 0;
}
.wp-custom-logo .header-titles{
	margin-right: 10vw;
}

#site-content{
	overflow: hidden;
}
#screen2,
#screen3,
#screen4,
#screen5,
#screen6{
	padding-top: 140px;
	position: relative;
}
.pos_abs.left img{
	width: 47vw;
    position: absolute;
    left: 0;
    z-index: -1;
    top: -54vh;
    max-width: unset;
}
    
#screen1{
	width: 90%;
	margin-right: 5%;
	padding-top: 14.8vh;
	min-height: 100vh;
}
body section{
	padding: 0;
}
html .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
	padding: 0;
}
.form_wrapper{
	max-width: 80%;
	float: right;
	margin-top: 25vh;
	background: rgba(250, 250, 250, 0.96);
	box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.08), 0px 0px 16px rgba(0, 0, 0, 0.06), 0px 0px 16px rgba(0, 180, 220, 0.23);
	border-radius: 10px;
	padding: 40px;
}

.abs_img img{
	position: absolute;
	top: 0;
	left: 0;
}

.entry-content h1, .entry-content h2, .entry-content h3{
	margin: 0
}
.form_wrapper h3{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	direction: rtl;
	font-size: 32px;
	line-height: 42px;
	/* identical to box height */

	text-align: center;
	text-transform: uppercase;

	color: #00B4DC;
	margin-bottom: 35px;
}

.form_wrapper input{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 36px;
	display: flex;
	align-items: center;
	text-align: right;
	text-transform: capitalize;
	color: #000;
	margin-bottom: 37px;
	background: none;
	border: none;
	border-bottom: 1px solid #00B4DC;
	padding: 0 30px;
}
.form-elements-row{
	display: flex;
	justify-content: space-between;
	direction: rtl;
	margin-top: 75px;
}
.form-elements-row>div{
	width: calc(50% - 13px);

}
#screen1 .form-elements-row>div{
	max-width: 240px;
}
.form-elements-row>div input,
.form-elements-row>div a{
	width: 100%;
	display: block;
	background: #00B4DC;
	border-radius: 50px;
	color: #fff;
	padding: 15px 0;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	border: 2px solid #00B4DC;
	text-decoration: none!important;
}
.form-elements-row>p{
	display: none;
}
.form-elements-row>div a{
	background: transparent;
	color: #00B4DC;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-elements-row>div a:after{
	display: inline-block;
	content: '';
	width: 29px;
	height: 29px;
	margin-right: 19px;
	background: url('../images/whattransp.png');
	background-size: cover;
}
.form-elements-row>div a:hover:after{
	background-image: url('../images/whatazure.png');
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C6C6C6;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #C6C6C6;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #C6C6C6;
}
.content-right a{
	margin-top: 5vh;
	display: inline-block;
    background: #00B4DC;
    border-radius: 50px;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #00B4DC;
    text-decoration: none!important;
}
.form-elements-row>div input:hover,
.form-elements-row>div input:active,
.content-right a:hover,
.content-right a:active{
	border-color: #01D3A9;
	background: #01D3A9;
}

.form-elements-row>div a:hover, .form-elements-row>div a:active{     
	border-color: #01D3A9;
	color: #01D3A9; 
}
body div.wpcf7 .ajax-loader{
	display: none;
}
body .logo{
	margin-bottom: calc(25vh - 52px)!important;
}
#screen1 .main-text{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 55px;
	line-height: 100px;
	/* or 182% */

	display: flex;
	align-items: center;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 0;

	color: #FFFFFF;
	display: inline-block;
	position: relative;
	padding: 0 0 0 70px;
}
.texts .elementor-text-editor{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#screen1 .main-text.to-right{
	font-weight: 600;
	z-index: 10
}
.main-text.to-right:after{
	height: 100%;
	display: block;
	content: '';
	width: calc(100% + 5vw);
	right: -5vw;
	background: rgb(100, 221, 213);
	position: absolute;
	top: 0;
	z-index: -1;
}
.main-text.to-right:before{
	clip-path: polygon(100% 0, 40% 100%, 100% 100%);	
	background: rgb(100, 221, 213);
	display: inline-block;
	height: 100%;
	width: 50px;
	content: '';
	position: absolute;
	top: 0;
	left: -49px;
	z-index: -1;
}


.content-right{
	padding-right: 8vw;
}
.content-right .red-border{
	padding-right: 3vw;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 3vw 20px 0;
	margin-bottom: 7vh;
}
.content-right .red-border:before{
	position: absolute;
	height: 100%;
	width: 4px;
	background: #FE3745;
	border-radius: 20px;
	content: '';
	right: 0;
	top: 0;
}
.content-right .red-border .blue-text{
	display: block;
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.3;
	color: #00B4DC;
}

.content-right .red-border .blue-text span{
	color: #FE3745;
	padding: 0 5px;
}
.content-right .red-border .light-back{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 2.4;
	display: flex;
	align-items: center;
	text-align: right;
	text-transform: uppercase;
	color: #000;
	background: rgba(63, 220, 255, 0.1);
	display: inline-block;
	padding: 0 20px;
	margin: 0;
}
.just-text-wrapper .just-text.bold{
	font-weight: 600;
}
.content-right .red-border .red-text.light-back{
	color: #FE3745;
}
.content-right .red-border .blue-on-blue.light-back{
	color: #00B4DC;
	margin-bottom: 1em;
}
.content-right .red-border .red-light{
	margin: 0;
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	color: #FE3745;
}
.just-text-wrapper .just-text{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.25;
	display: flex;
	align-items: center;
	text-align: right;

	color: #000000;
	margin-bottom: 4vh;
	display: block;
	background: none;
}
.content-right{
	display: flex;
	flex-direction: column;
}
.just-text-wrapper p.red_back{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	text-align: right;
	color: #FFFFFF;
	display: inline-block;
	padding: 15px 0px 15px 30px;
	position: relative;
	margin-bottom: 4vh;
}
#screen3 img{
	width: 100%;
}
#screen3 .content-right{
	padding-right: 4vw;
}
.just-text-wrapper p.red_back:before{
	display: block;
	content: '';
	background: #FE3745;
	position: absolute;
	height: 100%;
	width: calc(100% + 11vw);
	right: -11vw;
	top: 0;
	z-index: -1;
}
.just-text-wrapper p.red_back:after{
	clip-path: polygon(100% 0, 40% 100%, 100% 100%);	
	background: #FE3745;
	display: inline-block;
	height: 100%;
	width: 50px;
	content: '';
	position: absolute;
	top: 0;
	left: -49px;
	z-index: -1;
}
.just-text-wrapper{
	padding-right: 3vw;
	padding-left: 1.5vw;
}
.just-text-wrapper.text-light-gray>div{
	padding: 15px;
}
#screen3 .content-right .just-text{
	margin-bottom: 5px;
}
#screen3 .content-right .just-text-wrapper{
	margin-bottom: 2vh;
	z-index: 1;
	margin: 0 0 4vh
}
#screen3 .content-right .just-text.bold{
	font-weight: 600;
}
.wpcf7-form-control-wrap{
	position: static;
}
#screen2 .abs_img.right img{
	position: absolute;
	top: -210px;
	right: 0.5vw;
	z-index: 1000;
}
.form_group{
	position: relative;

}
.form_group span.wpcf7-not-valid-tip{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 15px;
	color: rgba(254, 55, 69, 0.42);
}
.form_wrapper input.wpcf7-not-valid{
	border-color: #FE3745;
}
form.invalid .form-elements-row>div input,
#screen6 form.invalid .form-elements-row>div input{
	background: rgba(254, 55, 69, 0.85);
	border-color: rgba(254, 55, 69, 0.85);
}
form.invalid .form-elements-row>div input:hover,
form.invalid .form-elements-row>div input:active,
#screen6 form.invalid .form-elements-row>div input:hover,
#screen6 form.invalid .form-elements-row>div input:active{
	border-color: #FE3745;
	background: #FE3745;	
}
#screen6 .form_wrapper input.wpcf7-not-valid{
	border-color: #FE3745;
}
#screen6 div.wpcf7-response-output{
	left: 107px;
}
#screen2 .elementor-widget,
#screen2 .elementor-column-wrap,
#screen2 .elementor-widget-wrap,
#screen2 .elementor-column,
#screen2 .elementor-section .elementor-container,
#screen2 .elementor-section,
#screen2 .elementor-section .elementor-container,
#screen4 .elementor-widget,
#screen4 .elementor-column-wrap,
#screen4 .elementor-widget-wrap,
#screen4 .elementor-column,
#screen4 .elementor-section .elementor-container,
#screen4 .elementor-section,
#screen4 .elementor-section .elementor-container{
	position: static;
}
#screen4 .pos_abs.left img{
	top: -12vh;
	position: relative;
	z-index: 0;

}
#screen4 .pos_abs.left{
	margin: 0;
}
.elementor-widget-heading h4.elementor-heading-title{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.3;
	color: #00B4DC;
	margin-bottom: 4vw;
}
#screen4 ul li.check-true{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.3;
	color: #000000;
	position: relative;
	margin-bottom: 20px
}
#screen4 .abs_img.right img{
	left: unset;
	right: 0;
	top: unset;
	bottom: 0	;
}
#screen4 .abs_img.left img{
	top: -25vh;
    width: 47vw;
    max-width: unset;
    z-index: -1;
}
#screen4 ul li.check-true:before{
	position: absolute;
	height: 100%;
	right: -52px;
	top: 0;
	content: '';
	background: url('../images/check.png');
	background-size: cover;
	height: 22px;
	width: 30px;
}
#screen4 ul{
	list-style: none;
}
#screen4 a.toform{
	margin: 0 auto;
	display: inline-block;
    display: inline-block;
    background: #00B4DC;
    border-radius: 50px;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #00B4DC;
    text-decoration: none!important;
}
#screen4 a.toform:hover,
#screen4 a.toform:active{
	border-color: #01D3A9;
    background: #01D3A9;
}
#screen5 h4{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 40px;
	line-height: 1.3;
	color: #00B4DC;
}
#screen5 p{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.3;
	color: #000000;
}
#screen6 .form_wrapper{
	margin-top: 0;
	max-width: 90%;
}
#screen6 .form-elements-row>div input{
	width: 100%;
	background: #01D3A9;
}
#screen6 .form-elements-row>div input:hover,
#screen6 .form-elements-row>div input:active{
	background: #00B4DC;
	border-color: #00B4DC;
}
#screen6 .form-elements-row>div{
	width: 100%;
}
#screen6 .form_wrapper input{
	border-color: #01D3A9;
}
#screen6 .form_wrapper h3{
	color: #01D3A9;	
}
#screen6{
	background: linear-gradient(180deg, rgba(2, 161, 197, 0) 25%, #02A1C5 100%);
}
.bliming{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}
.links-line{
	display: flex;
	justify-content: space-between;
	margin-top: 18vh;
}
.one-line{
	display: flex;
	align-items: center;
}
.one-line a{
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 29px;
	text-align: right;
	text-transform: lowercase;
	color: #FFFFFF;
}
.one-line p{
	margin-bottom: 0;
}
#footer-img{
	margin-top: 12vh;
	max-width: 167px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5vh;

}
.section-inner,
#site-footer{
	display: none;
}
#screen4 ul.slick-dots{
	margin-bottom: 0;
}
body .elementor-slick-slider ul.slick-dots li button:before{
	content: '';
	width: 8px;
	height: 8px;
	background: transparent;
	display: block;
	border: 1px solid #00E8BE;
	border-radius: 50%;
	opacity: 1;
	margin-top: 2px;
}
.elementor-slick-slider ul.slick-dots li.slick-active button:before,
.elementor-slick-slider ul.slick-dots li:hover button:before{
	background: #00E8BE;
	width: 12px;
	height: 12px;
	margin-top: 0px;
}
.one-line a{
	display: flex;
	align-items: center;
}
div.wpcf7-response-output{
	position: absolute;
    bottom: 160px;
    left: 199px;
    direction: rtl;
    border: none!important;
    padding: 0;
    margin: 0;
}
div.abs_img.left{
	margin: 0;
}
#popup.active{
	display: flex;
}
#popup{
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255, 255, 255, 0.8);
	z-index: 10000;
}
#popup form{
	position: relative;
	display: flex;
	flex-direction: 	column;
}
#popup>div{
	width: 950px;
}
#popup .form_wrapper{
	max-width: 100%;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 950px;
}
#popup .form_group span.wpcf7-not-valid-tip{
	top: 9px;
}
#popup .close{
	position: absolute;
	top: 25px;
	left: 25px;
	display: block;
	background: url('../images/x.png');
	background-size: cover;
	width: 17px;
	height: 17px;
	transition: 0.3s;
}
#popup .close:hover{
	transform: rotate(180deg);
}
#popup div.wpcf7-response-output {
	left: 243px;
}
#popup .form_wrapper>div{
	max-width: 495px;
	width: 100%;
}
#popup .form-elements-row{
	display: flex;
	justify-content: center;
}
.form_elements.one-line{
	justify-content: space-between;
}
.form_elements.one-line>div{
	width: calc(50% - 8px);
}
#popup .form_wrapper h3{
	margin: 0 0 60px;
	font-weight: 400;
}
#popup .form-elements-row{
	margin-top: 23px;
}
@media (min-aspect-ratio: 18/10) {
	body .elementor-10 .elementor-element.elementor-element-e582aad{
		    background-size: 100% 100%;
	}
}

@media(max-width: 1681px){
	#screen1 .main-text{
		font-size: 40px;
		line-height: 80px;
		display: inline-block;
	}
	.content-right .red-border .blue-text{
		font-size: 28px;
	}
	.content-right .red-border .light-back,
	.content-right .red-border .red-light{
		font-size: 20px;
	}
	.just-text-wrapper .just-text{
		font-size: 18px;
	}
	.just-text-wrapper p:not(.just-text){
		font-size: 22px;

	}
	.elementor-widget-heading h4.elementor-heading-title{
		font-size: 27px;
	}
	#screen4 ul li.check-true{
		font-size: 18px;
	}
	#screen4 ul li.check-true:before{
		height: 18px;
    	width: 22px;
	}
	#screen5 h4{
		font-size: 28px;
	}
	#screen5 p{
		font-size: 18px;
	}
}
body .elementor-slick-slider ul.slick-dots {
	bottom: -40px;
}
.just-text-wrapper.text-light-gray{
	position: relative;

}
.just-text-wrapper.text-light-gray:before{
	display: block;
	width: calc(100% + 1.5vw);
	content: '';
	height: 100%;
	background: #FE3745;
	position: absolute;
	top: 0;
	left: -1.5vw;
	z-index: -1;
}
.just-text-wrapper.text-light-gray:after{
	display: block;
    width: 70px;
    content: '';
    height: 100%;
    background: #FE3745;
    position: absolute;
    top: 0;
    right: -69px;
    z-index: -1;
    clip-path: polygon(0 0, 0 100%, 40% 100%);

}
.just-text-wrapper.text-light-gray .just-text{
	color: #fff;
}
@media(min-width: 1681px){
	#screen2, #screen3, #screen4, #screen5, #screen6{
		padding-top: 180px;
	}
	#screen2 .abs_img.right img{
		top: -243px;
	}
	#screen3 .content-right .red-border .blue-text{
		margin-bottom: 60px;
	}
	.just-text-wrapper.text-light-gray>div{
		padding: 15px 0;
	}
	#screen3 .content-right .just-text-wrapper.text-light-gray{
		margin: 2vh 0 4vh;
	}
	#screen4 ul li.check-true{
		margin-bottom: 20px;
	}
	#screen6l{
		width: 58%;
	}
	#screen6r{
		width: 42%;
	}
}
@media(max-width: 1679px){
	#screen1-wrap{
		background-size: 100% 100%;
	}
	.form-elements-row>div a:after{
		margin-right: 10px;
	}
	#screen4 .abs_img.right img{
		max-width: 9vw;
	}
}
@media(max-width: 1400px){
	#screen1-wrap{
		background-size: cover; 
	}
	#screen4 .abs_img.right img{
		z-index: -1;
		bottom: 100px;
	}
	.form-elements-row>div{
		width: calc(50% - 6px);
	}
	#screen4>div>div{
		padding-left: 25px;
		padding-right: 25px;
	}
	.links-line{
		padding: 0 25px;
	}
}

@media(max-width: 1200px){
	.form_wrapper{
		padding: 40px 20px;
	}
	#screen6 div.wpcf7-response-output {
		left: 58px;
	}
	div.wpcf7-response-output {
	    bottom: 121px;
	    left: 143px;
	}
	#screen1 form{
		display: flex;
		position: relative;
	}
	div.wpcf7-response-output {
	    left: 36px;
	    bottom: 177px;
	}
	#screen6 div.wpcf7-response-output{
		left: 36px;
	    bottom: 112px;
	}
	.main-text.to-right:before{
		left: -50px;
	}
}
	
}
#screen4 .abs_img.left img {
	z-index: -1;
}

@media(max-width: 1024px){
	#popup{
		display: none!important;
	}
	#screen1>div>div>div{
		width: 100%;
	}
	#screen1 .main-text{
		padding-left: 0
	}
	#screen2 section>div>div>div{
		width: 100%;
	}
	#screen2 section>div>div>div>div>div,
	#screen2 section>div>div,
	#screen4 section>div>div{
		display: flex;
		flex-direction: column-reverse;
	}
	#screen1 .form-elements-row>div{
		max-width: unset;
	}
	#screen1 .abs_img img{
		position: relative;
		width: 100%;
		max-width: 540px;
		margin-top: 60px;
	}
	#screen1 .elementor-image{
		display: flex;
		justify-content: center;
	}
	#screen1 .form_wrapper{
		width: 540px;
		max-width: 90vw;
		margin-top: 60px;
	}
	#screen1 div[data-id="ed3aa10"]{
		display: flex;
		justify-content: center;
	}
	#screen1,
	#screen2,
	#screen3,
	#screen4,
	#screen5,
	#screen6{
		padding-top: 60px;
	}
	body .logo{
		margin-bottom: 60px!important;
	}
	#screen1 .main-text{
		font-size: 28px;
		line-height: 52px;
	}
	.form-elements-row {
	    display: flex;
	    justify-content: space-between;
	    direction: rtl;
	    margin-top: 56px;
	    flex-wrap: wrap;
	}
	div.wpcf7-response-output {
	    left: 36px;
	    bottom: 215px;
	}
	.form-elements-row>div{
		width: 100%;
	}
	#screen1 form{
		width: 100%;
	}
	.form_wrapper h3{
		font-size: 22px;
		line-height: 29px;
	}
	.form_wrapper input{
		font-size: 21px;
		padding: 0 15px;
	}
	.form_group span.wpcf7-not-valid-tip{
		top: 33px;
	}
	body .logo img{
		width: 250px!important;
		max-width: unset!important;
	}
	#screen2 img{
		max-width: 350px;
	}
	#screen2 .abs_img.right img{
		position: relative;
		top: 0;
		left: 0;
		z-index: unset;
		right: 0;
		margin-left: -37px;
	}
	.content-right, #screen3 .content-right{
		padding: 0 16px;
	}
	.content-right a{
		max-width: 300px;
		font-size: 20px;
		line-height: 26px;
		padding: 15px 30px;
		margin: 0 auto;
		display: block;
		margin-top: 33px;
	}
	#screen3 img{
		padding: 0 16px;
	}
	#screen3 .abs_img img{
		padding: 0;
	}
	.content-right .red-border{
		padding: 0 0 10px;
	}
	.content-right .red-border .blue-text{
		padding: 0px;
		font-size: 32px;
		line-height: 42px;
	}
	#screen3 .content-right .just-text-wrapper{
		margin: 2vh 0 2vh;
	}
	#screen3 .content-right .red-border{
		margin-bottom: 4vh;
	}
	#screen3 .content-right{
		margin-top: 45px;
	}
	#screen2 .just-text-wrapper p.red_back{
		margin-bottom: 4vh;
	}
	#screen2 .content-right .red-border .blue-text{
		padding: 0 16px;
	}
	.just-text-wrapper .just-text{
		text-align: center;
	}
	#screen3 .content-right .red-border:before{
		display: none;
	}
	.content-right .red-border .blue-on-blue.light-back{
		font-size: 20px;
		line-height: 26px;
		padding: 10px 20px;
	}
	#screen3 .content-right .red-border .red-light{
		display: block;
		width: 100%;
		text-align: center;
	}
	#screen4 section>div>div>div:last-of-type{
		margin-bottom: 60px;
	}
	#screen4 section>div>div>div{
		width: 100%;
	}
	#screen4 section>div>div>div h4{
		margin-bottom: 45px;
		text-align: center;
	}
	#screen4 ul li.check-true:before{
		right: -40px;
		top: 2px;
	}
	#screen4 .abs_img.right img{
		display: none;
	}
	 #screen5{
	 	padding-top: 0;
	 }
	 #screen5 p{
	 	max-width: 250px;
	 	display: block;
	 	margin: 0 auto;
	 }
	#screen6{
		padding-top: 0;
		margin-top: -25px;
	}
	#screen6 .form_wrapper{
		max-width: 100%;
		width: 100%;
	}
	.links-line {
		margin-top: 60px;
	}
	#footer-img{
		margin-top;
		margin-bottom: 60px;
	}
	.just-text-wrapper p:not(.just-text){
		padding: 15px 0;
	}
	#screen4 .abs_img.left img{
		display: none;
	}
	#screen6{
		padding-top: 60px;
	}
	#screen6 form{
		max-width: 540px;
	    display: block;
	    margin: 0 auto;
	    width: 90vw;
	}
	#screen6 div.wpcf7-response-output {
	    left: 55px;
	    bottom: 114px;
	}
	#screen6 form input[type="submit"]{
		margin: 0!important;
	}

}
@media(max-width: 768px){
	.links-line{
		display: flex;
		flex-direction: column;
	}
	.just-text-wrapper.text-light-gray:before{
		width: 100vw;
		left: -15px;
	}
	.just-text-wrapper.text-light-gray:after{
		display: none
	}
	#screen6l{
		margin-top: 60px;
	}
	#screen6 {
	    background: linear-gradient(180deg, rgba(2, 161, 197, 0) 42%, #02A1C5 100%);
	}
}

@media(max-width: 480px){
	.just-text-wrapper p.red_back:before{
		width: 100vw;
		right: -27px;
	}
}
