.swd-md-2, .swd-md-3, .swd-md-4, .swd-md-5, .swd-md-6,
.swd-sm-4, .swd-sm-6,  
.swd-xs-6, .swd-xs-12 {
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}
.swd-xs-6, .swd-xs-12 {
  float:left;
}
.swd-xs-12 {
  width:100%;
}
.swd-xs-6 {
  width:50%;
}
@media (min-width: 768px) {
  .swd-sm-4, .swd-sm-6 {
    float:left;
  }
  .swd-sm-6 {
    width: 50%;
  }
  .swd-sm-4 {
    width:33.33333333%;
  }
}
@media (min-width: 992px) {
  .swd-md-2, .swd-md-3, .swd-md-4, .swd-md-5, .swd-md-6 {
    float:left;
  }
  .swd-md-6 {
    width:50%;
  }
  .swd-md-5 {
    width:41.66666667%;
  }
  .swd-md-4 {
    width:33.33333333%;
  }
  .swd-md-3 {
    width:25%;
  }
  .swd-md-2 {
    width: 16.66666667%;
  }
}
.more-row {
  margin-right: -15px;
  margin-left: -15px;
}
.more-clear:before,
.more-clear:after,
.more-row:before,
.more-row:after {
  display:table;
  content: " ";
}
.more-clear:after,
.more-row:after {
  clear:both;
}
.swdmore-ads.top-space {
  margin-top:24px;
  margin-bottom:24px;
}
.swdmore-ads h3 {
  margin-top: 20px;
  margin-bottom: 1px;
}
.ads-layout {
  margin-top:8px;
  margin-bottom:10px;
}
.ads-thumb {
  text-align: center;
  padding:6px 15px;
}
.ads-bloks {
  position: relative;
  background-color: rgba(242, 244, 247, 0.7);
  border: 1px solid #ff2666;
  text-align: center;
  padding:10px 8px 14px 8px;
  cursor: pointer;
}
.ads-bloks:hover {
  box-shadow:0px 2px 3px 3px rgba(34, 60, 80, 0.3);
}
.ads-image {
  text-align: center;
}
.ads-image img {
  margin-left: auto;
  margin-right: auto;
}
.ads-cont {
  padding:6px 0;
}
.ads-cont p {
  color: #868583;
  font-size:16px;
  margin-top:3px;
  margin-bottom:3px;
}
.swdload-gif {
  padding:4px 2px;
}
.swdload-gif img {
  margin-bottom:4px;
}
.swdmore-ads .text-not {
  text-align:center;
  font-weight:600;
  color:#bebebe;
  margin-top:10px;
  margin-bottom:2px;
}
@media (max-width: 640px) {
  .ads-thumb {
    padding:6px 20px;
  }
}
@media (max-width: 412px) {
  .ads-thumb {
    padding:6px 10px;
  }
}