/* 1 */

.pg img {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22)
}

html,
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    color: #000;
    background-color: #f4f7fa
}

.mark {
    background-color: #fff3bc
}

.h3 {
    font-size: 32px !important;
    font-family: Merriweather, serif !important;
    line-height: 42px !important
}

.q {
    font-weight: bold;
    border-left: 5px solid red;
    padding-left: 10px
}

.floatimg {
    float: left;
    margin: 0 20px 28px 0 !important
}

.insetinfo {
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22);
    background: #edeef0 !important;
    padding: 20px
}

.mainLogo {
    max-height: 120px;
    width: 100%;
    max-width: 491px
}

#headsearch {
    position: absolute;
    top: 0;
    right: 0
}

.main_title {
    text-shadow: -0 -2px 0 #000, 0 -2px 0 #000, -0 2px 0 #000, 0 2px 0 #000, -2px -0 0 #000, 2px -0 0 #000, -2px 0 0 #000, 2px 0 0 #000, -1px -2px 0 #000, 1px -2px 0 #000, -1px 2px 0 #000, 1px 2px 0 #000, -2px -1px 0 #000, 2px -1px 0 #000, -2px 1px 0 #000, 2px 1px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000
}

#title_block {
    height: 100%;
    min-height: 504px;
    width: 100%
}

.title_block_wrapper {
    width: 100%;
    height: 100%;
    min-height: 504px
}

.title_block_content {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 504px
}

.title_block_img .title_img {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important;
    display: inline !important;
    -o-object-fit: cover;
    object-fit: cover
}

.title_block_img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.title_block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000 !important;
    opacity: .7
}

.title_block_texts {
    position: relative;
    z-index: 9;
    background: transparent !important;
    padding: 21px
}

.title_block_bread span {
    color: #fff;
    font: bold 10px/16px "IBM Plex Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .88
}

.title_h1 {
    font: 600 40px/48px "IBM Plex Sans", sans-serif;
    color: #fff
}

.title_bq {
    border-left: 4px solid #349dee;
    padding-left: 16px;
    color: #fff;
    opacity: .88;
    font: 24px/40px Merriweather, serif
}

.title_block_author {
    margin-top: 26px
}

.tauthor {
    font: 600 19px/24px "IBM Plex Sans", sans-serif;
    color: #349dee
}

.tdate {
    margin-top: 2px;
    color: #fff;
    font: 500 10px/16px "IBM Plex Sans", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.title_block_texts div {
    background: transparent !important
}

#top_xs {
    padding-top: 5px;
    display: none;
    height: 80px;
    background-repeat: no-repeat;
    background-position: top right
}

#top {
    height: 100%;
    background: transparent;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top right
}

#topwrap {
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
    position: relative
}

#bodyWrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, .5)
}

#mainWrapper {
    width: 100%;
    height: 100%
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto
}

#content {
    padding: 0;
    text-align: left;
    width: 100%
}

#content .padWrap {
    padding: 15px
}

#content img {
    max-width: 100%;
    display: block;
    margin: 20px 0
}

#content p {
    font-size: 18px;
    line-height: 29px
}

.pg {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 33px
}

#content .date {
    display: inline-block;
    color: #a3b0b9;
    font-size: 13px
}

#content .date::before {
    display: inline-block;
    content: "";
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background-image: url()
}

#content h1 {
    font-size: 36px;
    line-height: 50px;
    font-weight: bold
}

#content h2 {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 28px;
    margin-bottom: 33px;
    line-height: 32px
}

#content ul {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500
}

#content ul li {
    margin-bottom: 20px
}

#content blockquote {
    border-left: 5px solid;
    border-color: #39b4ff;
    padding: 10px 25px 10px 25px;
    margin: 35px;
    color: #39b4ff;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px
}

#comments {
    margin-top: 120px
}

#comments .pg {
    font-size: 14px !important;
    line-height: 28px !important
}

#comments h2 {
    background: url() no-repeat;
    padding-left: 40px;
    color: #000;
    border-bottom: 0 solid;
    border-color: #000;
    text-transform: uppercase;
    padding-bottom: 10px
}

#comments .item {
    text-align: left;
    padding: 10px;
    margin: 10px 0;
    min-height: 80px;
    border-bottom: 1px dashed #05519d
}

#comments .item :last-child {
    border-bottom: none
}

#comments .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #05519d
}

#comments .coment_ava {
    float: left;
    margin-right: 15px
}

#comments .coment_ava img {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px
}

#comments .date {
    font-weight: normal;
    background: none;
    display: none
}

#comments .date::before {
    display: none
}

@media screen and (max-width:1020px) {
    #content {
        width: 100%
    }
}

@media screen and (max-width:810px) {
    #subs {
        display: none
    }
}

@media screen and (max-width:660px) {
    #content h1 {
        font-size: 28px;
        line-height: 36px
    }
}

@media screen and (max-width:610px) {
    #headsearch {
        position: static
    }

    .floatimg {
        float: none
    }
}

@media screen and (max-width:560px) {
    .pg {
        margin-left: 0;
        margin-right: 0
    }

    #content .padWrap {
        padding: 8px
    }

    .title_block_shadow {
        display: none
    }

    .title_block_img {
        position: relative
    }

    .main_title {
        color: #000;
        text-shadow: none
    }

    .title_bq {
        color: #000
    }

    .tdate {
        color: #000
    }

    .title_block_bread span {
        color: #000
    }
}

@media screen and (max-width:420px) {
    .title_bq {
        font-size: 18px !important;
        line-height: 28px !important
    }

    .tauthor {
        font-size: 14px
    }
}

@media screen and (max-width:310px) {
    #top {
        background-position: top center
    }
}

@media screen and (min-width:1300px) {
    #wrapper {
        max-width: 1000px
    }

    #content {
        width: 100%
    }

    #topwrap {
        max-width: 1000px
    }
}

@media screen and (min-width:1600px) {
    #wrapper {
        max-width: 1000px
    }

    #content {
        width: 100%
    }

    #topwrap {
        max-width: 1000px
    }
}

/* 2 */

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.spin-wrapper p,
.wheel-wrapper {
    text-align: center
}

.order_block,
.prices {
    font-family: Arial, sans-serif
}

.close-popup,
.cursor-text {
    cursor: pointer;
    position: absolute
}

.spin-wrapper {
    box-shadow: 0 0 10px;
    border: 3px solid red;
    padding: 20px 10px;
    border-radius: 10px;
    box-sizing: border-box
}

.spin-wrapper p {
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px
}

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

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

.cursor-text {
    font-size: 14px;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    line-height: 61px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(-50%, -50%);
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%)
}

.wheel-img {
    transition: 4s
}

.close-popup {
    width: 30px;
    height: 30px;
    background-image: url();
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    right: -40px
}

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

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

.form__input,
.order_block__quantity {
    box-sizing: border-box;
    min-height: 50px
}

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

.pop-up-layer-show,
.price-block--active {
    display: block
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto !important;
    background: #fff;
    padding: 70px 10px 20px !important;
    border-radius: 10px;
    -webkit-animation: .7s pop-up-appear;
    animation: .7s pop-up-appear
}

.prod_img,
.wheel img {
    max-width: 100%
}

.pop-up-window::after,
.pop-up-window::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.pop-up-window::before {
    width: 110px;
    height: 110px;
    top: -55px;
    background-color: #71c341;
    border-radius: 50%;
    -webkit-animation: .5s .6s backwards pop-up-appear-before;
    animation: .5s .6s backwards pop-up-appear-before
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s;
    -webkit-animation: .5s .6s backwards pop-up-appear-after;
    animation: .5s .6s backwards pop-up-appear-after
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

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

.pop-up-text {
    margin-bottom: 25px !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #414141 !important;
    font-weight: 400
}

.pop-up-button,
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.pop-up-button {
    text-transform: uppercase !important;
    padding: 10px 20% !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    background-color: #71c341 !important;
    border: none !important;
    cursor: pointer !important;
    outline: 0 !important
}

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

    .pop-up-heading {
        font-size: 33px !important
    }

    .pop-up-text {
        margin-bottom: 15px !important
    }

    .cursor-text {
        line-height: 40px;
        font-size: 9px
    }

    .close-popup {
        position: absolute;
        width: 30px;
        height: 30px;
        background-size: 100%;
        top: -40px;
        border-radius: 50%;
        box-shadow: 0 0 10px #fff;
        right: -10px;
        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;
    transition-timing-function: ease-in-out
}

@-webkit-keyframes super-rotation {
    70% {
        transform: rotate(1783deg)
    }

    100% {
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        transform: rotate(1783deg)
    }

    100% {
        transform: rotate(1774deg)
    }
}

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

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

.order_block {
    display: none;
    text-align: center;
    margin: auto
}

.order__text {
    margin: 0 0 30px;
    font-weight: 700
}

.order_block__wrapper {
    display: table;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    padding: 20px 10px;
    border-radius: 10px;
    width: 100%
}

.prod_img_wrapper {
    max-width: 100%;
    margin: 30px auto;
    position: relative;
    float: left;
    min-width: 220px;
}

.form,
.prod_img_wrapper {
    display: table-cell
}

#content .prod_img,
.prod_img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.prices {
    position: absolute;
    left: -35px;
    top: -35px;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    text-align: center !important;
    padding: 10px 15px;
    margin: 0 auto;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border: 2px solid #fff;
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%
}

@media (max-width:755px) {
    .prices {
        left: 0;
        box-shadow: rgba(0, 0, 0, .8) 0 3px 6px
    }
}

span.discounts {
    display: block;
    margin-top: 9px;
    font-size: 18px
}

.js_old_price {
    display: block;
    margin: 0 auto
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 15px;
    margin: 0 auto
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: 600
}

.order_block__time {
    margin-bottom: 0;
    padding: 5px 30px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 31%);
    background-color: #f50000
}

.order_block__time-wiggle {
    -webkit-animation: 1s 2 wiggle;
    animation: 1s 2 wiggle
}

@-webkit-keyframes wiggle {

    0%,
    100%,
    80% {
        transform: rotate(0)
    }

    85% {
        transform: rotate(5deg)
    }

    95% {
        transform: rotate(-5deg)
    }
}

@keyframes wiggle {

    0%,
    100%,
    80% {
        transform: rotate(0)
    }

    85% {
        transform: rotate(5deg)
    }

    95% {
        transform: rotate(-5deg)
    }
}

.form {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 45px;
    vertical-align: top
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    background: url() 96% 50% no-repeat #fff
}

.form__input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 10px
}

.form__input.error {
    border-color: #f00;
    margin-bottom: 2px;
}

.form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
}

input {
    outline: 0
}

.form__btn {
    background-color: #4cad0e;
    color: #fff;
    padding: 15px 20px;
    border-radius: 35px;
    border: none;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    display: table;
    transition: transform .5s;
    outline: 0
}

@media (max-width:600px) {

    .form,
    .prod_img_wrapper {
        display: block
    }

    .prod_img_wrapper {
        float: none;
        margin: 0 auto
    }

    .prices {
        top: 0
    }
}

.pulse-button-wrapper {
    height: 100%;
    margin: 0 auto;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border: unset;
    outline: 0;
    text-decoration: none !important
}

.pulse-button,
.pulse-button-no-animation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 10px;
    background: #4cad0e;
    cursor: pointer;
    box-shadow: 0 0 0 0 #4cad0e45;
    animation: 1.5s infinite pulse;
    -webkit-animation: 1.5s infinite pulse;
    text-decoration: none
}

.form .pulse-button-wrapper .pulse-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-button-no-animation,
.pulse-button:hover {
    animation: none;
    -webkit-animation: none
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

.form-cupone {
    border: 2px dashed red !important;
    background-color: #ededed
}

.order_block__quantity {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f0f8ff;
    font-size: 18px
}

.order_block__quantity-left {
    color: #fff;
    font-weight: 600;
    border: 1px solid #f50000;
    padding: 2px;
    background: red;
    border-radius: 7px;
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    display: inline-block
}

.order_block__quantity-left-wiggle {
    -webkit-animation: 1s 2 wiggle;
    animation: 1s 2 wiggle
}

.custom-push-note-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 20px;
    z-index: 99999
}

.custom-push-note {
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 4px -1px #00000073;
    font-size: 16px;
    max-width: 200px;
    right: -500px;
    transition: .5s
}

.custom-push-note-active {
    right: 0
}

/* 3 */

body {
    background-color: white !important;
}

label.errorValidate {
    text-align: center;
}

label.errorValidate {
    display: block;
    position: static;
    background: red;
    color: white;
    font-size: 16px;
    margin-top: 3px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    width: 50%;
}

/* 4 */

#comments .date {
    display: inline
}

@media (max-width:767px) {
    #comments .date {
        display: block
    }
}