﻿@charset "UTF-8";
/*
Theme Name: Leos Template 2.5
Theme URI: http://www.leos.co.il
Description: אתר בעיצוב אישי מחברת לאוס מדיה
Author: Chen Oren Katz @LEOS
Version: 2.1
*/

* {
  margin: 0;
  padding: 0;
}
html,
body {
	font-size: 18px;
	font-family: 'Assistant', sans-serif;
	height: 100%;
}
iframe { max-width: 100%; }

.hfs25 { font-size: 25px;font-size: calc(18px + 0.37vw); }
.hfs26 { font-size: 26px;font-size: calc(19px + 0.366vw); }
.hfs27 { font-size: 27px;font-size: calc(19px + 0.415vw); }
.hfs28 { font-size: 28px;font-size: calc(20px + 0.418vw); }
.hfs30 { font-size: 30px;font-size: calc(20px + 0.52vw); }
.hfs35 { font-size: 35px;font-size: calc(20px + 0.81vw); }
.hfs37 { font-size: 37px;font-size: calc(20px + 0.88vw); }
.hfs40 { font-size: 40px;font-size: calc(20px + 1.043vw); }
.hfs45 { font-size: 45px;font-size: calc(25px + 1.05vw); }
.hfs50 { font-size: 50px;font-size: calc(20px + 1.56vw); }
.hfs55 { font-size: 55px;font-size: calc(25px + 1.6vw); }
.hfs60 { font-size: 60px;font-size: calc(20px + 2.085vw); }
.hfs65 { font-size: 65px;font-size: calc(25px + 2.1vw); }
.hfs70 { font-size: 70px;font-size: calc(20px + 2.605vw); }
.hfs75 { font-size: 75px;font-size: calc(25px + 2.61vw); }
.hfs80 { font-size: 80px;font-size: calc(25px + 2.87vw); }
.hfs85 { font-size: 85px;font-size: calc(25px + 3.125vw); }
.hfs90 { font-size: 90px;font-size: calc(25px + 3.39vw); }
.hfs95 { font-size: 95px;font-size: calc(25px + 3.64vw); }
.hfs100 { font-size: 100px;font-size: calc(25px + 3.92vw);line-height: 1; }
.hfs105 { font-size: 105px;font-size: calc(25px + 4.17vw);line-height: 1; }
.hfs110 { font-size: 110px;font-size: calc(20px + 4.69vw);line-height: 1; }
.hfs150 { font-size: 150px;font-size: calc(25px + 6.52vw);line-height: 1; }
.hfs180 { font-size: 180px;font-size: calc(25px + 8.6vw);line-height: 0.85; }

.container { width: 96%;max-width: 1024px;margin: 0 auto; }
.container.c9 { width: calc(100% - 80px);max-width: none; }
.container.c900 { max-width: 900px; }
.container.c12 { max-width: 1200px; }
.container.c14 { max-width: 1400px; }
.container.c15 { max-width: 1500px; }
.container.c16 { max-width: 1600px; }
.container.c17 { max-width: 1730px; }
.container.c18 { max-width: 1800px; }

.clear { clear: both; }
.center { text-align: center; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { display: block; margin: 0 auto; }

.lh1 { line-height: 1; }
.lh11 { line-height: 1.1; }
.lh12 { line-height: 1.2; }
.lh13 { line-height: 1.3; }
.lh14 { line-height: 1.4; }
.lh15 { line-height: 1.5; }
.w50 { width: 50%; }
.w100 { width: 100%; }
.h100 { height: 100%; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.bold { font-weight: bold; }
.sbold { font-weight: 600; }
.ebold { font-weight: 800; }
.light { font-weight: 300; }
.bgimg { background-repeat: no-repeat;background-size: cover;background-position: center center; }
.overh { overflow: hidden; }
.block { display: block; }
.imgfix { line-height: 0; }
.fixedbg { background-attachment: fixed; }
.notouch { pointer-events: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none; }
.relative { position: relative; }
.circlebox { border-radius: 50%; }
.abscenter { position: absolute;margin: auto;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); }
.cp,.clickbtn { cursor: pointer; }
.anim,.clickbtn { -webkit-transition:all .5s ease;transition: all .5s ease; }
.vbox iframe { width: 100%;height: 100%; }
.tel-link { white-space: nowrap; }

.fcc,.flex,.inrowf { display:-moz-flex;display:-ms-flexbox;display:-webkit-flex;display:flex; }
.fcc,.aic { -webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center; }
.aifs { -webkit-box-align: start;-ms-flex-align: start;-ms-grid-row-align: flex-start;-webkit-align-items: flex-start;align-items: flex-start; }
.aife { -webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;-webkit-align-items: flex-end;align-items: flex-end; }
.jcsb,.inrowf { -webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between; }
.jcsa { -webkit-box-pack: space-around;-ms-flex-pack: distribute;-webkit-justify-content: space-around;justify-content: space-around; }
.fcc,.jcc { -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center; }
.jcfs { -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start; }
.jcfe { -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; }
.fdc { -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; }
.fw,.inrowf { -ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap; }

div.wpcf7 .ajax-loader { display: none !important; }
/* svg:not(.color) * { fill: inherit !important; } */


.entry img {
    max-width: 100%;
    height: auto;
}
.entry ul {
    margin: 0 20px;
    list-style: inherit;
}
.entry table {
    border: 1px solid #000;
}
.entry table td {
    border: 1px solid #000;
}
.entry table tr:nth-child(1) > td {
    text-align: center;
    background: #ccc;
}
.entry p {
	margin-bottom: 1em;
}
.entry p:last-of-type {
	margin-bottom: 0;
}
h1,h2,h3 {
    font-weight: normal;
    margin: 0 0 0 0;
}
p { margin: 0 0 0 0; }
a { text-decoration: none; color: inherit; }
a:hover { text-decoration: none; }
ul { margin: 0 0 0 0;list-style: none; }

#wrapper {
	min-height: 100%;
	position: relative;
}
#content {
	padding-bottom: 80px;
	-webkit-transition:all .5s linear;
	        transition: all .5s linear;
}
.acf-map {
    width: 100%;
    height: 366px;
    pointer-events: none;
}
.logo {
    font-size: 0;
}
.logo a {
	display: inline-block;
}
.logo a img {
	max-width: 100%;
}
.box90{
    width: 90%;
    margin: 0 auto;
}
.box85{
    width: 85%;
    margin: 0 auto;
}
.box75{
    width: 75%;
    margin: 0 auto;
}
.col2{
    width: calc(100%/2 - 10px);
}
.col2m{
    width: calc(100%/2 - 15px);
}
.col3{
    width: calc(100%/3 - 15px);
}
.col5{
    width: calc(100%/5 - 10px);
}
.wcolor{
    color: #fff;
}
.bcolor{
    color: #192747;
}
.gcolor{
    color: #535353;
}
.p45{
    padding: 45px 0;
}

/*heeader*/

header{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 999;
    width: 100%;
}
.header-top{
    background: #192747;
    padding: 10px 0;
}
.header-bottom{
    background: rgba(255, 255, 255, 0.6);
    padding: 15px 0;
}
.fb-link svg{
    fill: #fff;
    width: 25px;
    height: 25px;
}
#lang_sel_list ul a,
#lang_sel_list a{
    background: transparent !important;
}
#lang_sel_list{
    height: 0 !important;
}
.topph{
    color: #48f1bb;
    margin-right: 20px;
}
.ph svg{
    -ms-transform: rotate(-98deg);
    -webkit-transform: rotate(-98deg);
    transform: rotate(-98deg);
}
header.active {
	position: fixed;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: nav;
		  animation-name: nav;
	transform: translateY(0);
    z-index:9999999;
    width: 100%;
}
header.active .header-bottom.hidden{
    opacity: 0;
}
@-webkit-keyframes nav {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes nav {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/*home*/

#FiltersBox {
    position: absolute;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.6);
    left: 150px;
    bottom: 30%;
    width: 90%;
    z-index: 99;
    max-width: 450px;
    transition: all .5s linear;
    /* transform: perspective( 370px ) rotateY( 10deg ); */
}
.homeForm h4,
.homeForm h5{
    font-size: 25px;
    color: #fff;
    width: 100%;
}
#FiltersBox:hover{
    /* transform: perspective( 0 ) rotateY( 0 ); */
}
.arrow svg {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 30px;
    z-index: 9999;
    width: 50px;
}
.arrow svg {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;

    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    animation-iteration-count:infinite;
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.insurance-r {
    transform: translateY(200%);
    transition: all .7s ease;
}
.insurance-r.active{
    transform: translateY(0);
}
.insurance-r h3{
    padding-bottom: 5px;
    border-bottom: 4px solid transparent;
    min-height: 100px;
}
/* .insurance-r:hover h3{
    border-bottom: 4px solid #48f1bb;
    color: #48f1bb;
} */
.insurance-r:hover svg{
    fill: #48f1bb;
}
.insu-icon svg{
    fill: #fff;
    width: 50px;
    height: 50px;
}
.customers-r.bgimg{
    background-size: contain;
}
.customers-section h2{
    margin-bottom: 50px;
}
.txtarea-section{
    z-index: 9;
}
.blackbg{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
}
.txt-right,
.txt-left{
    font-size: 21px;
    line-height: 26px;
}
.address{
    position: absolute;
    top:0;
    width: 100%;
    padding: 5px 0;
    background: rgba(25, 39, 71, 0.6);
    z-index: 99;
}
.last-a h3{
    position: absolute;
    right: 25px;
    padding: 5px 0;
    background-color: #fff;
    width: 50%;
    bottom: 25px;
}
.articel-thumb,
.last-a h3{
    z-index: 99999;
}

.last-a:hover h3{
    background: #48f1bb;
}
.last-a p{
    font-size: 20px;
    line-height: 25px;
}

/*pages*/

.headerbg h1{
    position: absolute;
    right: 50%;
    top: 15%;
}
.headerbg{
    height: 700px;
    max-height: 800px;
    min-height: 500px;
}
.headerbg.bgimg{
    background-position: top center;
}
.title-wrap{
    background: rgba(25, 39, 71, 0.95);
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 35%;
    height: 400px;
}
.pageWrap{
    background: #ebebeb;
    padding-bottom: 30px;
}
.page-content,
.arc-content,
.reco-content{
    padding: 55px 0;
    background: #fff;
    bottom: 200px;
    z-index: 99;
}
.graybox {
    position: absolute;
    width: 50%;
    height: 494px;
    background: #ebebeb;
    top: 500px;
    left: 0;
    z-index: 0;
}
.contp-content{
    padding: 215px 0 45px 0;
}
.cpagebg h1{
    font-family: 'Courgette', cursive;
}
.whitebox{
    background: rgba(255, 255, 255, 0.80);
    padding: 35px 0;
}
.iconwrap{
    width: 40px;
    border: 1px solid #cacbcc;
}
.infoi svg{
    fill: #449ecc;
    width: 20px;
    height: 20px;
}
.infot:before{
    position: absolute;
    right: -8px;
    top: -3px;
    content: '|';
    font-size: 20px;
    color: #323232;
}
.infot:first-of-type:before{
    content: '';
}
.form-area h4{
    font-size: 25px;
    color: #182645;
    font-weight: normal;
}
.contmap{
    padding-bottom: 45px;
}
.reco-txt{
    display: none;
}
.rtitle-wrap h4{
    font-weight: normal;
    margin-right: 25px;
}
.reco-txt{
    font-size: 21px;
    line-height: 30px;
    color: #515151;
    padding: 20px 0;
}
.rt-icon svg{
    width: 35px;
    height: 35px;
    fill: #000;
}
.rt-icon .svgp svg{
    fill: #000;
}
.rt-icon .avgp svg{
    fill: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
}
.rtitle-wrap.active .rt-icon .avgp svg{
    opacity: 1;
}
.rtitle-wrap.active .rt-icon .svgp svg{
    opacity: 0;
}
.rtitle-wrap:hover,
.rtitle-wrap.active{
    background: #192747;
}
.rtitle-wrap:hover h4,
.rtitle-wrap.active h4{
    color: #fff;
}
.rtitle-wrap:hover .rt-icon svg,
.rtitle-wrap.active .rt-icon svg{
    fill: #fff;
}
#sidebar_header,
.sidebar_arrow{
    display: none;
}
.plugin-wrap{
    padding-top:250px;
}
.ptitle-wrap{
    background: #fff;
    padding: 10px;
}

/*archive*/

.arc-content,
.reco-content{
    padding: 0;
}
.post-thumb{
    width: 40%;
}
.post-content{
    width: 60%;
}
.post-thumb svg{
    width: 45px;
    height: 45px;
    margin: 0 auto;
    opacity: 0;
    fill: rgba(25, 39, 71, 0.9);
}
.onepost:hover .post-thumb svg{
    opacity: 1;
    -webkit-animation-delay: 5s;
        animation-delay: 5s;
}
.onepost:hover{
    background: #192747;
}
.onepost:hover h3,
.onepost:hover .entry{
    color: #fff;
}
.insurance-p{
    background: #192747;
    padding: 40px 0;
    border-bottom: 4px solid transparent;
}
.insuranceWrap{
    padding: 15px 0 45px 0;
    background: #ebebeb;
}


/*stikyCont*/

#stikyCont {
    opacity: 0;
    position: fixed;
    top: 87.5%;
    left: 0;
    width: 100%;
    max-width: 350px;
    z-index: 999999999;
}
#stikyCont.active{
    opacity: 1;
}
.roll-wrap{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 10px 0;
    transition: all .7s ease-out;
    webkit-transition: all .7s ease-out;
    transform: translate(0);
    webkit-transform: translate(0);
    right: 100%;
}
.leaved{
    background: #48f1bb;
    border-radius: 10px;
    padding: 5px 0;
}
.roll-wrap.close{
    transform: translate(-100%);
    webkit-transform: translate(-100%);
}
.roll-contact{
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 10px 0;
    transition: all .7s ease-out;
    webkit-transition: all .7s ease-out;
    transform: translate(-100%);
    webkit-transform: translate(-100%);
    right: 100%;
    bottom: 232px;
}
.roll-contact.active{
    transform: translate(100%);
    webkit-transform: translate(100%);
}
#closeCont {
    position: absolute;
    left: 30px;
    top: -40px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #48f1bb;
    padding: 10px 0;
    width: 50px;
}
#closeCont svg{
    fill: #000;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.page-template-page-contact #stikyCont{
    display: none;
}

/*footer*/

footer h4{
    font-size: 23px;
    padding-right: 15px;
}
footer h4:before{
    content: '|';
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
}
ul#menu-bottom > li,
ul#menu-bottom_ru > li{
    position: relative;
    margin: 10px 0;
}
ul#menu-bottom > li > a,
ul#menu-bottom_ru > li > a{
    display: block;
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
    line-height: 1;
    -webkit-transition: all .5s ease-out;
            transition: all .5s ease-out;
}
ul#menu-bottom > li:before,
ul#menu-bottom_ru > li:before{
    content: '\f104';
    font-size: 20px;
    font-family: fontawesome;
    color: #48f1bb;
    position: absolute;
    top: 0;    right: 0;
}
ul#menu-bottom li.current-menu-item > a,
ul#menu-bottom li:hover > a,
ul#menu-bottom_ru li.current-menu-item > a,
ul#menu-bottom_ru li:hover > a{
    color: #48f1bb;
}
.conti-icon svg{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

#leos {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    text-align: center;
    overflow: hidden;
}
#leos img {
    padding-top: 10px;
    height: 50px;
    width: auto;
}
#leos a {
    position: relative;
    display: inline-block;
}
#leos span {
    opacity: 0;
    position: absolute;
    right: 0;
    color: white;
    font-size: 22px;
    bottom: 10px;
    -webkit-animation-duration: 3s;
    		animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    		animation-fill-mode: both;
    -webkit-transition:.3s;
    		transition: .3s;
}
#leos a:hover span {
    right: -170px;
    opacity: 1;
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

#FloatSocials {
	position: fixed;
	display: block;
	top:30%;
	left:10px;
	z-index: 90;
}
#FloatSocials a {
	margin-bottom: 5px;
	display: inline-block;
}
#FloatSocials img,
#FloatSocials svg {
	width: 30px;
	height:30px;
	fill:#000;
	-webkit-transition:all .5s ease;
	transition: all .5s ease;
}
a.facebook_icon:hover svg {
	fill: #3b5998 !important;
}
a.google_icon:hover svg {
	fill: #dd4b39 !important;
}
a.twitter_icon:hover svg {
	fill: #00aced !important;
}
a.youtube_icon:hover svg {
	fill: #bb0000 !important;
}
a.instagram_icon:hover svg {
	fill: #e95950 !important;
}
a.pinterest_icon:hover svg {
	fill: #cb2027 !important;
}
a.linkedin_icon:hover svg {
	fill: #007bb6 !important;
}
/* Contact form style Start */
span.wpcf7-form-control-wrap {
	width: 99%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
/* Red Ballons CSS */
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 100%;
	background: #f00;
	border-radius: 5px;
	color: #fff;
	padding: 8px 15px;
	font-size: 16px;
	white-space: nowrap;
	left: 5%;
	-webkit-animation: formerror 400ms;
	        animation: formerror 400ms;
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip.tip_out {
	-webkit-transition: all 400ms;
	transition: all 400ms;
	opacity: 0;
	-webkit-transform: translate3d(0,100%,0);
	        transform: translate3d(0,100%,0);
}
span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top:100%;
	left: 10%;
	border-left: 0 solid transparent;
	border-right: 15px solid transparent;
	border-top: 10px solid #f00;
}
@-webkit-keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
@keyframes formerror {
	from {
		opacity: 0;
		bottom: 0;
	}
	to {
		opacity: 1;
		bottom: 100%;
	}
}
/* Input Syles */
input,
div.wpcf7 input,
div.wpcf7 select,
div.wpcf7 textarea,
div.wpcf7 input[type=submit] {
	font-family: 'Assistant', sans-serif;
	font-size: 20px;
    border:0;

}
div.wpcf7 input[type=tel],
div.wpcf7 input[type=text],
div.wpcf7 input[type=email],
div.wpcf7 select,
div.wpcf7 textarea {
	width: inherit;
	background: #FFFFFF;
}
div.wpcf7 textarea { height: 188px; }
div.wpcf7 input[type=submit] {
	display: block;
	width: 100%;
	background: #ccc;
	cursor: pointer;
	transition: all .5s ease;
}
/* Bubble animation for replacing ajax img */
@-webkit-keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		opacity: 1; } }
@keyframes bubbles {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1; }

	45% {
		-webkit-transform: scale(0.1);
		        transform: scale(0.1);
		opacity: 0.7; }

	80% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
/* Errors Msgs */
.wpcf7 form .wpcf7-response-output {
    margin: -1em 0.5em 1em !important;
}

/* div.wpcf7-response-output {
	position: fixed;
	margin: 0 !important;
	border: none;
	padding: 10px 15px;
    bottom:-100%;
    z-index:9999;
    font-size:22px !important;
    left:50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition:all 1s ease;
    transition: all 1s ease;
} */
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
	-webkit-animation: form_msg_error 500ms;
	        animation: form_msg_error 500ms;
    bottom:0;
    color: black;
}
@-webkit-keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
@keyframes form_msg_error {
	from {
		bottom:-100%;
	}
	to {
		bottom:0;
	}
}
div.wpcf7-mail-sent-ok {
	background: #398f14;
}
div.wpcf7-validation-errors {
	background: #f7e700;
}
.form_msg_error_out {
	-webkit-transition: all 500ms;
	transition: all 500ms;
	-webkit-transform: translate3d(100%,0,0);
	        transform: translate3d(100%,0,0);
}
@-webkit-keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
@keyframes form_msg_out {
	from {
		bottom: 0;
	}
	to {
		bottom: -300px;
	}
}
::-webkit-input-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
:-moz-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
::-moz-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
:-ms-input-placeholder {
	color: black;
	font-family: 'Assistant', sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}
.homeForm div.wpcf7 select,
.footer-form div.wpcf7 select,
.roll-contact div.wpcf7 select{
    width: 100%;
}
.homeForm span.wpcf7-form-control-wrap,
.footer-form span.wpcf7-form-control-wrap,
.form-area span.wpcf7-form-control-wrap,
.roll-contact span.wpcf7-form-control-wrap{
    margin-bottom: 10px;
}
.homeForm div.wpcf7 input,
.homeForm div.wpcf7 select,
.roll-contact div.wpcf7 input,
.roll-contact div.wpcf7 select{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    font-weight: 600;
}
.homeForm ::-webkit-input-placeholder{
    font-weight: 600;
}

.form-area ::-webkit-input-placeholder{
    color: #555555;
}
.roll-contact ::-webkit-input-placeholder{
    font-weight: 600;
}
.homeForm div.wpcf7 input[type=submit],
.roll-contact div.wpcf7 input[type=submit]{
    background: transparent;
    font-size: 35px;
    font-weight: 100;
    border: 0;
    padding: 1px 50px;
}
.homeForm div.wpcf7 input[type=submit]:hover,
.roll-contact div.wpcf7 input[type=submit]:hover{
    color: #fff;
}



.footer-form  div.wpcf7 input[type=submit]:hover{
    background: transparent;
    border: 1px solid #48f1bb;
    color: #fff;
}
.form-area div.wpcf7 input,
.form-area div.wpcf7 textarea{
    background: transparent;
    border: 1px solid #555555;
    border-radius: 10px;
    color: #555555;
}
.form-area div.wpcf7 textarea{
    height: 135px;
}
.form-area div.wpcf7 input[type=submit]{
    color: #000;
    font-size: 25px;
    border: 0;
    height: 155px;
    background: #48f1bb;
}
.roll-contact div.wpcf7 input[type=submit]{
    font-size: 30px;
}
.s-but:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #48f1bb;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.s-but:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #48f1bb;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.s-but:hover:before{
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.s-but:hover:after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
/* Contact form style End */
/* Start */

/* Responsive */
@media (min-width:800px) {
	#MobBtns,
	#MobNavBtn {
	  display: none;
	}

	nav#MainNav {
	  width: 100%;
	  text-align: center;
	  position: relative;
	}
	nav#MainNav * {
	    background: inherit;
	}
	div.main_menu {
	  font-size: 0;
	}
	nav#MainNav div.main_menu > ul,
    ul#menu-insurance,
    ul#menu-insurance_ru {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    font-size: 0;
	}
	nav#MainNav div.main_menu > ul > li,
    ul#menu-insurance > li,
    ul#menu-insurance_ru > li {
	    width: 100%;
	    position: relative;
	}
	nav#MainNav div.main_menu > ul > li > a,
    ul#menu-insurance > li > a,
    ul#menu-insurance_ru > li > a {
		display: inline-block;
		vertical-align: middle;
		font-family: 'Assistant', sans-serif;
		font-size: 20px;
		color: #fff;
		-webkit-transition: all .5s ease-out;
				transition: all .5s ease-out;
	}
	nav#MainNav div.main_menu ul li.current-menu-item > a,
	nav#MainNav div.main_menu ul li:hover > a,
    ul#menu-insurance > li.current-menu-item > a,
    ul#menu-insurance > li:hover > a,
    ul#menu-insurance_ru > li.current-menu-item > a,
    ul#menu-insurance_ru > li:hover > a {
		color: #48f1bb;
	}
	nav#MainNav div.main_menu > ul > li ul.sub-menu {
	    display: block;
	    z-index: 999;
	    width: 250px;
	    position: absolute;
	    top: 159%;
	    right: 0;
        border-top:2px solid #48f1bb;
	    opacity: 0;
	    /*pointer-events: none;*/
	    -webkit-transition: opacity .5s ease;
	    		transition: opacity .5s ease;
	}
	nav#MainNav .sub-menu li {
	    display: block;
        background: #192747;
        margin: 1px 0;
        -webkit-transition:all .5s ease;
                transition: all .5s ease;
	}
	nav#MainNav .sub-menu li a {
	    display: block;
	    font-size: 20px;
	    padding: 5px;
        color: #fff;
	    width: calc(100% - 10px);
	}
	nav#MainNav .menu-item-has-children:hover .sub-menu {
	    opacity: 1;
	    z-index: 10;
	    pointer-events: auto;
	}
    nav#MainNav .sub-menu li.current-menu-item > a,
    nav#MainNav .sub-menu li:hover > a{
        color: #192747 !important;
    }
    nav#MainNav .sub-menu li.current-menu-item,
    nav#MainNav .sub-menu li:hover {
        background: #48f1bb;
    }
    ul#menu-insurance > li,
    ul#menu-insurance_ru > li{
        margin: 0 5px;
    }
    ul#menu-insurance > li > a,
    ul#menu-insurance_ru > li >a{
        width: 100%;
        background: #192645;
        padding-bottom: 110px;
        border-bottom: 4px solid transparent;
        font-size: 30px;
    }
    ul#menu-insurance > li.current-menu-item > a,
    ul#menu-insurance > li:hover > a,
    ul#menu-insurance_ru > li.current-menu-item > a,
    ul#menu-insurance_ru > li:hover > a{
        border-bottom: 4px solid #48f1bb;
    }
    ul#menu-insurance > li.current-menu-item svg.replaced-svg,
    ul#menu-insurance > li:hover svg.replaced-svg,
    ul#menu-insurance_ru > li.current-menu-item svg.replaced-svg,
    ul#menu-insurance_ru > li:hover svg.replaced-svg{
        fill: #48f1bb;
    }
    .insurance-menu svg.replaced-svg{
        position: absolute;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        top: 20px;
        fill: #fff;
        -webkit-transition:all .5s ease;
                transition: all .5s ease;
    }
    .insurance-menu span.menu-image-title{
        position: relative;
        top: 80px;
    }
}
@media (max-width:1366px) and (min-width:800px) {

    .page-content, .arc-content, .reco-content{
        width: 85%;
        margin: 0 auto;
    }

}
@media (max-width:1200px) and (min-width:800px) {

}
@media (max-width:1024px) and (min-width:800px) {

    #FiltersBox{
        bottom: 20%;
    }
    nav#MainNav div.main_menu > ul > li > a, ul#menu-insurance > li > a{
        font-size: 18px;
    }

}
@media (max-width:800px) , (max-device-width:800px){

    #FiltersBox {
        left: 0;
        right: 0;
        bottom: 15%;
        width: 95%;
    }
    #FiltersBox:hover{
        margin: 0 auto;
    }
    .arrow svg{
        bottom: 0;
        width: 30px;
        z-index: 0;
    }
    .insurance-r{
        margin: 0 auto;
    }
    .txt-right, .txt-left, .entry, .reco-txt {
        font-size: 19px;
    }
    footer h4:before,
    .infot:before{
        content: '';
    }
    .headerbg {
        height: 400px;
        max-height: 800px;
        min-height: 400px;
    }
    .page-content, .arc-content, .reco-content{
        bottom: 0;
    }
    .title-wrap {
        right: 0;
        left: 0;
        width: 95%;
        height: 100px;
        margin: 0 auto;
    }
    .headerbg h1 {
        right: 0;
        left: 0;
        top: 30%;
        margin: 0 auto;
        text-align: center;
    }
    .rt-icon svg{
        width: 25px;
        height: 25px;
    }
    .box75,
    .insurance-txt .box85,
    .contp-content .box85 {
        width: 90%;
    }
    .onepost.flex,
    .infoLine.flex{
        display: block;
    }
    .cpagebg{
        background-attachment: fixed;
    }
    .iconwrap{
        margin: 0 auto;
    }
    .form-area div.wpcf7 input[type=submit]{
        height: auto;
    }
    #sidebar_header {
        display: block;
        color: #010101;
        background: #48f1bb;
        font-size: 25px;
        width: 100%;
        margin: 10px auto 0 auto;
    }
    #sidebar_header::after {
        display: block;
        content: '\f107';
        font-family: 'fontawesome';
        font-size: 25px;
        line-height: 0;
        color: #010101;
        position: absolute;
        right: 70%;
        top: 60%;
    }
    ul#menu-insurance > li,
    ul#menu-insurance_ru > li{
        background: #192747;
        margin: 5px 0;
        padding: 5px 0;
        position: relative;
    }
    ul#menu-insurance > li > a,
    ul#menu-insurance_ru > li > a{
        font-size: 20px;
        color: #fff;
    }
    ul#menu-insurance > li.current-menu-item > a,
    ul#menu-insurance > li:hover > a,
    ul#menu-insurance_ru > li.current-menu-item > a,
    ul#menu-insurance_ru > li:hover > a{
        color: #48f1bb;
    }
    ul#menu-insurance > li.current-menu-item svg.replaced-svg,
    ul#menu-insurance > li:hover svg.replaced-svg{
        fill: #48f1bb;
    }
    .insurance-menu svg.replaced-svg{
        width: 25px;
        height: 25px;
        top: 5px;
        position: absolute;
        right: 50px;
        fill: #fff;
    }
    .s-but:after{
        display: none;
    }

	.nomobile { display:none !important; }
    .mcenter { text-align: center !important; }
    .mrelative { position: relative !important; }
	.minitxt { text-align: initial !important; }
	.mfcc,.mflex { display:-moz-flex;display:-ms-flexbox;display:-webkit-flex;display:flex; }
	.mfcc,.maic { -webkit-box-align: center;-ms-flex-align: center;-ms-grid-row-align: center;-webkit-align-items: center;align-items: center; }
	.maifs { -webkit-box-align: start;-ms-flex-align: start;-ms-grid-row-align: flex-start;-webkit-align-items: flex-start;align-items: flex-start; }
	.maife { -webkit-box-align: end;-ms-flex-align: end;-ms-grid-row-align: flex-end;-webkit-align-items: flex-end;align-items: flex-end; }
	.mjcsb { -webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between; }
	.mjcsa { -webkit-box-pack: space-around;-ms-flex-pack: distribute;-webkit-justify-content: space-around;justify-content: space-around; }
	.mfcc,.mjcc { -webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center; }
	.mjcfs { -webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start; }
	.mjcfe { -webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end; }
	.mfdc { -webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; }
	.mfdcr { -webkit-flex-direction: column-reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse; }
    .mfdrr { -webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;flex-direction: row-reverse; }
	.mfw { -ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap; }
    .mmb5 { margin-bottom: 5px !important; }
    .mmb10 { margin-bottom: 10px !important; }
    .mmb15 { margin-bottom: 15px !important; }
    .mmb20 { margin-bottom: 20px !important; }
    .mmb25 { margin-bottom: 25px !important; }
    .mmb30 { margin-bottom: 30px !important; }
    .mdp { padding: 20px 0 !important; }
    .mw50 { width: 50% !important; }
    .mw50s5 { width: calc(50% - 5px) !important; }
    .mw50s10 { width: calc(50% - 10px) !important; }
    .mw100 { width: 100% !important; }
    .mw100s10 { width: calc(100% - 10px) !important; }
    .mmw100 { max-width: 100% !important; }

	#content { padding-bottom:0; }
	#leos { position:static; }
	footer { position:static; }

	#MobNavBtn,
	nav#MainNav {
		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	#MobNavBtn {
		display: block;
		position: absolute;
		top:10px;
		right:100%;
		width:45px;
		height:45px;
		background:inherit;
		z-index: 9999;
	}
	#MobNavBtn span {
		display: block;
		height:4px;
		width: 70%;
		background: #fff;
		position: absolute;
		top:50%;
		left:50%;
		margin:0 auto;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
		opacity: 1;
	}
	#MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-280%);
				transform: translate(-50%,-280%);
	}
	#MobNavBtn span:nth-child(2) {
		-webkit-transform: translate(-50%,-50%);
				transform: translate(-50%,-50%);
	}
	#MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,180%);
				transform: translate(-50%,180%);
	}
	nav.active #MobNavBtn span:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}
	nav.active #MobNavBtn span:nth-child(1) {
		-webkit-transform: translate(-50%,-50%) rotate(-45deg);
				transform: translate(-50%,-50%) rotate(-45deg);
	}
	nav.active #MobNavBtn span:nth-child(3) {
		-webkit-transform: translate(-50%,-50%) rotate(45deg);
				transform: translate(-50%,-50%) rotate(45deg);
	}
	nav#MainNav .container,
	nav#MainNav div.main_menu {
		width: 100%;
	}
	nav#MainNav {
		display:block;
		position:fixed;
		width:200px;
		z-index:999;
		bottom:0;
		top:0;
		right:-200px;
		height:100vh;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
	}
	nav#MainNav,
	nav#MainNav ul.sub-menu {
		background-color: rgba(25, 39, 71, 0.9) !important;
	}
	nav#MainNav.active {
		right:0;
	}
	nav#MainNav div.main_menu > ul {
		display: block;
		height: calc(100vh - 50px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	nav#MainNav ul li:after {
		display:none;
	}
	nav#MainNav ul li {
		position: relative;
	}
	nav#MainNav ul li a {
		display: block;
		color:#fff;
		font-size: 20px;
		padding:5px 10px;
		width:calc(100% - 20px);
	}
	nav#MainNav div.main_menu > ul > li > a {
		padding:5px 10px 5px 30px;
		width:calc(100% - 40px);
		font-size: 22px;
	}
	nav#MainNav div.main_menu ul li.active,
	nav#MainNav div.main_menu ul li.current-menu-item {
		background: rgba(117, 117, 117, 0.53);
	}
	nav#MainNav div.main_menu ul.active .back-to-menu:after,
	nav#MainNav div.main_menu ul li.menu-item-has-children:after {
		display: block;
		content: '';
		position: absolute;
		top: 12px;
		left: 6px;
		width: 16px;
		height: 16px;
		background: url(images/svg/wmob-menu-arrow.svg) center center no-repeat;
		background-size:contain;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
	}
	nav#MainNav div.main_menu ul.active .back-to-menu:after {
		-webkit-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	nav#MainNav div.main_menu ul.active li.menu-item-has-children {
		padding: 0;
		width: 100%;
	}
	nav#MainNav div.main_menu ul.active li.menu-item-has-children:after {
		display: none;
	}
	ul.sub-menu {
		display: none;
	}
	nav#MainNav div.main_menu > ul > li > ul.sub-menu {
		display: block;
		position: absolute;
		top:0;
		width: 100%;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		background-color: inherit;
		-webkit-transition:all .5s ease;
				transition: all .5s ease;
	}
	nav#MainNav div.main_menu > ul > li > ul.sub-menu.chekd {
		height:0;
		position: relative;
		visibility: visible;
		pointer-events: auto;
	}
	nav#MainNav ul.sub-menu li:not(.back-to-menu) {
		display: block;
		width: calc(100% - 10px);
		margin: 0 auto 0 0;
		padding: 0;
		position: relative;
	}
	nav#MainNav ul.sub-menu li:nth-child(1),
	nav#MainNav	ul.sub-menu li:nth-child(2) {
		margin: 0;
		width: 100%;
	}
	nav#MainNav div.main_menu > ul > li.active > ul.sub-menu {
		opacity: 1;
	}
	nav#MainNav div.main_menu > ul.active > li > a {
		position: absolute;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
	nav#MainNav .back-to-menu {
		cursor: pointer;
	}

    #MobBtns {
        display: block;
        position: fixed;
        bottom:3px;
        left:2.5px;
        z-index: 99999;
    }

	table {
		width:100%;
	}
	thead {
		display: none;
	}
	tr:nth-of-type(2n) {
		background-color: inherit;
	}
	tr td:first-child {
		background: #f0f0f0;
		font-weight:bold;
		font-size:1.3em;
	}
	tbody td {
		display: block;
		text-align:center;
	}
	tbody td:before {
	    content: attr(data-th);
	    display: block;
	    text-align:center;
	}
}
@media (max-width:500px) , (max-device-width:500px) {

}