.unslider {
  position: relative; }
  .unslider .unslider-arrow {
    top: 40%;
    font-size: 45px;
    z-index: 50; }
  .unslider .prev {
    left: 10%; }
  .unslider .next {
    right: 10% !important; }
  .unslider .unslider-nav {
    position: absolute;
    bottom: 0;
    z-index: 30;
    left: 0;
    right: 0; }

.slider {
  height: 350px; }
  .slider ul li > a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
  .slider .slide {
    height: 350px;
    background-position: center center;
    background-size: cover; }
  .slider .slide-ten {
    background-image: url("../images/action_1.jpg"); }
  .slider .slide-null {
    background-image: url("../images/action_0.jpg"); }
  .slider .slide-one {
    background-image: url("../images/action_10.jpg"); }
  .slider .slide-two {
    background-image: url("../images/action_2.jpg"); }
  .slider .slide-three {
    background-image: url("../images/action_3.jpg"); }
  .slider .slide-four {
    background-image: url("../images/action_4.jpg"); }
  .slider .slide-five {
    background-image: url("../images/action_5.jpg"); }

.about {
  background-color: #fafafa;
  padding: 50px 0 20PX; }
  .about .about-item {
    padding-top: 15px;
    padding-bottom: 15px; }
    .about .about-item img {
      width: 76px;
      height: auto;
      float: left; }
    .about .about-item span {
      margin-left: 76px;
      display: block;
      padding: 10px 15px;
      font-size: 20px;
      line-height: 24px; }
      .about .about-item span strong {
        color: #C01324;
        font-size: 26px; }

.calculation {
  position: relative;
  padding: 10px 0; }
  .calculation h2 {
    color: #333;
    text-align: center;
    margin-bottom: 35px; }
  .calculation .head-calc {
    text-align: center; }
    .calculation .head-calc p {
      display: inline-block;
      margin: 0;
      font-size: 16px; }
    .calculation .head-calc .span-num {
      display: inline-block;
      margin-left: 20px;
      border: solid 1px #ccc;
      padding: 8px 8px 8px 0;
      font-size: 16px;
      font-weight: bold; }
    .calculation .head-calc input {
      display: inline-block;
      border: none;
      outline: none;
      text-align: right; }
  .calculation .body-calc {
    margin-top: 10px; }
    .calculation .body-calc span {
      font-size: 14px;
      position: relative;
      bottom: -2px;
      color: #C01324; }
  .calculation .rangeSlider, .calculation .rangeSlider__fill {
    height: 5px; }
  .calculation .rangeSlider__fill {
    background-color: #FFE57A; }
  .calculation .result {
    margin-top: 30px;
    margin-bottom: 15px; }
    .calculation .result .result-one {
      text-align: right; }
    .calculation .result .result-but {
      background-color: #FFE57A;
      display: inline-block;
      padding: 10px;
      font-size: 12px; }
      .calculation .result .result-but span {
        font-size: 20px;
        margin-left: 5px; }
      .calculation .result .result-but i {
        margin-right: 2px;
        margin-left: 5px;
        font-size: 18px; }
    .calculation .result .result-two a, .calculation .result .result-three a {
      display: inline-block;
      background-color: #0077b3;
      padding: 12px;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      transition: background-color 0.3s; }
      .calculation .result .result-two a:hover, .calculation .result .result-three a:hover {
        background-color: #3993C0; }
    .calculation .result .result-two {
      text-align: center; }
    .calculation .result .result-three {
      text-align: left; }

.video {
  position: relative;
  background-color: #fafafa;
  padding-bottom: 30px; }
  .video h2 {
    color: #333;
    text-align: center;
    margin-bottom: 15px; }
  .video p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px; }
  .video .more-video {
    text-align: center; }
    .video .more-video a {
      display: inline-block;
      background-color: #0077b3;
      padding: 12px;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      transition: background-color 0.3s; }
      .video .more-video a:hover {
        background-color: #3993C0; }

.video-img {
  width: 625px;
  margin: 0 auto 20px;
  position: relative;
  cursor: pointer; }
  .video-img .preview-img {
    width: 100%;
    height: 355px;
    background-position: center;
    background-size: cover; }
  .video-img .video-control {
    position: absolute;
    left: calc(50% - 38px);
    top: calc(50% - 32px);
    color: #fff;
    opacity: 0.5;
    transition: opacity 0.3s; }
  .video-img span {
    font-size: 65px; }
  .video-img:hover .video-control {
    opacity: 0.9; }

.polotno {
  background-image: url(../images/bg2.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 20px; }
  .polotno h2 {
    text-align: center; }
  .polotno p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px; }
  .polotno .list-polotno-price {
    text-align: center; }
  .polotno .item-polotno-price {
    display: inline-block;
    max-width: 350px;
    margin: 3px; }
    .polotno .item-polotno-price img {
      width: 100%;
      height: auto; }
  .polotno .info-item-polotno {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px; }
    .polotno .info-item-polotno .name-polotno {
      font-size: 20px;
      padding-bottom: 10px;
      margin: 0; }
  .polotno .price-polotno-price {
    text-align: right; }
    .polotno .price-polotno-price span {
      font-size: 20px;
      background-color: #FFE57A;
      display: inline-block;
      padding: 5px; }

.reviews {
  position: relative;
  background-color: #fafafa;
  padding-bottom: 30px; }
  .reviews a {
    color: #333;
    text-decoration: none; }
    .reviews a:hover .name-reviews {
      color: #C01324; }
    .reviews a:hover .img-item .more {
      opacity: 1; }
  .reviews h2 {
    color: #333;
    text-align: center;
    margin-bottom: 15px; }
  .reviews p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px; }
  .reviews .col-sm-6 {
    padding: 5px; }
  .reviews .item-reviews {
    padding: 10px 15px;
    background-color: #fff;
    border: 1px solid #eeeeee; }
    .reviews .item-reviews .info-item {
      float: left;
      max-width: 210px; }
    .reviews .item-reviews .data-reviews {
      font-size: 12px;
      color: #999; }
    .reviews .item-reviews .name-reviews p {
      font-size: 20px;
      margin-bottom: 3px;
      text-align: left; }
    .reviews .item-reviews .name-reviews .price {
      text-align: center;
      font-size: 16px;
      color: #0077b3; }
    .reviews .item-reviews .photo-reviews {
      margin-top: 10px;
      text-align: center; }
      .reviews .item-reviews .photo-reviews img {
        width: 100%;
        height: auto; }
  .reviews .rating-reviews {
    text-align: center;
    margin-top: 8px; }
    .reviews .rating-reviews i {
      color: #C01324; }
  .reviews .img-item {
    height: 250px;
    background-position: center center;
    background-size: cover;
    margin-left: 220px;
    position: relative; }
    .reviews .img-item .more {
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 10;
      position: absolute;
      top: 8px;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: center;
      padding-top: 25%;
      color: #fff;
      font-size: 18px;
      transition: opacity 0.4s; }
      .reviews .img-item .more span {
        border: 1px solid #fff;
        padding: 5px 10px; }
  .reviews .col-sm-12 {
    text-align: center; }
    .reviews .col-sm-12 a {
      margin-top: 30px;
      display: inline-block;
      border: 1px solid #0077b3;
      color: #0077b3;
      font-size: 18px;
      padding: 8px;
      transition: all 0.4s; }
      .reviews .col-sm-12 a:hover {
        color: #fff;
        background-color: #0077b3; }

.gallery-wrapper {
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2); }

.cash-back {
  background-color: #eaf7f9;
}

.cash-back .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.cash-back__image {
  text-align: right;
}

.cash-back__image img{
  width: 60%;
  height: auto;
}

.cash-back h2{
  margin-top: 0;
  text-transform: uppercase;
}

.cash-back h2 span {
  font-weight: bold;
  color: #C01324;
}

.cash-back h4 {
  text-transform: uppercase;
}

.cash-back h4 span {
  color: #0077b3;
}

.cash-back__button {
  margin-top: 20px;
}

.cash-back__button a {
  display: inline-block;
  background-color: #0077b3;
  padding: 12px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s;
}

.cash-back__button a:hover {
  background-color: #3993C0;
}

.acion-banner {
  background-color: #FFE57A; }
  .acion-banner h2 {
    text-align: center;
    text-transform: uppercase; }
    .acion-banner h2 span {
      font-weight: bold;
      color: #C01324; }
  .acion-banner h4 {
    text-align: center;
    text-transform: uppercase; }
    .acion-banner h4 span {
      color: #0077b3; }
  .acion-banner .button-action {
    text-align: center;
    margin-top: 30px; }
    .acion-banner .button-action a {
      display: inline-block;
      background-color: #0077b3;
      padding: 12px;
      font-size: 18px;
      color: #fff;
      text-decoration: none;
      transition: background-color 0.3s; }
      .acion-banner .button-action a:hover {
        background-color: #3993C0; }
  .acion-banner .container {
    background-image: url("/images/gift.png");
    background-repeat: no-repeat;
    padding: 30px 0;
    background-size: 250px auto;
    background-position: 5% 30px; }
