.content {
  background-color: #efefef;
  text-align: left;
}
.content-home .content-item {
  background-image: url(../assets/bg-paper.jpg);
  background-size: 100% auto;
  position: relative;
}
.content-home .col {
  padding-left: 0;
  padding-right: 0;
}
.content-home .content-title-wrapper {
  background-repeat: no-repeat;
  background-size: 101% 100%;
  background-position: center center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 222px;
}
.content-home .content-title-wrapper.red {
  background-image: url(../assets/top-red.png);
}
.content-home .content-title-wrapper.blue {
  background-image: url(../assets/top-blue.png);
}
.content-home .content-title-wrapper.green {
  background-image: url(../assets/top-green.png);
}
.content-home .content-title-wrapper.yellow {
  background-image: url(../assets/top-yellow.png);
}
.content-home .content-title {
  color: #f0f1f2;
  font-size: 25px;
  text-align: center;
  position: relative;
  padding: 63px 0 108px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .content-home .content-title {
    padding-top: 48px;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.content-home .content-title:before, .content-home .content-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 50%;
}
.content-home .content-title:before {
  background-image: url(../assets/element-2.png);
  width: 31px;
  height: 27px;
  top: 26px;
  margin-left: -15px;
}
@media (max-width: 500px) {
  .content-home .content-title:before {
    top: 14px;
  }
}
.content-home .content-title:after {
  background-image: url(../assets/element-3.png);
  width: 19px;
  height: 19px;
  bottom: 85px;
  margin-left: -10px;
}
.content-home .content-title.dark-title {
  color: #18242a;
}
.content-home .content-title.dark-title:before {
  background-image: url(../assets/element-5.png);
}
.content-home .content-title.dark-title:after {
  background-image: url(../assets/element-6.png);
}
.content-home .content-title.height-title {
  line-height: 30px;
}
.content-home .content-info {
  font-size: 40px;
  text-align: center;
  padding: 90px 0;
}
.content-home .content-info .text {
  padding-bottom: 25px;
}
@media (max-width: 500px) {
  .content-home .content-info .text {
    font-size: 30px;
  }
}
.content-home .content-element {
  width: 23px;
  height: 25px;
  background-image: url(../assets/element-4.png);
  display: inline-block;
}
.content-home .content-wrapper {
  overflow: hidden;
  width: 100%;
  height: 500px;
}
.content-home .content-image {
  width: 60%;
  margin: 80px auto 0;
  display: block;
  -webkit-transition: transform 1s ease;
  -moz-transition: transform 1s ease;
  transition: transform 1s ease;
}
.content-home .content-image:hover {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.content-home .content-image.m1 {
  margin-top: 190px;
}
.content-home .content-image.m2 {
  margin-top: 125px;
}
@media (max-width: 500px) {
  .content-home .content-image.m1, .content-home .content-image.m2 {
    margin-top: 230px;
  }
}
@media (max-width: 500px) {
  .content-home .content-image {
    width: auto;
    height: 50%;
    margin-top: 200px;
  }
}
.content-home .info-item {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #f0f;
  font-size: 50px;
  text-transform: uppercase;
  background-image: url(../assets/bg-info.jpg);
  line-height: 55px;
  padding: 168px 0 167px;
}
@media (max-width: 500px) {
  .content-home .info-item {
    font-size: 30px;
  }
}
.content-product {
  padding: 135px 0 120px;
  margin-top: -80px;
}
.content-title {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
}
.content-title sup {
  font-size: 16px;
  vertical-align: 3px;
}
.content-subtitle {
  margin: 0;
  font-size: 27px;
  font-weight: 600;
}
.content-subtitle.last {
  padding-bottom: 60px;
}
.content-text {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 19px;
}
.content-description {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
}
.content-link {
  background-color: #31908a;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  padding: 10px 56px;
  margin-top: 56px;
  display: inline-block;
  text-decoration: none;
  font-family: "Bebas Neue";
  font-weight: bold;
}
.content-link:hover {
  text-decoration: none;
  color: #eee;
}

@media (max-width: 992px) {
  .container-slider {
    padding-top: 100px;
  }
}

@media (max-width: 600px) {
  .container-slider {
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .content-product-long-item .container-slider {
    padding-top: 0;
  }
}