.vk-avatar img {
    float: left;
}

.vk-comment-load {
    background-color: #edeff4;
    padding: 5px 10px;
    margin: 0 0 2px;
    clear: both;
    min-height: 60px;
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

@media screen and (max-width: 999px) {
    .vk-comment-name {
        color: #2b587a;
        font-weight: 700;
        font-size: 18px
    }
}

@media screen and (max-width: 319px) {
    .vk-comment-name {
        color: #2b587a;
        font-weight: 700;
        font-size: 15px
    }
}

body {
    padding: 0;
    margin: 0;
    background: transparent repeat scroll 0 0
}

body * {
    font-family: Arial
}

h1, h3 {
    font-weight: 400;
    margin: 0
}

h1 {
    font-size: 27px
}

a {
    color: #ba0009
}

a:hover {
    text-decoration: none;
    color: red
}

.wrap {
    max-width: 700px;
    min-width: 240px;
    margin: 0 auto
}

body img {
    max-width: 100%
}

.content {
    width: 100%;
    background: #fff none repeat scroll 0 0
}

.post {
    padding: 15px;
    font-size: 17px
}

.post .info {
    color: #999;
    font-size: 11px;
    font-style: italic
}

.prod_img_wrapper {
    max-width: 225px;
    margin: 15px auto;
    position: relative;
    padding: 0;
}

.price_old {
    font-size: 21px;
    text-decoration: line-through;
}

.price_new {
    color: red;
    font-size: 30px;
}

.timer {
    margin-top: 30px;
    direction: ltr;
}

.order_form {
    display: block !important;
    margin-top: 80px;
    text-align: center !important;
}

.wheel_input, select {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 20px !important;
    padding: 10px !important;
    width: 50% !important;
    border: 2px solid grey !important;
    border-radius: 5px !important;
    height: 54px !important;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .wheel_input, select {
        width: 90% !important;
    }
}

.main-link {
    display: block;
    margin: 40px auto;
    padding: 20px;
    font-size: 20px;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.main-link:hover {
    opacity: 0.8;
}

input {
    width: 100%;
    margin-bottom: 30px;
    border: 2px solid #222;
    padding: 5px;
    height: 30px;
    border-radius: 10px;
}

h3 {
    padding-top: 15px;
    text-align: center;
    margin: -50px 0 30px;
    font-size: 20px !important;
}

.b-article__title {
    position: relative;
    margin-bottom: 15px;
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 99999;
    display: none
}

.msg {
    position: absolute;
    width: 600px;
    height: 480px;
    top: 5px;
    left: 50%;
    margin-left: -300px;
    background: #148fb9;
    border: 1px solid #eee
}

.msg > h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px
}

.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer
}

.iframe * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.order_form {
    margin-top: 15px
}

.keep-up {
    margin-top: 135px
}

@media (max-width: 550px) {
    .keep-up {
        margin-top: 0
    }
}

.vk-comment-text {
    margin-right: 60px;
}


.vk-avatar img {
    float: right;
    margin-left: 10px
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


@media (max-width: 999px) {
    .date {
        font-size: 12px;
        font-weight: 600;
    }
}

form input,
form select {
    font-size: 16px !important;
    height: 50px !important;
}