* {
	font-family: 'Rubik', arial, sans-serif;
}

/**/

figure {
	margin: 0;
}

@media (min-width: 1200px) {
	.container {
		width: 1199px;
		max-width: 100%;
	}
}

/**/

.btn-primary,
.btn-primary:hover {
	color: #fff;
	background-color: #65ab98;
	border-color: #65ab98;
	border-radius: 8px;
}

.btgrid .col-md-3:nth-of-type(2) .btn-primary,
.btgrid .col-md-3:nth-of-type(2) .btn-primary:hover {
	color: #000;
	background-color: #f9b54f;
	border-color: #f9b54f;
}

.btgrid .col-md-3:nth-of-type(1) .btn-primary,
.btgrid .col-md-3:nth-of-type(1) .btn-primary:hover {
	color: #fff;
	background-color: #d18ba7;
	border-color: #d18ba7;
}

body {
	margin: 0;
	padding: 0;
	padding-top: 100px;
	background-image: url(images/bg-vector.png);
}

/**/

a {
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

/* Header */

.header {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	height: 100px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
}

@media (max-width: 991px) {
	.header {
		position: fixed;
	}

	.header.offset {}
}

.header a {
	color: inherit;
}

/* Logo */

@media (min-width: 1200px) {
	.header .logo {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		z-index: 3;
		width: 240px;
		height: 170px;
		padding-top: 10px;
		padding-right: 30px;
	}

	.header .logo:before {
		content: '';
		display: block;
		border-radius: 50%;
		width: 260px;
		height: 220px;
		position: absolute;
		top: -48px;
		right: -27px;
		z-index: -1;
		transform: rotate(-13deg);
		background: #fff;
		box-shadow: 0 0 20px rgb(0 0 0 / 20%);
	}

	.header .logo img {
		display: block;
		height: 156px;
		border-radius: 50%;
	}
}

@media (max-width: 1199px) {
	.header .logo {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		z-index: 3;
		padding: 15px;
	}

	.header .logo img {
		display: block;
		height: 70px;
	}
}

/* Navigation */

.header nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header nav a {
	color: inherit;
}

.header nav a.on,
.header nav li.on > span > a {
	font-weight: bold;
}

.header nav button {
	display: none;
}

@media (min-width: 992px) {
	.header .navigation {
		text-align: center;
	}

	.header nav > ul {
		text-align: center;
		display: inline-block;
		position: relative;
	}

	.header nav li:hover > ul {
		display: block;
	}

	.header nav > ul > li {
		display: inline-block;
	}

	.header nav > ul > li > span > a {
		display: block;
		padding: 2.24rem 0;
		font-size: 1.2rem;
		color: #000;
		margin: 0 1rem;
		position: relative
	}

	.header nav > ul > li > span > a:before {
		display: block;
		content: '';
		position: absolute;
		bottom: 30px;
		right: 0;
		width: 100%;
		height: 2px;

	}

	.header nav > ul > li:nth-child(6n + 1) > span > a:before {
		background: #6bab97;
	}

	.header nav > ul > li:nth-child(6n + 2) > span > a:before {
		background: #d1868e;
	}

	.header nav > ul > li:nth-child(6n + 3) > span > a:before {
		background: #79b7d1;
	}

	.header nav > ul > li:nth-child(6n + 4) > span > a:before {
		background: #d0af7a;
	}

	.header nav > ul > li:nth-child(6n + 5) > span > a:before {
		background: #cf8ba8;
	}

	.header nav > ul > li:nth-child(6n + 6) > span > a:before {
		background: #b094c6;
	}

	@media (max-width:1500px) {
		.header nav > ul > li > span > a {
			font-size: 1rem;
			margin: 0px 0.3rem;
		}
	}

	@media (max-width: 1280px) {
		.header nav > ul {
			margin-right: 350px;
		}

		.header nav > ul > li > span > a {
			padding: 1.3rem 0;
		}
	}

	.header nav > ul > li > span > a:hover,
	.header nav > ul > li:hover > span > a {
		text-decoration: none;
		color: #000;
	}

	.header nav > ul > li.on > span > a,
	.header nav > ul > li > span > a.on {}

	.header nav > ul > li > ul {
		display: none;

		text-align: right;
		position: absolute;
		top: 87%;
		right: 0;
		z-index: -1;
		width: 100%;
		background: #fefefe;
		color: #000;
		padding: 2rem;
		backface-visibility: hidden;
		transform: translateZ(0);
		-webkit-font-smoothing: subpixel-antialiased;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);

	}

	.header nav > ul > li:hover > ul {
		-webkit-columns: 2;
		/* Chrome, Safari, Opera */
		-moz-columns: 2;
		/* Firefox */
		columns: 2;
		border-radius: 15px;
	}

	.header nav > ul > li > ul > li {
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		column-break-inside: avoid;
		padding: .75rem;
	}

	.header nav > ul > li > ul > li > span > a {
		font-size: 1.2rem;
	}

	.header nav > ul > li > ul > li > span > a > em.arrow {
		content: '';
		font-family: 'FontAwesome';
		font-style: normal;
	}

	.header nav > ul > li > ul > li > span > a > em.arrow:before {
		content: '\f104';
	}
}

@media (max-width: 1280px) {
	.header .navigation {
		display: none;
	}
}

/**/

.header .partners {
	position: absolute;
	top: 32px;
	left: 100px;
	left: 30px;

	& span {}

	& a:hover img {
		transform: scale(1.2);
	}

	& img {
		transition: all 0.2s ease;
		height: 40px;
		margin-right: 20px;
	}
}



/* Mobile Navigation  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.mobile-navigation {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background: #f1f1f1;
	z-index: 9999999;

	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;

	visibility: hidden;

	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.mobile-navigation.open {
	left: 0;
	visibility: visible;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}

.mobile-navigation .content {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}

.mobile-navigation .content .head {
	width: 100%;
	text-align: left;
	margin-bottom: -1rem;
}

.mobile-navigation .content .head .button {
	padding: 10px 15px;
	background: #333;
	color: #fff;
	border: 0;
	font-size: 20px;
	margin: 1rem;
}

.mobile-navigation nav {
	margin: 1rem;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-navigation nav a {
	color: inherit;
}

.mobile-navigation nav a.on,
.mobile-navigation nav li.on > span > a {
	font-weight: bold;
}

.mobile-navigation nav button {
	display: none;
}

.mobile-navigation nav ul ul {
	display: none;
}

.mobile-navigation nav li {
	border-bottom: 1px solid #ddd;
}

.mobile-navigation nav li > span {
	display: block;
	position: relative;
}

.mobile-navigation nav ul ul {
	background: rgba(0, 0, 0, 0.02);
}

.mobile-navigation nav button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}

.mobile-navigation nav a {
	display: block;
	padding: 15px;
	margin-right: 48px;
}

.mobile-navigation nav .toggle-sub-menu {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	overflow: hidden;

	padding: 0 15px;
	background: none;
	border: 0;
	background: rgba(0, 0, 0, 0.02);
	color: inherit;

	font-family: 'FontAwesome';
	font-style: normal;
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu:after {
	content: '\f053';
}

.mobile-navigation nav .toggle-sub-menu.opened:after {
	content: '\f078';
}

.mobile-navigation nav .toggle-sub-menu.no-sub-menu:after {
	content: '\f111';
	font-size: 80%;
}

.mobile-navigation nav .toggle-sub-menu.external-link:after {
	content: '\f08e';
}

.mobile-navigation-search {
	position: relative;
	margin: 1rem;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.mobile-navigation-search input {
	display: block;
	width: 100%;
	padding: 1rem;
	background: #fff;
	border: 0;
}

.mobile-navigation-search button {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: none;
	border: 0;
	padding: 0 1rem;
}

.mobile-navigation {
	background: #e86b64;
	border-right: 2px solid #fff;
}

.mobile-navigation .content .head .button {
	background: #fff;
	color: #e86b64;
}

/* Search */

a.search {
	position: absolute;
	top: 20px;
	left: 0;
	background: #e86b64;
	color: #fff;
	font-size: 1.2rem;
	padding: 1rem 1.5rem;
	border-radius: 0 2rem 2rem 0;

	display: none;
}

@media (max-width: 1280px) {
	a.search {
		display: none;
	}
}

/* Header Search */

.header-search {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #e86b64;
	color: #fff;
	display: none;
	padding: 3rem;
	text-align: center;
}

@media (max-width: 1280px) {
	.header-search {
		padding-top: 50px;
	}

	.header-search h2 {
		font-size: 1.4rem;
		margin-top: 50px;
	}
}


.header-search .close {
	position: absolute;
	top: 30px;
	right: 30px;
	color: #fff;
	font-size: 50px;
}

.header-search form .content {
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	margin-top: 2.3rem;
}

@media (max-width: 1280px) {
	.header-search form .content {
		margin-top: 0;
	}
}

.header-search form input {
	width: 100%;
	background: #fff;
	border: 0;
	padding: .75rem;
	font-size: 1.2rem;
}

.header-search form button {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 1rem;
	background: none;
	border: 0;
}

.header-search button.submit {}

.header-search button.submit:hover {
	color: #754c29;
}

/* Toggle Navigation Button */

a.toggle-nav {
	display: none;
}

@media (max-width:1280px) {
	a.toggle-nav {
		position: absolute;
		top: 20px;
		left: 0;
		background: #e86b64;
		color: #fff;
		font-size: 1.2rem;
		padding: 1rem 1.5rem;
		border-radius: 0 2rem 2rem 0;
		display: block;
		color: #fff;
	}
}

/* Footer */

.footer {
	padding: 2.5rem 0;
	background: #fff;
	border-top: 1px solid #ddd;
}

.footer p:last-child {
	margin: 0;
}

@media (max-width: 991px) {
	.footer {
		text-align: center;
	}
}

@media (min-width: 992px) {
	.footer .nagish-icon {
		float: left;
	}
}



/**/

.page-header {
	height: 360px;

	background-repeat: repeat-x;
	background-position: center center;

	background-size: cover;

	position: relative;

	z-index: -1;

	background-image: url(images/panorama.png);
}

.page-header .overlay {}

/**/


.page-content {
	background: #fff;
}

@media (min-width: 992px) {
	.page-content {
		margin-top: -7.55rem;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
		border-top-right-radius: 15px;
		border-top-left-radius: 15px;
		overflow: hidden;
	}
}

.img-fluid {
	border-radius: 15px;
}

@media (max-width: 991px) {
	.page-content {
		margin: 0 -15px;
	}
}

.page-content-head {
	background: #f9b13d;
	color: #000;
	padding: 1.5rem;
	position: relative;
}

@media (max-width: 991px) {
	.page-content-head {
		padding: 1rem;
	}
}

.page-content-head h1 {
	margin: 0;
}

.page-content-head a {
	color: rgba(255, 255, 255, 0.8);
}

.page-content-head button {
	display: none;
}

@media (max-width: 991px) {
	.page-content-head button {
		display: block;
		background: none;
		border: 0;
		padding: 0;
		position: absolute;
		left: 15px;
		bottom: 1rem;
		color: #fff;
		font-size: 2rem;
	}

	.page-content-head button em:before {
		content: "\f13a";
	}

	.page-content-head button.opened em:before {
		content: "\f139";
	}
}

.page-content-body {
	padding: 1.5rem;
	min-height: 20rem;
}

@media (max-width: 991px) {
	.page-content-body {
		padding: 1rem;
	}
}

.page-content-nav {
	display: none;
}

.page-content-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-content-nav ul > li {
	border-bottom: 1px solid #ddd;
}

.page-content-nav ul > li a {
	padding: 1rem;
	display: block;
}


/* Breadcrumbs */

.breadcrumbs {
	color: inherit;
}

.breadcrumbs a {
	color: inherit;
	display: inline-block;
	max-width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1rem;
	vertical-align: top;
}


.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumbs ul > li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs ul > li:after {
	font-family: 'FontAwesome';
	content: '\f104';
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
}

.breadcrumbs ul > li:last-child:after {
	content: '';
	padding: 0;
}

/**/

/**/

.skip-ad {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;

}

.skip-ad .skip-ad-container {
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
}

.skip-ad .skip-ad-content {
	margin-top: 80px;
}

.skip-ad .skip-ad-content .msg {
	background: #fff;
	padding: 30px;
}

.skip-ad img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.skip-ad .skip-ad-close {
	position: fixed;
	top: 30px;
	width: 100%;
	text-align: left;
}

.skip-ad #close-skip-ad {
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
	border-radius: 5px;
}

.skip-ad #close-skip-ad:focus,
.skip-ad #close-skip-ad:hover {
	background: red;
	color: #000;
}

/**/

@media print {
	.page-content {
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}

	.header,
	.blocks-skip,
	#bNagish,
	.mobile-navigation-container,
	.page-header,
	.social-share,
	.footer,
	.skip {
		display: none;
	}
}

/**/

@media (min-width: 768px) {
	.icon.whatsapp {
		display: none;
	}
}

/**/

.rich-content h2,
.rich-content h3,
.rich-content h4,
.rich-content h5,
.rich-content h6 {
	margin-bottom: 1rem;
}

.rich-content h2 {
	background: #a5c642;
	background: #79b5cf;
	color: #000;
	padding: .75rem;
	font-size: 1.3rem;
}

.rich-content h3 {
	color: #a5c642;
}

/**/

.rich-content .contact-man {
	display: block;
	color: inherit;
	border-right: 3px solid #2379b1;
	background: #f1f1f1;
	padding: 1.5rem;
}

.rich-content .contact-man .contact-name {
	font-size: 1.5rem;
}

/**/

.toc-container {
	border: 1px solid #ddd;
	background: #f1f1f1;
	display: inline-block;
	padding: .5rem;
}

.toc-toggle a span {
	display: none;
}

.toc-toggle a:before {
	content: 'הצג';
}

.toc-container.active .toc-toggle a:before {
	content: 'הסתר';
}

.toc-expendable {
	display: none;
}

.toc-expendable ol {
	margin: 0;
	margin-top: 1rem;
}

/**/

.bNagish-toggle {
	bottom: 20px;
	top: auto;
	left: 20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.bNagish-toggle:hover .text,
.bNagish-toggle:focus .text {
	top: -999px;
}

/**/

.social {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 20px;
	padding-left: 60px;
	background: #e0f7ff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	border-radius: 0 2rem 0 0;
	z-index: 9;
}

.social a {
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	margin-left: 15px;
	width: 40px;
	height: 40px;
	background: #111;
	border-radius: 50px;
}

.social a img {
	height: 20px;
}

.social a.instagram {
	background: #d614b3;
}

.social a.whatsapp {
	background: #56a22d;
}

.social a.facebook {
	background: #0d63ba;
}


/**/

.table-responsive {
	display: table;
}

@media (max-width: 991px) {
	.table-responsive {
		display: block;
	}
}

.table {
	border: 1px solid #e9ecef;
}

thead {
	font-weight: bold;
}

.table td,
.table th {
	padding: .5rem;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 0;
	font-weight: normal;
	border-color: #fff;
}

.table thead th {
	background: #65ab98;
}

.table thead th:first-child {
	border-radius: 0 10px 0 0;
}

.table thead th:last-child {
	border-radius: 10px 0 0 0;
}

.table caption {
	padding: .75rem;
	color: #000;
	caption-side: top;
	font-size: 1.3rem;
}

.root-page-29 .table caption {
	background: #82cfca;
	color: #000;
}

.root-page-137 .table caption {
	background: #c47593;
	color: #000;
}

.root-page-47 .table caption {
	background: #b6cee6;
	color: #000;
}

.root-page-138 .table caption {
	background: #e48140;
	color: #000;
}

/*
.root-page-29 .table thead th {
    background: #82cfca;
    color: #000;
}

.root-page-137 .table thead th {
    background: #c47593;
    color: #000;
}

.root-page-47 .table thead th {
    background: #b6cee6;
    color: #000;
}

.root-page-138 .table thead th {
    background: #e48140;
    color: #000;
}*/

.table-bordered thead td,
.table-bordered thead th {
	border-bottom-width: 2px;
	background: #ddd;
}

.table-bordered td,
.table-bordered th {
	border: 2px solid #fff;
	background: #f1f1f1;
}

/**/

/*.root-page-225 .page-content-head {*/
/*	background: #c47593;*/
/*}*/
/*.root-page-226 .page-content-head {*/
/*	background: #62aac9;*/
/*	color: #000;*/
/*}*/

/**/

.download-app-message {
	display: none;
}

/*
@media (max-width: 768px) {
	body {
		margin-bottom: 100px;
	}
	
	.download-app-message {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		text-align: center;
		display: block;
		padding: .75rem;
	}
}
*/

/**/




/* Social Sharing Buttons */

.social-share {
	font-size: 16px;
	text-align: center;
	margin: 1.5rem;
}

.social-share a {
	min-width: 40px;
	text-align: center;
	display: inline-block;
}



/* InPage Navigation */
.sub-pages-nav.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.sub-pages-nav {
		margin: 0 auto;
	}
}

.sub-pages-nav ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
}

@media (max-width: 768px) {
	.sub-pages-nav ul {
		margin: 0;
	}
}

.sub-pages-nav ul ul {
	display: none;
}

.sub-pages-nav ul > li {
	width: 25%;
	float: right;
	position: relative;
	padding: 1rem;
}

.page-279 .sub-pages-nav ul > li {
	width: 25%;
}

@media (max-width: 768px) {
	.sub-pages-nav ul > li {
		width: 50%;
	}
}

.sub-pages-nav a {
	/*display: block;*/
	/*color: inherit;*/
	/*background: #79b5cf;*/
	/*color: #000;*/
	/*padding: 1rem;*/
	/*text-align: center;*/
	/*font-size: 1.2rem;*/
	/*line-height: 1.1rem;*/
	/*height: 160px;*/
	/*position: relative;*/
	/*border-radius:15px;*/
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	border: 1px solid #00aeef;
	border-radius: 30px;
	color: #0056b3;
	padding: 1rem 1rem 1rem;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1;
	height: 195px;
	position: relative;
	box-shadow: 0 0 26px rgb(0 0 0 / 13%);
}

.sub-pages-nav a:hover {
	background: #6498ae;
}

.html-root-page-138 .sub-pages-nav a {
	background: #2a7d40;
}

.html-root-page-138 .sub-pages-nav a:hover {
	background: #72be44;
}

.sub-pages-nav.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-nav a span {
	/*position: absolute;*/
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
	padding: 0.7rem .5rem;
	max-height: 4rem;
	font-size: 1.1rem;
	padding-top: 2.5rem;
}

.sub-pages-nav ul > li {
	width: 20%;
	float: right;
	position: relative;
	padding: 1rem;
}

.sub-pages-nav a .icon {

	height: 80px;
	margin-bottom: 0.5rem;
	display: block;
	position: relative;
	padding-top: 1rem;
}

.sub-pages-nav a .icon img {
	max-width: 100%;
	max-height: 75px;
}

.sub-pages-nav .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #657177;
	display: none;
}

.sub-pages-nav .arrow:before {
	content: '\f104';
}



.sub-pages-hugim.outside {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.sub-pages-hugim ul {
	list-style: none;
	padding: 0;
	margin: 0 -1rem;
}

.sub-pages-hugim ul ul {
	display: none;
}

.sub-pages-hugim ul > li {
	width: 50%;
	float: right;
	position: relative;
	padding: 1rem;
}

@media (max-width: 768px) {
	.sub-pages-hugim ul > li {
		width: 100%;
	}
}

.sub-pages-hugim a {
	display: block;
	color: inherit;
	border-radius: .75rem;
	background: #ffffff;
	padding: .75rem 1.25rem;
	font-size: 1.3em;
	border-right: 4px solid #124e8f;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sub-pages-hugim.outside a {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sub-pages-hugim .arrow {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #124e8f;
}

.sub-pages-hugim .arrow:before {
	content: '\f104';
}


.sub-pages-hugim ul > li:nth-child(5n+1) a {
	border-right: 4px solid #f37107;
}

.sub-pages-hugim ul > li:nth-child(5n+2) a {
	border-right: 4px solid #49bf58;
}

.sub-pages-hugim ul > li:nth-child(5n+3) a {
	border-right: 4px solid #25bce6;
}

.sub-pages-hugim ul > li:nth-child(5n+4) a {
	border-right: 4px solid #fcaf0d;
}

.sub-pages-hugim ul > li:nth-child(5n+5) a {
	border-right: 4px solid #945924;
}

.sub-pages-hugim ul > li:nth-child(5n+1) .arrow {
	color: #f37107;
}

.sub-pages-hugim ul > li:nth-child(5n+2) .arrow {
	color: #49bf58;
}

.sub-pages-hugim ul > li:nth-child(5n+3) .arrow {
	color: #25bce6;
}

.sub-pages-hugim ul > li:nth-child(5n+4) .arrow {
	color: #fcaf0d;
}

.sub-pages-hugim ul > li:nth-child(5n+5) .arrow {
	color: #945924;
}

.white-popup-block {
	background: #FFF;
	padding: 20px 30px;
	text-align: right;
	max-width: 760px;
	margin: 40px auto;
	position: relative;
}

@media (max-width:991px) {
	.sub-pages-nav ul > li {
		width: 48%;
	}
}