.MediaMaterialHeader {
    margin-top: 18px;
    margin-bottom: 18px;
}

html,
body,
div,
span,
h1,
h3,
p,
img,
b,
figure,
header,
nav {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}

.table-wrapper {
    overflow: auto;
    max-width: 400px;
}

body {
    line-height: 1;
}

figure,
header,
nav {
    display: block;
}

.c15 {
    margin: 22px;
    width: 100%;
}

.c15,
.c15 td,
.c15 tr {
    border: 1px solid #ffffff;
}

.c15 .c3 p {
    padding: 5px 10px;
    margin-bottom: 0px;
}

.c15 td:nth-of-type(1) {
    background-color: #dbc5ab;
    text-align: center;
    color: #ffffff;
    height: 90px;
    font-weight: 700;
}

.c15 td:nth-of-type(2) {
    background-color: #f0e7dd;
}


table {
    border-collapse: collapse;
    border-spacing: 0px;
}

td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}

a {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0% 0%;
}

* {
    box-sizing: border-box;
}

body {
    background-color: rgb(242, 242, 242);
    position: relative;
}

img {
    max-width: 100%;
}

a {
    color: rgb(184, 139, 88);
    text-decoration: none;
}

.Body {
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (min-width: 48em) {
    .Body {
        font-size: 20px;
        line-height: 27px;
    }
}

.Body > * {
    max-width: 980px;
    font-family: "Arial", "Georgia", serif;
}

.Body:last-child > :last-child {
    margin-bottom: 0px;
}

.Body a {
    color: inherit;
}

.Body a:hover {
    color: rgb(184, 139, 88);
}

.Body p {
    margin-bottom: 15px;
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-size: 21px;
    font-weight: bold;
}

.SvgIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 45px;
    width: 100px;
}

.Menu {
    display: none;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size: 13px;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: rgb(38, 38, 38);
        display: flex;
        justify-content: center;
    }
}

.Menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0px;
    text-align: center;
    transition: color 0.15s ease-out 0s;
    cursor: pointer;
}

@media only screen and (min-width: 64em) {
    .Menu-item {
        padding: 0px 15px;
        border-bottom: 0px none;
    }
}

@media only screen and (min-width: 64em) {
    .Menu-item:last-of-type {
        border-right: medium none;
    }
}

@media only screen and (min-width: 64em) {
    .Menu-item:hover {
        color: rgb(153, 153, 153);
        background-color: inherit;
    }
}

.Menu-link {
    transition: color 0.15s ease-out 0s;
    text-decoration: none;
    color: rgb(255, 255, 255);
    position: relative;
    line-height: 45px;
    top: 1px;
}

.Menu-item:hover .Menu-link {
    color: rgb(153, 153, 153);
}

.MeduzaLogo {
    position: relative;
    z-index: 2;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: contain;
}

.Header {
    position: relative;
    height: 45px;
    background-color: rgb(38, 38, 38);
    display: flex;
    flex-flow: row nowrap;
    z-index: 2;
}

@media only screen and (min-width: 64em) {
    .Header {
        padding: 0px 15px;
    }
}

@media only screen and (max-width: 63.9375em) {
    .Header .HeaderButton--chat {
        display: none;
    }
}

.Header-left {
    display: flex;
    flex-basis: 16%;
    flex-grow: 1;
    height: 100%;
}

.Header-center {
    height: 100%;
    display: none;
}

@media only screen and (min-width: 64em) {
    .Header-center {
        display: flex;
        justify-content: center;
        flex-grow: 2;
    }
}

.Header-right {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    flex-basis: 16%;
    flex-grow: 1;
}

.Header-meduzaLogo {
    display: flex;
    height: 45px;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

@media only screen and (min-width: 64em) {
    .Header-meduzaLogo {
        position: static;
    }
}

.HeaderButton {
    position: relative;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0px 15px;
    -moz-user-select: none;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    fill: currentcolor;
    border: 0px none;
    background: transparent none repeat scroll 0% 0%;
    margin: 0px;
    cursor: pointer;
}

.HeaderButton:active {
    outline-width: 0px;
}

.HeaderButton:hover {
    color: rgb(153, 153, 153);
}

.HeaderButton::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-right: 1px solid rgb(103, 103, 103);
}

@media only screen and (min-width: 64em) {
    .HeaderButton::after {
        top: 10px;
        bottom: 10px;
    }
}

.HeaderButton-link {
    display: block;
    padding-top: 2px;
    text-transform: uppercase;
    color: inherit;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.HeaderButton-link::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content: "";
}

.HeaderButton--chat {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.MaterialTag {
    position: relative;
    z-index: 30;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    color: rgb(184, 139, 88);
    -moz-user-select: none;
}

@media only screen and (max-width: 32em) {
    .MaterialTag {
        height: 15px;
        line-height: 15px;
        padding: 0px 5px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}

span.MaterialTag {
    cursor: default;
    pointer-events: none;
}

@media only screen and (min-width: 32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0px 7px;
        letter-spacing: 1px;
        font-size: 12px;
    }
}

.MaterialTag--solid {
    color: rgb(255, 255, 255);
    background: rgb(184, 139, 88) none repeat scroll 0% 0%;
    border-color: rgb(184, 139, 88);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.MaterialMeta {
    display: inline-block;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: rgb(128, 128, 128);
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    font-weight: normal;
}

@media only screen and (min-width: 48em) {
    .MaterialMeta {
        font-size: 15px;
        line-height: 18px;
        margin-right: 15px;
    }
}

.MaterialMeta--time {
    background-size: 12px 12px;
    background-image: url('../images/clock.svg');
}

.MediaMaterialHeader {
    max-width: 840px;
}

.MediaMaterialHeader-first {
    color: rgb(0, 0, 0);
    line-height: 27px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first {
        line-height: 38px;
    }
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    transition: color 0.25s ease-out 0s;
    font-family: "Arial", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (min-width: 48em) {

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px;
    }
}

.MediaMaterial {
    background-color: rgb(255, 255, 255);
    padding: 12px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterial {
        padding: 25px 15px 20px;
    }
}

.MediaMaterial-header {
    display: flex;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0px auto 18px;
    align-items: center;
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-header {
        max-width: 1000px;
        margin-bottom: 25px;
    }
}

.MediaMaterial-tag {
    margin-bottom: 5px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-tag {
        margin-bottom: 11px;
    }
}

.MediaMaterial-meta {
    margin-top: 12px;
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-meta {
        margin-top: 12px;
    }
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px;
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0px auto;
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-body {
        max-width: 1000px;
    }
}

@media only screen and (min-width: 48em) {
    .MediaMaterial--fullWidth .MediaMaterial-header {
        align-items: center;
        text-align: center;
    }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
    max-width: none;
}

.Material {
    padding: 12px 0px 0px;
}

@media only screen and (min-width: 48em) {
    .Material {
        padding: 15px 0px 0px;
    }
}

.Material-shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0px;
    z-index: 300;
    background-color: rgba(0, 0, 0, 0.15);
}

.Material-shadow--top {
    top: 0px;
}

.Material-container {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: relative;
}

@media only screen and (min-width: 48em) {
    .Body h3 {
        margin-top: 35px;
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 27px;
    }
}

.MaterialContent--bannerless .Body > * {
    margin-right: auto;
    margin-left: auto;
}

.MaterialContent .Figure {
    margin-right: -12px;
    margin-left: -12px;
}

@media only screen and (min-width: 40.625em) {
    .MaterialContent .Figure {
        margin-right: auto;
        margin-left: auto;
    }
}

.Figure {
    margin: 15px -12px;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .Figure {
        margin: 18px auto 15px;
    }
}

@media only screen and (min-width: 75em) {
    .Figure {
        max-width: 650px;
    }
}

.Figure img {
    max-width: 100%;
    vertical-align: bottom;
}

@media only screen and (min-width: 40.625em) {
    .Figure img {
        border-radius: 2px;
    }
}

.Figure-caption {
    width: 100%;
    max-width: 650px;
    display: inline-block;
    margin: 0px auto;
    padding: 7px 12px 0px;
    font-size: 16px;
    line-height: 25px;
}

@media only screen and (min-width: 40.625em) {
    .Figure-caption {
        display: inline-block;
        padding-top: 5px;
        padding-right: 0px;
        padding-left: 0px;
        font-size: 16px;
        line-height: 25px;
    }
}

.App {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-content {
    transition: transform 0.25s ease-out 0s, -webkit-transform 0.25s ease-out 0s, -o-transform 0.25s ease-out 0s;
}

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: rgb(242, 242, 242);
    flex: 1 0 auto;
}

.App-header {
    position: relative;
    z-index: 200;
}

.App--isMaterial .App-content {
    background-color: rgb(230, 230, 230);
}

.logo {
    display: block;
    margin-top: 10px;
}

.Body a {
    color: blue;
}

.Body a:hover {
    box-shadow: none;
}

a:active,
a:focus {
    outline: medium none;
}

:focus {
    outline: medium none;
}

button:active,
button:focus {
    outline: medium none ! important;
}

button::-moz-focus-inner {
    border: 0px none ! important;
}

a:active,
a:focus {
    outline: medium none;
}

:focus {
    outline: medium none;
}

button:active,
button:focus {
    outline: medium none ! important;
}

button::-moz-focus-inner {
    border: 0px none ! important;
}

td {
    border: 0px;
    padding-left: 10px;
    font-weight: 500;
}

.substrate {
    padding: 17px 21px;
    background-color: #f0e7dd;
    margin: 18px 0;
}

.substrate ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.substrate ol {
    margin-bottom: 0;
    padding-left: 22px;
}

.clearfix::after {
    display: block;
    content: '';
    float: none;
    clear: both;
}

.offer-info {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 24px;
    font-size: 0;
}

.offer-heading {
    margin-bottom: 12px;
}

.offer-heading span {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    line-height: 1.5;
    text-align: center;
}

.offer-left, .offer-right {
    display: block;
    vertical-align: top;
    width: 50%;
}

.offer-left {
    text-align: center;
    float: left;
}

.offer-left--up {
    padding-top: 15px;
}

.post-logo-pic {
    position: relative;
}

.offer-right {
    float: right;
}

.prod-pic {
    display: block;
    width: 100%;
}

.offer-price-block {
    display: block;
    width: 100%;
    min-width: 180px;
    max-width: 200px;
    position: relative;
    margin: 35px auto 15px;
    text-align: center;
    font-size: 30px;
    border-radius: 20px;
    border: 3px dashed #000000;
    padding: 15px 25px;
}

.offer-price-block span {
    display: block;
}

.offer-price {
    display: inline-block;
    margin: 7px 0;
    font-weight: 700;
}

.offer-price--old {
    color: #444;
    text-decoration: line-through;
}

.offer-price--new {
    color: red;
}

.offer-discaunt-text {
    position: relative;
    display: block;
    font-size: 14px;
}

.offer-price-block::before,
.offer-price-block::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../images/scissors.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.offer-price-block::before {
    top: -14px;
    left: 12%;
}

.offer-price-block::after {
    bottom: -14px;
    right: 12%;
    transform: rotate(180deg);
}

h3.comments-title {
    font-size: 24px;
}

@media all and (max-width: 767px) {
    .MediaMaterial-header {
        text-align: center;
    }

    .offer-info {
        text-align: center;
        margin-bottom: 25px;
    }

    .offer-left, .offer-right {
        display: block;
        width: 100%;
        float: none;
    }

    .offer-left {
        padding: 10px 0;
        max-width: 200px;
        margin: 0 auto;
    }

    .offer-left--up {
        margin-bottom: 15px;
    }

    .post-logo-pic {
        display: block;
        width: 100%;
    }

    .offer-price-block {
        display: block;
        width: 100%;
        margin: 25px 0 15px;
    }

    .c15 .c3 p {
        padding: 11px 10px;
    }
}

.comment-item {
    display: block;
    position: relative;
    font-size: 0;
    margin-bottom: 20px;
}

.comment-avatar, .comment-text-wrap {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
}

.comment-avatar {
    width: 60px;
}

.comment-text-wrap {
    width: calc(100% - 60px);
    padding-left: 15px;
}

.comment-name {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
}

.comment-item .comment-text {
    margin-bottom: 0;
}

.comment-img {
    display: block;
    margin-top: 5px;
    width: 100%;
    max-width: 320px;
}

.center {
    text-align: center;
}

.bottom-btn-block {
    padding: 25px 0;
}

.bottom-btn {
    display: inline-block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.bottom-btn:hover {
    background-color: #017ACC;
}

a.article-link {
    text-decoration: none;
    color: #000000;
    border-bottom: 2px solid #b88b59;
}

a.article-link:hover {
    color: #b88b59;
}

@media screen and (max-width: 767px) {
    .MediaMaterialHeader-title {
        text-align: center;
    }

    table.c15 {
        margin: 0;
    }
}

/* */

.product-after-spin {
    position: relative;
}

.product-after-spin img {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
}

.product-after-spin .price {
    position: absolute;
    bottom: 0;
    right: 100px;
    text-align: center;
    color: #000;
    background: #efa812;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: rotate(-16deg);
    -moz-transform: rotate(-16deg);
    -ms-transform: rotate(-16deg);
    -o-transform: rotate(-16deg);
    transform: rotate(-16deg);
    background: -moz-linear-gradient(left, #efa812 0%, #fce913 100%);
    background: -webkit-linear-gradient(left, #efa812 0%, #fce913 100%);
    background: linear-gradient(to right, #efa812 0%, #fce913 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efa812', endColorstr='#fce913', GradientType=1);
}

.product-after-spin .price span:nth-of-type(2) {
    text-decoration: line-through;
}

.product-after-spin .price span:nth-of-type(3) {
    border-bottom: 1px solid #f00;
    font-size: 20px;
}

/*FORM and SPIN section*/
.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;
    font-size: 0;
}

.left-spin,
.right-form {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 20px;
    line-height: 28px;
    padding: 0 5px;
    box-sizing: border-box;
}

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

    .left-spin,
    .right-form {
        display: block;
        width: 100%;
    }

    .product-after-spin {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 500px) {
    .product-after-spin .price {
        right: 0;
    }
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
}

.danger-text {
    color: red;
    font-weight: bold;
}

.wheel {
    max-width: 380px;
    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%;
    min-width: 120px;
    min-height: 120px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent !important;
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    min-width: 65px;
    min-height: 65px;
    font: 12px Arial !important;
    line-height: 61px !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    top: 50%;
    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: 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);
}

#order_form {
    background: white;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    background-image: url('../images/formbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 55px;
    text-align: center;
    line-height: 20px;
}

#order_form h2 {
    margin: 5px 0;
    line-height: 30px;
    font-size: 26px;
}

#order_form span {
    font-size: 12px;
}

#order_form span.additional {
    display: block;
    padding: 0 10px;
    line-height: 1.5;
}

#scroll_element .order_form-med-pic {
    display: block;
    margin: 20px 0px;
    max-width: 100px;
}

div#order_form_place {
    background-color: transparent;
}

#order_form .order_form_pole {
    padding: 5px;
    display: inline-block;
    margin: 10px;
    max-width: 100%;
    box-sizing: border-box;
    background-color: transparent;
}

#order_form label {
    width: 230px;
    margin: 0 auto;
    display: block;
    padding: 5px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

#order_form input,
#order_form select {
    font-size: 21px;
    padding: 10px 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
}

#order_form button,
.obutton {
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    max-width: 95%;
}

@media all and (min-width: 320px) {
    #order_form {
        padding: 10px 5px 20px;
    }

    #order_form .order_form_pole {
        width: 100%;
        margin: 0;
    }
}

p.sponsor-text {
    margin: 40px 0 20px;
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 20px;
    line-height: 28px;
    color: #0299ff;
    font-weight: bold;
}

.sponsor-name-wrap {
    font-size: 0;
    text-align: center;
    padding: 0 10px
}

img.sponsor-logo,
span.sponsor-name {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#scroll_element .sponsor-name-wrap img.sponsor-logo {
    width: 60px;
    margin-right: 10px;
    display: inline-block;
}

span.sponsor-name {
    width: calc(100% - 70px);
    max-width: 520px;
    color: #000;
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    img.sponsor-logo {
        margin-right: 5px;
    }
}

.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(1633deg);
        transform: rotate(1633deg);
    }

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

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

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

.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);
    text-align: center;
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 20%;
    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;
}

.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: -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: rgb(113, 195, 65);
    color: rgb(255, 255, 255) !important;
    border: medium none;
    cursor: pointer;
    outline: medium none;
}

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

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0px;
    left: 0px;
    top: 20%;
    margin: 0px 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: 0px;
    margin: 0 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: 0;
    margin: 0 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-button:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

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

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

    span.sponsor-name {
        font-size: 19px;
    }
}

@media screen and (max-width: 345px) {
    .wheel {
        width: 250px !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
}


.order_info {
    text-align: center;
    margin-bottom: 30px;
}

.order_info h2 {
    font-size: 27px;
    margin-bottom: 33px;
    color: red;
    line-height: 34px;
}

.left_count {
    background: red;
    padding: 25px 15px;
    margin: 12px 0px;
    width: 255px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 35px;
    border-radius: 5px;
}

.after-spin {
    display: none;
}

/* */

.country_select {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; max-width:100%; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }
.errField { display:none; font-size: 14px; background: #f00; color: #fff; text-align: center; padding: 10px; margin-bottom:10px; }
.errorMessage {font-size: 15px;background: rgba(255, 0, 0, 0.64);color: #fff;text-align: center;padding: 5px 10px;position: absolute;margin: 10px 0 0; z-index: 999;}