#cookie_notification{
	z-index: 10;
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px; 
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p{
	margin: 0;
	font-size: 12px;
	text-align: left;
	color: $color_text;
}
@media (min-width: 576px){
	#cookie_notification.show{
		display: flex !important;
	}
	.cookie_accept{
		margin: 0 0 0 25px;
	 }
}
@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
	.cookie_accept{
		margin: 10px 0 0 0;
	}
}
.company .company-text-contain{
    font-family: 'FuturaPTBook';
    font-size: 16px;
    padding-right: 60px;
    padding-bottom: 35px;
}
.company .company-image-contain{
	position: relative;
}
.company .company-image-contain .company-sert-contain {
    top: 30px;
    bottom: 0;
    left: 30px;
    right: 0;
    position: absolute;
}
.company .company-image-contain .company-sert-contain span {
    text-align: left;
    display: inline-block;
    font-family: 'FuturaPTBold';
    font-size: 30px;
    color: #fff;
    line-height: 1.1;
}
.company .company-image-contain .arrow-contain {
    position: absolute;
    bottom: 20px;
}
.company.company-detail-page-url {
    font-family: 'FuturaPTMedium';
    font-size: 20px;
    color: #000;
    display: inline-block;
    padding: 14px 30px;
    border: 2px solid #bb0007; 
	transition: 0.4s;
}
.company.company-detail-page-url:hover{
	background-color:#bb0007;
	color:#fff;
	text-decoration:none;
}
.company.company-detail-page-url path{
	transition: 0.4s;	
}
.company.company-detail-page-url:hover path{
	fill:#fff;
}
.widget-content .comp:first-child {
    border-left: none;
}
.widget-content .comp {
    padding: 47px 0;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.widget-content .number-content {
	font-family: 'FuturaPTBold';
    font-size: 60px;
    color: #313131;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.widget-content .number-description {
	font-family: 'FuturaPTBook';
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.company-mobile-button {
	display: inline-block;
}
.company .company-image-contain a .image-wrap{
    position: relative;
    transition: 0.4s;
}
.company .company-image-contain a .image-wrap:hover {
    transform: translateY(-10px);
	box-shadow: 0 4px 20px 0 rgba(74, 74, 74, 0.4);
}
.intec-grid>.intec-grid-item-75 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}
@media all and (max-width: 1000px) {
	.widget-content .comp {
		border: none; 
		padding: 10px 0;
	}
	.widget-content .number-content {
		text-align: right;
	}
	.company .company-image-contain .image-wrap{
		display:none;
	}
	.company-mobile-button {
		display: block;
		text-align: center;
	}
	.company .company-text-contain{
		padding-right: 0;
	}
}
@font-face {
    font-family: 'FuturaPTBold';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTBold.otf);
}
@font-face {
    font-family: 'FuturaPTBook';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTBook.otf);
}
@font-face {
    font-family: 'FuturaPTCondBold';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTCondBold.otf);
}
@font-face {
    font-family: 'FuturaPTCondBook';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTCondBook.otf);
}
@font-face {
    font-family: 'FuturaPTCondExtraBold';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTCondExtraBold.otf);
}
@font-face {
    font-family: 'FuturaPTCondMedium';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTCondMedium.otf);
}
@font-face {
    font-family: 'FuturaPTDemi';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTDemi.otf);
}
@font-face {
    font-family: 'FuturaPTExtraBold';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTExtraBold.otf);
}
@font-face {
    font-family: 'FuturaPTHeavy';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTHeavy.otf);
}
@font-face {
    font-family: 'FuturaPTLight';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTLight.otf);
}
@font-face {
    font-family: 'FuturaPTMedium';
    font-style: normal;
    font-weight: normal;
    src: url(fonts/FuturaPTMedium.otf);
}
.intec-aligner {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    overflow: hidden;
}
.widget .widget-header .widget-title {
    font-size: 50px !important;
    /* font-weight: bold; */
    line-height: 1.3 !important;
    color: #313131;
    margin-bottom: 5px;
    font-family: 'FuturaPTBold';
}

