@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600,700,800&subset=hebrew');
body {
	font-family: 'Assistant', sans-serif !important;
}
#floatingCirclesG{
	position:relative;
	width:45px;
	height:45px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:8px;
	width:8px;
	border-radius:4px;
		-o-border-radius:4px;
		-ms-border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:0.782s;
		-o-animation-duration:0.782s;
		-ms-animation-duration:0.782s;
		-webkit-animation-duration:0.782s;
		-moz-animation-duration:0.782s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:18px;
	animation-delay:0.2895s;
		-o-animation-delay:0.2895s;
		-ms-animation-delay:0.2895s;
		-webkit-animation-delay:0.2895s;
		-moz-animation-delay:0.2895s;
}

#frotateG_02{
	left:5px;
	top:5px;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
}

#frotateG_03{
	left:18px;
	top:0;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
}

#frotateG_04{
	right:5px;
	top:5px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
}

#frotateG_05{
	right:0;
	top:18px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
}

#frotateG_06{
	right:5px;
	bottom:5px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
}

#frotateG_07{
	left:18px;
	bottom:0;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
}

#frotateG_08{
	left:5px;
	bottom:5px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}
.top-left > form {
  position: relative;
}
.ajax_loader_wraper {
  bottom: 37px;
  left: 12px;
  position: absolute;
}
section.site-section {
  position: relative;
}
.site-section > img {
  display: block;
  height: auto;
  width: 100%;
}
.absolute_content_slider h1 {
  clear: both;
  color: #ed242c;
  display: block;
  float: right;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.absolute_content_slider {
  position: absolute;
  right: 5.263%;
  top: 30%;
}
.absolute_content_slider > span {
  clear: both;
  color: #1b1e3f;
  display: block;
  float: right;
  font-size: 63px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 40px;
}
.absolute_content_slider > a {
  background-color: #1b1e3f;
  color: #f6f6f5;
  display: block;
  float: right;
  font-size: 26px;
  font-weight: 600;
  line-height: 2.5;
  padding: 0 50px;
  clear: both;
}
footer.site-footer {
  background-color: #1f2025;
  clear: both;
  overflow: hidden;
  padding: 0;
}
.site-header {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  position: relative;
  z-index: 10;
}
header .add_logo {
  position: absolute;
  right: 275px;
  top: 45px;
}
.footer_content_bot {
  background-color: #fff;
  clear: both;
  color: #717a81;
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 300;
  height: auto;
  padding-top: 3px;
  text-align: center;
  width: 100%;
}
.footer_content_top {
  clear: both;
  color: #717a81;
  display: block;
  float: left;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}
.footer_content_top > div:nth-child(1) {
  float: left;
  padding: 35px 20px 15px;
  width: auto;
}
.footer_content_top > div:nth-child(2) {
  float: right;
  padding: 35px 20px 15px;
  width: auto;
}
.footer_content_top > div:nth-child(1) img {
  margin: 0 10px 0 0;
}
.footer_content_top > div:nth-child(2) img {
  margin: 0 0 0 10px;
}
.footer_content_top > div:nth-child(2) .fa {
  background-color: #717a81;
  border-radius: 50%;
  color: #1f2025;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 2.5;
  margin: 0 15px 0 5px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
}
.footer_content_top > div:nth-child(2) .fa:hover {
  background-color: red;
}
.footer_content_bot aside.widget {
  margin: 0;
}
.top .absolute_content_slider {
  padding: 45px 80px 45px 45px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.top.site-section > img {
  display: block;
  height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
section.site-section {
  max-width: 100%;
  min-height: 600px;
  position: relative;
}
.home_icon_block {
  clear: both;
  overflow: hidden;
}
.home_icon_block h5 {
  clear: both;
  color: #111215;
  display: block;
  font-size: 35px;
  font-weight: 600;
  line-height: 2;
  margin-top: 0px;
  text-align: right;
  font-weight: bold;
}
.ico_block {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  display: block;
  float: right;
  height: 140px;
  margin: 5px 5px 5px 30px;
  padding: 20px 0 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 310px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.45);
}
.absolute_content_slider .clear {
  height: 1px;
  width: 100%;
}
.ico_block:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
}
.ico_block > span {
  color: #1b1e3f;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
}
.absolute_content_slider .range-bar {
  margin: 35px 0 5px;
  width: 100%;
}
.absolute_content_slider .range-handle span {
  color: #ed242c;
  font-size: 19px;
  font-weight: 600;
  left: -26px;
  position: absolute;
  text-align: center;
  top: -32px;
  width: 65px;
}
.my_range_block {
  clear: both;
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  width: 100%;
}
.page-template-page-thank_you section.site-section {
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.my_range_block p.content-text-one {
  color: #111215;
  float: left;
  font-size: 17px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.my_range_block p.content-text-oneN {
  color: #111215;
  float: right;
  font-size: 17px !important;
  font-weight: 600 !important;
  margin: 0 !important;
}
.new_texxt {
  color: #111215;
  display: block;
  font-size: 17px;
  font-weight: 700;
  margin-top: 0;
  padding-top: 10px;
}
.new_texxt_border {
  background: #111215 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 1px;
  margin-top: 5px;
  width: 100%;
}
#contact.top-left {
  margin-top: -110px;
  position: relative;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 999;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.top.site-section .img_absolute {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.top.site-section .img_absolute img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
@media(min-width: 1440px) {
.top.site-section .img_absolute img  {
     width: 100% !important;
  }
}
@media (max-width: 1900px) and (min-width: 1200px) {
  
.ico_block {
  margin: 5px 2% 5px 0;
  width: 23%;
}
.home_icon_block {
  clear: both;
  overflow: hidden;
  width: 65%;
}
.section-filters {
  max-width: 80%;
  overflow: hidden;
}
@media (max-width: 1840px) {
	.item-content-foot {
  display: block;
  float: right;
  min-height: 176px;
}
}
}
.mobile_ico, .mobile_menu {
  display: none;
}
@media (max-width: 1200px) {
.ico_block {
  margin: 5px 5px 5px 15px;
  width: 230px;
}
#contact.top-left {
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  top: 0 !important;
}
.section-filters {
  display: block;
  overflow: hidden;
  padding: 0 15px;
  width: 100%;
}
.section-filters > div {
  clear: both;
  display: block;
  overflow: hidden;
}
header .add_logo {
  margin-right: -90px;
  position: absolute;
  right: 50%;
  top: 45px;
}
.section-filters .content-line {
  padding: 22px 0;
}
.item-content-foot {
  display: block;
  min-height: 176px;
}
.footer_content_top > div.col-xs-6 {
  clear: both;
  float: none !important;
  text-align: center;
}
.absolute_content_slider .top-left {
  clear: both;
  float: none;
  margin: 105px auto 0;
}
.top .absolute_content_slider {
  overflow: hidden;
  padding: 45px 25px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.top.site-section > img {
  display: block;
  height: 100%;
  max-height: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.absolute_content_slider .top-right {
  float: none;
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.home_icon_block h5 {
  text-align: right;
}
.ico_block:nth-child(4) {
  clear: right;
}
.ico_block {
  margin: 5px 5px 15px 15px;
  width: 230px;
}
.home_icon_block {
  clear: both;
  max-width: 500px;
  overflow: hidden;
  margin: 0 auto;
}
.top-right p.price span:first-child {
  margin-top: 80px;
}
.top-right p.price span:last-child {
  margin-top: 45px;
}
header .add_logo {
  margin: 10px auto;
  /*max-width: 350px;*/
  overflow: hidden;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  padding: 0 15px;
}
.logoimg {
  height: auto;
  width: 100px;
}
.add_logo .mobile_ico {
  color: #ed242c;
  display: block;
  float: left;
  font-size: 44px;
  line-height: 1;
}
.add_logo .mobile_logo {
  display: block;
  float: right;
}
.site-header {
  background: #fff none repeat scroll 0 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#main.site-main {
  margin-top: 65px;
}
}
@media (max-width: 768px) {
  body .footer_content_top > div:nth-child(1) {
    float: left;
    padding: 0px;
    width: auto;
}
  body .hidden-text-two {
    font-size: 22px;
    margin-bottom: 0px;
}
  body .content-foot p {
    font-size: 22px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
}
 
  .section-hidden-block .col-md-12 {
    padding-bottom: 20px;
  }
  body .hidden-text-one {
    margin-top: 0px;
    font-size: 30px;
    padding-top: 20px;
}
  body .top.site-section .img_absolute img {
        height: 115%;
  }
  body .contetnt-textHead {
    font-size: 35px;
    color: #ED242C;
    margin: 20px 0 40px 0;
    font-weight: 600;
}
.site-section > img {
  display: block;
  height: 320px;
  max-height: none;
  max-width: none;
  width: 768px;
}
.section-filters {
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.section-filters > div:nth-child(3) {
  padding: 0;
}
.section-filters .item-content-foot {
  clear: both;
  display: block;
  float: right;
  margin: 0;
}
.section-filters .contetnt-Inline .col-md-8.pull-right {
  display: block;
  float: none !important;
  height: 100%;
  position: relative;
  width: 100%;
}
.content-line img {
  display: none;
  position: absolute;
  top: 7px;
  z-index: 2;
}
.section-filters .contetnt-Inline .col-md-8.pull-right .content-line {
    display: flex;
    height: auto;
    position: relative;
        width: 90%;
    float: right;
    right: 0;
    left: auto;
}
.section-filters .contetnt-Inline {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
}
.section-filters .content-foot {
  align-items: baseline;
  display: block;
  margin-bottom: 55px;
  overflow: hidden;
  padding: 0 15px;
}
.top-right p.price span:first-child {
  margin-top: 20px;
}
.top-right p.price span:last-child {
  margin-top: -3px;
}
.footer_content_top > div:nth-child(2) img {
  display: block;
  margin: 0 auto 20px;
}
.footer_content_top > div:nth-child(2) {
  padding: 0 20px 15px;
}
.row.gray div {
  margin-bottom: 15px;
}
.top-right {
  width: 350px;
}
.top-right h2.red {
  font-size: 44px;
}
.top-right h2.black {
  font-size: 38px;
}
.top-right p.price {
  font-size: 60px;
}
.top-right h4 {
  font-size: 22px;;
}
.home_icon_block {
  width: 350px;
}
.home_icon_block h5 {
  font-size: 24px;
  text-align: center;
}
.ico_block {
  float: none;
  margin: 5px auto 25px;
  width: 230px;
}
.top .absolute_content_slider {
  padding: 0px 15px;
}
}
@media (max-width: 400px) {
.absolute_content_slider .top-left, .absolute_content_slider .top-right, .home_icon_block {
  max-width: 100%;
}
.top-right p.price {
  font-size: 35px;
  line-height: 2;
}
.top-right p.price span:first-child {
  margin-top: 20px;
}
.top-right p.price span:last-child {
  font-size: 30px;
  margin-top: 15px;
}
.top-right h2.red {
  font-size: 25px;
  text-align: center;
}
.top-right h2.black {
  font-size: 20px;
  text-align: center;
}
.top-right .gray {
  font-size: 18px;
}
.top-right h4 {
  font-size: 18px;
  margin-top: 0px;
}
.home_icon_block h5 {
  font-size: 18px;
}
.top-left a {
  background-size: 100% 100%;
  padding-top: 16px;
}
.footer_content_top aside#text-4 .textwidget {
  font-size: 10px;
}
.footer_content_top > div:nth-child(2) .fa {
  font-size: 13px;
  height: 30px;
  width: 30px;
}
}
@media (min-width: 1400px) {
.absolute_content_slider .down-arrow::before {
  background: rgba(27, 30, 63, 1) none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(27, 30, 63, 0.5);
  content: "";
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.new_texxt_border {
  background: #292c4b none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 2px;
  margin-top: 5px;
  width: 100%;
}
}