/*
*
* Tabs
*/
.tabs-custom {
	text-align: left;
	color: #151515;
}
.tabs-custom .nav-tabs {
	font-size: 0;
	line-height: 0;
	word-spacing: 0;
	border: 0;
	justify-content: center;
}
.tabs-custom .nav-tabs:before, .tabs-custom .nav-tabs:after {
	display: none;
}
.tabs-custom .nav-item {
	float: none;
	margin: 0;
	border: 0;
	cursor: pointer;
	transition: .33s all ease;
}
.tabs-custom .nav-link {
	margin: 0;
	border-radius: 0;
	border: 0;
	color: #777777;
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.tabs-custom .nav-link.active {
	cursor: default;
}
.tabs-custom-1 {
	color: inherit;
}
.tab-content > .tab-pane {
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}
.tab-content > .active {
	visibility: visible;
	height: auto;
	overflow: visible;
}
* + .tabs-line {
	margin-top: 24px;
}
* + .tabs-line-big {
	margin-top: 18px;
}
* + .tabs-horizontal.tabs-corporate {
	margin-top: 25px;
}
h4 + .tabs-horizontal.tabs-corporate {
	margin-top: 40px;
}
h1 + .tabs-line {
	margin-top: 22px;
}
h3 + .tabs-custom {
	margin-top: 35px;
}
.row + .tabs-corporate {
	margin-top: 40px;
}
.tabs-line .nav-link {
	padding: 10px 10px 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	color: #777777;
	background: transparent;
	text-align: center;
	vertical-align: middle;
}
.tabs-line .nav-link-big {
	font-size: 24px;
}
.tabs-line * + .tab-content {
	margin-top: 20px;
}
@media (max-width: 767.98px) {
	.tabs-line .nav-tabs {
		margin-bottom: -10px;
	}
	.tabs-line .nav-item {
		margin-bottom: 10px;
	}
	.tabs-line .nav-link {
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #e1e1e1;
	}
	.tabs-line .nav-link:hover,
	.tabs-line .nav-link.active {
		color: #57a4e0;
	}
	.tabs-line .nav-link.active {
		border-color: #57a4e0;
	}
}

.tabs-corporate .nav-tabs {
	position: relative;
}
.tabs-corporate .nav-link {
	padding: 10px 10px 6px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	color: #777777;
	background: transparent;
	text-align: center;
	vertical-align: middle;
}
.tabs-corporate .nav-link:hover,
.tabs-corporate .nav-link.active {
	color: #57a4e0;
}
.tabs-corporate .nav-link:hover {
	border-color: transparent;
}
.tabs-corporate .tab-content {
	padding: 20px 0 0;
}
@media (max-width: 767.98px) {
	.tabs-corporate .nav-link {
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}
	.tabs-corporate .nav-link.active {
		border-color: #e1e1e1;
	}
}
@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .nav-tabs {
		position: relative;
		width: 100%;
		will-change: transform;
		justify-content: flex-start;
		border: 1px solid #e1e1e1;
	}
	.tabs-horizontal.tabs-corporate .nav-item {
		will-change: transform;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		position: relative;
		text-align: left;
		display: block;
		z-index: 1;
		padding: 32px 20px;
		border: none;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active,
	.tabs-horizontal.tabs-corporate .nav-link:hover {
		color: #57a4e0;
	}
	.tabs-horizontal.tabs-corporate .nav-link.active {
		border-color: #e1e1e1;
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		justify-content: space-between;
		border-bottom: 3px solid #3f4651;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 10px 0;
		background-color: transparent;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0;
		background: #57a4e0;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link-big {
		padding-bottom: 5px;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #57a4e0;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-horizontal.tabs-line-big * + .tab-content {
		margin-top: 26px;
	}
}
@media (min-width: 768px) {
	.tabs-horizontal.tabs-corporate .tab-content {
		padding: 40px 0 0;
	}
	.tabs-horizontal.tabs-corporate .nav-link {
		padding: 20px;
	}
}
@media (min-width: 992px) {
	.tabs-horizontal.tabs-corporate .nav-link {
		padding: 32px 50px;
		letter-spacing: .2em;
	}
	.tabs-horizontal.tabs-corporate .nav-item:first-child .nav-link {
		padding-left: 40px;
	}
	.tabs-horizontal.tabs-corporate .nav-item:last-child .nav-link {
		padding-right: 40px;
	}
}
@media (min-width: 1200px) {
	.tabs-horizontal.tabs-corporate .nav-link {
		padding-left: 60px;
		padding-right: 60px;
	}
}

/* Tabs Map */
.tabs-map .nav-tabs {
	position: relative;
	top: 90px;
	border-color: transparent;
	z-index: 10;
}
.tabs-map .nav-link.active,
.tabs-map .nav-link:hover {
	color: #ffffff;
	border-color: transparent;
	background-color: #0083ca;
}
.tabs-map .nav-item {
	margin: 0 1px;
}
.tabs-map .nav-link {
	padding: 20px 12px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .1em;
	color: #151515;
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	border-radius: 5px;
}
.tabs-map .nav-link:hover {
	border-color: transparent;
}
.tabs-map .tab-content {
	padding: 0;
}
@media (max-width: 767.98px) {
	.tabs-map .nav-link {
		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}
}
@media (min-width: 481px) {
	.tabs-map .nav-link {
		padding: 20px 25px;
	}
}
@media (min-width: 768px) {
	.tabs-horizontal.tabs-map .nav-tabs {
		position: relative;
		width: 100%;
		will-change: transform;
		justify-content: center;
	}
	.tabs-horizontal.tabs-map .nav-item {
		will-change: transform;
	}
	.tabs-horizontal.tabs-map .nav-link {
		position: relative;
		text-align: left;
		display: block;
		z-index: 1;
		padding: 32px 20px;
		border: none;
	}
	.tabs-horizontal.tabs-map .nav-link.active {
		border-color: #e1e1e1;
	}
	.tabs-horizontal.tabs-line .nav-tabs {
		justify-content: space-between;
		border-bottom: 3px solid #3f4651;
	}
	.tabs-horizontal.tabs-line .nav-item {
		display: inline-block;
	}
	.tabs-horizontal.tabs-line .nav-link {
		position: relative;
		padding: 0 0 10px 0;
		background-color: transparent;
		border: 0;
	}
	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0;
		background: #57a4e0;
		transition: .22s ease;
	}
	.tabs-horizontal.tabs-line .nav-link-big {
		padding-bottom: 5px;
	}
	.tabs-horizontal.tabs-line .nav-link.active,
	.tabs-horizontal.tabs-line .nav-link:hover {
		color: #57a4e0;
	}
	.tabs-horizontal.tabs-line .nav-link.active::after {
		width: 100%;
	}
	.tabs-horizontal.tabs-line * + .tab-content {
		margin-top: 30px;
	}
	.tabs-horizontal.tabs-line-big * + .tab-content {
		margin-top: 26px;
	}
}
@media (min-width: 768px) {
	.tabs-horizontal.tabs-map .tab-content {
		padding: 0;
	}
	.tabs-horizontal.tabs-map .nav-link {
		padding: 20px;
	}
}
@media (min-width: 992px) {
	.tabs-horizontal.tabs-map .nav-link {
		padding: 25px 50px;
		letter-spacing: .2em;
	}
}
@media (min-width: 1200px) {
	.tabs-horizontal.tabs-map .nav-link {
		padding-left: 60px;
		padding-right: 60px;
	}
}

.address-tab-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.address-wrap {
	position: absolute;
}
.address-content {
	max-width: 340px;
	padding: 25px 30px 30px;
	border-radius: 5px;
	background: #ffffff;
}
.address-city {
  font-size: 30px;
  line-height: 52px;
  font-weight: 500;
}
.address-item {
  margin-top: 20px;
}
.address-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.address-text {
  display: inline-block;
  margin-top: 10px;
  color: rgba(0, 0, 0, .75);
  line-height: 25px;
}
.address-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  color: rgba(0, 0, 0, .75);
  line-height: 25px;
  text-decoration: none;
}
.address-link:hover {
  color: #0083ca;
}
.map-wrap {
	width: 100%;
	height: 650px;
}
.map-iframe {
	width: 100%;
	height: 100%;
}


/* Tabs Vertical */
@media (min-width: 768px) {
	.tabs-vertical {
		display: flex;
		align-items: flex-start;
	}
	.tabs-vertical .nav-tabs {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		flex-shrink: 0;
		max-width: 50%;
	}
	.tabs-vertical .nav-item {
		border: 0;
		width: 100%;
		text-align: left;
	}
	.tabs-vertical .tab-content {
		flex-grow: 1;
	}
	.tabs-vertical.tabs-line .nav-tabs {
		width: auto;
		min-width: 167px;
		border: 0;
	}
	.tabs-vertical.tabs-line .nav-item {
		margin: 0;
	}
	.tabs-vertical.tabs-line .nav-link {
		position: relative;
		padding: 20px 0;
		border: 0;
		overflow: hidden;
		text-align: left;
	}
	.tabs-vertical.tabs-line .nav-link.active,
	.tabs-vertical.tabs-line .nav-link:hover {
		color: #57a4e0;
	}
	.tabs-vertical.tabs-line .nav-item + .nav-item {
		border-top: 1px solid #e1e1e1;
	}
	.tabs-vertical.tabs-line .tab-content {
		padding: 0 0 0 35px;
	}
	.tabs-vertical.tabs-line * + .tab-content {
		margin-top: 0;
	}
}

.tab-content-1 {
	color: #777777;
}

.tab-content-1 h4 + p {
	margin-top: 22px;
}

.tab-content-1 h5 + p {
	margin-top: 30px;
}

.tab-content-1 p + p {
	margin-top: 20px;
}

.tab-content-1 * + img {
	margin-top: 35px;
}

.tab-content-1 * + .button {
	margin-top: 30px;
}

@media (min-width: 1200px) {
	.tab-content-1 h5 {
		max-width: 88%;
	}
	.tab-content-1 p {
		max-width: 96%;
	}
	.tab-content-1 * + .button {
		margin-top: 45px;
	}
}

@media (min-width: 992px) {
	.tab-content-2 {
		display: flex;
		align-items: center;
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

.ie-10 .tab-content-2 .tab-content,
.ie-11 .tab-content-2 .tab-content,
.ie-edge .tab-content-2 .tab-content {
	width: 100%;
}

@media (max-width: 767.98px) {
	.tab-content-3 {
		position: static;
	}
	.tab-content-3 img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.tab-content-3 img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
	.tab-content-3::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.6);
		pointer-events: none;
		z-index: 1;
	}
}

.tab-content-4 {
	flex-grow: 1;
	padding-left: 15px;
	padding-right: 15px;
}

.tab-content-4 h4 + p {
	margin-top: 32px;
}

.tab-content-4 * + .button-wrap,
.tab-content-4 * + .button {
	margin-top: 35px;
}

@media (min-width: 576px) {
	.tab-content-4 .tab-pane {
		max-width: 350px;
	}
}

@media (min-width: 1600px) {
	.tab-content-4 {
		padding-left: 9%;
		padding-right: 30px;
	}
}

.nav-tabs-2 {
	padding-top: 10px;
	justify-content: center;
	border-top: 1px solid #a0a1a5;
}

@media (max-width: 991.98px) {
	.nav-tabs-2 {
		margin-bottom: -10px;
		margin-left: -20px;
	}
	.nav-tabs-2:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.nav-tabs-2 > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 20px;
	}
}

@media (min-width: 992px) {
	.nav-tabs-2 {
		display: block;
		padding-top: 0;
		border: none;
		background: transparent;
	}
}

.nav-item-2 {
	font-size: 14px;
	line-height: 1.72;
	font-weight: 700;
	letter-spacing: .1em;
	color: #151515;
}

.nav-item-2 a {
	display: block;
	padding-left: 20px;
	color: inherit;
	text-indent: -20px;
}

.nav-item-2 a::before {
	display: inline-block;
	content: '';
	width: 9px;
	height: 9px;
	margin-right: 11px;
	border-radius: 50%;
	background: #e1e1e1;
	transition: inherit;
}

.nav-item-2 a.active::before {
	background: #a0a1a5;
}

@media (min-width: 992px) {
	.nav-item-2 a {
		padding: 42px 20px 42px 60px;
		letter-spacing: .3em;
		text-transform: uppercase;
		border-width: 1px 1px 0 1px;
		border-style: solid;
		border-color: #ebebeb #ffffff #ebebeb #ffffff;
		background: #ffffff;
	}
	.nav-item-2:last-child a {
		border-bottom-width: 1px;
	}
}

@media (min-width: 1200px) {
	.nav-item-2 a {
		padding-left: 100px;
		padding-right: 42px;
		text-indent: -27px;
	}
	.nav-item-2 a::before {
		margin-right: 18px;
	}
}

@media (min-width: 992px) {
	.desktop .nav-item-2 a:hover {
		background: #f5f5f5;
		border-color: #ebebeb;
	}
	.desktop .nav-item-2 a:hover::before {
		background: #a0a1a5;
	}
}

.nav-tabs-2-title {
	padding: 10px 15px;
	flex-grow: 1;
	font-weight: 400;
	letter-spacing: 0.025em;
	text-transform: none;
}

@media (min-width: 992px) {
	.nav-tabs-2-title {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.nav-tabs-2-button {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	text-align: center;
	z-index: 1;
}

.nav-tabs-2-button::before {
	display: none;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 14px;
	width: 120%;
	background: #ffffff;
	transform: skew(-43deg);
	transform-origin: 50% 0;
	pointer-events: none;
	z-index: -1;
}

.nav-tabs-2-button .icon {
	display: none;
	width: 65px;
	height: 76px;
	font-size: 22px;
	line-height: 76px;
	color: #57a4e0;
	background: #f5f5f5;
	cursor: pointer;
}

@media (min-width: 992px) {
	.nav-tabs-2-button {
		margin-top: -76px;
	}
	.nav-tabs-2-button::before {
		display: inline-block;
	}
	.nav-tabs-2-button .icon {
		display: inline-block;
	}
	.nav-tabs-2-button .icon::before {
		display: inline-block;
		animation: arrowTransformY .7s linear infinite;
	}
}

@media (min-width: 1200px) {
	.nav-tabs-2-button {
		padding-left: 25px;
	}
	.nav-tabs-2-button .icon {
		width: 76px;
	}
}

.tabs-custom-3 {
	display: flex;
	flex-direction: column-reverse;
	text-align: center;
	color: inherit;
}

@media (min-width: 576px) {
	.tabs-custom-3 {
		flex-direction: row;
		text-align: left;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.tabs-custom-3 h4 {
		font-size: 26px;
	}
}

.nav-tabs-3 {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: #343c49;
	width: 100%;
}

.nav-tabs-3 > li + li {
	border-top: 1px solid #565c60;
}

@media (min-width: 576px) {
	.nav-tabs-3 {
		max-width: 250px;
	}
}

.nav-item-3 {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.nav-link-3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 15px;
	font-size: 16px;
	letter-spacing: .2em;
	text-transform: uppercase;
}

.nav-link-3, .nav-link-3:focus, .nav-link-3:active {
	color: #ffffff;
}

.nav-link-3:hover {
	color: #ffffff;
}

.nav-link-3::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 3px;
	background: transparent;
	transform: translate3d(-50%, 0, 0);
	transition: all .3s ease;
}

.nav-link-3:hover, .nav-link-3.active {
	background: #3f4959;
}

.nav-link-3.active::before {
	width: 77px;
	background: #57a4e0;
}

@media (min-width: 1200px) {
	.nav-tabs-3 {
		max-width: 374px;
	}
}

@media (min-width: 1600px) {
	.nav-link-3 {
		font-size: 16px;
	}
}

.nav-tabs-4 {
	margin-bottom: -20px;
	margin-left: -30px;
}

.nav-tabs-4:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.nav-tabs-4 > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}

.nav-link-4 {
	padding: 0;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #777777;
}

.nav-link-4.active {
	color: #57a4e0;
}

.tabs-post {
	padding: 30px 15px 30px 35px;
}

.tabs-post .nav-tabs {
	display: block;
}

.tabs-post .nav-item {
	position: relative;
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 0;
	cursor: default;
}

@media (min-width: 768px) {
	.tabs-post .nav-item {
		padding: 20px 2% 20px 10%;
		font-size: 15px;
	}
	.tabs-post .nav-item:first-child {
		padding-top: 0;
	}
	.tabs-post .nav-item:last-child {
		padding-bottom: 0;
	}
}

@media (min-width: 992px) {
	.tabs-post .nav-item {
		padding: 20px 8%;
	}
}

@media (min-width: 1200px) {
	.tabs-post .nav-item {
		padding: 30px 12%;
	}
}

.tabs-post .nav-item + .nav-item {
	border-top: 1px solid #ebebeb;
}

.tabs-post .nav-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	border: none;
	background: transparent;
	pointer-events: auto;
	z-index: 1;
}

.tabs-post .nav-link.active {
	background: transparent;
	pointer-events: none;
}

* + .nav-tabs {
	margin-top: 14px;
}

@media (min-width: 576px) {
	.tabs-post {
		padding: 50px;
	}
	* + .nav-tabs {
		margin-top: 28px;
	}
}

@media (max-width: 767.98px) {
	.tabs-post {
		position: relative;
		overflow: hidden;
	}
	.tabs-post .nav-link.active + .post-amy {
		opacity: 1;
	}
	.tabs-post-title {
		color: #ffffff;
	}
}

@media (min-width: 768px) {
	.tabs-post {
		padding: 0;
	}
	.tabs-post .nav-link {
		background: rgba(255, 255, 255, 0.5);
	}
	.tabs-post-title {
		padding-left: 10%;
	}
}

@media (min-width: 992px) {
	.tabs-post-title {
		padding-left: 8%;
	}
}

@media (min-width: 1200px) {
	.tabs-post-title {
		padding-left: 12%;
	}
	* + .nav-tabs {
		margin-top: 38px;
	}
}

/* History tabs */
.list-history-wrap {
	height: 72px;
}
.list-history {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: relative;
}
.list-history::before {
	position: absolute;
	content: '';
	top: 17px;
	right: 20px;
	height: 6px;
	width: 1000%;
	background: #57a4e0;
}
@media (min-width: 576px) {
	.list-history {
		padding-left: 20px;
		max-width: 95%;
	}
}
@media (min-width: 1200px) {
	.list-history {
		position: absolute;
		right: calc(50% + 80px);
		left: 0;
		padding-left: 30px;
		max-width: none;
	}
	.list-history::before {
		width: 100%;
	}
}
@media (min-width: 1400px) {
	.list-history {
		padding-left: 90px;
	}
}
@media (min-width: 1600px) {
	.list-history {
		right: calc(50% + 185px);
		padding-left: 120px;
	}
}
.list-history-item {
	position: relative;
	padding-top: 54px;
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: .05em;
}
.list-history-item a, .list-history-item a:focus, .list-history-item a:active {
	color: #151515;
}
.list-history-item a:hover {
	color: #57a4e0;
}
.list-history-item > .active .list-history-circle {
	width: 40px;
	height: 40px;
}
.list-history-item > .active .list-history-circle::before {
	width: 11px;
	height: 11px;
}
.list-history-circle {
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 50%;
	font-size: 0;
	line-height: 0;
	width: 28px;
	height: 28px;
	background: #ffffff;
	border: 5px solid #57a4e0;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: all .3s ease-in-out;
}
.list-history-circle::before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background: #57a4e0;
	border-radius: 50%;
	transform: translate3d(-50%, -50%, 0);
	transition: inherit;
}
* + .list-history-wrap {
	margin-top: 50px;
}

/*
*
* Accordion
*/
.card-group-custom {
	margin-bottom: 0;
}

.card-group-custom .card-header + .collapse > .card-body,
.card-group-custom .card-header + .collapse > .list-group {
	border-top: 0;
}

.card-group-custom .card + .card {
	margin-top: 0;
}

.card-group-custom.card-group-corporate .card + .card {
	margin-top: 15px;
}

.card-custom {
	display: block;
	margin: 0;
	background: inherit;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	text-align: left;
}
.card-custom a {
	display: block;
}
.card-custom .card-header {
	padding: 0;
	border-bottom: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card-custom .card-body {
	padding: 0;
	border: 0;
}
* + .card-group-custom {
	margin-top: 30px;
}
@media (min-width: 768px) {
	* + .card-group-custom {
		margin-top: 40px;
	}
}
.card-corporate {
	text-align: left;
}
.card-corporate .card-title {
	margin-bottom: 0;
}
.card-corporate .card-body {
	background: #ffffff;
}
.card-corporate .card-title a {
	position: relative;
	z-index: 1;
	padding: 17px 20px 15px 48px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: .1em;
	color: #2c343b;
	background: #f5f5f5;
	border-radius: 0 0 0 0;
	transition: .3s all ease;
}
.card-corporate .card-title a::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #a0a1a5;
	transition: all .3s ease;
}
.card-corporate .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}
.card-corporate .card-title a.collapsed {
	border-radius: 0;
}
.card-corporate .card-title a.collapsed::before {
	width: 0;
}
.card-corporate .card-title a.collapsed .card-arrow {
	border-radius: 0 0 0 0;
}
.card-corporate .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}
.card-corporate .card-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 44px;
	background: transparent;
	border-radius: 0 0 0 0;
	transition: .33s all ease;
}
.card-corporate .card-arrow::before, .card-corporate .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translate3d(50%, -50%, 0);
	background: #151515;
}
.card-corporate .card-arrow::before {
	width: 14px;
	height: 2px;
	right: 50%;
}
.card-corporate .card-arrow::after {
	width: 2px;
	height: 14px;
	right: 50%;
}
.card-corporate .collapse {
	position: relative;
	border-radius: 0 0 0 0;
	z-index: 1;
}
.card-corporate .card-body {
	padding: 20px 10px 4px;
}
@media (min-width: 576px) {
	.card-corporate .card-title a {
		font-size: 16px;
	}
}
.card-corporate-2 .card-title a {
	background: #ffffff;
}
.card-corporate-2 .card-title a::before {
	background: #57a4e0;
}
.card-corporate-2 .card-body {
	background: transparent;
}
.context-dark .card-corporate, .bg-gray-dark .card-corporate, .bg-primary .card-corporate {
	color: rgba(255, 255, 255, 0.3);
}
.context-dark .card-corporate .card-title a, .bg-gray-dark .card-corporate .card-title a, .bg-primary .card-corporate .card-title a {
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
}
.context-dark .card-corporate .card-body, .bg-gray-dark .card-corporate .card-body, .bg-primary .card-corporate .card-body {
	background: transparent;
}
.context-dark .card-corporate .card-arrow::before, .bg-gray-dark .card-corporate .card-arrow::before, .bg-primary .card-corporate .card-arrow::before, .context-dark .card-corporate .card-arrow::after, .bg-gray-dark .card-corporate .card-arrow::after, .bg-primary .card-corporate .card-arrow::after {
	background: #ffffff;
}

.card-classic {
	text-align: left;
	font-size: 15px;
	color: #151515;
}
.card-classic .card-title {
	margin-bottom: 0;
	border-bottom: 1px solid #e1e1e1;
}
.card-classic .card-header,
.card-classic .card-title a,
.card-classic .card-body {
	background: transparent;
}
.card-classic .card-title a {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	padding: 15px 32px 15px 0;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	letter-spacing: .025em;
	color: #2c343b;
	border-radius: 0;
	transition: all .3s ease;
}
.card-classic .card-title a:hover {
	color: #57a4e0;
}
.card-classic .card-title a > span + span {
	margin-left: 15px;
}
.card-classic .card-title a .card-arrow:after {
	opacity: 0;
	visibility: hidden;
}
.card-classic .card-title a.collapsed {
	border-radius: 0;
}
.card-classic .card-title a.collapsed .card-arrow {
	border-radius: 0;
}
.card-classic .card-title a.collapsed .card-arrow:after {
	opacity: 1;
	visibility: visible;
}
.card-classic .card-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 26px;
	background: transparent;
	border-radius: 0;
	transition: .33s all ease;
}
.card-classic .card-arrow::before, .card-classic .card-arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 4;
	transform: translate3d(50%, -50%, 0);
	background: #151515;
}
.card-classic .card-arrow::before {
	width: 16px;
	height: 2px;
	right: 50%;
}
.card-classic .card-arrow::after {
	width: 2px;
	height: 16px;
	right: 50%;
}
.card-classic .collapse {
	position: relative;
	z-index: 1;
	border-radius: 0;
}
.card-classic .card-body {
	padding: 20px 4px 30px;
	border-bottom: 1px solid #0083ca;
}
.card-classic .icon {
	text-align: left;
	min-width: 30px;
	font-size: 26px;
	color: #57a4e0;
}
@media (min-width: 576px) {
	.card-classic .card-title a {
		padding-top: 23px;
		padding-bottom: 23px;
		font-size: 18px;
	}
}
@media (min-width: 992px) {
	.card-classic {
		font-size: 16px;
	}
	.card-classic .card-title a {
		font-size: 24px;
	}
	.card-classic .icon {
		min-width: 50px;
		font-size: 36px;
	}
}

.card-classic-2 .card-title a {
	display: block;
	padding-left: 24px;
	letter-spacing: .075em;
}
.card-classic-2 .card-title a::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0083ca;
	transform: translate3d(0, -50%, 0);
}
.card-classic-2 .card-title a.collapsed::before {
	background: #a0a1a5;
}
@media (min-width: 576px) {
	.card-classic-2 .card-title a {
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 18px;
	}
}
@media (min-width: 768px) {
	.card-group-classic {
		margin-top: -18px;
	}
}
* + .card-group-classic {
	margin-top: 4px;
}