.t694__textwrapper__content {
    margin: 0px auto !important;
    position: relative;
}


.line_white{
    height: 0.5px;
    background: #999;
}
.b-award__image {
    max-width: 100%;
    height: 240px;
}
@media screen and (max-width: 2560px) {
.b-award {
    z-index:1111;
    position: absolute;
    left: 2%;
    top: 0px;
    transition: 0.3s transform;
}
.b-award-2 {
    z-index:1111;
    position: absolute;
    margin-left: 150px;
    top: 0px;
    transition: 0.3s transform;
    }
}

@media screen and (max-width: 1920px) {
.b-award {
    z-index:1111;
    position: absolute;
    left: 2%;
    top: 0px;
    transition: 0.3s transform;
}
.b-award-2 {
    z-index:1111;
    position: absolute;
    margin-left: 140px;
    top: 0px;
    transition: 0.3s transform;
    }
}

 @media screen and (max-width: 1500px) {
    .b-award__image {
    max-width: 100%;
    height: 150px;
}
.b-award {
    z-index:1111;
    position: absolute;
    right: 80px !important;
    top: 0px;
    left: auto;
    transition: 0.3s transform;
}
.b-award-2 {
    position: absolute;
    z-index:1111;
    right: 10px !important;
    top: 0px;
    transition: 0.3s transform;
}
}

.icon {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

/* 
.icon:nth-child(1) { background: cornflowerblue; }
.icon:nth-child(2) { background: salmon; }
*/
.icon:nth-child(3) { background: gray; }

/**
 * The "shine" element
 */

.icon:after {
    animation: shine 3s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 270%;
    height: 100%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.2) 92%, rgba(255, 255, 255, 0.0) 100% );
}

/* Hover state - trigger effect */


/* Active state */

.icon:active:after {
  opacity: 0;
}

@keyframes shine{
  10% {
    opacity: 1;
    top: 1%;
    left: 151%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: 1%;
    left: 151%;
    transition-property: left, top, opacity;
  }
}

.t762__price_old:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1px;
    left: -1px;
    border-top: 0px solid !important;
    width: 100%;
}