<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    background-color: rgba(206, 206, 206, 0.431);
    font-family: Arial, sans-serif;
    line-height: 1.4;
}

.content {
    max-width: 1000px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 25px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(48, 99, 238, 0.404);
    border-top: none;
}

.logo {
    color: red;
    border-bottom: 2px red solid;
    border-bottom-left-radius: 50px;
    box-sizing: border-box;
    width: 70%;
    padding: 3px 10px;
    margin: auto;
    text-align: center;
    border-top: 2px solid red;
    border-top-right-radius: 50px
}

.logo a {
    color: red;
    text-decoration: none;
    transition: .3s;
}

.logo a:hover {
    color: red;
    opacity: .5;
}

.head {
    width: 100%;
    margin-top: 20px
}

.pritisak {
    color: #fff;
    background-color: #440202;
    font-style: italic;
    margin: auto;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 -1px 23px 1px rgba(0, 0, 0, .75)
}

h2 {
    text-align: center
}

.headerKom {
    width: 100%;
    height: 40px;
    background-color: #3062ee;
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
    display: flex;
    align-items: center
}

.komentar {
    display: flex;
    box-sizing: border-box;
    padding: 0 20px 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3062ee;
    justify-content: start
}

.komentar:last-child {
    margin-bottom: 0;
}

.komentar--answ {
    margin-left: 50px;
}

.komentar:last-child {
    border-bottom: none
}

.komentar img {
    border-radius: 50%;
    margin-right: 20px
}

.ime {
    color: #3062ee
}

@media screen and (max-width:1000px) {
    .content {
        padding: 20px
    }

    .form {
        flex-direction: column-reverse
    }

    .form img {
        width: 80%
    }
}

.slika {
    text-align: center;
    margin-bottom: 20px;
}

.text-left {
    text-align: left;
}

.slika--700 {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.slika img {
    max-width: 100%
}

.hyper {
    width: 30%
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid red
}

.header a {
    color: #333;
    text-decoration: none;
}

.header a:hover {
    text-decoration: underline;
    color: #333;
}

.header p {
    cursor: pointer;
    font-weight: 700;
    margin-bottom: 0;
}

.search {
    background-color: rgb(253, 253, 253);
    border: 1px solid rgb(211, 211, 211);
    width: 160px;
    padding: 3px;
    border-radius: 5px;
    transition: .2s;
}

.header .search:hover {
    text-decoration: none;
    opacity: .8;
    border: 1px solid #333;
}

.header input {
    border: 1px solid red;
    padding: 5px 10px;
    border-radius: 10px
}

.komentar img {
    max-width: 50px
}

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

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

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

.spin-wrapper p {
    text-align: center;
    font-size: 22px;
    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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -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;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0, 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%);
}

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

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

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

.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;
    animation: .7s ease 0s normal none 1 running pop-up-appear
}

.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%;
    animation: .5s ease .6s normal backwards 1 running 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;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@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 !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;
    border: none !important;
    transition: background-color .3s;
    cursor: pointer !important;
    outline: 0 !important
}

.wheel img {
    max-width: 100%
}

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

    .komentar--answ {
        margin-left: 30px;
    }

    .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%;
        -webkit-box-shadow: 0 0 10px #fff;
        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;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

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

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

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

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

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

/* FORM */

.order_block {
    display: none;
    text-align: center;
    font-family: 'Arial', sans-serif;
    margin: auto;
}

.order__text {
    margin-bottom: 22px;
    margin: 0 0 20px;
    font-weight: 700;
}

.prod_img_wrapper {
    max-width: 100%;
    margin: 15px auto;
    position: relative;
}

.prod_img_wrapper {
    margin: 30px auto;
}

.prod_img {
    max-width: 100%;
}

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

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

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

input {
    outline: 0 none;
}

@media (max-width: 600px) {

    .form,
    .prod_img_wrapper {
        display: block;
    }
}

@media (max-width: 600px) {
    .prod_img_wrapper {
        float: none;
        margin: 0 auto;
    }
}

.text-red {
    color: red;
}

a {
    outline: 0;
    cursor: pointer !important;
}

a {
    text-decoration: underline;
    color: #00f;
    cursor: auto;
}

a:hover {
    color: #3434fd;
    text-decoration: none;
}

.pricec br {
    display: none;
}

h1 {
    margin: 0 0 17px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #1b354a;
}

h2 {
    margin: 18px 0;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #1b354a;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 20px;
    line-height: 1.4;
}

.container {
    width: 1020px;
    position: relative;
    margin: 0 auto;
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #260701;
}

.time {
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    color: #909090;
    margin-left: 15px;
}

.link {
    position: relative;
    margin: 30px auto 0;
    width: 300px;
    height: 71px;
}

.link a {
    display: block;
    text-align: center;
    height: 100%;
    color: #666;
}

.submit {
    margin-top: 10px;
    height: 50px;
    width: 400px;
    background-color: #b22222;
    color: #fff;
    font-size: 30px;
    border-radius: 3px;
}

button,
input {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

b {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

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

#order_form input {
    display: flex;
}

input[type='submit']:hover {
    background: #b00 !important;
    transition: background 0.3s;
}

input[type='submit']:active {
    transform: translateY(2px);
    box-shadow: none !important;
}

input {
    padding-left: 5px;
    margin-bottom: 10px;
}

.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;
    box-sizing: border-box;
}

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

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

.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
}

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

.order_block img {
    width: 100%;
}

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

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

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff 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;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../images/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;
}

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

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

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

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff 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: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    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: 0;
    right: 0;
    margin: 0 auto;
    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;
    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(0);
    }
}

@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-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}

@media all and (max-width: 520px) {
    .search {
        display: none;
    }
    .wheel {
        width: 260px !important;
        height: 260px !important;
    }

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 520px) and (max-width: 345px) {
    .wheel {
        width: 250px !important;
        height: 250px !important;
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 11px !important;
    }
}

.wheel-img {
    position: relative;
    user-select: none;
}

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

    100% {
        transform: rotate(1620deg);
    }
}

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

.wheel-cursor {
    user-select: none;
}

@media screen and (max-width: 1019px) {
    img {
        max-width: 100%;
    }

    .time {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {

    p {
        text-align: left;
    }

    .logo {
        padding: 3px 15px;
        width: 75%;
    }
}

input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾'] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s;
}

input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾']:hover {
    background: #b00 !important;
    transition: background 0.3s;
}

input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾']:active {
    transform: translateY(2px);
    box-shadow: none !important;
}

.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;
    box-sizing: border-box;
}

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

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

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

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

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

.prod_img_wrapper {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

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

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

.wheel_input {
    padding: 18px 10px;
    display: block !important;
    margin: 0 auto 20px !important;
    width: 100%;
    max-width: 400px;
    box-sizing: border-box;
    border: 2px solid grey !important;
    border-radius: 5px !important;
}

.data_label {
    line-height: 30px;
}

.form__block {
    display: flex;
    align-items: center;
}

.main-link {
    display: block;
    margin: 40px auto 10px;
    padding: 20px;
    font-size: 20px;
    max-width: 400px;
    width: 100%;
    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;
}

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

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

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

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

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

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

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

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

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

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

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

.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%;
    animation: 0.5s ease 0.6s normal backwards 1 running 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;
    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(0);
    }
}

@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 !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:hover {
    background-color: #386b1b
}

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

@media all and (max-width: 520px) {
    .logo {
        padding: 3px 25px;
        width: 100%;
    }
    
    .wheel {
        width: 245px !important;
    }

    .pop-up-window {
        top: 30%;
    }

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

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

    .cursor-text {
        font-size: 10px !important;
        line-height: 4 !important;
    }

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

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

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
    }
}

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

    100% {
        -webkit-transform: rotate(1867deg);
        transform: rotate(1867deg);
    }
}

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

.centering {
    text-align: center;
    margin: auto;
}

.create_rom_footer {
    padding: 15px 0 0 0;
}

.inL_650545 {
    text-align: center
}

.pricec {
    position: absolute;
    font-family: 'Arial', sans-serif;
    right: 30px;
    bottom: 300px;
    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.discountc {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}

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

@media (max-width: 767px) {
    .form__block {
        display: block;
    }

    .pricec {
        bottom: -40px;
        right: 0;
        width: 125px;
        height: 90px;
    }

    .prod_img_wrapper {
        max-width: 300px;
        margin-bottom: 60px;
    }

    .spin-wrapper p {
        font-size: 20px;
    }
}

@media screen and (max-width: 400px) {
    .logo {
        padding: 3px 15px;
        font-size: 24px;
    }

    .prod_img {
        max-width: 290px;
    }

    .pricec {
        width: 115px;
        height: 78px;
        right: 50px;
        bottom: -50px;
        font-size: 16px;
    }

    .prod_img_wrapper {
        margin-bottom: 70px;
    }

    span.discountc {
        font-size: 16px;
    }

    .price_main {
        font-size: 20px;
    }

    .spin-wrapper p {
        font-size: 19px;
    }
}

.head {
    width: 100%;
    margin-top: 20px
}

h2 {
    text-align: center
}

.headerKom {
    width: 100%;
    height: 40px;
    background-color: #3062ee;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #fff;
    display: flex;
    align-items: center
}

.komentar img {
    border-radius: 50%;
    margin-right: 20px
}

.ime {
    color: #3062ee
}

@media screen and (max-width:1000px) {
    .content {
        padding: 20px 15px
    }

    .form {
        flex-direction: column-reverse
    }

    .form img {
        width: 80%
    }
}

.slika img {
    max-width: 100%
}

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

.header input {
    border: 1px solid red;
    padding: 5px 10px;
    border-radius: 10px
}

.komentar img {
    max-width: 50px
}

.komentar .comment__img {
    border-radius: 0;
    max-width: 300px;
    width: 100%;
    margin: 0 0 5px;
    display: block;
}

.komentar p {
    margin-bottom: 5px;
}

.komentar .date {
    font-size: 16px;
    color: #666;
}

.footer-wrapper {
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: #858585;
    font-weight: 400 !important;
}

.footer-wrapper a {
    color: black;
    text-decoration: none;
}

.footer-wrapper a:hover {
    color: #2a2a2a
}

.footer-wrapper a:visited {
    color: #2a2a2a
}

.inL_375569 {
    color: red;
    cursor: pointer;
}

.inL_679071 {
    margin-left: 20px;
}

.inL_975593 {
    margin-left: 20px;
}

.inL_35877 {
    margin-left: 20px;
}

.inL_94233 {
    margin-left: 20px;
}

.inL_401172 {
    margin-left: 20px;
}

.inL_993641 {
    margin-left: 20px;
}

.inL_8857 {
    margin-left: 20px;
}

.inL_75792 {
    margin-left: 20px;
}

.inL_816728 {
    margin-left: 20px;
}

.inL_762099 {
    margin-left: 20px;
}

.inL_680634 {
    margin-left: 20px;
}

.inL_251675 {
    margin-left: 20px;
}

.inL_195432 {
    margin-left: 20px;
}

.inL_792815 {
    margin-left: 20px;
}

.inL_41716 {
    margin-left: 20px;
}

.inL_147250 {
    margin-left: 20px;
}

.inL_570709 {
    margin-left: 20px;
}

.inL_510545 {
    margin-left: 20px;
}

.inL_395498 {
    margin-left: 20px;
}

.inL_984580 {
    margin-left: 20px;
}

.inL_590804 {
    margin-left: 20px;
}

.inL_773580 {
    margin-left: 20px;
}

.inL_760989 {
    margin-left: 20px;
}

.inL_200714 {
    padding: 15px 0
}

.inL_302523 {
    display: block
}</pre></body></html>