/**
 * @version		1.0.1
 * @package		Lenzy template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2017 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
/* ----------------------------------------------*/
/* 01 - Global Structure
/* ----------------------------------------------*/
/* Global Styles */
.hidden {
	display: none !important;
}
.row {
	margin-left: 0!important;
}
table {
	width: 100%;
	border-collapse: collapse;
}
#component dd {
	margin-left: 0!important;
}
.com_content #component dd {
	margin-left: 0!important;
	display: inline;
	padding-right: 12px;
	font-size: 13px;
}
.button {
	background: tranparent;
	border: 1px solid #fff;
	vertical-align: top;
}
button.btn {
	margin-bottom: 12px
}
.btn {
	vertical-align: top!important
}
.formstyle .button {
	background: #fff;
	border: 1px solid #666;
	vertical-align: top;
	padding: 9px 16px;
}
ul.nav li {
	list-style: none inside none!important;
}
form ul, form ul li {
	list-style-type: none!important;
}
.tooltip {
	background: transparent!important;
	border: 0!important;
}
#message {
	width: 1280px;
	margin: 0 auto;
	left: 25%;
	z-index: 99;
}
.btn.jmodedit {
	z-index: 1000001;
}
a.btn.jmodedit {
	background: #3fb60a!important;
	border-radius: 50%!important;
	width: 25px!important;
	height: 28px!important;
	color: #fff;
	margin-right: 10%;
	border: 3px solid #fff;
	font-size: 18px;
	animation-name: blinker;
	animation-duration: 1.5s;
	animation-timing-function: linear;
}
@-moz-keyframes blinker {
0% {
opacity:1
}
50% {
opacity:.8
}
100% {
opacity:1
}
}
@-webkit-keyframes blinker {
0% {
opacity:1
}
50% {
opacity:.8
}
100% {
opacity:1
}
}
@keyframes blinker {
0% {
opacity:1
}
50% {
opacity:.8
}
100% {
opacity:1
}
}
#messagewrap {
	padding: 10px 0
}
#system-message {
	padding: 0!important;
	margin-bottom: 0!important
}
div#sbox-window.shadow {
	z-index: 9999999999!important
}
[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
	background-image: none;
}
label.btn {
	border-radius: 0!important
}
.btn-group {
    display: flex !important;
}
.btn-group>* {
	margin-bottom: 0 !important;
	margin-right: 20px;
}
.filters.btn-toolbar {
	position: relative;
}
fieldset.filters.btn-toolbar .btn-group.pull-right {
    position: absolute;
    right: 0;
    top: 0;
}
/* ----------------------------------------------*/
/* 02 - Menu CSS
/* ----------------------------------------------*/
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu, .sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
#menuwrap .navbar ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: 0!important;
	z-index: 15!important;
}
#menuwrap .dropdown-menu {
	max-width: 999px;
}
#menuwrap ul.nav .dropdown-menu span.separator {
	padding: 0 6px;
}
#menuwrap .navbar-inner {
	background: transparent;
	padding: 0;
	border: none;
}
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	padding: 10px;
	margin-top: -11px;
	margin-left: 0
}
#menuwrap .navbar .nav>li>a {
	text-shadow: none;
	padding: 0;
	margin: 10px 15px 0 15px;
	overflow: hidden;
}
#menuwrap ul.dropdown-menu {
	z-index: 12!important
}
#menuwrap .dropdown-menu {
	border-radius: 0
}
#menuwrap .navbar {
	margin-bottom: 0
}
#menuwrap .navbar .nav>li>.dropdown-menu:before, #menuwrap .navbar .nav>li>.dropdown-menu:after {
	display: none!important
}
#menuwrap .navbar .dropdown-menu>.active>a, #menuwrap .navbar .dropdown-menu>.active>a:hover, #menuwrap .navbar .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-image: none!important;
	background-repeat: no-repeat;
	outline: 0
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	box-shadow: none
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	z-index: 1;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	border: 0 solid #ccc;
	border-right-width: 0;
	border-bottom-width: 0;
	border-radius: 0;
	box-shadow: none;
	background-clip: padding-box
}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border: 0 solid #d4d4d4;
	border-radius: 0;
	box-shadow: none
}
#menuwrap .dropdown-menu>li>a {
	padding: 8px 14px;
	margin-right: 4px
}
#menuwrap b.caret {
	display: none
}
div.nav-collapse.in.collapse {
	position: absolute;
	background: #000;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: left;
	padding-bottom: 100%
}
.nav-collapse .nav>li>.dropdown-menu:before, .nav-collapse .nav>li>.dropdown-menu:after {
	display: block!important
}
div.nav-collapse.in.collapse ul.nav li {
	border-bottom: 1px solid #333
}
#menuwrap .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	margin-top: -5px
}
.nav-collapse .dropdown-menu {
	margin: 0
}
.navbar.nav-collapse.in.collapse.nav>li>a {
	padding: 14px 22px 22px!important
}
#menuwrap .nav-collapse.in.collapse .nav>li>a, #menuwrap .nav-collapse.in.collapse .nav>li>a.active > a, #menuwrap .nav-collapse.in.collapse .nav>li>a:hover > a, #menuwrap .nav-collapse.in.collapse ul.nav span.separator {
	padding-top: 24px;
	padding-bottom: 12px
}
#menuwrap .nav-collapse.in.collapse .nav>li>a {
	color: #fff!important
}
#menuwrap .nav-collapse.in.collapse .dropdown-menu a, #menuwrap .nav-collapse.in.collapse ul.nav .dropdown-menu span.separator {
	padding: 24px 12px;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	box-shadow: none
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li > ul > li {
	border-bottom: 0
}
#menuwrap #menu ul.nav ul.dropdown-menu li {
	padding: 4px;
	margin-top: 3px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	padding: 8px
}
#menuwrap #menu ul.nav li:last-child ul.dropdown-menu {
	margin-left: -74px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu {
	margin-left: -140px
}
#menuwrap #menu.dropcol2 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -190px
}
#menuwrap #menu.dropcol2 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 50%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu {
	padding: 8px;
	margin-left: -160px
}
#menuwrap #menu.dropcol3 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -296px
}
#menuwrap #menu.dropcol3 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 33.3%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu {
	padding: 8px;
	margin-left: -220px
}
#menuwrap #menu.dropcol4 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -437px
}
#menuwrap #menu.dropcol4 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 25%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol2 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol3 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol4 ul.dropdown-menu ul.dropdown-menu li {
	display: block;
	width: 100%;
	box-sizing: border-box
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	min-width: 100%;
	padding: 0;
	margin-left: 0
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	display: block;
	width: 100%;
	box-sizing: border-box
}
ul.dropdown-menu > ul.dropdown-menu {
	min-width: 190px!important;
	padding: 8px 8px 6px;
	margin-left: 0
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	min-width: 100%;
	padding: 0;
	margin-left: 0;
	margin-top: 0;
	box-sizing: border-box
}
.nolink {
	cursor: default
}
/* MOBILE BUTTON */
.btn .btn-navbar, .navbar .btn-navbar {
	background: transparent!important;
	background-image: transparent!important;
	border-color: transparent!important;
	box-shadow: none!important;
	text-shadow: none!important;
	margin: 0;
	padding: 15px 6px !important;
}
.navbar .btn-navbar .icon-bar {
	width: 28px!important;
	height: 4px!important;
	margin-bottom: 4px!important
}
.nav-collapse.in.collapse ul {
	height: 90vh;
	overflow-y: scroll;
}
/* SIDE MENU */
.sidemenu ul.dropdown-menu {
	position: static;
	top: 0;
	left: 0;
	display: none;
	float: none;
	min-width: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0;
	background: transparent
}
.nav-pills>li>a {
	border-radius: 0;
	margin-bottom: 18px
}
ul.nav-child {
	margin: 0
}
ul.nav-child li a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 24px
}
.sidemenu ul.dropdown-menu {
	margin-left: 0
}
.sidemenu ul.dropdown-menu>li>a, .sidemenu .nav-pills > li > .separator {
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 0
}
.sidemenu .dropdown-menu>li>a:hover, .sidemenu .dropdown-menu>li>a:focus, .sidemenu .dropdown-submenu:hover>a, .sidemenu .dropdown-submenu:focus>a {
	color: #333
}
.sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	margin: 0
}
.sidemenu .nav-pills > li > span.separator, .sidemenu .nav-pills>li>a {
	font-size: 18px;
	margin-right: 2px;
	line-height: 14px;
	margin-bottom: 3px;
	padding: 12px
}
.sidemenu i {
	display: inline
}
/* Canvas Menu */
#jxtc_canvasslide_left *, #jxtc_canvasslide_right * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	text-decoration: none
}
#jxtc_canvasslide_left input[type="radio"], #jxtc_canvasslide_right input[type="radio"] {
	display: none
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_right label {
	cursor: pointer
}
#jxtc_canvasslide_left {
	z-index: 99999999;
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	left: 0
}
#jxtc_canvasslide_right {
	z-index: 99999999;
	position: fixed;
	width: auto;
	height: 100%;
	top: 0;
	right: 0
}
#jxtc_canvasslide_left section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	left: 0;
	top: 10%;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_right section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_left section, #jxtc_canvasslide_left input#close-item:checked ~ section {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}
#jxtc_canvasslide_right section, #jxtc_canvasslide_right input#close-item:checked ~ section {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}
#jxtc_canvasslide_left input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_right input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_left section .wrap {
	padding: 30px 0;
	position: relative
}
#jxtc_canvasslide_left section .innerwrap {
	margin-top: 30px
}
#jxtc_canvasslide_left label.open, #jxtc_canvasslide_left label.close {
	text-align: center;
	position: absolute
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #222;
	width: 50px;
	bottom: auto;
	left: -98px;
	right: auto;
	top: 8%;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_right label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	bottom: auto;
	left: -120px;
	right: auto;
	margin: 12px 236px 0 auto;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_left input#close-item:checked ~ label.open {
	-webkit-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	left: 0
}
#jxtc_canvasslide_right input#close-item:checked ~ label.open {
	-webkit-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	right: 0
}
#jxtc_canvasslide_left label.open:hover, #jxtc_canvasslide_left label.open:focus {
	background: #222;
	color: #fff
}
#jxtc_canvasslide_left label.close, #jxtc_canvasslide_right label.close {
	padding-left: 6px;
	font-size: 25px;
	background: #9ea3c5;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px
}
#jxtc_canvasslide_left label.close:hover, #jxtc_canvasslide_left label.close:focus {
	background: #757786
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_left select, #jxtc_canvasslide_left input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_right label, #jxtc_canvasslide_right select, #jxtc_canvasslide_right input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_left ul, #jxtc_canvasslide_right ul {
	top: 10%;
	text-align: left
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	color: #A9A9A9;
	font-weight: 500;
	cursor: pointer;
	border-bottom: 2px solid #202020;
	border-left: 4px solid #202020;
	font-size: 15px;
	display: block;
	padding: 8px 19px;
}
#jxtc_canvasslide_left a:hover, #jxtc_canvasslide_right a:hover {
	background-color: #1b1b1b
}
#jxtc_canvasslide_left ul li, #jxtc_canvasslide_right ul li {
	list-style: none
}
#jxtc_canvasslide_left ul li a, #jxtc_canvasslide_right ul li a {
	padding: 12px 14px
}
#jxtc_canvasslide_left ul li span.separator, #jxtc_canvasslide_right ul li span.separator {
	font-weight: 100;
	font-size: 14px;
	color: #fafafa;
	background-color: #1b1b1b;
	padding: 8px 12px;
	margin: 12px 0;
	border-bottom: 1px solid #191919;
	text-transform: uppercase;
	display: block
}
#jxtc_canvasslide_left span.separator:before, #jxtc_canvasslide_right span.separator:before {
	content: ""
}
#jxtc_canvasslide_left a:before, #jxtc_canvasslide_right a:before {
	margin: 0 12px;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 14px;
	font-weight: 100
}
#jxtc_canvasslide_left ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 34px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 54px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 72px
}
/* Bottom Menu */
ul.menu.bottom {
	margin-left: 0;
	list-style: none;
	background: transparent
}
ul.menu.bottom a {
	text-decoration: none
}
ul.menu.bottom li {
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 8px
}
ul.menu.bottom li:last-child {
	border-bottom: 0
}
ul.nav.menu li {
	display: inline-block;
	padding-right: 26px
}
ul.nav.menu li:last-child {
	padding-right: 0
}
.footer .nav {
	margin-bottom: 0!important
}
.footer ul.nav.menu {
	text-align: center
}
.footer ul.nav.menu a {
	background: transparent;
	color: #fff
}
ul.nav.menu.colum-menu li {
	width: 40%;
	padding-right: 12px
}

/* CSS3 Scrollbar Class */
::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track {
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
	box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
border-radius:10px
}
::-webkit-scrollbar-thumb {
border-radius:10px;
-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);
	box-shadow:inset 0 0 6px rgba(0,0,0,0.5)
}
/* Video  Class */
.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.video-container video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
/* ----------------------------------------------*/
/* 03 - Joomla CSS
/* ----------------------------------------------*/
/* Joomla Content */
.com_content #component p {
	margin: 0.5em 0
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
	margin: .35em 0 .55em 0;
	line-height: 100%
}
.com_content .blog .icons {
	margin-top: 24px
}
.com_content ul#archive-items li, .com_content .category-list ul li, .com_content .categories-list ul li {
	list-style: none inside none!important
}
.tags {
	margin-bottom: 16px
}
dt.article-info-term {
	display: none
}
.page-header {
	border-bottom: 0;
	text-align: center;
	padding-bottom: 0
}
#region3wrap {
    min-height: calc(100vh - 175px);
}
/* Joomla Article */
.com_content .item-page .page-header {
	border-bottom: 0!important
}
.com_content .pull-right.item-image {
	margin: 0 0 18px 40px;
	width: 48%;
	height: 100%
}
.com_content .pull-left.item-image {
	margin: 0 40px 18px 0;
	width: 48%;
	height: 100%
}
.tags .label-info[href] {
	background: #ccc;
	font-weight: 400;
	text-shadow: none!important;
	padding: 4px 6px
}
.item-page .article-info {
	font-size: 14px
}
.item-page a.btn.dropdown-toggle {
	background: transparent!important;
	border: 0!important;
	outline: 0!important
}
.item-page .pull-right>.dropdown-menu {
	margin-top: 4px;
	-webkit-box-shadow: 0 7px 19px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0 7px 19px -1px rgba(0,0,0,0.75);
	box-shadow: 0 7px 19px -1px rgba(0,0,0,0.75)
}
span.icon-print, span.icon-envelope {
	margin-right: 6px
}
.article_media {
	margin-bottom: 16px;
	display: inline-block
}
/* Joomla Category Blog */
.com_content .blog .intro, .com_content .cascadeitem, .com_content .blog .item, .com_content .items-leading {
	margin-bottom: 36px
}
.com_content span.subheading-category {
	margin-bottom: 24px;
	padding-bottom: 12px;
}
.com_content p.readmore a.btn {
	background: transparent!important;
	text-shadow: none!important;
	background-image: none!important;
	box-shadow: none!important;
	font-size: 16px!important;
	border-color: #e6e6e6!important;
	padding: 12px;
}
p.readmore span {
	display: none
}
span.txtcounter {
	margin-right: 15px
}
.blog_icons {
	padding: 12px 0;
	font-size: 11px;
	text-align: left
}
.com_content .blog .cols-6 .page-header h2 a {
	font-size: 50%
}
/* Category Pricing Table View */
.com_content .pricetbl-wrap {
	text-align: center
}
.com_content .ptablesblog .pricetbl-wrap p.readmore {
	display: block;
	text-align: center;
	margin: 0!important;
	border: none!important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a.btn {
	margin-bottom: 0!important;
	border: 0;
	font-size: 16px
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a.btn span {
	display: none
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a, .com_content .blog .pricetbl-wrap p.readmore a:hover {
	color: #fff!important
}
.pricetbl-title {
	color: #fff
}
.pricetbl-title .page-header h2 {
	text-align: center;
	padding: 12px
}
.pricetbl-price {
	font-size: 62px;
	padding: 20px
}
.pricetbl-content {
	background: #f1f1f1
}
.pricetbl-content p:nth-child(odd) {
	background: #efefef;
	margin: 0!important;
	padding: 12px 0!important
}
.pricetbl-content p:nth-child(even) {
	background: #e0e0e0;
	margin: 0!important;
	padding: 12px 0!important
}
.com_content .ptablesblog .pricetbl-wrap .page-header h2 a, .com_content .blog .pricetbl-wrap .page-header h2 {
	color: #fff!important;
	font-size: 36px!important;
	margin: 0!important;
	padding: 12px 0!important
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product {
	display: block;
	text-align: center;
	margin: 0!important;
	border: none!important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product .product-sku, .com_content .ptablesblog .item .pricetbl-wrap .j2store-product .sale-price {
	display: none!important
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product .btn.btn-primary {
	background: transparent;
	border: 1px solid #fff
}
/* Category Staff View */
.cust-test {
	border: none;
	margin-bottom: 36px;
}
.cust-test img {
	width: 100%;
	height: 375px;
    object-fit: contain;
}
.testm {
	background: transparent;
	padding: 20px 0px;
}
/*.testm:before {
	border-color: transparent #fff;
	content: "";
	margin: -60px 0 10px;
	position: relative;
	z-index: 99;
	border-width: 25px 0 25px 25px;
	border-style: solid;
	display: block;
	width: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}*/
.testm p.test-text {
	font-size: 12px
}
.testm p.test-title {
	font-size: 12px;
	font-weight: 700
}
.testm span {
	font-size: 10px
}
.speaker-affil {
	border-bottom: 1px solid #999;
	padding: 5px 20px 12px 5px;
	margin: 0 auto;
	display: inline
}
/* Custom CSS for Social Icons in item view */
ul.social {
	margin: 15px 0 0
}
ul.social li {
	display: inline
}
ul.social i {
	font-size: 18px;
	color: #333;
	margin-right: 12px
}
/* Category FAQ Blog */
.com_content .faqblog .faq-blog_item {
	border: 1px solid #ccc;
	padding: 0 40px 20px;
	margin-bottom: 0;
	margin-top: 20px;
	background: rgba(241, 241, 241, 0.86);
	border-radius: 5px;
	display: block;
	position: relative;
}
.hidlink {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
}
.com_content .faqblog .faq-blog_item .page-header h2, .com_content .blog .faq-blog_item .page-header h2 a {
	font-size: 1.4em !important;
	letter-spacing: 0
}
.com_content .faqblog .faq-blog_item span .page-header h2 {
	position: relative;
	display: flex;
	align-items: center;
	height: 108px;
	font-family: 'FuturaMediumC', sans-serif;
}
.com_content .faqblog .faq-blog_item span .page-header h2:before {
	font-family: FontAwesome;
	content: "\f05a";
	padding-right: 25px
}
.com_content .faqblog .faq-blog_item ul.tags.inline {
    height: 0;
    overflow: hidden;
}
.category-desc {
	padding-bottom: 26px;
}
.com_content .faqblog .faq-blog_item p.readmore {
	text-align: center;
	width: 100%;
}
.com_content .faqblog .faq-blog_item p.readmore a {
	width: 100%;
	padding: 10px 0 !important;
}
.com_content .faqblog .faq-blog_item:hover {
	box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	transform: scale(102%);
	transition: all 0.2s;
	background: rgba(241, 241, 241, 0.99);
}
/* Portfolio */
.portfolioitem .pull-none.item-image {
	text-align: center;
}
/* Timeline View */
.timeline_date {
	padding: 20px;
	font-size: 32px;
	display: inline-block;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333
}
.timeline_line {
	width: 2%;
	margin: 14px auto;
	height: 100px;
	border-right: 2px solid #333
}
.timeline_text {
	text-align: center;
	margin: 24px auto;
	width: 75%
}
.timeline_text p.readmore {
	text-align: center!important
}
.com_content .timelineblog .timeline-blog-item .item-image {
	margin: 24px auto;
	width: 50%
}
.timeline-blog-item dl.article-info {
	text-align: center
}
.com_content #component .timeline-blog-item dd {
	text-align: center;
	padding-right: 0
}
.timeline-blog-item .page-header {
	border-bottom: 0
}
.timeline-blog-item h2 a, .timeline-blog-item h2 {
	font-size: 42px!important;
	text-align: center
}
.timeline_text p {
	font-size: 16px!important;
	padding-top: 3%
}
.timeline-intro p::before {
	font-family: 'FontAwesome';
	content: "\f10d";
	margin-right: 8px;
	color: #ccc!important
}
.timeline-intro p::after {
	font-family: 'FontAwesome';
	content: "\f10e";
	margin-right: 8px;
	color: #ccc!important
}
.timeline-text p.readmore {
	margin-top: .5em!important
}
.timeline-blog-item span.icon-calendar {
	display: block;
	text-align: center;
	margin: 24px auto;
	font-size: 36px;
	font-weight: 100
}
.timeline-blog-item dd.published {
	font-size: 18px;
	text-align: center
}
.timeline-blog-item .page-header h2 a, .timeline-blog-item .page-header h2 {
	font-weight: 100!important
}
.timeline-blog-item .pull-left.item-image {
	text-align: right;
	width: 48%;
	margin: 0 60px 18px 0
}
.timeline-blog-item .pull-right.item-image {
	text-align: left;
	width: 48%;
	margin: 0 0 18px 60px
}
/* Pagination */
li.pagination-prev, li.pagination-next {
	display: none!important
}
.item-page .pagenav li {
	list-style: none inside none;
	display: inline
}
.item-page .pager li>a:hover {
	background: #fff!important
}
/* CONTACTS */
/* Contact */
.com_contact .thumbnail.pull-right {
	margin: 0 0 24px!important
}
.com_contact .jicons-icons {
	display: none
}
.com_contact label#jform_contact_email_copy-lbl.hasTip, .com_contact input[type="checkbox"] {
	float: left;
	margin-right: 14px
}
.thumbnail > img {
	width: 100%
}
/* SEARCH */
.com_search.search .search .phrases-box .controls {
	padding-bottom: 18px
}
.com_search.search .search label {
	display: inline-block
}
.com_search.search .search input {
	display: inline-block
}
.com_search legend {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}
.com_search label {
	display: inline-block!important;
	margin-right: 4%
}
.com_search .phrases-box, .com_search fieldset.only {
	padding: 20px 0
}
.com_search .form-limit {
	padding: 10px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc
}
.com_search dd.result-created {
	margin-bottom: 16px
}
form#mod-finder-searchform.form-search {
	margin: 12px 0 0!important
}
input#mod-search-searchword.inputbox.search-query {
	color: #000
}
.search-results .result {
	margin-bottom: 36px
}
/* USERS */
.com_users #component ul, .com_users #component li {
	margin-left: 0!important;
	padding-left: 0!important;
	list-style-position: inside
}
.com_users .button {
	background: transparent;
	border: 1px solid #fff;
	vertical-align: top;
	font-size: 16px;
	padding: 12px 16px;
	color: #fff
}
.com_users .profile .dl-horizontal dt {
	margin-right: 12px
}
.com_users .profile a.btn span {
	display: none
}
form#login-form .icon-user, form#login-form .icon-lock {
	color: #000
}
div.login, div.reset, div.remind, div.registration, .login h1, div.reset h1, div.remind h1, div.registration h1 {
	text-align: center
}
/* TAGS */
.tag-category .cat-list-row {
	margin-bottom: 36px;
}
/* EDIT */
textarea#jform_articletext {
	width: 95% !important;
	margin-top: 16px;
}
/* FORMS */
.form-actions {
	background: transparent;
}
/* BUTTONS */
input.button.subbutton.btn.btn-primary {
	display: inline-block;
	padding: 14px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border: 0
}
.btn {
	display: inline-block;
	padding: 10px 12px!important;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0;
	background-image: none!important;
	background-repeat: repeat-x;
	border: 1px solid #e2e2e2!important;
	border-bottom-color: #e2e2e2;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)
}
/* TEXT AREA STYLES (BOOTSTRAP OVERRIDES ) */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	border: 1px solid #dadada!important;
	padding: 20px 12px!important;
	font-size: 16px;
	margin-bottom: 20px;
}
.input-append .add-on, .input-prepend .add-on {
	padding: 8px 12px!important
}
.combo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #fff;
	color: #000;
	font-size: smaller
}
.combo .label {
	width: 100%;
	text-align: center
}
.combo .hilite {
	background: #fc8
}
.combo .active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-weight: 700
}
.round-image img {
	border-radius: 50%;
	border: 8px solid #fff
}
/* Bootstrap Field Overrides */
.controls .badge {
	padding: 8px 12px;
	font-size: 16px;
	border-radius: 0;
	font-weight: 400
}
.combobox ul.dropdown-menu {
	left: -170px!important;
	min-width: 220px!important;
	max-height: 150px;
	overflow-y: scroll;
	top: 100%;
	border-radius: 0
}
.combobox input {
	width: 145px
}
.combobox .btn {
	background: #fff!important;
	padding: 9px 12px 10px!important
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	border: 1px solid #dadada!important
}
textarea {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0!important;
	border: 1px solid #dadada!important
}
.input-append .add-on, .input-prepend .add-on {
	border-radius: 0!important
}
/* Custom Fields */
dd.field-entry.profile-author {
	margin: 12px 0;
	display: block!important;
	font-weight: bold;
	font-size: 16px!important;
}
dd.field-entry.bio-author {
	display: block!important;
	font-size: 14px!important;
}
dd.field-entry.field-event-date, dd.field-entry.field-event-location {
	margin: 12px 0;
	display: block!important;
	font-size: 16px!important;
}
/* ----------------------------------------------*/
/* 04 - Page Classes
/* ----------------------------------------------*/
.item-page.roundimage .item-image img {
	border-radius: 50%;
	height: 500px;
	width: 500px;
	margin: 0 auto 100px
}
.item-page.content-constrain {
	width: 50%;
	margin: 0 auto
}
.item-page.content-constrain70 {
	width: 70%;
	margin: 0 auto
}
.content-constrain .timeline-blog-item {
	width: 60%;
	margin: 0 auto
}
.item-page.content-constrain .page-header {
	text-align: center
}
body.region1-constrain #region1, body.region2-constrain #region2, body.region3-constrain #region3, body.region4-constrain #region4, body.region5-constrain #region5, body.region6-constrain #region6, body.region7-constrain #region7, body.region8-constrain #region8, body.region9-constrain #region9, body.region10-constrain #region10, body.region1-constrain #region11, body.region12-constrain #region12 {
	width: 70%;
	margin: 0 auto
}
body.region1-constrain50 #region1, body.region2-constrain50 #region2, body.region3-constrain50 #region3, body.region4-constrain50 #region4, body.region5-constrain50 #region5, body.region6-constrain50 #region6, body.region7-constrain50 #region7, body.region8-constrain50 #region8, body.region9-constrain50 #region9, body.region10-constrain50 #region10, body.region1-constrain50 #region11, body.region12-constrain50 #region12 {
	width: 50%;
	margin: 0 auto
}
.constrain {
	width: 70%;
	margin: 0 auto!important
}
/* ----------------------------------------------*/
/* 05 - Module Styles
/* ----------------------------------------------*/
.moduletitle {
	padding: 0;
}
.modulecontent {
	padding: 12px 0;
}
.module input.button {
	margin-bottom: 12px;
}
/* Common Module Suffix Styles */
/* Colors */
.blue h3 span {
	color: #457fc1!important;
}
.ltgrey h3 span {
	color: #ccc!important;
}
.dkgrey h3 span {
	color: #666!important;
}
.red h3 span {
	color: #8c173e!important;
}
.green h3 span {
	color: #466d66!important;
}
.purple h3 span {
	color: #3D283A!important;
}
.orange h3 span {
	color: #f47d43!important;
}
.yellow h3 span {
	color: #fac611!important;
}
.white h3 span {
	color: #fff!important;
}
.textdark .modulecontent, .textdark .modulecontent a {
	color: #000!important;
}
.textlight .modulecontent, .textlight .modulecontent a {
	color: #fff!important;
}
.product .module.light.box {
    background: rgb(0 0 0 / 20%);
    color: #fff;
}
/* Rounded */
.module.rounded {
	border-radius: 6px;
}
.module.roundedtitle .moduletitle {
	border-radius: 6px;
}
/* shadowed */
.module.shadowed {
	-webkit-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}
.module.shadowedtitle .moduletitle {
	-webkit-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 4px 23px 2px rgba(0, 0, 0, 0.5);
}
/* Transparent */
.module.trans {
	background: rgba(0, 0, 0, 0.2) !important;
}
.trans h3.moduletitle, .trans .modulecontent {
	padding: 20px !important;
}
/* Nopad */
.nopad, .nopad .modulecontent {
	padding: 0 !important;
}
.nopad .breadcrumb, .nopad .modulecontent .breadcrumb {
	padding: 8px 15px !important;
}
.contentnopad .modulecontent {
	padding: 0 !important;
}
/* Nomarg */
.nomarg, .nomarg h3.moduletitle {
	margin: 0 !important;
}
.outlined {
	outline: 1px solid #fff;
	outline-offset: -12px;
}
/* Box Suffix */
.module h3.fa::before, .module.box h1 span, .module.box h2 span, .module.box h3 span, .module.box h4 span, .module.box h5 span, .module.box h6 span, .module.box .modulecontent {
	color: #fff!important;
}
.module.box {
	padding: 20px;
}
.module.transparent.box {
	background-color: rgba(0, 0, 0, 0.5);
}
.module.dark.box {
	background: #071323 url('https://energoeffekt-rostov.ru/templates/lenzy/images/labirint_dark.jpg') no-repeat fixed;
	background-size: cover;
	color: #cecece;

}
.module.darktrans.box {
	background: rgba(0, 0, 0, 0.7)
}
.module.blue.box {
	background: #457fc1;
}
.module.red.box {
	background: #8c173e;
}
.module.green.box {
	background: #466d66;
}
.module.orange.box {
	background: #f47d43;
}
.module.purple.box {
	background: #3D283A;
}
.module.yellow.box {
	background: #fac611;
}
.module.light.box {
	background: #f1f1f1;
	color: initial;
}
.module.light.box h1 span, .module.light.box h2 span, .module.light.box h3 span, .module.light.box h4 span, .module.light.box h5 span, .module.light.box h6 span, .module.light.box .modulecontent {
	color: #333!important;
}
/* Sideline Base Color Suffix Styles */
.sideline h1.moduletitle, .sideline h2.moduletitle, .sideline h3.moduletitle, .sideline h4.moduletitle, .sideline h5.moduletitle, .sideline h6.moduletitle {
	background: none;
	padding: 0 0 0 20px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left-width: 3px;
	border-style: solid;
}
/* Sideline Colors */

.red .moduletitle {
	border-color: #8c173e!important;
}
.blue .moduletitle {
	border-color: #457fc1!important;
}
.green .moduletitle {
	border-color: #466d66!important;
}
.orange .moduletitle {
	border-color: #f47d43!important;
}
.purple .moduletitle {
	border-color: #3D283A!important;
}
.yellow .moduletitle {
	border-color: #fac611!important;
}
/* Tabbed */

.module.tabbed .moduletitle {
	padding: 20px;
}
.module.tabbed.shadowed .modulecontent {
	padding: 20px!important;
}
.tabbed .moduletitle span {
	color: #fff!important;
}
.module.tabbed.light .moduletitle span {
	color: #333!important;
}
.module.tabbed.blue .moduletitle {
	background: #457fc1!important;
}
.module.tabbed.light .moduletitle {
	background: #fafafa!important;
}
.module.tabbed.dark .moduletitle {
	background: #222!important;
}
.module.tabbed.red .moduletitle {
	background: #8c173e!important;
}
.module.tabbed.green .moduletitle {
	background: #466d66!important;
}
.module.tabbed.orange .moduletitle {
	background: #f47d43!important;
}
.module.tabbed.purple .moduletitle {
	background: #3D283A!important;
}
.module.tabbed.yellow .moduletitle {
	background: #fac611!important;
}
/* Title Borders */
/* Top Border */

.titletopborder .moduletitle {
	border-top: 4px solid #999;
	padding-top: 12px
}
/* Bottom Border */

.titlebottomborder .moduletitle {
	border-bottom: 4px solid #999;
	padding-bottom: 12px
}
/* Left Border */

.titleleftborder .moduletitle {
	border-left: 4px solid #999;
	padding-left: 12px
}
/* Right Border */

.titlerightborder .moduletitle {
	border-right: 4px solid #999;
	padding-right: 12px
}
/* Module Borders */
/* Top Border */

.module.topborder {
	border-top: 2px solid #2fc2ff;
	padding-top: 12px
}
/* Bottom Border */

.module.bottomborder {
	border-bottom: 2px solid #2fc2ff;
}
/* Left Border */

.module.leftborder {
	border-left: 2px solid #2fc2ff;
	padding-left: 12px
}
/* Right Border */

.module.rightborder {
	border-right: 2px solid #2fc2ff;
	padding-right: 12px
}
/* Border */

.border h3.moduletitle {
	text-align: center;
	margin-bottom: 36px
}
.border h3.moduletitle span {
	border: 1px solid #666;
	padding: 12px 24px;
	font-size: 24px;
	font-weight: 200
}
.border h3.moduletitle:after {
	content: '';
	display: block;
	margin-top: -16px;
	border-bottom: 1px solid #666;
	width: 90%;
	margin-left: auto;
	margin-right: auto
}
.border .modulecontent {
	text-align: center;
}
/* Borderwrap */

.bwrap {
	border: 1px solid #d3d3d3;
	padding: 30px
}
.bwrap h3.moduletitle {
	padding: 13px 24px;
	margin-left: -24px;
	margin-right: -24px
}
/* White Text CSS */

.wsubtext {
	color: #fff;
}
.wsubtext a, .wsubtext a h4 {
	color: #fff!important;
}
.divider {
	width: 30%;
	max-width: 30px;
	margin: 0 5px;
	color: inherit !important;
}
.breadcrumb > .active {
	color: #fff;
}
.divider.icon-location {
	display: none;
}
/* Mobileshow */

.mobileshow {
	display: none;
}
.mobilehide {
	display: block;
}
/* mod_custom Footer */

p.footertxt {
	color: #999;
}
/* Module suffix add ons */

.h3center h3.moduletitle {
	text-align: center;
}
.wtext h3.moduletitle, .wtext h4, .wtext p, .wtext span.rest, .wtext .module h3 span.rest, .wtext span.first_word, .wtext .module h3 span.first_word {
	color: #fff !important;
}
h3.sm-modtitle {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}
.noflow .wallviewbootstrap {
	overflow: visible!important;
}
/* TYPOGRAPHY DEMO */
/* Font Awesome Demo Content Styling */
.pagetitle1 i {
	margin-right: 6px
}
.fontawesome-icon-list div {
	width: 33%;
	display: inline-block;
	text-align: left;
	padding: 10px 0
}
.typowrap {
	background: #fafafa;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}
#multicolumnelement {
	column-count: 3;
	column-gap: 1em;
	column-rule: 1em solid #000
}
#iconlistwrap {
	margin-top: 30px
}
/* -----------------------------------------------*/
/* 07 - Bootstrap Styles / Overrides
/* ----------------------------------------------*/
.com_content .item-page .pager li >a, .pager li >span {
	border-radius: 3px!important
}
.breadcrumb {
	margin: 0!important;
	border-radius: 0!important;
	background: transparent!important;
	text-shadow: none!important
}
.breadcrumb>li {
	text-shadow: none!important
}
.modulecontent input[type="search"] {
	font-size: 12px;
	font-weight: 100!important
}
.modulecontent form {
	margin: 0!important
}
iframe {
	border: 0!important
}
/* JXTC YouTube Background Video Bootstrap Fix */
.jxtc-youtube {
	margin: 0px!important;
}
/* Responsive CSS */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
/* Reset Background Attachement for Devices */
.constrain {
width:auto
}
.item-page.content-constrain {
width:auto;
margin:0 auto
}
.item-page.content-constrain70 {
width:auto;
margin:0 auto
}
.input-large {
width:70%
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
/* Joomla Content */
	.product .pull-right.item-image video {
		width: 100%;
		min-height: 0;
		
	}
	.product .pull-right.item-image {
		padding: 0;
	}
.com_content .pull-right.item-image {
margin:0;
width:100%;
height:100%;
float:none
}
.com_content .pull-left.item-image {
margin:0;
width:100%;
height:100%;
float:none
}
.com_content .item-page .item-image {
margin-bottom:24px
}
.img-fulltext-left, .article-full-left {
float:none!important;
width:100%!important
}
.com_content .blog .timeline-blog-item .item-image {
width:100%
}
.border h3.moduletitle::after {
width:70%
}
body {
padding-left:0;
padding-right:0
}
.input-large {
width:100%
}
 .mobileshow {
 display: block;
}
.mobilehide {
 display: none;
}
	.module {
		margin-left: auto !important;
		margin-right: auto !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
/* CSS3 EFFECTS */
body.frontpage.stickyscroll .overlay {
transition-duration:1.5s, 1.5s
}
/* Дополнительные стили*/
#mslider_1 .mslider-item {
	transform: scale(0.6, 0.6) translateY(-20%);
	transition: transform .4s ease-out, opacity 0.3s ease-out, filter 0.4s ease-out;
	box-sizing: content-box;
	opacity: .4;
	filter: blur(5px);
}
.mslider-item.is-selected {
	transform: scale(1.5, 1.5) translateY(-80%) !important;
	opacity: 1 !important;
	filter: none !important;
}
.flickity-viewport {
	min-height: calc(100vh - 185px);
}
.mslider_main .mslider-photo-link img {
	height: 170px !important;
}
.mslider-wrapper.flickity-ready {
	padding-bottom: 0 !important;
}
.mslider_article_slider_1 .mslider-detail-box {
	bottom: -110% !important;
	left: 10% !important;
	right: 10% !important;
	width: auto !important;
}
.mslider-item-inner-cont, .mslider-item-outer-cont {
	position: unset !important;
	overflow: visible !important;
}

.dark-text h3.mslider-title a, .dark-text h3.mslider-title a:hover, .dark-text h3.mslider-title a:focus {
	color: #ededed !important;
	text-align: center;
	text-transform: uppercase;
	text-decoration: underline;
}
.dark-text h3.mslider-title {
	text-align: center;
	margin:0 auto;
}
.dark-text .mslider-s-desc, .dark-text .mslider-desc, .dark-text .mslider-hits, .dark-text .mslider-count {
	color: #fff !important;
	margin-top: 30px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 100;
}
.dark-text .mslider-desc p {
	font-size: 16px;
}
#animation_container {
	position: absolute;
	margin: auto;
	left: 0;
	right: auto;
	top: 0;
	bottom: auto;
}
.frontpage #logo {
	height: 54px;
	width: 100%;
	position: relative;
}
.innerpage #logo {
	position: relative;
}
.frontpage #logo img, .frontpage #logo #animation_container, .frontpage #logo #canvas {
	height: 154px !important;
	width: 178px !important;
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/logos/logo_glass2.png');
	background-size: cover;
}
.innerpage #logo #canvas {
	opacity: 0;
}
.innerpage #logo #animation_container:before {
	display: block;
	content: '';
	height: 57px !important;
	width: 66px !important;
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/logos/logo.png') no-repeat left center;
	background-size: contain;
	position: absolute;
	z-index: 1;
}
.innerpage #logo img, .innerpage #logo #animation_container, .innerpage #logo #canvas {
	height: 57px !important;
	width: 66px !important;
}
.innerpage #logo p, .innerpage #logo a.logotext {
	margin-left: 100px;
	color: #5f5f5f;/*background-color: #565656;
	text-shadow: -1px -1px 1px rgb(255, 255, 255), 0px 8px 0px rgba(0, 0, 0, .18);
  -webkit-background-clip: text;
  background-clip: text;*/
}
.innerpage #logo .logotext:after {
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #5f5f5f;
	transition: all .3s;/*box-shadow: -1px -1px 1px rgb(255, 255, 255), 0px 8px 0px rgba(0, 0, 0, .18);*/
}
.frontpage #logo p, .frontpage #logo a.logotext {
	font-size: 48px !important;
	width: 100%;
	text-align: center;
	color: #5f5f5f;/* background-color: #565656;
	text-shadow: -2px -2px 2px rgb(255, 255, 255), 0px 8px 0px rgba(0, 0, 0, .18);
  -webkit-background-clip: text;
  background-clip: text;*/
}
.frontpage #logo .logotext:after {
	content: '';
	display: block;
	width: 453px;
	height: 8px;
	background: #5f5f5f;
	margin: auto;
	transition: all .3s;/*
	box-shadow: -2px -2px 2px rgb(255, 255, 255), 0px 8px 0px rgba(0, 0, 0, .18);*/
}
#logo a.logotext:hover {
	color: #B84B30 !important;
	transform: scale(110%);
}
#logo a.logotext:hover:after {
	background: #B84B30 !important;
	transition: all .3s;
}

@media (min-width: 767px) {
.frontpage #menuwrap {
	width: calc(100% - 190px);
	margin-top: 20px !important;
}
.frontpage #menuwrap .navbar .nav {
	display: flex;
	justify-content: space-around;
	float: none;
	margin: 10px 0 0 0;
}
}
.innerpage #logo img {
	height: 54px;
}
#menuwrap #menu ul.nav > li.active a, #menuwrap #menu ul.nav > li.active a:hover, #menuwrap #menu ul.nav > li a, #menu ul.nav > li span.separator {
	text-transform: uppercase;
	position: relative;
}
#menuwrap #menu ul.nav > li a:hover {
	transform: scale(110%);
}
/*#menuwrap #menu ul.nav > li a:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#menuwrap #menu ul.nav > li a:after {
  content: attr(title);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: .3s;
	margin: 0;
}*/
#menuwrap #menu ul.nav > li a span {
	display: block;
	transition: .3s;
}/*
#menuwrap #menu ul.nav > li a:hover span {
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
}
#menuwrap #menu ul.dropdown-menu > li a:hover span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}*/

@media (max-width: 767px) {
#menuwrap {
	float: none !important;
}
}
#logomobile img {
	height: 58px;
}
.line-bullets .flickity-page-dots .dot {
	width: 40px !important;
	height: 40px !important;
	margin: 0 2px !important;
}
.line-bullets .flickity-page-dots .dot[aria-label="Page dot 3"] {
	background: #fecc00 url('https://energoeffekt-rostov.ru/templates/lenzy/images/orange.jpg') no-repeat !important;
}
.line-bullets .flickity-page-dots .dot[aria-label="Page dot 2"] {
	background: #00a0e3 url('https://energoeffekt-rostov.ru/templates/lenzy/images/blue.jpg') no-repeat !important;
}
.line-bullets .flickity-page-dots .dot[aria-label="Page dot 4"] {
	background: #9cc328 url('https://energoeffekt-rostov.ru/templates/lenzy/images/green.jpg') no-repeat !important;
}
.line-bullets .flickity-page-dots .dot[aria-label="Page dot 1"] {
	background: #ef7f1a url('https://energoeffekt-rostov.ru/templates/lenzy/images/yellow.jpg') no-repeat !important;
}
.com_content .item-page p:first-child {
	font-weight: bold !important;
}
.row-fluid [class*="span4"].block:nth-child(3n+1) {
	margin-left: 0;
	clear: both;
	margin-bottom: 30px;
}
.block {
	text-align: center;
}
.block img {
	height: 435px;
	width: 100%;
	object-fit: cover;
}
.block p {
	height: 95px;
	display: flex;
	align-content: center;
	align-items: center;
	font-weight: bold;
}
.contact {
	margin-top: calc(1.5em + 20px) !important;
	margin-bottom: 2em !important;
}
.product .pull-right.item-image {
	background: transparent;
}

@media (min-width: 767px) {
.product .pull-right.item-image {
	background: transparent;
	width: 50vw;
	max-height: calc(100vh - 70px);
	position: absolute;
	right: 0;
	z-index: 0;
	top: 70px;
}
.product .pull-right.item-image img {
	object-fit: contain;
	object-position: right;
	width: 100%;
	height: 100%;
}
.product .pull-right.item-image video {
	width: 50vw;
	max-height: calc(100vh - 70px);
	max-width: calc(90vw - 630px);
	position: absolute;
	top: 25%;
	right: 0;
}
.product #component .page-header {
	z-index: 1;
	position: relative;
	text-align: left;
}
.product div.articleBody {
	width: calc(600px + 10vw);
	z-index: 1;
	position: relative;
	background: rgba(241, 241, 241, 0.78);
}
.article .module.box.dark {
	margin: 0 -70px;
	padding: 30px;
}
.btp .article .module.box.dark p {
	margin: 0 !important;
}
.blocks li {
	width: calc(50% - 20px);
	min-width: 400px;
}
}
.blocks {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.blocks li {
	padding: 10px;
}
.blocks strong {
	color: #fff;
	font-size: 120%;
	display: block;
}
.blocks li img {
	width: 50px;
}
.dark .page-header {
	background: transparent;
	padding: 0 30px;
}
section.module.box.dark {
	position: relative;
}
.section-bg {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.310);
	background-repeat: no-repeat;
	background-size: cover;
}
.section-text {
	margin: 30px 0 0 30px;
	position: relative;
	z-index: 1;
}
.logos li a {
	width: 200px;
	display: block;
	margin: 40px auto;
}
.zayavka input {
	border: none !important;
	border-bottom: 1px solid #D1D1D1 !important;
	color: #5f5f5f !important;
	background: transparent;
}
.zayavka input:placeholder {
 opacity: 1 !important;
}
.zayavka input#customFile {
	display: none;
}
.zayavka .custom-file-label div {
	width: 40px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	display: inline-block;
	vertical-align: top;
	padding: 3px 5px;
}
#f_name {
	width: calc(100% - 78px);
}
.zayavka .custom-file-label div:hover {
	background: #B84B30;
	color: #fff;
	cursor: pointer;
	line-height: 28px;
	font-size: 28px;
}
.zayavka .page-header {
	text-align: center;
}
.lists {
	text-align: center;
}
.lists h5 {
	margin: 2em 0 0 0 !important;
}
.lists p {
	background: #f1f1f1;
	border: 1px solid #bbb;
	border-radius: 5px;
	padding: 10px;
	width: auto;
	display: inline-block;
	font-size: 110% !important;
	font-weight: normal!important;
	margin-top: 40px !important;
	margin-bottom: 0 !important;
	color: #5f5f5f;
}
.lists ul {
	margin: 40px auto 0 auto;
}
.lists ul li {
	margin: 20px auto;
	display: grid;
}
.lists ul li a {
	float: right;
}
.warning li {
	padding: 10px;
}
.warning li:before {
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 120%;
	text-rendering: auto;
	color: #fff;
	margin-right: 10px;
}
.company #region3.xtc-fluidwrapper, .company #component {
	padding: 0;
	margin: 0;
}
.screen {
	padding-top: 75px !important;
	background-size: cover !important;
	color: #fff;
	clear: both;
}
.screen1, .screen6 {
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/backgrounds/screen1.jpg') no-repeat;
}
.screen2 {
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/backgrounds/screen2.jpg') no-repeat;
}
.screen3 {
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/backgrounds/screen3.jpg') no-repeat;
}
.screen4 {
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/backgrounds/screen4.jpg') no-repeat;
}
.screen5 img {
    width: 30%;
    margin: 1.5%;
}
.screen video {
    width: 100%;
    height: calc(100vh - 75px);
}
body.uslugi {
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/backgrounds/uslugi.jpg') no-repeat fixed !important;
	background-size: cover !important;
	color: #fff;
}
body.news {
	background: url('https://energoeffekt-rostov.ru/templates/lenzy/images/backgrounds/screen3.jpg') no-repeat fixed !important;
	background-size: cover !important;
	color: #fff;
}
.uslugi .faq-blog_item .item-image, .news .faq-blog_item .item-image {
	background: transparent;
	width: 15%;
	opacity: .2;
	padding: 0;
}
.news .faq-blog_item {
    color: #000;
}
.production .introtext {
	display: none;
}
.production h2[itemprop="name"] {
	height: 108px;
	font-size: 2.1vw;
	/*text-shadow: 2px 2px 1px #000, 2px -2px 1px #000, -2px 2px 1px #000, -2px -2px 1px #000, 2px 0px 1px #000, 0px 2px 1px #000, -2px 0px 1px #000, 0px -2px 1px #000;*/
}
.production h2[itemprop="name"] a {
	color: #fff;
}
.callback {
    position: fixed;
    bottom: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
	border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
}
.phone {
    background: #0085bd;	
    right: 10px;
}
.whatsapp {
    background: #83a221;	
    left: 10px;	
}
@media (max-width: 600px) {
	.production h2[itemprop="name"] {
	height: 108px;
	font-size: 9vw;
}
	.screen {
		height: auto !important;
	}
	.screen video {
    width: 100%;
    height: auto;
}
}
@media (min-width: 767px) {
.custom.fixed {
	position: fixed;
	bottom: 10%;
	width: 22vw;
}
.square {
	-moz-column-count: 2; /* Firefox */
	-webkit-column-count: 2; /* Safari and Chrome */
	column-count: 2;
}
}
.square {
	margin: 0;
	counter-reset: li;
	list-style: none;
	padding: 10px;
}
.square li {
	position: relative;
	margin: 0 0 10px 2em;
	padding: 4px 8px;
	border-top: 2px solid #B84B30;
	transition: .3s linear;
	
}
@media (min-width:600px) {
	.square li {
		height: 108px;
	}
	.company .screen2 .imagegalleryplg img {
    height: calc(33vh - 50px);
}
	.sert [class*="span"] {
		height: 250px;
	}
}
.square li:last-child {
	margin-bottom: 0;
}
.square li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	bottom: 0;
	left: -2em;
	width: 2em;
	box-sizing: border-box;
	margin-right: 8px;
	padding: 4px;
	border-top: 2px solid #B84B30;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	border-bottom: 2px solid transparent;
	background: #B84B30;
	color: #000;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	transition: .3s linear;
	display: flex;
	align-items: center;
}
.square li:hover {
	border-top: 2px solid #fff;
}
.square li:hover:before {
	border: 2px solid #fff;
	background: #ededed;
}
.screentable tr td:first-child {
	min-width: 300px;
	background: rgba(255, 255, 255, 0.2);
}
.screentable td {
	text-align: center;
	padding: 5px;
}
.screentable td img {
	height: calc((100vh - 300px)/10);
	width: calc((100vw - 300px)/6);
	object-fit: contain;
}
.screen4 div img {
	width: 30%;
	margin: 0 .5% .5% 0;
}
.uslugi div[itemprop="articleBody"] {
	background: rgba(0, 0, 0, 0.51);
	padding: 10px 20px;
}
.headcontact {
	position: absolute;
	right: 5%;
	top: 20%;
	text-align: right;
}
.headcontact a {
	color: #fff;
}
.headcontact a:hover {
	transform: scale(110%);
	color: #B84B30;
	font-size: 110%;
	line-height: 1.56;
}
.imagegalleryplg img {
	width: 33% !important;
}
.contacts div[itemprop="articleBody"] .module.box.cont {
	display: flex;
	align-content: center;
	align-items: center;
	margin-bottom: 2.564102564102564% !important;
}
.contacts div[itemprop="articleBody"] .module.box.cont i {
	color: #B84B30;
	margin-right: 20px;
	font-size: 200%;
}
.contacts div[itemprop="articleBody"] .contact {
	margin: 0 !important;
}
.sert [class*="span"] {
	margin: 1%;
	margin-left: 1%;
	object-fit: cover;
}
.portfolio .imagegalleryplg img {
	width: 32% !important;
	margin: 0 1% 1% 0 !important;
}
.custom.insta {
	background: #fff;
	padding: 5px !important;
	line-height: initial;
	border-radius: 10px;
}
details > summary {
	cursor: pointer;
	list-style: none;
}
.item-pageportfolio {
	max-width: 1370px;
	margin: auto;
}
@keyframes city {
  0% {background-color: rgba(100,100,100,0);}
  50% {background-color: rgba(100,100,100,0.2);}
  100% {background-color: rgba(100,100,100,0);}
}
.geografiya-list {
	margin: auto !important;
	display: block;
	max-width: 1370px;
	width: 100%;
	position: relative;
}
.geografiya-list img {
	width: 100%;
	object-fit: cover;
}
.geografiya-list .item {
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
}
.geografiya-list .item > span {
	display: block;
	width: 26px;
	height: 26px;
	margin-left: -10px;
	margin-top: -10px;
	background-color: rgba(100, 100, 100, 0.1);
	animation: city 3s infinite;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: all .2s;
}
.geografiya-list .item > span:before {
	content: '';
	display: block;
	width: 25px;
	height: 40px;
	position: absolute;
	left: 13px;
	bottom: 13px;
	background: url(/images/flag40.png);
	background-size: contain;
	z-index: 1;
}
.geografiya-list .item > div {
	position: absolute;
	left: 73px;
	top: -32px;
	z-index: 2;
	width: 390px;
	box-shadow: 0 0 32px rgba(0, 1, 2, 0.22);
	background: #fff;
	border-radius: 5px;
	cursor: default;
	display: none;
}
.geografiya-list .item > div:before {
	content: '';
	display: block;
	width: 45px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: -45px;
	top: 35px;
}
.geografiya-list .item > div .close {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 3;
	width: 30px;
	height: 30px;
	background: url("/images/close.png") no-repeat center, #B84B30;
	border-radius: 50%;
	cursor: pointer;
}
.geografiya-list .item > div .close:hover {
	opacity: .75;
	transition: all .3s;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) and (max-height: 768px) {

	.screen, .company p {
		font-size: 16px;
	}
	.com_content #component h3 {
    font-size: 30px;
    line-height: 100%!important;
		margin: 0;
}
	.com_content #component p, .company p {
		margin-bottom: 0;
	}
	.company .module.box {
    padding: 0;
}
	.innerpage #logo p, .innerpage #logo a.logotext {
    margin-left: 70px;
	}
	.product .pull-right.item-image img{
	max-width: 500px;
    float: right;
		object-position: bottom;
	}
}

.geografiya-list .item > div .city {
	font-size: 24px;
	padding: 5px 30px 0;
	line-height: 65px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.geografiya-list .item > div .projects {
	padding: 25px;
	min-height: 270px;
	height: auto;
	font-size: 17px;
}
.geografiya-list .item > div .projects > div {
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-right: 30px;
}
.geografiya-list .item > div .projects > div > div a {
	text-decoration: none;
	color: #44484d;
}
.geografiya-list .item > div .projects > div > div a:hover {
	opacity: .75;
	transition: all .4s;
}
.geografiya-list .item > div .projects > div > div a span {
	display: block;
	color: #B84B30;
	padding-top: 4px;
}
.geografiya-list .item > div .projects > div > div + div {
	padding-top: 25px;
}
.geografiya-list .item > span:hover, .geografiya-list .item.active > span {
	background-color: #B84B30;
	transition: all .2s;
	z-index: 5;
	animation: none;
}
.geografiya-list .item.active > div {
	display: block;
}
.geografiya-list .item.active {
	z-index: 2;
}
.mslider_main.with-bullets {
  margin-bottom: 90px !important;
}
.production .items-row.cols-4.row-1 .span3 {
    width: 100%;
}
.production summary {
    opacity: 0;
}
.production summary:hover {
    opacity: 1;
}
.mslider-item.is-selected {
    top: 300px;
}
.mslider ol.flickity-page-dots {
	bottom: -60px;
}
/* iPhuck */
@media (max-width:380px) {

.mslider-item.is-selected {
    top: 250px !important;
}
h3.mslider-title {
	padding: 0 !important;
	font-size: 17px !important;
}
h3.mslider-title a {
    word-break: break-word;
    max-width: 90%;
    display: inline-block;
}
.mslider_main .mslider-photo-link img {
    height: 150px !important;
	width: 170px !important;
    object-fit: contain !important;
}
.dark-text .mslider-desc {
	margin-top:15px;
}	
.mslider-wrapper.flickity-ready {
		padding-top:0 !important;
	}
}
.portfolio .module.light.box {
	margin-bottom: 10px;
}
.frontpage .mslider_main .mslider-item:nth-child(4) .mslider-title {
	max-width:300px;
}
.accordion-heading.panel-heading {
	background: #f1f1f1;
    border: 1px solid #bbb;
    border-radius: 5px;
    display: inline-block;
	margin-top: 20px;
}
.rl_sliders.accordion>.accordion-group {
	border: none !important;
}
.rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	border-top: none;
}
#footer .modulecontent {
    color: #292929 !important;
}
.width0 {
    width: 0;
}
/* Новогоднее*/
.ny_bottom {
    position: fixed;
    bottom: 0;
    height: 11vh;
    width: 100%;
    background: url(https://energoeffekt-rostov.ru/templates/lenzy/images/footer_snow.png) bottom;
    background-size: contain;
    background-repeat: repeat-x;
}
.tree {
    position: fixed;
    right: 0;
    bottom: 0;
}
.tree img {
	height: 30vh;
	width: auto;
}
#gir {
  position:fixed;
  top:0;
  left:0;
  background-image:url('https://energoeffekt-rostov.ru/templates/lenzy/images/gerljanda1.png');
  height:36px;
  width:100%;
  overflow:hidden;
  z-index:999;
}  
#nums_1 {padding:100px}  
.gir_1 {background-position: 0 0}  
.gir_2 {background-position: 0 -36px}  
.gir_3 {background-position: 0 -72px}
/*-----------*/

.form-group.politics .item{
	display:flex;
	align-items:center;
	gap:10px;
}
.form-group.politics .item div{
	Color:#000
}
.form-group.politics{
	margin-bottom:20px;
}
#popup-first-visit {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: #fff;
    color: #222;
    padding: 20px 29px;
    max-width: 100%;
    left: 0;
    border-top: 2px solid #f5f5f5;
}

.button_cookie {
    text-align: center;
    margin-top: 10px;
}

.content_cookie {
    text-align: center;
}

.button_cookie span {
    display: inline-block;
    padding: 11px 21px;
    background: #b84b30;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}