/*
Theme Name: rubin
Theme URI: http://webstick.co.il
Description: Developed by <a href="https://webstick.co.il/">Webstick</a>.
Version: 1.2
Author: <a href="https://webstick.co.il/">Webstick</a>
Author URI: https://webstick.co.il/
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
font,
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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

a {
	text-decoration: none;
}


/* =General
-------------------------------------------------------------- */

html {
	margin-top: 0 !important;
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
}


b,
strong {
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
	text-decoration: none;
}

* {
	box-sizing: border-box;
}

*:focus {
	outline: 0;
}

a {
	color: inherit;
}

.site-width {
	position: relative;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.inner-width {
	position: relative;
	width: 100%;
	max-width: 992px;
	margin: 0 auto;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.trnsf-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.center {
	text-align: center;
}

.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mobile-only {
	display: none;
}

.desktop-only {
	display: block;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 66px;
}

td,
th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
	font-weight: 300;
	line-height: 140.1%;
}

th {
	font-weight: 500;
}

body,
input,
textarea,
address,
a {
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.67;
	color: #343433;
	font-style: normal;
}

h1,
h2,
h3 {
	font-family: 'Karantina', cursive;
	font-weight: 700;
	font-size: 80px;
	line-height: 0.8;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

h4,
h5 {
	font-family: 'Heebo', sans-serif;
	font-size: 24px;
	font-weight: 900;
}

p,
a,
button,
table {
	font-family: 'Heebo', sans-serif;
	font-weight: 300;
}

section {
	padding: 82px 0 77px;
}

.f-heebo {
	font-family: 'Heebo', sans-serif;
}

.f-karant {
	font-family: 'Karantina', cursive;
}

.subtitle {
	font-size: 24px;
	line-height: 1.25;
}

.flex.center {
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.close {
	position: absolute;
	right: 71%;
	top: 14px;
	width: 19px;
	height: 19px;
}

.close:before,
.close:after {
	position: absolute;
	left: 9px;
	content: ' ';
	height: 20px;
	width: 4px;
	background-color: #344975;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

.bottom-footer-strip {
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 50%;
	right: 50%;
	transform: translate(50%, 50%);
	width: 100%;
	height: 45px;
	height: 8%;
	height: 10%;
	background-color: #f4f8ff;
}

.bottom-footer-strip img {
	vertical-align: bottom;
}

.blue-button {
	background-color: #344975;
	border: 1px solid #344975;
	width: 100%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.transp-btn {
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	border: 1px solid #344975;
	padding: 3px 25px;
	color: #fff;
	display: inline-block;
}

.transp-btn.white {
	font-weight: 300;
	border: 1px solid #fff;
	padding: 5px 29px;
	font-size: 18px;
}

.transp-btn.white:hover {
	background-color: #344975;
	border: 1px solid #344975;
}

.transp-btn.blue {
	color: #344975;
	background-color: #fff;
	font-weight: bold;
}

.transp-btn.blue:hover {
	background-color: #344975;
	color: #fff;
}

#hero {
	margin-top: 101px;
}

.decoration-blue-box {
	position: absolute;
	z-index: 2;
	bottom: -15px;
}

.decoration-blue-box:after {
	content: '';
	position: absolute;
	background-color: #344975;
}

a.see-all {
	font-size: 24px;
	margin-bottom: 1px;
	display: block;
	color: #344975;
	font-weight: bold;
	letter-spacing: 0.58px;
}

a.see-all:hover {
	color: #000;
}

.blue-strip {
	background-color: #344975;
	position: relative;
	color: #fff;
}

/* -------------------------- header & footer -------------------------- */

#header {
	color: #343433;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	transition: all .3s ease-out;
	background-color: #fff;
}

#header .container {
	flex-wrap: nowrap;
}

#header .logo-container {
	width: 212px;
	height: 101px;
}

#header .logo-container .logo-img {
	max-width: 212px;
	width: 100%;
	object-fit: cover;
	height: auto;
}

#header .menu-wrapper {
	flex: auto;
	padding-right: 41px;
	padding-right: 2.5%;
	width: 100%;
	max-width: 1080px;
}

body:not(.rtl) #header .menu-wrapper {
    padding-left: 2.5%;
	padding-right: 0;
}

#header ul[id*="menu-header-menu"] {
	padding-top: 39px;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

ul[id*="menu-header-menu"]>.menu-item {
	margin-left: 39px;
	margin-left: 2.04vw;
}

body:not(.rtl) ul[id*="menu-header-menu"]>.menu-item {
	margin-left: 0;
	margin-right: 2.04vw;
}

html[lang="ru-RU"] li.menu-item a {
    font-size: clamp(13px, 0.8vw, 16px);
}

ul[id*="menu-header-menu"] .menu-item-has-children {
	padding-left: 15px;
	position: relative;
}

body:not(.rtl) ul[id*="menu-header-menu"] .menu-item-has-children {
    padding-left: 0;
    padding-right: 15px;
    margin-left: 0;
    margin-right: 2.04vw;
}

ul[id*="menu-header-menu"] .menu-item-has-children:before {
	content: '';
	display: block;
	position: absolute;
	top: 45%;
	border: 1px solid #343433;
	width: 6px;
	height: 6px;
	transform: translateY(-50%) rotate(135deg);
	left: 2px;
	border-left: 0;
	border-bottom: 0;
}

body:not(.rtl) ul[id*="menu-header-menu"] .menu-item-has-children:before {
    left: unset;
    right: 2px;
}

body:not(.rtl) .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	right: unset;
    width: 100% !important;
    text-align: left;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    width: 100%;
}

@media (min-width: 1350px) {
	ul[id*="menu-header-menu"] .menu-item-has-children:hover ul.sub-menu {
		display: block;
	}

	body:not(.rtl) ul[id*="menu-header-menu"] .menu-item ul.sub-menu {
		right: unset;
		left: 50%;
		transform: translateX(-50%);
	}

	body:not(.rtl) ul[id*="menu-header-menu"] .menu-item ul.sub-menu:before {
		left: 50%;
		right: unset;
		transform: translate(-50%, -50%);
	}

	ul[id*="menu-header-menu"] .menu-item-has-children:hover:before {
		transform: translateY(-50%) rotate(-45deg);
		top: 60%;
	}
}

ul[id*="menu-header-menu"] .menu-item ul.sub-menu {
	display: none;
	top: 35px;
	background-color: #fff;
	position: absolute;
	transform: translate(50%, 0%);
	width: 100%;
	right: -41px;
	right: 50%;
	left: 0;
	text-align: center;
	-webkit-box-shadow: 0px -10px 10px -1px rgb(52 73 117 / 16%);
	box-shadow: 0px -3px 10px -1px rgb(52 73 117 / 16%);
	width: 201px;
	padding: 17px 0 19px;
	border-top: 3px solid #344975;
}

ul[id*="menu-header-menu"] .menu-item ul.sub-menu:before {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	border-bottom: 14px solid #344975;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

ul[id*="menu-header-menu"] li:hover>a {
	color: #344975;
	/* font-weight: bold; */
	text-shadow: 0px 0px 0.99px #344975, 0 0 0.99px #344975;
}

ul[id*="menu-header-menu"] .menu-item ul.sub-menu li:first-child a {
	border-top: none;
	margin-bottom: 6px;
}

ul[id*="menu-header-menu"] .menu-item ul.sub-menu a {
	padding: 7px 0 0;
	display: block;
	margin: 0 16px 13px;
	border-top: 1px solid #e3e3e3;
}

#header .header-contact-wrapper {
	max-width: 305px;
	width: 100%;
}

#header .header-contact-wrapper .block {
	width: 150px;
	padding-top: 39px;
	text-align: center;
}

body:not(.rtl) #header .header-contact-wrapper .block  {
	direction: rtl;
}

#header .header-contact-wrapper .block svg.phone-icon {
	display: inline-block;
	margin-right: 8px;
}

#header .header-contact-wrapper .block a {
	display: inline-block;
}

svg.phone-icon,
svg.house-icon {
	width: 17px;
	height: 17px;
}

svg.email-icon {
	width: 20px;
	height: 15px;
}

#header .separator {
	position: relative;
}

#header .separator:before {
	content: '';
	position: absolute;
	left: 0;
	background-color: #ececec;
	width: 1px;
	height: 100%;
}

#header_lang>div {
	display: flex;
	justify-content: center;
}

#header_lang>div>ul>li {
	position: relative;
}

#header_lang>div>ul>li>ul {
	width: fit-content;
}

/* footer */
#footer {
	padding: 111px 0;
}

#footer h4 {
	font-size: 30px;
	line-height: 0.87;
	letter-spacing: 0.75px;
	font-family: 'Karantina', cursive;
	margin-bottom: 7px;
}

#footer h5 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.08;
	letter-spacing: 0.6px;
	font-family: 'Karantina', cursive;
	margin-bottom: 5px;
}

#footer .contact-block {
	width: 22%;
}

#footer .contact-block a,
#footer .contact-block address {
	font-size: 14px;
	display: block;
}

#footer .facebook {
	margin-top: 8px;
}

#footer .facebook svg {
	fill: #344975;
	width: 26px;
	height: 25px;
}

#footer .contact-us {
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#footer .menu-wrapper {
	width: 53%;
}

#footer #menu-footer-menu {
	width: 100%;
	justify-content: flex-start;
}

#footer #menu-footer-menu>li {
	width: 28.5%;
	padding-right: 2.5%;
	position: relative;
}

#footer #menu-footer-menu>li {
    padding-left: 2.5%;
}

body:not(.rtl) #footer #menu-footer-menu>li:after {
    right: unset;
    left: 0;
}

#footer #menu-footer-menu>li:nth-child(2) {
	width: 31%;
}

#footer #menu-footer-menu>li:after {
	content: '';
	background-color: #344975;
	width: 7px;
	height: 87%;
	right: 0;
	top: 6px;
	position: absolute;
}

#footer #menu-footer-menu li a {
	display: block;
	font-weight: bold;
	line-height: 1.33;
	margin-bottom: 13px;
}

#footer .powered-designed span {
	display: block;
}

#footer .contact-us .rounded-icon {
	padding: 22px 8px;
	width: 103px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 50%;
	-webkit-box-shadow: -8px 6px 35px -1px rgb(0 0 0 / 37%);
	box-shadow: -12px 14px 44px 1px rgb(0 0 0 / 16%);
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	position: fixed;
	left: 8%;
	bottom: 16vh;
	bottom: 10px;
	z-index: 2;
	background-color: #fff;
	cursor: pointer;
}

body:not(.rtl) #footer .contact-us .rounded-icon {
    width: 120px;
    height: 120px;
}

#footer .contact-us .rounded-icon:hover {
	background-color: #344975;
	color: #fff;
}

#footer .contact-us .rounded-icon img,
#footer .contact-us .rounded-icon svg {
	fill: #344975;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 29px;
}

#footer .contact-us .rounded-icon:hover svg {
	fill: #fff;
}

#footer .powered-designed {
	text-align: left;
	font-weight: normal;
}

#footer .powered-designed span a img.logo {
	width: 18px;
}

#footer .contact-us .popup-box {
	padding: 42px 60px 49px;
	-webkit-box-shadow: -8px 6px 35px -1px rgb(0 0 0 / 37%);
	box-shadow: -12px 14px 44px 1px rgb(0 0 0 / 16%);
	width: 391px;
	position: fixed;
	bottom: 196px;
	bottom: 28px;
	left: 8%;
	z-index: 2;
	background-color: #fff;
	display: none;
}

#footer .contact-icon {
	position: relative;
}

#footer .popup-box .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	color: #344975;
	font-family: Heebo;
	margin-bottom: 17px;
}

#footer .popup-box .subtitle {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
}

#footer .popup-box svg {
	height: 21px;
	width: 21px;
	text-align: center;
	margin: 9px auto;
	display: block;
}

#footer .popup-box h5 {
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: -0.5px;
	margin-bottom: 21px;

}

#footer .popup-box .section {
	padding: 4px 30px;
	margin-bottom: 12px;
	background-color: #f1f2f5;
}

#footer .popup-box .section a {
	text-align: center;
	display: block;
}

body:not(.rtl) #footer .popup-box .section div {
	text-align: center;
}

body:not(.rtl) #footer .popup-box .section:nth-of-type(1) a {
    display: flex;
    flex-direction: row-reverse;
	justify-content: flex-end;
}

body:not(.rtl) #footer .popup-box .section:nth-of-type(1) a .line {
    margin-left: 14px;
}

body:not(.rtl) #footer .popup-box .section:nth-of-type(2) span.line {
    margin-left: -9px;
    margin-right: 9px;
}

body:not(.rtl) #footer .popup-box .section:nth-of-type(2) span.line:after {
    right: -7px;
    left: unset;
}

#footer .popup-box .section div {
	font-size: 14px;
	line-height: 2.14;
}

#footer .popup-box .section span {
	font-weight: bold;
}

#footer .popup-box .blue-button {
	display: block;
}

#footer .popup-box .section span.line {
	position: relative;
	margin-left: 9px;

}

#footer .popup-box .section span.line:after {
	content: '';
	position: absolute;
	background-color: #cccccf;
	width: 1px;
	height: 16px;
	left: -7px;
	top: 6px;
}

.popup-box .close {
	right: auto;
	left: 20px;
	top: 20px;
}

.popup-box .close:before,
.popup-box .close:after {
	width: 2px;
}

@media (min-width: 1950px) {
	ul.menu-container>.menu-item {
		margin-left: 39px;
	}
}

@media (min-width: 1500px) and (max-width: 1900px) {
	ul.menu-container>.menu-item {
		margin-left: 1.04vw;
	}
}

@media (max-width: 1625px) {
	.site-width {
		max-width: 1350px;
		max-width: 1310px;
	}

}

@media (max-width: 1500px) {
	ul.menu-container>.menu-item {
		margin-left: 19px;
	}

	#header ul.menu-container {
		flex-wrap: wrap;
	}

	#footer .contact-us .rounded-icon {
		left: 2%;
	}
}

@media (max-width: 1350px) {
	.site-width {
		max-width: 1100px;
	}

	body,
	input,
	textarea,
	address,
	a {
		font-size: 16px;
	}

	#header .mobile-only {
		display: block;
	}

	#header .desktop-only {
		display: none;
	}

	#hero {
		margin-top: 48px;
	}

	#header .container {
		justify-content: flex-end;
	}

	#header .menu-wrapper {
		display: none;
	}

	#header .mobile-only {
		display: block;
	}

	body:not(.rtl) #header .mobile-only {
		left: 0;
		right: unset;
		transform: unset;
		bottom: 0;
	}

	#header .desktop-only {
		display: none;
	}

	#header .mobile-menu-toggler {
		display: block;
		position: relative;
		width: 33px;
		height: 34px;
		z-index: 2;
		margin-left: 4px;
		margin-top: 25px;
		margin-right: 22px;
	}

	#header .mobile-menu-toggler .burger-part {
		position: absolute;
		left: 0;
		width: 22px;
		height: 2px;
		transition: all .3s ease-in-out;
		background: #343433;
	}

	#header .mobile-menu-toggler .burger-part.burger-part-1 {
		top: 0;
	}

	#header .mobile-menu-toggler .burger-part.burger-part-2 {
		top: 4px;
	}

	#header .mobile-menu-toggler .burger-part.burger-part-3 {
		top: 8px;
	}

	#header .header-contact-wrapper {
		justify-content: flex-start;
		flex-direction: row-reverse;
		height: 48px;
	}

	#header .header-contact-wrapper .block {
		width: auto;
		padding-top: 16px;
	}

	#header .header-contact-wrapper .block .desktop-only {
		display: none;
	}

	#header .separator:before {
		content: unset;
	}

	#header .logo-container {
		width: 100px;
		height: auto;
	}

	#header .logo-container a.logo {
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
		height: 83px;
	}

	body:not(.rl) #header .logo-container a.logo {
		right: unset;
	}

	#header .header-contact-wrapper .block svg.phone-icon {
		margin-right: 22px;
		vertical-align: middle;
	}

	#header .menu-wrapper.open {
		display: block;
		position: fixed;
		right: 0;
		top: 0;
		background-color: rgb(0 0 0 / 52%);
		width: 100%;
		z-index: 1;
		padding-right: 0;
		height: 100%;
		bottom: 0;
		max-width: 100%;
		display: flex;
		flex-direction: column;
	}

	body:not(.rtl) #header .menu-wrapper {
		padding-left: 0;
		padding-right: 2.5%;
	}

	#header .menu-wrapper.open .menu-container {
		flex-wrap: nowrap;
		flex-direction: column;
		padding-top: 15px;
		overflow: scroll;
		height: calc(100vh - 145px);
		height: 77%;
		padding-right: 2.5%;
		width: 82%;
		background-color: #fff;
	}

	body:not(.trl) #header .menu-wrapper.open .menu-container {
		padding-left: 2.5%;
		padding-right: 0;
	}

	ul.menu-container>.menu-item a {
		padding: 23px 13px 19px 0;
		font-size: 16px;
		line-height: 1.25;
		display: inline-block;
		position: relative;
	}

	ul.menu-container>.menu-item.active-sub>a {
		color: #141515;
		font-weight: 500;
	}

	ul.menu-container .menu-item-has-children:before {
		content: none;
	}

	ul.menu-container .menu-item-has-children>a:before {
		content: '';
		display: block;
		position: absolute;
		top: 54%;
		border: 1px solid #343433;
		width: 6px;
		height: 6px;
		transform: translateY(-70%) rotate(135deg);
		left: -22px;
		border-left: 0;
		border-bottom: 0;
	}

	body:not(.rtl) ul.menu-container .menu-item-has-children>a:before {
		right: -22px;
		left: unset;
	}

	ul.menu-container>.menu-item {
		margin-left: 22px;
		border-bottom: 1px solid #e3e3e3;
	}

	body:not(.rtl) ul.menu-container>.menu-item {
		margin-left: 0;
		margin-right: 22px;
	}

	ul.menu-container li.menu-item ul.sub-menu {
		position: relative;
		right: unset;
		transform: none;
		top: unset;
		box-shadow: none;
		text-align: right;
		border-top: none;
		border-right: 3px solid #344975;
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
		margin-right: 13px;
	}

	ul.menu-container .menu-item-has-children:before {
		top: 37px;
	}

	ul.menu-container .menu-item ul.sub-menu:before {
		content: unset;
	}

	ul.menu-container .menu-item ul.sub-menu a,
	ul.menu-container .menu-item ul.sub-menu li:first-child a {
		border-top: none;
		padding: 0;
		margin: 0 11px 15px 0;
	}

	ul.menu-container .menu-item-has-children.active-sub ul.sub-menu {
		display: block;
	}

	ul.menu-container .menu-item-has-children.active-sub>a:before {
		top: 45%;
		transform: translateY(44%) rotate(-45deg);
	}

	#header .contacts {
		background-color: #344975;
		padding: 11px 21px;
		width: 82%;
		height: 16%;
	}

	#header .contacts a {
		color: #fff;
		display: block;
		padding: 12px 0 7px;
		font-size: 16px;
		line-height: 1;
	}

	.contacts svg.phone-icon,
	.contacts svg.house-icon {
		fill: #fff;
		margin-left: 10px;
	}

	#header .close {
		right: 78%;
	}
}

@media (max-width: 1199px) {
	.site-width {
		width: 95%;
		max-width: 1000px;
	}

	#footer #menu-footer-menu>li {
		width: 46%;
		margin-right: 2%;
	}

	#footer .powered-designed span img {
		object-fit: contain;
		width: 100%;
		max-width: 212px;
	}

	#footer .powered-designed span img.logo {
		width: auto;
	}
}

@media (max-width: 1023px) {}

@media (max-width: 940px) {

	h1,
	h2,
	h3 {
		font-size: 40px;
		line-height: 1;
		letter-spacing: 1px;
	}

	.subtitle,
	#hero.home .blue-button {
		font-size: 16px;
	}

	#footer .contact-block {
		width: 80%;
		order: 0;
		margin-bottom: 25px;
	}

	#footer .menu-wrapper {
		width: 100%;
		order: 2;
	}

	#footer .menu-wrapper .flex {
		width: 100%;
		order: 2;
		align-items: flex-start;
	}

	#footer .menu-wrapper .flex>ul {
		width: 46%;
		flex-direction: column;
		position: relative;
		padding-right: 18px;
		padding-top: 5px;
	}

	body:not(.rtl) #footer .menu-wrapper .flex>ul:after {
		right: unset;
		left: 0;
	}

	body:not(.rtl) #footer .menu-wrapper .flex>ul {
		padding-left: 18px;
		padding-right: 0;
	}

	#footer .menu-wrapper .flex>ul:after {
		content: '';
		background-color: #344975;
		width: 5px;
		height: 93%;
		right: 0;
		top: 10px;
		position: absolute;
	}

	#footer .menu-wrapper .flex>ul>li>a {
		color: #343433;
		font-weight: bold;
	}

	#footer .menu-wrapper .flex>ul>li a {
		font-size: 14px;
	}

	#footer .menu-wrapper .flex>ul>li {
		margin-bottom: 14px;
	}

	#footer .menu-wrapper .flex>ul>li ul li {
		margin-bottom: 4px;
	}

	#footer .menu-wrapper .flex>ul>li .sub-menu {
		display: none;
	}

	#footer .menu-wrapper .flex>ul>li.show .sub-menu {
		display: block;
	}

	#footer .menu-wrapper .flex>ul>li.menu-item-has-children a {
		position: relative;
	}

	body:not(.rtl) ul.menu-container .menu-item ul.sub-menu a, body:not(.rtl) ul.menu-container .menu-item ul.sub-menu li:first-child a {
		margin: 0 10px 15px 0;
		text-align: left;
	}

	#footer .menu-wrapper .flex>ul>li.menu-item-has-children>a:after {
		content: '';
		display: none;
		width: 16px;
		height: 10px;
		left: -16px;
		top: 7px;
		position: absolute;
		background-image: url(images/arrow-down-sign-to-navigate.svg);
		background-size: contain;
		background-repeat: no-repeat;
	}

	body:not(.rtl) #footer .menu-wrapper .flex>ul>li.menu-item-has-children>a:after {
		display: none;
	}

	#footer .menu-wrapper .flex>ul>li.show.menu-item-has-children>a:after {
		transform: rotate(180deg);
		left: -23px;
	}

	#footer .contact-us {
		width: 20%;
		order: 1;
		position: relative;
	}
}

@media (max-width: 770px) {
	.mobile-only {
		display: block;
	}

	body:not(.rtl) #header .close {
		left: 71%;
		right: 0;
	}

	.desktop-only {
		display: none;
	}

	#header .close {
		right: 71%;
	}

	/* footer */
	#footer {
		padding: 48px 0 0;
	}

	#footer .facebook {
		margin-top: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	body:not(.rtl) #footer .facebook {
		right: 0;
		left: unset;
	}

	/* #footer .contact-icon {
		position: relative;
		position: absolute;
		left: 0;
		bottom: -25px;
		transform: translate(0%, 0%);
	} */
	#footer .menu-wrapper.flex {
		margin-top: 40px;
	}

	#footer .powered-designed {
		width: 100%;
		order: 4;
		text-align: center;
		margin: 60px auto 0;
		background-color: #f4f8ff;
		padding: 16px 0;
	}
}

@media (max-width: 550px) {

	body,
	input,
	textarea,
	address,
	a {
		font-size: 16px;
	}

	.site-width {
		width: 100%;
		max-width: 322px;
	}

	section {
		padding: 50px 0 50px;
	}

	.m-14 {
		font-size: 14px !important;
	}

	.transp-btn.white {
		font-size: 16px;
		padding: 3px 21px;
	}

	#footer h4 {
		font-size: 24px;
		line-height: 14px;
		letter-spacing: 0.6px;
		margin-bottom: 3px;
	}

	#footer h5 {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.63;
		letter-spacing: 0.4px;
	}

	#footer .contact-us .rounded-icon {
		padding: 12px 8px;
		width: 76px;
		left: 5%;
		bottom: 10px;
	}

	#footer #menu-footer-menu>li:after {
		width: 4px;
	}

	#footer #menu-footer-menu li a {
		font-size: 14px;
		margin-bottom: 17px;
		margin-right: 5px;
	}

	#footer .powered-designed span {
		font-size: 14px;
	}

	#footer .contact-us .popup-box {
		width: 322px;
		padding: 49px 40px 49px;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}

	#footer .popup-box .title {
		font-size: 19.5px;
	}

	#footer .popup-box .subtitle {
		font-size: 16px;
	}

	#footer .popup-box .section {
		padding: 4px 25px;
		margin-bottom: 9px;
	}

	#footer .popup-box .section div {
		font-size: 11.5px;
		text-align: center;
	}

}






/* --- DEBUG ---*/

body.debug>* {
	opacity: 0.7;
}


/* body.debug.home {
	background: #fff url(debug/homepage.png) no-repeat top center;
} */

body.debug {
	background: #fff url(debug/homepage-menu.png) no-repeat top center;

	background: #fff url(debug/02_about_02.png) no-repeat top center;
	background: #fff url(debug/03_expertise_04_open.png) no-repeat top center;
	background: #fff url(debug/cases.png) no-repeat top center;
	background: #fff url(debug/case-inner.png) no-repeat top center;
	background: #fff url(debug/articles.png) no-repeat top center;
	background: #fff url(debug/post.png) no-repeat top center;
	background: #fff url(debug/09_contactus_01.png) no-repeat top center;
}

/* body.debug #header{
	margin-top: 32px;
} */
@media screen and (max-width: 500px) {
	body.debug {
		background: #fff url(debug/homepage-menu-mob2.png) no-repeat top center;
		background: #fff url(debug/expertise_mob.png) no-repeat top center;
		background: #fff url(debug/cases-mob.png) no-repeat top center;
		background: #fff url(debug/case-inner-mob.png) no-repeat top center;
		background: #fff url(debug/post-mob.png) no-repeat top center;
		background: #fff url(debug/M_09_contactus_01.png) no-repeat top center;
		background-size: 360px auto;
	}

	body:not(.rtl) #footer h4 {
		line-height: 24px;
	}
}

@media screen and (max-width: 1024px) {
	.wpml-ls-legacy-dropdown-click {
		width: fit-content !important;
	}
}