/*
Theme Name: Zashita Theme
Author: X-Cloud
Author URI: http://x-cloud.biz/
Version: 0.1
*/
/*-------------- Reset --------------*/
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
figure {
  margin: 0;
}
input,
textarea,
select,
button,
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0 none;
}
a {
  background: transparent;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
a:visited {
  outline: 0 none;
}
b,
strong {
  font-weight: bold;
}
textarea {
  resize: none;
  overflow-y: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 10px 0;
}
input::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input:-ms-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder {
  opacity: 0;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
textarea:-ms-input-placeholder {
  opacity: 1;
}
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
textarea:focus::-moz-placeholder {
  opacity: 0;
}
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
textarea:focus:-moz-placeholder {
  opacity: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  font-family: 'Open Sans', sans-serif;
}
button {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.clearfix,
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.oh {
  overflow: hidden;
}
.w-half {
  width: 50%;
}
.a-center {
  text-align: center;
}
::selection {
  background-color:#4384c5;
  color:#fff;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
::-moz-selection {
  background-color:#4384c5;
  color:#fff;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
/*-------------- Main Styles --------------*/
html {
  height: 100%;
}
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 100%;
  min-height: 100%;
  background-color:#f4f7fb;
  font-weight: normal;
  position: relative;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.section-inn, 
.index-top-menu-ru {
  margin: 0 auto;
  width: 1210px;
  position:relative;
}
.yellow-btn{
  line-height: 60px;
  border-radius: 2px;
  background-color: #fdc925;
  font-size: 24px;
  font-weight: 600;
  color:#000;
  text-align:center;
  display:inline-block;
  padding:0 35px;
  border:none;
  text-decoration:none;
}
.title-main{
  position:relative;
  display:inline-block;
  padding-bottom:25px;
  font-size: 38px;
  line-height:40px;
  font-weight: bold;
}
.title-main::after{
  content:'';
  display:block;
  width:70px;
  height:6px;
  position:absolute;
  bottom:0;
  left:50%;
  margin-left:-35px;
}
.index-reviews-block .section-inn .title-main.custom-title-main::after{
    background-color:#1c96b8!important;
}
.color-white{
  color:#fff;
}
.color-blue{
  color:#4384c5;
}
.color-white::after{
  background-color:#fff;
}
.color-blue::after{
  background-color:#4384c5;
}
.wrapper{overflow:hidden;}
.breadcrumbs a, 
.breadcrumbs span{
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
.breadcrumbs a{
  color:#fff;
}
.page-template-default .breadcrumbs{
  margin-top:25px;
  margin-bottom:-15px;
}
.page-template-default .breadcrumbs a, 
.page-template-default .breadcrumbs span{
  text-shadow:none;
  color: #4384c5;
}
/*-----------------Header-----------------*/
header{
  height:126px;
  position:relative;
  width:100%;
  background-color:#4384c5;
  z-index:20;
}
.home header, 
.category header, 
.search header,
.error404 header,
.page-template-index-he header{
  width:calc(100% - 50px);
}
.home header::before, 
.category header::before, 
.search header::before, 
.error404 header::before,
.page-template-index-he header::before{
  content:'';
  display:block;
  width:50px;
  height:115px;
  background:transparent url('img/triangle-top.png') no-repeat 0 0;
  right:-50px;
  top:0;
  position:absolute;
}
header .section-inn{
  position:relative;
  display:flex;
  justify-content:left;
  width:100%;
  padding-left:20px;
  padding-right:20px;
}
.header-nav{
  margin-right:10px;
}
.page-template-index-he .header-nav{
    display:none;
}
.header-nav__menu{
  display:inline-block;
}
.header-nav__menu .menu li{
  display:inline-block;
  position:relative;
  line-height:115px;
  margin-left:20px;
  opacity:.5;
  transition:.3s ease-in-out;
}
.header-nav__menu .menu li:hover,
.header-nav__menu .menu li.current-menu-item{
  opacity:1;
}
.header-nav__menu .menu li.menu-item-type-custom{
  opacity:.5;
}
.header-nav__menu .menu li:first-child{
  margin-left:0;
}
.header-nav__menu .menu li::after{
  content:'';
  display:block;
  width:0;
  height:6px;
  background-color:#fff;
  position:absolute;
  left:0;
  bottom:0;
  transition:.3s ease-in-out;
}
.header-nav__menu .menu li:hover::after, 
.header-nav__menu .menu li.current-menu-item::after{
  width:100%;
}
.header-nav__menu .menu li.menu-item-type-custom::after{
  width:0;
}
.header-nav__menu .menu li.menu-item-type-custom:hover{
  opacity:1;
}
.header-nav__menu .menu li.menu-item-type-custom:hover::after{
  width:100%;
}
.header-nav__menu .menu li a{
  color:#fff;
  text-decoration:none;
  font-size:20px;
  user-select:none;
}
.lang-item{
  display:none;
}
.header-nav__searchform{
  display:inline-block;
  line-height:115px;
  margin-left:20px;
  position:absolute;
  right:15px;
}
.page-template-index-he .header-nav__searchform{
    display: none;
}
.home .header-nav__searchform{
  right:0;
}
.header-nav__searchform #s{
  border:none;
  background-color:#fff;
  font-size:14px;
  width:150px;
  padding:5px 10px;
  margin-right:10px;
  color:#000;
  border-radius:5px;
  transition:.4s ease-in-out;
}
.header-nav__searchform.opened #s{
  width:150px;
  padding:5px 10px;
  margin-right:10px;
}
.header-nav__searchform #searchsubmit{
  border:none;
  background:transparent url('img/search-btn-bg.svg') no-repeat 50% 50%;
  width:20px;
  height:20px;
  display:inline-block;
  text-indent:-9999px;
  cursor:pointer;
}
.home header.fixed{
  position:fixed;
  right:50px;
  top:0;
}
header.fixed{
  position:fixed;
  top:0;
}
header.stable-fixed{
  position:fixed;
  top:0;
}
.header-logo{
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:38px;
  font-weight:bold;
  margin-right:45px;
  margin-top:10px;
  display:block;
  text-indent:-9999px;
  width:58px;
  height:65px;
  background:transparent url('img/logo-blue.png') no-repeat 0 0;
  background-size:contain;
}
.home .header-logo , 
.category .header-logo , 
.search .header-logo ,
.error404 .header-logo,
.page-template-index-he .header-logo{
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:38px;
  font-weight:bold;
  margin-right:45px;
  margin-top:10px;
  display:block;
  text-indent:-9999px;
  width:85px;
  height:95px;
  background:transparent url('img/logo.png') no-repeat 0 0;
}
.page-template-index-he .header-logo{
    width: 95px;
}
.header-langs{
  position: absolute;
    /*left: 15px;*/
    right: -28px;
    top: 5px;
    width: 32px;
    height: 32px;
  
}
.page-template-default .header-langs{
    right: 10px;
}
.header-langs ul{
    position: relative;
}
.header-langs li{
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    z-index: 0;
    transition: .4s ease-in-out;
}
.header-langs li.current-lang{
    z-index: 1;
}
.header-langs li a{
  /*display:inline-block;*/
  /*color:#fff;*/
  /*text-decoration:none;*/
  /*font-size:20px;*/
  /*padding-left:25px;*/
  /*background:transparent url('img/langs-white-bg.svg') no-repeat 0 50%;*/
  
    width: 32px;
    height: 32px;
    display: block;
    user-select: none;
    position: relative;
}
.header-langs li a[hreflang="ru-RU"] {
    /*background: transparent url(img/ru.png) no-repeat 0 0;*/
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
    opacity: 0;
}
.header-langs li a[hreflang="he-IL"] {
    background: transparent url(img/he.png) no-repeat 0 0;
}
.page-template-index-he .header-langs li a[hreflang="he-IL"]{
    display:none;
}
.page-template-index-he .header-langs li a[hreflang="ru-RU"]{
    opacity: 1;
}
/*.header-langs li.lang-ru.viisible {*/
/*    transform: translateY(64px);*/
/*    z-index: 1;*/
/*}*/
/*.header-langs li.lang-he.viisible {*/
/*    transform: translateY(32px);*/
/*    z-index: 1;*/
/*}*/
.page-template-index-he .header-langs li.current-lang{
    z-index: -1;
}

.page-template-default header{
  background-color: #f4f7fb;
}
.page-template-default header:after{
  content:'';
  display:block;
  width:100%;
  height:30px;
  background-color: #4384c5;
  position:absolute;
  left:0;
  bottom:0;
}
.page-template-default .header-nav__menu .menu li a{
  color:#747474;
}
.page-template-default .header-nav__menu .menu li a::after{
  display:none;
}
.page-template-default .header-nav__menu .menu li{
  opacity:1;
}
.page-template-default .header-nav__menu .menu li a:hover, 
.page-template-default .header-nav__menu .menu li.current-menu-item a{
  color:#4384c5;
}
.page-template-default .header-logo{
  color:#4384c5;
}
.page-template-default .header-nav__searchform #searchsubmit{
  background: transparent url(img/search-btn-gr-bg.svg) no-repeat 50% 50%;
}
.header-phone__link{
  color:#747474;
  text-decoration:none;
  display:inline-block;
  font-weight:bold;
  line-height: 115px;
  font-size: 32px;
  margin: 0 5px;
}
@media (min-width: 1166px) and (max-width: 1360px){
    .header-nav{
        margin-right: 10px!important;
    }
    .header-phone__link{
         font-size: 18px;   
    }
    .header-nav__menu .menu li{
        margin-left: 15px;
    }
}
.page-template-index-he .header-phone{
    width: 100%;
    text-align: center;
}
.page-template-index-he .header-phone .header-phone__link{
    margin: 0 15px;
}
.home .header-phone__link, 
.category .header-phone__link, 
.search .header-phone__link, 
.error404 .header-phone__link,
.page-template-index-he .header-phone__link{
  color:#fff;
}
.header-phone__link i{
  position:relative;
  font-style:normal;
  display:inline-block;
  opacity:0;
}
.header-phone__link i:nth-child(1){
    animation: opacity 5s ease-in-out .1s both infinite;
}
.header-phone__link i:nth-child(2){
    animation: opacity 5s ease-in-out .3s both infinite;
}
.header-phone__link i:nth-child(3){
    animation: opacity 5s ease-in-out .5s both infinite;
}
.header-phone__link i:nth-child(4){
    animation: opacity 5s ease-in-out .7s both infinite;
}
.header-phone__link i:nth-child(5){
    animation: opacity 5s ease-in-out .9s both infinite;
}
.header-phone__link i:nth-child(6){
    animation: opacity 5s ease-in-out 1.1s both infinite;
}
.header-phone__link i:nth-child(7){
    animation: opacity 5s ease-in-out 1.3s both infinite;
}
.header-phone__link i:nth-child(8){
    animation: opacity 5s ease-in-out 1.5s both infinite;
}
.header-phone__link i:nth-child(9){
    animation: opacity 5s ease-in-out 1.7s both infinite;
}
.header-phone__link i:nth-child(10){
    animation: opacity 5s ease-in-out 1.9s both infinite;
}
@keyframes opacity {
  0% {
    opacity:0;
  }
  5% {
    opacity:1;
  }
  95% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}
/*-----------------Index Page-----------------*/
.index-slogan-block{
  height:800px;
  width:100%;
  /*background:transparent url('img/index-slogan-block.jpg') no-repeat 50% 50%;*/
  background-size:cover;
  overflow:hidden;
  position:relative;
  margin-top:-165px;
}
video { 
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}    
/*.index-slogan-block::after{
  content:'';
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  z-index:1;
  background:rgba(0,0,0,.27);
}*/
.index-slogan-block .section-inn{
  padding-top:280px;
  position:relative;
  z-index:2;
}
.page-template-index-he .index-slogan-block .section-inn{
    padding-top: 382px;
}
.page-template-index-he .index-slogan-block .section-inn .title{
    font-size: 86px;
}
.page-template-index-he .index-slogan-block .section-inn .subtitle{
    font-size: 65px;
}
.index-slogan-block .section-inn .title{
  display:block;
  text-align:center;
  font-size: 56px;
  line-height:62px;
  font-weight: bold;
  color:#fff;
  margin-bottom:20px;
  text-shadow:2px 2px 1px rgba(0,0,0,.5);
}
.index-slogan-block .section-inn .subtitle{
  display:block;
  text-align:center;
  font-size: 40px;
  line-height:46px;
  color:#fff;
  text-shadow:2px 2px 1px rgba(0,0,0,.5);
}
.index-about-us-block{
  /*background-color: #4384c5;*/
}
.index-about-us-block .section-inn{
  padding-top:20px;
  /*padding-bottom:100px;*/
  padding-bottom:160px;
  text-align:center;
}
.index-about-us-block .section-inn .title-main{
  margin-bottom:20px;
}
.index-about-us-block .section-inn p{
  font-size: 28px;
  line-height:38px;
  font-weight:600;
  color:#4384c5;
  display:flex;
  text-align:left;
  width: calc(100% - 466px);
  padding-right:30px;
  align-items: center; 
}
.partners-info{
  display:flex;
  overflow:hidden;
}
.partners-info .partners-logos{
  width:466px;
  position:relative;
  z-index:2;
  overflow:hidden;
}
.partners-info .partners-logos video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 480px;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}
.partners-info .partners-logos .partner-1{
  width:118px;
  height:129px;
  background:transparent url('img/partner-1.png') no-repeat 0 0;
  margin:0 auto 10px 0;
}
.partners-info .partners-logos .partner-2{
  width:120px;
  height:80px;
  background:transparent url('img/partner-2.webp') no-repeat 0 0;
  margin:0 auto 10px 0;
}
.partners-info .partners-logos .partner-3{
  width:120px;
  height:120px;
  background:transparent url('img/partner-3.jpg') no-repeat 0 0;
  margin:0 auto;
}
.index-top-menu-ru{
  margin-top:-205px;
  position:relative;
  z-index:3;
  margin-bottom:53px;
}
#menu-index-top-menu-ru{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
#menu-index-top-menu-ru li{
  display:block;
  position:relative;
  width:calc(25% - 45px);
  margin-bottom:23px;
  opacity:.8;
  background-color:#4384c5;
  transition:.3s ease-in-out;
}
/*#menu-index-top-menu-ru li:hover{
  transform:scale(1.025);
}*/
#menu-index-top-menu-ru li:nth-child(odd){
  margin-right:45px;
  border-radius:10px 0 0 10px;
}
#menu-index-top-menu-ru li:nth-child(even){
  margin-left:45px;
  border-radius:0 10px 10px 0;
}
#menu-index-top-menu-ru li:nth-child(even)::after{
  content:'';
  display:block;
  width:45px;
  height:98px;
  background:transparent url('img/triangle-right.png') no-repeat 0 0;
  position:absolute;
  top:0;
  left:-45px;
  z-index:-1;
}
#menu-index-top-menu-ru li:nth-child(odd)::after{
  content:'';
  display:block;
  width:45px;
  height:98px;
  background:transparent url('img/triangle-left.png') no-repeat 0 0;
  position:absolute;
  top:0;
  right:-45px;
  z-index:-1;
}
#menu-index-top-menu-ru li:nth-child(4n+2){
  margin-right:45px;
  width:calc(25% - 90px);
  border-radius:0;
}
#menu-index-top-menu-ru li:nth-child(4n+2)::before{
  content:'';
  display:block;
  width:45px;
  height:98px;
  background:transparent url('img/triangle-left.png') no-repeat 0 0;
  position:absolute;
  top:0;
  right:-45px;
  z-index:-1;
}
#menu-index-top-menu-ru li:nth-child(4n+3){
  margin-left:45px;
  width:calc(25% - 90px);
  border-radius:0;
}
#menu-index-top-menu-ru li:nth-child(4n+3)::before{
  content:'';
  display:block;
  width:45px;
  height:98px;
  background:transparent url('img/triangle-right.png') no-repeat 0 0;
  position:absolute;
  top:0;
  left:-45px;
  z-index:-1;
}
#menu-index-top-menu-ru li a{
  display:block;
  opacity:1;
  text-decoration:none;
  color:#fff;
  font-weight:bold;
  font-size:20px;
  line-height:28px;
  padding:35px 5px 35px 5px;
  text-align:center;
  position:relative;
  z-index:2;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
.index-form-block{
  background-color:#4384c5;
}
.index-form-block .section-inn{
  /*padding-top:160px;
  padding-bottom:160px;*/
  padding-top: 85px;
  padding-bottom: 90px;
  text-align:center;
  width:710px;
}
.index-form-block .section-inn form{
  padding-top:30px;
}
.index-form-block .section-inn form .my-row{
  display:flex;
  justify-content:space-between;
  margin-bottom:25px;
}
.index-form-block .section-inn form .my-row input{
  width: 326px;
  height: 60px;
  background-color: #fff;
  border:none;
  font-size:24px;
  color:#000;
  padding-left:10px;
  border-radius:8px;
}
.index-form-block .section-inn form .my-row textarea{
  width: 100%;
  height: 200px;
  border-radius: 8px;
  background-color: #fff;
  border:none;
  font-size:24px;
  color:#000;
  padding:10px;
}
.index-form-block .section-inn form .my-row .yellow-btn{
  width: 326px;
  position:relative;
  border-radius:8px;
  color:#fff;
  background-color:#1683ff;
  margin:0 auto;
}
.index-form-block .section-inn form .my-row .yellow-btn:active{
  bottom:-2px;
  right:-2px;
}
.contact__msg.alert-success,
.contact__msg.alert-danger{
  font-size:16px;
  display:block;
  padding-top:30px;
  color:green;
  text-align:center;
  font-weight:600;
} 
.contact__msg.alert-danger{
  color:red;
}
/*------------------Single Category Page-------------------*/
.single-category-page{
  position:relative;
  z-index:2;
  background-color: #f4f7fb;
  overflow:hidden;
  margin-top:-115px;
  color:#fff;
  height:100%;
}
.single-category-page .section-inn{
  padding-top:135px;
  padding-bottom:75px;
  position:relative;
}
.single-category-page .section-inn .back, 
.single-category-page .links-to-pages-block p a{
  color:#fff!important;
}
.single-category-page .section-inn .back::before{
  background: transparent url(img/triangle.svg) no-repeat 0 0;
  background-size:12px 10px;
}
.single-category-page .section-inn .back{
  text-shadow:2px 2px 1px rgba(0,0,0,.5);
}
/*.single-category-page .top-block::before{
  display:block;
  left:-50vw;
  top:0;
  position:absolute;
  z-index:-1;
  width:50vw;
  height:100%;
  background-color: #4384c5;
  content:'';
}*/
.single-category-page .top-block{
  display:flex;
  justify-content:space-between;
  position:relative;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.top-block__cat-description{
  /*background-color: #4384c5;*/
  width:100%;
  margin:35px 0;
  position:relative;
  overflow:hidden;
  background: rgba(67, 132, 197, .8);
  padding:25px;
  border-radius:10px;
}
.category-pensiya .links-to-pages-block a:nth-child(5), 
.category-smert .links-to-pages-block a:nth-child(5){
  background: rgba(255, 0, 0, .8);
}
.single-category-page video{
  /*display:none;*/
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
}
.single-category-page::before{
  content:'';
  left:0;
  top:0;
  right:0;
  bottom:0;
  position:absolute;
  z-index:-99;
  background:rgba(0,0,0,.45);
}
.category-traffic-accidents .single-category-page video.dtp{
  display:block;
}
.category-labor-law .single-category-page video.labor-law{
  display:block;
}
.category-industrial-accident .single-category-page video.industrial-accident{
  display:block;
}
.category-pension .single-category-page video.pansion{
  display:block;
}
.category-death .single-category-page video.death{
  display:block;
}
.category-disability .single-category-page video.disability{
  display:block;
}
.category-bitoum-leumi .single-category-page video.bituah-leumi{
  display:block;
}
.category-insurance .single-category-page video.insurance{
  display:block;
}
.single-category-page .categories-menu{
  /*background-color: #4384c5;*/
  width:415px;
  padding:35px 30px;
}
.top-block__cat-description .title{
  display:block;
  font-size: 42px;
  line-height:48px;
  font-weight: bold;
  color:#fff;
  margin-bottom:25px;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
.top-block__cat-description .text{
  display:block;
  font-size: 24px;
  line-height:36px;
  color:#fff;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
}
.top-block__cat-description .text h1,
.top-block__cat-description .text h2,
.top-block__cat-description .text h3,
.top-block__cat-description .text h4,
.top-block__cat-description .text h5,
.top-block__cat-description .text h6{
  font-weight:bold;
}
.single-category-page .categories-menu li#my-item-id{
  color:#fff;
  text-transform:capitalize;
  font-size: 38px;
  line-height:42px;
  font-weight: bold;
  margin-bottom:20px;
}
.single-category-page .categories-menu li.menu-item a{
  display:block;
  text-decoration:none;
  margin-bottom:12px;
  color:#fff;
  font-size: 22px;
  line-height:28px;
  padding-left:20px;
  position:relative;
}
.single-category-page .categories-menu li.menu-item a::before{
  content:'';
  display:block;
  width:12px;
  height:10px;
  background:transparent url('img/triangle.svg') no-repeat 0 0;
  position:absolute;
  left:0;
  top:10px;
  background-size:12px 10px;
  transition:.3s ease-in-out;
}
.single-category-page .categories-menu li.menu-item a:hover::before{
  left:-7px;
}
.links-to-pages-block{
  margin-bottom:50px;
}
.links-to-pages-block p{
  display:flex;
  justify-content:left;
  flex-wrap:wrap;
  margin-left:-1%;
}
.links-to-pages-block p a{
  display:flex;
  width:calc(100% / 3 - 1%);
  flex:0 0 calc(100% / 3 - 1%);
  margin-left:1%;
  color:#333;
  font-weight:600;
  text-decoration:none;
  font-size:22px;
  line-height:28px;
  margin-bottom:20px;
  padding:15px;
  text-shadow: 2px 2px 1px rgba(0,0,0,.5);
  background:rgba(67, 132, 197, .8);
  border-radius:10px;
  align-items:center;
}
/*------------------Reviews-------------------*/
.index-reviews-block .section-inn{
	padding-top:85px;
	padding-bottom:90px;
}
.index-reviews-block .section-inn .title-main{
	margin-bottom:40px;
  color:#000!important;
}
.index-reviews-block .section-inn .title-main::after{
  background-color:#000!important;
}
.counters-block{
	display:flex;
	justify-content:space-between;
	margin-bottom:40px;
}
.video-bg{
  position:relative;
  z-index:2;
  height:435px;
  overflow:hidden;
  width:100%;
  /*background:transparent url('img/alipinist.jpg') no-repeat 50% 50%;
  background-size:cover;*/
}
.video-bg video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}    
.counters-block .item{
	text-align:center;
  width:25%;
  flex:0 0 25%;
}
.counters-block .item i{
  /*color:#fff;*/
  color:#000;
  display:block;
  margin-bottom:10px;
  text-transform:capitalize;
  font-weight:600;
  font-size:22px;
}
.counters-block .item span{
	clear:both;
	font-weight:bold;
	font-size:32px;
	line-height:34px;
	margin-bottom:15px;
	display:inline-block;
	/*color:#4384c5;*/
  color:#000;
  padding-top:55px;
  position:relative;
}
.counters-block .item span.timer-1::before{
  background:transparent url('img/doc.png') no-repeat 50% 0;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-50px;
  display:block;
  width:100px;
  height:38px;
  content:'';
}
.counters-block .item span.timer-2::before{
  background:transparent url('img/handshake.png') no-repeat 50% 0;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-50px;
  display:block;
  width:100px;
  height:38px;
  content:'';
}
.counters-block .item span.timer-3::before{
  background:transparent url('img/shekel.png') no-repeat 50% 0;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-50px;
  display:block;
  width:100px;
  height:38px;
  content:'';
}
.counters-block .item span.timer-4::before{
  background:transparent url('img/people.png') no-repeat 50% 0;
  position:absolute;
  top:0;
  left:50%;
  margin-left:-50px;
  display:block;
  width:100px;
  height:38px;
  content:'';
}
.counters-block .item p{
  text-align:center;
  font-size:17px;
  line-height:19px;
  margin:0 50px;
  font-weight:600;
}
.revews-block .item .author{
	display:block;
	clear:both;
	font-weight:bold;
	font-size:20px;
	line-height:22px;
	margin-bottom:10px;
}
.revews-block{
	display:flex;
	justify-content:space-between;
}
.revews-block .parent{
  display:flex!important;
  justify-content:space-between;
  flex-wrap:wrap;
}
.revews-block .parent .item{
	width:49%;
	flex:0 0 49%;
  padding:20px;
  background-color:#fff;
  border-radius:5px;
  box-shadow:0 0 5px rgba(0,0,0,.55);
}
.revews-block .parent .item:nth-child(1), 
.revews-block .parent .item:nth-child(2){
  margin-bottom:20px;
}
.revews-block .item .text{
	font-size:16px;
	line-height:24px;
}
.revews-block .item .photo{
  display:block;
  width:100px;
  height:100px;
  border-radius:100%;
  margin:0 0 20px 0;
  background-repeat:no-repeat;
  background-position:50% 50%;
  background-size:cover;
}
/*------------------Page Content-------------------*/
.page-content{
  padding-top:40px;
  padding-bottom:90px;
  color:#333;
  font-size:22px;
  line-height:30px;
  min-height:100%;
}
.page-content table{
  border-collapse: collapse;
  border: 1px solid #333;
}
.page-content table th, 
.page-content table td{
  padding:10px;
  border: 1px solid #333;
}
.page-content table th, 
.page-content table tr:first-child td{
  background:rgba(0,0,0,.1);
}
.page-content h1{
  color: #4384c5;
  font-weight:bold;
  line-height:38px;
  font-size:32px;
  margin-bottom:30px;
}
.page-content h2{
  color: #4384c5;
  font-weight:bold;
  line-height:36px;
  font-size:30px;
  margin-bottom:30px;
}
.page-content h3{
  color: #4384c5;
  font-weight:bold;
  line-height:34px;
  font-size:28px;
  margin-bottom:25px;
}
.page-content h4{
  color: #4384c5;
  font-weight:bold;
  line-height:32px;
  font-size:26px;
  margin-bottom:25px;
}
.page-content h5{
  color: #4384c5;
  font-weight:bold;
  line-height:30px;
  font-size:24px;
  margin-bottom:25px;
}
.page-content h6{
  color: #4384c5;
  font-weight:bold;
  line-height:28px;
  font-size:22px;
  margin-bottom:25px;
}
.page-content p{
  margin-bottom:25px;
  font-size:22px;
  line-height:30px;
}
.page-content ul{
  list-style:disc;
  line-height:30px;
  margin-bottom:25px;
  margin-left:25px;
}
.page-content ul li{
  margin-bottom:15px;
}
.page-content a{
  color:#4384c5;
}
.alignright{
  float:right;
  margin-left:30px;
  margin-bottom:15px;
}
.alignleft{
  float:left;
  margin-right:30px;
  margin-bottom:15px;
}
.alignnone{
  margin:15px auto;
}
.back{
  text-decoration:none;
  position:absolute;
  left:0;
  bottom:30px;
  font-weight:600;
  padding-left: 20px;
  color:#333!important;
  font-size:24px;
  line-height:33px;
}
.back::before {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: transparent url(img/triangle-gr.svg) no-repeat 0 0;
  position: absolute;
  left: 0;
  top: 12px;
  background-size: 12px 10px;
  transform:rotate(180deg);
  transition: .3s ease-in-out;
}
.back:hover::before{
  left:-7px;
}
/*.page-id-17 main{
  background: #f4f7fb url('img/logo-bg.png') no-repeat 50% 115px;
  background-attachment:fixed;
  background-size:contain;
}*/
.page-id-17 .page-content h1{
  text-align:center;
}
.page-id-116 .page-content h1{
  text-align:center;
}
.accessWidget.top-right.distance0{
  top:125px!important;
}
.BigAccessWidget.top-right.distance0, 
.BigAccessWidget.top-left.distance0{
  top:115px!important;
}
.accessWidget i,
.BigAccessWidgetClose{
  box-shadow:none!important;
  border-color:#4384c5!important;
  background:#4384c5!important;
}
.accessWidget i{
  border-radius:0 0 0 6px;
  font-size:60px!important;
}
.BigAccessWidget{
  outline:#4384c5!important;
}
.BigAccessWidget ul li i,
.BigAccessWidget .powerd a{
  color:#4384c5!important;
}
.BigAccessWidget .powerd,
.BigAccessWidget h6{
  display:none!important;
}
/*------------------Slider---------------------*/
.slick-slider{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding:5px 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
      display:flex;      
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
  display: none;
  float: none;
  margin:5px;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*-----------------Footer-----------------*/
footer{
  background-color:#000;
  width:100%;
  position:absolute;
  left:0;
  bottom:0;
}
footer .section-inn .top-block{
  display:flex;
  justify-content:space-between;
  padding-top:50px;
}
footer .section-inn .top-block .footer-nav__menu a{
  color:#fff;
  text-decoration:none;
}
footer .section-inn .top-block .footer-nav__menu li{
  margin-bottom:15px;
}
footer .section-inn .top-block .footer-nav__menu li.current_page_item a,
footer .section-inn .top-block .footer-nav__menu li.current-menu-item a{
  text-decoration:underline;
}
footer .section-inn .bottom-block{
  text-align:center;
  font-size:14px;
  line-height:25px;
  color:#fff;
  margin-top: 30px;
  margin-bottom: 15px;
}
footer .section-inn .bottom-block span,
footer .section-inn .bottom-block a{
  font-size:14px;
  line-height:20px;
  color:#fff;
}

.support-text{
  display:block;
  position:fixed;
  left:35px;
  bottom:35px;
  z-index:10;
  background:#4384c5 url('img/support-text.svg') no-repeat 50% 50%;
  width:85px;
  height:85px;
  border:none;
  border-radius:100%;
  text-decoration:none;
  transition:.3s ease-in-out;
}
.support-audio{
  display:block;
  position:fixed;
  right:35px;
  bottom:35px;
  z-index:10;
  width:155px;
  height:155px;
  border:none;
  border-radius:100%;
  color:#fff;
  text-shadow:1px 1px 1px rgba(0,0,0,.5);
  background-color:red;
  text-decoration:none;
  text-align:center;
  font-size:20px;
  line-height:24px;
  padding-left:10px;
  padding-right:10px;
  padding-top:50px;
  user-select:none;
  transform:scale(0);
  animation: scale 3s ease-in-out 0s both infinite;
}
@keyframes scale {
  0% {
    transform:scale(0);
  }
  5% {
    transform:scale(1);
  }
  95% {
    transform:scale(1);
  }
  100% {
    transform:scale(0);
  }
}
/*-----------------Popup-----------------*/
.overlay{
  position:fixed;
  left:0;
  top:0;
  z-index: 99999;
  width:100vw;
  height:100vh;
  /*background:rgba(67, 132, 197, .8);*/
  background:rgba(255, 255, 255, .8);
  display:none;
  transition:.4s ease-in-out;
}
.overlay.visible{
  display:block;
}
.no-scroll{
  overflow:hidden;
}
.popup-message{
  left:50%;
  top:0;
  transform:scale(0);
  margin-left:-300px;
  margin-top:100px;
  position:absolute;
  width:600px;
  padding:25px;
  /*background-color:#fff;*/
  background-color: #4384c5;
  overflow:hidden;
  border-radius:10px;
  transition:.4s ease-in-out;
}
.overlay.visible .popup-message.visible{
	transform:scale(1);
}
.popup-message .my-row{
	display:block;
	clear:both;
	margin-bottom:25px;
}
.popup-message .my-row input, 
.popup-message .my-row textarea{
	width: 100%;
    height: 60px;
    border-radius: 5px;
    /*background-color: #4384c5;*/
    background-color:#fff;
    border: none;
    font-size: 24px;
    /*color:#fff;*/
  	color:#000;
    padding-left: 10px;
}
.popup-message .my-row textarea{
	height:100px;
	padding:10px;
}
.popup-message__close{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:25px;
	top:25px;
	text-decoration:none;
	transition:.3s ease-in-out;
}
.popup-message__close span:nth-child(1){
	display:block;
	width:30px;
	height:4px;
	border-radius:4px;
	/*background-color: #4384c5;*/
	background-color:#fff;
	position:absolute;
	left:0;
	top:0;
	transform:rotate(45deg);
}
.popup-message__close span:nth-child(2){
	display:block;
	width:30px;
	height:4px;
	border-radius:4px;
	/*background-color: #4384c5;*/
	background-color:#fff;
	position:absolute;
	left:0;
	top:0;
	transform:rotate(-45deg);
}
.popup-message .title-main{
	margin-bottom:30px;
}
.popup-message .my-row input::-webkit-input-placeholder , 
.popup-message .my-row textarea::-webkit-input-placeholder{
  /*color:#fff;*/
  color:#000;
}
.popup-message .my-row input::-moz-placeholder, 
.popup-message .my-row textarea::-webkit-input-placeholder {
  /*color:#fff;*/
  color:#000;
}
.popup-message .my-row input:-ms-input-placeholder, 
.popup-message .my-row textarea::-webkit-input-placeholder {
 /*color:#fff;*/
  color:#000;
}
.popup-message .my-row input:-moz-placeholder,
.popup-message .my-row textarea::-webkit-input-placeholder {
  /*color:#fff;*/
  color:#000;
}
.popup-message button{
	border-radius:5px;
  position:relative;
}
.popup-message button:active{
  right:-2px;
  bottom:-2px;
}
/*-----------------Search Page-----------------*/
.search-no-results main .section-inn{
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 230px);
}
.search-no-results .search-page{
  font-weight:bold;
  font-size:26px;
  line-height:34px;
  text-align:center;
  color:#4384c5;
}
.search-results .search-page{
  padding-top:30px;
  padding-bottom:30px;
}
.search-results .search-page .content-page__title{
  font-weight:bold;
  font-size:26px;
  line-height:28px;
  display:block;
  margin-bottom:15px;
  color:#4384c5;
}
.search-results .search-page .content-page__content .entry-title{
  margin-bottom:10px;
}
.search-results .search-page .content-page__content .entry-title a{
  text-decoration:underline;
  color:#000;
}
.search-results .search-page .content-page__content .entry-title a:hover{
  text-decoration:none;
}
/*-----------------404 Page-----------------*/
.error404 main .section-inn{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  height: calc(100vh - 230px);
}
.page-404__content .title{
  font-weight:bold;
  font-size:26px;
  line-height:34px;
  display:inline-block;
  margin-bottom:30px;
  color:#4384c5;
}
/*-----------------Index He Page ----------------*/
.page-template-index-he main .index-he-second{
    background-color: #4384c5;
}
.page-template-index-he .index-he-block .section-inn{
        padding-top: 60px;
    /* padding-bottom: 100px; */
    padding-bottom: 60px;
    text-align: right;
}
.page-template-index-he .index-he-block p{
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    text-align: right;
    width: 100%;
    padding-right: 30px;
    margin-top: 20px;
}
.page-template-index-he main .index-he-third p{
    color: #4384c5;
}
.page-template-index-he main .index-he-fourth{
    background-color: #4384c5;
}
.page-template-index-he main .index-he-five p{
    color: #4384c5;
    margin-top: 10px;
}
.page-template-index-he main .index-he-five li{
     font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #4384c5;
    text-align: right;
    width: 100%;
    margin-bottom: 5px;
    padding-right: 30px;
}
/*-----------------HE Styles-----------------*/
.rtl .header-nav__searchform.opened #s{
  margin-right:15px;
  margin-left:10px;
}
.rtl .header-nav__menu .menu li:first-child{
  margin-left:20px;
}
.rtl .header-nav__menu .menu li:last-child{
  margin-left:0;
}
/*-----------------Media Queries-----------------*/
@media screen and (max-width: 1230px) {
  .section-inn , .index-top-menu-ru{
    width:100%;
    padding-left:15px;
    padding-right:15px;
  }
  .category .before{
    display:none;
  }
  .back{
    margin-left:20px;
  }
  .page-content{
    padding-top:35px;
  }
  .m-menu__inner{
    display:none;
  }
  .home .header-logo, .category .header-logo,
  .header-nav, 
  .header-logo,
  .page-template-index-he .header-logo{
    margin-right:25px;
  }
  .top-block__cat-description{
    width:100%;
  }
  .single-category-page .categories-menu{
    width:38%;
  }
}
@media screen and (max-width: 1165px) {
  .o-x-a{
    overflow-x:auto;
  }
  .header-nav__menu .menu li{
    margin-left:10px;
  }
  .header-nav__menu .menu li:first-child{
    margin-left:0;
  }
  .home .header-logo, 
  .category .header-logo, 
  .header-nav, 
  .header-logo,
  .page-template-index-he .header-logo{
    margin-right:20px;
  }
  .home header, 
  .category header, 
  .search header, 
  .error404 header{
    width:100%;
  }
  .home header::before, 
  .category header::before, 
  .search header::before, 
  .error404 header::before{
    display:none;
  }
  header .section-inn{
    padding-left:15px;
    padding-right:15px;
    justify-content:space-between;
  }
  header .section-inn .header-logo{
    margin-right:0;
  }
  .home header.fixed, 
  header.fixed{
    right:0;
  }
  .m-menu{
    position:relative;
    margin-top:57.5px;
  }
  .m-menu__btn{
    display:block;
    width:30px;
    height:30px;
    text-decoration:none;
    user-select:none;
    position:relative;
  }
  .m-menu__btn span{
    display:block;
    width:30px;
    height:4px;
    background-color:#747474;
    border-radius:4px;
    position:absolute;
    left:0;
    transition:.2s ease-in-out;
  }
  .home header .m-menu__btn span, 
  .category header .m-menu__btn span, 
  .search header .m-menu__btn span, 
  .error404 header .m-menu__btn span{
    background-color:#fff;
  }
  .header-langs{
      right: 15px;
  }
  .page-template-index-he .header-langs{
      right: -28px;
  }
  .m-menu__btn span:nth-child(1){
    top:0;
  }
  .m-menu__btn span:nth-child(2){
    top:50%;
    margin-top:-2px;
  }
  .m-menu__btn span:nth-child(3){
    bottom:0;
  }
  .m-menu__btn.opened span:nth-child(1){
    transform:rotate(45deg);
    top:7.5px;
  }
  .m-menu__btn.opened span:nth-child(2){
    display:none;
  }
  .m-menu__btn.opened span:nth-child(3){
    transform:rotate(-45deg);
    bottom:auto;
    top:7.5px;
  }
  .m-menu__inner{
    display:none;
    width:250px;
    position:absolute;
    right:-15px;
    top:72.5px;
    z-index:50;
    width:250px;
    padding:15px;
    overflow:hidden;
    background-color: #4384c5;
  }
  .m-menu__inner .header-nav{
    margin-right:0;
    display:block;
    overflow:hidden;
  }
  .m-menu__inner .header-nav .header-nav__menu{
    display:block;
  }
  .m-menu__inner .header-nav .header-nav__menu .menu li{
    margin-left:0;
    margin-bottom:10px;
    line-height:20px;
    float:left;
    clear:both;
    padding-bottom:10px;
  }
  .page-template-default .m-menu__inner .header-nav .header-nav__menu .menu li a{
    color:#fff;
  }
  .m-menu__inner .header-nav__searchform{
    display:block;
    position:relative;
    margin:5px 0 10px 0;
    line-height:100%;
    right:0;
  }
  .m-menu__inner .header-nav__searchform .header-nav__searchform #s{
    width:180px;
  }
  .page-template-default .m-menu__inner .header-nav__searchform #searchsubmit{
    background: transparent url(img/search-btn-bg.svg) no-repeat 50% 50%;
  }
  #menu-index-top-menu-ru li{
    width:calc(50% - 45px);
  }
  #menu-index-top-menu-ru li:nth-child(odd){
    margin-right:45px;
    border-radius:10px 0 0 10px;
  }
  #menu-index-top-menu-ru li:nth-child(even){
    margin-left:45px;
    border-radius:0 10px 10px 0;
  }
  #menu-index-top-menu-ru li:nth-child(even)::after{
    content:'';
    display:block;
    width:45px;
    height:98px;
    background:transparent url('img/triangle-right.png') no-repeat 0 0;
    position:absolute;
    top:0;
    left:-45px;
    z-index:-1;
  }
  #menu-index-top-menu-ru li:nth-child(odd)::after{
    content:'';
    display:block;
    width:45px;
    height:98px;
    background:transparent url('img/triangle-left.png') no-repeat 0 0;
    position:absolute;
    top:0;
    right:-45px;
    z-index:-1;
  }
  #menu-index-top-menu-ru li:nth-child(4n+2){
    margin-right:0px;
    width:calc(50% - 45px);
    border-radius:0 10px 10px 0;
  }
  #menu-index-top-menu-ru li:nth-child(4n+2)::before{
    display:none;
  }
  #menu-index-top-menu-ru li:nth-child(4n+3){
    margin-left:0px;
    width:calc(50% - 45px);
    border-radius:10px 0 0 10px;
  }
  #menu-index-top-menu-ru li:nth-child(4n+3)::before{
    display:none;
  }
  .index-form-block .section-inn{
    padding-top:90px;
    padding-bottom:65px;
  }
}
@media screen and (max-width: 999px) {
  .index-about-us-block .section-inn p{
    font-size:22px;
    line-height:28px;
  }
  .counters-block .item p{
    margin:0 10px;
  }
  .links-to-pages-block p a{
    width:50%;
    flex:0 0 50%;
  }
  .index-slogan-block .section-inn .title{
    font-size:46px;
    line-height:52px;
  }
  .page-template-index-he .index-slogan-block .section-inn .title{
    font-size: 64px;
    }
    .page-template-index-he .index-slogan-block .section-inn .subtitle{
        font-size: 46px;
    }
}
@media screen and (max-width: 797px) {
  .accessWidget i{
    font-size:30px!important;
  }
  .accessWidget.top-right.distance0 {
    top: 120px!important;
  }
  .partners-info .partners-logos img{
    height:auto;
    max-width:100%;
  }
  .support-text{
    display:none;
  }
  .index-slogan-block .section-inn .title{
    font-size:36px;
    line-height:42px;
    margin-bottom:15px;
  }
  .index-slogan-block .section-inn .subtitle{
    font-size:30px;
    line-height:36px;
  }
  .page-template-index-he .index-slogan-block .section-inn .title{
    font-size: 40px;
    }
    .page-template-index-he .index-slogan-block .section-inn .subtitle{
        font-size: 36px;
    }
  .index-slogan-block{
    height:600px;
  }
  main{
    padding-bottom:0!important;
  }
  footer{
    position:relative;
  }
  footer .section-inn .top-block, 
  .counters-block{
    flex-wrap:wrap;
  }
  footer .section-inn .top-block .footer-nav__menu, 
  .counters-block .item{
    width:100%;
    flex:0 0 100%;
  }
  footer .section-inn .top-block .footer-nav__menu li{
    text-align:center;
  }
  .counters-block .item{
    margin-bottom:25px;
  }
  .index-form-block .section-inn{
    width:100%;
    padding-top:65px;
  }
  .index-form-block .section-inn form .my-row{
    flex-wrap:wrap;
    margin-bottom:0;
  }
  .index-form-block .section-inn form .my-row input, 
  .index-form-block .section-inn form .my-row textarea{
    width:100%;
    margin-bottom:25px;
  }
  .revews-block .parent .item{
    width:100%;
    flex:0 0 100%;
  }
  .revews-block .parent .item:nth-child(3){
    margin-bottom:20px;
  }
  .index-reviews-block .section-inn{
    padding-top:65px;
    padding-bottom:35px;
  }
  .video-bg{
    height:925px;
  }
  .partners-info{
    flex-wrap:wrap;
  }
  .index-about-us-block .section-inn p{
    width:100%;
    flex:0 0 100%;
    margin-bottom:25px;
  }
  .partners-info .partners-logos{
    width:100%;
    flex:0 0 100%;
  }
  .index-about-us-block .section-inn{
    padding-bottom:65px;
  }
  .index-top-menu-ru{
    margin-bottom:30px;
  }
  #menu-index-top-menu-ru li{
    margin-left:0!important;
    margin-right:0!important;
    width:100%!important;
    flex:0 0 100%!important;
    border-radius:10px!important;
    margin-bottom:15px;
  }
  #menu-index-top-menu-ru li::after{
    display:none!important;
  }
  #menu-index-top-menu-ru li a{
    padding-top:20px;
    padding-bottom:20px;
  }
  .index-slogan-block .section-inn{
    padding-top:220px;
  }
  .page-template-index-he .index-slogan-block .section-inn{
    padding-top: 307px;
    }
  .index-top-menu-ru{
    margin-top:-120px;
  }
  .links-to-pages-block p a{
    width:100%;
    flex:0 0 100%;
  }
  .support-audio{
    right:15px;
    bottom:15px;
    width:90px;
    height:90px;
    padding:28px 0 0 0;
    font-size:12px;
    line-height:15px;
  }
  .popup-message{
    width:100%;
    left:0;
    margin-left:0;
  }
}
@media screen and (max-width: 600px) {
    .home .header-logo, .category .header-logo, .search .header-logo, .error404 .header-logo, .page-template-index-he .header-logo{
        background-size: contain;
    }
    .header-phone__link{
        line-height: 51px;
        font-size: 25px;
    }
    .header-phone{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}