* {
    margin: 0;
    padding: 0
}

*,
*:after {
    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 {
    color: #0a78c2 !important;
    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 {
    /* width: 940px; */
    font-size: 50px;
    line-height: 2;
    color: #fff;
    margin: 0 auto 15px;
    background: url(../images/header_blue.jpg) no-repeat scroll;
	 background: url(../images/header_blue.webp) no-repeat scroll;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
    /* background-size: cover; */
}

.left-column {
    width: 630px;
    display: inline-block;
    vertical-align: top;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    margin-right: 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 0 0 #fff;
    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
}

.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-header {
    background: none repeat scroll 0 0 #dae2e8;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

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

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 25px;
    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-left: 60px
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

.vk-comment-like {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-top: 10px;
    padding-top: 9px;
    width: 30px;
    height: 16px;
    display: inline-block;
    text-decoration: none;
}

.vk-comment-like-count {
    padding-left: 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;
    left: 0;
    top: 1px;
}

.btn {
    line-height: 1;
    font-size: 30px;
    margin: 20px 0 25px 0;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-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;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 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);
    -moz-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -o-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;
    -moz-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;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: rgba(169, 214, 169, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: 0 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;
    -moz-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -o-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
}

@media (max-width: 950px) {
    .header {
        text-align: center
    }
}

@media (max-width: 992px) {
    .sidebar {
        display: none
    }

    .container,
    .header {
        width: 100%;
        padding: 0px 10px;
    }

    .parent {}

    .header {
        background: #0B1A3C;
        text-align: center;
    }

    .left-column {
        width: initial;
        margin: 20px auto 0px 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;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .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
    }
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px
}

@media all and (max-width: 720px) {

    .sidebar {
        display: none
    }
}

* {
    outline: 0
}
footer {
    font-size: 12px;
    padding: 0px;
    text-align: center;
    color: black!important;
}
footer a{
    text-decoration: none;
    color: black!important;
}
.container {
    padding-bottom: 22px;
}
@media(max-width:399px){
    .container {
        padding-bottom: 19px;
    }
}
.me_span{
    font-weight: bold;
    color: #b8433f;
}













.timer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: #b8433f;
    text-align: center;
    color: #ffffff;

    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.timer span {
    font-size: 22px;
    color: #ffffff;
}

.count {
    white-space: nowrap;
    margin: 0 10px;
}

.alert {
    box-shadow: 1px 1px 5px 2px #000;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    transition: opacity .3s;
    opacity: 0;
    border-radius: 10px;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 400;
}

.alert__img {
    max-height: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
}
.spin-wrapper {
    -webkit-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}

.content .wheel img {
    max-width: 100%;
}

.wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.red_btn {
    color: #F00;
    display: block;
    margin-bottom: 10px;
    text-align: center;
}



.cursor-text {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 50% !important;
    height: 48%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 52%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: rgb(255, 255, 255);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
    font-size: 13px;
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.order_block {
    display: none;
}

.product img {
    width: 275px;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.timer {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
}

#clock {
    font-size: 30px;
    margin-top: 20px;
}

#clock span {
    color: #f00;
    font-weight: bold;
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.form_group {
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form_btn {
    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;
}

.form_btn:hover {
    opacity: 0.8;
}

.order_block h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.red {
    color: #f00;
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../fonts/cross.svg');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0px;
    opacity: 0.6;
    cursor: pointer;
}
.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px inset;
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
}

.pop-up-layer {
    position: fixed !important;
    top: 0px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 99 !important;
}

.pop-up-layer-show {
    display: block;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 40%;
    margin: 0px auto;
    background: #ffffff none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    background-color: #4f9bf1;
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px;
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 0;
    font-size: 26px;
    border-radius: 5px;
    background-color: #4f9bf1;
    color: rgb(255, 255, 255);
    border: medium none;
    cursor: pointer;
    outline: medium none;
    display: block;
    width: 150px;
    text-align: center;
    margin: 0 auto;
}

.pop-up-button:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.wheel img {
    max-width: 100%;
}

@media all and (max-width: 520px) {
    .wheel {
        width: 225px !important;
    }

    .pop-up-window {
        top: 25%;
    }
    .cursor-text {
        line-height: 39px;
        font-size: 8px;
    }
    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-image: url('../fonts/cross.svg');
        background-size: 100%;
        top: -40px;
        border-radius: 50%;
        -webkit-box-shadow: 0 0 10px #fff;
        box-shadow: 0 0 10px #fff;
        right: 0px;
        cursor: pointer;
    }
}

.super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

@keyframes super-rotation{70%{-webkit-transform:rotate(1780deg);transform:rotate(1780deg)}100%{-webkit-transform:rotate(1757deg);transform:rotate(1757deg)}}
.pop-up-button:hover {
    background-color: #fff;
    color: #f72210;
    border: 1px solid #f72210;
}
.close-popup:hover {
    opacity: 1;
    transition: opacity 0.2;
}
@charset "UTF-8";
.submit-roulette:hover {
  background: #bb0000;
  transition: background 0.3s;
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#order_form input {
  display: flex;
}


.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

.submit-roulette {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: auto;
  outline: none;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0px 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.input-roulette {
  padding-left: 5px;
  border: 1px solid grey;
  height: 42px;
  margin-bottom: 10px !important;
  width: auto !important;
  margin: auto;
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block img {
  width: 100%;
  max-width: 184px;
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: transparent;
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}
 li {
    list-style-type: none;
   }
   .order_block {

  font-family: 'Arial', sans-serif;
}

.prod_img_wrapper {

  max-width: 300px;
  margin: 15px auto;
  margin-bottom: 0;
  position: relative;
}

.prod_img {
  width: 100%;
  max-width: 300px;
}



.wheel_input {
  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;
}

.data_label {
  line-height: 30px;
}

.order_form {
  display: block !important;
  margin: 0 auto !important;
  text-align: center !important;
}

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

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: bold;
}

.order_block .time_remains {
  font-size: 1.6em;
}

.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;
}



.prod {
display: block;
margin-left: auto;
margin-right: auto;
padding: 0 0px;
}

@media screen and (min-width:0\0) {
.header {
    /* width: 940px; */
    font-size: 50px;
    line-height: 2;
    color: #fff;
    margin: 0 auto 15px;
    background: url(../images/header_blue.jpg) no-repeat scroll 0 -25px #b9433f;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
    /* background-size: cover; */
}}
.price {
    /* position: absolute; */
    font-family: 'Arial', sans-serif;
    right: 0;
    bottom: 0;
    color:#000;
    /* box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px; */
    /* width: 165px; */
    /* height: 98px; */
    text-align: center !important;
    font-size: 19px;
    font-weight: bold;
    /* line-height: 1.3; */
    /* transform: rotateZ(-7deg); */
    margin: -0px auto 0px;
    /* background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%); */
    /* border-width: 2px; */
    /* border-style: solid; */
    /* border-color: rgb(255, 255, 255); */
    /* border-image: initial; */
    /* border-radius: 19%; */
}
 span.discount {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}
.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 22px;
    line-height: 0;
    margin: 0 18px;
    white-space: nowrap
}
.js_old_price {
	display: block;
    margin: 0 auto;
}
