body {
	background:#f3f3f3;
}
.totmodule{
margin:30px 0;
}
.popmoduletitle, .totmoduletitle {
  font-size: 22px;
  font-family: Verdana;
  position: relative;
}

.popmoduletitle:first-letter {
	font-size: 70px;
}

.popmoduletitle:before {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    height: 67px;
    width: 55px;
    top: -21px;
    background-image: url(../images/skrep.png);
}
.popmoduletitle:after, .ocompmoduletitle:after,.newsmoduletitle:after,.totmoduletitle:after{
	content: "";
	position: absolute;
	top:75%;
	height: 2px;
	width: 75%;
	right: 0;
	display: block;
	border-top: 1px dashed #000;
}
.ocompmoduletitle:after {
	width: 85%;
}
.newsmoduletitle:after{
	width: 78%;
}
.dtmodule {
  box-shadow: 0px 2px 7px 1px rgba(50, 50, 50, 0.3);
  	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
#no_sides {
    background-color: #fff;
    /* padding: 0 20px; */
    margin-top: -14px;
    margin-left: -20px;
    margin-right: -20px;
    font-family: Verdana;
}
.ocompmodule {
  margin-top: 40px;
}
.ocompmoduletitle, .newsmoduletitle{
font-size:20px;
position:relative;
    padding: 0 5px;
}
.ocompmodulebody{
	padding: 0 20px;
}
.newsmodulebody{
	margin:20px 20px;
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:wrap;
    -ms-flex-direction:wrap;
        flex-direction:wrap;
}
a.mod_latest_title{
	clear:both;
	color:#a8000b;
	font-size: 16px;
	text-decoration:none;
}
.mod_latest_entry {
    width: 245px;
        height: 205px;
    margin-right: 20px;
    float: left;
    overflow:hidden;
}
.mod_latest_entry:nth-child(4) {
	margin-right:0;
}
.mod_latest_image img{
	height:95px;
	width:95px;
	margin: 10px ;
}
.modsmodulebody ul {
	  margin: 0;
  padding: 0;
	 display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-orient: horizontal;
   -webkit-box-direction: normal;
   -webkit-flex-direction: row;
       -ms-flex-direction: row;
           flex-direction: row
           width:100%;
}
.modsmodulebody ul li{
	    margin-right: 15px;
	  width: 265px;
  height: 186px;

  position: relative;
  list-style: none;

}
.modsmodulebody ul li a{
  left: 31px;
  top:31px;
  bottom: 31px;
  text-align: center;
  line-height: 195px;
  right: 31px;
  background-color: rgba(0,79,176,.5);
  position: absolute;
  text-decoration: none;
  transition: 0.4s;
  font-size: 22px;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  font-family: Verdana;
  outline: 0px solid rgb(110, 155, 210);
}


.modsmodulebody ul li:hover a{
  outline: 31px solid rgba(0,79,176,.5);
}
.modsmodulebody ul li:hover span{
  text-decoration: underline;
}
.modsmodulebody ul li:nth-child(4) a{
	background-image:url("../images/icons/voz.png");
}
.modsmodulebody ul li:nth-child(3) a{
	background-image:url("../images/sale.png");
}
.modsmodulebody ul li:nth-child(2) a{
	background-image:url("../images/pay.png");
}
.modsmodulebody ul li:nth-child(1) a{
	background-image:url("../images/dostavka.png");
}


.modsmodulebody ul li:nth-child(4) {
  background-image:url("../images/salezad.png");
}
.modsmodulebody ul li:nth-child(3) {
  background-image:url("../images/vozvrzad.png");
}
.modsmodulebody ul li:nth-child(2) {
  background-image:url("../images/payzad.png");
}
.modsmodulebody ul li:nth-child(1) {
  background-image:url("../images/myzikzad.png");
}

