/*!
Theme Name: Danielmichaeli v.1.0
Theme URI:
Author: 
Author URI: 
Description: 
Version: 
*/


@font-face{
	font-family:'almoni-dl';
	font-weight:300; /*(light)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-300.eot'); 
	src: url('fonts/almoni-dl-aaa-300.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-300.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-300.woff') format('woff');
	font-display:swap	
}
@font-face{
	font-family:'almoni-dl';
	font-weight:400; /*(regular)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-400.eot'); 
	src: url('fonts/almoni-dl-aaa-400.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-400.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-400.woff') format('woff');
	font-display:swap
}
@font-face{
	font-family:'almoni-dl';
	font-weight:700; /*(bold)*/
	font-style: normal;
	src: url('fonts/almoni-dl-aaa-700.eot'); 
	src: url('fonts/almoni-dl-aaa-700.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-700.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-700.woff') format('woff');
	font-display:swap
}
@font-face{
	font-family:'almoni-dl';
	font-weight:900; /*(black)*/
	font-style: normal;
	src: url('fonts-dl-aaa-900.eot'); 
	src: url('fonts/almoni-dl-aaa-900.eot?#iefix') format('embedded-opentype'), 
		url('fonts/almoni-dl-aaa-900.ttf') format('truetype'), 
		url('fonts/almoni-dl-aaa-900.woff') format('woff');
	font-display:swap
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body{
	padding:0;
	margin:0;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #181819;
	font-style: normal;
	font-size: 15px;
	line-height: normal;
	font-family: 'Poppins', sans-serif;
}

body.rtl,
.rtl button,
.rtl input,
.rtl select,
.rtl optgroup,
.rtl textarea {
	font-family:'almoni-dl';
}


img{
	max-width: 100%;
	height: auto;
	display: block;
	transition: all 0.3s			
} 
iframe{
	max-width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
	margin: 0;
	font-weight: normal;
	padding:0;
	margin-bottom: 30px
}
h2{
	font-size: 34px;
}
h3{
	font-size: 28px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h5{
	font-size: 16px;
}
a {
	color: #323232;
    transition: all ease-in-out 350ms;
	text-decoration: none;
}
svg path{
	transition: all ease-in-out 350ms;
}

:focus{
	outline: none
}
::-webkit-input-placeholder { 
  color: #111111;
}
::-moz-placeholder {
 color: #111111;
}
:-ms-input-placeholder {
 color: #111111;
}
:-moz-placeholder {
 color: #111111;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
ul{
	margin: 0;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container{
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1200px
}
.container.full{
	max-width: 100%;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  min-width: 100%
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.preloader-wp {
	position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    background: url(./img/loader-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: 99999;
}
	.preloader-wp:after{
		content:'';
		height: 130px;
		width: 130px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		background: url(./img/loader.gif) no-repeat center;
	}

.wraper-sticky{
	width: 100%;
	top:0;
	left:0;
	position: fixed;
	z-index: 999
}
.wraper-header{
    background: transparent;
    flex: 0 0 auto;
    padding: 25px 0;
	position: relative;
	transition: all ease-in-out 350ms;
} 
	.wraper-header.sticky{
		padding: 5px 0;
		background:#141415
	}
	.wraper-header .container{
		display: flex;
		align-items: center;
		justify-content: space-between;
		max-width: 100%;
		padding: 0 50px;
	}
		.wraper-header .container>* {
		/*	flex: 1;*/
		}
	.wraper-header__logo{
		text-align: center
	}
		.wraper-header__logo a{
			display: inline-block;
		}
		.wraper-header__logo img{
			height: 75px;
			display: inline-block;
		}
	.wraper-header__informer{
		display: flex;
		align-items: center;
	}
	.wraper-header__social{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
		.wraper-header__social .list{
			display: inline-flex;
			align-items: center;
			font-family: 'Poppins', sans-serif;
		}
			.wraper-header__social .list a{
				display: inline-flex;
				margin-right: 8px;
				transition: all ease-in-out 350ms;
				align-items: center;
				justify-content: center;
				color: #fff;
				font-weight: 600;
				font-size: 13px;
				border: 1px solid #ffffff47;
				width: 25px;
				height: 25px;
			}
			.wraper-header__social .list img[src*="facebook"] {
				width: 6px;
			}
			.wraper-header__social .list img[src*="whatsapp"] {
				width: 10px;
			}
			.wraper-header__social .list img[src*="instagram"] {
				width: 10px;
			}
		.wraper-header__social .phone{
			display: flex;
			align-items: center;
		}
		.wraper-header__social .phone a {
			color: #fff;
			font-size: 13px;
			border-bottom: 1px solid #fff;
			margin-right: 8px;
		}
		.rtl .wraper-header__social .phone a {
			margin-left: 8px;
			margin-right: 0;
			font-size: 18px;
		}

.wraper-nav{

}
	.wraper-nav__menu{
		display: flex;
		margin: 0;
		padding: 0;
		justify-content: space-between;
		align-items: center;
	}
		.wraper-nav__menu li {
			display: block;
			position: relative;
			text-align: center;
			/*flex: 1;*/
			margin-left: 40px
		}
			.rtl .wraper-nav__menu li {
				margin-right: 40px;
				margin-left: 0
			}
			.wraper-nav__menu li a {
				color: #fff;
				font-size: 17px;
				transition: all ease-in-out 350ms;
				position: relative;
			}
			body:not(.rtl) .wraper-nav__menu li a{
				font-size: 14px;
			}
				.wraper-nav__menu li a:after{
					content:'';
					height: 1px;
					width:0%;
					position: absolute;
					right:0;
					top: 100%;
					display: block;
					transition: all ease-in-out 350ms;
					background: #fff
				}
					.wraper-nav__menu li a:hover:after,
					.wraper-nav__menu li.current-menu-item a:after{
						width: 100%;
					}
			.wraper-header__burger{
				display: none;
			}
			.menu-item-has-children>a:after{
				content:url("data:image/svg+xml;utf8,<svg width='8' height='6' viewBox='0 0 8 6' fill='black' xmlns='http://www.w3.org/2000/svg'><path d='M3.99983 5.2802C3.85645 5.2802 3.71309 5.22545 3.60378 5.11619L0.16396 1.67634C-0.054857 1.45752 -0.054857 1.10275 0.16396 0.884017C0.382689 0.665288 0.737394 0.665288 0.956229 0.884017L3.99983 3.92779L7.04344 0.884124C7.26226 0.665395 7.61693 0.665395 7.83564 0.884124C8.05456 1.10285 8.05456 1.45763 7.83564 1.67644L4.39587 5.1163C4.28651 5.22558 4.14315 5.2802 3.99983 5.2802Z'/></svg>");
				height: 5px;
				width: 5px;
				display: inline-block;
				margin-left: 8px;
			}

			.wraper-nav__menu .sub-menu {
				position: absolute;
				top: 100%;
				left: 0;
				width: 280px;
				background: #ffffff;
				box-shadow: 0px 1px 0 1px #CDCDCC;
				z-index: 1;
				padding: 20px;
				border-radius: 0 0 4px 4px;
				border-top: 10px;
				margin-top: 17px;
				display: none;
			}
			.wraper-nav__menu li:hover .sub-menu {
				display: block;
			}			
				.wraper-nav__menu .sub-menu li{
					margin:0;
					padding: 5px 0;
					border-bottom: 1px solid #cdcdcd
				}
					.wraper-nav__menu .sub-menu li:last-child{
						border: none
					}
				.wraper-nav__menu .sub-menu .sub-menu{
					left: 100%;
					top:0;
					margin-top: 0px;
					margin-left: 21px;
					border-radius: 0 4px 4px 0;
					box-shadow: 1px 0px 0 1px #CDCDCC;
				}
.mobile-phone__icon{display:none}			
				
@media (max-width: 1199.98px) { 
	.wraper-header__logo{
		font-size: 32px;
	}
	.wraper-nav__menu li a {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	body.body-show-mobile {
		overflow: hidden;
	}	
	.wraper-header__logo{
		font-size: 24px;
	}
	.wraper-nav__menu li a {
		font-size: 15px;
	}
	.wraper-header__social{
		display: none;
	}
	.wraper-header__burger{
		display: block;
		height: 40px;
		width: 26px;
		background: url(img/menu.png) no-repeat 50%;
		cursor: pointer;
		background-position: center right;
		margin-right: 15px;
	}
	.rtl .wraper-header__burger{
		margin-left: 15px;
		margin-right: 0
	}
		.wraper-header__burger.active{
			background: url('img/menu_cl.png') no-repeat 50%;
			background-position: center right
		}	
	.wraper-header__logo{
		flex: none !important;
		text-align: left;
	}
	.wraper-mobile{
		display: none;
	}
	.wraper-mobile.open {
		position: fixed;
		background: #141415;
		z-index: 100;
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}	
		.wraper-mobile.open .wraper-header__social{
			display: flex;
			margin-top: auto;
			margin-bottom: 54px;
			width:100%;
			flex-direction: row-reverse;
		}
	.wraper-header__social .phone {
		margin: 0px 6px 3px 0;
	}
	.wraper-header__social .phone a {
		font-size: 16px;
	}
	.body-show-mobile .wraper-header__informer .wraper-btn,
	.body-show-mobile .mobile-phone__icon{
		opacity: 0
	}
	.wraper-header__social .list a{
		margin:  0 4px
	}
	
	.wraper-header.sticky, .wraper-header {
		padding: 5px 0!important;
	}
	
	.wraper-header__social .list a:first-child {
		margin-right: 18px;
	}
	.wraper-mobile.open .wraper-nav__menu{
		display: block;
		width: 100%;
		padding-right: 20px;
		height: 368px;
   		overflow-y: auto;
		margin-top: 60px;
	}
	html[lang="en-US"] .wraper-mobile.open .wraper-nav__menu {
		padding-left: 20px;
	}
	.wraper-mobile.open .wraper-nav__menu li{
		padding: 0;
		margin: 0;
		text-align: right;
	}
	html[lang="en-US"] .wraper-mobile.open .wraper-nav__menu li {
		text-align: left;
	}
	.wraper-mobile.open .wraper-nav__menu li a {
		font-size: 20px;
		line-height: 40px;
		font-weight: 600;
	}
	
	.wpml-ls-statics-shortcode_actions {
		position: absolute;
    	bottom: 10px;
	}
	body .wraper-btn {
		border: 1px solid #ffffff45;
		width: 135px;
	}
	body .wraper-nav__menu .sub-menu {
		position: relative;
	}
	
	.children_active .sub-menu {
		display:block!important;
	}
	
	.children_active a:after {
		transform: rotate(180deg);
	}
	
	.sub-menu {
		right: 0!important;
		width: auto!important;
	}
	
	.sub-menu li {
		border: 0!important;
	}
	
	.sub-menu li a {
		font-weight: 500!important;
		color: rgba(255,255,255,0.5);
	}
}
@media (max-width: 767.98px) {
	.single-articles .hat:before {
		display: none;
	}
	.single-articles .service_hat {
		min-height: 200px;
	}
	.single-articles .service_hat .col-12 {
		padding: 0px;
	}
	.wraper-header{
		border: none
	} 
	.wraper-nav__menu{
		display: none;
	}
	.mobile-phone__icon{display:block; padding-right: 15px;}	
	.rtl .mobile-phone__icon{display:block; padding-left: 15px; padding-right:0}	
		.mobile-phone__icon svg{
			height: 20px;
			width: 20px;
		}
	.wraper-nav__menu li:hover .sub-menu {
		display: none;
	}
	
	.wraper-nav__menu li a:hover:after, .wraper-nav__menu li.current-menu-item a:after {
		width: 8px!important;
		top: 7px;
	}
}
@media (max-width: 575.98px) {
	.wraper-header__logo img {
		height: 56px;
		width: auto;
	}		
	.wraper-header__informer .wraper-btn {
		padding: 7px 6px;
		font-size: 14px;
		width: 100px;
		border-color: rgb(255 255 255 / 0.25);
	}		
}


.wraper-nav__menu li.menu-item-has-children > a:after {
	content: '';
    height: 8px;
    width: 8px;
    position: absolute;
    right: 115%;
    top: 5px;
    display: block;
    transition: all ease-in-out 350ms;
    background: url(img/svg/chevron-down-solid.svg);
    background-repeat: no-repeat;
}

html[lang="en-US"] .wraper-nav__menu li.menu-item-has-children > a:after {
	right: auto;
	left: 115%;
}

@media(min-width:1024px) {
	body.single-articles .wraper-header {
		padding: 5px 0;
		background: #141415;
	} 
	body.single-articles h1 {
		font-size: 48px;
		font-weight: 700;
	}
	
	body.single-articles .hat:after, body.single-articles .hat:before {
		display: none;
	}
	body.single-articles .service_hat {
		background: transparent;
	}
	body.single-articles .service_hat img{
		width: 100%;
		margin-top: 100px;
		height: 600px;
    	object-fit: cover;
	}
	body.blog .hat:after {
		opacity: 0.2;
	}

	body .wraper-nav__menu .sub-menu li {
		border: none;
		text-align: right;
	}

	body #header-nav li a {
		padding-bottom: 0;
	}

	body .wraper-nav__menu .sub-menu {
		top: 340%;
		background: #181819;
		right: -75px;
	}

	body .wraper-nav__menu .sub-menu:after {
		content: ''; 
		position: absolute; /* Абсолютное позиционирование */
		left: 45%; top: -25px; /* Положение треугольника */
		border: 10px solid transparent; 
		border-bottom: 20px solid #181819;
	}

	.wraper-header__social .left_menu {
		margin-left: 30px;
	}

	html[lang="en-US"] .wraper-header__social .left_menu {
		margin-right: 30px;
		margin-left:0px;
	}


	

	.wraper-header__informer #header-nav {
		width: fit-content;
	}
	.wraper-header__social, .wraper-header__informer {
		width: 46%;
	}

	html[lang="he-IL"] .wraper-footer__top .container .row {
		flex-direction: row-reverse;
	}

	html[lang="he-IL"] .about-one__image img, html[lang="he-IL"] .about-two__image img {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

	/*html[lang="he-IL"] .section.about-one .container .row, html[lang="he-IL"] .section.about-two .container .row{
		flex-direction: row-reverse;
	}

	html[lang="he-IL"] .about-one__image {
		right: 0px;
	}


	html[lang="he-IL"] .about-two__image  {
		left: 0px;
	}*/
}

@media(min-width:1440px) {
	.single-projects .section.hat {
		background-size: 100% 100%;
	}
}

@media(min-width:1600px) {
	.wraper-header__informer #header-nav {
		width: fit-content;
	}
	.wraper-header__social .list img[src*="facebook"] {
		width: 10px;
	}
	.wraper-header__social .list img[src*="whatsapp"] {
		width: 14px;
	}
	.wraper-header__social .list img[src*="instagram"] {
		width: 14px;
	}
	.wraper-header__social .list a {
		width: 32px;
    	height: 32px;
	}
}