/*<![CDATA[*/
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
/*@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css") screen, handheld; /* import of FancyBox 

s */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700&subset=latin,cyrillic-ext,cyrillic);

html{
	/*background: #ffe29d;*/
}

body
   {	
	overflow-y: scroll;
	margin: 0;
	padding: 0;
	color: #000;
	font: 100% Tahoma;
	/*background: #000 url(../image/space.jpg) center bottom no-repeat;*/
	background: #CCC url(../image/bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	/* background: linear-gradient(to bottom, #ff8010, #ffe29d) no-repeat; */
	cursor: default;
	width: 100%;
    }
embed {
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
img
   {
     border: 0;
     max-width: 100%;
     height: auto;
   }
table
   {
     margin: 0;
     padding: 0;
     border-collapse: collapse;
   }
.clear {
	clear: both;
    height: 0;
    overflow: hidden;
}
.column-1-2 {
	float: left;
	width: 49%;
	padding: 1px;
	overflow: hidden;
}
table#GeoResults {
	display: none;
}
/* Оформление ссылок */

a:link 
   {
     color: #a10000;
     text-decoration: underline;
   }
a:visited 
   {
     color: #a10000;
     text-decoration: underline;
   }
a:hover 
   {
     color: #000;
     text-decoration: underline;
    }
a.menu:link 
   {
     color: #000;
     text-decoration: underline; 
   }
a.menu:visited 
   {
     color: #000;
     text-decoration: underline; 
   }
a.menu:hover 
   {
     color: #FF8011;
     text-decoration: underline;
    }
/* /Оформление ссылок */

/* Располагаем по центру */

div#container 
   {
	margin-left: -495px; 
	padding: 0;
	width: 986px;	
	position:relative; 
	left: 50%; 
	top: 0;
	overflow: hidden;
	box-shadow: 0px 0px 35px 8px #5b5b5b;
	-webkit-box-shadow: 0px 0px 24px 5px #5b5b5b;
   }

/* /Располагаем по центру */

/* Шапка */
div#header
   {
	/*float: left;*/
	float: none;
	height: 98px;
	margin: 0;
	padding: 0;
	width: 986px;
	color: #000;
	background: #fff;
	border-top: 3px solid #23ACFC;
   }

div#header .logo
   {
     float: left;
     margin: 0px; 
     padding: 7px 0 5px 16px;
     z-index: 2;
     width: 309px;
     /*height: 26px;*/
     font-size: 7pt;
   }
   
div#header .logo img{
	width: 92%;
}
   
div#header .logo a {
color: #ead7d7 !important;
font-size: 31px;
font-weight: bold;
text-decoration: none;
}

div#header #search
   {
     float: right;
     margin: 24px 30px 0 30px; 
     background: url(../image/search_field.png) top left no-repeat; 
     padding: 0px 0px 10px 0px;
   }
*html div#header #search
   {
     float: right;
     position: absolute;
     top: 35px;
     left: 680px;
     margin: 0px 0px 0 30px; 
     background: url(../image/search_field.png) 30px 0px no-repeat; 
   }
*:first-child+html div#header #search
   {
     float: right;
     position: absolute;
     top: 35px;
     left: 680px;
     margin: 0px 0px 0 30px; 
     background: url(../image/search_field.png) 30px 2px no-repeat; 
     padding: 2px 0 0 0;
   }
div#h_field
   {
	float: left;
	width: 986px;
	height: 294px; /*317px;*/
	clear: both;
	margin: 0; 
	background: #CCCCCC url(../image/hbg.jpg) top left no-repeat;
	padding: 0;
	overflow: hidden;
	position: relative;
   }
div#h_field .intro h1
   {
     font: normal 18pt/20pt Tahoma, Verdana;
     color: #fff;
     width: 500px;
     margin: 0;
     padding: 100px 20px 0 35px;
     clear: both;
   }
div#h_field .intro p
   {
     font: bold 10pt/14pt Tahoma, Verdana;
     color: #fff;
     width: 400px;
     margin: 0;
     padding: 10px 20px 0 35px;
     clear: both;
   }

#navigation {
	clear: both;
	height: 43px;
	width: 986px;
	background: url(../image/bg_menu.jpg);
	background-size: contain;
	position: relative;
	z-index: 1;
}

#navigation a {
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation ul
   {
     width: 986px;
     height: 35px;
     /*list-style: url(../image/nav_bullet.gif); */
      margin: 0;
      padding: 15px 0 0 0;
     font: bold 10pt/10pt Tahoma, Verdana;
     display: flex;
   }
*:first-child+html div#navigation ul
   {
     width: 986px;
     height: 35px;
      margin: 0;
      padding: 15px 0 0 0;
     font: bold 10pt/10pt Tahoma, Verdana;
   }

#navigation ul li
   {
	    float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    vertical-align: middle;
   }

#navigation ul li a{
	color: #fff !important;
}

#navigation ul li a:hover {
	color: #000 !important;
}
  
*html #navigation ul li
   {
     float: left;
     position: relative;
     left: -20px;
     margin: 0 0 0 55px;
     padding: 0;
   }
*:first-child+html #navigation ul li
   {
     float: left;
     list-style: none; 
     background: url(../image/nav_bullet.gif) top left no-repeat; 
     margin: 0 0 0 25px;
     padding: 2px 0 0 20px;
   }
*html #navigation ul li
   {
     float: left;
     list-style: none; 
     background: url(../image/nav_bullet.gif) top left no-repeat; 
     margin: 0 0 0 25px;
     padding: 2px 0 0 20px;
   }
div#header .search_field
   {
     float: left;
     margin: 0; 
     padding: 6px 15px 0px 15px;
     font: 9pt/9pt Tahoma, verdana;
     height: 16px;
     width: 170px;
     background: url(../image/trans.gif);
     border: 0px solid #000;
   }
*html div#header .search_field
   {
     font: 9pt/11pt Tahoma, verdana;
   }
*:first-child+html div#header .search_field
   {
     font: 9pt/11pt Tahoma, verdana;
   }
div#header h1
   {
     float: left;
     margin: 33px 0 0 0; 
     width: 750px;
     font: normal 18pt/22pt Tahoma, Verdana;
     color: #a10000; 
   }

/* /Шапка */

/* Баннеры */
div.wrapper
   {
     clear: both;
     height: 0;
     overflow: hidden;
   }
div#content 
   {
     margin: 0; 
     width: 986px;
     font: normal 11pt/16pt Tahoma, Verdana;
     color: #000; 
     background: #fff; 
   }
td.center
   {
     vertical-align: top;
     text-align: left;
     float: left;
     margin: 0 0 40px 0; 
     width: 931px;
     padding: 30px 20px 30px 35px;
     font-size: 100%; line-height: 1.4em;
     color: #000;
   }
td.right
   {
     vertical-align: top;
     text-align: left;
     margin: 0; 
     position: relative;
     float: left;
     padding: 50px 20px 30px 35px;
     font: normal 11pt/16pt Tahoma, Verdana;
     color: #000;
   }
td.right #submenu
   {
	margin: 0; 
	width: 215px;
	padding: 5px 15px 10px 0;
	font: normal 14pt/20pt Tahoma, Verdana;
	color: #000;
	/*background: #bc0000 url(../image/submenubg.jpg) top left repeat-y;*/
	background: #13A1F3;
	border-radius: 8px;
   }

td.right #submenu a:hover {
	text-decoration: underline;
}
td.right #submenu a {
	color: #fff;
	text-decoration: none;
}

td.right #submenubottom
   {
     width: 230px;
     height: 1px;
     background: #fff; 
   }
td.right #newsblock
   {
      width: 215px;
      margin: 0;
      padding: 20px 0 0 15px;
   }
td.right #newsblock strong
   {
      padding: 0;
      margin: 0;
      font: 16pt/20pt Tahoma, verdana;
   }
dt
   {
      padding: 5px 0 0 0;
      margin: 0;
      font: 9pt/14pt Tahoma, verdana;
      color: #666;
   }
dd
   {
      padding: 0 0 0 0;
      margin: 0;
      font: 10pt/14pt Tahoma, verdana;
      color: #000;
   }
td.right #submenu ul
   {
     list-style: url(../image/nav_bullet.gif); 
      margin: 0;
      padding: 15px 10px 0 20px;
     font: normal 14pt/14pt Tahoma, Verdana; 
     width: 170px;
   }
*:first-child+html td.right #submenu ul
   {
     list-style: url(../image/nav_bullet.gif); 
      margin: 0;
      padding: 15px 10px 0 12px;
     font: normal 14pt/14pt Tahoma, Verdana; 
     width: 170px;
   }
*html td.right #submenu ul
   {
     list-style: url(../image/nav_bullet.gif); 
      margin: 0;
      padding: 15px 10px 0 12px;
     font: normal 14pt/14pt Tahoma, Verdana; 
     width: 170px;
   }
td.right #submenu ul li
   {
      margin: 5px 0 15px 15px;
      padding: 0; width: 170px;
   }
*:first-child+html td.right #submenu ul li
   {
      margin: 5px 0 15px 15px;
      padding: 0 0 0 5px; width: 170px;
   }
*html td.right #submenu ul li
   {
      margin: 5px 0 15px 15px;
      padding: 0 0 0 5px; width: 170px;
   }
td.center h1
   {
	margin: 0;
	margin-bottom: 15px;
	padding: 0 0 5px 0;
	font: normal 20pt/24pt Tahoma, Verdana;
	color: #a10000;
	clear: both;
   }
td.center h2
   {
	margin: 0; 
	padding: 15px 0 5px 0;
	font: normal 16pt/20pt Tahoma, Verdana;
	color: #a10000;
	clear: both;
   }
td.center p
   {
	padding: 5px 0 15px 0;
	margin: 0; 
	color: #000;
   }
td.center blockquote
   {
     padding: 10px 25px;
     margin: 0 0 20px 0; 
     color: #fff;
     background: #a10000;
     font: normal 10pt/14pt Tahoma, Verdana;
   }
td.center blockquote p
   {

     color: #fff;

   }
td.center ul {
	padding: 0 0 20px 20px;
	margin: 0;
	list-style-image: url(../image/bullet.gif);
	margin-left: 10px;
	margin-top: 10px;
}
td.center ol
   {
	padding: 0 0 20px 20px;
	margin: 0;
	list-style-type: decimal;
   }
td.center ul li
   {
     font: normal 10pt/14pt Tahoma, Verdana;
     padding: 0 0 15px 0;     
     margin: 0; 
     font-size: 1em;
   }
td.center ol li
   {
     font: normal 12pt/14pt Tahoma, Verdana;
     padding: 0 0 15px 0;     
     margin: 0; 
   }

div#copyright
   {
     color: #fff;
     padding: 30px 0px 18px 35px;
     margin: 0 0 25px 0;
     position: relative;
     float: left;
     font: normal 9pt/13pt Tahoma, Verdana;
     width: 360px;
   }
   
div#copyright .cpl {
	width: 360px;
	float: left;
}
   
div#z66
   {
     width: 200px;
     color: #fff;
     padding: 30px 130px 35px 0;
     margin: 0;
     position: relative;
     float: left;
     font: normal 9pt/13pt Tahoma, Verdana;
     text-align: right;
     background: url(../image/logo2.png) 210px 32px no-repeat; 
   }

div#z66 a{
	color: #fff;
}

div#z66 a:hover{
	color: #CECECE;
}

.before_footer{
	height: 10px;
	background: #0496E9;
	width: 986px;
}

.footer{
	background: #5D5D5D;
	width: 986px;
}

.metrika{
	float: left;
	text-align: center;
	padding: 30px 20px 18px 30px;
	margin: 0 0 25px 0;
	position: relative;
	width: 211px;
}

.contact_info{
	font-family: Ubuntu;
	color: #000;
	width: 355px;
	float: left;
	padding: 22px 0px 0px 0px;
	line-height: 28px;
	font-size: 36px;
	text-align: center;
}

.contact_info a{
	font-family: Ubuntu;
	color: #000;
	text-decoration: none;
}

.contact_info a:hover{
	text-decoration: underline;
}

@media only screen and (max-width: 1035px) {
 #jivo-label {
  display: none !important;
 }
 
 #jivo-chat {
  display: none !important;
 }
}

.viewport{
    width: 986px;
    height: 406px;
    overflow: hidden;
    position: relative;
}
.slidewrapper{
    position: absolute;
    left: 0;
    top: 0;
    height: 406px;
    margin: 0;
    padding: 0;    
}
.slide{
    width: 986px;
    height: 406px;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff url(../image/hbg1.jpg);
}

.slide h3{
	font-size: 42px;
	margin-top: 149px;
	margin-left: 92px;
	color: #fff;
	text-shadow: 2px 2px 0.2em black;
	text-transform: uppercase;
	line-height: 55px;
}

.second{
    background: #fff url(../image/hbg2.jpg);
}
.third{
    background: #fff url(../image/hbg3.jpg);  
}

#prev_slide{
    display: block;
    height: 40px;
    width: 40px;
    background: url(../image/arrow_left.png);
    background-size: contain;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 183px;
    margin-left: 20px;
    text-decoration: none;
}

#prev_slide:hover{
	opacity: 1;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

#next_slide{
    display: block;
    height: 40px;
    width: 40px;
    background: url(../image/arrow_right.png);
    background-size: contain;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 183px;
    margin-right: 20px;
    text-decoration: none;
}

#next_slide:hover{
	opacity: 1;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.toggles{
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 462px;
}

.dot{
	opacity: 0.8;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
}

.dot:hover{
	opacity: 1;
}

.dot.active{
	opacity: 1;
	background: #999;   
}

.tile_sections{
	margin-top: 25px;
}

.tile_item:first-child{
	margin-left: 0;
}

.tile_item{
	display: block;
	width: 222px;
	float: left;
	position: relative;
	margin-left: 10px;
	border-radius: 5px;
	overflow: hidden;
}

.tile_item:hover{
	box-shadow: 0px 7px 17px 3px #b5b5b5;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.tile_item img{
	width: 100%;
}

.tile_description{
	padding: 10px;
}

.tile_description p{
	color: #797876 !important;
}

.tile_description h3 {
    text-transform: uppercase;
    color: #525252;
}

.tile_description a{
	text-transform: uppercase;
	color: #525252;
	text-decoration: none;
}

/* video */
.video {
	margin-top: 25px;
}

.vedeo_title{
	margin-top: 20px;
	margin-bottom: 20px;
}

.vedeo_title:first-child{
	margin-top: 0;
}

.vedeo_title h3{
	text-transform: uppercase;
	color: #525252;
	text-decoration: none;
}

.vedeo_frame{
	margin-bottom: 20px;
	text-align: center;
}

.vedeo hr{
	width:90%; 
	margin:1em auto; 
	border:none; 
	background:#ccc;
}

.to_top{
	position:fixed !important;
	top:0px;
}

.pageToste {
	font-size: 12px !important;
}

.details{
	font-size:18px;
	position: relative;
	background: #ECECEC;
	padding: 2px 10px;
	border-radius: 2px;
	color: #000;
	cursor: pointer;
	margin-top: 15px;
	margin-bottom: 15px;
	text-decoration: underline;
}

.gray{
	background: #ECECEC;
}

.orange{
	background: #FBC88B;
}

.details:first-child{
	margin-top: 0;
}

.product_table {
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
}

.product_table th {
	padding: 10px;
	text-align: center;
	background: #FD8246;
	color: #fff;
	border-right: 1px solid #fff;
}

.product_table th:last-child {
	border-right: 1px solid rgba(204,204,204,1);
}

tr .even {
    background: #FFEFD8;
}

.product_table tr:hover {
    background: #FFDBA7;
}

.product_table td {
	padding: 10px;
	text-align: center;
	border: 1px solid rgba(204,204,204,1);
}

.scrollup{
	width:40px;
	height:40px;
	opacity:0.7;
	position:fixed;
	bottom:50px;
	right:100px;
	display:none;
	text-indent:-9999px;
	background: url('../image/icon_top.png') no-repeat;
}

table.tg td, th {
	padding: 3px;
}

table.tg tr.border {
	border-bottom: 1px solid #9C9C9C;
}

td.right #newsblock a {
	color: #0370AF;
}

td.right #newsblock a {
	color: #0370AF;
}

td.right #newsblock a:hover {
	color: #13A1F3;
}
table.product td {
	vertical-align: top !important;
	text-align: center !important;
	width: 25% !important; 
}
.gallery_item {
	float: left;
	width: 20%;
	position: relative;
	min-height: 1px;
	margin: 14px 0;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}

.gallery_item img {
	width: 100%;
	padding: 6px;
	border: 1px solid #CECECE;
	border-radius: 14px;
	position: relative;
}

.gallery_item img:hover {
	box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.73);
	cursor: pointer;
}

.slogan_left {
	width: 50%;
	float: left;
	padding: 73px 0px 0 41px;
}

.slogan_left p {
	font-size: 46px;
	color: #fff;
	/*font-weight: 600;*/
	line-height: 48px;
	/*text-shadow: 1px 1px 0.1em black;*/
	text-shadow: rgb(192, 58, 42) 1px 0px 0.12em, rgb(192, 58, 42) 1px 1px 0.12em, rgb(192, 58, 42) 0px 1px 0.12em, rgb(192, 58, 42) -1px 1px 0.12em, rgb(192, 58, 42) -1px 0px 0.12em, rgb(192, 58, 42) -1px -1px 0.12em, rgb(192, 58, 42) 0px -1px 0.12em, rgb(192, 58, 42) 1px -1px 0.12em, rgb(192, 58, 42) 0px 0px 2px, rgb(192, 58, 42) 0px 0px 2px, rgb(192, 58, 42) 0px 0px 2px, rgb(192, 58, 42) 0px 0px 2px, red 0px 0px 2px, rgb(192, 58, 42) 0px 0px 2px, rgb(192, 58, 42) 0px 0px 2px, rgb(192, 58, 42) 0px 0px 2px;
	/*text-transform: uppercase;*/
	font-family: Ubuntu;
}

/* //////Преимущества дефлекторов//////// */

.advantages {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.advantage_item {
	width: 50%;
	float: left;
}

.advantage_img {
	width: 27%;
	height: 100%;
	float: left;
}

.advantage_img img {
	width: 100%;
	height: auto;
}

.advantage_description {
	float: left;
	width: 70%;
	padding-left: 10px;
}

.advantage_description h2 {
	padding-top: 5px !important;
}

.advantages_title h1 {
	font: normal 20pt/24pt Ubuntu !important;
	text-align: center;
}

.advantages_title {
	margin: 20px 0;
}

.sale {
	width: 986px;
	float: left;
	background: #A10000;
	margin: 40px -35px;
}

.sale_icon {
	width: 25%;
	float: left;
	display: block;
	color: #fff;
	font-size: 159px;
}

.sale_icon .fa {
	padding: 40px 0 40px 60px;
}

.sale_description {
	width: 73%;
	display: block;
	float: left;
	color: #fff;
	text-align: center;
}

.sale_description h2 {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 33px !important;
	margin: 75px 0 10px 0 !important;
}

.sale_line_top {
	height: 2px;
	width: 100%;
	margin-top: 5px;
	background: #fff;
}

.sale_line_bottom {
	height: 2px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	background: #fff;
}

.wishes {
	width: 100%;
	float: left;
	font-size: 16px;
	margin-bottom: -40px;
}

.wishes ul li {
	list-style: none !important;
	margin-bottom: 20px !important;
}

.wishes ul li .fa {
	font-size: 39px;
	color: #A10000;
	margin: 0px 0 0 -36px;
	padding: 0 10px 0 0;
	float: left;
	display: block;
}

.row {
	width: 100%;
	margin-right: -15px;
	margin-left: -15px;
}

.price {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.price_btn {
	border-radius: 4px;
	border: 1px solid #A10000;
	width: 185px;
	height: 40px;
	background: #A10000;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.price_btn:hover {
	background: #C30000;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	box-shadow: 0px 0px 12px #615F5F;
}

.vk_group {
	text-align: center;
	margin: 6px 0;
}

.vk_group .fa {
	font-size: 21px;
	color: #C03A2A;
	margin: 0px 0 0 7px;
}

.vk_group a:hover {
	color: #C03A2A;
}
.vk_group a {
	color: #000000;
}


@media only screen and (max-width: 1010px) {
	div#jivo-iframe-container.jivo-iframe-container-left {
		display: none !important;
	}

	#jivo-chat {
		display: none !important;
	}
}
/* Free PBX*/
div#wcb{ position:absolute; right:0px; opacity:0.5;}
/* плавно моргающий текст */


.event {
	color: #c03a2a;
	font-family: Ubuntu;
	font-size: 2.3em;
	line-height: 28px;
	margin: 40px 0;
	text-align: center;
	animation-name: seeEvent;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform: scale(0.9);
}

@keyframes seeEvent {
	0%   {transform: scale(0.9);}
	50%  {transform: scale(1);}
	100% {transform: scale(0.9);}
}

/*]]>*/


/* 3д модель старт  */
.post-750 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #777777;
}
.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {display: table;content: " ";}.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {clear: both;}.fl-row,.fl-row-content,.fl-col-group,.fl-col,.fl-module,.fl-module-content {zoom:1;}.fl-clear {clear: both;}.fl-clearfix:before,.fl-clearfix:after {display: table;content: " ";}.fl-clearfix:after {clear: both;}.fl-clearfix {zoom:1;}.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {display: none;}.fl-row,.fl-row-content {margin-left: auto;margin-right: auto;}.fl-row-content-wrap {position: relative;}.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {background-attachment: scroll;}.fl-row-bg-video,.fl-row-bg-video .fl-row-content {position: relative;}.fl-row-bg-video .fl-bg-video {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;}.fl-row-bg-video .fl-bg-video video {bottom: 0;left: 0px;max-width: none;position: absolute;right: 0;top: 0px;}.fl-row-bg-video .fl-bg-video iframe {pointer-events: none;width: 100vw;height: 56.25vw; max-width: none;min-height: 100vh;min-width: 177.77vh; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); }.fl-bg-video-fallback {background-position: 50% 50%;background-repeat: no-repeat;background-size: cover;bottom: 0px;left: 0px;position: absolute;right: 0px;top: 0px;}.fl-row-bg-slideshow,.fl-row-bg-slideshow .fl-row-content {position: relative;}.fl-row .fl-bg-slideshow {bottom: 0;left: 0;overflow: hidden;position: absolute;right: 0;top: 0;z-index: 0;}.fl-builder-edit .fl-row .fl-bg-slideshow * {bottom: 0;height: auto !important;left: 0;position: absolute !important;right: 0;top: 0;}.fl-row-bg-overlay .fl-row-content-wrap:after {border-radius: inherit;content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;}.fl-row-bg-overlay .fl-row-content {position: relative;z-index: 1;}.fl-row-full-height .fl-row-content-wrap,.fl-row-custom-height .fl-row-content-wrap {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;min-height: 100vh;}.fl-row-custom-height .fl-row-content-wrap {min-height: 0;}.fl-builder-edit .fl-row-full-height .fl-row-content-wrap {min-height: calc( 100vh - 48px );}.fl-row-full-height .fl-row-content,.fl-row-custom-height .fl-row-content {-webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}.fl-row-full-height .fl-row-full-width.fl-row-content,.fl-row-custom-height .fl-row-full-width.fl-row-content {max-width: 100%;width: 100%;}.fl-builder-ie-11 .fl-row.fl-row-full-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile),.fl-builder-ie-11 .fl-row.fl-row-custom-height:not(.fl-visible-medium):not(.fl-visible-medium-mobile):not(.fl-visible-mobile) {display: flex;flex-direction: column;height: 100%;}.fl-builder-ie-11 .fl-row-full-height .fl-row-content-wrap,.fl-builder-ie-11 .fl-row-custom-height .fl-row-content-wrap {height: auto;}.fl-builder-ie-11 .fl-row-full-height .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height .fl-row-content {flex: 0 0 auto;flex-basis: 100%;margin: 0;}.fl-builder-ie-11 .fl-row-full-height.fl-row-align-top .fl-row-content,.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-top .fl-row-content,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content {margin: 0 auto;}.fl-builder-ie-11 .fl-row-full-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height),.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-center .fl-col-group:not(.fl-col-group-equal-height) {display: flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;}.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {align-items: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;}.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {align-items: flex-end;justify-content: flex-end;-webkit-align-items: flex-end;-webkit-justify-content: flex-end;-webkit-box-align: end;-webkit-box-pack: end;-ms-flex-align: end;-ms-flex-pack: end;}.fl-builder-ie-11 .fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,.fl-builder-ie-11 .fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {justify-content: flex-start;-webkit-justify-content: flex-start;}@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){.fl-row-full-height .fl-row-content-wrap{min-height: 1024px;}}@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){.fl-row-full-height .fl-row-content-wrap{min-height: 768px;}}@media screen and (device-aspect-ratio: 40/71) {.fl-row-full-height .fl-row-content-wrap {min-height: 500px;}}.fl-col-group-equal-height,.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.fl-col-group-equal-height{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.fl-col-group-equal-height.fl-col-group-has-child-loading {-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;}.fl-col-group-equal-height .fl-col,.fl-col-group-equal-height .fl-col-content{-webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto;-webkit-flex: 1 1 auto;-ms-flex: 1 1 auto;flex: 1 1 auto;}.fl-col-group-equal-height .fl-col-content{-webkit-box-orient: vertical; -webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column; flex-shrink: 1; min-width: 1px; max-width: 100%;width: 100%;}.fl-col-group-equal-height:before,.fl-col-group-equal-height .fl-col:before,.fl-col-group-equal-height .fl-col-content:before,.fl-col-group-equal-height:after,.fl-col-group-equal-height .fl-col:after,.fl-col-group-equal-height .fl-col-content:after{content: none;}.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {align-items: center;justify-content: center;-webkit-align-items: center;-webkit-box-align: center;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-align: center;-ms-flex-pack: center;}.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {justify-content: flex-end;-webkit-justify-content: flex-end;-webkit-box-align: end;-webkit-box-pack: end;-ms-flex-pack: end;}.fl-col-group-equal-height.fl-col-group-align-center .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {width: 100%;}.fl-builder-ie-11 .fl-col-group-equal-height,.fl-builder-ie-11 .fl-col-group-equal-height .fl-col,.fl-builder-ie-11 .fl-col-group-equal-height .fl-col-content,.fl-builder-ie-11 .fl-col-group-equal-height .fl-module,.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {min-height: 1px;}.fl-col {float: left;min-height: 1px;}.fl-col-bg-overlay .fl-col-content {position: relative;}.fl-col-bg-overlay .fl-col-content:after {border-radius: inherit;content: '';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 0;}.fl-col-bg-overlay .fl-module {position: relative;z-index: 2;}.fl-module img {max-width: 100%;}.fl-builder-module-template {margin: 0 auto;max-width: 1100px;padding: 20px;}.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;display: inline-block;font-size: 16px;font-weight: normal;line-height: 18px;padding: 12px 24px;text-decoration: none;text-shadow: none;}.fl-builder-content .fl-button:hover {text-decoration: none;}.fl-builder-content .fl-button:active {position: relative;top: 1px;}.fl-builder-content .fl-button-width-full .fl-button {display: block;text-align: center;}.fl-builder-content .fl-button-width-custom .fl-button {display: inline-block;text-align: center;max-width: 100%;}.fl-builder-content .fl-button-left {text-align: left;}.fl-builder-content .fl-button-center {text-align: center;}.fl-builder-content .fl-button-right {text-align: right;}.fl-builder-content .fl-button i {font-size: 1.3em;height: auto;margin-right:8px;vertical-align: middle;width: auto;}.fl-builder-content .fl-button i.fl-button-icon-after {margin-left: 8px;margin-right: 0;}.fl-builder-content .fl-button-has-icon .fl-button-text {vertical-align: middle;}.fl-icon-wrap {display: inline-block;}.fl-icon {display: table-cell;vertical-align: middle;}.fl-icon a {text-decoration: none;}.fl-icon i {float: left;height: auto;width: auto;}.fl-icon i:before {border: none !important;height: auto;width: auto;}.fl-icon-text {display: table-cell;text-align: left;padding-left: 15px;vertical-align: middle;}.fl-icon-text-empty {display: none;}.fl-icon-text *:last-child {margin: 0 !important;padding: 0 !important;}.fl-icon-text a {text-decoration: none;}.fl-icon-text span {display: block;}.fl-icon-text span.mce-edit-focus {min-width: 1px;}.fl-photo {line-height: 0;position: relative;}.fl-photo-align-left {text-align: left;}.fl-photo-align-center {text-align: center;}.fl-photo-align-right {text-align: right;}.fl-photo-content {display: inline-block;line-height: 0;position: relative;max-width: 100%;}.fl-photo-img-svg {width: 100%;}.fl-photo-content img {display: inline;height: auto;max-width: 100%;}.fl-photo-crop-circle img {-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;}.fl-photo-caption {font-size: 13px;line-height: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}.fl-photo-caption-below {padding-bottom: 20px;padding-top: 10px;}.fl-photo-caption-hover {background: rgba(0,0,0,0.7);bottom: 0;color: #fff;left: 0;opacity: 0;filter: alpha(opacity = 0);padding: 10px 15px;position: absolute;right: 0;-webkit-transition:opacity 0.3s ease-in;-moz-transition:opacity 0.3s ease-in;transition:opacity 0.3s ease-in;}.fl-photo-content:hover .fl-photo-caption-hover {opacity: 100;filter: alpha(opacity = 100);}.fl-builder-pagination,.fl-builder-pagination-load-more {padding: 40px 0;}.fl-builder-pagination ul.page-numbers {list-style: none;margin: 0;padding: 0;text-align: center;}.fl-builder-pagination li {display: inline-block;list-style: none;margin: 0;padding: 0;}.fl-builder-pagination li a.page-numbers,.fl-builder-pagination li span.page-numbers {border: 1px solid #e6e6e6;display: inline-block;padding: 5px 10px;margin: 0 0 5px;}.fl-builder-pagination li a.page-numbers:hover,.fl-builder-pagination li span.current {background: #f5f5f5;text-decoration: none;}.fl-slideshow,.fl-slideshow * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}.fl-slideshow .fl-slideshow-image img {max-width: none !important;}.fl-slideshow-social {line-height: 0 !important;}.fl-slideshow-social * {margin: 0 !important;}.fl-builder-content .bx-wrapper .bx-viewport {background: transparent;border: none;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;left: 0;}.mfp-wrap button.mfp-arrow,.mfp-wrap button.mfp-arrow:active,.mfp-wrap button.mfp-arrow:hover,.mfp-wrap button.mfp-arrow:focus {background: transparent !important;border: none !important;outline: none;position: absolute;top: 50%;box-shadow: none !important;-moz-box-shadow: none !important;-webkit-box-shadow: none !important;}.mfp-wrap .mfp-close,.mfp-wrap .mfp-close:active,.mfp-wrap .mfp-close:hover,.mfp-wrap .mfp-close:focus {background: transparent !important;border: none !important;outline: none;position: absolute;top: 0;box-shadow: none !important;-moz-box-shadow: none !important;-webkit-box-shadow: none !important;}.admin-bar .mfp-wrap .mfp-close,.admin-bar .mfp-wrap .mfp-close:active,.admin-bar .mfp-wrap .mfp-close:hover,.admin-bar .mfp-wrap .mfp-close:focus {top: 32px!important;}img.mfp-img {padding: 0;}.mfp-counter {display: none;}.mfp-wrap .mfp-preloader.fa {font-size: 30px;}.fl-form-field {margin-bottom: 15px;}.fl-form-field input.fl-form-error {border-color: #DD6420;}.fl-form-error-message {clear: both;color: #DD6420;display: none;padding-top: 8px;font-size: 12px;font-weight: lighter;}.fl-form-button-disabled {opacity: 0.5;}.fl-animation {opacity: 0;}.fl-builder-preview .fl-animation,.fl-builder-edit .fl-animation,.fl-animated {opacity: 1;}.fl-animated {animation-fill-mode: both;-webkit-animation-fill-mode: both;}.fl-button.fl-button-icon-animation i {width: 0 !important;opacity: 0;-ms-filter: "alpha(opacity=0)";transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;}.fl-button.fl-button-icon-animation:hover i {opacity: 1! important;-ms-filter: "alpha(opacity=100)";}.fl-button.fl-button-icon-animation i.fl-button-icon-after {margin-left: 0px !important;}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {margin-left: 10px !important;}.fl-button.fl-button-icon-animation i.fl-button-icon-before {margin-right: 0 !important;}.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {margin-right: 20px !important;margin-left: -10px;}.single:not(.woocommerce).single-fl-builder-template .fl-content {width: 100%;}.fl-builder-layer {position: absolute;top:0;left:0;right: 0;bottom: 0;z-index: 0;pointer-events: none;overflow: hidden;}.fl-builder-shape-layer {z-index: 0;}.fl-builder-shape-layer.fl-builder-bottom-edge-layer {z-index: 1;}.fl-row-bg-overlay .fl-builder-shape-layer {z-index: 1;}.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {z-index: 2;}.fl-row-has-layers .fl-row-content {z-index: 1;}.fl-row-bg-overlay .fl-row-content {z-index: 2;}.fl-builder-layer > * {display: block;position: absolute;top:0;left:0;width: 100%;}.fl-builder-layer + .fl-row-content {position: relative;}.fl-builder-layer .fl-shape {fill: #aaa;stroke: none;stroke-width: 0;width:100%;}.fl-builder-content a.fl-button,.fl-builder-content a.fl-button:visited {background: #fafafa;border: 1px solid #ccc;color: #333;}.fl-builder-content a.fl-button *,.fl-builder-content a.fl-button:visited * {color: #333;}.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }.fl-row-fixed-width { max-width: 1100px; }.fl-col-content { margin: 0px; }.fl-col-content { padding: 0px; }.fl-module-content { margin: 20px; }@media (max-width: 1000px) { .fl-visible-desktop,.fl-visible-mobile,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-mobile.fl-col {display: none;}.fl-visible-desktop-medium,.fl-visible-medium,.fl-visible-medium-mobile,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col,.fl-col-group .fl-visible-medium-mobile.fl-col {display: block;} }@media (max-width: 768px) { .fl-visible-desktop,.fl-visible-desktop-medium,.fl-visible-medium,.fl-col-group .fl-visible-desktop.fl-col,.fl-col-group .fl-visible-desktop-medium.fl-col,.fl-col-group .fl-visible-medium.fl-col {display: none;}.fl-visible-medium-mobile,.fl-visible-mobile,.fl-col-group .fl-visible-medium-mobile.fl-col,.fl-col-group .fl-visible-mobile.fl-col {display: block;}.fl-row-content-wrap {background-attachment: scroll !important;}.fl-row-bg-parallax .fl-row-content-wrap {background-attachment: scroll !important;background-position: center center !important;}.fl-col-group.fl-col-group-equal-height {display: block;}.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;}.fl-col-group.fl-col-group-responsive-reversed {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -moz-flex;display: -webkit-flex;display: flex;flex-flow: row wrap;-ms-box-orient: horizontal;-webkit-flex-flow: row wrap;}.fl-col-group.fl-col-group-responsive-reversed .fl-col {-webkit-box-flex: 0 0 100%; -moz-box-flex: 0 0 100%;-webkit-flex: 0 0 100%;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(1) {-webkit-box-ordinal-group: 12; -moz-box-ordinal-group: 12;-ms-flex-order: 12;-webkit-order: 12; order: 12;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(2) {-webkit-box-ordinal-group: 11;-moz-box-ordinal-group: 11;-ms-flex-order: 11;-webkit-order: 11;order: 11;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(3) {-webkit-box-ordinal-group: 10;-moz-box-ordinal-group: 10;-ms-flex-order: 10;-webkit-order: 10;order: 10;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(4) {-webkit-box-ordinal-group: 9;-moz-box-ordinal-group: 9;-ms-flex-order: 9;-webkit-order: 9;order: 9;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(5) {-webkit-box-ordinal-group: 8;-moz-box-ordinal-group: 8;-ms-flex-order: 8;-webkit-order: 8;order: 8;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(6) {-webkit-box-ordinal-group: 7;-moz-box-ordinal-group: 7;-ms-flex-order: 7;-webkit-order: 7;order: 7;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(7) {-webkit-box-ordinal-group: 6;-moz-box-ordinal-group: 6;-ms-flex-order: 6;-webkit-order: 6;order: 6;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(8) {-webkit-box-ordinal-group: 5;-moz-box-ordinal-group: 5;-ms-flex-order: 5;-webkit-order: 5;order: 5;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(9) {-webkit-box-ordinal-group: 4;-moz-box-ordinal-group: 4;-ms-flex-order: 4;-webkit-order: 4;order: 4;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(10) {-webkit-box-ordinal-group: 3;-moz-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(11) {-webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}.fl-col-group-responsive-reversed .fl-col:nth-of-type(12) {-webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;}.fl-col {clear: both;float: none;margin-left: auto;margin-right: auto;width: auto !important;}.fl-col-small {max-width: 400px;}.fl-block-col-resize {display:none;}.fl-row[data-node] .fl-row-content-wrap {margin: 0;padding-left: 0;padding-right: 0;}.fl-row[data-node] .fl-bg-video,.fl-row[data-node] .fl-bg-slideshow {left: 0;right: 0;}.fl-col[data-node] .fl-col-content {margin: 0;padding-left: 0;padding-right: 0;} }.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }.fl-node-5ea019de403d4 .fl-bg-video-audio {display: none;cursor: pointer;position: absolute;bottom: 20px;right: 20px;z-index: 5;width: 20px;}.fl-node-5ea019de403d4 .fl-bg-video-audio .fl-audio-control {font-size: 20px;}.fl-node-5ea019de403d4 .fl-bg-video-audio .fa-times {font-size: 10px;vertical-align: middle;position: absolute;top: 5px;left: 11px;bottom: 0;}.fl-node-5ea019de403d4.fl-row-fixed-width, .fl-node-5ea019de403d4 .fl-row-fixed-width {max-width: 1218px;}@media(max-width: 1000px) {}@media(max-width: 768px) {}.fl-node-5ea019de411f8 {width: 100%;}@media(max-width: 1000px) {}@media(max-width: 768px) {}.fl-node-5ea01a6c90814 {width: 100%;}@media(max-width: 1000px) {}@media(max-width: 768px) {}.fl-node-5ea01a1c0e38e {width: 24.95%;}@media(max-width: 1000px) {}@media(max-width: 768px) {}.fl-node-5ea01a1c0e3e0 {width: 46.18%;}@media(max-width: 1000px) {}@media(max-width: 768px) {}.fl-node-5ea01a1c0e41a {width: 28.87%;}@media(max-width: 1000px) {}@media(max-width: 768px) {} .fl-node-5ea01adb8e9fd > .fl-module-content {margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;}@media(max-width: 1000px) {}@media(max-width: 768px) {}@media(max-width: 1000px) {}@media(max-width: 768px) {}@media(max-width: 1000px) {}@media(max-width: 768px) {}@media(max-width: 1000px) {}@media(max-width: 768px) {}@media(max-width: 1000px) {}@media(max-width: 768px) {}.fl-builder-row-settings #fl-field-separator_position {display: none !important;}.njba-btn-main a.njba-btn{text-decoration: none;position: relative;}.njba-btn-main a:hover, .njba-btn-main a:active, .njba-btn-main a:focus{text-decoration: none;}.njba-btn-main a:active, .njba-btn-main a:focus{outline: none;}.njba-btn-main a.njba-btn:before {position: absolute;z-index: -1;top: 0;left: 0;right: 0;bottom: 0;-webkit-transition-property: transform;-moz-transition-property: transform;-o-transition-property: transform;-ms-transition-property: transform;transition-property: transform;-webkit-transition-timing-function: ease-out;-moz-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;-ms-transition-timing-function: ease-out;transition-timing-function: ease-out;}.njba-row-separator {position: absolute;width: 100%;left: 0;z-index: 1}.njba-top-row-separator {top: -1px;bottom: auto}.njba-bottom-row-separator {top: auto;bottom: -1px}.njba-top-row-separator.njba-has-svg svg {position: absolute;padding: 0;margin: 0;left: 0;top: -1px;bottom: auto;width: 100%;}.njba-bottom-row-separator.njba-has-svg svg {position: absolute;padding: 0;margin: 0;left: 0;bottom: -1px;top: auto;width: 100%;}.njba-bottom-row-separator.njba-has-svg .uasvg-wave-separator {bottom: 0;}.njba-top-row-separator.njba-has-svg .uasvg-wave-separator {top: 0;}.njba-bottom-row-separator.njba-svg-triangle svg,.njba-bottom-row-separator.njba-xlarge-triangle svg,.njba-top-row-separator.njba-xlarge-triangle-left svg,.njba-bottom-row-separator.njba-svg-circle svg,.njba-bottom-row-separator.njba-xlarge-circle svg,.njba-top-row-separator.njba-wave-separator svg {-webkit-transform: scaleY(-1); -moz-transform: scaleY(-1);-ms-transform: scaleY(-1); -o-transform: scaleY(-1);transform: scaleY(-1);}.njba-top-row-separator.njba-xlarge-triangle-right svg {-webkit-transform: scale(-1); -moz-transform: scale(-1);-ms-transform: scale(-1); -o-transform: scale(-1);transform: scale(-1);}.njba-bottom-row-separator.njba-xlarge-triangle-right svg {-webkit-transform: scaleX(-1); -moz-transform: scaleX(-1);-ms-transform: scaleX(-1); -o-transform: scaleX(-1);transform: scaleX(-1);}.njba-top-row-separator.njba-curve-up-separator svg { -webkit-transform: scaleY(-1); -moz-transform: scaleY(-1);-ms-transform: scaleY(-1); -o-transform: scaleY(-1);transform: scaleY(-1);}.njba-top-row-separator.njba-curve-down-separator svg {-webkit-transform: scale(-1); -moz-transform: scale(-1);-ms-transform: scale(-1); -o-transform: scale(-1);transform: scale(-1);}.njba-bottom-row-separator.njba-curve-down-separator svg {-webkit-transform: scaleX(-1); -moz-transform: scaleX(-1);-ms-transform: scaleX(-1); -o-transform: scaleX(-1);transform: scaleX(-1);}.njba-top-row-separator.njba-tilt-left-separator svg {-webkit-transform: scale(-1); -moz-transform: scale(-1);-ms-transform: scale(-1); -o-transform: scale(-1);transform: scale(-1);}.njba-top-row-separator.njba-tilt-right-separator svg{-webkit-transform: scaleY(-1); -moz-transform: scaleY(-1);-ms-transform: scaleY(-1); -o-transform: scaleY(-1);transform: scaleY(-1);}.njba-bottom-row-separator.njba-tilt-right-separator svg {-webkit-transform: scaleX(-1); -moz-transform: scaleX(-1);-ms-transform: scaleX(-1); -o-transform: scaleX(-1);transform: scaleX(-1);}.njba-row-separator.njba-cloud-separator svg {left: -1px;width: 100%;}.njba-top-row-separator.njba-cloud-separator svg,.njba-top-row-separator.njba-multi-triangle svg {-webkit-transform: scaleY(-1); -moz-transform: scaleY(-1);-ms-transform: scaleY(-1); -o-transform: scaleY(-1);transform: scaleY(-1);}.njba-row-separator.njba-round-split {z-index: 1;}.njba-row-separator.njba-round-split:after,.njba-row-separator.njba-round-split:before {left: 0;z-index: 10;width: 50%;background: inherit inherit/inherit inherit inherit inherit;content: '';position: absolute}

/* 3д модель стоп  */