.items-row {
    margin-bottom: 10px !important;
    overflow: hidden;
}

.column-1, .column-2, .column-3 {
    padding: 10px 5px;
}

.cols-2 .column-1 {
    float: left;
    width: 46%;
}

.cols-2 .column-2 {
    float: right;
    margin: 0;
    width: 46%;
}

.cols-3 .column-1 {
    float: left;
    margin-right: 4%;
    padding: 0 5px;
    width: 29%;
}
.cols-3 .column-2 {
    float: left;
    margin-left: 0;
    padding: 0 5px;
    width: 29%;
}

.cols-3 .column-3 {
    float: right;
    padding: 0 5px;
    width: 29%;
}
<!---->
.header-menu .deeper>a:after {
    content: '\02C5';
    font-family: sans-serif;
    color: #fff;
    margin-left: 1%;
    font-size: 100%;
    font-style: normal;
    font-weight: 100;
    display: inline-block;
    position: absolute;
	top:25%
      right:0;
}

.menu-top>.deeper>.nav-child, 
.right-menu>.deeper>.nav-child {
    			display: none;
          		position:absolute;
				background-color:white;
          		z-index:100;
          		width:100%;
  				text-align:left;
 
          		/*left:50%;*/

			}
		.right-menu>li,
		.menu-top>li{
          	display:inline-block;
			position:relative;
          /*width:99%;*/
			background-color:none;
			}
     	.right-menu>li:hover {
   			 background-color: #f9f6d5;
             }
        .deeper>ul a:hover {

          border-bottom:1px solid black;
          border-left:1px solid black;

        }

/*li.item-101, li.item-101{
  width:12%;
}*/
li.item-234{
  width:16%
}
li.item-264{
  width:20%
}
li.item-265{
  width:20%
}
/*li.item-309{
 width: 16%;
}*/
.blogsvo>.items-leading,
.blogsvo>.items-row{
  position:relative;
  z-index:2;
}
.blogsvo>.items-leading::after,
.blogsvo>.items-row::after{
    content: ' ';
    display: block;
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    background: url(/images/background/Besm_polk_SVO3.png) no-repeat center;
    background-size:100% 100%;
}