﻿.render-body {
  background-color: #292929;
  padding-bottom: 1px;
}

.down-content {
  position: relative;
}

.down-wrap {
  position: relative;
  min-height: 400px;
}

.down-type-wrap {
  display: flex;
  margin-bottom: 30px;
}

.down-type-wrap .type-title {
  color: #fff;
  margin-top: 0;
  line-height: 30px;
  margin-right: 15px;
  font-weight: bold;
}

.down-type-wrap .type-sub {
  display: flex;
}

.type-sub > button {
  display: block;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 15px;
  margin: 0 10px 10px 0;
  color: #999;
  background-color: #383838;
  font-size: 14px;
  line-height: 1;
}

.type-sub > button.active {
  background-color: #028be6;
  color: #fff;
}

.down-item {
  background-color: #151515;
  padding: 5%;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.down-item:hover {
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
}

.down-img {
  padding-top: 50%;
  position: relative;
  margin-bottom: 15px;
}

.down-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.down-img-wrap img {
  width: 100%;
}

.down-name {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

.down-link {
  display: inline-block;
  border: 1px solid rgba(2, 139, 230, 0.98);
  border-radius: 18px;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 25px;
  color: rgba(2, 139, 230, 0.98);
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.down-link:hover,
.down-link:focus {
  border-color: rgba(2, 139, 230, 0.98);
  color: #fff;
  background-color: rgba(2, 139, 230, 0.98);
}

@media (min-width: 768px) {
  .down-wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
  }

  .down-type-wrap {
    margin-left: 1.66%;
  }

  .down-item {
    width: 30%;
    margin: 0 1.66% 3.33%;
  }

  .down-name {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .container-wrap {
    padding: 0;
  }
}
