@charset "utf-8";
/*
Theme Name: MRA Theme
Author: making the web
Version: 1.0.0
 */

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /assets/css/
The SASS sources for it can be found in /assets/css/partials/
*/

.wpml-ls-sub-menu li a, .wpml-ls-item-toggle {
	background-color: rgba(0,0,0,0.3) !important;
}

.fullwidth-sect.blog-sect + .fullwidth-sect.video-sect,
.fullwidth-sect.video-sect + .fullwidth-sect.job-sect{
	padding-top: 0px;
}

.homepage {
	background-color: #fff;
}

.header_notice{
	margin-left: 15px;
	font-size: 37px;
	line-height: 37px;
	font-weight: bold;
	color: red;
	cursor: pointer;
	position: relative;
	display: block !important;
}

.header_notice .hover{
	display: none;
}

.header_notice:hover .hover{
	display: block;
	font-size: 14px;
	color: #fff;
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	padding: 10px;
	margin-left: -200px;
	top: 50px;
	width: 400px;
	max-width: 90vw;
}

@media (max-width: 767px) {
	.header_notice{
		display: none !important;
	}	
}

.team-sect:not(:first-child) {
	padding-top: 0;
}

.team-sect:not(:last-child) {
	padding-bottom: 0;
}

.team-list{
	margin-top: 50px;
	margin-bottom: 50px;
}

.BorlabsCookie{
	text-align: center;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small{
	display: block;
    float: right;
    margin-left: 5px;
    margin-top: 1px;
}

.footer__certificates, .footer__other_logos{
	text-align: center;
}

.footer__certificates a, .footer__other_logos a{
	margin: 15px;
	display: inline-block;
}

.footer__certificates img{
	height: 70px;
	max-width: 100%;
}

.footer__other_logos img{
	max-height: 50px;
	max-width: 100%;
}

@media (min-width: 992px){

	.footer{
		padding-top: 30px;
	}
	
	.footer__certificates, .footer__other_logos{
		width: 100%;
		clear: both;
		text-align: right;
	}
	
	.footer__other_logos{
		margin-bottom: 30px;
	}
	
	.footer__certificates img{
		height: 110px;
		max-width: 100%;
	}
}

.announcement_banner a, .announcement_banner img{
	width: 100%;
}

.main-banner-badge {
	position: absolute;
	right: 70px;
	top: 170px;
}

.main-banner-badge img {
	width: 150px;
}

@media (max-width: 991px) {
	.main-banner-badge {
		right: 30px;
		top: 100px;
	}

	.main-banner-badge img {
		width: 100px;
	}
}

.agb_list > li::marker {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}

.footer_certificates_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.footer__certificates {
	width: auto;
}

#eKomiWidget_default {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.footer_certificates_wrapper {
		flex-direction: column;
		align-items: center;
	}
	
	.footer__certificates {
		text-align: center;
	}
}