/* open-sans-regular - latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src:
        url('../fonts/open-sans-v18-latin-ext-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v18-latin-ext-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src:
        url('../fonts/open-sans-v18-latin-ext-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v18-latin-ext-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

::-ms-clear {
    display: none;
}

* {
    -webkit-tap-highlight-color: transparent;
}

#comebacker_main_div {
    display: none !important;
    height: 0px !important;
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

select:-moz-focusring,
a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
    outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
    outline: 0 !important;
}

*::-moz-focus-inner {
    border: 0;
    outline: none;
}

select {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../fonts/select-triangle.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px;
}

select:hover {
    background-size: 10px 10px;
    background-position: right 10px center;
}

select:focus {
    outline: none !important;
    outline-color: transparent;
    outline-width: 0;
}

select::-ms-expand {
    display: none !important;
    background: none !important;
    position: fixed;
    border: none !important;
    outline: none !important;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

*:not(#fake) {
    outline: none;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input:invalid {
    box-shadow: none;
}

* {
    box-sizing: border-box;
}

.logo {
    display: inline-block;
    vertical-align: middle;
}


img {
    max-width: 100%;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
    color: #a5a5a5;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.logo a:hover {
    text-decoration: none;
    color: #a5a5a5
}

.comment_img {
    width: 300px;
    max-width: 100%;
}

.logo img {
    display: inline-block;
    vertical-align: middle;
}

.header ul {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 0;
    width: calc(91% - 193px);
    text-align: right;
}

.header .content {
    border-bottom: 1px solid #ccc;
}

.header ul li {
    display: inline-block;
    vertical-align: middle;
}

.header ul li a {
    text-decoration: none;
    color: #565656;
    padding: 5px 15px;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: center;
}

.header ul li a:hover {
    color: #2981b7
}

.cenz-image img {
    width: auto;
    max-width: 100%;
}

h1 {
    display: block;
    width: auto;
    line-height: 1.2;
    color: rgb(10, 10, 10);
    font-size: 23px;
}

h2 {
    display: block;
    line-height: 1.2;
    color: rgb(10, 10, 10);
    font-size: 19px;
    margin-top: 25px;
}

h2::after {
    content: "";
    margin-top: 12px;
    border-bottom: 4px solid rgb(22, 141, 226);
    display: block;
}

a {
    color: rgb(35, 82, 124);
    text-decoration: underline;
}

a:hover {
    color: rgb(176, 73, 59);
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: rgb(238, 238, 238) currentcolor currentcolor;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

body {
    display: block;
    font-family: "Open Sans", sans-serif;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    height: auto;
    color: rgb(68, 68, 68);
    line-height: 1.35em;
    overflow-x: hidden;
    margin: 0;
}

.header {
    display: block;
    width: 100%;
    background: transparent none repeat scroll 0% 0%;
    margin: 0px auto;
}

.content {
    display: block;
    width: 97%;
    max-width: 1000px;
    margin: 0px auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    padding: 7px 1.5%;
    position: relative;
}

.content-left {
    display: block;
}

.content-left-social {
    display: block;
    width: 100%;
    background: rgb(238, 238, 238) none repeat scroll 0% 0%;
    padding: 1% 2%;
    margin: 15px 0px;
}

.content-left-social-comments {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
    font-size: 13px;
}

.content-left-social-comments a {
    margin-left: 1%;
}

.content-left-social::after {
    content: "";
    display: block;
    clear: both;
}

.content-left-doctor {
    display: block;
    width: 96%;
    background-color: rgb(226, 226, 226);
    padding: 2%;
    margin-top: 25px;
}

.content-left-doctor-foto {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
}

.content-left-doctor-foto img {
    width: 100%;
    display: block;
}

.content-left-doctor-text {
    display: block;
    width: 50%;
    float: right;
}

.content-left-doctor::after {
    content: "";
    display: block;
    clear: both;
}

.content-important {
    display: block;
    width: auto;
    text-align: left;
    font-weight: bold;
    font-style: italic;
}

.vk-container {
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-avatar img {
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

.content::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 1199px) {
    .content-left {
        width: 100%;
        padding-right: 0px;
    }
}

@media screen and (max-width: 989px) {
    .content {
        max-width: 750px;
        padding: 3% 6%;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .content-left-doctor-foto {
        float: none;
        width: 100%;
    }

    .content-left-doctor-text {
        float: none;
        width: 100%;
        margin-top: 3%;
    }
}

#popup-coment {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: auto;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 1px solid rgb(218, 226, 232);
    padding: 10px;
    z-index: 100;
    max-width: 375px;
}

#popup-coment .vk-comment-load {
    margin-bottom: 0px;
    border-bottom: 0px none;
    padding-bottom: 0px;
    position: relative;
}

#popup-coment .vk-comment-text {
    margin-bottom: 20px;
    margin-top: 5px;
}

#popup-coment .vk-comment-date {
    padding-bottom: 5px;
}

.vk-comment-read {
    display: block;
    width: auto;
    background: rgb(69, 104, 142) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    font-size: 15px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.6s ease 0s;
    text-decoration: none;
    font-style: normal;
}

.vk-comment-read:hover {
    opacity: 0.7;
    color: rgb(255, 255, 255);
    background: rgb(69, 104, 142) none repeat scroll 0% 0%;
}

.vk-comment-close {
    display: block;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 7%;
    cursor: pointer;
}

.vk-comment-close img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    #popup-coment {
        bottom: 10px;
        left: 10px;
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        border: 1px solid rgb(218, 226, 232);
        padding: 10px;
        z-index: 100;
        max-width: 315px;
        width: 86%;
    }

    #popup-coment .vk-comment-text {
        position: relative;
        margin-bottom: 5px;
    }

    #popup-coment .vk-comment-date {
        padding-bottom: 40px;
    }

    .vk-comment-read {
        right: 20px;
    }
}

@media screen and (min-width: 320px) and (max-width: 468px) {
    #popup-coment .vk-comment-text {
        position: relative;
        overflow: hidden;
        height: 95px;
        margin-bottom: 5px;
    }

    #popup-coment .vk-comment-text::after {
        content: "...";
        display: block;
        position: absolute;
        right: 5px;
        bottom: 6px;
        font-size: 15px;
    }

    #popup-coment .vk-comment-date {
        padding-bottom: 40px;
    }

    .vk-comment-read {
        right: 20px;
    }
}

.rub-ramka {
    margin-top: 22px;
    margin-bottom: 18px;
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: rgb(8, 8, 8);
    font-size: 18px;
    border: 2px solid;
    border-radius: 4px;
    border-color: #bd3d4d;
    text-shadow: 0 0 0 #616161;
    text-indent: 0 !important;
    text-align: left;
}

.pic {
    display: block;
    max-width: 50%;
    margin: 0 auto;
}

.pic .product {
    /* max-width: 300px; */
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.pic img {
    display: block;
    width: 100%;
}

@media all and (max-width: 1023px) {

    /* .header ul,
    .content-left-social {
        display: none;
    } */
    .header ul {
        width: 100%;
        text-align: center;
    }

    .logo {
        width: 100%;
        text-align: center;
    }

    h1 {
        text-align: center;
    }
}

@font-face {
    font-family: 'fontello';
    font-display: swap;
    src: url('../fonts/fontello.eot');
    src: url('../fonts/fontello.eot#iefix') format('embedded-opentype'),
        url('../fonts/fontello.woff2') format('woff2'),
        url('../fonts/fontello.woff') format('woff'),
        url('../fonts/fontello.ttf') format('truetype'),
        url('../fonts/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-cloud:before {
    content: '\e800';
}

/* 'Ã®Â â‚¬' */
.icon-stethoscope:before {
    content: '\f0f1';
}

/* 'Ã¯Æ’Â±' */
.icon-medkit:before {
    content: '\f0fa';
}


.dk {
    background-color: rgb(241, 243, 245);
    border-radius: 10px;
    padding: 7px;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.dk p:first-child {
    margin-top: 0;
}

.dk p:last-child {
    margin-bottom: 0;
}

/* 
.dk.doc b:first-child {
    color: red;
}  */

.dk.doc b.name {
    color: red;
}


.dk.kor b.name {
    color: blue;
}

.dk.doc:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/doccircle.jpg) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px;
}

.dk.kor:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/kor.jpg) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px;
}

.comments {
    display: flex;
    flex-direction: column-reverse;
}

#comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: bold;
}

.comments #comment_num {
    display: none;
}

.no-wht {
    color: #fff;
    margin: 20px auto;
    text-align: center;
    max-width: 500px;
    line-height: 1.3;
}

.whatsappinfo {
    margin-top: 100px;
    border: 2px solid red;
    width: 90%;
    padding: 10px;
    border-radius: 5px;

    animation: 1s pulse infinite alternate ease-in-out, 1s shadow infinite alternate ease-in-out;
    color: rgb(60, 168, 76);

}


@keyframes pulse {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}

@keyframes shadow {
    0% {
        box-shadow: 0px 0px 5px rgba(255, 0, 0, 0);
    }

    70% {
        box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.5);
    }

    100% {
        box-shadow: 0px 0px 5px rgba(255, 0, 0, 1);
    }
}

.comment h2:after {
    display: none;
}

#comment-component-text {
    display: flex;
    flex-direction: column;
}

.form-comment {
    order: 5;
}

.firstComment {
    order: 3;
}

.newComment {
    order: 4;
}

.comment__text a {
    color: red;
}

.timer_wrap {
    display: inline-block;
}

.submit-form:after {
    display: inline-block;
    -webkit-animation: dotty steps(1, end) 1.5s infinite;
    animation: dotty steps(1, end) 1.5s infinite;
    content: '';
    position: absolute;
    margin-left: 10px;
}

@-webkit-keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '>';
    }

    50% {
        content: '>>';
    }

    75% {
        content: '>>>';
    }

    100% {
        content: '';
    }
}

@keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '>';
    }

    50% {
        content: '>>';
    }

    75% {
        content: '>>>';
    }

    100% {
        content: '';
    }
}


#comment-component-text .comment .comment__text img {
    max-width: 300px;
}



.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;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}

.submit-form {
    max-width: 300px;
}

.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%);
}

.cursor-text {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 49%;
    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: 18px;
}

.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;
}

.content .product img {
    /* width: 100%; */
    max-width: 230px;
    display: block;
    margin: 0 auto 15px;

}

form {
    display: block !important;
    margin: 0 auto !important;
    max-width: 400px;
}

p.price {
    position: relative;
    right: -58px;
    bottom: -50px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 180px;
    height: 105px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -160px auto 30px;
    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-radius: 19%;
    padding: 5px;
}

.price span {
    display: block;
    font-size: 22px;
}

.price .old_price {
    text-decoration: line-through;
}

.price .old_price span {
    display: inline-block;
    font-weight: normal;
}

.new_price {
    border-bottom: 2px solid #f00;
    margin: 0;
    width: auto;
    color: red;
    font-weight: bold;
}

.timer {
    font-size: 16px;
    font-weight: normal;
    margin: 0px auto 20px;
    max-width: 600px;
    text-align: center;
}

#clock span {
    color: #f00;
    font-weight: bold;

}

label {
    display: block;
    margin: 10px auto;
    font-size: 15px;
    font-weight: normal;
}

.form-control {
    padding: 12px 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
}

.submit-form {
    display: block;
    margin: 20px auto;
    padding: 20px;
    font-size: 22px;
    width: 100%;
    text-decoration: none;
    background-color: #de0606;
    text-align: center;
    color: #fff !important;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    animation: 1s pulse infinite alternate ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(0.95);
    }
}

.submit-form:hover {
    opacity: 0.8;
}

.order_block h2 {
    font-size: 17px;
    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;
    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: rgb(113, 195, 65);
    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 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: rgb(113, 195, 65);
    color: rgb(255, 255, 255);
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

.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;
    }

    .cursor-text {
        line-height: 36px;
        font-size: 11px;
    }

    .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: 0;
        cursor: pointer;
    }

    .spin-wrapper p {
        margin-top: 0 !important;
    }
}

.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(1883deg);
        transform: rotate(1883deg)
    }

    100% {
        -webkit-transform: rotate(1868deg);
        transform: rotate(1868deg)
    }

}

.cenz-image img,
.contentImg {
    width: 100%;
    max-width: 550px;
}

form {
    position: relative;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none;
}

.loader img {
    position: absolute;
    width: 10%;
    bottom: 50%;
    left: 50%;
    transform: translateY(50%);
    transform: translateX(-50%);
}

p.price {
    position: relative;
    right: -58px;
    bottom: -50px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 180px;
    height: 105px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -160px auto 30px;
    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-radius: 19%;
    padding: 5px;
}

.price span {
    display: block;
    font-size: 22px;
}

.price .old_price {
    text-decoration: line-through;
}

.price span {
    display: block;
    font-size: 22px;
}

.new_price {
    border-bottom: 2px solid #f00;
    margin: 0;
    width: auto;
    font-size: 25px;
    color: red;
    font-weight: bold;
}

.spin-wrapper p {
    text-align: center;
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px;
}

.prod_img_wrapper {

    max-width: 300px;
    margin: 15px auto;
    position: relative;
}

.prod_img {
    width: 220px;
    max-width: 100%;
    ;
}

.price {
    position: absolute;
    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: 24px;
    line-height: 0px;
    margin: 0 auto;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.wheel_input {
    padding: 10px !important;
    display: block !important;
    margin: 0 auto 15px !important;
    padding: 10px !important;
    width: 260px !important;
    border: 2px solid grey !important;
    border-radius: 5px !important;
}

.data_label {
    line-height: 30px;
}

.country_select {
    display: none !important;
    width: 52% !important;
}

.order_form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

@media screen and (max-width: 479px) {

    .country_select {
        width: 96% !important;

    }
}

.main-link {
    display: block;
    margin: 25px 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;
    width: 260px;
}

.main-link:hover {
    opacity: 0.8;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: bold;
}

.time_remains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
}

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    color: #A12000;
}

.ac_gdpr_fix {
    position: fixed;
    font-size: 18px;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: #fff;
    z-index: 10000;
    text-align: center;
    padding: 7px 25px;
    border-radius: 15px 15px 0 0;
    color: #000;
    border: 1px solid #000;
    border-bottom: none;
    line-height: 1 !important;
}

.close_gdpr_warn {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    color: red;
}

.hr {
    color: #ff9900;
}

.vk-avatar img {
    width: 48px;
    height: 48px;
}

.tcenter {
    text-align: center;
}

.cenz-image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}

.cenz-image img {
    width: 100%;
}

.price-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.old_price,
.new_price {
    margin: 0 10px;
}

.discountс {
    font-size: 22px;
}

.live {
    display: block;
    max-width: 300px;
    width: 100%;
    margin-top: 5px;
}

.live-210 {
    max-width: 218px;
}

@media (max-width: 1023px) {
    h2::after {
        margin-top: 15px;
    }

    h2 {
        margin-top: 15px;
    }

    h1 br {
        display: none;
    }

    h1 .red {
        display: block;
        margin-top: 20px;
    }

    .content-left-doctor+br {
        display: none;
    }

    .cenz-image+br {
        display: none;
    }

    .header ul {
        display: none;
    }

}

@media (max-width: 989px) {
    .header .content {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h1 {
        margin-top: 0;
    }

    .content {
        padding-top: 25px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }

    .content-left-doctor {
        margin-left: auto;
        margin-right: auto;
    }

    .vk-container>div:last-child {
        margin-bottom: 0;
    }

    .pic .product {
        width: 170px;
    }

    .content .product img {
        max-width: 170px;
    }
}

@media (max-width: 720px) {

    .content-left-doctor-foto,
    .content-left-doctor-text {
        width: 100%;
    }

    .content-left-doctor-foto img {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .content-left-doctor-text {
        text-align: center;
    }

    .pop-up-text {
        font-size: 20px;
        line-height: 1.2;
    }

    .pop-up-heading {
        font-size: 35px;
    }

    .content-left-doctor {
        max-width: 500px;
        width: 100%;
    }
}

@media (max-width: 479px) {
    h1 .red {
        display: block;
        margin-top: 10px;
    }

    body {
        line-height: 1.2;
    }

    .spin-wrapper p {
        font-size: 20px !important;
        line-height: 1.2 !important;
    }

    .header ul li a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.cenz-image picture {
    display: block;
}

.cenz-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}