*,
*::before,
*::after{box-sizing:border-box;}
a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{ font-size: 1px; }

body {
    font-family: 'Assistant', sans-serif;
    margin: 0;
    direction: rtl;
    letter-spacing: 0px;
    background-color: #fff;
    color: #fff;
	font-size: 0;
	font-weight: 400;
   	line-height: 1.3;
   /* background: url("../images/bkg.png") no-repeat center top;*/
}

#warper {
    transform-origin: center top;
	max-width: 1920px;
	margin: auto;
}

header {}

.container {
    margin: 0 auto;
    max-width: 1574px;
}

input[type="file"]{
	background: transparent;
	/*width: 0;*/
	width: 1%;
}
.inputfile + label {
    /* max-width: 80%; */
    text-align: center;
    width: 326px;
    font-size: 19px;
    /* font-weight: 500; */
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    /* overflow: hidden; */
    /* padding: 0.625rem 1.25rem; */
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.3px;
    border: 1px solid #fff9;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAMAAABhEH5lAAAAe1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////NgkbwAAAAKHRSTlMAAQMECAkKDA4PEhUXHiAhJyg8Rk5VVnOIi4+VnrK+3uLk5unr8/v9E4v1fQAAAHNJREFUGFedztkOgjAURdGD84wWreJURIH9/1/oQ22kjU+ut7uTk1zJM7iJIgaSZiBpvvTblsANPml2sEegsnaffadT4K7I32n4glM4LgC3TJIWLVCP5R+qzmV57QDYiJ5nQ00epV3BnFwPEiuN1rGlfngDm0EVzefBdckAAAAASUVORK5CYII=) no-repeat 95% center;
    padding-right: 43px;
}


#ContactForm input.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}




#section1 {
    background: #171d29 url(../images/sec_1.jpg?v=2) no-repeat center top;
    min-height: 958px;
	position: relative;
}



/*.section1 .wrapper{
	min-height: 958px;
	position: relative;
	z-index: 9;
	background: url("../images/sec1_transparent.png") no-repeat center top;
}*/

/*.slider-sec1 {
    min-height: 864px;
    width: 100%;
	max-width: 1920px;
    direction: ltr;
    position: absolute;
    top: 0;
	left: 0;
	right: 0;
}

.slide{
	min-height: 864px;
}

.slide1 {background: url(../images/sec1_bg_1.jpg) no-repeat  left top;}
.slide2 { background: url(../images/sec1_bg_2.jpg) no-repeat left top;}
.slide3 { background: url(../images/sec1_bg_3.jpg) no-repeat left top;}*/

.clearBoth{
	clear: both;
    height: 1px;
}

.logo {
    padding-top: 29px;
    text-align: right;
    /* margin-right: 1px; */
}

.mainTitle {
    font-size: 66px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 0.95;
    color: #FC1B29;
    text-align: center;
    margin: 26px auto 0;
}

.mainTitle strong {
	display: block;
	font-weight: 900;
	color: #fff;
	letter-spacing: 0;
}

.main-sub-title {
    font-size: 104px;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 0.83;
    color: #FFD65A;
    text-align: center;
    margin: -1px auto 0;
}

.sec1-texts {
    font-size: 69px;
    text-align: center;
    margin: 19px auto 0;
    line-height: 1.0;
    font-weight: 500;
}

.sec1-texts span{
    font-weight: 900;
}

.sec1-texts strong {
    font-weight: 600;
    display: block;
}

a.sec1-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 455px;
    background: #0000  url("../images/btn_arr.png") no-repeat 5% center;
    height: 70px;
    font-size: 27px;
    font-weight: 600;
    margin: 12px auto 0;
    border: 3px solid #fc1b29;
}

a.sec1-btn:hover{
	border: 3px solid #ff0000;
	/*background-color: #171D29;*/
}

.sec1-circles {
    display: flex;
    justify-content: space-between;
    max-width: 736px;
    line-height: 1;
    margin: 31px auto 0;
}

.sec1-circle {
    font-size: 29px;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 158px;
    height: 158px;
    border-radius: 50%;
    border: 4px solid #fff;
    padding: 0% 6px;
}

.sec2-slide-video {
    max-width: 484px;
    height: 860px;
    margin: 50px auto 0;
}

.sec1-line {
    margin: 49px 0 0;
}

.sec1-bottom-title {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    margin: 68px auto 0;
}

.mishpatit {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin: 30px auto 0;
}

.anchor{
	position: relative;
	top: -64px;
}

#section2 {
    min-height: 972px;
    background: #171d29 url("../images/sec_2.jpg") no-repeat center top;
    background-size: cover;
}

#section3 {
    background: url("../images/sec3_logo.png") no-repeat center center;
	background-color:  #272727 ;
    min-height: 1152px;
}

.sec3-title {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin: 97px auto 0;
}

.sec3-sub-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto 0;
    color: #fc1b29;
}

.form-container {
    max-width: 1066px;
    float: none;
    margin: 66px auto 0;
    font-size: 23px;
    color: #ffffff;
    font-weight: 600;
}

.form-container-right {
    float: right;
    /* border-left: 1px solid rgba(255,255,255,0.16); */
    padding-left: 4%;
}

.form-container-left {
    float: right;
    margin-right: 0%;
    width: 46.7%;
}

.form-container-inner {
    /* margin: 28px auto 0; */
    /* width: 92%; */
}

.form-title {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
.form-title-thanks {
	text-align: center;
	font-size: 54px;
	font-weight: 700;
	letter-spacing: -0.3px;
	color: #eecd0c;
}

.formRow {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    width: 525px;
}

.formRow:first-of-type {
    margin-top: 0px;
}

.form-container-left .formRow {
    width: 100%;
}

.phone-container {
    width: 326px;
    display: flex;
    justify-content: space-between;
}

#ContactForm input[type="tel"] {
	width: 215px;
}

#ContactForm input[type="email"] {
	direction: ltr;
}

#ContactForm input[type="radio"] {
	width: 16px;
}

/*.migdar-container {
    display: flex;
    justify-content: space-between;
    width: 254px;
    margin-left: 3%;
}*/

.sherut-container {
    display: flex;
    justify-content: space-between;
    width: 254px;
    margin-left: 15%;
}

#ContactForm label[for="migdar_other"] {
	margin-left: 32px;
}

#ContactForm label[for="sherut_ptor"] {
	position: relative;
    top: 7px;
    line-height: 1;
    align-items: flex-end;
}

#ContactForm label[for="sherut_ptor"] input[type="radio"] {
   position: relative;
	top: -7px;
}

.driving-container, .migdar-container {
    display: flex;
    justify-content: space-between;
    width: 142px;
    margin-left: 37%;
}

#ContactForm label[for="driving_no"]{
	margin-left: 19px;
}

form#ContactForm {}

#ContactForm input, #ContactForm select {
	border: 1px solid rgba(255,255,255,0.6);
	width: 326px;
	height: 54px;
	text-indent: 12px;
	box-sizing: border-box;
	/* margin-bottom: 10px; */
	font-size: 23px;
	font-family: 'Assistant', sans-serif;
	color: #fff;
	background: #272727;
	font-weight: 500;
}

input#start_service, input#end_service, input#birthYear{
	background: #272727 url("../images/calender.png") no-repeat 96% center;
	padding-right: 46px;
}

#ContactForm select {
    width: 326px;
    height: 54px;
    margin-bottom: 0;
    text-indent: 0;
    text-align: center;
}

#ContactForm select option{
	text-align: right;
	 text-indent: 22px;
	color: #fff;
	
}
#ContactForm select option:first-of-type{
	text-align: center;
}

select:focus {
	outline: 0;
}

select#kidumet {
    width: 90px;
}

#ContactForm input:focus{
	border: 1px solid rgba(255,255,255,1);
}

::-webkit-input-placeholder { color: #fff;  }
:-ms-input-placeholder { color: #fff; }
::placeholder { color: #fff; }

#ContactForm label {
    height: 54px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

/*#ContactForm input[type=email] {
	width: 100%;
}*/

#ContactForm input[type="submit"] {
    text-indent: 0px;
    font-size: 40px;
    height: 110px;
    cursor: pointer;
    color: #fff;
    background: #cd0a0a url(../images/submit_arr.png) no-repeat 8% center;
    width: 536px;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 3.7%  auto 0;
    display: block;
    font-weight: 700;
}

#ContactForm input[type="submit"]:hover{
	 background-color: #ff0000;
}

.kuhavit {
    text-align: center;
    margin-top: 4%;
}


.footer {
    min-height: auto;
    background: #272727;
    padding-bottom: 2%;
}
.footer .container{
	 display: flex;
    justify-content: space-between;
}

.footer-social-title {
    font-size: 23px;
    text-align: center;
    line-height: 1;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
    margin: 60px auto 0;
    width: 90%;
}

nav.footer-social ul {
    display: flex;
    width: 336px;
    justify-content: space-between;
    margin-top: 17px;
}

nav.footer-social ul li a{
	display: block;
	width: 47px;
	height: 47px;
	background-color: #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
}

nav.footer-social ul li:first-child a{ background-image: url("../images/social/social_1.png"); }
nav.footer-social ul li:nth-child(2) a{ background-image: url("../images/social/social_2.png"); }
nav.footer-social ul li:nth-child(3) a{ background-image: url("../images/social/social_3.png"); }
nav.footer-social ul li:nth-child(4) a{ background-image: url("../images/social/social_4.png"); }
nav.footer-social ul li:nth-child(5) a{ background-image: url("../images/social/social_5.png"); }
nav.footer-social ul li:nth-child(6) a{ background-image: url("../images/social/social_6.png"); }

nav.footer-social ul li a:hover{
	background-color: #c5a74d;
}
nav.footer-menu ul {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    width: 555px;
    margin: 2px auto 0;
}


.back2Top{
	text-align: center;
	background: url("../images/back2top.png") no-repeat center top;
	margin-top: 44px;
}

.back2Top a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    display: block;
    padding-top: 19px;
}

.thanks-title {
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    margin-top: 23.5%;
}

.sec2-slider {
    margin: 200px auto 0;
    direction: ltr;
    max-width: 1088px;
}

.sec2-slide{
	position: relative
}

.playBtn {
    width: 222px;
    height: 222px;
    background: url("../images/play_btn2.png") no-repeat center center;
    position: absolute;
    left: 373px;
    top: 159px;
	display: block;
}
/*
.sec2-slide a{
	display: block;
	height: 612px;
	width: 100%;
	z-index: 999;
	position: relative;
	background: url("../images/play_btn.png") no-repeat center center;
}*/

.sec2-slide img{
	width: 960px;
}

/****************/
.formRow-full {
    width: auto;
    margin-top: 50px;
}

#ContactForm input[type="checkbox"] {
    width: 22px;
    height: 24px;
    margin-left: 14px;
}
#ContactForm label[for="validat"] {
    font-size: 19px;
    line-height: 1.45;
}

.podtcast-nav{
    max-width: 336px;
}

.podtcast-nav-title {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 1px;
}

.podtcast-nav-title strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    max-width: 200px;
    line-height: 1.1;
    color: #ddd;
}

nav.postcast-menu ul {
    margin: 5% auto 0;
    display: flex;
    justify-content: space-between;
    max-width: 200px;
}

nav.postcast-menu ul img{
	width: 36px;
}

 nav.footer-social ul {
	margin: 6.5% auto;
} 

body.white-theme .mainSubTitle, body.dark-theme .mainSubTitle, body.white-theme .mainTitle, body.dark-theme .mainTitle, body.white-theme .sec2Title, body.dark-theme .sec2Title, body.white-theme .sec3Title , body.white-theme .sec3Title{
	text-shadow: none;
}


body.white-theme .footer {
    background-color: #eee;
}

body.white-theme #ContactForm input, body.white-theme #ContactForm select {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}

body.white-theme .sec2-circle-icon{
	border: 3px solid #000;
}

body.dark-theme .sec2-circle-icon{
	border: 3px solid #fff;
}

body.dark-theme #ContactForm input[type="submit"]{
	background: #222;
}

body.dark-theme a.sec1-btn {
    border: 1px solid #fff;
}

body.white-theme ::-webkit-input-placeholder { color: #000;  }
body.white-theme :-ms-input-placeholder { color: #000; }
body.white-theme ::placeholder { color: #000; }

body.white-theme .sec1-texts strong{
	color: #000;
}

body.white-theme .logo {
   -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
	filter: invert(100%);
}

body.white-theme a.sec2-circle.sec2-circle-1, body.white-theme a.sec2-circle.sec2-circle-2, body.white-theme a.sec2-circle.sec2-circle-3, body.dark-theme a.sec2-circle.sec2-circle-1, body.dark-theme a.sec2-circle.sec2-circle-2, body.dark-theme a.sec2-circle.sec2-circle-3 , body.dark-theme nav.footer-social ul li a {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
body.dark-theme .sec2Text strong, body.dark-theme .sec1-texts strong{
	color: #fff;
}

body.white-theme .sec2BoxSep,body.white-theme .section1 .wrapper {
    background: #fff;
}

body.dark-theme .sec2BoxSep,body.dark-theme .section1 .wrapper {
    background: #000;
}
body.dark-theme .footer{
	background: #111;
}
    


body.white-theme .slider-sec1, body.dark-theme .slider-sec1{
	display: none;
}

body.white-theme a.sec1-btn {
    border: 3px solid #000;
}

/*@media screen and (max-width: 1910px) {	
	.section1 .wrapper {
		background: url("../images/sec1_transparent.png") no-repeat left top;
	}
}*/

@media screen and (max-width: 1800px) {	
	.logo {
		margin-right: 1%;
	}
}

@media screen and (max-width: 1660px) {	
	.container {
		max-width: 94%;
	}
	
	#section1 {
		min-height: 766px;
		background-size: cover;
	}
	
	
	.mainTitle {
		margin: -110px auto 0;
	}
	
	#section2 {
		min-height: auto;
		background-size: cover;
		padding-bottom: 10%;
	}
	
	.sec2-slider {
    	margin: 10% auto 0;
	}
	
	nav.footer-menu ul {
		margin-left: 0;
	}
	
	#section3 {
		background-size: contain;
	}
}
   

@media screen and (max-width: 1500px) {	
	.container {
		width: 95%;
	}
	

	.logo {
		padding-top: 24px;
	}
	

	.logo img{
		width: 142px;
	}
	
	/*#section1, .section1 .wrapper, .slider-sec1, .slide{
		min-height: 626px;
	}*/
	
	.section1 .wrapper {
		background-size: cover;
	}
	
	.slide1, .slide2, .slide3{
		background-size: cover;
	}
	
	/*.mainTitle {
		margin: -79px auto 0;
		font-size: 80px;
	}*/
	
	.main-sub-title {
		font-size: 80px;
		font-weight: 300;
		letter-spacing: 0px;
		line-height: 0.9;
	}
	
	.sec1-texts {
		font-size: 50px;
		margin: 1% auto 0;
	}
	
	/*a.sec1-btn {
		margin: 3% auto 0;
	}*/
	
	.mainTitle {
		margin: -48px auto 0;
	}
	
	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		border: 1.5vw solid #fff;
		background-size: 9vw, cover;
	}
	
	.sec2-circles-up {
		margin: 16% auto 0;
		max-width: 90%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 8% auto 0;
		max-width: 75%;
	}
	
	#section2 {
		padding-bottom: 12%;
	}
}


@media screen and (max-width: 1222px) {	
	/*#section1{
		background: #08295f;
	}
	.section1 .wrapper{
		background: url("../images/sec1_transparent_1220.png") no-repeat left top;
		background-size: contain;
	}
	
	.slide1, .slide2, .slide3{
		background-size: contain;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 636px;
	}*/
	
	/*.mainTitle {
		margin: -75px auto 0;
	}
	
	.mainTitle, .main-sub-title{
		font-size: 76px;
	}*/
	
	.sec2-slide img {
		width: 99%;
	}
	
	.slick-prev, .slick-next {
   		bottom: -13.5%;
	}
	
	.playBtn {
		width: 16vw;
		height: 16vw;
		background-size: contain;
		top: 14vw;
		left: 33vw;
	}
	
	#section3 {
		min-height: auto;
		padding-bottom: 8%;
	}
	
	.form-container-right {
		float: none;
		border-left: 0px solid #ffffff29;
		padding-left: 0;
	}
	
	.form-container-left {
		float: none;
		margin-right: 0;
		width: auto;
	}
	
	.formRow {
		width: auto;
	}
	
	.form-container {
    	max-width: 504px;
	}
	
	#ContactForm input[type="submit"] {
		width: 100%;
	}
	
	#ContactForm label[for="migdar_other"] {
		margin-left: 0;
	}
	
	nav.footer-menu ul {
		font-size: 17px;
		width: 442px;
	}
	
	.back2Top a {
		font-size: 17px;
	}
	
	.mainTitle {
		font-size: 62px;
	}
	
	.logo {
		margin-right: 0%;
	}
	
	.thanksPage #section3 {
		background-size: contain;
	}
	
	.thanks-title {
		margin-top: 8.5%;
	}
	
	/***********************************/
	.kuhavit {
		margin-top: 7%;
	}
	
	.formRow-full {
		margin-top: 8%;
		align-items: baseline;
	}
	
	#ContactForm input[type="checkbox"] {
		width: auto;
		height: auto;
	}
	
	#ContactForm label[for="validat"] {
		font-size: 18px;
	}
}





@media screen and (max-width: 1030px) {	
	.footer {
		min-height: auto;
		padding-bottom: 1%;
	}
	.footer .container {
    	display: block;
	}
	
	nav.footer-social ul {
		width: 338px;
		margin: 17px auto 0;
	}

	.footer-social-title {
		width: 338px;
	}
	
	.back2Top {
		margin-top: 8%;
	}
	
	nav.footer-menu ul {
		font-size: 19px;
		width: 80%;
		margin: 6% auto 0;
	}
	
	#section1 {
		min-height: auto;
		background-size: cover;
		padding-bottom: 5%;
	}
	
	.logo {
		margin-right: 0%;
		text-align: center;
	}
	
	.mainTitle {
		margin: 22px auto 0;
	}
	
	.sec1-circles {
		max-width: 682px;
	}
	
	.sec2-slider {
		margin: 15% auto 0;
	}
	
	#section2 {
		padding-bottom: 17%;
	}
	/************************************/
	.podtcast-nav, .podtcast-nav-title strong {
		max-width: none;
	}
	
	nav.postcast-menu ul {
		margin: 2% auto 0;
	}
}




@media screen and (max-width: 820px) {	
	.slick-prev, .slick-next {
		bottom: -24.5%;
	}
	
	.sec2-slide img {
		width: 100%;
	}
	
	.playBtn {
		width: 20vw;
		height: 20vw;
		top: 17vw;
		left: 37vw;
	}
	
	.slick-prev {
    	right: 0;
	}
	
	.slick-next {
		right: auto;
		left: 0;
	}
	
	
	.logo img {
		width: 16vw;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 79vw;
		/*background-position: left top;*/
	}
	
	.mainTitle {
		margin: -3.0vw auto 0;
		/* font-size: 10.1vw; */
	}
	
	.mainTitle, .main-sub-title {
		font-size: 8.3vw;
		margin: 2vw auto 0;
		text-shadow: -3px 2px 2px rgba(0,0,0,0.31);
	}
	
	.sec1-circles {
		max-width: 98%;
	}
	.sec1-texts {
		font-size: 5.6vw;
		margin: 1% auto 0;
	}
	
	a.sec1-btn {
		width: 54vw;
		background: transparent  url("../images/btn_arr.png") no-repeat 8% center;
		height: 9vw;
		font-size: 3.4vw;
	}
	
	#section2 {
		padding-bottom: 28%;
	}
	
	.sec2-circles {
		margin: 12% auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr;
		grid-gap:8% 5%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 23% auto 0;
		max-width: 88%;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr  1fr 1fr;
		grid-gap: 8% 5%;
	}
	
	.sec2-circle.sec2-circle-11 {
		grid-column: 2 span;
	}	
}



@media screen and (max-width: 670px) {
	.sec1-circle {
		font-size: 4.7vw;
		width: 26vw;
		height: 26vw;
		border: 3px solid #fff;
		padding: 0% 6px;
	}
}


@media screen and (max-width: 550px) {
	.sec2-slide-video {
		max-width: 100vw;
		height: 77vh;
	}
	
	
	.sec1-line {
		margin: 7vw 0 0;
	}
	.logo img {
		width: 20vw;
	}
	
	#section1, .section1 .wrapper, .slider-sec1, .slide {
		min-height: 98vw;background-position: 25% top;
	}
	
	.mainTitle {
		margin: 1.5vw auto 0;
		/* font-size: 8.1vw; */
	}
	
	.mainTitle, .main-sub-title {
		font-size: 10.1vw;
		margin: 4.5vw auto 0;
	}
	
	.sec1-bottom-title {
		font-size: 6.3vw;
		margin: 12% auto 0;
	}
	
	.sec1-texts {
		font-size: 8.0vw;
	}
	
	.sec1-texts br:nth-of-type(3){ display: none; }
	
	a.sec1-btn {
		width: 88%;
		background: #0000  url("../images/btn_arr.png") no-repeat 9% center;
		height: 12vw;
		font-size: 5.3vw;
	}
	
	.sec2-circles-up {
		max-width: 100%;
	}
	
	.sec2-circles.sec2-circles-down {
		margin: 40% auto 0;
		max-width: 100%;
	}
	
	.sec2-circle-icon {
		height: 124px;
		width: 124px;
		border: 2px solid #FFD65A;
	}
	
	.sec2-circle-title {
		font-size: 20px;
		margin-top: 12px;
		line-height: 1.15;
	}
	
	.sec3-title {
		font-size: 6.5vw;
		line-height: 1.1;
		margin: 13% auto 0;
	}
	
	.form-container {
		max-width: 90%;
	}
	
	nav.footer-menu ul {
		font-size: 18px;
		width: auto;
		margin: 10% auto 0;
	}
	
	.back2Top {
		margin-top: 15%;
	}
	
	/*****************************/
	#ContactForm input[type="checkbox"] {
		margin-left: 8px;
	}
	
	#ContactForm label[for="validat"] {
		font-size: 16px;
	}
}



@media screen and (max-width: 480px) {	
	.container {
		width: 94%;
	}
	.kuhavit {
		margin-top: 15%;
	}
	.form-container {
    	font-size: 20px;
	}
	
	.formRow {
		display: block;
		margin-top: 4%;
	}
	
	.form-container-left .formRow:first-of-type {
		display: flex;
		margin-top: 5%;
	}
	
	.form-container-left .formRow:nth-of-type(2) {
		margin-top: 10%;
	}
	
	./*form-container-left .formRow:nth-of-type(3) {
		display: flex;
		margin-top: 10%;
	}*/
	
	#ContactForm label {
		height: auto;
		margin-bottom: 2%;
	}
	
	#ContactForm input, #ContactForm select {
		width: 100%;
		height: 53px;
	}
	
	#ContactForm select#kidumet {
		width: 28%;
	}
	#ContactForm input[type="tel"] {
		width: 70%;
	}
	.phone-container {
		width: 100%;
	}
	
	.sherut-container {
		width: 90%;
		margin-left: 0;
		margin-right: 10%;
	}
	
	.driving-container {
		width: 170px;
		margin-left: 5%;
	}
	
	.migdar-container {
		width: 80%;
		margin-left: 0;
		margin-right: 6%;
	}

	#ContactForm input[type="submit"] {
		font-size: 26px;
		height: 74px;
		background: #cd0a0a  url(../images/submit_arr.png) no-repeat 8% center;
		margin: 10% auto 0px;
	}
	
	#ContactForm label[for="sherut_ptor"] {
    	top: 0px;
	}
	
	#ContactForm label[for="sherut_ptor"] input[type="radio"] {
		top: -2px;
	}

	#section3 {
		padding-bottom: 20%;
		background-size: contain;
	}
	
	nav.footer-menu ul {
		font-size: 15px;
		margin: 16% auto 0;
	}
	
	.form-container {
    	margin: 6% auto 0;
	}
	
	.sec3-title {
		font-size: 7.0vw;
		line-height: 1.2;
		margin: 20% auto 0;
	}
	
	#section2 {
		padding-bottom: 30%;
		/*background-size: cover;*/
	}
	
	.sec2-circles {
		margin: 15% auto 0;
	}
	
	a.sec2-circle, a.sec2-circle.sec2-circle-2, a.sec2-circle.sec2-circle-3 {
		width: 46vw;
		height: 46vw;
		background-size: 19vw, cover;
		border: 2.6vw solid #fff;
	}
	
	.thanks-title {
		font-size: 11vw;
		margin-top: 25.5%;
	}
	
	.logo {
		padding-top: 4px;
	}
		
	.sec2-circle-icon {
		height: 112px;
		width: 112px;
	}

	/********************/
	.formRow.formRow-full {
		display: flex;
		margin-top: 10%;
	}
	
	.inputfile + label {
		width: 100%;
	}
}





@media screen and (max-width: 400px) {
	ul.top-menu {
    	font-size: 12px;
	}
}














