/*
Theme name: Bulmed Website Theme
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

p {}

.audio-box-popup {
	margin-top: 30px;
}

.audio-box-popup .video-holder {
	padding-bottom: 0 !important;
}

.slider-product-image .slider__slide-image img,
.slider-product-thumbs .slider__slide-image img {
	height: 100%;
}

@media (max-width:750px) {

	.popup__table,
	.popup__video {
		padding-top: 30px !important
	}

	.section-fullbaner img.section__image-mobile {
		display: block;
	}

	.section-fullbaner img.section__image-desktop {
		display: none;
	}
}

@media (min-width:750px) {

	.popup-inmode,
	.popup-addon {
		flex-wrap: wrap;
	}

	.popup-inmode .popup__image {
		width: 260px;
	}

	/* .popup-addon .popup__image {
		width: 520px;
	} */

	.popup-addon .popup__image {
		width: 50%;
	}

	.popup-inmode .pop-middle {
		width: calc(100% - 260px);
	}

	/* .popup-addon .pop-middle {
		width: calc(100% - 520px);
	} */

	.popup-addon .pop-middle {
		width: calc(100% - 50%);
	}

	.popup-inmode .popup__content:last-of-type,
	.popup-addon .popup__content:last-of-type {
		overflow-x: auto;
	}

	.popup-addon .popup__content:last-of-type {
		width: auto;
	}

	.popup-inmode .dataTables_wrapper td,
	.popup-inmode .dataTables_wrapper th,
	.popup-inmode .table.table td,
	.popup-inmode .table.table th,
	.popup-addon .dataTables_wrapper td,
	.popup-addon .dataTables_wrapper th,
	.popup-addon .table.table td,
	.popup-addon .table.table th {
		min-width: 300px;
		max-width: 300px;
	}

	.section-fullbaner img.section__image-mobile {
		display: none;
	}

	.section-fullbaner img.section__image-desktop {
		display: block;
	}

}

@media (min-width: 765px) {

	.popup-inmode .dataTables_wrapper td,
	.popup-inmode .dataTables_wrapper th,
	.popup-inmode .table.table td,
	.popup-inmode .table.table th,
	.popup-addon .dataTables_wrapper td,
	.popup-addon .dataTables_wrapper th,
	.popup-addon .table.table td,
	.popup-addon .table.table th {
		min-width: 212px !important;
		max-width: 212px !important;
	}

	.popup__table {
		width: auto !important;
		padding-left: 0 !important;
	}

	.popup__video {
		width: 100% !important;
		flex: 1 !important;
		padding-top: 20px !important;
	}
}

@media (min-width: 992px) {
	.audio-box-wrapper {
		display: flex;
	}

	.audio-box-popup {
		margin-top: 0px;
		margin-left: 10px;
	}

	.popup-addon .popup__image {
		width: 520px;
	}

	.popup-addon .pop-middle {
		width: calc(100% - 520px);
	}


}

@media (max-width:768px) {
	.section-technology .section__addon img.section__image-mobile {
		display: block;
	}
}

@media (min-width: 768px) {
	.section-technology .section__addon img.section__image-mobile {
		display: none;
	}
}

@media (max-width: 768px) {
	.section-wide .section__col:nth-of-type(2n-1):before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: hsla(315, 8%, 90%, .5);
		z-index: -1;
	}
}

@media (min-width:769px) {

	.section-wide .section__col:nth-of-type(4n):before,
	.section-wide .section__col:nth-of-type(5n):before,
	.section-wide .section__col:nth-of-type(1):before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0 !important;
		background: hsla(315, 8%, 90%, .5);
		z-index: -1;
	}
}

/* Careers, Trainings */
.section-next *:not(i),
.section-career *:not(i),
.section-careers-wrapper *:not(i),
.section-trainings-wrapper *:not(i),
.section-advantages-icons *:not(i) {
	font-family: "Axiforma";
}

.section-testimonials,
.section-advantages-icons,
.section-career,
.section-careers,
.section-trainings,
.section-next {
	position: relative;
	padding: 105px 0 100px;
	/* overflow: hidden; */
	/* margin-bottom: 100px */
}

@media (max-width:1023px) {

	.section-next,
	.section-career,
	.section-careers,
	.section-trainings {
		padding: 50px 0 60px;
		margin-bottom: 60px
	}
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {

	.section-next,
	.section-career,
	.section-careers,
	.section-trainings {
		padding: 30px 0 50px
	}
}

.section-next:first-child:before,
.section-career:first-child:before,
.section-careers:first-child:before,
.section-trainings:first-child:before {
	top: -106px
}

@media (max-width:1199px) {

	.section-next:first-child:before,
	.section-career:first-child:before,
	.section-careers:first-child:before,
	.section-trainings:first-child:before {
		top: -74px
	}
}

.section-testimonials:before,
.section-career:before,
.section-careers:before,
.section-trainings:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	border: 10px solid #6a365e;
	pointer-events: none;
	border-left-width: 0
}

.section-next:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: calc(100% - 10px);
	width: 50%;
	border: 10px solid #6a365e;
	pointer-events: none;
	border-left-width: 0;
	right: auto;
	left: 0;
	border-right-width: 0;
	border-left-width: 10px
}

@media (max-width:1023px) {


	.section-career:before,
	.section-careers:before,
	.section-trainings:before,
	.section-testimonials:before {
		border-width: 4px;
		border-left-width: 0
	}

	.section-next:before {
		border-width: 4px;
		border-right-width: 0;
		border-left-width: 4px
	}
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {

	.section-career:before,
	.section-careers:before,
	.section-trainings:before {
		bottom: 0
	}
}

.section-career .shell,
.section-next .shell,
.section-careers .shell,
.section-trainings .shell {
	position: static;
}

.section-careers .shell {
	max-width: 1540px;
}

.section-advantages-icons .shell {
	max-width: 1245px;
}

.section-next .shell {
	max-width: 1780px;
}

.section-career .shell:before,
.section-careers .shell:before,
.section-trainings .shell:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../bulmed-website/resources/images/bg-carrears.png) no-repeat center/cover;
	/* padding-bottom: 43%; */
	opacity: 1;
	z-index: -1;
	height: 100%;
	pointer-events: none
}

.section-careers h1,
.section-career h1,
.section-trainings h1,
.section-career .section-wide .section__title h3,
.section-career h2,
.section-wide .section__title .section-career h3,
.section-careers .section-wide .section__title h3,
.section-trainings .section-wide .section-title h3,
.section-careers h2,
.section-trainings h2,
.section-wide .section__title .section-careers h3,
.section-trainers .section-title *,
.section-advantages-icons .section-title,
.section-testimonials .section-title,
.section-next .section-title {
	text-transform: uppercase
}

.section-career .section-wide .section__title h3:last-child,
.section-career h2:last-child,
.section-wide .section__title .section-career h3:last-child,
.section-careers .section-wide .section__title h3:last-child,
.section-careers h2:last-child,
.section-trainings h2:last-child,
.section-wide .section__title .section-careers h3:last-child {
	margin-bottom: 0
}

@media (min-width:1399.02px) {

	.section-career h1,
	.section-careers h1,
	.section-trainings h1,
	.section-career .section-wide .section__title h3,
	.section-career h2,
	.section-wide .section__title .section-career h3,
	.section-careers .section-wide .section__title h3,
	.section-careers h2,
	.section-wide .section__title .section-careers h3,
	.section-trainings .section-wide .section__title h3,
	.section-trainings h2,
	.section-wide .section__title .section-trainings h3 {
		font-size: 55px;
		margin-bottom: 40px
	}

	.section-trainings .shell {
		max-width: 1510px;
		padding-left: 40px;
	}

	.section-trainings .shell {
		position: static;
		padding-right: 0;
	}
}

.section-next .section__tag,
.section-trainings-wrapper .section__tag,
.section-careers-wrapper .section__tag,
.app_machine-template-machine-mesoestetic .section__tag,
.meso-steps .section__tag,
.related-section .section__tag{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: absolute;
	top: 50%;
	left: 0;
	text-align: center;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: translateY(-50%) rotate(180deg) scale(0);
	-ms-transform: translateY(-50%) rotate(180deg) scale(0);
	transform: translateY(-50%) rotate(180deg) scale(0);
	-webkit-transition: -webkit-transform .6s;
	transition: -webkit-transform .6s;
	-o-transition: transform .6s;
	transition: transform .6s;
	transition: transform .6s, -webkit-transform .6s;
	-webkit-text-orientation: mixed;
	text-orientation: mixed;
	left: 30px
}

@media (max-width:1199px) {

	.next__wrapper .section__tag,
	.section-trainings-wrapper .section__tag,
	.section-careers-wrapper .section__tag,
	.app_machine-template-machine-mesoestetic .section__tag,
	.meso-steps .section__tag,
	.related-section .section__tag {
		display: none
	}
}

.next__wrapper .section__tag.is-visible,
.section-trainings-wrapper .section__tag.is-visible,
.section-careers-wrapper .section__tag.is-visible,
.app_machine-template-machine-mesoestetic .section__tag.is-visible,
.meso-steps .section__tag.is-visible,
.related-section .section__tag.is-visible {
	-webkit-transform: translateY(-50%) rotate(180deg) scale(1);
	-ms-transform: translateY(-50%) rotate(180deg) scale(1);
	transform: translateY(-50%) rotate(180deg) scale(1)
}

.next__wrapper .section__tag:before,
.section-trainings-wrapper .section__tag:before,
.section-careers-wrapper .section__tag:before,
.app_machine-template-machine-mesoestetic .section__tag:before,
.meso-steps .section__tag:before,
.related-section .section__tag:before {
	width: 14px;
	height: 14px;
	margin-left: -10px
}

.next__wrapper .section__tag:after,
.section-trainings-wrapper .section__tag:after,
.section-trainings-wrapper .section__tag:before,
.section-careers-wrapper .section__tag:after,
.section-careers-wrapper .section__tag:before,
.app_machine-template-machine-mesoestetic .section__tag:before,
.meso-steps .section__tag:before,
.related-section .section__tag:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 50%;
	background: #6a365e
}

.next__wrapper .section__tag:after,
.section-trainings-wrapper .section__tag:after,
.section-careers-wrapper .section__tag:after,
.app_machine-template-machine-mesoestetic .section__tag:after,
.meso-steps .section__tag:after,
.related-section .section__tag:after {
	width: 2px;
	height: 72px;
	margin-left: -4px
}

@media (max-width:1599px) {

	.next__wrapper .section__tag:after,
	.section-trainings-wrapper .section__tag:after,
	.section-careers-wrapper .section__tag:after,
	.app_machine-template-machine-mesoestetic .section__tag:after,
	.meso-steps .section__tag:after,
	.related-section .section__tag:after {
		height: 50px
	}
}

.next__wrapper .section__tag strong,
.section-trainings-wrapper .section__tag strong,
.section-careers-wrapper .section__tag strong,
.app_machine-template-machine-mesoestetic .section__tag strong,
.meso-steps .section__tag strong,
.related-section .section__tag strong {
	font-size: 20px;
	line-height: 1;
	display: block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	min-height: 95px;
	padding: 0 35px 85px
}

@media (max-width:1599px) {

	.next__wrapper .section__tag strong,
	.section-trainings-wrapper .section__tag strong,
	.section-careers-wrapper .section__tag strong,
	.app_machine-template-machine-mesoestetic .section__tag strong,
	.meso-steps .section__tag strong,
	.related-section .section__tag strong {
		font-size: 16px;
		padding: 0 20px 60px
	}
}

.next__wrapper .section__tag strong:before,
.section-trainings-wrapper .section__tag strong:before,
.section-careers-wrapper .section__tag strong:before,
.app_machine-template-machine-mesoestetic .section__tag strong:before,
.meso-steps .section__tag strong:before,
.related-section .section__tag strong:before {
	content: attr(data-text);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 10px;
	font-size: 110px;
	opacity: .05;
	white-space: nowrap;
	text-transform: lowercase
}

@media (max-width:1599px) {

	.next__wrapper .section__tag strong:before,
	.section-trainings-wrapper .section__tag strong:before,
	.section-careers-wrapper .section__tag strong:before,
	.app_machine-template-machine-mesoestetic .section__tag strong:before,
	.meso-steps .section__tag strong:before,
	.related-section .section__tag strong:before {
		font-size: 50px;
		margin-left: 5px
	}

	.next__wrapper .section__tag,
	.section-trainings-wrapper .section__tag,
	.section-careers-wrapper .section__tag,
	.app_machine-template-machine-mesoestetic .section__tag,
	.meso-steps .section__tag,
	.related-section .section__tag {
		left: 0
	}

	.section-trainings .section__inner {
		justify-content: space-around !important;
	}
}

.section-trainings .section__inner,
.section-career .section__inner,
.section-careers .section__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}

.section-trainings .section__inner {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.section-career .section__inner {
	justify-content: space-around;
}

.section-trainings .section__inner,
.section-careers .section__inner {
	justify-content: space-between;
}

.section-career .section__entry,
.section-careers .section__entry,
.section-trainings .section__entry {
	padding-top: 60px;
	margin-bottom: 40px
}

.section-career .section__entry:last-child,
.section-careers .section__entry:last-child,
.section-trainings .section__entry:last-child {
	margin-bottom: 0
}

@media (max-width:767px),
screen and (max-width:812px) and (orientation:landscape) {

	.section-career .section__entry,
	.section-careers .section__entry,
	.section-trainings .section__entry {
		padding-top: 0
	}
}

.section-career .section__image {
	width: 100%;
	min-height: 400px;
	max-width: 400px;
	padding: 10px;
}

.section-trainings .section__image {
	width: 100%;
	min-height: 250px;
	max-height: 250px;
}

.section-career .video-holder {
	padding-bottom: 100%;
}

.video__wrapper,
.trainers__wrapper {
	width: 100%;
	position: relative;
}

.video__wrapper-left ul,
.video__wrapper-right ul,
.trainers__wrapper-left ul,
.trainers__wrapper-right ul {
	display: flex;
	list-style: none;
	gap: 10px;
}

.video__wrapper-left,
.trainers__wrapper-left {
	margin-bottom: 10px;
	margin-left: 20px;
}

.video__wrapper-right,
.trainers__wrapper-right {
	margin-right: 20px;
}

.video__wrapper-left ul li,
.video__wrapper-right ul li,
.trainers__wrapper-left ul li,
.trainers__wrapper-left ul li {
	min-width: calc(33% - 12px)
}

.section-careers .video-holder {
	min-height: 160px;
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
	.video-holder a:after {
		width: 60px;
		height: 60px;
	}
}

@media (min-width: 768px) {
	.video__wrapper {
		width: 54%;
	}

	.trainers__wrapper-left,
	.video__wrapper-left {
		margin-bottom: 40px
	}

	.trainers__wrapper-left ul,
	.trainers__wrapper-right ul {
		gap: 26px;
	}

	.video__wrapper-left ul,
	.video__wrapper-right ul {
		gap: 40px;
	}

	.section-careers .video-holder {
		min-height: 260px;
	}

	.trainers__wrapper-left ul li,
	.trainers__wrapper-right ul li {
		min-width: auto;
		width: calc(33% - 26px - 2%);
	}

	.video__wrapper-left ul li,
	.video__wrapper-right ul li {
		min-width: 33%
	}

	.section-trainings .section__image {
		width: 100%;
		min-height: 479px;
		max-height: 479px;
		max-width: 780px;
	}

}

@media (min-width: 1200px) {

	.section-trainings .section__image,
	.section-career .section__image {
		width: 50%;
	}

	.trainers__wrapper-left,
	.video__wrapper-left {
		margin-left: 50px;
	}

	.trainers__wrapper-right,
	.video__wrapper-right {
		margin-right: 50px;
	}

	.section-trainings .section__image {
		min-width: 780px;
	}


	.section-trainings .section__inner,
	.section-career .section__inner,
	.section-careers .section__inner {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media (min-width:1200px) and (max-width: 1599px) {

	.section-trainings .section__image {
		min-width: 350px;
		width: 40%;
	}
}

/* Icon-Links Section*/
.section-careers-wrapper .section__icons {
	padding-top: 50px;
}

.section-careers-icons {
	position: relative;
}

.section-careers-wrapper .section__icons:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	height: calc(100% - 10px);
	width: 50%;
	border: 10px solid #6a365e;
	pointer-events: none;
	border-left-width: 0;
	right: auto;
	left: 0;
	border-right-width: 0;
	border-left-width: 10px;
}

.section-next .section-title,
.section-testimonials .section-title,
.section-advantages-icons .section-title,
.section-advantages-icons .section-subtitle,
.section-careers-wrapper .section-subtitle,
.section-careers-wrapper .section-title {
	width: 100%;
	text-align: center;
}

.section-careers-wrapper .section-title {
	color: #6a365e;
	margin-bottom: 25px;
}

.section-next .section-title,
.section-testimonials .section-title,
.section-advantages-icons .section-title,
.section-trainers .section-title,
.section-trainings-list .section-title {
	margin-bottom: 25px;
}

.section-advantages-icons .section-subtitle,
.section-trainings-list .section-subtitle,
.section-careers-wrapper .section-subtitle {
	margin-bottom: 55px;
}

.section-advantages-icons .list-icons li,
.section-careers-wrapper .list-icons li {
	text-align: left;
	font-size: 15px;
	color: #000000;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 70px;
}

.section-advantages-icons .list-icons li {
	text-align: center;
}

.section-advantages-icons .list-icons li span,
.section-careers-wrapper .list-icons li span,
.trainings-list .image-fit {
	margin: 0;
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
}

.section-advantages-icons .list-icons li span {
	margin-left: auto;
	margin-right: auto;
}

.trainings-list .image-fit {
	display: flex;
	margin-top: 25px;
}

.section-next .section-title,
.section-testimonials .section-title,
.section-advantages-icons .section-title,
.section-trainers .section-title,
.section-careers-wrapper .section-title {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1200px) {

	.section-next .section-title,
	.section-testimonials .section-title,
	.section-advantages-icons .section-title,
	.section-trainers .section-title,
	.section-trainings-list .section-title,
	.section-careers-wrapper .section-title {
		font-size: 55px;
	}

	.section-testimonials .section-title {
		margin-bottom: 70px;
	}

	.section-next .section-title,
	.section-advantages-icons .section-subtitle,
	.section-trainings-list .section-subtitle,
	.section-careers-wrapper .section-subtitle {
		margin-bottom: 90px;
	}

	.section-advantages-icons .section-subtitle,
	.section-trainings-list .section-subtitle {
		max-width: 895px;
		margin-left: auto;
		margin-right: auto
	}

	.section-advantages-icons .list-icons li,
	.section-careers-wrapper .list-icons ul li {
		width: 25%;
		margin-bottom: 115px
	}

	.section-careers-wrapper .list-icons li {
		font-size: 20px;
	}
}

/* 
Career List Section 
Training List Section
*/

.section-testimonials,
.section-trainings-list,
.section-careers-list {
	position: relative;
	padding-top: 80px;
	padding-bottom: 110px;
	overflow-y: hidden;
}

.section-trainers {
	position: relative;
	padding-bottom: 110px;
	overflow: hidden;
}

.training__footer .section__callout blockquote p:before,
.section-trainings-list .section__callout blockquote p:before,
.section-careers-list .section__callout blockquote p:before {
	content: "“";
	position: absolute;
	top: 0;
	left: 0;
}

.training__footer .section__callout blockquote p:before,
.training__footer .section__callout blockquote p:after,
.section-trainings-list .section__callout blockquote p:after,
.section-trainings-list .section__callout blockquote p:before,
.section-careers-list .section__callout blockquote p:after,
.section-careers-list .section__callout blockquote p:before {
	display: inline-block;
	font-weight: 700;
	font-size: 108px;
	line-height: 60px;
	vertical-align: top;
	color: #6a365e;
	font-family: M06 Bg, sans-serif;
}

.training__footer .section__callout blockquote p:after,
.section-trainings-list .section__callout blockquote p:after,
.section-careers-list .section__callout blockquote p:after {
	content: "”";
	position: absolute;
	bottom: -50px;
	right: 0;
}

.training__footer .section__callout blockquote,
.section-trainings-list .section__callout blockquote,
.section-careers-list .section__callout blockquote {
	font-size: 40px;
	text-align: center;
}

.training__footer .section__callout blockquote p,
.section-trainings-list .section__callout blockquote p,
.section-careers-list .section__callout blockquote p {
	position: relative;
	max-width: 1070px;
	display: inline-block;
	padding: 0 70px;
}

@media (max-width: 1023px) {
	.training__footer .section__callout blockquote {
		font-size: 20px
	}

	.section-trainings-list .section__callout blockquote,
	.section-careers-list .section__callout blockquote {
		font-size: 22px;
	}

	.training__footer .section__callout blockquote p {
		padding: 0 30px;
	}

	.section-trainings-list .section__callout blockquote p,
	.section-careers-list .section__callout blockquote p {
		padding: 0 35px;
	}

	.training__footer .section__callout blockquote p:before,
	.training__footer .section__callout blockquote p:after,
	.section-trainings-list .section__callout blockquote p:after,
	.section-trainings-list .section__callout blockquote p:before,
	.section-careers-list .section__callout blockquote p:after,
	.section-careers-list .section__callout blockquote p:before {
		font-size: 60px;
	}

	.training__footer .section__callout blockquote p:before,
	.section-trainings-list .section__callout blockquote p:before,
	.section-careers-list .section__callout blockquote p:before {
		top: -10px;
	}

	.training__footer .section__callout blockquote p:after,
	.section-trainings-list .section__callout blockquote p:after,
	.section-careers-list .section__callout blockquote p:after {
		bottom: -40px;
	}
}

@media (min-width:1200px) {

	.section-trainings-list,
	.section-careers-list {
		padding-top: 95px;
		padding-bottom: 140px;
	}
}

/* Careers List */

.section-title-counter {
	color: white;
	font-size: 28px;
	width: 55px;
	min-width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #6a365e;
	border-radius: 50%;
	margin-left: 10px
}

.article__empty,
.careers-list ul,
.trainings-list {
	list-style: none;
	margin-bottom: 70px;
	position: relative;
	/* max-width: 1070px; */
	display: inline-block;
	padding: 0 30px;
	width: 100%;
}

.article__empty {
	text-align: center;
}

.careers-list li {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #6a365e;
}

.careers-list ul li:after {
	content: "+";
	font-size: 24px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #6a365e;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	right: 0;
	pointer-events: none;
}

.careers-list ul li a {
	display: block;
	text-decoration: none;
	padding-bottom: 30px;
	padding-right: 50px;
	font-size: 18px
}

@media (min-width: 768px) {
	.careers-list ul li a {
		font-size: 24px
	}
}

@media (min-width:1200px) {

	.article__empty,
	.trainings-list,
	.careers-list ul {
		margin-bottom: 145px;
		padding: 0 70px;
	}
}

/* Section Content */
.section-content .section__inner {
	padding: 70px 0;
}

.section-content .shell {
	max-width: 1205px;
}

.section-content ul {
	list-style: none;
	padding-left: 50px;
}

.section-content ul li {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.section-content ul li:before {
	content: "";
	display: block;
	min-width: 16px;
	min-height: 16px;
	width: 16px;
	height: 16px;
	background-color: #6a365e;
	border-radius: 50%;
	margin-right: 27px;
}

.career-title {
	text-align: center;
	color: #6a365e;
}

@media (min-width: 1200px) {
	.section-content .section__inner {
		padding: 90px 0
	}

	.section-content .section__inner h1,
	.section-content .section__inner h2,
	.section-content .section__inner h3,
	.section-content .section__inner h4,
	.section-content .section__inner h5,
	.section-content .section__inner h6 {
		margin-bottom: 50px;
	}

	.section-content .section__inner p {
		font-size: 24px
	}
}


/* Application Section */
.section-application {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 70px;
	width: 100%;
}

.section-application ul {
	list-style: none;
}

@media (min-width: 1200px) {
	.section-application {
		padding-bottom: 50px;
	}
}

/*Application form*/
.upload_cv,
.upload_image,
.upload_portfolio,
.upload_video {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 62px;
	padding: 0 34px;
	background-color: #fff;
	border: 1px solid #6a365e;
	border-radius: 32px;
	font-weight: inherit;
	display: flex;
	align-items: center;
}

.upload_cv label,
.upload_image label,
.upload_portfolio label,
.upload_video label {
	font-size: 18px !important;
	color: #91798b;
	font-weight: 300 !important;
	margin-bottom: 0 !important;
}

.upload_cv .gfield_description,
.upload_image .gfield_description,
.upload_portfolio .gfield_description,
.upload_video .gfield_description {
	display: none !important;
}

.upload_cv input[type=file]::file-selector-button,
.upload_image input[type=file]::file-selector-button,
.upload_portfolio input[type=file]::file-selector-button,
.upload_video input[type=file]::file-selector-button {
	display: none !important;
}

/* .upload_cv input[type=file]:invalid,
.upload_image input[type=file]:invalid,
.upload_portfolio input[type=file]:invalid,
.upload_video input[type=file]:invalid{
	display: none !important;
}

.upload_cv input[type=file]:valid,
.upload_image input[type=file]:valid,
.upload_portfolio input[type=file]:valid,
.upload_video input[type=file]:valid{
	display: block !important;
} */

.gform-body p {
	color: #91798b;
}

.upload_video:after,
.upload_portfolio:after,
.upload_image:after,
.upload_cv:after {
	content: "";
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 30px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.upload_video:after {
	background-image: url(../bulmed-website/resources/images/video.png);
}

.upload_portfolio:after {
	background-image: url(../bulmed-website/resources/images/portfolio.png);
}

.upload_image:after {
	background-image: url(../bulmed-website/resources/images/image.png);
}

.upload_cv:after {
	background-image: url(../bulmed-website/resources/images/cv.png);
}

.gfield--type-fileupload.gfield_error {
	border-color: #cb3434 !important
}

@media (min-width:768px) {

	.upload_image,
	.upload_portfolio {
		grid-column: span 6 !important;
	}
}


@media (max-width: 1599px) {

	.section-trainings-list .section-title,
	.section-careers-list .section-title {
		font-size: 25px !important
	}
}


/*Trainings List Links*/
.trainings-list {
	padding: 0;
}

.trainings-list .section__cols {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.trainings-list .section__col {
	display: flex;
	width: 100%;
	margin-bottom: 30px
}

.trainings-list .link__block {
	padding: 50px 20px;
	border-radius: 20px;
	background-color: #ddd7dc;
	text-decoration: none;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.trainings-list .link__block-text {
	font-size: 20px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.trainings-list .section__cols {
		flex-direction: row;
		justify-content: space-between;
	}

	.trainings-list .section__col {
		width: calc(50% - 15px);
	}

	.trainings-list .image-fit {
		margin: 0;
		width: 155px;
		height: 155px;
		margin-bottom: 25px;
	}

	.trainings-list .link__block {
		padding: 50px;
	}

	.trainings-list .link__block-text {
		font-size: 30px;
	}
}

@media (min-width:1599px) {
	.section-trainings-list .shell {
		max-width: 1395px;
		margin-left: auto;
		margin-right: auto;
	}

	.trainings-list .section__col {
		width: 33%;
	}

	.trainings-list .link__block {
		padding: 70px 30px 70px 50px;
		justify-content: space-between;
		transition: all .3s;
	}

	.trainings-list .link__block:hover {
		background-color: #6a365e;
		transition: all .3s;
	}

	.trainings-list .link__block:hover * {
		color: white
	}

	.trainings-list .link__block:hover img {
		filter: invert(1);
	}

	.trainings-list .link__block-text {
		font-size: 28px;
	}

	.trainings-list .image-fit {
		min-width: 120px;
	}
}

/*Trainings (Description Page)*/

/*Intro*/
.section-trainings-description .section__image {
	display: flex;
	background-color: #d2c2ce;
	border-radius: 22px;
}

.section-trainings.section-trainings-description .section__image {
	min-height: 100%;
	max-height: 100%;
}

.section-trainings-description .video-holder {
	max-width: 55%;
	margin-bottom: 0;
}

.section-trainings-description .video-description {
	padding: 40px 8px 25px 8px
}

.section-trainings-description .video-description h3,
.section-trainings-description .video-description p {
	font-size: 15px;
	font-weight: 350;
	text-transform: uppercase;
}

.section-trainings-description .video-description h3 {
	margin-bottom: 55px;
}

.section-trainings-description .btn-play {
	background-color: #69355d;
	color: white;
	padding: 5px 10px;
	font-size: 11px;
}

.section-trainings-description .btn-play span {
	width: 20px;
	height: 20px;
}

@media(min-width:768px) {
	.section-trainings-description .video-description h3 p {
		font-size: 30px;
	}

	.section-trainings-description .video-description p {
		font-size: 22px
	}

	.section-trainings-description .btn-play {
		padding: 10px 30px;
		font-size: 18px;
	}

	.section-trainings-description .btn-play span {
		width: 35px;
		height: 35px;
		margin-right: 14px;
	}
}

@media(min-width:1200px) {
	.section-trainings.section-trainings-description .section__image {
		min-height: 575px;
		max-width: 625px;
		min-width: auto;
	}

	.section-trainings-description .video-description {
		padding: 50px 25px 50px 35px
	}

	.section-trainings-description .video-description h3 {
		margin-bottom: 145px;
	}

	.section-trainings-description .video-description h3 p {
		font-size: 35px;
	}
}

/*Trainers*/
.trainers__wrapper-desktop {
	display: none;
}

.trainers__wrapper .image-fit {
	margin-bottom: 25px;
}

.trainers__wrapper .image-fit img {
	position: relative;
	margin-bottom: 25px;
}

/*.trainer {
	text-align: center;
}*/

.trainer img {
	border-radius: 20px;
}

.trainer h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;
}

.trainer__position {
	color: #6a365e;
	margin-bottom: 12px;
	text-align: center;
	font-size: 15px;
}

/*.trainer div p{
	text-align: justify !important;
}*/

.section-next .slider .slider__actions,
.trainers__wrapper-mobile .slider .slider__actions {
	justify-content: center;
}


@media (min-width:600px) {

	.trainers__wrapper-desktop,
	.trainers__wrapper-desktop ul {
		display: flex;
		/* flex-wrap: wrap; */
	}

	.trainers__wrapper-desktop {
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
	}

	.trainers__wrapper-left ul {
		width: 100%;
		/* justify-content: end; */
		margin-left: 50px
	}

	.trainers__wrapper-mobile {
		display: none;
	}

	.trainers__wrapper-desktop .image-fit img {
		height: auto;
		max-width: 250px;
	}
}

@media (min-width:992px) {
	.section-trainers {
		padding-top: 88px;
		padding-bottom: 165px;
		overflow: hidden;
	}
}

@media (min-width:1600px) {
	.trainers__wrapper-desktop .trainer {
		width: 250px;
	}

	.trainers__wrapper-desktop p {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.advantage-description {
		max-width: 245px;
	}
}

/*Next Trainings Slider Section*/
.section-next .slider__slides {
	align-items: stretch;
}

.next__item {
	position: relative;
	display: flex;
	min-height: 315px;
	padding-right: 15px;
}

.next__item:after {
	content: "";
	display: block;
	width: calc(100% - 14px);
	height: calc(100% - 36px);
	background-color: #f0eaee;
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.next__item .section__image {
	width: 100%;
	display: flex;
	align-items: end;
}

.next__item .section__image img {
	width: 100%;
	/* position: absolute;
	bottom: 0px;*/
	margin-left: -20px;
	max-height: 250px;
	max-width: 100%;
	object-fit: contain;
}

.next__item-content {
	display: flex;
	flex-direction: column;
	justify-content: end;
	margin-bottom: 70px;
	margin-left: -15px;
}

.next__item-title,
.next__item-date {
	font-size: 15px;
	text-transform: uppercase;
}

.next__item-title {
	margin-bottom: 25px;
}

.next__item-date {
	margin-bottom: 27px;
}

.next__item .btn {
	font-size: 11px;
	padding: 5px;
	justify-content: center;
}

@media (max-width: 1023px) {
	.section-next .shell {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.next__item {
		min-height: 510px;
		padding-right: 30px;
	}

	.next__item .section__image img {
		max-height: 445px;
	}


	.next__item:after {
		width: 415px;
		height: 435px;
	}

	.next__item .section__image img,
	.next__item-content {
		margin-left: 0;
	}

	.next__item-content {
		margin-bottom: 125px;
		width: 100%;
	}

	.next__item-title,
	.next__item-date {
		font-size: 25px;
	}

	.next__item-date {
		font-size: 18px
	}

	.next__item .btn {
		font-size: 15px;
		padding: 15px 20px
	}
}










/*Testimonials*/
.testimonial__item {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #69355d;
	border-radius: 22px;
	padding: 25px 11px;
}

.testimonial__item * {
	color: white;
}

.testimonial__item footer {
	display: flex;
	align-items: center;
}

.testimonial__item .image-fit {
	display: flex;
	width: 50px;
	height: 50px;
	border-radius: 50px;
}

.testimonial__content:after,
.testimonial__content:before {
	font-size: 70px;
	line-height: 1;
	height: 25px;
	display: block;
}

.testimonial__content:before {
	content: '“';
	margin-bottom: 30px;
}

.testimonial__content:after {
	content: '”';
	text-align: right;
	margin-bottom: 17px;
}

.testimonial__content * {
	font-size: 18px;
	padding-left: 9px;
	padding-right: 9px;
}

.testimonial__item .meta,
.testimonial__item .name {
	font-size: 13px;
	margin-bottom: 0;
	margin-left: 5px;
}

.testimonials__wrapper .slider__actions {
	justify-content: center;
}

@media (min-width:767px) {
	.testimonial__item {
		background-color: #d6c7d3;
		padding: 55px 30px;
	}

	.testimonial__item:hover {
		background-color: #69355d;
		transition: all .3s;
	}

	.testimonial__item * {
		color: black;
	}

	.testimonial__item:hover * {
		color: white;
	}

	.testimonial__content:before {
		margin-bottom: 80px;
	}

	.testimonial__content:after {
		margin-top: 35px;
		margin-bottom: 25px;
	}

	.testimonial__item .image-fit {
		width: 100px;
		height: 100px;
		border-radius: 100px;
	}

	.testimonial__item .meta,
	.testimonial__item .name {
		font-size: 18px;
		margin-left: 10px;
	}
}

/* Training Inner */

.section-training-inner-wrapper .hero__inner {
	position: relative;
	flex-wrap: wrap;
	background-color: rgba(209, 194, 206, .8);
	border-radius: 19px;
}

.section-training-inner-wrapper .hero__inner:before {
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background-color: #6a365e;
	box-shadow: 0px 3px 3.5px rgba(0, 0, 0, 0.35);
	border-radius: 19px;
}

.section-training-inner-wrapper ul {
	list-style: none;
}

.training__header,
.training__body {
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
}

.training__header {
	margin-top: 30px;
	width: 100%;
}

h1.training__title {
	font-weight: 350;
	margin-bottom: 20px !important;
}

h1.training__title strong {
	color: black;
}

.training__address,
.training__date,
.training__price {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 20px !important;
	line-height: 1;
}

.training__body-trainer img {
	border-radius: 20px;
	margin-bottom: 15px;
}

.trainer__name {
	font-size: 18px;
	color: #292929;
	font-weight: bold;
	margin-bottom: 0;
	font-family: Axiforma, sans-serif;
}

.training__date {
	display: flex;
	justify-content: center;
}

.training__price {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.training__address {
	display: flex;
	justify-content: center;
	color: #6a365e;
	margin-bottom: 40px !important;
}

.training__address:before,
.training__date:before,
.training__price:before {
	content: "";
	display: flex;
	width: 20px;
	height: 20px;
	min-width: 20px;
	min-height: 20px;
	margin-right: 10px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.training__date:before {
	background-image: url(../bulmed-website/resources/images/calendar.svg);
}

.training__price:before {
	background-image: url(../bulmed-website/resources/images/price-tag.svg);
}

.training__address:before {
	background-image: url(../bulmed-website/resources/images/map2.svg);
	width: 25px;
}


.training__description {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 25px;
}

.training-program li {
	position: relative;
	display: flex;
	padding-top: 30px;
	text-align: left;
}

.training-program li p {
	font-size: 18px;
	line-height: 25px;
}

.training-program li p:first-of-type {
	min-width: 48px;
}

.training-program li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	height: 2px;
	width: 100%;
	max-width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#6a365e), to(#e5e5e5));
	background: -o-linear-gradient(left, #6a365e, #e5e5e5);
	background: linear-gradient(90deg, #6a365e, #e5e5e5);
	max-width: calc(100% + 72px);
}

.training-program li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #6a365e;
	border-radius: 50%;
}

.training-program li p:first-of-type {
	margin-right: 10px;
}

.training__footer {
	margin-top: 80px;
}

.training__body-trainer img {
	width: 185px;
	max-width: 185px;
}

@media (max-width: 768px) {

	.section-next .section-title,
	.section-testimonials .section-title,
	.section-advantages-icons .section-title,
	.section-trainers .section-title,
	.section-trainings-list .section-title {
		font-size: 25px;
	}

	.training__footer .section__callout blockquote {
		margin-left: -5px;
		margin-right: -5px;
	}
}

@media (max-width: 767px),
screen and (max-width: 812px) and (orientation: landscape) {
	.training-program li:after {
		width: 10px;
		height: 10px;
	}

	.training-program li:before {
		top: 5px;
	}
}

@media (min-width:1440px) {
	.section-training-inner-wrapper .shell {
		max-width: 1280px;
	}

	.section-training-inner-wrapper .hero__inner {
		margin-top: 60px;
	}

	.section-training-inner-wrapper .hero__inner:before {
		width: 50px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.training__header,
	.training__body {
		padding-left: 100px;
		text-align: left;
	}

	h1.training__title {
		margin-bottom: 67px !important;
		font-size: 25px;
	}

	.training__body {
		display: flex;
	}

	.training__body-trainer {
		margin-right: 40px;
		text-align: center;
	}

	.training__price,
	.training__date,
	.training__address {
		justify-content: start;
	}

	.training__description {
		max-width: 745px;
	}

	.training-program {
		display: flex;
		flex-wrap: wrap;
	}

	.training-program li {
		margin-right: 15px;
	}

	.training-program li {
		width: calc(33% - 15px);
	}

	.training-program li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)) {
		margin-top: 80px;
	}

	.section-application {
		margin-top: 40px
	}

	.training__footer {
		margin-top: 120px;
		margin-bottom: 115px;
	}
}

.section-trainings-list .shell {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.app_trainings-template-default .wrapper .wrapper__inner {
	padding-top: 0;
}

.app_trainings-template-default .hero:after {
	z-index: 999;
}

.app_trainings-template-default .hero {
	background: #ffffff url(http://bulmed.bg/wp-content/uploads/2023/12/bg_with-borders2.png) no-repeat bottom/cover;
}

@media (max-width: 1199px) {
	.app_trainings-template-default .hero {
		padding: 100px 0 75px;
	}

	.section-advantages-icons {
		padding-top: 0 !important
	}

	.training__description {
		text-align: justify;
	}
}

/* Videos Section */
.section-videos {
	padding-bottom: 5em;
}

.section-videos .shell {
	max-width: 1700px;
}

.section-videos .video_wrapper ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.section-videos .section__head {
	margin-bottom: .88em;
}

.section-videos ul li {
	position: relative;
	padding-top: 26px;
}

.section-videos ul li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	height: 2px;
	width: 415px;
	max-width: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#6a365e), to(#e5e5e5));
	background: -o-linear-gradient(left, #6a365e, #e5e5e5);
	background: linear-gradient(90deg, #6a365e, #e5e5e5);
}

.section-videos ul li:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	background: #6a365e;
	border-radius: 50%;
}

.section-videos ul li h3 {
	font-size: 22px;
	line-height: 1.18;
	font-family: M06 Bg, sans-serif;
	color: #6a365e;
}

.section-videos ul li p {
	font-size: 14px;
	line-height: 1.3;
}

@media(min-width:768px) {
	.section-videos .video_wrapper ul li {
		width: calc(50% - 20px);
	}

	.section-videos .video-holder {
		padding-bottom: 150%;
	}
}

@media(min-width:768px) {
	.section-videos .video_wrapper ul li {
		width: calc(33% - 20px);
	}
}

@media(min-width:1300px) {
	.section-videos .section__head {
		text-align: center;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 3em;
		padding-top: 5em;
	}

	.section-videos .video_wrapper ul li {
		width: calc((100% / 6) - 20px);
	}
}

/* New hweo section */
.hero__content-subheading {
	font-size: 20px;
}

.hero__content-subheading .js-typed {
	width: 100%;
	min-height: 45px;
}

.hero .hero__slide-image {
	pointer-events: none;
}

.hero__slide-image-mobile {
	width: 100% !important;
}

@media(max-width:768px) {
	.hero__slide-image {
		width: 100% !important;
		max-width: 100%;
	}
}

@media (min-width:1500px) {
	.hero__content-subheading {
		font-size: 30px;
	}

	.hero__content-subheading .js-typed {
		min-height: 70px;
	}

	.hero .hero__slide-image {
		width: 50vw;
	}
}


/* Meso */


.page-template-training .slider__clip .slider__slides .slider__slide,
.page-template-training .slider__clip-small .slider__slides .slider__slide {
	width: 100%;
}

@media(min-width:768px) {

	.page-template-training .slider__clip .slider__slides,
	.page-template-training .slider__clip-small .slider__slides {
		display: flex;
		flex-wrap: wrap;
		gap: 36px;
	}

	.page-template-training .slider__clip .slider__slides,
	.page-template-training .slider__clip-small .slider__slides {
		gap: 74px;
		padding-left: 10px;
	}

	.page-template-training .slider__clip .slider__slides .slider__slide,
	.page-template-training .slider__clip-small .slider__slides .slider__slide {
		max-width: calc(50% - 37px);
	}
}

@media(min-width:768px) and (max-width:1199px) {

	.page-template-training .slider__clip .next__item:after,
	.page-template-training .slider__clip-small .next__item:after {
		width: 357px;
	}
}

@media(min-width:1200px) {

	.page-template-training .slider__clip .slider__slides,
	.page-template-training .slider__clip-small .slider__slides {
		gap: 36px;
		padding-left: 0px;
	}

	.page-template-training .slider__clip .slider__slides .slider__slide,
	.page-template-training .slider__clip-small .slider__slides .slider__slide {
		max-width: calc(33% - 36px);
	}
}

/* Trainings Fix */
.training__body-trainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.training__body-trainer-item {
	width: 100%;
	padding-bottom: 15px !important;
}

@media (min-width:768px) {
	.training__body-trainer {
		padding-bottom: 40px;
	}

	.training__body-trainer-item {
		width: 50%
	}
}

@media (min-width:1440px) {
	.training__body-trainer {
		padding-bottom: 0px;
	}

	.training__body-trainer-item {
		width: 100%
	}
}

.training__body-trainer {
	position: relative;
	width: 100%;
	min-height: 350px;
}

.training__body-trainer-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	min-height: 400px;
}

@media (min-width:1440px) {

	.training__body-trainer,
	.training__body-trainer-item {
		max-width: 185px !important;

	}
}