#cont1
{    flex-direction: column;
	margin-left:5%;
	width:45%;
	color:#fff;
	font-size:27px;
	display:flex;
	justify-content: space-around;
}

.cont5 
{
	padding-top:5px;
}

.cont7,.cont6
{
	font-weight:bold;
}

.cont4
{
	font-size:22px;
}

.cont43
{
	height:10px;
}

.cont5 img 
{
width:50px;
margin-right:30px;	
margin-bottom:10px;
}

#cont1 a
{
	color:#fff;
	text-decoration:underline;
}

#cont2
{
	display:flex;
	z-index:1;
	position:relative;
}

.company1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    bottom: 0px;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0,0,0,0.6)), to(rgba(0,0,0,0.7)) );
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
}
	
#cont
{	
    background-position: center center;
    background-attachment: scroll;
    background-image: url(https://artwell.com.ua/images/fon6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 30px;
    
position:relative;
}

#cont iframe 
{
	width:50%;
}

#cont1
{
	width:50%;
}

h1, .h1 {
    color: #ffffff;
    font-size: 55px;
    font-family: '1',Arial,sans-serif;
    line-height: 1;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    margin: 0px;
	z-index:1;
	position:relative;
    padding-bottom: 60px;
}