@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
    }

    100% {
        box-shadow: 0 0 0 20px transparent
    }
}

.greenlink,
.main-link {
    animation: pulse 2s infinite
}

.greenlink {
    text-align: center;
    padding: 10px 30px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 19px
}

.timer-span {
    font-size: 30px;
    margin-top: 20px;
    display: block
}

.timer-span span {
    color: red;
    font-weight: 700
}

.jst-hours {
    display: none
}

.natural-img {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0
}

.prod_img_wrapper {
    position: relative
}

#body>#center p {
    margin-bottom: 0
}

#header {
    background: rgba(0, 0, 0, 0) url(assets/img/shapka-hu.jpg) no-repeat scroll 100% center;
    background-size: cover
}

span.discountс {
    font-size: 16px
}

.priceс {
    width: 176px !important;
    height: 115px !important
}

@media screen and (max-width:780px) {
    #header {
        background: rgba(0, 0, 0, 0) url(assets/img/shapka3.jpg) repeat scroll 100% center
    }
}

.vk-comment-text img {
    width: 100%
}