.wpbs-container {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1170px;
}

div.wpcf7 .ajax-loader {
	opacity: 0;
	position: absolute;
}

.vc_tta-container .vc_tta-tabs-container {
	width: 300px;
	margin-left: 10px;
	overflow: visible !important;
}

/*
.vc_tta-container .vc_tta-tabs-container .vc_tta-tabs-list {
	overflow: visible !important;
}
*/

.vc_tta-container .vc_tta-tabs-container:before {
	content: '';
	position: absolute;
	width: 1px;
	height: calc(100% - 70px);
	left: calc(100% + 50px);
	top: 35px;
	background: linear-gradient(transparent 50%, #83929f 50%);
	background-size: 2px 8px;
}

.vc_tta-container .vc_tta-panels-container {
	width: calc(100% - 410px);
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin: 0;
	position: relative;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab .tour-point {
	position: absolute;
	display: block;
	width: 100px;
	left: 100%;
	text-align: center;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child .tour-point {
	padding-bottom: 10px;
	top: calc((100% + 10px) / 2);
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child .tour-point:before {
	position: absolute;
	width: 7px;
	height: 7px;
	content: "";
	left: calc(47px);
	bottom: 0;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #83929f;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab > a,
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active > a {
	display: flex;
	align-items: center;
	padding: 5px 20px 5px 40px;
	min-height: 70px;
	background-color: #415262;
	border: none;
	border-bottom: 1px solid #54697E;
	border-radius: 0;
	color: #fff;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active > a,
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab:not(.vc_active) > a:hover {
	background-color: #65839B;
}

.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab.vc_active > a:before {
	transform: rotate(45deg) !important;
}

.vc_tta-container .vc_tta-panels-container > .vc_tta-panels  .vc_tta-panel-body p {
	margin-top: 0;
    margin-bottom: 10px;
}

/* temporary rule start // 06.11.2019 */
.vc_tta-container .vc_tta-tabs-container:before,
.wpb-js-composer .vc_tta-container .vc_tta.vc_tta-spacing-1 .vc_tta-tab .tour-point {
	display: none;
}

.rtl.wpb-js-composer .vc_tta.vc_tta-controls-align-left .vc_tta-tabs-container {
	text-align: right;
}

@media screen and (max-width: 991px) {
	.single .header-container,
	.page-template-default .header-container {
		padding: 0 40px !important;
	}
	.single .header-label,
	.page-template-default .header-label {
		left: 10px;
	}
	.admin-bar.single .traffic-section,
	.admin-bar.page-template-default .traffic-section {
		top: 35px;
	}
	.single .traffic-section,
	.page-template-default .traffic-section {
		top: -15px;
	}
	.admin-bar.single .header-burger,
	.admin-bar.page-template-default .header-burger {
		top: 30px;
	}
	.single .header-burger,
	.page-template-default .header-burger {
		top: -20px;
	}
	.post-custom-info {
		display: flex;
	}
	.post-custom-empty {
		display: none;
	}
	.post-custom-img {
		margin-top: -20px;
		width: 60% !important;
	}
	.post-custom-img .wpb_wrapper {
		display: flex;
		flex-direction: column-reverse;
	}
	.post-custom-img .wpb_wrapper h2 {
		order: 5;
		color: #fff;
	}
	.post-custom-img .wpb_wrapper h3 {
		color: #fff;
		margin-bottom: 44px !important;
	}
	.post-custom-contact {
		margin-top: -40px;
	}
	.post-custom-contact .wpb_wrapper {
		padding: 20px 40px;
		background: #242666;
		border-radius: 10px;
		color: #fff;
	}
	.post-custom-contact .contact-us-icon-block {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
		padding: 0;
	}
	.post-custom-contact .contact-us-icon-block:last-child {
		margin: 0;
	}
	.post-custom-contact .contact-us-icon-block .contact-us-icon-icon {
		display: none;
	}
	.post-custom-contact .contact-us-icon-block .contact-us-icon-title {
		padding: 0;
		border: none;
	}
	.post-custom-contact .contact-us-icon-block .contact-us-icon-info {
		padding: 0;
		font-weight: 700;
	}
	.post-custom-contact .contact-us-icon-block .contact-us-icon-info a {
		word-break: break-all;
	}
	.post-custom-title .heading-title-block h1 {
		background: none !important;
		color: #fff;
		box-shadow: none;
		font-weight: 700;
		display: block;
		text-align: right;
		position: absolute;
		top: -170px;
	}
	.post-custom-acc strong {
		font-weight: 700;
		color: #242666;
		font-size: 18px;
	}
}


/* temporary rule end // 06.11.2019 */

@media screen and (max-width: 767px) {
	.vc_tta-container .vc_tta-panels-container > .vc_tta-panels {
		padding: 15px 0;
	}
	.post-custom-title .heading-title-block h1 {
		font-size: 32px;
		padding: 0 16px;
	}
	.vc_tta-container .vc_tta-panels-container > .vc_tta-panels .vc_tta-panel-body {
		border-right: none !important;
		padding: 10px 15px !important;
		background-color: transparent !important;
	}

	.vc_tta-container .vc_tta-panels-container .vc_tta-panel-heading {
		border: none !important;
		margin: 0 !important;
	}

	.vc_tta-container .vc_tta-panels-container .vc_tta-panel-title {
		border: none !important;
		padding: 0 !important;
		border-radius: 0 !important;
	}

	.vc_tta-container .vc_tta-panels-container .vc_tta-panel-title > a {
		padding: 15px 20px 15px 40px !important;
		background-color: #415262 !important;
		border-bottom: 1px solid #54697E !important;
		border-radius: 0 !important;
		color: #fff !important;
	}

	.vc_tta-container .vc_tta-panels-container .vc_active .vc_tta-panel-title > a:before {
		transform: rotate(135deg) !important;
	}

	.post-custom-contact {
		width: 40% !important;
	}
	.post-custom-contact .wpb_wrapper {
		padding: 16px 20px;
	}
	.post-custom-img .wpb_wrapper h2 {
		font-size: 18px !important;
		padding-right: 16px;
	}
	.post-custom-img .wpb_wrapper h3 {
		font-size: 24px !important;
		padding-right: 16px;
	}
}

@media screen and (max-width: 576px) {
	.single .header-label,
	.page-template-default .header-label {
		left: 8px;
	}
	.single .header-container,
	.page-template-default .header-container {
		padding: 0 20px 0 40px !important;
	}
	.post-custom-info {
		flex-direction: column-reverse;
	}
	.post-custom-img {
		width: 100% !important;
	}
	.post-custom-contact {
		width: 100% !important;
		margin-top: 0;
	}
}
