.col-lg-9.col-md-9.col-sm-12.col-xs-12>h1 {
display: none;
}
.mngh3 {
	display: flex;
	align-items: center;
	justify-content: center;
    font-weight: bold;
    font-size: 30px;
    padding: 10px 20px 10px 20px;
    opacity: .9;
	border: 1px solid #0075FF;
    border-radius: 10px;
}
.vosklzi {
width: 40px;
max-width: 40px;
height: 40px;
margin-right: 10px;
}
.texv {
    display: flex;
	flex-flow: column;
}
.atextv {
	font-weight: 600; 
	font-size: 18px;
	width: 100%;
}
.text-img {
	display: flex;
}
img.imgpict {
	width: 100%;
	height: auto;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.cpict {
	width: 40%;
	overflow: hidden;
}


.cpict:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.gline {
width: 100%;
height: 0px;
border-top: solid 1px #d3d3d3;
margin-top: 10px;
margin-bottom: 10px;
}
ul.ucl>li {
	font-size: 16px;
	margin-top: 14px;
}
.vstypl {
    display: flex;
    justify-content: space-between;
}
.ulzag {
font-weight: bold; 
font-size: 18px;
}
.ltextv {
margin-left: 10px;
width: 60%;
}

@media screen and (max-width: 700px) {
.cpict {
width: 100%;
}
.text-img {
flex-flow: column;
}
.ltextv {
width: 100%;
}
}