@font-face {
    font-family: 'Fregat';
    src: local('Fregat'), 
	    url('fregat.woff2') format('woff2'), 
			url('../fonts/Fregat/fregat.woff') format('woff'), 
			url('../fonts/Fregat/fregat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Italic'), local('Fregat-Italic'), 
	    url('../fonts/Fregat/fregatitalic.woff2') format('woff2'), 
			url('../fonts/Fregat/fregatitalic.woff') format('woff'), 
			url('../fonts/Fregat/fregatitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold'), local('Fregat-Bold'), 
	    url('../fonts/Fregat/fregatbold.woff2') format('woff2'), 
	    url('../fonts/Fregat/fregatbold.woff') format('woff'), 
	    url('../fonts/Fregat/fregatbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold Italic'), local('Fregat-BoldItalic'), 
	    url('../fonts/Fregat/fregatbolditalic.woff2') format('woff2'), 
	    url('../fonts/Fregat/fregatbolditalic.woff') format('woff'), 
	    url('../fonts/Fregat/fregatbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
		font-family:"Fontello";
		src: url(../fonts/Fontello/fontello.woff) format("woff"),
		url(../fonts/Fontello/fontello.ttf) format("truetype");
		font-style: normal;
		font-weight: 400;
		font-display: auto;
}


/** COMMON STYLES **/
.ovf-hid {
  overflow: hidden;
}
/** End COMMON STYLES **/

html {
	background: #0a1935 url(../images/section_bg.jpg) no-repeat 50% 0 fixed;
	background-size: cover; 
}
body {
	background-color: transparent;
  font-family: 'Fregat', sans-serif;
}
body, 
.body-wrapper,
.body-innerwrapper {
	min-height: 100vh;
}
.body-innerwrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.body-innerwrapper > * {
	width: 100%;
}
#sp-main-body {
	padding-top: 40px;
	padding-bottom: 14px;
}
#sp-main-body .container-inner {
	background-color: #fff;
	padding: 20px 18px;
	border-radius: 5px;
}
.sppb-row-container {
	width: 100%;
}
#sp-component .article-header > h1 {
	font-family: 'Fregat', sans-serif;
	margin-bottom: 5px;
	font-size: 1.375rem;
}

@media (max-width: 767px) {
	#sp-component .article-details img {
		float: none !important;
		margin: 6px auto !important;
	}
}
@media (min-width: 768px) {
	#sp-main-body .container-inner {
		padding: 30px 35px;
	}
	#sp-component .article-header > h1 {
		font-size: 1.5rem;
	}
	#sp-component .article-details img {
		max-width: 45%;
	}
}
@media (min-width: 992px) {
	#sp-component .article-header > h1 {
		margin-bottom: 15px;
		font-size: 1.75rem;
	}
}
@media (min-width: 1400px) {
	#sp-component .article-header > h1 {
		margin-bottom: 25px;
		font-size: 1.875rem;
	}
	#sp-component .article-details {
		font-size: 1.125em;
	}
	#sp-component .article-details img {
		max-width: 90%;
	}
}

#sp-component .article-details ul li {
	list-style: none;
	position: relative;
	margin-bottom: 0.6666666666666667em;
	list-style-image: url(../images/list_marker.png);
}
#sp-component .article-details ul li:before {
	content: '\2022';
	color: #286ed2;
	font-size: 1.75em;
	line-height: 0.8571428571428571em;
	position: absolute;
	top: 0;
	left: -0.7142857142857143em;
	display: none;
}
.page-main-header.fixed,
.page-main-footer.fixed {
	width: 100%;
	position: fixed !important;
	left: 0;
}
.page-main-header.fixed {
	z-index: 999 !important;
	top: 0;
}
.page-main-footer.fixed {
	z-index: 998 !important;
	bottom: 0;
}

/* * * HEADER * * */
#sp-section-1 {
	background: transparent;
	position: relative;
	margin-top: 5px;
}
#sp-section-1 > .container,
#sp-section-1 > .container > .container-inner,
#sp-section-1 > .container > .container-inner > .row {
	height: 100%;
}
#sp-menu, #sp-logo, #sp-top1, #sp-top2 {
	flex: 0 1 0;
}
.page-main-header * {
	flex-wrap: nowrap;
}
@media (max-width: 767px) {
	#sp-menu, #sp-logo, #sp-top1, #sp-top2 {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media (min-width: 768px) {
	#sp-section-1 {
		margin-top: 20px;
		/*height: 56px;*/
	}
	#sp-menu.landing-page {
		padding: 0;
	}
}
/* * * End HEADER * * */

/* * * FOOTER * * */
#sp-footer {
	margin-top: auto;
	padding-top: 14px;
	padding-bottom: 15px;
	background: transparent;
	font-size: 1em;
	display: none;
}
#sp-footer .container-inner {
	border-top: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sp-footer1, #sp-footer2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
#sp-footer2 {
	margin-top: 15px;
}
@media (min-width: 460px) {
	#sp-footer {
		padding-bottom: 35px;
	}
	.page-main-footer .row {
		flex-wrap: nowrap;
	}
	#sp-footer1 {
		justify-content: flex-start;
	}
	#sp-footer2 {
		justify-content: flex-end;
		margin-top: 0px;
	}
}
@media (min-width: 768px) {
	#sp-footer {
		display: block;
	}
}
/* * * End FOOTER * * */

/* * * MENU * * */
#sp-menu {
	display: flex;
	align-items: center;
	padding-right: 0;
}
#lp-nav-menu {
	position: relative;
}
#lp-nav-menu.show {
	background-color: #296ed2;
}
#lp-nav-menu .sppb-container-inner {
	display: none;
}
#lp-nav-menu .sppb-container-inner.show {
	display: block;
}
#lp-nav-menu .dropdown-menu {
	background-color: #296ed2;
	border: none;
	border-radius: 0;
	margin-top: 0;
	overflow: hidden;
	min-width: 100%;
	padding: 14px 0px;
}
#lp-nav-menu .mobile-nav-button,
#offcanvas-toggler {
	float: none !important;
	margin: 0 !important;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: transparent;
	transition: background linear 0.3s;
	 -ms-user-select: none; 
  -moz-user-select: none; 
  -webkit-user-select: none; 
  user-select: none; 
	position: relative;
}
#offcanvas-toggler i {
	display: flex;
	align-items: center;
}
#offcanvas-toggler:hover {
	background-color: #296ed2;
} 
#offcanvas-toggler {
	display: flex !important;
}
.mobile-nav-button:after,
#offcanvas-toggler i.fa:before {
	font: normal 25px Fontello;
	color: #fff !important;
	border: none;
}
#offcanvas-toggler i.fa:before,
.mobile-nav-button:after {
	content: "\e80d";
	width: auto;
	height: auto;
} 
#lp-nav-menu li {
	margin-bottom: 5px;
}
#lp-nav-menu li:last-child {
	margin-bottom: 0px;
}
#lp-nav-menu li a {
	transition-property: background-color, border-color;
	transition-timing-function: linear;
	transition-duration:  0.3s !important;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	padding: 2px 16px !important;
	display: block;
} 
#lp-nav-menu li.active a {
	background: #033c8e;
	border-bottom: 1px solid #8DBBFE;
	border-top: 1px solid #8DBBFE;
} 
#lp-nav-menu li a:hover {
	background: #033c8e;
}
#lp-nav-menu li a > i.fa {
	display: none;
}

@media (min-width: 768px) {
	#lp-nav-menu .mobile-nav-button,
	#offcanvas-toggler {
		width: 56px;
		height: 56px;
	}
}
@media (min-width: 992px) {
	#lp-nav-menu {
		position: fixed;
		z-index: 9999;
		top: 50%;
		left: 0px;
		transform: translateY(-50%);
		width: 70px;
		border-radius: 0 30px 30px 0 !important;
		overflow: hidden;
		box-shadow: 0 0 8px 4px rgba(41, 110, 210, 0.6);
		height: auto;
	}
	#lp-nav-menu .sppb-container-inner {
		position: static !important;
		background-color: transparent;
		padding: 0;
		display: block !important;
		width: auto;
		height: auto;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	#lp-nav-menu .mobile-nav-button {
		display: none;
	}
	#lp-nav-menu li {
		font-size: 0;
		padding: 0;
		margin-bottom: 0;
	}
	#lp-nav-menu li a {
	  display: flex !important;
		height: 90px !important;
		justify-content: center;
		align-items: center;
		border-top: 1px solid #1c437b;
		border-bottom: 1px solid #00255b;
		text-transform: none;
	}
	#lp-nav-menu li.active a {
		border-top: 1px solid #235eb3;
		border-bottom: 1px solid #235eb3;	
	}
	#lp-nav-menu li.active + li > a {
		border-top: 1px solid #407ed7;
	}
	#lp-nav-menu li a, 
	#lp-nav-menu li a:visited {
		background-color: #002c6b;
	}
	#lp-nav-menu li.active a,
	#lp-nav-menu li a:active,
	#lp-nav-menu li a:hover {
		background-color: #286ed2;
	}
	#lp-nav-menu li a:hover {
		border-bottom: 1px solid #407ed7;	
	}
	#lp-nav-menu li.active a:hover {
		border-bottom: 1px solid #235eb3;	
	}
	#lp-nav-menu li:first-child a {
		border-top: none;
		height: 100px;
	}
	#lp-nav-menu li:last-child a {
		height: 100px;
	}
	#lp-nav-menu li:last-child a,
	#lp-nav-menu li:last-child a:hover {
		border-bottom: none;
	}
	#lp-nav-menu li a > i.fa {
		display: block;
	}
	.mobile-nav-button {
		display: none;
	}
	#offcanvas-toggler {
		transform: translateY(0);
	}
}
/* End Landing Page Navigation */ 

/* Offcanvas-menu */ 
.sp-megamenu-wrapper {
	display: none;
}
.offcanvas-menu {
	background-color: #296ed2;
}
.offcanvas-menu .offcanvas-inner {
	padding: 20px 8px;
}
.offcanvas-menu .menu li {
	padding: 2px 0 !important;
}
.offcanvas-menu .menu a {
	color: #fff !important;
	padding: 4px 10px !important;
	line-height: 20px;
	transition: background linear 200ms;
}
.offcanvas-menu .menu a:hover {
	background: #033c8e;
}
.offcanvas-menu .menu li.active a {
	background: #033c8e;
	border-bottom: 1px solid #8DBBFE;
	border-top: 1px solid #8DBBFE;
}
.close-offcanvas {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #fff;
}
/* End Offcanvas-menu */ 
/* * * END MENU * * */

/* * * Logo * * */
#sp-logo {
	display: flex;
}
#sp-logo .logo-image {
	width: auto;
	height: 36px;
	max-width: none;
}
@media (min-width: 768px) {
	#sp-logo {
		align-items: center;
	}
	#sp-logo .logo-image {
		height: 50px;
	}
}
/* * * End Logo * * */

/* * * SP-Top-Info * * */
#sp-top-info {
	margin-left: auto;
	flex: 0 1 0;
	min-width: 40px;
}
#sp-top-info .dropdown-toggle {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
#sp-top-info .dropdown-toggle:after {
	border: none;
	font: 26px Fontello;
	content: '\e811';
	color: var(--white);
	width: auto;
	height: auto;
}
#sp-top-info.show .dropdown-toggle {
	background-color: #296ed2;
}
#sp-top-info .dropdown-menu {
	border: none;
	border-radius: 0;
	margin-top: 0;
	margin-right: -5px;
	padding-left: 8px;
	padding-right: 8px;
	padding: 14px;
	background-color: #296ed2;
}
#sp-top-info .contact-info-row-1 {
	text-align: center;
}
#sp-top-info .sp-contact-info {
	margin: 0;
	padding-left: 16px;
	display: inline-block;
	text-align: left;
}
#sp-top-info .sp-contact-info:before {
	font-size: 22px;
	top: 3px;
	color: var(--white);
}
#sp-top-info .sp-contact-info a {
	color: var(--white);
	font-weight: bold;
}
#sp-top-info .contact-info-row-2 {
	margin-top: 12px;
}
#sp-top-info .contact-info-row-2 * {
	text-align: center;
}
#sp-top-info .contact-info-row-2 a[id^="btn-"] {
	white-space: nowrap;
	border-color: #fff;
	font-size: 14px !important;
	padding: 12px 16px !important;
}
@media (min-width: 768px) {
	#sp-top-info {
		display: none;
	}
}
/* * * End SP-Top-Info * * */

/* * * SP-Top-1 * * */
#sp-top1 {
	position: static;
}
.sp-module.go_home {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 236px;
}
.go_home a[id^="btn-"] {
	white-space: nowrap;
	display: none;
}
@media (min-width: 768px) {
	.go_home a[id^="btn-"] {
		display: inline-block;
	}
}
/* * * End SP-Top-1 * * */

/* * * SP-Top2 * * */
#sp-top2 {
	display: flex;
	align-items: center;
}
#sp-top2 a[id^='btn-'] {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 0 !important;
	padding: 0;
}
#sp-top2 a[id^='btn-'] .fa {
	transform: translateY(0) !important;
	/*font-size: 28px !important;*/
}
@media (min-width: 768px) {
	#sp-top2 {
		margin-left: auto;
	}
	#sp-top2 a[id^='btn-'] {
		font-size: 1.125em !important;
	}
	#sp-top2 a[id^='btn-'] .fa {
		font-size: 1.5555555555555556em !important;
	}
}
/* * * End SP-Top2 * * */


.article-header h1 {
	font-family: 'Fregat';
	font-weight: bold;
}

#sp-footer ul.sp-contact-info a,
#sp-footer ul.sp-contact-info a:hover,
#sp-footer ul.sp-contact-info a:active,
#sp-footer ul.sp-contact-info a:visited {
	color: #fff;
	font-size: 1.125em;	
	font-weight: bold;
}
#sp-footer ul.sp-contact-info span.fa {
	font-size: 28px;
	transform: translateY(3px);
	padding-right: 4px;
}
#sp-footer ul.sp-contact-info span.fa-phone {
	transform: translateY(5px);
}


/** LAYOUTs **/
section[id^="sect-"] {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
section[id^="sect-"] > .sppb-row-container {flex: 0 1 auto;}
section[id^="sect-3"] .sppb-row-container > .sppb-row {
	border-radius: 6px;
	overflow: hidden;
}
@media (min-width: 0px) {
	#fullpage > section {
		padding: 100px 0;
	}
	#fullpage > section .fp-tableCell {
		display: flex;
		align-items: center;
	}
	.sppb-row-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 992px) {	
	section[id^="sect-"] {
	justify-content: center;
	}
}

/* 3rd section */

#sect-3 h1.sppb-addon-title,
#sect-3 h2.sppb-addon-title,
#sect-3 h3.sppb-addon-title {
	font-size: 22px;
	line-height: 24px;
}
#sect-3 .contacts-box .sppb-column-addons > .sppb-addon-wrapper:nth-child(even) {
	display: none;
}
#sect-3  .contacts-box .sppb-column-addons > .sppb-addon-wrapper:nth-child(even) > * {
	padding-left: 25px;
	padding-right: 25px;
}
#sect-3 .contacts-box .sppb-addon-wrapper > * {
	padding: 10px 15px;
}
#sect-3 .contacts-box .sppb-addon-wrapper:nth-child(2) > * {
	padding-bottom: 0px;
}
#sect-3 .contacts-box .sppb-addon-title  {
	position: relative;
	margin: 0px;
	padding: 10px 10px;
}
#sect-3 .sppb-addon-title .switch {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #296ed2;
	border-radius: 6px;
	cursor: pointer;
}
#sect-3 .sppb-addon-title .switch:after {
	content: '\e83d';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	width: 20px;
	height: 20px;
	transition: all linear 150ms;
	font: 18px Fontello;
	color: #0055c9;
}
#sect-3 .sppb-addon-wrapper.opened .switch {
	border-color: #CCC;
}
#sect-3 .sppb-addon-wrapper.opened .switch:after {
	transform: rotate(180deg);
	color: #CCC;
}

@media (min-width: 768px) {
	#sect-3 .contacts-box .sppb-column-addons > .sppb-addon-wrapper:nth-child(2) {
		display: block;
	}
}
@media (min-width: 992px) {
	#sect-3 h1.sppb-addon-title,
	#sect-3 h2.sppb-addon-title,
	#sect-3 h3.sppb-addon-title {
		font-size: 24px;
	}
	#sect-3 .contacts-box .sppb-addon-wrapper > * {
		padding: 0px 25px;
	}
	#sect-3 .contacts-box .sppb-addon-wrapper:last-child > * {
		padding-bottom: 25px;
	}
	#sect-3 .contacts-box .sppb-addon-title  {
		padding: 15px 0px;
	}
	#sect-3 .sppb-column-addons > div:nth-child(2), 
	#sect-3 .sppb-column-addons > div:nth-child(4) {
		display: block !important;
	}
	#sect-3 .sppb-addon-title .switch {
		display: none;
	}
}
@media (min-width: 1600px) {
	#sect-3 h1.sppb-addon-title,
	#sect-3 h2.sppb-addon-title,
	#sect-3 h3.sppb-addon-title {
		font-size: 26px;
	}	
	#sect-3 .contacts-box .sppb-addon-wrapper > *,
	#sect-3  .contacts-box .sppb-column-addons > .sppb-addon-wrapper:nth-child(even) > * {
		padding: 0px 40px;
	}
	#sect-3 .contacts-box .sppb-column-addons > .sppb-addon-wrapper:last-child > * {
		padding-bottom: 30px;
	}
	#sect-3 .contacts-box .sppb-addon-title  {
		padding: 30px  0px;
	}
}

/* * END LAYOUTs * */

/* * MODULES * */

/** Buttons **/
	a.sppb-btn-round,
	button.sppb-btn-round  {
		transition-duration: 200ms;
		font-size: 1em !important;
	}
	a.sppb-btn-round,
	a.sppb-btn-round:focus,
	button.sppb-btn-round,
	buttonsppb-btn-custom:focus {
		border: 1px solid #296ed2;
		background-color: transparent;
	}
	a.sppb-btn-round:hover, 
	button.sppb-btn-round:hover {
		background-color: #286ED2;
	}
	a.sppb-btn-round:focus, 
	button.sppb-btn-round:focus {
		box-shadow: none;
	}

	@media all and (min-width: 992px) {
	.page-main-header #sp-top2 a.sppb-btn-link {
		font-size: 1.125em;
	}
	a.sppb-btn-round {
		font-size: 1.125em !important;
	}
}
/** END Custom Buttons **/

/* Product Tabs - second section */
.sppb-tab-content > .sppb-tab-pane {
	display: none !important;
}
.sppb-tab-content > .sppb-tab-pane.active {
	display: block !important;
}
.product_tabs .sppb-tab-content {
	margin-top: 20px;
}
.product_tabs div[id^="sppb-tab1-"] > div {
	margin-bottom: 0 !important;
}
.sppb-addon-modal-goods {
	position: relative;
	max-width: 370px;
	margin: auto;
	cursor: pointer;
}
.sppb-addon-modal-goods:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 15px;
	left: 12px;
	background-color: #0055c9;
	z-index: 1;
	border-radius: 6px;
}
.sppb-addon-modal-goods > .sppb-container {
	border-radius: 6px;
	background-color: #fff;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.sppb-mogal-goods-title * {
	padding: 10px 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.25em;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
}
.sppb-mogal-goods-image {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 8px;
}
.sppb-mogal-goods-short-text {
	padding: 0px 15px 0px;
	overflow: hidden;
	font-size: 1em;
	margin-bottom: 8px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.open-modal {
	cursor: pointer;
	text-transform: uppercase;
	padding: 2px 0px;
	margin: 0px 15px 8px;
	font-weight: bold;
}
.open-modal:hover {
	color: #0055c9 !important;
}
.open-modal i.fa {
	color: #0055c9;
}
.goods-modal-win-wrap {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 9999;
}
.goods-modal-win-inner {
	position: absolute;
	width: calc(100% - 16px);
	height: calc(100% - 16px);
	background-color: #fff;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	outline: none;
}
.goods-modal-win-content {
	height: 100%; 
}
.goods-modal-win-content-inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	height: 100%;
	padding: 10px;
}
.goods-modal-win-content .content-left,
.goods-modal-win-content .content-right {
	width: 100%;
}
.goods-modal-win-content .sppb-mogal-goods-image {
	border: none;
}
.goods-modal-win-content .sppb-mogal-goods-image img {
	width: 100%;
	max-width: 350px;
	max-height: 250px;
	border: 1px solid #ddd;
	margin: auto;
}
.goods-modal-win-content .sppb-mogal-goods-title * {
	text-align: left;
	text-transform: none;
	font-size: 1.375em;
	padding: 0 0 10px;
}
.goods-modal-win-close-btn {
	position: absolute;
	top: 20px; 
	right: 20px;
	border: 2px solid #0055c9;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
  z-index: 100;
}
.goods-modal-win-close-btn:before,
.goods-modal-win-close-btn:after {
	content: '';
	position: absolute;
	background-color: #0055c9;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	transform: rotate(45deg);
}
.goods-modal-win-close-btn:before {
	width: 16px;
	height: 2px;
}
.goods-modal-win-close-btn:after {
	width: 2px;
	height: 16px;
}
.goods-modal-win-wrap .sppb-mogal-goods-full-text {display: block !important;}
.goods-modal-win-wrap .sppb-mogal-goods-short-text,
.goods-modal-win-wrap .open-modal {display: none;}
.goods-modal-win-content img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 620px) {
	.goods-modal-win-inner {
		width: 90%;
		height: 90%;
		border-radius: 4px;
	}
}
@media (min-width: 768px) {
	.product_tabs .sppb-tab-content {
		margin-top: 35px;
	}
	.goods-modal-win-content-inner {
		flex-direction: row;
		padding: 15px;
	}
	.goods-modal-win-content .content-right {
		padding-left: 15px;
	}
}
@media (min-width: 992px) {
	.goods-modal-win-inner {
		width: 80%;
		height: 80%;
	}
	.goods-modal-win-content-inner {
		flex-direction: row;
		padding: 30px;
	}
	.goods-modal-win-content .content-left {
		max-width: 400px;
	}
	.goods-modal-win-content .content-right {
		padding-left: 30px;
	}
	.goods-modal-win-content .sppb-mogal-goods-image img {
		width: 100%;
		max-width: none;
		max-height: none;
	}
	.goods-modal-win-content .sppb-mogal-goods-title * {
		font-size: 1.625em;
	}
}
/* * * End Product Tab * * */

/* Goods Carousel */
.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color:transparent;
	position:relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action:pan-Y;
	touch-action:manipulation;
	-moz-backface-visibility:hidden;
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
}
.owl-carousel .owl-item {
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-touch-callout:none;
	padding: 0 20px;
}
.owl-item > [id^="sppb-addon"] {
	margin-bottom: 20px !important;
}
.owl-carousel .owl-dots.disabled, 
.owl-carousel .owl-nav.disabled {display:none;}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {display:block;}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor:pointer;-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;user-select:none;
}
.owl-carousel button.owl-dot {
	background: 0 0;
	color:inherit;
	border:none;
	padding: 0 !important;
	font:inherit;
}
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}
.owl-nav button.owl-next,
.owl-nav button.owl-prev {
	border:none;
	color: #fff;
	font-size: 0;
	position: absolute;
	padding: 0 !important;
	background: 0 0;
}
.owl-nav button > span {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0055c9 url(../images/down-arrow.svg) no-repeat 50% 60%;
	background-size: 50%;
	justify-content: center;
	align-items: center;
	transition-duration: 250ms;
}
.owl-nav button:focus {
	outline: none;
}
.owl-nav button:hover > span {
	background-color: #002C6B;
}
.owl-nav button.owl-next {
	transform: rotate(90deg) translateX(-50%);
	left: 0px;
}
.owl-nav button.owl-prev {
	transform: rotate(-90deg) translateX(50%);
	right: 0px;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {opacity:0;}
.owl-carousel.owl-refresh .owl-item{visibility:hidden;}
.sppb-addon-text-block {
	color: #fff;
}
@media (min-width: 540px) {
	.owl-nav button.owl-next {
		left: -10px;
	}
	.owl-nav button.owl-prev {
		right: -10px;
	}
}

/* Tabs (section 2) */
.product_tabs {
	position: relative;
}
.product_tabs .dropdown {
	color: #fff;
	font-weight: bold;
	padding: 12px 8px 18px;
	border: 2px solid #296ed2;
	display: block;
	position: relative;
	background-color: #0055c9;
	cursor: pointer;
	margin-right: 10px;
	margin-left: 10px;
}
.product_tabs .dropdown:after {
	content: '';
	width: 26px;
	height: 26px;
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: auto;
	background: url(../images/down-arrow.svg) no-repeat 50% 50%;
	background-size: 14px;
	transition: all linear 150ms;
	background-color: #0055c9;
	border: 3px solid #2772db;
	border-radius: 50%;
	z-index: 200;
}
.product_tabs .dropdown.active:after {
	transform: rotate(-180deg);
}
.product_tabs .dropdown:focus {
	outline: none;
}
.product_tabs .dropdown .select {
	display: block;
	font-size: 1.125em;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-align: center;
	text-overflow: ellipsis;
	padding: 0 8px;
}
.product_tabs .dropdown .select:after {
	content: '';
	width: 22px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to left, rgba(0, 85, 201, 1), rgba(0, 85, 201, 0));
}
.sppb-nav-wrap {
	position: relative;
}
.product_tabs ul.sppb-nav {
	display: none;
	padding: 2px 0 0;
	margin: 0 10px;
	border-top: none;
	width: calc(100% - 20px);
	position: absolute;
	left: 0;
	top: 61px;
	z-index: 2;
	border-left: 2px solid #296ed2;
	border-right: 2px solid #296ed2;
	border-bottom: 2px solid #296ed2;
}
.product_tabs ul.sppb-nav:before,
.product_tabs ul.sppb-nav:after {
	display: none;
}
.product_tabs ul.sppb-nav li {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 1px solid #002C6B;
	border-bottom: 1px solid #002C6B;
	background-color: #002C6B;
	transition: all linear 200ms;
}
.product_tabs ul.sppb-nav li:first-child {
	border-top: none;
}
.product_tabs ul.sppb-nav li:last-child {
	border-bottom: none;
}
.product_tabs ul.sppb-nav a:hover {
	background-color: #296ed2;
}
.product_tabs ul.sppb-nav a {
	border-radius: 0;
	padding: 12px 4px;
	margin: 0;
	color: #fff;
	font-weight: normal;
	font-size: 1em;
	line-height: 22px;
	text-align: center;
}
.product_tabs .sppb-nav li.active a {
	background-color: #296ed2 !important;
	color: #fff !important;
}
.product_tabs .slides_container {
	border: 3px solid #0e0;
}
.product_tabs .slides_container .bt-row {
	border: 1px solid #fff;
	background-color: #fff;
	width: 25% !important;
}
.product_tabs .slides_container .slide {
	border: 1px solid #f0f;
	padding: 0 20px;
	background-color: #FFFFCC;
}
.product_tabs .bt-cs .next, 
.product_tabs .bt-cs .prev {
	display: block;
}

@media (min-width: 540px) {
	.product_tabs .dropdown {
		padding: 12px 14px;
	}
	.product_tabs .dropdown:after {
		width: 26px;
		height: 26px;
		top: 0;
		bottom: 0;
		left: auto;
		right: 20px;
		margin: auto;
		background-color: transparent;
		background-size: contain;
		border: none;
		border-radius: 0;
	}
	.product_tabs .dropdown .select {
		margin-right: 35px;
		text-align: left;
	}	
	.product_tabs ul.sppb-nav {
		top: 55px;
	}
}
@media (min-width: 768px) {
	.product_tabs .dropdown {
		display: none;
	}
	.product_tabs .dropdown .select:after {
		display: none;
	}
	.product_tabs ul.sppb-nav {
		display: block !important;
		padding: 0;
		font-size: 0;
		text-align: left;
		max-width: 1366px;
		margin-bottom: -20px;
		position: relative; 
		top: 0;
		border: none;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.product_tabs ul.sppb-nav li {
		display: inline-block;
		border: none;
		font-size: 16px;
		width: calc(100% / 3);
		vertical-align: top;
		background-color: transparent;
		padding: 0 0.7320644216691069%;
	}
 	.product_tabs ul.sppb-nav.quarter li {
		width: calc(100% / 2);
		padding: 0 1.1350737797956867%;
	} 
	.product_tabs ul.sppb-nav a {
		background-color: #fff;
		border: 1px solid #296ed2;
		border-radius: 10px;
		padding: 6px 14px;
		max-width: 370px;
		height: 70px;
		margin: 0 auto 20px;
		color: #000;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.product_tabs ul.sppb-nav a:hover {
		color: #fff;
	}
}
@media (min-width: 992px) {
	.product_tabs ul.sppb-nav li {
	  	width: calc(100% / 3);
		padding: 0 2.2675736961451247%;
	}
 	.product_tabs ul.sppb-nav.quarter li {
		width: calc(100% / 4);
		padding: 0 1.0980966325036604%;
	} 
	.product_tabs ul.sppb-nav a {
		border-radius: 90px;
	}
}
@media (min-width: 1400px) {
	.product_tabs ul.sppb-nav a {
		height: 82px;
		padding: 6px 22px; 
		font-weight: bold;
		font-size: 18px;
	}
}

/* End Product Tabs */
/* - - - */

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-wrapper.scroll--rtl {
  direction: rtl;
}
.scroll-element {
  box-sizing: content-box;
  display: none;
}
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* Scroll Bar */ 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-outer > .scroll-element {
  background-color: #ffffff;
}
.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}
.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}
.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee;
}
.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}
.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}
.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}
.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element .scroll-element_track { display: none; }
.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6C6E71;
    display: block;
 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
 
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
 
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}
 
 
.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}
 
.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}
 
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar { height: 7px; min-width: 10px; top: -9px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 7px; }
 
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
 
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size { top: -4px; }
 
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }
/* End Scroll Bar */


.lp-contact-form form {
	position: relative;
}
.lp-contact-form .sppb-form-group label {
	display: none;
	color: #000;
}
.lp-contact-form .sppb-form-builder-field-3 {
	margin-top: 15px;
	margin-bottom: 0px !important;
	flex: 1 1 0;
	order: 100;
}
.lp-contact-form .sppb-form-builder-field-3 .form-builder-checkbox-item:last-child .form-builder-checkbox-label {
	margin-bottom: 0px !important;
}
.lp-contact-form .sppb-form-group .form-builder-checkbox-content label,
.lp-contact-form .sppb-form-group .form-builder-radio-content label {
	display: inline-block;
}
.lp-contact-form .form-builder-checkbox-label:before {
	top: 2px;
}
.lp-contact-form .form-builder-checkbox-label:after {
	top: 4px;
}
.lp-contact-form .sppb-form-group input[type="text"] {
	padding: 20px;
}
.lp-contact-form .sppb-form-builder-btn {
	width: 215px;
}
.lp-contact-form .sppb-form-builder-btn button.sppb-btn-round {
	color: #286ED2;
	padding: 16px 65px;
	font-size: 1.125em;
}

.lp-contact-form .sppb-form-builder-btn button.sppb-btn-round:hover {
	color: #FFF;
}
.lp-contact-info a {
	padding: 0;
	margin-right: 4.0268456375838924%;
	margin-bottom: 12px;
	vertical-align: top;
	display: inline-flex;
	/*align-items: center;*/
}
.lp-contact-info a > * {vertical-align: middle;}
.lp-contact-info i.fa {
	padding-right: 0.625em;
	position: relative;
	transform:  translateY(-12.5%);
}
.lp-contact-info i.fa:before {
	color: #0055c9;
	font-size: 1.5em;
}

@media (max-width: 619px) {
	.lp-contact-form .sppb-form-builder-btn {
		margin-right: auto !important;
		margin-left: auto !important;
	}
	.lp-contact-form .sppb-form-builder-field-3 {
		margin: 0px 20px 20px !important;
		flex: 1 1 auto;
		order: 0;
	}
}
@media (min-width: 768px) {
	.lp-contact-info a {
		margin-right: 6.802721088435375%;
		margin-bottom: 18px;
	}
}
@media (min-width: 1600px) {
	.lp-contact-info a {
		margin-bottom: 26px;
	}
	.lp-contact-info i.fa:before {
			font-size: 1.7em;
	}
}
.map-container {
	min-height: 300px;
	max-height: 686px;
	overflow: hidden;
}
.map-container #lp_map {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* * CAROUSEL * */
#i-car {
	position: relative;
	max-width: 900px;
	margin: auto;
}

/* Items carousel pagination */
#i-car .pagination-bullet {
	list-style: none;
	width: 100%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0 auto 32px;
}
#i-car .pagination-bullet > .pagination-bullet-item {
	width: 22px;
	height: 24px;
	margin-left: 4.666666666666667%;
	cursor: pointer;
}
#i-car .pagination-bullet > .pagination-bullet-item:first-child {
	margin-left: 0px;
}
#i-car .pagination-bullet > .pagination-bullet-item.active .romb {
    fill: #296ed2;
    stroke: #296ed2;
}
/* +++++++ */

/* Items carousel navigation */
#i-car .car-navigation {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	list-style: none;
	width: 100%;
	height: 40px;
	display: none;
}
#i-car .car-navigation li {
	width: 40px;
	height: 40px;
	background: url(../images/carousel/nav-arrow.png) no-repeat 50% 50%;
	font-size: 0;
	position: absolute;
	top: 0;
	z-index: 9999;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity linear 0.3s;
}
#i-car .car-navigation li:hover {
	opacity: 1;
}
#i-car .car-navigation > .next-btn {
	right: -10px;
}
#i-car .car-navigation > .prev-btn {
	left: -10px;
	transform: rotate(180deg);
}
/* +++++++ */

/* Carousel items */
#i-car .car-items {
	list-style: none;
	display: none;
	padding: 0;
	margin: 0;
	background: url(../images/carousel/carousel_bg.png) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/* car content */
#i-car .car-content {
	max-width: 500px;
	margin: auto;
	position: relative;
	z-index: 15;
}
#i-car div.car-box {
	display: none;
}
#i-car div.car-box.active {
	display: block;
}
#i-car div.car-box-inner {
	display: flex;
	flex-direction: column;
	text-align: center;
}
#i-car .car-box-title {
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 16px;
}
#i-car .car-box-desc {
	font-size: 0.875em;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
	margin-bottom: 20px;
}
#i-car .car-box-img {
	max-width: 400px;
	margin: 0px auto 20px;
}
#i-car .car-box-btn a {
	display: block;
	width: 200px;
	margin: auto;
	border: 1px solid #296ed2;
	border-radius: 50px;
	color: #FFFFFF;
	padding: 12px 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.875em;
	transition: background linear 0.2s;
	cursor: pointer;
}
#i-car .car-box-btn a:hover {
	background-color: #286ED2;
}

@media (max-width: 991px) {
	#i-car .car-box-img {order: 2;}
	#i-car .car-box-title {order: 0;}
	#i-car .car-box-desc {order: 1;}
	#i-car .car-box-btn {order: 3;}

}
@media (min-width: 992px) {
	#i-car {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 636px;
		height: 590px;
	}
	#i-car .pagination-bullet {
		display: none;
	}
	#i-car .car-navigation {
		display: block;
	}
	#i-car .car-items {
		display: block;
	}
	#i-car .car-content {
		width: 330px;
		height: 62.71186440677966%;
		padding: 20px 0 15px;
	}	
	#i-car .car-box-title {
		font-size: 20px;
		margin-bottom: 8px;
	}
	#i-car .car-box-desc {
		font-size: 1em;
  		-webkit-line-clamp: 2;
	}
	#i-car .car-box-img {
		margin-bottom: 5px;
	}
	#i-car li.car-item {
		width: 86px;
		height: 96px;
		margin: 0;
		display: block;
		position: absolute;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#i-car li.car-item div.img {
		transform: scale(0.85);
	}
	#i-car li.car-item img:nth-child(2),
	#i-car li.car-item.active img:nth-child(1) {
		display: none;
	}
	#i-car li.car-item.active img:nth-child(2) {
		display: block;
	} 
	#i-car li.car-item:nth-child(1) {
		top: 8px;
		left: 50%;
		margin-left: -44px;
	}
	#i-car li.car-item:nth-child(2) {
		top: 118px;
		right: 54px;
	}
	#i-car li.car-item:nth-child(3) {
		bottom: 118px;
		right: 54px;
	}
	#i-car li.car-item:nth-child(4) {
		bottom: 8px;
		left: 50%;
		margin-left: -44px;
	}
	#i-car li.car-item:nth-child(5) {
		bottom: 118px;
		left: 54px;
	}
	#i-car li.car-item:nth-child(6) {
		top: 118px;
		left: 54px;
	} 
}
@media (min-width: 1600px) {
	#i-car .car-navigation {
		width: calc(100% + 100px);
		left: -50px;
	}
	#i-car .car-items {
		transform: scale(1.3);
	}
	#i-car .car-content {
		width: 422px;
		height: 455px;
	}
	#i-car .car-box-img {
		max-width: 380px;
	}
	#i-car .car-box-desc {
  	-webkit-line-clamp: 4;
	}
	#i-car .car-box-btn a {
		padding: 14px 0px;
		font-size: 1em;
	}
	#i-car .car-navigation {
		width: calc(100% + 160px);
		left: -80px;
	}
}

/* * ENG CAROUSEL * */

/* * * Contacts Nubmers * * */
.sp-contact-info {
	padding-left: 1.375em;
	position: relative;
}
.sp-contact-info::before {
	display: block;
	width: auto;
	height: 100%;
	position: absolute;
	top: 1px;
	left: 0;
	font: normal 1.75em 'Fontello';
	content: '\e808';
	text-align: left;
}
.sp-contact-info .fa {
	display: none;
}
.sp-contact-info .sp-contact-phone,
.sp-contact-info .sp-contact-mobile {
	display: block;
	text-align: left;
}
.sp-contact-info .sp-contact-phone {
	
}
.sp-contact-info .sp-contact-mobile {

}
/* * * End Contacts Nubmers * * */

/* * Social icons * */
.social-share-icon ul {
	list-style: none;
}
/* * End Social icons * */

/* * Sing_in button * */
.custom_login a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	font-size: 0;
	color: var(--white);
}
.custom_login a:before {
	content: '\e815';
	font-family: Fontello;
	font-size: 26px;
}
.custom_login p {
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
	.custom_login a:hover {
		background-color: #296ed2;
	}
}
@media (min-width: 768px) {
	.custom_login a {
		width: auto;
		font-size: 1.125em;
		font-weight: bold;
		text-transform: uppercase;
		justify-content: flex-start;
	}
	.custom_login a:before {
		margin-right: 5px;
	}
}
/* * End Sing_in button * */

/* * Social Buttons * */
.share_buttons {
	display: inline-flex;
	align-items: center;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(100%, -50%);
	border: 1px solid #286ed2;
	border-right: none;
	padding: 6px 10px 0;
	background-color: rgba(40, 110, 210, .3);
	transition: all ease-out 0.5s;
}
.share_buttons.opened {
	transform: translate(0%, -50%);
}
.share_buttons .btn_box {
	box-sizing: content-box;
	width: 140px;
}
.share_buttons .btn_box ul li {
	margin: 0 0 6px 6px !important;
}
.share_buttons .call_btn {
	position: absolute;
	width: 40px;
	height: 70px;
	background-color: #286ed2;
	margin-top: auto;
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	left: -40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 18px 0 0 18px;
	box-shadow: 0 0 8px 4px rgba(41, 110, 210, 0.6);
	transition: background linear 200ms; 
}
.share_buttons .call_btn:hover {
	background-color: #286ed2;
	cursor: pointer;
}
.share_buttons .call_btn:before {
	content: '\e814';
	font: 22px Fontello;
	color: #fff;
}
.share_buttons .call_btn.opened:before {
	content: '\e848';
	font: 32px Fontello;
}
.share_buttons .ya-share2__icon	{
	width: 28px !important;
	height: 28px !important;
	-webkit-background-size: auto !important;
	background-size: auto !important;
}

@media (min-width: 1024px) {
	.share_buttons {
		height: 90px;
		padding: 6px 20px 0;
		background-color: rgba(40, 110, 210, .3);
	}
	.share_buttons .btn_box {
		width: auto;
	}
	.share_buttons .btn_box ul li {
		margin-right: 6px;
		margin-bottom: 0;
	}
	.share_buttons .btn_box ul li:last-child {
		margin-right: 0px !important;
	}
	.share_buttons .ya-share2__icon	{
		width: 42px !important;
		height: 42px !important;
		-webkit-background-size: auto !important;
		background-size: auto !important;
	}
	.share_buttons li[class*="viber"],
	.share_buttons li[class*="whatsapp"],
	.share_buttons li[class*="skype"],
	.share_buttons li[class*="telegram"] {
		display: none;
	}	
	.share_buttons .call_btn {
		width: 60px;
		height: 90px;
		left: -60px;
		border-radius: 26px 0 0 26px;
	}
	.share_buttons .call_btn:hover {
		background-color: #286ed2;
		cursor: pointer;
	}
	.share_buttons .call_btn:before {
		content: '\e814';
		font: 28px Fontello;
		color: #fff;
	}
	.share_buttons .call_btn.opened:before {
		content: '\e848';
		font: 46px Fontello;
	}
}
/* * End Social Buttons * */

/** End MODULES **/


/** MEDIA **/
@media screen and (min-width: 540px) {
	body.helix-ultimate .sppb-row-container {
		max-width: calc(100% - 30px);
		padding-left: 15px;
		padding-right: 15px;
	}
	.container {
		max-width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.container {
		max-width: 96%;
	}
	#sp-section-1 .col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	#sp-footer .col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	}
}
@media screen and (min-width: 922px) {
	body.helix-ultimate .sppb-row-container,
	.container {
		max-width: 92%;
	}
}
@media screen and (min-width: 1200px) {
	body.helix-ultimate .sppb-row-container,
	.container {
		max-width: 1140px;
	}
}
@media screen and (min-width: 1600px) {
	 body.helix-ultimate .sppb-row-container, 
	.container {
		max-width: 1600px;
	}
	#sp-footer ul.sp-contact-info a {
		cursor: default;
		pointer-events: none;
	}
}
/** End MEDIA **/
