<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
a {
    outline: none;
    cursor: pointer !important;
}
body {
    top: 0;
    color: #1b354a;
    width: 100%;
    height: 100%;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    cursor: default;
}
a {
    text-decoration: underline;
    color: #00f;
    cursor: auto;
}
a:hover {
    color: #3434fd;
    text-decoration: none;
}
h1 {
    margin: 0 0 17px;
    font-family: sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #1b354a;
}
h2 {
    margin: 18px 0;
    font-family: sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #1b354a;
}
img {
    max-width: 100%;
}
ul li,
ol li {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}
p {
    margin: 0;
    padding: 10px 0;
}
.container {
    width: 1020px;
    position: relative;
    margin: 0 auto;
}
header {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 0;
}
.header_line_2 {
    margin-top: 0;
    padding-bottom: 6px;
}
.links {
    padding-top: 5px;
    font-size: 0;
    position: relative;
    margin-left: 69px;
    display: inline-block;
}
.links li {
    font-family: sans-serif;
    font-size: 14px;
    color: #1b354a;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    letter-spacing: 0.9px;
}
.links li:hover {
    color: #5296db;
}
.links li:nth-child(1) {
    margin-right: 11px;
}
.links li:nth-child(2) {
    margin-right: 11px;
}
.links li:last-child {
    margin-right: 0;
}
.chosen_link {
    border-radius: 3px;
    border: 2px solid #05519d;
    padding: 4px;
}
.search {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    background: url("search.svg") center center/20px 20px no-repeat scroll
        transparent;
    vertical-align: top;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.search:hover {
    opacity: 0.7;
}
.text_section {
    position: relative;
    width: 100%;
    background: #260701;
    padding-bottom: 10px;
}
.white_base {
    position: relative;
}
.base {
    padding: 40px 40px 0;
    width: 940px;
    background-color: #fff;
    overflow: hidden;
}
.comments {
    position: relative;
    margin-top: 40px;
}
.custom {
    margin: 35px 0 20px;
    padding: 15px;
    background: #fff2cc;
    box-sizing: border-box;
    border: 1px solid #000;
}
.custom h3 {
    margin-top: 0;
    text-align: center;
}
.custom ul {
    margin-top: 0;
}
b {
    font-family: sans-serif;
}
.custom p {
    padding: 5px 15px;
    box-sizing: border-box;
}
@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;
    }
}
@keyframes super-rotation {
    70% {
        transform: rotate(1640deg);
    }
    100% {
        transform: rotate(1620deg);
    }
}
@media screen and (max-width: 1019px) {
    img {
        max-width: 100%;
    }
    .header_line_2 {
        text-align: center;
    }
    .base {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 10px;
        margin-left: 10px;
    }
    .container {
        width: 100% !important;
    }
    .wr-search {
        display: none;
    }
    .links {
        height: 40px;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    p,
    td {
        text-align: left;
    }
}
.comments h2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.comment-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    font-size: 16px;
}
.comment-top {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.comment-name {
    font-family: sans-serif;
}
.comment-date {
    color: gray;
    font-size: 13px;
}
.comment-text {
    width: 100%;
}
.comment-text img {
    width: 300px;
    display: block;
    margin-top: 10px;
}
.comment-item.answer {
    padding-left: 50px;
}
@keyframes dotty {
    0% {
        content: '';
    }
    25% {
        content: '.';
    }
    50% {
        content: '..';
    }
    75% {
        content: '...';
    }
    100% {
        content: '';
    }
}
@keyframes dotty {
    0% {
        content: '';
    }
    25% {
        content: '.';
    }
    50% {
        content: '..';
    }
    75% {
        content: '...';
    }
    100% {
        content: '';
    }
}
@media screen and (max-width: 320px) {
    .subline {
        font-size: 17px;
    }
    .base p {
        font-size: 16px;
    }
}
.list-tire {
    list-style: none !important;
}
.list-tire li::before {
    content: '-';
    position: relative;
    left: -10px;
}
.reset-styles * {
    width: unset !important;
    position: unset !important;
    top: unset !important;
    right: unset !important;
    left: unset !important;
    text-shadow: unset !important;
    bottom: unset !important;
    font-weight: unset !important;
    color: unset !important;
    letter-spacing: unset !important;
    background: unset !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: unset !important;
}
.order-form-doors * {
    margin: 0 !important;
    padding: 0 !important;
    font-family: sans-serif !important;
}
.order-form-doors :after,
.order-form-doors :before {
    content: unset !important;
}
.order-form-doors {
    max-width: 1000px !important;
    margin: 0 auto !important;
}
.order-form-doors .door-wrapper .door-container {
    display: flex !important;
    justify-content: space-around !important;
}
.order-form-doors .door-wrapper .box-door {
    perspective: 500px !important;
    position: relative !important;
}
.order-form-doors .door-wrapper .box-door,
.order-form-doors .door-wrapper .door {
    width: 190px !important;
    height: 400px !important;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919 !important;
}
.order-form-doors .door-wrapper .door,
.order-form-doors .door-wrapper .hi {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.order-form-doors .door-wrapper {
    margin: 25px auto !important;
}
.order-form-doors .door-wrapper .door {
    background-image: url("") !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    transform: rotateY(0deg) !important;
    display: inline-block !important;
    transition: all 0.75s ease !important;
    transform-origin: 0 0 !important;
    cursor: pointer !important;
}
.order-form-doors #door-2 {
    background-image: url("door2_1.png") !important;
}
.order-form-doors #door-3 {
    background-image: url("door3_1.png") !important;
}
.order-form-doors .door-wrapper .door:hover {
    transform: rotateY(-30deg) !important;
}
.order-form-doors .door-wrapper .door.open {
    transform: rotateY(-85deg) !important;
}
.order-form-doors .door-wrapper .door-sales {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    text-align: center !important;
    transform: translate(-50%, -50%) !important;
    font-size: 55px !important;
    line-height: 57px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878 !important;
    width: 85% !important;
    min-width: 70px !important;
    margin: 0 !important;
}
.order-form-doors .door-wrapper .door-title {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    font-size: 22px !important;
    margin-bottom: 25px !important;
    background-color: #3a4752 !important;
    padding: 10px 0 !important;
    border-radius: 0.5em !important;
}
@media (max-width: 840px) {
    .order-form-doors .door-wrapper .door-sales {
        font-size: 20px !important;
        line-height: 22px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        width: 65% !important;
        min-width: 50px !important;
    }
    .order-form-doors .door-wrapper .box-door,
    .order-form-doors .door-wrapper .door {
        width: 95px !important;
        height: 200px !important;
    }
}
@media (max-width: 360px) {
    .order-form-doors .door-wrapper .box-door + .box-door {
        margin-left: 15px !important;
    }
    .order-form-doors .door-wrapper .door-sales {
        font-size: 19px !important;
        line-height: 21px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
    }
}
.order-form * {
    padding: 0 !important;
    margin: 0 !important;
    width: unset !important;
    height: unset !important;
    background: unset !important;
    font-family: sans-serif !important;
}
.order-form .has-error .order-form-field-label {
    color: #d32f2f !important;
}
.order-form .has-success .order-form-field-label {
    color: #2e7d32 !important;
}
.order-form .order-form-field-label {
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 0 0.25em !important;
    color: #212121 !important;
    transition: 0.25s !important;
    font-style: normal !important;
}
.order-form .phone-help {
    font-size: 10px !important;
    line-height: 10px !important;
    color: #999 !important;
}
.order-form .order-form-old-price {
    font-size: 14px !important;
    color: #d7d7d7 !important;
    font-weight: 400 !important;
    line-height: 10px !important;
    font-style: italic !important;
    text-align: right !important;
    text-decoration: line-through !important;
}
.order-form .order-form-footnote {
    color: #9e9e9e !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
}
.order-form .order-form-wrapper {
    max-width: 400px !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
    opacity: 100 !important;
    position: relative !important;
    padding: 25px !important;
    border: 1px solid #dee2e6 !important;
}
.order-form .order-condition {
    font-size: 12px !important;
    line-height: 20px !important;
}
.order-form .order-form-header {
    margin: 0 0 25px !important;
    position: relative !important;
    opacity: 1 !important;
}
.order-form .order-form-field-wrapper {
    margin-bottom: 15px !important;
}
.order-form .order-form-product-price-wrapper:after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    top: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-bottom: 5px solid #b16869 !important;
}
.order-form .order-form-product-price-wrapper:before {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-top: 5px solid #b16869 !important;
}
.order-form .order-form-product-price {
    display: block !important;
    position: relative !important;
    border-radius: 5px 0 0 5px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: none !important;
    line-height: 25px !important;
    text-shadow: 0 0 2px #000 !important;
}
.order-form .order-form-product-price-wrapper {
    display: block !important;
    padding: 10px 15px !important;
    text-align: center !important;
    background: #e6373a !important;
    position: absolute !important;
    top: 0 !important;
    right: -35px !important;
    border-radius: 5px 0 0 5px !important;
}
.order-form .order-form-product-image-section {
    position: relative !important;
    max-width: 400px !important;
    margin: 0 auto !important;
}
.order-form .order-form-discount {
    font-style: italic !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    color: #d7d7d7 !important;
    font-size: 16px !important;
    text-align: right !important;
}
.order-form .order-form-field-wrapper .order-form-field {
    transition: 0.25s !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #212121 !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin: 0 !important;
    border: 2px solid #ddd !important;
    line-height: 1em !important;
    text-indent: unset !important;
    height: unset !important;
    appearance: auto !important;
    max-width: unset !important;
    font-weight: 400 !important;
    cursor: text !important;
}
.order-form .order-form-field-wrapper,
.order-form .order-form-field::placeholder {
    font-weight: 400 !important;
}
.order-form .order-form-field::placeholder {
    opacity: unset !important;
    color: #c6c6c6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
}
.order-form .order-form-field-wrapper.has-error .order-form-field:focus,
.order-form .order-form-field-wrapper.has-error .order-form-field {
    border-color: #d32f2f !important;
    background-color: #fbebeb !important;
    color: #d32f2f !important;
}
.order-form .order-form-field-wrapper.has-error .order-form-field::placeholder {
    color: #b29090 !important;
}
.order-form .order-form-field-wrapper.has-success .order-form-field {
    border-color: #2e7d32 !important;
    color: #2e7d32 !important;
    background-color: #eefdee !important;
}
.order-form .order-form-field-wrapper .order-form-field:focus,
.order-form .order-form-field-wrapper.has-success .order-form-field:focus {
    border-color: #ababab !important;
}
.order-form .order-form-product-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
}
.order-form .order-form-product-image-wrapper {
    text-align: center !important;
}
.order-form .order-form-field-wrapper.has-error .help-block {
    color: #d32f2f !important;
}
.order-form .order-form-field-wrapper .help-block {
    font-size: 12px !important;
    line-height: 12px !important;
    text-align: left !important;
}
.order-form .order-form-submit-button {
    cursor: pointer !important;
    text-shadow: 0 0 2px #000 !important;
    display: block;
    width: 100% !important;
    background: #e6373a !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    height: unset !important;
    transition: 0.25s !important;
}
.order-form .order-form-submit-button:hover {
    background: #cf3134 !important;
}
.order-form .order-form-submit-button:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.order-form form {
    background: 0 0 !important;
}
.order-form {
    background: unset !important;
    max-width: unset !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    word-wrap: break-word !important;
    font-size: 1em !important;
    line-height: 2rem !important;
}
.order-form .order-form-text {
    text-align: center !important;
    border-bottom: 2px solid #eee !important;
    padding: 0 0 10px !important;
    font-size: 22px !important;
}
.order-form .order-form-footer-link {
    font-size: 14px !important;
}
.order-form-footer-link-wrapper {
    text-align: center !important;
    margin: 15px 0 0 !important;
}
.order-form .order-form-conditions {
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.order-form .product-counter-info {
    font-size: 14px !important;
    text-align: center !important;
    margin: 15px 0 !important;
}
.order-form .product-counter {
    color: #e6373a !important;
    font-weight: 600 !important;
}
.order-form .order-form-info {
    display: flex !important;
    justify-content: space-between !important;
    margin: 10px 0 0 !important;
}
.order-form .timer {
    color: #dc3545 !important;
}
.order-form .help-block {
    font-weight: 600 !important;
    font-style: normal !important;
}
.order-form .order-form-deadline {
    color: #464646 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
}
.order-form .order-form-timer {
    font-weight: 700 !important;
    margin: 5px 0 0 !important;
    font-size: 16px !important;
}
.order-form .time_remains {
    color: #e6373a !important;
    font-size: 16px !important;
}
.order-form .order-form-information {
    font-size: 17px !important;
    line-height: 19px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #555 !important;
}
.order-form .has-error:not(.validating) .order-form-field {
    animation: 0.5s ease trambling-animation;
}
@keyframes trambling-animation {
    0%,
    50%,
    100% {
        transform: rotate(0deg);
    }
    10%,
    30% {
        transform: rotate(-1deg);
    }
    20%,
    40% {
        transform: rotate(1deg);
    }
}
@keyframes pulse {
    0% {
        transform: scale(1.025);
    }
    100% {
        transform: scale(0.975);
        box-shadow: none;
    }
}
.cta-button .cta-button-wrapper {
    text-align: center !important;
}
.cta-button .cta-button-link {
    text-shadow: 0 0 2px #000 !important;
    display: inline-block !important;
    background: #e6373a !important;
    line-height: 50px !important;
    padding: 0 25px !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: sans-serif !important;
}
.cta-button .cta-button-link:hover {
    background: #cf3134 !important;
    color: #fff !important;
}
.cta-button .cta-button-link:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
}
.cta-button {
    width: 100% !important;
    clear: both !important;
    margin: 25px 0 !important;
}
@keyframes front-rotation {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
@keyframes back-rotation {
    from {
        transform: rotateY(180deg);
    }
    to {
        transform: rotateY(540deg);
    }
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 40px transparent;
    }
}
.chest * {
    padding: 0 !important;
    margin: 0 !important;
    font-family: sans-serif !important;
}
.chest {
    min-height: 100vh !important;
    background: #eee !important;
    text-align: center !important;
}
.chest .order-form-wrapper {
    box-shadow: none !important;
}
.chest .chest-rotate {
    perspective: 2000px !important;
    width: 200px !important;
    height: 200px !important;
    position: absolute !important;
}
.chest .front,
.chest .back {
    width: 100% !important;
    height: 100% !important;
    backface-visibility: hidden !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
}
.chest .front {
    animation: front-rotation 1s infinite !important;
}
.chest .back {
    animation: back-rotation 1s infinite !important;
}
.chest .chest-title,
.chest-subtitle {
    text-align: center !important;
}
.chest .select-block *:after,
.chest .select-block *:before {
    content: unset !important;
}
.chest .select-block h2 {
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 0 0 15px !important;
    color: #fff !important;
}
.chest .chest-title {
    font-size: 24px !important;
    margin: 0 0 5px !important;
    color: #555 !important;
    padding: 0 !important;
}
.chest .chest-subtitle {
    font-size: 15px !important;
    line-height: 20px !important;
    color: #555 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500 !important;
}
.chest .chest-img-pack {
    padding: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    background: #eee !important;
}
.chest .chest-button {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.chest .chest-button button {
    position: absolute !important;
    width: 90px !important;
    height: 90px !important;
    background: #ff1f1f !important;
    color: #fff !important;
    text-transform: uppercase !important;
    outline: none !important;
    border-radius: 50% !important;
    font-size: 18px !important;
    border: #ff1f1f !important;
    cursor: pointer !important;
    animation: radial-pulse 1s infinite !important;
}
.chest .chest-img-opened {
    opacity: 0.5 !important;
}
.chest .chest-coins {
    background: unset !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
}
.chest .chest-coin {
    background-image: url("") !important;
    background-position: center center !important;
    background-size: contain !important;
    width: 180px !important;
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 24px !important;
    line-height: 30px !important;
    font-weight: 600 !important;
    text-shadow: 1px 1px gold !important;
    cursor: pointer !important;
}
.chest .chest-img img {
    max-width: 350px !important;
    width: unset !important;
    height: 100% !important;
    min-height: unset !important;
    min-width: unset !important;
}
.chest .chest-product {
    width: 100% !important;
    max-width: 200px !important;
    margin-bottom: 1em !important;
}
.chest .chest-order,
.chest-consult {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
.chest .top-block {
    margin: 0 !important;
    padding: 10px !important;
}
.chest .top-block h1 {
    font-weight: 700 !important;
    color: #1e2d4c !important;
    font-size: 20px !important;
    text-align: center !important;
    margin: 0 !important;
    line-height: 25px !important;
}
.chest .chest-title-wrap {
    margin: 0 0 15px !important;
}
.chest .top-block p {
    color: #888787 !important;
    margin: 0 !important;
    font-size: 16px !important;
    line-height: 20px !important;
    text-align: center !important;
}
.chest .select-block {
    background: #eb4d36 !important;
    padding: 10px !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
}
.chest .congratulations {
    font-size: 18px !important;
    margin: 0 0 15px !important;
    font-weight: 500 !important;
    color: #1e2d4c !important;
    line-height: 20px;
}
.chest .text-big {
    text-align: center !important;
    font-size: 20px !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #fff !important;
    line-height: 20px !important;
}
.ava_block {
    margin-right: 20px;
    width: 40px;
}
.ava_block img {
    max-width: 40px;
}
.base {
    padding-top: 0 !important;
    padding-bottom: 60px;
}
@media screen and (max-width: 840px) {
    .base {
        padding-bottom: 0;
    }
}
.headline {
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin: 20px 0;
}
.subline {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
}
@media (max-width: 1019px) {
    .base {
        padding-top: 0 !important;
    }
    .base h1 {
        margin-top: 0 !important;
    }
}
@media (max-width: 767px) {
    .headline {
        font-size: 28px;
        line-height: 38px;
    }
    .subline {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 480px) {
    .header_line_2 {
        display: none;
    }
}
@media (max-width: 360px) {
    .door__sales {
        top: 75px !important;
    }
}
@media (max-width: 320px) {
    .subline {
        font-size: 17px;
        line-height: 30px;
    }
    p {
        font-size: 16px;
    }
}
.door__container {
    display: flex;
    justify-content: space-evenly;
}
.door_box {
    perspective: 500px;
    position: relative;
}
.door_box,
.door {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}
.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.door {
    background-image: url("door1_1.png");
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all 0.75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain;
}
#door__2 {
    background-image: url("door2_1.png");
}
#door__3 {
    background-image: url("door3_1.png");
}
.door:hover {
    transform: rotateY(-30deg);
}
.door.open {
    transform: rotateY(-85deg);
}
.door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center;
}
.door__sales {
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    margin: 0 !important;
}
.door__title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0 !important;
    border-radius: 0.5em;
}
@media (max-width: 1040px) {
    .door_box,
    .door {
        width: 95px;
        height: 200px;
    }
    .door__sales {
        font-size: 23px !important;
    }
    #form-block {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
    .door {
        background-size: contain;
    }
    #door__2 {
        background-size: contain;
    }
    #door__3 {
        background-size: contain;
    }
}
@media (max-width: 360px) {
    .door_box + .door_box {
        margin-left: 15px;
    }
    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px;
    }
}
body *:not(i) {
    font-family: sans-serif !important;
}
p,
ul li,
ol li {
    font-size: 22px !important;
    line-height: 26px !important;
}
@media (max-width: 768px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 22px !important;
    }
}
@media (max-width: 426px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 15px !important;
    }
}
@media (max-width: 371px) {
    .card__item__sale .card__item__sale-100,
    .card__item__sale .card__item__sale-50,
    .card__item__sale .card__item__sale-30 {
        font-size: 11px !important;
    }
}
.prodImg {
    width: 83%;
}
.wheel-img {
    position: relative;
    user-select: none;
}
.wheel-img__numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
}
.wheel-img__number {
    color: #000;
    font-weight: 700;
    font-family: sans-serif;
    position: absolute;
    font-size: 3.5em;
    line-height: 1;
}
.wheel-img__number::before {
    content: '%';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: 0.7em;
}
.wheel-img__number:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wheel-img__number:nth-child(2) {
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(45deg);
}
.wheel-img__number:nth-child(3) {
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%) rotateZ(90deg);
}
.wheel-img__number:nth-child(4) {
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(135deg);
}
.wheel-img__number:nth-child(5) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
}
.wheel-img__number:nth-child(6) {
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(225deg);
}
.wheel-img__number:nth-child(7) {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) rotateZ(270deg);
}
.wheel-img__number:nth-child(8) {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(315deg);
}
@media only screen and (max-width: 576px) {
    .wheel-img__number {
        font-size: 1.95em;
    }
    .wheel-img__number::before {
        top: 100%;
    }
}
@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;
}
.submit-roulette:hover {
    background: #b00;
    transition: background 0.3s;
}
.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}
.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none;
}
input[value='ÐŸÐ¾Ð»ÑƒÑ‡Ð¸Ñ‚ÑŒ Ð±ÐµÑÐ¿Ð»Ð°Ñ‚Ð½Ð¾'],
.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    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;
}
.input-roulette::placeholder {
    font-size: 0.9em;
}
.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: auto !important;
    display: block;
    margin: 10px auto;
}
input[placeholder='Ð’Ð°ÑˆÐµ Ð¸Ð¼Ñ'],
input[placeholder='Ð’Ð°Ñˆ Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½'] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
}
.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700;
}
.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px;
}
.ruletka-a {
    color: #1697ce;
}
.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;
}
.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
}
.danger-text {
    color: red;
    font-weight: 700;
    white-space: nowrap;
}
.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%);
}
.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px sans-serif !important;
    line-height: 61px !important;
    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: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
        rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset,
        rgba(0, 0, 0, 0.4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(
        radial,
        center center,
        0px,
        center center,
        100%,
        color-stop(0%, white),
        color-stop(100%, #eaeaea)
    );
    background: -webkit-radial-gradient(
        center,
        ellipse cover,
        white 0%,
        #eaeaea 100%
    );
    background: -o-radial-gradient(
        center,
        ellipse cover,
        white 0%,
        #eaeaea 100%
    );
    background: -webkit-radial-gradient(
        center,
        ellipse,
        white 0%,
        #eaeaea 100%
    );
    background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
    background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaeaea",GradientType=1);
}
.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("cross_1.svg");
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    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;
}
.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium;
}
.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-layer {
    position: fixed !important;
    top: 0 !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: 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;
}
.text_small {
    font-size: 0.5em !important;
    font-weight: 400 !important;
}
#order {
    display: none;
}
@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-button:hover {
    color: #fff !important;
    text-decoration: none !important;
}
@media all and (max-width: 520px) {
    .wheel {
        width: 260px !important;
        height: 260px !important;
    }
    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important;
    }
    .close-popup {
        right: 0 !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;
    }
}
@media (max-width: 500px) {
    .door_box,
    .door {
        width: 85px;
        height: 180px;
    }
}
.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.msg {
    box-sizing: border-box;
    max-width: 781px;
    text-align: center;
    width: 94%;
    max-height: 535px;
    background: #3c72b5;
    background: -moz-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -webkit-gradient(
        left top,
        right bottom,
        color-stop(0, #3c72b5),
        color-stop(100%, #7b9fcc)
    );
    background: -webkit-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -o-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: -ms-linear-gradient(-45deg, #3c72b5 0, #7b9fcc 100%);
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
    font-family: sans-serif !important;
    position: relative;
    border: 5px solid #ddd;
    padding: 0 2%;
}
.comeback-text,
.msg &gt; p.comeback-title {
    font-family: sans-serif;
}
.msg &gt; p.comeback-title {
    font-size: 30px;
    font-weight: 700;
    padding-top: 9px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0;
}
.comeback-close {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    cursor: pointer;
    color: #b22222;
    display: block;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    box-shadow: 0 0 9px 0 #000;
    background: url("close.png") -4px -2px no-repeat;
}
.comeback-content {
    padding-top: 15px;
}
.comeback-img {
    display: inline-block;
    width: 30%;
}
.comeback-img img {
    max-width: 121px;
}
.comeback-text {
    line-height: 1.5;
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding-bottom: 5px;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px;
}
.comeback-text span {
    border-radius: 3px;
    color: #5b5f65;
    background: #fff;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px;
}
.comeback-btn {
    display: inline-block;
    max-width: 334px;
    max-height: 56px;
    margin: 0 auto 33px;
    font-size: 23px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 700;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px !important;
}
@media (max-width: 737px) {
    .comeback-text,
    .msg &gt; p.comeback-title {
        font-size: 18px;
    }
    .comeback-img {
        display: none;
    }
    .comeback-text {
        float: none;
        width: 92%;
        margin: 15px auto;
        text-align: center;
    }
    .msg {
        width: 95%;
        left: auto;
        margin: 0 auto;
        top: 0;
        padding-bottom: 30px;
        text-align: center;
    }
    .comeback-btn {
        font-size: 16px;
        margin: 0 auto;
    }
}

.error {
    font-size: 14px !important;
    color: red !important;
}</pre></body></html>