.sub-tabs-nav { 
	flex-wrap: wrap;
}
.sub-tab-nav-item { 
	margin-bottom: 20px!important;
}
.filtering {
	margin-top: 0!important;
}
.content {
	padding: 0!important;
}

#tabs-container > div > div > div > div.sub-tab-content-item.active > div > div.row.portfolio-grid.mrt-80{
	box-shadow: 0 0 10px rgb(177 177 177 / 50%);
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
		margin-top: 40px!important;
}

#tabs-container > div > div > div > div.sub-tab-content-item.active > div > div.row.portfolio-grid.mrt-80 > div{
	padding: 0;
	margin: 0;
}

.certificate-topic--wrapper .certificate-topic_bg-right { 
	top: -60px!important;
}

.certificate-title{
	font-family: 'Roboto', sans-serif!important;
}

.certificate-sub_title{
	font-family: 'Roboto', sans-serif!important;
}

.certificate-sub_title_name{
	font-family: 'Roboto', sans-serif!important;
}

.certificate-title_name{
	font-family: 'Roboto', sans-serif!important;
}

.certificate-desc{
	font-family: 'Roboto', sans-serif!important;
}
.certificate-topic{
overflow: hidden;
margin-top: 25px!important;
}

.certificate-topic:after{
	position: absolute;
	content: '';
	left: -165px;
	bottom: -165px;
	width: 400px;
	height: 400px;
	background: url(https://school-jazeera.com/wp-content/uploads/2023/04/decor.svg);
	border-radius: 50%;
	opacity: 0.5;
}

.sub-tabs-content .active .item:nth-child(1) {
	display: block;
}

.certificate-course { 
	width: 100%!important;
}

.sub-tabs-nav { 
	margin-top: 32px!important;
}

.popup {
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 55555555;
}
.popup__block {
	background: #FFFFFF;
	border-radius: 15px;
	width: 900px;
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 30px;
	border-top: 5px solid #26867a;
	border-bottom: 5px solid #26867a;
}
.popup__title {
	font-style: normal;
	font-weight: 500;
	font-size: 38px;
	line-height: 52px;
	color: #FF1720;
	margin-bottom: 13px;
}
.popup__teme {
	font-style: normal;
	font-weight: 500;
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	color: #202020;
	margin-bottom: 15px;
	font-weight: 600;
}
.popup__description {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	width: 630px;
	letter-spacing: -0.03em;
	color: #5A5A5A;
	margin-bottom: 28px;
}

.popup__description:after{
	position: absolute;
	content: '';
	right: -50px;
	top: -40px;
	background: url(https://school-jazeera.com/wp-content/uploads/2023/04/p.svg);
	width: 198px;
	height: 200px;
}

.popup__description a{
	color: #FF1720;
	margin-left: 1px;
	text-decoration: none;
	transition: all 0.6s;
	cursor:pointer;
}

.popup__description a:hover{
	text-decoration: underline;
}

.popup__button {
	width: 179px;
	height: 50px;
	background: #26867A;
	border-radius: 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: -0.03em;
	color: #FFFFFF;
	text-align: center;
	transition: all 0.6s;
	cursor:pointer;
}

.popup__button:hover{
	background: #32776e;
}

@media (max-width: 768px){
	.popup__block {
		width: 80%;
		height: auto;
		margin-top: -50px;
		padding: 35px 25px;
		padding-top: 25px;
	}
	.popup__description {
		width: 100%;
		margin-bottom: 18px;
	}
	.popup__title {
		font-size: 32px;
		text-align: center;
		margin-bottom: 1px;
	}
	.popup__teme{
		margin-bottom: 10px;
	}
	.popup__description:after {
		position: absolute;
		content: '';
		right: -20px;
		top: 50px;
		background: url(https://school-jazeera.com/wp-content/uploads/2023/04/p.svg);
		width: 120px;
		height: 120px;
		background-size: contain;
	}
}