#vkwrapper
{
	padding: 40px 0px;
	position: relative;
}

#vkwrapper .mainwidth
{
	background-color: #fff;
	background-image: url(/img/2022/vkfon.png);
	background-position: 20% center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: -2px 2px 4px #aaa;
}

#vkwrapper .mainwidth>div:first-child
{
	padding: 20px 40px;
	text-align: left;
}

#vkwrapper .mainwidth>div:nth-child(2)
{
	padding: 20px 40px;
}


#vkwrapper h2
{
	text-transform: uppercase;
	font-size:38px;
	font-weight: 600;
	color: #000;
	padding: 60px 0px 8px;
	margin: 0px;
	text-align: left;
}


#vkwrapper p
{
	text-align: justify;
	margin: 0px;
	padding: 0px 0px 40px;
}

@media (max-width: 767px) {

	#vkwrapper .mainwidth
	{
		background-position: top;
		margin: 0px 20px;
		padding-right:40px;
	}

	#vkwrapper>.mainwidth.flex,
	#vkwrapper>.mainwidth.flex>div
	{
		display: block;
		width: auto;
		clear: both;
	}

	#vkwrapper>.mainwidth.flex>div .button
	{
		display: none;
	}


	#vkwrapper h2
	{
		text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-align: left;
    padding: 30px 0px 18px;
	}

	#vkwrapper .mainwidth>a.greenright
	{
		position: absolute;
		top: 41px;
		height: calc(100% - 81px);
		right: 20px;
	}

}
