@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 300;
    src: url(../font/opensanshebrew-lightitalic-webfont.eot);
    src: url(../font/opensanshebrew-lightitalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-lightitalic-webfont.woff) format('woff'),
    url(font/opensanshebrew-lightitalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 300;
    src: url(../font/opensanshebrew-light-webfont.eot);
    src: url(../font/opensanshebrew-light-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-light-webfont.woff) format('woff'),
    url(../font/opensanshebrew-light-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 400;
    src: url(../font/opensanshebrew-italic-webfont.eot);
    src: url(../font/opensanshebrew-italic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-italic-webfont.woff) format('woff'),
    url(../font/opensanshebrew-italic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url(../font/opensanshebrew-regular-webfont.eot);
    src: url(../font/opensanshebrew-regular-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-regular-webfont.woff) format('woff'),
    url(../font/opensanshebrew-regular-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 700;
    src: url(../font/opensanshebrew-bolditalic-webfont.eot);
    src: url(../font/opensanshebrew-bolditalic-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-bolditalic-webfont.woff) format('woff'),
    url(../font/opensanshebrew-bolditalic-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url(../font/opensanshebrew-bold-webfont.eot);
    src: url(../font/opensanshebrew-bold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-bold-webfont.woff) format('woff'),
    url(../font/opensanshebrew-bold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: italic;
    font-weight: 800;
    src: url(../font/opensanshebrew-extrabold-webfont.eot);
    src: url(../font/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(font/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(font/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}
@font-face {
    font-family: 'Open Sans Hebrew';
    font-style: normal;
    font-weight: 800;
    src: url(../font/opensanshebrew-extrabold-webfont.eot);
    src: url(../font/opensanshebrew-extrabold-webfont.eot?#iefix) format('embedded-opentype'),
    url(../font/opensanshebrew-extrabold-webfont.woff) format('woff'),
    url(../font/opensanshebrew-extrabold-webfont.ttf) format('truetype');
}

html, body, div, span, 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: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    height: 101%;    
}
body{
    margin: 0; 
    padding: 0;
    background: #FFFFFF; 
    font-family: 'Open Sans Hebrew', sans-serif; */   
    font-size: 16px;
    color: #545454; 
    position: relative;
    direction: rtl; 
}
html, body{
  overflow-x:hidden;
}
*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
}
p{
	font-size: 18px;	
	color: #242424;	
	line-height: 1.7;
	font-family: 'Open Sans Hebrew', sans-serif;
	font-weight: 400;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    padding: 0;
}
table td{
    vertical-align: middle;
    padding: 0;
    border: 0;
}
input[type=text],input[type=submit],input[type=password],textarea,button{
    -webkit-appearance: none;
    -webkit-border-radius:0px;
    outline: none;
}
textarea { overflow: auto; }
ul {
    list-style: none outside none;
    padding: 0;    
}
a{	
	text-decoration:none;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
	-moz-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	outline: none;		
}
img {
    max-width: 100%; 
	height:auto;
	border:0;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease; 
	-moz-transition: all 0.8s ease; 
	-o-transition: all 0.8s ease;
}
h1, h2, h3, h4, h5{	
	color: #3b3b3b;
	line-height: 1;
	font-family: 'Open Sans Hebrew', sans-serif;
	font-weight: 600;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease;
}
hr{ 
    border:0;   
    border-top:1px solid #346B85;
    height: 0;
    margin: 0;
    display: block;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
[class^="col-"] {
    float: right;
    list-style: none outside none;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
ul.row{
    font-size: 0;    
}
ul.row li[class^="col-"]{
    float: none;
    display: inline-block;
    vertical-align: top;    
}
.col-1 {
    width: 4.80769%;
}
.col-2 {
    width: 16.6666%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-5 {
    width: 41.6666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.3333%;
}
.col-8 {
    width: 66%;
}
.col-9 {
    width: 73.5%;
}
.col-10 {
    width: 81.6667%;
}
.col-11 {
    width: 91.3462%;
}
.col-12 {
    margin: 0;
    width: 100%;
}
.c-it{
    margin-bottom: 15px;
}
.clear{
	clear:both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
}
input[type="text"], input[type="submit"], input[type="password"], textarea, button {
    outline: medium none;
}
.margin-b5 {
    margin-bottom: 5px !important;
}
.margin-b10 {
    margin-bottom: 10px !important;
}
.margin-b20 {
    margin-bottom: 20px !important;
}
.margin-b30 {
    margin-bottom: 30px !important;
}
.margin-b40 {
    margin-bottom: 40px !important;
}
.margin-b60 {
    margin-bottom: 60px !important;
}
.margin-t10 {
    margin-top: 10px !important;
}
.margin-t20 {
    margin-top: 20px !important;
}
.margin-t30 {
    margin-top: 30px !important;
}
.margin-t40 {
    margin-top: 40px !important;
}
.margin-t60 {
    margin-top: 40px !important;
}
.margin-t100 {
    margin-top: 100px !important;
}
.margin-r20{
    margin-right: 20px;
}
.padding-b40{
    padding-bottom: 40px !important;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.fBold{
	font-weight: bold !important;
    font-weight: 700;
}
.fLight{
    font-weight: lighter !important;
    font-weight: 400;
}
.f-italic{
    font-style: italic;
}
.whiteBg{
	background: #ffffff;
}
.f-blue{
	color: #25adc2 !important;
}
.f-black{
    color: #000000 !important;
}
.f-green{
	color: #36c010 !important;
}
.f-dgreen{
    color: #3daca4 !important;
}
.f-grey{
	color: #515151 !important;
}
.f-yellow{
	color: #fce060 !important;
}
.f-red{
	color: #ef4135 !important;
}
.f-white{
	color: #ffffff !important;
}
.t-just{
	text-align: justify;
}
.t-left{
    text-align: left;
}
.t-center{
	text-align: center;
}
.t-right{
    text-align: right;
}
.t-upper{
	text-transform: uppercase;
}
.t-under{
    text-decoration: underline;
}
.t-under:hover{
    text-decoration: none;
}
.hov-under{
    text-decoration: none;
}
.hov-under:hover{
    text-decoration: underline;
}
.t-low{
    text-transform: lowercase ;
}
header, section, footer{
	display:block;
}
.p-rel{
    position: relative;
}
.d-inl-block{
    display: inline-block;
}
.d-block{
    display: block;
}
.wrapper{
	max-width: 1560px;
    padding: 0 20px;
	margin: 0 auto;
    position: relative;
}
.l-tit{
    font-size: 53px;
    text-transform: uppercase;
    font-weight: 400; 
}
.m-tit{
    font-size: 37px;
}
.s-tit{
    font-size: 22px;
}

.top-bar{
    background: #ffffff;
    width: 100%;
    top: 0;
    right: 0;
    min-height: 95px;
    position: absolute;    
    z-index: 150;  
}
.page-top-bar{
    position: fixed;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.15);
}

.logo{
    padding-top: 15px;
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.top-menu-box, .top-phone{
    float: left;
}
.top-phone{
    line-height: 95px;
    background: #F05C4E;
    padding: 0 50px;
    color: #ffffff;
    font-size: 18px;
    margin-right: 40px;  
}




/******
********MENU******
******/

#head-menu{    
    margin: 0 auto;    
    display: block;
    float: right;
}
#h-menu{
    margin: 0 auto; 
    position: relative;    
}
ul.top-menu{    
}
ul.top-menu li {
    display: inline-block;    
    height: auto;
    text-align: center;
    position: relative;
    height: 95px;   
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);    
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;    
}
ul.top-menu>li:before, .lang-switch a:before{
    content:"\\";
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #2c3033;   
}
ul.top-menu>li:first-child:before{
    display: none;
}
ul.top-menu>li:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #EF584F;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
ul.top-menu li:hover:after, ul.top-menu li:focus:after, ul.top-menu li.current_page_item:after{
    left: 0;
    right: 0;
}
ul.top-menu li a{
    display: inline-block;
    padding:0 13px;
    vertical-align: middle;    
    line-height: 95px;       
    text-align: center;
    color: #2c3033;
	cursor: pointer;
    font-weight: 400;
    font-size: 18px;    
}


/**sub menu**/
#h-menu li ul.sub-menu {   
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.25);
    height: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-transform: none;
    transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s; 
    width: 320px;
    z-index: 99999;
    opacity: 0;     
}
#h-menu li:last-child ul.sub-menu {
    left: auto;
    left: 0;    
}
#h-menu li ul.sub-menu li:last-child {
    border-bottom: 0 none;
}
#h-menu li ul.sub-menu li {
    background: rgba(0,0,0,.8);
    border-bottom: 1px solid #63615F;
    display: block !important;
    float: none !important;
    height: auto;
    margin: 0;    
    position: relative;
    text-align: right;    
}
#h-menu li ul.sub-menu li a {
    border-left: 0 none;
    font-size: 16px;
    height: auto;
    padding: 14px 20px;
    line-height: 1;    
    border-bottom: 0;
    font-weight: 400;
    color: #ffffff;
    background: none;    
}
#h-menu li ul.sub-menu li:hover a{
    color: #ef584d;
}
#h-menu li.menu-item-has-children:hover ul.sub-menu {    
    opacity: 1;
    height: auto;    
}
.menu-trigger {
    display: none;
}
.push-menu{
    height: 100%;
    overflow: hidden;
}
.push-menu .top-menu_holder{
    background: #121F33;
    height: 100%;      
    position: fixed;
    right: -100%;
    top: 0;    
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; 
    -moz-transition: all 0.5s ease 0s; 
    -o-transition: all 0.5s ease 0s;
    visibility: hidden;
    min-width: 300px;
    width: 20%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    transform: translate3d(100%, 0px, 0px);
    -webkit-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    border-bottom: none;        
}
.push-menu #head-menu{
    width: 100%;
    padding-top: 80px;
}
.push-menu ul.top-menu li{
    float: none;    
    height: auto;
    display: block;
    text-align: right;    
    margin: 0;
    padding: 10px 20px;    
}
.push-menu ul.top-menu li:after, .push-menu ul.top-menu li:before{
    display: none;
}
.push-menu ul.top-menu li.current_page_item{
    background: rgba(0,0,0,.8);
}
.push-menu ul.top-menu li a{
    height: auto;
    line-height: 1;
    text-align: right;
    text-transform: none;   
    text-transform: uppercase;
    opacity: 1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;    
}
.push-menu ul.top-menu li:hover a{
    color: #ffffff;
}
.push-menu #h-menu li ul.sub-menu {
    box-shadow: none;
    border: 0;    
    border-radius: 0;
    position:relative;
    opacity: 1;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-right: 20px;    
    margin: 0;    
    left: 0;
    display: none;
    height: auto;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
.push-menu #h-menu li ul.sub-menu li{
    padding: 0;
    width: 100%;
}
.push-menu #h-menu li ul.sub-menu li.current-menu-item{
    background: #2B2E30; 
}
.push-menu #h-menu li ul.sub-menu li{
    background: transparent;
    border-bottom: none; 
}
.push-menu #h-menu li ul.sub-menu li a{
    padding: 10px 0;    
    font-weight: normal;
    color: #ffffff;    
}
.push-menu #h-menu li.menu-item-has-children:hover ul.sub-menu li a{
    color: #ffffff; 
}
.push-menu #h-menu li.menu-item-has-children ul.sub-menu li:hover a{
    color: #ffffff;
}
.push-menu .curr-lang{
    display: none;
}
.menu-opened .top-menu_holder{
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s; 
    -moz-transition: transform 0.5s ease 0s; 
    -o-transition: transform 0.5s ease 0s;
    visibility: visible;
    right: 0;
    box-shadow: 0px -10px 5px rgba(50,50,50,.5);     
}
.body-push-toleft{
    left: -240px;
}
.sub-trigger{ 
    cursor: pointer;
    display: block;    
    height: 16px;   
    pointer-events: auto;
    position: relative;
    width: 100%;
    width: 0;
    z-index: 110;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;    
}
.sub-trigger i{
    position: absolute;
    top: 18px;
    left: 20px;
}
.push-menu .sub-trigger{
    color: #ffffff;
}
.push-menu .sub-trigger span.l-top{
    transform: translateY(7px) rotate(90deg);
    -webkit-transform: translateY(7px) rotate(90deg);
    -ms-transform: translateY(7px) rotate(90deg);
}
.push-menu .sub-trigger span.l-bot{
    transform: translateY(7px);
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
}
.push-menu .opened span.l-top{
    transform: translateY(7px) rotate(180deg);
    -webkit-transform: translateY(7px) rotate(180deg);
    -ms-transform: translateY(7px) rotate(180deg);
}
.push-menu .opened span.l-bot{
    background-color: transparent;
}


.push-menu .menu-trigger{
    display: block; 
    cursor: pointer;
    position: absolute;
    top: 33px;
    right: 20px;
    height: 22px;    
    pointer-events: auto;    
    width: 25px;
    z-index: 130;
}
.menu-opened .menu-trigger{
    position: fixed;
}
.push-menu .menu-trigger span{    
    display: block;
    font-size: 0;
    height: 4px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    background-color: #333333;
    z-index: 135;
}
.push-menu .menu-opened span{
    background-color: #ffffff;
}
.push-menu .menu-trigger span.before {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}
.push-menu .menu-trigger span.after, .menu-trigger span.before {    
    transition: transform 0.3s ease 0s;    
}
.push-menu .menu-trigger span.after {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
}
.push-menu .menu-opened span.before {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
}
.push-menu .menu-opened span.main {
    background-color: transparent !important;
}
.push-menu .menu-opened span.after {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
}
.sub-trigger{
    display: none;
    pointer-events: none;
}

.lang-switch{
    float: right;
    font-size: 0;
    position: relative;
}
.lang-switch a{
    display: inline-block;
    color: #2c3033;
    line-height: 95px;        
    font-size: 18px;
    font-weight: 700;    
}
.lang-switch a:before{
    margin-left: 15px;
}
.main-tit-wrap{
    min-height: 590px;
    height: 100vh;
    background: url(../images/main-bun_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;    
}
.main-bunner-anim{
    display: inline-block;
}
.main-tit-box{
    width: 100%;
    padding: 0 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);       
}
.main-tit{
    display: block;
    color: #ffffff;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    padding-top: 35px;
    position: relative;
    text-shadow: 0 0 25px rgba(0,0,0,1); 
}
.main-tit:after{
    content: "";
    display: block;
    width: 180px;
    height: 2px;
    background: #F05C4E;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
}


.main-content{    
    position: relative;     
}
.h-about-box{
    background: #1E2B3F;
    padding: 65px 0; 
}
.index-specialized-office {
	padding: 80px 0;
}
.h-about-tit{
    display: block;
    color: #ffffff;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #EF584F;
    margin-bottom: 30px;
    font-weight: 400;
}
.index-specialized-office .h-about-tit {
	margin: 0 auto;
	width: 60%;
}
@media screen and (max-width: 900px) {
	.index-specialized-office .h-about-tit {
		width: 85%;
	}
}
.h-about-wrap{
    padding: 0 60px;
}
.h-about-wrap p{
    color: #ffffff;
    font-size: 26px;
    line-height: 1.5;
    text-align: justify;
}
.h-info-table td{
    background: #F1F1F1;
    width: 30%;     
}
.h-info-table td:first-child{
    background: #EAE8E8;
}
.h-info-table td:last-child{
    width: 40%;
    background: #0246A7;
    vertical-align: top;
}
.h-info-img{
    margin-bottom: 30px;
}
.h-info-item{
    text-align: center;
    padding: 130px 30px;
}
.h-info-tit{
    display: block;
    font-size: 29px;
    color: #242424;
    position: relative;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 25px; 
}
.tit-line{
    position: relative;
    display: block;
}
.tit-line:after{
    content: "";
    width: 180px;
    height: 2px;
    background: #EF584F; 
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
}
.h-info-desc{
    font-size: 16px;
    line-height: 1.8;
    color: #242424;
    margin-bottom: 30px; 
}
.h-info-btn{
    display: block;
    width: 100%;
    max-width: 235px;
    background: #ffffff;
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #ef584d;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 auto;
}
.h-info-btn:hover{
    background: #ef584d;
    color: #ffffff; 
}
.h-info-item-profile{
    background: url(../images/h-info-item_bg.png) no-repeat center bottom;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;    
    padding: 0 0 60px;
}
.h-info-desc-box{
    padding: 60px 30px;    
    background: -webkit-linear-gradient(90deg, rgba(2,67,167,0) 0, rgba(2,67,167,1) 34%, #1854B0 100%);
    background: -moz-linear-gradient(0deg, rgba(2,67,167,0) 0, rgba(2,67,167,1) 34%, #1854B0 100%);
    background: linear-gradient(0deg, rgba(2,67,167,0) 0, rgba(2,67,167,1) 34%, #1854B0 100%);
}
.h-info-item-profile .tit-line{
    padding-bottom: 30px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: none;
}
.h-info-item-profile .h-info-desc{
    text-align: left;
}
.h-contact-table td{
    width: 50%;
}
.map-responsive, .contact-map{
    height: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    pointer-events: none;
}
.map-responsive iframe, .contact-map iframe{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.h-contact-form-box{
    background: #1E2B3F;
    padding: 70px 0 15px; 
}
.h-contact-form-box .l-tit{
    font-weight: 300;
    padding: 90px 0 30px;
    font-size: 48px; 
}
.h-cat-prev{
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}
.h-cat_thumb{
    background-color: #000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 80%;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.h-cat_thumb:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(7,0,0,.6);
    pointer-events: none;
    transition: all 0.8s ease;
    -webkit-transition: all 200ms ease; 
    -moz-transition: all 200ms ease; 
    -o-transition: all 200ms ease; 
}
.h-cat_thumb:hover:after{
    opacity: .7;
}
.h-cat-tit{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 25px;
    color: #bdbdbd;
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: none;
}
.h-contact-info{
    padding: 100px 170px 100px 40px; 
}
.h-contact-info p, .h-contact-info a{
    color: #242424;
    font-size: 29px;
    line-height: 49px;
}



/**********************************
**************************PAGE*****
**********************************/
.page-main{
    padding-top: 95px;    
    overflow: hidden;
}
.parallax-mirror{
    z-index: 10!important;
}

.parallax-mirror img{
    -webkit-transition: none;  
    transition: none;
    display: block;
    position: relative;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}

.page_bun .img-holder{    
    display: block;
    width: 100%;
    height: inherit;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-image: none !important;
    background: transparent;
}    
.page-text-wrap{
    padding-top: 60px;
    background: #F5F6F8;    
}
.p-container{
    float: left;
    overflow: hidden;
    width: 100%;
}
.p-container-inner{
    padding-right: 445px;
    position: relative;
}
.p-widget{
    float: right;
    margin-left: -370px;    
    width: 370px;
}
.widget_box{
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}
.wid-menu li{
    border: 1px solid #E2E2E2;
    border-right: 5px solid #C5C5C5;
    display: block;
    margin-bottom: 5px;
    background: #FFFFFF;
    cursor: pointer; 
}
.wid-menu li a{
    display: block;
    padding: 23px 30px 23px 10px;
    font-size: 16px;
    line-height: 1;
    color: #242424;
}
.wid-menu li.curr-item, .wid-menu li:hover{
    border-right-color: #EF584F;
}
.page-tit{
    font-weight: 400;
    color: #0e293c;    
}
.page-tit-box{
    padding-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #EF584F;
    margin-bottom: 30px;
}
.page-text-box{
    padding-bottom: 100px;
}
.page-text-box p, .page-text-box a{
    color: #242424;
    line-height: 1.8;
}

.mob_wid_menu_box {
    display: none;
    margin-bottom: 40px;
}
.curr-item-tit{
    border: 1px solid #C5C5C5;
    border-right: 5px solid #EF584F;
    background: #ffffff;
    cursor: pointer;
    font-size: 18px;
    padding: 20px 30px;
    position: relative;
    color: #000000;
}
.curr-item-tit:after{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    content: "";
    height: 0;
    left: 20px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
}
.mob_wid_menu_box .wid-toggle-menu {
    background: rgba(255,255,255,.7);
    display: none;
    height: 100%;
    width: 100%;
    z-index: 100;
}
.mob_wid_menu_box .wid-toggle-menu ul li{    
    margin-bottom: 0;
    background: transparent;
}
.mob_wid_menu_box .wid-toggle-menu ul li:first-child{
    border-top: 0;
}
.mob_wid_menu_box .wid-toggle-menu ul li a {
    font-size: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
}




.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    height: 100%;    
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


.lawyer-item{
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
    background: #1E2B3F;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 30px;
    *cursor: pointer;
}
.lawyer-item:hover{
    background: #EF584F;
}
.law-name{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.4; 
}
.law-descr{
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #ffffff;
    line-height: 1.4;
}


.doc-item{
    position: relative;
    padding-right: 245px;
    padding-bottom: 50px;
    border-bottom: 2px solid #0D2B3F;
    margin-bottom: 50px;  
}
.doc-tit{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.3;
}
.doc-item p{
    font-size: 16px;
    line-height: 1.6;
}
.doc-link{
    display: block;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #E2E2E2;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
}
.doc-link:hover{
    background: #E3E4E6;
}
.doc-link-i{
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    text-align: center;
}
.doc-link-i img{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;     
}

.c-page-text-box{
    padding-bottom: 60px;
}
.left_item{
    float: left;
    width: 500px;
}
.right_item{
    float: right;
    width: 500px;
}
.middle_item{
    margin: 0 540px;
    padding-top: 20px;
}
.c-info{
    margin-bottom: 60px;
}
.c-info li, .c-info li a{
    color: #242424;
    font-size: 22px; 
}
.c-info li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #CCCCCC;
}
.contact-map{
    height: 480px;    
}






/*************
***********FORM
***************/
.form-holder{
    padding-top: 20px;  
}
.form{
    color: #333333;
    font-size: 16px;
}
.inp-block{
    clear: both;    
    transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease; 
    -o-transition: all 0.3s ease;   
    position: relative;
    width: 100%;
    font-size: 13px;
    font-weight: lighter;
    font-weight: 300;
}
.form input[type=text], .form input[type=email], .form input[type=password], .form input[type=phone], .form textarea, .select-box{ 
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    background-color: transparent;
    border: 1px solid #10283C;
    font-family: 'Open Sans Hebrew', sans-serif;
    color: #10283C;
    font-size: 16px;    
    height: 62px;
    line-height: normal;    
    padding: 0 10px;
    width: 100%;    
    margin-bottom: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
::-webkit-input-placeholder {
  color: #10283C !important;  
}
::-moz-placeholder { /* Firefox 19+ */
  color: #10283C !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #10283C !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #10283C !important;
}
.form textarea {
    height: 135px;
    line-height: 48px;    
    overflow: hidden;
}
.form .select-box select {
    border: 0 none;
    color: #737373;
    font-size: 16px;
    height: 40px;
    /*opacity: 0;*/
    position: relative;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.form .select-box option{
    font-size: 16px;
}
.form .select-box select:focus {
    outline: none;
}
.form .select-box:after{
    content:"\f107";
    font-family: FontAwesome;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #000000;    
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;    
}

.c-form input[type=text], .c-form input[type=email], .c-form input[type=password], .c-form input[type=phone], .c-form textarea, .c-form .select-box, .c-form{
    border-color: #ffffff;
    color: #ffffff;
}
.c-form ::-webkit-input-placeholder {
  color: #ffffff !important;  
}
.c-form ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff !important;
  opacity: 1;
}
.c-form :-ms-input-placeholder {
  color: #ffffff !important;
}
.c-form :-moz-placeholder { /* Firefox 18- */
  color: #ffffff !important;
}

.form-btn{
    box-sizing: border-box;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    display: inline-block;  
    padding: 0 20px;
    width: auto;    
    height: 50px;
    border: 1px solid #F04937;
    font-size: 23px;
    color: #ffffff;
    line-height: normal;
    font-weight: 400;
    font-style: normal;    
    background: #F04937;    
    cursor: pointer;
    overflow: hidden;   
    position: relative;
    font-family: 'Open Sans Hebrew', sans-serif;
    transition: all 0.3s ease-in-out;    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 12px;
    min-width: 170px;            
}
.form-btn:hover{
    background: #000000;    
}
.inp-half{
    width: 49%;
    margin-right: 2%;
    float: right;
    clear: none;    
}
.inp-third{
    width: 32%;
    margin-right: 2%;
    float: right;
    clear: none;    
}
.inp-fourth{
    width: 23.5%;
    margin-right: 2%;
    float: right;
    clear: none;
}
.inp-half .select-box, .inp-third .select-box{
    width: 100%;
}
.inp-half:first-child, .inp-third:first-child, .inp-fifth:first-child, .inp-fourth:first-child{
    margin-right: 0;
}
.form label{
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    font-weight: 400;
}
.form input.error, .form textarea.error{
    background-color: #D0A0A0 !important;
}
.form label.error{
    background: rgba(171,0,0,1);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 50;
    padding: 5px 5px;
}
a.form-btn,  span.form-btn{
    line-height: 40px;
    display: inline-block;
}







.copy{
    background: #FFFFFF;
    padding: 25px 0;
}
.copy p{
    font-size: 14px;
    color: #1e293c;
}
.f-author:before {
    /*background: url("../images/a-author.png") no-repeat;*/
    content: "";
    display: inline-block;
    height: 13px;
    margin-left: 10px;
    width: 21px;
}





/* ***************************Alignment******************************* */
.alignleft {
    display: inline;
    float: left;
    margin-right: 40px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 40px;
    
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#back-top{   
    display: block;
    background: rgba(50,50,50,.5);
    bottom: 40px;
    right: 20px;
    color: #ffffff;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    height: 50px;
    width: 50px;    
    position: fixed;
    text-align: center;
    z-index: 100;
}









/*
 **************************MEDIA QUERIES***********************
 */

@media screen and (max-width: 768px){
.page-tit{
	line-height: 1.3;
}
.h-contact-info{
	text-align: center;
}
} 

@media screen and (max-width: 1600px){
.top-phone{
    padding: 0 25px;
    margin-right: 25px;
}
ul.top-menu li a, .lang-switch a{
    font-size: 16px;
}
.left_item, .right_item{    
    width: 450px;
}
.middle_item{
    margin: 0 480px;    
}

}

@media screen and (max-width: 1400px){
.logo{
    margin-right: 80px;
}
.sub-trigger{
    display: block;
    width: 100%;
    pointer-events: auto;
}
.top-menu-box{
    float: none;
}
.lang-switch{
    float: none;
    position: absolute;
    top: 30px;
    left: 30px;
    padding-top: 0;    
}
.lang-switch a{
    line-height: 30px;
    color: #ffffff;
}
.h-info-desc-box{
    padding: 80px 30px;
}
.h-info-item-profile .tit-line{
    font-size: 48px;
}
.h-contact-info{
    padding-right: 100px;
}
.lawyers-box .col-3{
    width: 33.3333%;
}
.left_item, .right_item{    
    width: 420px;
}
.middle_item{
    margin: 0 450px;    
}

}

@media screen and (max-width: 1200px){
.h-info-table td{
    display: block;
    float: left;
    width: 50%;
}
.h-info-table td:last-child{
    width: 100%;
}
.lawyers-box .col-3{
    width: 50%;
}
.c-page-text-box{
    font-size: 0;
    margin-right: -30px;
    margin-left: -30px;   
}
.left_item, .right_item {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
    width: 50%;
    vertical-align: top;
    padding: 0 30px;
}
.middle_item {
    margin: 0 auto;
    max-width: 100%;
}
.contact-map, .contact-map iframe{
    height: 250px;
    overflow: hidden;
    padding: 0;
}
.c-page-text-box{
    padding-bottom: 0;
}
.main-tit{
	font-size: 35px;
}
}

@media screen and (max-width: 1024px) {
.l-tit{
    font-size: 48px;
}
.h-cat-tit, .h-about-wrap p, .h-contact-info p, .h-contact-info a{
    font-size: 21px;
}
.h-about-wrap p {
	font-size: 19px;
}
.doc-item{
    padding-right: 180px;
}
.doc-link{
    width: 160px;
    height: 160px;
    font-size: 14px;
}
.doc-link-i img{
    width: 30%;
}
.s-tit, .c-info li, .c-info li a{
    font-size: 18px;
}

}

@media screen and (max-width: 1000px) {


}

@media screen and (max-width: 980px) {
.h-contact-info{
    padding-right: 20px;
}
.p-container{
    float: none;
    margin-bottom: 30px;
}
.p-container-inner{
    padding-left: 0;
    padding-right: 0;
}
.p-widget{
    float: none;
    margin: 0 auto;
    width: 70%;
}
.wid-menu{
    display: none;
}
.nav-mob, .mob_wid_menu_box{
    display: block;
}
.page_bun{
    min-height: 200px;
    
}
.lawyers-box .col-3{
    width: 33.3333%;
}
.documents-box .col-6{
    width: 100%;
}
.doc-item{
    padding-right: 200px;
}

}

@media screen and (max-width: 900px) {

	.main-tit {
		line-height: 1.3;
	}

}

@media screen and (max-width: 800px) {
.right_item, .left_item{
    width: 100%;
}
.c-info{
    margin-bottom: 30px;
}
.c-logo{
    display: block;
    margin: 0 auto;
}
.h-cat-prev{
    width: 50%;
}

}

@media screen and (max-width: 768px) {
p{
	font-size: 16px;
}
[class^="col-"]{	
	width:100%;	
}
.copy .col-6{
    width: 50%;
}
.top-bar{
    position: relative;
}
.page-main{
    padding-top: 0;
}
.main-tit-wrap{
    height: auto;
    padding: 80px 0 80px;
    min-height: 300px; 
}
.main-tit-box{
    position: relative;
    top: auto;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    padding: 0 50px;
}
.main-bunner-anim{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);    
    display: block;
    margin: 0 auto;
}
.main-tit{
    font-size: 23px;
    margin-top: -20px;
}
.h-contact-table td{
    width: 100%;
    display: block;
}
.h-contact-form-box .l-tit, .h-contact-form-box{
    padding-top: 30px;
}
.page_bun{
    min-height: 150px;
}
img.article-img{
    max-width: 50%;
}
.page-text-box p, .page-text-box a,.mob_wid_menu_box .wid-toggle-menu ul li a{
    font-size: 21px;
}
.lawyer-item .law-descr{
    font-size: 16px;
}
.push-menu ul.top-menu li a{
    font-size: 18px;
}

}

@media screen and (max-width: 740px) {
.logo{
    float: left;
    margin-left: 20px;
}
.top-phone{
    display: none;
}
.h-about-wrap{
    padding: 0 20px;
}
.lawyers-box .col-3{
    width: 50%;
}

}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 640px) {


}

@media screen and (max-width: 600px) {
.h-info-table td{
    width: 100%;
}
.h-info-desc-box{
    padding: 40px 20px;
}
.h-info-table td:nth-child(1) .h-info-item, .h-info-table td:nth-child(2) .h-info-item{
     padding: 40px 20px;
}
.main-bunner-anim{
    -webkit-transform: scale(.5) translateX(-50%);
    -ms-transform: scale(.5) translateX(-50%);
    transform: scale(.5) translateX(-50%);
    left: 50%;
    position: relative;
    width: 130%;
    height: 165px;
}
.main-tit{
    padding-top: 20px;
}
img.article-img{
    max-width: 100%;
}
.lawyer-item{
    margin-bottom: 10px;
}
.row{
    margin-left: -5px;
    margin-right: -5px;
}
[class^="col-"]{
    padding: 0 5px;
}
.doc-item{
    padding: 30px;
    padding-bottom: 160px;
    margin-bottom: 30px;
}
.doc-link{
    top: auto;
    width: 100%;
    bottom: 30px;
    height: 100px;
    padding: 20px 30px;
}
.doc-link-i{
    width: 100%;
    transform: none;
    -webkit-transform: none;
    line-height: 60px;
    top: auto;
    text-align: right;
}
.doc-link-i img{
    float: right;
    display: block;
    margin-left: 30px;
    margin-bottom: 0;
    height: 60px;
    width: auto; 
}

}

@media screen and (max-width: 480px) {
#back-top{
    bottom: 50px;
    right: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

}

@media only screen and (max-device-width: 768px) and (orientation : portrait){
	.doc-tit
	{
		font-weight:600;
	}
	
	.judgements_title
	{
		text-align:right !important;
	}
}

.hidden
{
	display:none;
}

p .expand-transition {
  transition: all .3s ease;
  height: 30px;
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
p .expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}
@media screen and (min-width: 741px)
{
	.expander
	{
		height:500px;
	}
	
}
@media screen and (max-width: 740px)
{
	.justify_smaller_line
	{
		line-height:21px;
		text-align:justify !important;
		direction:ltr;
	}
	.smaller_title
	{
		font-size:33px !important;
	}
}
