.page-content-container {
	flex: 1;
	/* grow/shrink to fill space between header and footer */
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	/* always at least 100% of viewport */
}


.bottom-nav-mobile {
	display: none;
}

html[data-app="AirbikApp"] .hideinapp,
html.inApp .hideinapp {
	display: none !important;
}

@media (max-width: 767px) {
	nav.navbar {
		display: none !important;
	}

	.bottom-nav-mobile {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 55px;
		background-color: #e84c3d;
		z-index: 9999;
		justify-content: space-around;
		align-items: center;
	}

	.bottom-nav-mobile .nav-btn {
		flex: 1;
		text-align: center;
		background: #e84c3d;
		border: none;
		color: white;
		font-size: 11px;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 2px;
	}

	.bottom-nav-mobile .nav-btn i {
		font-size: 18px;
		color: white;
	}

	.bottom-nav-mobile .nav-btn.active {
		background: white;
		color: black;
		border: 1px solid #e84c3d;
	}

	.bottom-nav-mobile .nav-btn.active i {
		color: black;
	}
}


























.customFileUpload {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	/*Using a background color, but you can use a background image to represent a button*/
	background-color: #D8D8D8;
	padding: 15px;
}

.customFileUploaded {
	overflow: hidden;
	position: relative;
	/*Using a background color, but you can use a background image to represent a button*/
	background-color: #D8D8D8;
}

.customFileUploadInput {
	cursor: pointer;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	/*This makes the button huge so that it can be clicked on*/
	font-size: 50px;
}

.customFileUploadInputHidden {
	/*Opacity settings for all browsers*/
	opacity: 0;
	-moz-opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}


/*Dynamic styles*/
.customFileUpload:hover {
	background-color: #909090;
}

.customFileUpload:clicked {
	background-color: #A66;
}

.addItemImageSmall {
	height: 50px;
	width: 50px;
}


.btn-icon {
	min-width: 40px;
	min-height: 40px;
	margin: 5px 0px;
	padding: 0px;
}


.custom-grey-bg {
	background-color: #D8D8D8;
}

.custom-margin-top {
	margin: 5px 0px 0px -15px;
}


.custom-add-hour-table ul {
	margin: 0px !important;
}

.custom-add-hour-table ul li button {
	height: 40px !important;
	width: 40px !important;
	background: none repeat scroll 0% 0% #E84C3D;
	border: 1px solid #E84C3D;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 20px;
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
	padding: 0px;
	min-width: 0px;
	margin: 0px;
}

.custom-add-hour-table ul li button i {
	line-height: 40px !important;
}


.parallax-bg-3 {
	background: url("/resources/airbik/images/home_section1-78499d0ddc2eb3074c84c18527f2255e.jpg") 50% 0px no-repeat;
}

.fixed-image {
	height: auto;
}

.main-container .home-page-img {
	height: 200px;
	margin: 0 auto;
}

.header-top-dropdown .dropdown>a {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}

.header-top-dropdown .dropdown:last-child>a {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown>a {
	padding: 5px 5px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}


.header-top-dropdown .dropdown>span {
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid transparent;
}

.header-top-dropdown .dropdown:last-child>span {
	border-right-color: transparent;
}

.header-top-dropdown .dropdown>span {
	padding: 8px 10px;
	margin: 0;
	font-size: 12px;
	color: #999;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-transform: none;
}



.airbik-site-header {
	background: rgba(255, 255, 255, 0.97);
	border-bottom: 1px solid rgba(226, 220, 216, 0.88);
	box-shadow: 0 16px 34px rgba(26, 19, 15, 0.08);
	padding: 5px 0 6px;
}

.airbik-site-header .container {
	position: relative;
}

.airbik-header-shell {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.airbik-header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.airbik-header-brand {
	flex: 1 1 320px;
	min-width: 0;
}

.airbik-header-logo-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}

.airbik-header-logo-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 10px;
	border-radius: 14px;
	background: linear-gradient(135deg, #fff6f4, #fff);
	border: 1px solid rgba(232, 76, 61, 0.14);
	box-shadow: 0 14px 28px rgba(232, 76, 61, 0.12);
}

.airbik-header-logo-badge img {
	display: block;
	max-width: 106px;
	height: auto;
	filter: drop-shadow(0 6px 12px rgba(232, 76, 61, 0.18));
}

.airbik-header-brand-copy {
	display: flex;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

.airbik-header-brand-kicker {
	display: inline-flex;
	align-self: flex-start;
	padding: 3px 7px;
	border-radius: 999px;
	background: rgba(232, 76, 61, 0.1);
	color: #c84a3d;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.airbik-header-brand-slogan {
	color: #4f4b48;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.airbik-header-utility {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 500px;
	gap: 8px;
	flex-wrap: wrap;
}

.airbik-header-user-card {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 8px;
	min-width: 158px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(255, 247, 245, 0.98), rgba(255, 255, 255, 0.98));
	border: 1px solid rgba(232, 76, 61, 0.12);
	box-shadow: 0 12px 24px rgba(31, 21, 16, 0.08);
	text-decoration: none;
}

.airbik-header-user-card:hover,
.airbik-header-user-card:focus {
	text-decoration: none;
	border-color: rgba(232, 76, 61, 0.28);
	box-shadow: 0 14px 28px rgba(31, 21, 16, 0.12);
}

.airbik-header-user-card--guest {
	background: linear-gradient(135deg, rgba(250, 248, 246, 0.98), rgba(255, 255, 255, 0.98));
	border-color: rgba(112, 105, 100, 0.1);
}

.airbik-header-user-avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 9px;
	background: linear-gradient(135deg, #f05d4d, #db4637);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	flex: 0 0 auto;
	box-shadow: 0 10px 20px rgba(232, 76, 61, 0.24);
}

.airbik-header-user-card--guest .airbik-header-user-avatar {
	background: linear-gradient(135deg, #7c736d, #59524e);
	box-shadow: 0 10px 20px rgba(84, 76, 72, 0.2);
}

.airbik-header-user-copy {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.airbik-header-user-label {
	color: #8d857f;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.airbik-header-user-name {
	color: #3b3633;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.airbik-header-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.airbik-header-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 5px 8px;
	min-height: 28px;
	border-radius: 9px;
	border: 1px solid #ece5e0;
	background: #fff;
	color: #5d5651;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.02em;
	box-shadow: 0 8px 18px rgba(27, 19, 16, 0.06);
	text-decoration: none;
	transition: all 0.18s ease;
	cursor: pointer;
	line-height: 1;
	white-space: nowrap;
}

.airbik-header-action:hover,
.airbik-header-action:focus {
	color: #2f2a27;
	text-decoration: none;
	border-color: rgba(232, 76, 61, 0.26);
	background: #fff7f5;
	box-shadow: 0 10px 22px rgba(27, 19, 16, 0.1);
}

.airbik-header-action.is-active {
	background: linear-gradient(135deg, rgba(240, 93, 77, 0.12), rgba(255, 245, 243, 0.96));
	border-color: rgba(232, 76, 61, 0.28);
	color: #cf4738;
}

.airbik-header-action i {
	font-size: 11px;
}

.airbik-header-action-group {
	position: relative;
}

.airbik-header-action-group .airbik-header-action--menu {
	width: 100%;
}

.airbik-header-action-group.is-active .airbik-header-action--menu,
.airbik-header-action-group.open .airbik-header-action--menu {
	background: linear-gradient(135deg, rgba(240, 93, 77, 0.12), rgba(255, 245, 243, 0.96));
	border-color: rgba(232, 76, 61, 0.28);
	color: #cf4738;
}

.airbik-header-action--menu {
	position: relative;
	padding-right: 24px;
}

.airbik-header-action-group > .airbik-header-action--menu:before {
	content: none;
	display: none;
}

.airbik-header-action--menu:after {
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-48%);
	color: #9d918a;
	font-size: 9px;
}

.airbik-header-action-group.is-active .airbik-header-action--menu:after,
.airbik-header-action-group.open .airbik-header-action--menu:after {
	color: #cf4738;
}

button.airbik-header-action {
	appearance: none;
	-webkit-appearance: none;
	font-family: inherit;
}

.airbik-header-action--logout {
	background: linear-gradient(135deg, #f05d4d, #db4637);
	border-color: transparent;
	color: #fff;
	box-shadow: 0 12px 24px rgba(232, 76, 61, 0.24);
}

.airbik-header-action--logout:hover,
.airbik-header-action--logout:focus {
	color: #fff;
	background: linear-gradient(135deg, #ff6f60, #cf3f30);
}

.airbik-header-logout-form {
	display: none;
}

.airbik-header-alert {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 7px 10px;
	border-radius: 12px;
	background: linear-gradient(135deg, rgba(255, 244, 233, 0.98), rgba(255, 250, 247, 0.98));
	border: 1px solid rgba(240, 173, 78, 0.3);
	color: #6f5640;
}

.airbik-header-alert-copy {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
}

.airbik-header-alert-copy i {
	color: #d8831f;
	font-size: 12px;
}

.airbik-header-alert-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 5px 9px;
	border-radius: 999px;
	background: rgba(216, 131, 31, 0.12);
	color: #9e5f16;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
}

.airbik-header-alert-link:hover,
.airbik-header-alert-link:focus {
	color: #7f4c11;
	text-decoration: none;
	background: rgba(216, 131, 31, 0.18);
}

.airbik-header-action-dropdown {
	left: auto;
	right: 0;
	min-width: 200px;
	padding: 6px 0;
	margin-top: 6px;
	border-radius: 12px;
	border: 1px solid rgba(228, 221, 216, 0.92);
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 18px 36px rgba(31, 21, 16, 0.14);
}

.airbik-header-action-dropdown > li > a {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 8px 12px;
	color: #5a524d;
	font-size: 12px;
	font-weight: 600;
	border-bottom: 0;
}

.airbik-header-action-dropdown > li > a:hover,
.airbik-header-action-dropdown > li > a:focus {
	background: rgba(232, 76, 61, 0.08);
	color: #cf4738;
}

.airbik-header-action-dropdown > li > a i {
	color: #b65c53;
}

@media (max-width: 1199px) {
	.airbik-header-main {
		align-items: flex-start;
	}

	.airbik-header-utility {
		flex-basis: 450px;
	}

	.airbik-header-user-card {
		min-width: 150px;
	}
}

@media (max-width: 991px) {
	.airbik-site-header {
		padding-top: 7px;
	}

	.airbik-header-action-group {
		display: none;
	}

	.airbik-header-main {
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
	}

	.airbik-header-brand,
	.airbik-header-utility {
		flex: 0 1 auto;
		width: 100%;
	}

	.airbik-header-utility {
		justify-content: flex-start;
		gap: 6px;
	}

	.airbik-header-user-card {
		flex: 0 1 auto;
		min-width: 0;
	}

	.airbik-header-alert {
		flex-direction: column;
		align-items: flex-start;
		padding: 7px 9px;
	}
}

@media (max-width: 767px) {
	.airbik-site-header {
		padding: 4px 0 6px;
	}

	.airbik-header-shell {
		gap: 7px;
	}

	.airbik-header-main {
		position: relative;
		gap: 6px;
	}

	.airbik-header-brand {
		padding-right: 92px;
	}

	.airbik-header-logo-link {
		gap: 8px;
		flex-wrap: wrap;
	}

	.airbik-header-logo-badge {
		padding: 4px 8px;
		border-radius: 12px;
	}

	.airbik-header-logo-badge img {
		max-width: 96px;
	}

	.airbik-header-brand-slogan {
		font-size: 11px;
	}

	.airbik-header-utility,
	.airbik-header-actions {
		width: 100%;
	}

	.airbik-header-user-card {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		min-width: 0;
		max-width: 88px;
		padding: 4px 6px;
		gap: 6px;
		box-shadow: 0 8px 18px rgba(31, 21, 16, 0.1);
	}

	.airbik-header-user-avatar {
		width: 24px;
		height: 24px;
		font-size: 11px;
		border-radius: 8px;
	}

	.airbik-header-user-label {
		font-size: 6px;
		letter-spacing: 0.05em;
	}

	.airbik-header-user-name {
		font-size: 10px;
	}

	.airbik-header-actions {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 5px;
		margin-top: 2px;
	}

	.airbik-header-action,
	.airbik-header-action-group {
		flex: 0 0 auto;
		max-width: 100%;
	}

	.airbik-header-action {
		width: auto;
		min-height: 26px;
		padding: 4px 7px;
		font-size: 10px;
		border-radius: 8px;
	}

	.airbik-header-action i {
		font-size: 10px;
	}

	.airbik-header-action-group .airbik-header-action--menu {
		width: auto;
	}

	.airbik-header-action-dropdown {
		right: auto;
		left: 0;
		min-width: 190px;
	}
}

@media (max-width: 480px) {
	.airbik-header-logo-link {
		flex-direction: row;
		align-items: flex-start;
	}

	.airbik-header-brand {
		padding-right: 84px;
	}

	.airbik-header-brand-copy {
		gap: 3px;
	}

	.airbik-header-brand-kicker {
		font-size: 7px;
		letter-spacing: 0.08em;
	}

	.airbik-header-user-name {
		font-size: 9px;
	}

	.airbik-header-user-label {
		font-size: 7px;
	}

	.airbik-header-action {
		padding: 4px 6px;
		font-size: 9px;
	}
}

.search-page .pagination {
	margin: 0px;
}

.search-page .rating i {
	width: 14px;
}

.my-list-item .action-button {
	float: none;
}

.my-list-item .action-div {
	text-align: center;
}

.panel-heading a {
	padding: 7px 35px 7px 15px;
}



.main-container {
	padding: 5px 0px;
}

.right-align {
	text-align: right;
}

.left-align {
	text-align: left;
}

.sign-in .social-button {
	border-radius: 100%;
	display: inline-block;
	float: none;
}

.margin-top-sm {
	margin-top: 10px;
}


.has-error .form-control,
.has-error .form-control:focus {
	border-color: #a94442;
}

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.has-error .error {
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
	color: #a94442;
}

.customdropdown>a:before {
	content: "";
}

.customdropdown>a,
.customdropdown>a:hover {
	color: #e84c3d;
}

.customdropdown>a,
.customdropdown>a:hover {
	color: #e84c3d;
	background-color: #fafafa;
	border-right-color: #e3e3e3;
}


.airbikSearch {
	margin-bottom: 10px;
	box-shadow: none !important;
	border-color: #ACACAC !important;
}




.social-links li.facebook button:hover,
.colored.social-links li.facebook button {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff;
}

.social-links li.googleplus button:hover,
.colored.social-links li.googleplus button {
	background-color: #dd4b39;
	border-color: #dd4b39;
	color: #fff;
}



.button-with-text {
	background-color: #e84c3d;
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	/* center it if needed */
	display: inline-block;
}

.button-with-text:focus {
	outline: none;
}




/* Icon+Text Button: square, rounded corners, icon top + label bottom */
.icon-text-btn {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

	/* make it square: adjust size as you like */
	width: 50px !important;
	height: 30px !important;

	/* round the corners */
	border-radius: 4px;

	/* ensure icon/text are white over your red background */
	color: #fff;
	background-color: #e84c3d;
	border: none;

	/* remove extra padding—you’re sizing via width/height */
	padding: 0;
	margin: 0 0.25rem;
	/* little side gutter */

	/* cursor hint */
	cursor: pointer;
}

.icon-text-btn .btn-label {
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

/* hover state */
.icon-text-btn:hover {
	background-color: #cf4434;
	/* slightly darker red */
}



.action-button:hover,
.action-button:focus {
	background-color: #cf4130;
	/* slightly darker on hover/focus */
	text-decoration: none;
	/* still no underline */
}


/*Adding to care of mobile navigation bar covering footer menu in android phones*/
:root {
	--safe-bottom: env(safe-area-inset-bottom, 0px);
}

.footer,
.bottom-nav {
	padding-bottom: var(--safe-bottom);
}




/* Slide-out submenu styles */
/* Add border and slight rounding to the whole submenu */
.burger-submenu-popup {
	display: none;
	position: fixed;
	bottom: 55px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
	padding: 10px 0;
	text-align: center;
	border-top: 2px solid #e84c3d;
	/* Airbik brand color border */
	border-radius: 10px 10px 0 0;
	transition: all 0.3s ease-in-out;

}

/* Style individual submenu buttons */
.burger-submenu-btn {
	background: none;
	border: none;
	padding: 12px 20px;
	font-size: 15px;
	display: block;
	width: 100%;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #eee;
	transition: background 0.2s ease;
}

.burger-submenu-btn:last-child {
	border-bottom: none;
}

.burger-submenu-btn:hover {
	background: #f9f9f9;
}

.burger-submenu-btn i {
	margin-right: 10px;
	color: #e84c3d;
	/* Match icon with brand color */
}



/* iOS focus-zoom fix */
@media (max-width: 900px) {
  input, select, textarea, .form-control {
    font-size: 16px !important;
  }
}

@media (max-width: 900px) {
  .form-control {
    font-size: 16px !important;
    min-height: 44px; /* optional: keeps it looking “native” */
  }
}


footer#footer .airbik-site-footer__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

footer#footer .airbik-site-footer__brand,
footer#footer .airbik-site-footer__links,
footer#footer .airbik-site-footer__feedback {
	padding-top: 10px;
}

footer#footer .airbik-site-footer__brand {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

footer#footer .airbik-footer-mark {
	display: inline-flex;
	align-self: flex-start;
	padding: 12px 18px;
	border-radius: 22px;
	background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
	border: 1px solid rgba(255,255,255,0.08);
	box-shadow: 0 14px 34px rgba(0,0,0,0.18);
}

footer#footer .airbik-footer-logo {
	margin: 0;
}

footer#footer .airbik-footer-logo img {
	display: block;
	max-width: 190px;
	height: auto;
	filter: drop-shadow(0 6px 16px rgba(232, 76, 61, 0.18));
}

footer#footer .airbik-footer-copy {
	max-width: 420px;
}

footer#footer .airbik-footer-eyebrow {
	display: inline-block;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(232, 76, 61, 0.16);
	color: #ff9a8f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 12px;
}

footer#footer .airbik-footer-tagline {
	margin: 0;
	color: #b6b6b6;
	font-size: 16px;
	line-height: 1.65;
	max-width: 440px;
}

footer#footer .airbik-footer-company {
	padding: 16px 18px;
	border-radius: 18px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.06);
	max-width: 340px;
}

footer#footer .airbik-footer-company .title {
	margin: 0 0 12px;
}

footer#footer .airbik-footer-contact {
	margin: 0;
}

footer#footer .airbik-footer-contact li {
	display: flex;
	align-items: center;
	gap: 2px;
	padding: 6px 0;
	color: #a7a7a7;
}

footer#footer .airbik-footer-contact li i {
	color: #d0d0d0;
	width: 18px;
}

footer#footer .airbik-site-footer__links h2,
footer#footer .airbik-site-footer__feedback h2 {
	margin-bottom: 10px;
}

footer#footer .airbik-footer-links-intro,
footer#footer .airbik-footer-feedback-intro {
	color: #a4a4a4;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 18px;
}

footer#footer .airbik-footer-links-grid {
	margin-left: -8px;
	margin-right: -8px;
}

footer#footer .airbik-footer-links-grid > [class*="col-"] {
	padding-left: 8px;
	padding-right: 8px;
}

footer#footer .airbik-footer-links-group {
	padding: 14px 14px 12px;
	border-radius: 18px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.05);
	min-height: 100%;
}

footer#footer .airbik-footer-links-title {
	margin: 0 0 12px;
	color: #f1f1f1;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

footer#footer .airbik-footer-nav {
	margin-bottom: 0;
}

footer#footer .airbik-footer-nav > li + li {
	margin-top: 8px;
}

footer#footer .airbik-footer-nav > li > a {
	padding: 10px 14px;
	border-radius: 14px;
	border: 1px solid rgba(255,255,255,0.06);
	background: rgba(0,0,0,0.12);
	color: #b6b6b6;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
}

footer#footer .airbik-footer-nav > li > a:hover,
footer#footer .airbik-footer-nav > li > a:focus {
	color: #ffffff;
	background: rgba(232,76,61,0.14);
	border-color: rgba(232,76,61,0.3);
}

footer#footer .airbik-footer-nav > li > a:after {
	right: 14px;
	top: 9px;
}

footer#footer .airbik-site-footer__feedback {
	padding: 20px;
	border-radius: 22px;
	background: rgba(255,255,255,0.03);
	border: 1px solid rgba(255,255,255,0.06);
	box-shadow: 0 12px 30px rgba(0,0,0,0.16);
}

footer#footer .airbik-site-footer__feedback .form-group {
	margin-bottom: 14px;
}

footer#footer .airbik-site-footer__feedback .form-control {
	border-radius: 14px;
	border-color: #1f1f1f;
	background-color: rgba(0, 0, 0, 0.38);
}

footer#footer .airbik-site-footer__feedback textarea.form-control {
	min-height: 130px;
	resize: vertical;
}

footer#footer .airbik-site-footer__feedback .form-control-feedback {
	color: #8f8f8f;
}

footer#footer .airbik-footer-submit {
	min-width: 112px;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #f05d4d, #db4637);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	box-shadow: 0 12px 24px rgba(232, 76, 61, 0.22);
}

footer#footer .airbik-footer-submit:hover,
footer#footer .airbik-footer-submit:focus {
	background: linear-gradient(135deg, #ff6f60, #cf3f30);
	color: #fff;
}

footer#footer .footer-feedback-form-status {
	margin-top: 10px;
}

@media (max-width: 991px) {
	footer#footer .airbik-site-footer__brand,
	footer#footer .airbik-site-footer__links,
	footer#footer .airbik-site-footer__feedback {
		margin-bottom: 26px;
	}

	footer#footer .airbik-site-footer__feedback {
		margin-top: 8px;
	}
}

@media (max-width: 767px) {
	footer#footer .airbik-footer-mark {
		padding: 10px 14px;
	}

	footer#footer .airbik-footer-logo img {
		max-width: 165px;
	}

	footer#footer .airbik-footer-links-grid > [class*="col-"] + [class*="col-"] {
		margin-top: 16px;
	}

	footer#footer .airbik-site-footer__feedback {
		padding: 18px;
	}

	footer#footer .airbik-footer-submit {
		width: 100%;
	}
}
