.landingTests {
  position: relative;
  background: #fff;
  padding-top: 35px;
  padding-bottom: 45px;
  line-height: 1;
}
.landingTests .items-wrap {
  margin: 0 -7px;
  display: block;
  position: relative;
}
.landingTests .items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.landingTests .item-wrap {
  width: 33.33%;
  float: left;
  padding: 0 7px;
  margin-bottom: 14px;
}
.landingTests .button-wrap {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 0;
}
.landingTests h2,
.landingTests h3 {
  font-size: 24px;
  line-height: 1.2083;
  font-weight: bold;
  color: #505050;
  margin-bottom: 1.2083em;
  margin-top: 0;
}
.landingTests h3 {
  font-size: 22px;
}
.test-link-box {
  background: #000 url(../img/2.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 22px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 26px 250px 28px 30px;
}
.test-link-box .text-wrap {
  width: 100%;
  max-width: 390px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.test-link-box .text-wrap p {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
.test-link-box .button-wrap {
  width: 185px;
  z-index: 3;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -26px;
  line-height: 1;
}
.test-link-box .test-title {
  display: block;
  font-size: 22px;
  line-height: 1.1818;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: left;
  text-transform: none;
  margin: 0 0 0.75em 0;
  padding: 0;
}
.test-link-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 54, 68, 0.8)), to(rgba(22, 54, 68, 0.8)));
  background: -o-linear-gradient(rgba(22, 54, 68, 0.8), rgba(22, 54, 68, 0.8));
  background: linear-gradient(rgba(22, 54, 68, 0.8), rgba(22, 54, 68, 0.8));
}
.test-link-box .btn.btn-catalog.btn-catalog-main {
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.title-decor {
  padding-bottom: 0.9em;
  position: relative;
}
.title-decor:before {
  content: "";
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #00a2ff;
}
.item-catalog {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  background: #000;
}
.item-catalog .cat-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.item-catalog .cat-photo img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-catalog .cat-photo:before {
  content: "";
  display: block;
  padding-top: 74.8%;
}
.item-catalog .cat-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 54, 68, 0.8)), to(rgba(22, 54, 68, 0.8)));
  background: -o-linear-gradient(rgba(22, 54, 68, 0.8), rgba(22, 54, 68, 0.8));
  background: linear-gradient(rgba(22, 54, 68, 0.8), rgba(22, 54, 68, 0.8));
}
.item-catalog .cat-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 3;
  padding: 0 24px 28px 24px;
}
.item-catalog .cat-title {
  display: block;
  margin: 0;
  font-size: 22px;
  line-height: 1.1818;
  font-weight: 600;
  font-family: "Exo 2";
  color: #fff;
}
.item-catalog .cat-subtitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 9px;
}
.item-catalog .cat-button {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  max-height: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.item-catalog .btn.btn-catalog.btn-catalog-main {
  color: #fff;
  display: block;
  width: 100%;
}
.item-catalog:hover .cat-button {
  padding-bottom: 3px;
  padding-top: 29px;
  max-height: 84px;
}
.btn.btn-catalog.btn-catalog-main {
  padding: 14px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #5E5E5E;
  text-shadow: none;
  background: none;
  font-family: 'Roboto', sans-serif;
}
.btn.btn-catalog.btn-catalog-main span {
  display: block;
  position: relative;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
}
.btn.btn-catalog.btn-catalog-main:hover {
  color: #fff;
}
.btn.btn-catalog.btn-catalog-main:hover:after {
  background: -webkit-gradient(linear, left top, right top, from(#6486df), to(#c353ea));
  background: -o-linear-gradient(left, #6486df, #c353ea);
  background: linear-gradient(to right, #6486df, #c353ea);
}
.btn.btn-catalog.btn-catalog-main:active:after {
  background: -webkit-gradient(linear, right top, left top, from(#9F2ACC), to(#3C62C2));
  background: -o-linear-gradient(right, #9F2ACC, #3C62C2);
  background: linear-gradient(to left, #9F2ACC, #3C62C2);
}
@media (max-width: 1023px) {
  .landingTests .item-wrap {
    width: 50%;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  .item-catalog .cat-title {
    font-size: 20px;
  }
}
@media (max-width: 639px) {
  .landingTests .item-wrap {
    width: 100%;
  }
  .item-catalog {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-catalog .cat-title {
    font-size: 20px;
  }
  .test-link-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .test-link-box .text-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .test-link-box .button-wrap {
    position: relative;
    margin: 20px auto 0 auto;
    top: auto;
    right: auto;
  }
  .test-link-box .test-title {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .test-link-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .test-link-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .test-link-box .text-wrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .test-link-box .button-wrap {
    position: relative;
    margin: 20px auto 0 auto;
    top: auto;
    right: auto;
  }
  .test-link-box .test-title {
    text-align: center;
  }
}
