* {
    margin: 0;
    padding: 0
}

*,
:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

body {
    background: #fff;
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    width: 100%
}

a {
    outline: medium none;
    text-decoration: none;
    font-weight: 700
}

a:hover {
    text-decoration: underline
}

p {
    margin: 0 0 11px
}

img {
    border: medium none;
    padding-top: 5px;
    max-width: 100%
}

h1 {
    margin: 10px 0;
    font-size: 26px;
    line-height: 1
}

h2 {
    margin: 10px 0;
    font-size: 24px
}

h3 {
    margin: 2px 0 10px;
    font-size: 22px;
    font-weight: 400
}

.container {
    width: 960px;
    margin: 0 auto
}

.header p {
    margin-right: 30px
}

.header {
    font-size: 50px;
    line-height: 2;
    color: #fff;
    margin: 0 auto 15px;
    background: url(../images/header_blue.png) no-repeat scroll 100% -25px transparent;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-right: 20px;
    text-align: right;
}

.left-column {
    width: 630px;
    display: inline-block;
    vertical-align: top;
    background: none repeat scroll 100% 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
            box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    margin-left: 20px;
    padding: 10px 30px;
    margin-bottom: 10px
}

.sidebar {
    width: calc(100% - 654px);
    font-size: 12px;
    display: inline-block;
    vertical-align: top
}

.sidebar-bloggers {
    background: none repeat scroll 100% 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
            box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 20px
}

.sidebar-bloggers-avatar {
    display: inline-block
}

.sidebar-bloggers img {
    margin: 5px;
    width: 48px;
    height: 48px
}

.footer {
    clear: both;
    margin-bottom: 20px;
    margin-top: 15px;
    font-size: 12px;
    color: #777;
    text-align: center
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    text-decoration: none;
    display: table;
    clear: both
}

.vk-container a {
    text-decoration: none
}

.vk-header {
    background: none repeat scroll 100% 0 #dae2e8;
    padding: 4px 6px 4px 4px;
    margin-bottom: 10px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar img {
    float: right;
    margin-left: 10px;
    width: 45px;
    height: 50px
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    min-height: 60px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none
}

.vk-comment-name:hover {
    text-decoration: none
}

.vk-comment-text {
    margin-right: 60px
}

.vk-comment-text a {
    font-weight: 700
}

.vk-comment-date {
    margin-right: 60px;
    color: #999;
    margin-top: 5px;
}

.vk-comment-like {
    position: absolute;
    right: 0px;
    bottom: 20px;
    width: 30px;
    height: 16px;
    display: inline-block;
    text-decoration: none
}

.vk-comment-like-count {
    padding-right: 20px;
    font-weight: 700;
    color: #7295b2;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    position: relative
}

.vk-comment-like-count:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(114, 149, 178)' width='32' height='32'%3E%3Cpath d='M14.708 15.847C14.252 14.864 14 13.742 14 12.5s.252-2.489.708-3.659a10.976 10.976 0 011.929-3.205c.814-.938 1.784-1.723 2.86-2.271C20.574 2.814 21.758 2.5 23 2.5s2.426.252 3.503.707a9.02 9.02 0 014.789 4.79c.457 1.076.708 2.261.708 3.503a8.96 8.96 0 01-2.637 6.364C28.55 18.678 17.077 29.044 16 29.5c-1.077-.456-12.55-10.822-13.364-11.636A8.978 8.978 0 010 11.5a8.978 8.978 0 012.636-6.364A8.974 8.974 0 019 2.5c1.243 0 2.427.314 3.503.863 1.077.55 2.046 1.334 2.861 2.272a11.02 11.02 0 011.929 3.205c.455 1.171.707 2.418.707 3.66s-.252 2.364-.707 3.347a7.315 7.315 0 01-1.929 2.518'/%3E%3C/svg%3E");
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: cover;
    right: 0;
    top: 1px
}

.btn {
    line-height: 1;
    font-size: 30px;
    margin: 20px 0 25px 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-overflow: clip;
    background: 100% 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .247059), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.btn:hover {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
    color: rgba(169, 214, 169, 1);
    text-align: center;
    text-overflow: clip;
    background: 100% 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1), 0 3px 0 rgba(255, 255, 255, 1), 0 4px 0 rgba(255, 255, 255, 1), 0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 -5px 10px rgba(0, 0, 0, .247059), 0 -7px 10px rgba(0, 0, 0, .2), 0 -15px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    text-decoration: none
}

.time {
    float: left;
    font-size: 12px;
    margin-top: -16px;
    font-weight: 700;
    color: #2b587a
}

.main_btn {
    margin: 40px auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #0a78c2;
    width: 260px;
    border-radius: 5px;
    letter-spacing: 2px;
    text-align: center;
    padding: 10px 0;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
            box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-transition: .5s;
    transition: .5s
}

.btn_link {
    text-decoration: none
}

.main_btn:hover {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    text-decoration: none
}

@media (max-width:950px) {
    .header {
        text-align: center
    }
    .header p {
        margin: 0
    }
}

@media (max-width:992px) {
    .sidebar {
        display: none
    }
    .container,
    .header {
        width: 100%;
        padding: 0 10px
    }
    .header {
        background: #346bc1;
        text-align: center
    }
    .left-column {
        width: initial;
        margin: 20px auto 10px auto;
        display: block
    }
}

@media (max-width:650px) {
    .container {
        margin: 0;
        padding: 0
    }
    .left-column {
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
    .header p {
        margin: 0;
        padding: 10px 0
    }
    .header {
        font-size: 27px;
        text-align: center
    }
    img {
        max-width: 100%;
        height: auto
    }
}

@media (max-width:480px) {
    h1 {
        font-size: 18px
    }
    .imm {
        float: none !important;
        margin: 0 !important;
        width: 100% !important
    }
}

.main-link {
    display: block;
    margin: 20px 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: .8
}


.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 0
}

.comment-text {
    display: inline-block;
    max-width: 79%;
    vertical-align: top;
    font-size: 16px
}

.like,
.like-count {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover {
    text-decoration: underline
}

.like:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    left: -10px;
    top: 0;
    color: #90949c
}

.like-count {
    padding-right: 20px;
    position: relative
}

.like-count:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0
}

@-webkit-keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }
    51% {
        bottom: -10px
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }
    51% {
        bottom: -10px
    }
    100% {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }
    100% {
        top: 0;
        opacity: 1
    }
}

.comment-date {
    font-size: 13px;
    color: #90949c;
    position: relative
}

@-webkit-keyframes comment-appear {
    from {
        -webkit-transform: scale(0);
                transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@keyframes comment-appear {
    from {
        -webkit-transform: scale(0);
                transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@-webkit-keyframes action-appear {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg)
    }
    60% {
        -webkit-transform: rotateX(30deg);
                transform: rotateX(30deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
                transform: rotateX(0)
    }
}

@keyframes action-appear {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg)
    }
    60% {
        -webkit-transform: rotateX(30deg);
                transform: rotateX(30deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
                transform: rotateX(0)
    }
}

@media all and (max-width:720px) {
    main {
        width: 100%
    }
    .sidebar {
        display: none
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@-webkit-keyframes typing-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes typing-show {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes new-comment-show {
    0% {
        -webkit-transform: scale(.2);
                transform: scale(.2)
    }
    80% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@keyframes new-comment-show {
    0% {
        -webkit-transform: scale(.2);
                transform: scale(.2)
    }
    80% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2)
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

* {
    outline: 0
}

@-webkit-keyframes umcb-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(-1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(-1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
        -webkit-opacity: .1
    }
}

@keyframes umcb-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(-1deg);
                transform: rotate(0) scale(.5) skew(-1deg);
        opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(-1deg);
                transform: rotate(0) scale(.7) skew(-1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg);
        opacity: .1
    }
}

@-webkit-keyframes umcb-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(-1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(-1deg);
        opacity: .2
    }
}

@keyframes umcb-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(-1deg);
                transform: rotate(0) scale(.7) skew(-1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(-1deg);
                transform: rotate(0) scale(.7) skew(-1deg);
        opacity: .2
    }
}

@keyframes umcb-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
    10% {
        -webkit-transform: rotate(25deg) scale(1) skew(-1deg);
                transform: rotate(25deg) scale(1) skew(-1deg)
    }
    20% {
        -webkit-transform: rotate(-25deg) scale(1) skew(-1deg);
                transform: rotate(-25deg) scale(1) skew(-1deg)
    }
    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(-1deg);
                transform: rotate(25deg) scale(1) skew(-1deg)
    }
    40% {
        -webkit-transform: rotate(-25deg) scale(1) skew(-1deg);
                transform: rotate(-25deg) scale(1) skew(-1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
}

@-webkit-keyframes umcb-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg)
    }
    10% {
        -webkit-transform: rotate(25deg) scale(1) skew(-1deg)
    }
    20% {
        -webkit-transform: rotate(-25deg) scale(1) skew(-1deg)
    }
    30% {
        -webkit-transform: rotate(25deg) scale(1) skew(-1deg)
    }
    40% {
        -webkit-transform: rotate(-25deg) scale(1) skew(-1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg)
    }
}

@keyframes umcb-circle-img-anim-hover {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
    10% {
        -webkit-transform: rotate(35deg) scale(1) skew(-1deg);
                transform: rotate(35deg) scale(1) skew(-1deg)
    }
    20% {
        -webkit-transform: rotate(-35deg) scale(1) skew(-1deg);
                transform: rotate(-35deg) scale(1) skew(-1deg)
    }
    30% {
        -webkit-transform: rotate(35deg) scale(1) skew(-1deg);
                transform: rotate(35deg) scale(1) skew(-1deg)
    }
    40% {
        -webkit-transform: rotate(-35deg) scale(1) skew(-1deg);
                transform: rotate(-35deg) scale(1) skew(-1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
}

@-webkit-keyframes umcb-circle-img-anim-hover {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
    10% {
        -webkit-transform: rotate(35deg) scale(1) skew(-1deg);
                transform: rotate(35deg) scale(1) skew(-1deg)
    }
    20% {
        -webkit-transform: rotate(-35deg) scale(1) skew(-1deg);
                transform: rotate(-35deg) scale(1) skew(-1deg)
    }
    30% {
        -webkit-transform: rotate(35deg) scale(1) skew(-1deg);
                transform: rotate(35deg) scale(1) skew(-1deg)
    }
    40% {
        -webkit-transform: rotate(-35deg) scale(1) skew(-1deg);
                transform: rotate(-35deg) scale(1) skew(-1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(-1deg);
                transform: rotate(0) scale(1) skew(-1deg)
    }
}

@-webkit-keyframes price-old-appear {
    0% {
        opacity: 0
    }
    60% {
        opacity: 1;
        font-size: 24px
    }
    100% {
        font-size: 14px
    }
}

@keyframes price-old-appear {
    0% {
        opacity: 0
    }
    60% {
        opacity: 1;
        font-size: 24px
    }
    100% {
        font-size: 14px
    }
}

@-webkit-keyframes price-old-line-appear {
    0% {
        opacity: 0;
        width: 100%
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes price-old-line-appear {
    0% {
        opacity: 0;
        width: 100%
    }
    40% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    60% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes price-main-appear {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes price-main-appear {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@media (max-width:480px) {
    .prod__img {
        max-width: 200px;
        display: block;
        margin: 0 auto !important
    }
}

html {
    overflow-x: hidden
}

.prod1 {
    cursor: pointer;
    max-width: 200px;
    width: 100%
}

.prod1 img {
    max-width: 100%
}

.button1 {
    text-align: center;
    padding: 30px 0
}

.btn1 {
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding: 18px;
    margin: 10px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 40px 40px #f80f0fea inset, 0 0 0 0 #f80f0fea;
            box-shadow: 0 0 40px 40px #f80f0fea inset, 0 0 0 0 #f80f0fea;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    text-transform: capitalize;
    display: inline-block;
    text-decoration: none;
    max-width: 90%
}

.btn1:hover {
    -webkit-box-shadow: 0 0 10px 0 #f80f0fea inset, 0 0 10px 4px #f80f0fea;
            box-shadow: 0 0 10px 0 #f80f0fea inset, 0 0 10px 4px #f80f0fea;
    color: #f80f0fea
}

.blockRedLine3103 {
    display: none!important;
}

.wheel_input {
    width: 100%;
    max-width: 300px;

    font-size: 18px;

    height: 35px;

    margin-bottom: 10px;
}

.prod_img_wrapper {
    display: block;
    text-align: center;

    margin-bottom: 20px;
}

.form_order {
    text-align: center;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.vk-comment-like {

    padding: 5px 0 0 0;
}

.main-lnk_header:hover {
    text-decoration: none;
}