/* common editor styles */
.editor-styles-wrapper .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.editor-styles-wrapper .row .col-md-6,
.editor-styles-wrapper .row .col-md-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	box-sizing: border-box;
}
/* common editor styles responsive */
@media (min-width: 768px) {
    .editor-styles-wrapper .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
	.col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
/* slider section */
.slider-section {
	background: #e5e5e5;
}
.slide-column {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
.carousel-caption {
	color: #1d1d1d;
	position: static;
}
.carousel-control-next, 
.carousel-control-prev {
	width: 51px;
	height: 44px;	
	opacity: 1;
	background: #1d1d1d;
	position: absolute;
	top: 276px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
} 
.carousel-control-next {
	right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: none !important;
}
.carousel-control-prev:before,
.carousel-control-next:before {
	content: '';
	display: inline-block;
	font-family: "taller-icons";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}
.carousel-control-prev:before {
	content: '\e803';
}
.carousel-control-next:before {
	content: '\e804';
}
.carousel-caption {
	text-align: left;		
	padding: 24px;
	min-height: 280px;
}
.carousel-caption h1,
.carousel-caption .carousel-title {
	font-size: 16px;	
	font-family: 'Taller-SuperGrotesk-BdL';
	text-transform: uppercase;
	margin-bottom: 20px;
}
.carousel-caption .carousel-text {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}
.editor-styles-wrapper .carousel-control-prev,
.editor-styles-wrapper .carousel-control-next {
	display: none;
}
.editor-styles-wrapper .carousel-item {
	overflow: hidden;	
}
.editor-styles-wrapper .carousel-item:not(.active) {
	display: none;
}
.editor-styles-wrapper .carousel-item .slide-column {
	width: 50%;
}
.editor-styles-wrapper .carousel-item .carousel-caption {
	padding-top: 0;
}
/* slider section responsive */
@media (min-height: 375px) {
	.carousel-caption {
		min-height: 240px;
	}
}
@media (min-width: 480px) {
	.slide-column {
		height: 480px;
	}
	.carousel-control-next, 
	.carousel-control-prev {
		top: 436px;
	}
	.carousel-caption {
		min-height: 200px;
	}
}
@media (min-width: 768px) {
	.slider-section {
		background: #fff;
	}
	.slide-column {
		width: 48%;
		float: left;
		height: 100%;
	}
	.caption-column {
		width: 52%;
		float: right;
	}	
	.carousel-caption {		
		overflow: hidden;		
		padding: 6% 4% 20px 5%;	
		min-height: auto;
	}
	.carousel-control-prev,
	.carousel-control-next {
		top: auto;
		bottom: 0;
	}
	.carousel-control-next {
		left: calc(48% - 51px);
		right: auto;
	}
	.logos-wrapper .logo-item {
		width: 33%;
	}
}
@media (min-width: 1200px) {
	.main-search-block-wrapper .col-left {
		flex: 0 0 25%;
	}	
	.main-search-block-wrapper .col-right {
		flex: 0 0 75%;
	}
	.slide-column {
		width: 66.3%;		
	}
	.caption-column {
		width: 33.7%;		
	}
	.carousel-caption h1,
	.carousel-caption .carousel-title {
		font-size: 25px;
		line-height: 35px;		
	}
	.carousel-caption {				
		padding: 8% 5% 40px;
	}
	.carousel-caption .carousel-text {
		font-size: 16px;
		line-height: 32px;	
	}
	.carousel-control-next {
		left: calc(66.3% - 100px);
	}
	.carousel-control-next, 
	.carousel-control-prev {		
		width: 100px;
		height: 100px;		
	}	
	.carousel-control-prev:before,
	.carousel-control-next:before {
		font-size: 24px;
	}
}
/* buttons section */
.buttons-section {
	padding: 20px 0 21px;
}
.buttons-section.style-2 {
	background: #f4f4f4;
}
.link-banner {
	display: block;
	width: 100%;
	padding-top: 31%;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
	background: #0f1626;
	margin-bottom: 22px;
}
.link-banner.sm-banner {
	padding-top: 28%;
}
.link-banner:hover {
	transform: scale(1.01);	
}
.link-banner .banner-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 6px 14px 30px 14px;	
	color: #fff;
	text-transform: uppercase;
	font-family: 'Taller-SuperGrotesk-BdL';
	font-size: 20px;
	line-height: 34px;
}
.link-banner.sm-banner .banner-wrapper,
.all-small .link-banner.md-banner .banner-wrapper {
	font-size: 14px;
	line-height: 22px;
}
.banner-wrapper .banner-caption {
	position: relative;
	z-index: 2;
}
.link-banner .banner-wrapper:before {
	content: '\e801';
	display: inline-block;
	font-family: "taller-icons";
	font-style: normal;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 16px;
	z-index: 2;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}
.link-banner:hover .banner-wrapper:before {	
	right: 38px;
}
.link-banner.image-banner .banner-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(73, 197, 182, .7);
	z-index: 1;
}
.link-banner.image-banner.style-2 .banner-wrapper:after {
	background: rgba(235, 116, 6, .7);
}
/* buttons section */
@media (min-width: 768px) {	
	.link-banner {	
		padding-top: 35%;
	}
	.link-banner.sm-banner,
	.all-small .link-banner.md-banner {
		padding-top: 54%;
	}
	.buttons-section.all-small .col-md-6 {
		flex: 0 0 33.333333%;
        max-width: 33.333333%;
	} 
}
@media (min-width: 1200px) {
	.buttons-section {
		padding: 80px 0 60px;
	}
	.link-banner .banner-wrapper {
		font-size: 40px;
		line-height: 44px;
		padding: 22px 23px 50px 23px;
	}
	.link-banner.sm-banner .banner-wrapper,
	.all-small .link-banner.md-banner .banner-wrapper {
		font-size: 22px;
        line-height: 26px;
	}
	.link-banner .banner-wrapper:before {		
		bottom: 25px;
		right: 33px;
		width: 75px;
		height: 20px;		
	}
}
/*  last news section */
.last-news-section {
	text-align: center;
	padding: 40px 0;
}
.last-events-section.style-3 .dropdown {	
	z-index: 10;	
	margin-bottom: 30px;	
	text-align: left;
}
.last-events-section.style-3 .dropdown .btn {
	margin-top: 0;
}
.last-news {	
	text-align: left;
	clear: both;
}
.news-item {	
	background: #1d1d1d;
	position: relative;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	height: 260px;	
}
.news-item h4 {
	font-size: 13px;
	line-height: 16px;
}
.news-item-thumbnail {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 177px;
}
.news-item-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item-thumbnail .placeholder-img {
	width: 60%;
	height: auto;
	object-fit: fill;	
}
.news-item-text {
	color: #fff;	
	padding: 8px 20px 38px 20px;
	text-decoration: none;
	display: block;
	transition: .5s;
}
.news-item-text h4 {
	margin-bottom: 0;
}
.news-item:before {
	content: '\e801';
	font-family: "taller-icons";
	font-style: normal;
	font-weight: normal;
	display: inline-block;
	position: absolute;
	bottom: 10px;
	right: 16px;
    font-size: 20px;
	z-index: 2;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
	color: #fff;
}
.news-item:hover a {
	color: #6deecd;
	text-decoration: none;
}
.news-item:hover:before {
	right: 23px;
}
/* last news section responsive */
@media (min-width: 480px) {
	.last-news {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
}
@media (min-width: 992px) {
	.last-events-section .btn {
		margin-top: 0;
	}
	.news-item {
		height: 394px;
	}
	.last-news .news-item {
		flex: 0 0 24%;		
        margin-left: 1.333%;
	}    
	.news-item-thumbnail {
		height: 270px;
	}
	.last-news-section {	
		padding: 60px 0;
	}	
	.news-item h4 {
		font-size: 16px;
		line-height: 26px;
	}
}
@media (min-width: 1200px) {
	.last-news {
        grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.news-item h4 {
        font-size: 18px;
        line-height: 26px;
    }
}
/* addreses section */
.addreses-section {
	padding-top: 40px;
}
.addreses-section h1 {
	margin-bottom: 23px;
}
.tabs-section {
	background: #e5e5e5;
	padding-top: 38px;
	padding-bottom: 40px;
}
.tabs-section .nav.nav-tabs {
	margin-bottom: 20px;
}
.addreses-tab-wrapper .nav-link {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	border: none;
	padding: 0 0 7px 0;
	margin: 0 15px 10px 15px;
	position: relative;
}
.addreses-tab-wrapper .nav-link:hover {
	border: none;
}
.addreses-tab-wrapper .nav-link.active {
	background: none;
	font-weight: bold;
	color: #000;
	border: none;	
}
.addreses-tab-wrapper .nav-link.active:after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	background: #6deecd;
}
.school-adresses {
	font-size: 16px;
	line-height: 32px;	
}
.school-adresses a {
	color: #000;
}
.address-image-wrapper {
	position: relative;
	font-size: 0;
	margin-bottom: 40px;
}
.address-image-wrapper img {
	width: 100%;
}
.contact-form {
	margin-top: 20px;
	text-align: center;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);	
	background: #e5e5e5;
	padding: 35px 15px;
}
.contact-form .wpcf7-acceptance {
	text-align: left;
}
.contact-form-subtitle {
	line-height: 30px;
	margin-bottom: 35px;
}
.contact-form .button-wrapper {
	margin-top: 30px;
}
.contact-form .check-caption {
	text-align: left;
}
.school-adresses > div {
	margin-bottom: 20px;
}
/* addreses section responsive */
@media (min-width: 768px) {
	.contact-form {
        padding: 35px;
    }
}
@media (min-width: 992px) {
	.addreses-section h1 {
		margin-left: 50px;
	}
	.school-adresses {
		padding: 40px 0 0 40px;
	}
	.address-image-wrapper:after {
		content: '\e801'; 
		font-family: "taller-icons";
		font-style: normal;
		font-weight: normal;
		display: inline-block;
		position: absolute;
		top: 45px;
		right: -35px;		
		font-size: 25px;
		line-height: 1;
		color: #6deecd;
	}
	.addreses-section {
		padding-top: 76px;
	}
	.tabs-section {    
		padding-bottom: 85px;
	}	
	.contact-form h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}
@media (min-width: 1200px) {
	.addreses-section .contact-form {
		margin-top: -80px;
		max-width: 550px;
	}
	.column-right .contact-form {
		margin-left: 40px;
	}
	.contact-rows {
        display: flex;
    }
	.contact-rows .column-left {
        flex: 0 0 71%;
    }
	.contact-rows .column-right {
        flex: 0 0 29%;
    }
	.addreses-section .contact-form {
        margin-top: -80px;
        max-width: 550px;
    }
}
@media (min-width: 1600px) {
	.addreses-section .container-fluid {
		padding: 0 5%;
	}
}

/* locations section */
.locations-section {
	height: 300px;
}
.locations-section .acf-map {
	height: 100%;
}
/* locations section  responsive */
@media (min-width: 768px) {
	.locations-section {
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.locations-section {
		height: 600px;
	}
}
/* fluid section */
.fluid-section .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.fluid-section.style-2 {
	background: #F5F5F5;
}
.fluid-section .fluid-thumbnail {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fluid-column-wrapper {
	max-width: 540px;
    padding: 20px 12px;
	margin: 0 auto;
}
.fluid-column-wrapper h1 {
    margin-bottom: 20px;
}
.fluid-column-wrapper p {
    margin-bottom: 20px;
}
.avantages-list li {
    list-style: none;
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
.avantages-list li:before {
    content: '\e802';
	font-family: "taller-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
	color: #0f1626;
}
/* fluid section responsive */
@media (max-width: 991.98px) {
	.row.revert-on-mobiles .col-lg-6:nth-of-type(1) {
		order: 2;
	}
	.row.revert-on-mobiles .col-lg-6:nth-of-type(2) {
		order: 1; 
	}
}
@media (min-width: 768px) {
	.fluid-column-wrapper {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
    .fluid-column-wrapper {
        padding: 40px;
    }
	.fluid-column-wrapper p {
        line-height: 32px;
    }
}
@media (min-width: 1200px) {
    .fluid-column-wrapper {
        padding: 90px 50px;
		max-width: 850px;
    }
}
/* offer section */
.offer-section {
	text-align: center;
	padding: 40px 0 1px;
	background: #f5f5f5;
}
.offer-section.style-2 {
	background: #fff;
}
.offer-section h2 {
	margin-bottom: 20px;
}
.offer-item {	
	position: relative;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	padding-top: 55%;
}
.courses .offer-item {
	padding-top: 110%;
}
.offer-item .offer-thumbnail {
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;	
}
.offer-item .offer-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.offer-item .offer-thumbnail { 
	filter: grayscale(100%); 
	-webkit-transition: filter .5s; 
	-moz-transition: filter .5s; 
	-o-transition: filter .5s; 
	transition: filter .5s;
}
.offer-item:hover .offer-thumbnail {
	filter: none;
}
.offer-item .offer-thumbnail:after {
	content: '';
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0, 0, 0, .1);
}
.offer-item a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	color: #fff;
}
.offer-item .offer-info {
	position: absolute;    
    right: 0;
    bottom: 0;
    left: 0;
	text-align: left;
	padding: 30px 24px;
}
.offer-item .offer-info h4 {
	text-transform: uppercase;
}
.offer-uppertitle {
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
}
.offer-uppertitle:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	border-bottom: 3px solid #6deecd;
}
/* offer section  responsive */
@media (min-width: 480px) {	
    .offers {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;    
	}
	.offer-item {
        flex: 0 0 48%;
        padding-top: 35%;
    }
}
@media (min-width: 992px) {
	.offer-section {
        padding: 80px 0;
    }
}
@media (min-width: 1200px) {
    .offers {
        justify-content: center;
    }
	.offer-item {
        flex: 0 0 32.4%;
        padding-top: 21%;
        margin-left: 1.33%;
    }
	.offers .offer-item:nth-of-type(3n+1) {
        margin-left: 0;
    }
}
/* groups section */
.groups-section {
	background: #f4f4f4;
	text-align: center;
	padding: 40px 0;
}
.group {
	padding-top: 64%;
	margin-bottom: 34px;
	position: relative;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
.group a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	color: #fff;	
	text-align: left;
	filter: grayscale(100%); 
	-webkit-transition: filter .5s; 
	-moz-transition: filter .5s; 
	-o-transition: filter .5s; 
	transition: filter .5s;
}
.group:hover a {
	filter: none;
}
.group h3 {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 20px;
	z-index: 2;
}
.group a:hover {
	text-decoration: none;
}
.group a:after {
	content: '';
	display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background: rgba(0, 0, 0, .1);
}
.group img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* groups section */
@media (min-width: 576px) {
	.groups-section .flex-row {
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
		justify-content: center;
	}
	.groups-section .flex-row .flex-item {
		position: relative;
		width: 50%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		box-sizing: border-box;
	}
}
@media (min-width: 992px) {
	.groups-section {
		padding: 80px 0;
	}
	.groups-section .flex-row .flex-item {
		width: 33.33%;
	}
}
/* top section */
.top-section {
	padding: 40px 0;
	text-align: center;		
	position: relative;
	z-index: 2;	
	background: #e5e5e5;
}
.top-section h1,
.top-section h4 {
	margin-bottom: 20px;
}
.top-section-description {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 32px;
}
.activities .activities-item {	
	height: 260px;
	position: relative;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;	
}
.activities-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	filter: grayscale(100%);
	-webkit-transition: filter .5s;
	-moz-transition: filter .5s;
	-o-transition: filter .5s;
	transition: filter .5s;
}
.activities .activities-item:hover .activities-thumbnail {
	filter: none;
}
.activities-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.activities .activities-item a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 2;
	color: #fff;
}
.activities .activities-item h4 {
	position: absolute;
	left: 0;   
    bottom: 0;
	text-align: left;
	text-transform: uppercase;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	
	z-index: 2;
	border-bottom: 4px solid #6deecd;
	margin: 0 25px 30px 25px;	
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
}
.project-thumbnail {
    position: relative;
    display: block;
    padding-top: 60%;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .25);
    margin-bottom: 20px;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.project-thumbnail:hover {
	transform: scale(1.01);
}
.projects h4 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 18px;
}
.project-subtitle {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 40px;
}
.project-thumbnail .project-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 40px;
    text-align: center;
    height: 140px;
    line-height: 100px;
}
.project-thumbnail .project-logo img {
    max-height: 100%;
    max-width: 90%;
    vertical-align: bottom;
}
.project:last-of-type .project-subtitle {
	margin-bottom: 0;
}
/* top section responsive */
@media (min-width: 768px) {
	.projects {
        display: flex;
        justify-content: center;
    }
	 .projects .project {
        flex: 0 0 33.3%;
        padding: 0 15px;
    }
	.project-thumbnail {
        padding-top: 120%;
    }
}
@media (min-width: 992px) {
	.top-section {
		padding: 65px 0;
	}
	.activities {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.activities .activities-item {
		flex: 0 0 32.5%;
	}
	.activities .activities-item {	
		height: 360px;
	}
	.projects h4 {
        font-size: 22px;
    }
	.project-subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
	.activities .activities-item {	
		height: 430px;
	}
}
/* hero section */
.hero-section {
	margin-bottom: 20px;
}
.hero-section iframe {
	max-width: 100%;
}
.hero-section .image-column .wp-post-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-section .image-column .video-container {
	padding-bottom: 61%;
	position: relative;
    width: 100%;
    height: 0;
}
.hero-section .image-column .video-container p {
	margin: 0;
}
.hero-section .image-column .video-container iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.breadcrumbs {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 30px;
	display: none;
}
.breadcrumbs .breadcrumb_last {
	text-decoration: underline;
}
div.breadcrumbs a {
	color: #000;
	border-bottom: none;
	font-weight: 400;
}
.info-list {    
    padding: 20px 15px 10px 37px;
    font-size: 14px;
    max-width: 804px;
    color: #fff;
    background: #49c5b6;
    font-family: 'Taller-SuperGrotesk-MedLF';
    margin-top: -30px;
    position: relative;
}
.info-list ul {
	margin: 0;
	padding: 0;
}
.info-list ul li {
    margin-bottom: 10px;
}
.block-contacts {
    color: #fff;
    background: #49c5b6;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .25);
    font-family: 'Taller-SuperGrotesk-MedLF';
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
    box-sizing: border-box;
    max-width: 290px;
}
.block-contacts .phone-contacts {
    position: relative;
    padding: 5px 0;
}
.block-contacts .mail-contacts {
    position: relative;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-contacts .mail-contacts a {
    color: #fff !important;	
	font-weight: 400;
}
/* hero section responsive*/
@media (max-width: 991.98px) {
	.post-type-archive-disco .hero-section {
		margin-bottom: 0;
	}
}
@media (min-width: 480px) {
    .block-contacts {
        max-width: 356px;
        padding: 10px 20px;
    }
	.block-contacts .phone-contacts, .block-contacts .mail-contacts {
        padding: 5px 0 5px 40px;
    }
	.block-contacts .phone-contacts:before {
        content: '\f879';
        font-weight: 900;
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        line-height: 18px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -15px;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 4px;
        display: inline-block;
    }
	.block-contacts .mail-contacts:before {
        content: '\f0e0';
        font-weight: 700;
        font-family: 'Font Awesome 5 Free';
        font-size: 24px;
        line-height: 24px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -12px;
        display: inline-block;
    }
}
@media (min-width: 992px) {
    .columns-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
	.hero-section  .columns-wrapper .image-column {
        width: 56%;
    }
	.hero-section  .columns-wrapper .text-column {
        width: 44%;
    }
	.breadcrumbs {
		display: block;
	}
	.info-list {
        padding: 30px 30px 20px;
        font-size: 19px;
    }
	.info-list ul li {
        margin-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width: 1200px) {
	.info-list {
        margin-top: -70px;
		margin-left: 5%;
    }
	.info-list ul {
        column-count: 2;
    }
}
/* scroll section */
.download-link {
    font-size: 16px;
    color: #000;
    border-bottom: 4px solid #6deecd;
    font-family: 'Taller-SuperGrotesk-MedLF';
    position: relative;
    margin-left: 30px;
	text-decoration: none;
    transition: .7s;
	font-weight: bold;
}
.download-link:before {
    content: '';
    display: inline-block;
    background: url(images/download-arrow.png) no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 6px;   
	transition: .7s;
}
.download-link:hover {
	color: #49c5b6;
}
.download-link:hover:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.sidebar-menu ul li {
	font-size: 15px;
	line-height: 1.2;	
	display: none;
}
.sidebar-menu ul li:first-of-type {
	display: block;
}
.sidebar-menu ul li:first-of-type a {
	display: none;
}
.sidebar-menu ul li a {
    color: #000;
    position: relative;
    padding-bottom: 4px;
	text-decoration: none;
}
.sidebar-menu ul li a:hover, 
.sidebar-menu ul li a.active {
    text-decoration: none;
    font-weight: bold;
}
.sidebar-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #6deecd;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color .1s, transform .2s ease-out;
    z-index: 10;
}
.sidebar-menu ul li a:hover:before, 
.sidebar-menu ul li a.active:before {
    transform-origin: left top;
    transform: scale(1, 1);
}
.sidebar-menu ul li h3 {
	margin-bottom: 0;
}
.sidebar-menu ul li:first-of-type h3 {
    display: block;
    border-bottom: 4px solid #000;
    padding-bottom: 5px;
	margin-bottom: 15px;
}
.content-blocks .accordion .accordion-item {
	border: none;
	position: relative;
}
.content-blocks .accordion .accordion-item:nth-of-type(even):before {
	content: '';
	background: #f4f4f4;
	position: absolute;
	top: 0;
	left: -100%;
	right: -12px;
	bottom: 0;
}
.content-blocks .accordion .accordion-item .accordion-button {
	background: none;
	padding: 12px 0;
	color: #1d1d1d;
    font-weight: bold;
	font-size: 15px;
	box-shadow: none !important;
	gap: 12px;
}
.content-blocks .accordion .accordion-item .accordion-button:focus {
	background: none;
	box-shadow: none;
}
.content-blocks .accordion .accordion-item .accordion-button:after {
	content: "\f107";
	font-family:"Font Awesome 7 Free";
	font-style:normal;
	font-weight: 900;
	font-size: 20px;
	line-height: 1;
	background: none;
	transform: rotate(-90deg);	
}
.content-blocks .accordion .accordion-item .accordion-button:not(.collapsed):after {
	transform: rotate(0deg);
}
.content-blocks .content-block {
	padding-top: 12px;
	padding-block: 12px;
	position: relative;
	z-index: 10;
	max-width: 1000px;
}
.content-block ul {
	margin: 0 0 27px 0;
	padding: 0;
}
.content-block ul li {
	margin-left: 16px;
    margin-bottom: 3px;
	line-height: 2;
}
.content-block a {
	color: #1d1d1d;
    font-weight: bold;
    display: inline;
    border-bottom: 2px solid #49c5b6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	text-decoration: none;
}
.content-block a:hover {
	color: #49c5b6;   
}
.link-text-collapse .fa-angle-down {
	transform: rotate(0deg);
	transition: .5s;
}
.link-text-collapse.collapsed .fa-angle-down {
    transform: rotate(-90deg);
}
.show-photo {
	margin-bottom: 20px;
}
.show-photo img {
	max-width: 100%;
	height: auto;
}
.show-card+.show-card {
	margin-top: 20px;
}
.block-image-wrapper {
	margin-bottom: 40px;
}
.logos-list {
	align-items: center;
}
.block-image-wrapper a {
	border-bottom: none;
}
.content-block iframe {
	max-width: 100%;
}
.content-block a.link-text-collapse {
	border-bottom: none;
}
.person-photo {
    margin-bottom: 20px;
}
.person-photo img {
    max-width: 100%;
	height: auto;
}
.person-information {
    padding-bottom: 20px;
	box-sizing: border-box;
}
.person-information h3 {
    margin-bottom: 10px;
}
h4.logos-block-title {
    margin-bottom: 28px;
    text-transform: uppercase;
    font-size: 20px;
}
.hidden-content-title {
    text-transform: uppercase;
    font-size: 14px;
}
.profiles {
    text-align: center;
}
.profile-img {
    max-width: 100%;
    margin-bottom: 5px;
}
.profiles h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0;
}
.profile-specialization {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}
.hidden-content-link {
    line-height: 1;
    margin-bottom: 20px;
}
div.content-block-socials a {
    font-size: 32px;
    border-bottom: none;
    margin: 0 20px 20px 0;
}
div.content-block-socials a:last-of-type {
	margin-right: 0;
}
/* scroll section responsive */
@media (min-width: 768px) {
	.download-link {
		font-size: 20px;
	}
	.show-card {
		display: flex;
        flex-wrap: wrap;
	}
	.show-card h2 {
		width: 100%;
	}
	.show-photo {
        width: 43%;
    }
	.show-information {
		box-sizing: border-box;
		width: 57%;
		padding-left: 50px;
	}
	.block-image-wrapper {
		padding: 0 18px;
	}
	.logos-list {
		margin-left: -30px;
	}
	.person-card {
        display: flex;
        flex-wrap: wrap;
    }
	.person-photo {
        width: 43%;
    }
	.person-information {
        width: 57%;
        padding-left: 50px;
    }
	.download-link, .hidden-content-title {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
	.content-blocks .accordion .accordion-item {
		position: relative;
		z-index: 1;
	}
	.content-blocks .accordion .accordion-item .collapse.content-block {
        display: block;
    }
	.content-blocks .accordion .accordion-item .accordion-button {
		display: none;
	}
	.scroll-section .section-columns {
		display: flex;
		align-items: start;
	}
	.scroll-section .section-columns .sidebar-menu {
		width: 33%;
		position: sticky;
		top: 130px;
		z-index: 20;
		margin-left: 5%;
		margin-bottom: 40px;
	}
	.sidebar-menu ul li {
		margin-bottom: 15px;
		display: block;
	}
	.sidebar-menu ul li:first-of-type a {
		display: inline-block;
	}
	.content-blocks .accordion .accordion-item {
		padding: 80px 0;
	}
	.content-blocks .accordion .accordion-item:first-of-type {
		margin-top: -80px;
	}
	.scroll-section .section-columns .content-blocks {
		padding-right: 14px;
		margin-left: 5%;
        width: 62%;
	} 
	.content-blocks .accordion .accordion-item:nth-of-type(even):before {
		right: -26px;
	}
	.hero-section {
		margin-bottom: 80px;
	}	
}
/* simple section */
.simple-section {
	padding: 40px 0 1px;
	text-align: center;		
	position: relative;
	z-index: 2;	
	background: #e5e5e5;
}
.simple-section h1,
.simple-section h4 {
	margin-bottom: 20px;
}
.section-description {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 32px;
}
/* simple section responsive */
@media (min-width: 992px) {
    .simple-section {
        padding: 65px 0;
    }
}
.event-posters .poster {
	display: block;
}
.event-posters .poster-wrapper {
	margin-bottom: 40px;
}
.event-posters .poster img {
	max-width: 100%;
	height: auto;
}
/* all events section */
.all-events-section {
    text-align: center;
    padding: 40px 0;
}
.all-events-section h1 {
    margin-bottom: 20px;
}
.all-events-section h4 {
    margin-bottom: 23px;
}
.subtitle-description {
	line-height: 2;
}
/* all events section responsive */
@media (min-width: 992px) {
    .all-events-section {
        padding: 60px 0 160px;
    }
	.subtitle-description {
        margin-bottom: 70px;
    }
}