.column-image-top img 
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 120px;
    z-index: -9;
    object-fit: cover;
}
.column-text-top {
    width: 80%;
}
.row-title-right h2 
{
    padding-left: 0%;
}
.row-title-right:before 
{
    content: "";
    width: 82.5%;
}
.row-top
{
	min-height: 140px;
}
.row-menu span 
{
    background: #000;
}


@media screen and (max-width: 1200px)
{
	.column-image-top img 
	{
		height: 120px;
	}
	.row-top {
		min-height: inherit;
	}
}


@media screen and (max-width: 760px)
{
	.row-menu span
	{
		background:#fff;
	}
	.row-search 
	{
		background: url("../images/icon-search.svg") no-repeat center/100% 100%;
	}
	.column-text-top 
	{
		width:100%;
		font-size: 14px;
	}
	.column-image-top {
		width: auto;
	}
	.row-top {
		min-height: 270px;
	}
	.column-image-top img {
		height: 120px;
	}
	/*
	#container-list-2 
	{
		padding-top: 5em;
	}
	*/
	
}


























