@font-face {
	font-family: 'almoni';
	src: url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-400.eot');
	src: url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-400.woff') format('woff'),
		url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-400.ttf') format('truetype'),
		url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-400.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'almoni';
	src: url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-700.eot');
	src: url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-700.woff') format('woff'),
		url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-700.ttf') format('truetype'),
		url('/wp-content/themes/ruachtova/fonts/almoni-dl-aaa-700.svg') format('svg');
	font-weight: 700;
	font-style: normal;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	font-family: 'almoni', arial, sans-serif;
	overflow: hidden;
	box-sizing: border-box;
}

body {
	/*background: url('img/iframe-border.svg') no-repeat center;*/
	background-size: contain;
	/*padding: 15px 28px 21px;*/
	background: url('/wp-content/themes/ruachtova/src/images/svg/steps-section-bg.svg');
	padding: 7px;
}
.iframe-wrapper.ynet{
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 5%;
}
.navbar.navbar-custom {
	min-height: auto;
}
.navbar-custom {
	text-align: center;
	color: #000000;
	margin: 0 0 10px;
}
.navbar-custom::before {
	content: none;
}
.navbar-custom h2 {
	/*margin-top: 10px;*/
	margin: 0;
}
.select-wrapper {
	position: relative;
	margin: 0 0 5px;
}
.select-wrapper::before, .select-wrapper::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-size: 100%;
}
.select-wrapper.changed-select::before {
	content: none;
}

.district-wrapper::before {
	width: 12px;
	height: 16px;
	background-image: url('img/district-icon.svg');
	/*right: 30px;*/
	right: calc(50% - 87px);
}
.category-wrapper::before {
	width: 22px;
	height: 24px;
	background-image: url('img/category-icon.svg');
	/*right: 24px;*/
	right: calc(50% - 84px);
}

.select-wrapper::after {
	left: 13px;
	width: 10px;
	height: 7px;
	background-image: url('img/white-arrow.svg');
	pointer-events: none;
}
.select-wrapper.is-focus::after {
	transform: translateY(-50%) rotateZ(180deg) ;
}
.btn-custom, .btn-custom2 {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	height: auto;
	border-radius: 0;
}

.btn-custom {
	background-color: #298cca;
	outline: none !important;
	text-align: start;
}
.district-wrapper select {
	padding-right: calc(50% - 68px);
}
.category-wrapper select {
	padding-right: calc(50% - 55px);
}
.select-wrapper.changed-select select {
	padding-right: 12px;
	text-align: center;
}

.btn-custom2 {
	background-color: #99ca4d;
	margin: 16px 0 0;
}

.btn-custom:active, .btn-custom:hover, .btn-custom:focus {
	color: #FFF;
	outline: none;
}

.btn-custom2:active, .btn-custom2:hover, .btn-custom2:focus {
	color: #FFF;
}
option {
	color: #000;
	background: #fff;
}
img.caret-img {
	position: absolute;
	top: 40%;
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	outline: none;
}

.shr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo-wrapper {
	width: 85px;
	margin: 0 auto 20px;
}
.btn {
	border: 0;
}
.form-control:focus {
	border: none;
	box-shadow: none;
	outline: none;
}
.btn:active:focus, .btn:focus {
	outline: none;
}
@media ( min-width :992px) {
	.nopadr {
		padding-right: 0px;
	}
	.nopadl {
		padding-left: 0px;
	}
}

.number-div {
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -2em;
	margin-top: -7px;
	color: #32B1CA;
}

@media ( max-width :480px) {
	.number-div {
		margin-right: 0px;
		margin-top: 0px;
	}
	h1 {
		font-size: 28px;
		margin-top: 10px;
	}
}

h1.last {
	margin-top: 0px;
}

h4 {
	font-size: 16px;
}

/*.submit-div {*/
/*	margin-top: 8px;*/
/*}*/

.no-pad-l {
	padding-left: 5px;
	padding-right: 30px;
}

/*.navbar {*/
/*	min-height: 30px;*/
/*}*/

h4.top-nav-text {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.6px;
	/* font-size: 20px; */
	/* font-weight: bold; */
}

@media  (min-width:481px) and (max-width :490px) {
	.number-div{
		margin-right: -1em;
		margin-top: -15px;
	}
	h1.last {
		margin-top: 12px;
	}
	h4.top-nav-text {
		margin: 30px 0px 7px 0px;
	}
}