/* Main Intro overflow */
.main-block > .intro {
	overflow: hidden;
}

/* Our Clients */
/*
.partners__item-img {
	max-width: 132px;
	max-height: 112px;
}
*/

/* Top Menu Submenu Active */
.header__nav-submenu .header__nav-submenu-item-selected {
	color: #0079C1;
	text-decoration: none;
}

/* Software-asset .software-asset__info */
.software-asset__info ul {
	padding-left: 20px;
}

/* Library */
.btn--download-library-after:after {
	content: '';
	width: 20px;
	height: 20px;
	min-width: 20px;
	display: inline-flex;
	margin-left: 8px;
	background: url('img/icons/arrow-right-accent.svg') no-repeat center / contain;
}

.whatsapp_widget_item {
	right      : 40px;
	bottom     : 120px;
	background : #40B3E0;
}

.phone_widget_item {
	right      : 40px;
	bottom     : 40px;
	/*background:rgba(244,67,54,1);*/
	background : #f39600;
}

.whatsapp_widget_item,
.phone_widget_item {
	display         : flex;
	position        : fixed;
	z-index         : 99999;
	border-radius   : 50%;
	width           : 60px;
	height          : 60px;
	justify-content : center;
	align-items     : center;
	box-shadow      : 0 0 3px rgba(0, 0, 0, .1);
	transition      : all ease-in .3s;
}

.whatsapp_widget_item svg,
.phone_widget_item svg {
	fill    : #fff;
	opacity : .8;
}

.whatsapp_widget_item:hover,
.phone_widget_item:hover {
	box-shadow : 0 0 5px rgba(0, 0, 0, .5);
}

.whatsapp_widget_item:hover svg,
.phone_widget_item:hover svg {
	opacity    : 1;
	transition : all ease-in .3s;
}

.callbackkiller.cbk-phone {
	display : none !important;
}

/* Press Center */
@media (min-width: 768px) {
	.header__nav-child .header__nav-child-item--column {
		width: 45%;
	}
	.event-section__panel {
		min-height: 160px;
	}
}

@media (min-width: 1200px) {
	.header__nav-child .header__nav-child-item--column {
		width: 45%;
	}
}