body {
	font-family: Tahoma;
	font-size: 13px;
	margin: 0px;
	height: 100%;
}

a {
	color: #0288D1;
}

a:hover {
	color: #FFC107;
}

input:focus,
select:focus {
	outline: none;
}

.header {
	display: inline-block;
	float: left;
	height: 83px;
	background-color: #F8FCFF;
}

#header {
	border-bottom: #E1F5FE 1px solid;
	width: 100%;
	min-width: 1300px;
	min-height: 70px;
	z-index: 100;
	position: fixed;
	top: 0;
}

@media (max-width: 1300px) {
	#header {
		position: absolute;
	}
}

#header_left {
	width: 350px;
}

#header_menuicon {
	width: 50px;
}

#header_logo {
	width: 300px;
	height: 40px;
	padding-top: 18px;
	/*	padding-left:		5px;*/
	position: relative;
}

#header_logo img[usemap="#logonav"] {
	width: 340px;
	height: 40px;
}

#header_center {
	width: 600px;
	padding-left: 50px;
}

#header_center_uprow {
	width: 600px;
	height: 53px;
	padding-left: 20px;
}

#header_formfields_inner {
	float: left;
	height: 26px;
}

#header_formfields_outer {
	float: left;
	height: 30px;
	margin-top: 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.5);
}

#header_search_input {
	width: 455px;
	height: 22px;
	color: #444;
	font-size: 16px;
	background: #FFF;
	padding: 3px 22px 3px 7px;
	border: unset;
	border-right: none;
	border-radius: 5px 0 0 5px;
	text-decoration: none;
}

.search_input_helper {
	width: 470px;
	height: 16px;
	position: relative;
	top: -21px;
	z-index: 10;
	left: 10px;
	cursor: inherit;
	color: #999;
	overflow: hidden;
}

.search_input_helper a {
	text-decoration: none;
	border-bottom: 1px dashed #0288D1;
}

.search_input_helper a:hover {
	border-bottom: 1px dashed #FFC107;
}

.search_input_cross {
	width: 16px;
	height: 16px;
	position: relative;
	top: -21px;
	z-index: 10;
	left: 464px;
	background: url(/local/templates/voltag.ru/img/cross.png) 0 -28px;
	cursor: pointer;
}

.search_input_helper.hidden,
.search_input_cross.hidden {
	display: none;
}

#header_search_button {
	width: 90px;
	height: 30px;
	font-family: Arial;
	color: #fff;
	font-size: 14px;
	background: #0288D1;
	border: solid #0288D1 1px;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

#header_center_bottomrow {
	width: 600px;
	height: 30px;
	padding-left: 25px;
	margin-top: 2px;
}

.header_menu_item {
	float: left;
	padding: 6px 6px;
	color: #000;
	cursor: pointer;
}

.header_menu_item:hover {
	color: #9E9E9E;
}

.header_menu_item.selected {
	border-bottom: #0288D1 3px solid;
	color: #0288D1;
}

.header_menu_item.selected:hover {
	color: #29B6F6;
}

#header_right {
	width: 300px;
}

#header_customer_photo {
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-left: 83px;
	width: 40px;
	height: 50px;
	line-height: 50px;
}

#header_customer_photo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	background-color: #FFF;
	border-radius: 20px;
	border: #0288D1 1px solid;
}

#header_customer_photo img.logged {
	cursor: pointer;
}

#header_loginform {
	display: inline-block;
	float: left;
	padding: 19px 0 0 17px;
	width: 160px;
}

.header_loginform_row {
	display: inline-block;
	float: left;
	width: 170px;
	padding-top: 4px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 36px;
}

#header_loginform form {
	margin-top: 5px;
}

.header_loginform_input {
	width: 55px;
	padding: 2px 2px;
	border-radius: 3px;
	border: 1px solid #0288D1;
}

.header_loginform_button {
	padding: 2px 5px;
	border-radius: 3px;
	background-color: #0288D1;
	border: solid #0288D1 1px;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

#header_customer_menu {
	display: none;
	position: relative;
	float: left;
	left: 1055px;
	top: -7px;
	z-index: 12;

	min-width: 100px;
	max-width: 200px;
	border-radius: 5px;

	background: #F0F8FF;
	border: 1px solid #0288D1;

	-webkit-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 5px 5px 5px 0px rgba(50, 50, 50, 0.5);
}

#header_customer_menu:before {
	background: #F0F8FF;
	top: -9px;
	left: 22px;
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	display: block;
	border-left: 1px solid #0288D1;
	border-top: 1px solid #0288D1;
	transition: ;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
}

#header_customer_menu ul {
	padding: 5px 0;
	margin: 0;
}

#header_customer_menu li {
	list-style-type: none;
	min-height: 1px;
	padding: 2px 10px;
}

#header_customer_menu li.header_customer_menu_hr {
	height: 1px;
	background: #0288D1;
	padding: 0;
	margin: 5px 7px 0 7px;
}

#header_customer_menu li.header_customer_menu_item_disabled {
	color: #9E9E9E;
}

#header_customer_menu a {
	text-decoration: none;
}

.page_header {
	left: 10px;
	width: 1110px;
	padding-bottom: 3px;
	display: inline-block;
}

.catalog-filters {
	display: block;
	position: relative;
	float: right;
	max-width: 740px;
	transform: translateY(-5px);
	height: 25px;
}

.catalog-filters-topic {
	display: inline-block;
	text-decoration: none;
	color: #0288D1;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	width: 75px;
	min-height: 20px;
	height: 100%;
	vertical-align: top;
	padding-top: 2px;
}

.catalog-filters-body {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	width: 990px;
}

.filter-new {
	display: inline-block;
	margin-right: 5px;
	padding: 1px 3px 1px 7px;
	border-radius: 5px;
	background-color: #E1F5FE;
	border: 1px solid #0288D1;
	color: #0288D1;
}

.filter-new.clear-all {
	background-color: #FFEBEE;
	border: 1px solid #D32F2F;
	color: #D32F2F;
}

.filter-text {
	display: inline-block;
	float: left;
	padding-right: 3px;
	height: 16px;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.filter-close-icon {
	display: inline-block;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAnklEQVQoz2Pg7LnIxNRxcSoQ+zHgAEC5DCCeztV7kQnEmQnE/4H4JxAHYFGcAsR/oWomowv8BuIQJMVJaHJBuCTCgDgOl0EwTQloClAMwOU5ZFNhiiNwBQYD1Cm/kTSANMfhUhyCpPgvGjsJXXEAmgKQ0yLQxFJgiv2gcQCTSMDhRJBcBgM0lrFbjenU6QzQpDETbiV2/4GcPJkLqBYAvYXFxs2nTDkAAAAASUVORK5CYII='); */
	background-image: url('/local/templates/voltag.ru/img/close-blue-2023.svg');
	background-position: 2px 3px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.filter-new.clear-all .filter-close-icon {
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAm0lEQVQoz3WS0QmAMAxEgwv5pWOIiIhfIuJH9xER19JpREQvkEqNTeGg9l7Sqy3tWZbsaTpDBRkDnoOWLc8T/lihGzqgMgKP0CXMpBdOqA7gQXmVZTRQZzXyRb0CPg2sw4VdPdxaP4MkyhkUcHFnwXUAX2o+aLhUAEdr1dro4ULuwBu9EZE9R3LL8a3/UReSp7G+W8bPx5EnfhoPK4i2CRhXS4gAAAAASUVORK5CYII='); */
	background-image: url('/local/templates/voltag.ru/img/close-red-2023.svg');
}

.filter_reset {
	text-align: right;
	line-height: 24px;
	display: block;
	position: relative;
	float: right;
}

.tablesorter_clearcache_link_icon,
.tablesorter_reset_link_icon,
.show_all_newgroups_icon {
	display: block;
	position: relative;
	float: left;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
}

.tablesorter_download_link_icon {
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPg0KPHN2ZyB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMiAzVjE2TTEyIDE2TDE2IDExLjYyNU0xMiAxNkw4IDExLjYyNSIgc3Ryb2tlPSIjMUMyNzRDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8cGF0aCBkPSJNMTUgMjFIOUM2LjE3MTU3IDIxIDQuNzU3MzYgMjEgMy44Nzg2OCAyMC4xMjEzQzMgMTkuMjQyNiAzIDE3LjgyODQgMyAxNU0yMSAxNUMyMSAxNy44Mjg0IDIxIDE5LjI0MjYgMjAuMTIxMyAyMC4xMjEzQzE5LjgyMTUgMjAuNDIxMSAxOS40NTk0IDIwLjYxODYgMTkgMjAuNzQ4NyIgc3Ryb2tlPSIjMUMyNzRDIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+DQo8L3N2Zz4=');
	height: 20px;
	width: 20px;
	background-size: 20px;
	background-repeat: no-repeat;
	margin-right: 7px;
}


.tablesorter_clearcache_link_icon {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAh1BMVEUAAAAAAAArKysCAgIJCQkBAQEAAAAuLi45OTk9PT0AAAAQEBAMDAxXV1cTExNubm4vLy8oKCgAAAAREREUFBQuLi4eHh4UFBQjIyMZGRkAAAAVFRUAAAAQEBADAwMAAAA1NTURERFBQUEiIiIAAABVVVV4eHiCgoJjY2M9PT2cnJz///8AAAB+yaFQAAAALHRSTlMA9YoK1tbMoJpnZj40MCkj7OHgz8vGxa6gm5iThIN6b2dnYkpHOCobFRUGAad4DBAAAACFSURBVCjPvY9HDoMwFAW/MS0QIL33Xub+54vkCMW24i2zepqRJX/pmvkjEBic/9gyWgAr7elmhkH1XN9XJLsSxrXr9YhMi7B9icueiXknPlMugX/yDoXfTlMrDKnaeSW2Qs66nRmRFWrF8bsKVCMWBeQ3kWoJ3ukHhUGdxOMeJRBvntIhHw86CuikO+R+AAAAAElFTkSuQmCC')
}

.tablesorter_reset_link_icon {
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAoklEQVQ4y62TbQ6AIAiG3fLj/qfwAB0vl/m2SCRM12LjT/C8IJAxf1qy1he33bhzNi2L78K7MWvxqIkARgw5yO3B+fK4eX+LbCEQTPFWBBWRkEuQnEQIljF0JLtQE1WYddcYKkrgAZeOXjfBRejN0zAXYAOrg52trsDqdtQhSkD7Nr0BVEsza6RDkvAdFyLnIcmTHp5ync/zlLnI8GfqwV/tABGV13W4Fv+YAAAAAElFTkSuQmCC'); */
	background-image: url('/local/templates/voltag.ru/img/close-red-2023.svg');
}

.show_all_newgroups_icon {
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA0ElEQVQ4y2NgGBKApfOiCEUGMHVcXA7E7WzdF9lI1szadVEEqPkgEP8H4vPMnRd1iNIIVOgA1LAZiH9DNcPwdyAu4ey9xIRLoxJQwXY0TdjwQWDYKKBq7rgYAJT4SIRmMAaqn4ysOQ4o+JdIze+B6sOQNVth8SvMvw+ZOi58RhLbD3S6HFwzW/clNqDgTagkyPkLgQZGgPwnNPkKOKCY2i+sBor/BOIyzh60wAMKJkE1lgGjjAdHOmgGBq4R9lDvuDgRxUmkAo6eS1xkax4UAABwI7oXDtCG+QAAAABJRU5ErkJggg=='); */
	background-image: url("/local/templates/voltag.ru/img/show-all_arrow_2023_10.svg");
}

.filter_reset a {
	color: #000;
}

.filter_reset a img {
	top: 4px;
}

#header_list_style_icon {
	position: relative;
	display: inline-block;
	left: 820px;
	width: 16px;
	height: 16px;
	background: url("img/head_icons.png") no-repeat 0 0px;
}

.header_nav {
	position: relative;
	float: left;
	left: 10px;
	display: inline-block;
	line-height: 24px;
	vertical-align: middle;
	color: #0288D1;
	/* max-width: 370px; */
}

.header_nav_home_icon {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	/* background: url("img/home_icon.png") no-repeat 0 0px; */
	background: url("/local/templates/voltag.ru/img/house_2023-3.svg") no-repeat 0 0px;
	margin: 3px 5px 0 -5px;
}


.header_nav a,
.header_nav h1,
.header_nav h2,
.header_nav_text {
	text-decoration: none;
	color: #0288D1;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial;
	margin: 0;
}

.header_nav_text {
	display: inline-block;
	cursor: pointer;
	height: 24px;
}

.columns h1,
.columns h1 a {
	font-size: 22px;
}

.header_nav a:hover,
.header_nav_text:hover {
	/* color: #29B6F6; */
	color: #FF8F00;
}

.header_nav:hover .header_nav_home_icon {
	/* background: url("img/home_icon.png") no-repeat 0 -16px; */
	background: url("/local/templates/voltag.ru/img/house_2023-3.svg") no-repeat 0 -16px;
}

.header_nav:hover a.home {
	color: #29B6F6;
}

.header_quicklinks {
	display: block;
	float: left;
	line-height: 24px;
	padding-left: 25px;
}

.header_quicklinks a {
	color: #000;
}

.header_quicklinks a:hover,
.filter_reset a:hover {
	/* color: #FFC107; */
}

.header_quicklinks>a,
.header_quicklinks .catalog_group_nav_btn>div {
	padding: 2px 8px 2px 6px;
	border-radius: 6px;

}

.header_quicklinks>a:hover,
.header_quicklinks .catalog_group_nav_btn div:hover {
	background: #bcc0c626;
	cursor: pointer;


}

.header_quicklinks label:hover {
	cursor: pointer;
}

.header_quicklinks_ico_price,
.header_quicklinks_ico_info,
.header_quicklinks_ico_comments,
.header_quicklinks_ico_qr {
	display: inline-block;
	float: left;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
}


.header_quicklinks_ico_price {
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAsElEQVQ4y2NgGHKAg4ODBUi9BeL/QHyRZAMYGRmtoJqzgNgAJHYaKkAI/2VmZhYB0s1A/BDZxDgiDTgJ1XIWiKfDDWBhYeEAUq+JMKAR6AIJkEuAlvqhe62TkAFATRZAGuTa70BLeVB0MzExKQCp1XjwUk5OTiYgvRKId1IafXm4oseNmMAEulYNqwHc3NwgJwYBcQgeHEBMQtEBUh+BuAQqdBIpCgkDJAPKyDKA7gAAwZdMvkK4IfgAAAAASUVORK5CYII='); */
	background-image: url('/local/templates/voltag.ru/img/black-cart.svg');
}

.header_quicklinks_ico_info {
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+ElEQVQ4y2NgQAOMjIxGQGomEN8G4t9QDGLPhMphB8zMzFxAajYQ/wXiy0DcDMQxUNwMFQPJzYaqxdB8GIjfAm0Jw2UJVO4tSC26IbOhmnWwaWRhYRFCMkQHashsZD//xWNzCRD/BBrCh+aSv7AwmQn1Hy5nqwBxBBapy1C94BBuxqE5CEhNBtJKWKSboXrB0RSDRbMLEBcBmf+BtA8WA2KgerEbAAV1QPyclZWVDZ8BWL3AxsbGAtKMy3vIXsAaiEBne4Gcz8TEZAdkO+AMRFzRCOTHAanPQDwRmGh40ORQohEE8CYkNM2oCQkEqJGUKctMaLaQlJ0BvQxKBrzcQ4sAAAAASUVORK5CYII='); */
	background-image: url('/local/templates/voltag.ru/img/icon_info_2023_10.svg');
}

.header_quicklinks_ico_comments {
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNklEQVQ4y2NgwAJYWVk5GBkZzYA4AIrNQGIMhABQoR6QWg7EX4H4PxoGiS2HqsEKGoH4NxCfBeI0JiYmFX5+fjYQBrFBYlC531C1KKAbJAE0PYubm5sJlw0gOZAaqCHdMGfbgZwIpBMI+hHh1QSoHpBeho1AfBBJ3gKIV+PAFkjqDkL1MrwH4hxibUcCOVC9DH+BTokg1QVQPX9B7PtAXEeGC0B67oIYk0GGMDMzwxIKugswAAsLCwfU4n4GYBzLABkfgbiXGGvZ2NhA0bwY5H+gXgmY+EpYiOIDQA1aQGovEH8HhoEbstx1kHOgTsuCGlYDxAnQOAf59yA00K6D8gayqRoMkLR+FhotP4F4JzSAQOn/O9S/q4Eaw4BeYEF32USoJpANBcj+IgoANZgAsyoXGdEIBgBcaUofTG12xgAAAABJRU5ErkJggg=='); */
	background-image: url('/local/templates/voltag.ru/img/icon_dialog_2023_10.svg');
}

.groupauto-outer {
	margin: 0 auto 30px auto;
	padding-left: 30px;
	/* width: 895px; */
}

.groupauto-inner {
	display: inline-block;
	padding: 0 20px;
}


#wrap {
	margin: 0 auto;
	width: 1300px;
}

#page-body {
	margin: 90px auto 0 auto;
	width: 1300px;
}


#adv_wrap {
	margin: 0;
	width: 100%;
	height: 300px;
	position: relative;
	float: left;
	background: url(img/bg-body-index.jpg) no-repeat 28% -1px;
}


#left {
	width: 190px;
	position: relative;
	float: left;
	padding-top: 9px;
}

#center {
	width: 1110px;
	padding-top: 9px;
	float: left;
}

#right {
	width: 180px;
	position: relative;
	float: left;
	padding: 9px 0 0 10px;
}

#width_1300 {
	width: 1300px;
	padding-top: 9px;
	float: left;
	margin-top: 80px;
}


#page_footer {
	border-top: #252931 1px solid;
	background: #505862;
	width: 100%;
	min-width: 1300px;
	min-height: 70px;
	padding: 20px 0 40px 0;
	margin-top: 40px;
	float: left;
	display: block;
}

.footer-container {
	display: inline-block;
	width: 1100px;
	margin: 0 auto;
}

.footer-logo-container {
	float: left;
	width: 182px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-logo {
	float: left;
	display: inline-block;
	width: 130px;
	height: 70px;
	text-align: center;
}


.footer-copyright {
	float: left;
	display: flex;
	color: #BBB;
	font-weight: 300;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
}

.bc {
	float: left;
	display: inline-block;
}

.ninf-cl {
	cursor: pointer
}

.payment {
	display: inline-block;
}

.payment-type {
	display: inline-block;
	float: left;
	width: 180px;
	padding-right: 20px;
}

.fucking-shit,
.fucking-shit-achtung,
.fucking-shit-scheisse {
	display: inline-block;
	float: left;
	padding: 5px;
}

.fucking-shit {
	margin-top: 10px;
	margin-bottom: -5px;
	width: 1100px;
}

.fucking-shit-achtung {
	font-size: 24px;
	color: #0288D1;
	font-weight: 600;
	animation: blink 3s linear infinite;
}

@keyframes blink {
	75% {
		color: rgb(02, 136, 209);
	}

	80% {
		color: rgba(02, 136, 209, 0);
	}

	95% {
		color: rgba(02, 136, 209, 0);
	}

	100% {
		color: rgb(02, 136, 209);
	}
}

#left iframe {
	padding-top: 10px;
}

/* BUTTONS */

hr {
	border-style: solid;
	border-width: 1px;
	border-color: #E6E6E6;
}

.primary {
	color: #fff;
	background-color: #0288D1;
	text-transform: uppercase;
}

.warning {
	color: #fff;
	background-color: #FF7F00;
	text-transform: uppercase;
}

.danger {
	color: #fff;
	background-color: #D10013;
	text-transform: uppercase;
}

.warning:hover {
	color: #fff;
	background-color: #994C00;
	text-transform: uppercase;
}

.primary:hover {
	color: #fff;
	background-color: #046592;
}

.danger:hover {
	color: #fff;
	background-color: #96000E;
}

.btn {
	display: inline-block;
	padding: 12px 15px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 3px;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 7px -1px rgba(68, 68, 68, 0.8);
	-moz-box-shadow: 0px 0px 7px -1px rgba(68, 68, 68, 0.8);
	box-shadow: 0px 0px 7px -1px rgba(68, 68, 68, 0.8);
}

.button {
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	font-family: Arial;
	color: #ffffff;
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-decoration: none;
	margin-top: 16px;
}

.button:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	text-decoration: none;
}

/* FLOAT'S */

.group:after {
	content: "";
	display: table;
	clear: both;
}

.block {
	display: block;
}

.hide-margin {
	margin-bottom: 0px;
}

.hide-top-margin {
	margin-top: 0px;
}

.margin-right-20 {
	margin-right: 20px;
}

.arial {
	font-family: Arial;
}

.padding-right-none {
	padding-right: 0px !important;
}

.padding-left-none {
	padding-left: 0px !important;
}

.padding-bottom-none {
	padding-bottom: 0px !important;
}

.small-header-w-link {
	color: #0288D1;
	font-size: 15px;
	font-weight: bold;
}

.small-header-w-link a {
	text-decoration: none;
}

.small-header-w-link a:hover {
	color: #29B6F6;
}

.medium-header-w-link {
	color: #0288D1;
	font-size: 18px;
	font-weight: bold;
}

.medium-header-w-link a {
	text-decoration: none;
}

.medium-header-w-link a:hover {
	color: #29B6F6;
}

.li-2x li {
	margin-bottom: 15px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* DIVIDER'S */

.divider-xxsmall {
	padding: 5px 0px;
}

.divider-xsmall {
	padding: 10px 0px;
}

.divider-small {
	padding: 20px 0px;
}

.divider-medium {
	padding: 25px 0px;
}

.divider-large {
	padding: 30px 0px;
}

/* BORDERS, PADDING'S, RADIUS, PANEL */

.border-blue {
	border: 1px solid #3498DB;
}

.border-gray {
	border: 1px solid #C9C9C9;
}

.border-light-gray {
	border: 1px solid #E6E6E6;
}

.block-padding {
	padding: 5px;
}

.panel {
	padding: 15px;
}

.panel h3 {
	margin-top: 0px;
}

.panel p {
	margin-top: 0px;
}

.panel p:last-child {
	margin-bottom: 0px;
}

.radius {
	border-radius: 5px;
}

.round {
	border-radius: 1000px;
}

.blue-border-hover:hover {
	border: 1px solid #3498DB !important;
}

/* GRID, .COLUMNS IS MANDATORY WITH .COL-* */

.columns {
	padding: 1em;
	width: 100%;
	min-height: 1px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.66667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333%;
}

.col-5 {
	width: 41.66667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333%;
}

.col-8 {
	width: 66.66667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

.padding-left-none {
	padding-left: 0px;
}

.padding-right-none {
	padding-right: 0px;
}

/* END GRID */

/* ALERTS  */

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

/* END ALERTS */

/* FORMS  */

.form-base textarea.inputtext {
	height: auto;
}

.form-base .inputtext,
textarea {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-base .inputtext:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-base textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-base .inputtext::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-base .inputtext:-ms-input-placeholder {
	color: #999;
}

.form-base .inputtext::-webkit-input-placeholder {
	color: #999;
}

.form-base .inputtext::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-base textarea.inputtextarea {
	height: auto;
}

.form-base textarea {
	overflow: auto;
}

.form-base .checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-base .radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-base .checkbox+.checkbox {
	margin-top: -5px;
}

.form-base .radio+.radio {
	margin-top: -5px;
}

.form-base .radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.form-base .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.form-base .checkbox input[type=checkbox] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.form-base .checkbox-inline input[type=checkbox] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.form-base .radio input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.form-base .radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.form-base .btn {
	border: 0px;
}

.form-group {
	margin-bottom: 15px;
}

.form-cart .btn {
	border: 0px;
}

.form-base .inputtext[disabled] {
	cursor: not-allowed;
}

.form-base .inputtext[disabled] {
	background-color: #eee;
	opacity: 1;
}

.form-base label {
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
	max-width: 100%;
	color: #58595B;
}

.partnership input[type="checkbox"] {
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.partnership input[type="checkbox"] label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.partnership input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	/*margin-left: -20px;*/
}

.partnership label {
	margin-left: 20px;
}

.partnership label.nomargin {
	margin-left: 0px;
}

.wave-element {
	/* display: block; */
	/* color: #fff; */
	/* background: #232323; */
	/* padding: 0 50px; */
	position: relative;
	overflow: hidden;
	/* font: 700 18px/46px 'Arial'; */
	border: none;
	outline: none;
	user-select: none;
	cursor: pointer;
	transition: background .25s;
	/* text-align: center; */
	/* For div elements to center the text */
	/* line-height: 46px; */
	/* For div elements to vertically center the text */
}

.wave-element:hover {
	/* background: #444; */
}

.wave {
	background: rgba(255, 255, 255, .4);
	border-radius: 50%;
	transform: scale(0);
	animation: wave .5s linear;
	pointer-events: none;
	position: absolute;
}

@keyframes wave {
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.callback-form button[disabled] {
	opacity: .6;
	cursor: default;
}

a.mintitle {
	padding-left: 10px;
}

/* END FORMS  */


.groupauto-outer {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 20px !important;
}

hr.hr-dashed-gradient {
	margin: 20px 0;
	padding: 0;
	height: 10px;
	border: none;
	box-sizing: border-box;
	background-position: 50%;
	color: orange;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='3px'%20height='3px'%20viewBox='0%200%203%203'%20fill='%23808080'%20fill-opacity='0.5'%3E%3Cpolygon%20points='0,0.5%200,1.5%201.5,3%202.5,3'%3E%3C/polygon%3E%3Cpolygon%20points='2.5,0%201.5,0%203,1.5%203,0.5'%3E%3C/polygon%3E%3C/svg%3E");
	background-size: 6px 6px;
}

.homepage-mb {
	margin-bottom: 10px;
}