﻿.flex-body{
    display: -ms-flexbox;
 	display: -webkit-box;
	display: flex;
}

.flex-body>div:first-child{
   flex:5;	
}

.flex-body>div:last-child{
   flex:3;	
}

#KVANDMSG .flex-body>div:first-child{
   flex:2.5;	
}

#KVANDMSG .flex-body>div:last-child{
   flex:2.5;	
}

@media print,screen and (max-width: 768px){
	.flex-body{ display:block;}
}

#KVANDMSG {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 121px;
}
@media print,screen and (max-width: 768px){
#KVANDMSG {
  margin-top: 72px;
}
}

#MESSAGE{
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}

section{
	margin-bottom: 40px;
}

section>div{	
	max-width:1200px;
	margin-left: auto;
	margin-right: auto;
	padding:1em 7.5%;
}
#overlayblock {
  width: 80% !important;
  max-width: 1200px !important;
}
#overlayblock p img {
  max-width: 100%;
  height: auto;
}