﻿body{zoom: 1; background: rgb(51, 125, 176);}
img {
    margin: 0px auto;
    max-width: 100%;
}
img.one_png {
    margin: 15px auto;
}
@media screen and (max-width: 1270px){
    header{
        display: none;
    }
    footer{
        min-width: 240px;
    }
    img.one_png {
        margin: 15px auto;
    }
}
@media screen and (max-width: 1000px){
    body{
        background: #60a5d4!important;
        padding-bottom: 10px;
    }
    footer{
        display: none;
    }
    div{
        padding: 0;
    }
    img.one_png {
        margin: 15px auto;
    }
}
@media screen and (max-width: 768px){
    img.one_png {
    margin: 15px auto;
    }
}
@media screen and (max-width: 640px){
    img.one_png {
    margin: 15px auto;
    width: 100%;
}
    img.one_png {
    margin-bottom: 10px;

}
}
@media screen and (max-width: 320px){
    body {
        padding-bottom: 0 !important;
        background: #fff!important;
    }
}
img.one_png {
    margin: 15px auto;
}
.block {
	color: red;
}

html,
body,
div,
span,
object,
h2,
h3,
p,
a,
img,
strong,
b,
center,
ol,
ul,
li,
form,
footer,
header {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    -webkit-font-feature-settings: inherit;
    -moz-font-feature-settings: inherit;
    font-feature-settings: inherit;
    -webkit-font-language-override: inherit;
    -moz-font-language-override: inherit;
    font-language-override: inherit;
    -webkit-font-kerning: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ul {
    list-style: outside none none;
}

footer,
header {
    display: block;
}

.breadcrumbs {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 530px) {

    .breadcrumbs {
        padding-left: 12px;
        padding-right: 12px;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    background: transparent
        /*url('bg.png')*/
        repeat scroll 0% 0%;
}

@media (max-width: 530px) {
    body {
        position: relative;
    }
}

.content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.page-wrap {
    padding: 0px 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0px auto;
    position: relative;
    cursor: auto;
}

@media (max-width: 900px) {
    .page-wrap {
        padding: 0px 24px;
    }
}

@media (max-width: 530px) {
    .page-wrap {
        padding: 0px;
        overflow: hidden;
    }
}

.main-content {
    background: transparent
        /*url('bg.png')*/
        repeat scroll 0% 0%;
    z-index: 11;
    position: relative;
}

.main-content::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.content {
    min-height: 700px;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
    margin: 0px auto;
}

.content__inner {
    float: left;
}

.content__inner_wide {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(204, 204, 204);
}

@media (max-width: 1280px) {

    .content__inner_wide {}
}

@media (max-width: 1024px) {

    .content__inner_wide {
        width: 100%;
    }
	
}
@media (max-width: 1280px) {
.footer-wrapper_top {
    border-top: 9px solid rgb(36, 131, 197);
    background: rgb(38, 38, 38) none repeat scroll 0% 0%;
    /* height: 64px; */
	display: none;
}
	
}

.footer,
.content {
    clear: both;
}

.header {
    width: 100%;
    z-index: 12;
    position: relative;
}

.header__inner {
    height: 64px;
    background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    position: relative;
    z-index: 7;
}

@media (max-width: 530px) {
    .header__inner {
        height: 48px;
    }
}

.nav {
    height: 64px;
    max-width: 920px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 530px) {
    .nav {
        display: none;
    }
}

.nav__inner {
    width: 9000px;
}

.nav li {
    display: block;
    float: left;
    height: 64px;
    margin-right: 1px;
    position: relative;
}

.nav li a {
    /*display: block;*/
    height: 100%;
    font: 16px/64px "OpenSansLight", sans-serif;
    color: rgb(255, 255, 255);
    padding: 0px 24px;
    text-decoration: none;
    /*-webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;*/
}

.nav li {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.nav li a {
    position: relative;
    background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    /*-webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform-origin: 50% 0px 0px;
    -ms-transform-origin: 50% 0px 0px;
    transform-origin: 50% 0px 0px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;*/
}

.nav li:first-child::after {
    display: block;
    content: " ";
    position: absolute;
    z-index: 200;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 26px;
}

.nav li a::before {
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(9, 101, 160) none repeat scroll 0% 0%;
    content: attr(data-hover);
    -webkit-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0px 0px;
    -ms-transform-origin: 50% 0px 0px;
    transform-origin: 50% 0px 0px;
}

.nav_mobile {
    display: none;
}

@media (max-width: 530px) {
    .nav_mobile {
        display: block;
        width: 270px;
        position: absolute;
        top: 100px;
        right: 0px;
        z-index: 2;
        height: 100%;
        background: rgb(34, 34, 34) none repeat scroll 0% 0%;
    }

    .nav_mobile::after {
        position: absolute;
        height: 100%;
        width: 1px;
        left: -1px;
        top: 0px;
        -webkit-box-shadow: 2px 0px 14px 1px rgb(51, 51, 51);
        box-shadow: 2px 0px 14px 1px rgb(51, 51, 51);
        content: " ";
    }

    .nav_mobile .search_mobile {
        height: 48px;
        background: rgb(0, 149, 218) none repeat scroll 0% 0%;
    }

    .nav_mobile .search_mobile .search__form {
        width: 225px;
        top: 9px;
    }

    .nav_mobile .search_mobile .search__text {
        width: 180px;
        padding: 0px 10px;
    }

    .nav_mobile .nav__list_mobile li {
        height: 48px;
        line-height: 48px;
        color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(0, 0, 0);
    }

    .nav_mobile .nav__list_mobile li a {
        font: 16px/48px "OpenSansLight", sans-serif;
        padding-left: 24px;
    }

    .nav_mobile .nav__list_mobile li .header__air {
        padding: 15px 24px 0px;
        border-left: medium none;
        width: auto;
        float: none;
    }
}

@media (max-width: 530px) and (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air {
        display: block;
    }
}

@media (max-width: 530px) {
    .nav_mobile .nav__list_mobile li .header__air-logo {
        padding: 0px;
        float: left;
    }


    .nav_mobile .nav__list_mobile li .header__air-title {
        float: right;
        color: rgb(255, 255, 255);
        font-size: 12px;
        line-height: 10px;
    }
}

.header__menu-link {
    display: none;
}

@media (max-width: 530px) {
    .header__menu-link {
        position: absolute;
        top: 0px;
        right: 0px;
        background: transparent url("../images/icons.png") no-repeat scroll 13px -394px;
        width: 48px;
        height: 48px;
        border-left: 1px solid rgb(22, 123, 175);
        z-index: 9;
    }
}

.header__air {
    float: right;
    border-left: 1px solid rgb(36, 131, 197);
    padding: 15px 16px 0px;
    height: 49px;
}

@media (max-width: 530px) {
    .header__air {
        display: none;
    }
}

.header__air-logo {
    display: block;
    width: 70px;
    height: 18px;
    background: transparent url("../images/logo_r24_s.png") repeat scroll 0% 0%;
}

.header__air-title {
    display: block;
    font: 11px/11px Tahoma, sans-serif;
    color: rgb(133, 204, 237);
    padding-top: 5px;
    text-decoration: none;
}

.search {
    padding: 18px 24px 0px;
    float: right;
    background: transparent url("../images/icons.png") no-repeat scroll 24px -193px;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.search .search__form {
    display: none;
}

@media (max-width: 530px) {
    .search {
        display: none;
    }
}

.search__form {
    display: block;
    position: absolute;
    width: 30px;
    top: 18px;
    right: 20px;
    background: rgb(0, 105, 160) none repeat scroll 0% 0%;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    overflow: hidden;
    height: 30px;
}

.search__form input {
    float: left;
    height: 30px;
}

.search__form .search__text {
    border: medium none;
    outline: medium none;
    background: transparent none repeat scroll 0% 0%;
    width: 0px;
    color: rgb(255, 255, 255);
    padding: 0px 3px;
    font: 12px/17px "RobotoLight", sans-serif;
    display: block;
}

.search__form .search__submit {
    display: block;
    background: transparent url("../images/icons.png") no-repeat scroll 0px -211px;
    width: 24px;
    border: medium none;
    cursor: pointer;
    float: right;
}

.footer {
    padding-bottom: 40px;
    background: rgb(26, 26, 26) none repeat scroll 0% 0%;
    overflow: hidden;
    position: relative;
    z-index: 7;
}

.footer-wrapper_top {
    border-top: 9px solid rgb(36, 131, 197);
    background: rgb(38, 38, 38) none repeat scroll 0% 0%;
    height: 64px;
}

@media (max-width: 530px) {
    .footer-wrapper_top {
        height: auto;
    }
}

.footer__inner {
    padding: 0px 64px;
    max-width: 1280px;
    min-width: 300px;
    margin: 0px auto;
}

@media (max-width: 900px) {
    .footer__inner {
        padding: 0px 24px;
    }
}

.nav_footer {
    float: left;
    height: 64px;
    width: 730px;
    overflow: hidden;
    margin-left: -24px;
}

@media (max-width: 1280px) {
    .nav_footer {
        display: none;
    }
}

.nav_footer li {
    float: left;
    height: 64px;
}

.nav_footer li a {
    display: block;
    height: 100%;
    font: 16px/64px "OpenSansLight", sans-serif;
    color: rgb(255, 255, 255);
    padding: 0px 24px;
    text-decoration: none;
}

.soc-buttons {
    display: block;
    float: right;
    padding-top: 16px;
}

@media (max-width: 530px) {
    .soc-buttons {
        height: auto;
        float: none;
        padding-top: 0px;
        padding-bottom: 16px;
    }
}

.soc-buttons a {
    display: block;
    float: left;
    margin-left: 16px;
    width: 32px;
    height: 32px;
    background-image: url("../images/soc-icons.png");
    -webkit-transition: background 0.2s ease-out 0s;
    -o-transition: background 0.2s ease-out 0s;
    transition: background 0.2s ease-out 0s;
}

@media (max-width: 530px) {
    .soc-buttons a {
        margin-top: 16px;
    }
}

.soc-buttons_vk {
    background-position: 0px 0px;
}

.soc-buttons_vk:hover {
    background-position: 0px -32px;
}

.soc-buttons_fb {
    background-position: -32px 0px;
}

.soc-buttons_fb:hover {
    background-position: -32px -32px;
}

.soc-buttons_twt {
    background-position: -64px 0px;
}

.soc-buttons_twt:hover {
    background-position: -64px -32px;
}

.soc-buttons_gplus {
    background-position: -96px 0px;
}

.soc-buttons_gplus:hover {
    background-position: -96px -32px;
}

.soc-buttons_rss {
    background-position: -128px 0px;
}

.soc-buttons_rss:hover {
    background-position: -128px -32px;
}

.soc-buttons_insta {
    background-position: -160px 0px;
}

.soc-buttons_insta:hover {
    background-position: -160px -32px;
}

.soc-buttons_youtube {
    background-position: -192px 0px;
}

.soc-buttons_youtube:hover {
    background-position: -192px -32px;
}

.soc-buttons_ok {
    background-position: -224px 0px;
}

.soc-buttons_ok:hover {
    background-position: -224px -32px;
}

.soc-buttons_telegram {
    background-position: -256px 0px;
}

.soc-buttons_telegram:hover {
    background-position: -256px -32px;
}

.footer__copyright {
    font: 12px/17px "RobotoLight", sans-serif;
    color: rgb(153, 153, 153);
    padding: 16px 0px 0px 2px;
    width: 98% !important;
    margin-left: -9px;
    margin-bottom: -23px;
}

.footer__copyright p {
    padding-bottom: 0px;
}

@media (max-width: 778px) {
   
		.order_block img {
    width: 57% !important;
}
}

@media (max-width: 530px) {
		.order_block img {
    width: 57% !important;
}
}

.breadcrumbs {
    height: 22px;
    border-bottom: 1px dotted rgb(204, 204, 204);
    padding-top: 16px;
    padding-bottom: 16px;
    font: 14px/22px "OpenSansLight";
}

.breadcrumbs h2 a {
    color: rgb(37, 93, 137);
    display: block;
    float: left;
    padding-right: 16px;
    border-left: 1px solid rgb(204, 204, 204);
    padding-left: 16px;
}

.breadcrumbs h2 a:first-child {
    border-left: medium none;
    padding-left: 0px;
}

.breadcrumbs h2 a:last-child {
    font-family: "OpenSansSemibold";
}

.article {
    padding: 24px 70px;
}

@media (max-width: 530px) {

    .article {
        padding: 24px 12px;
    }
}

@media (max-width: 1024px) {

    .article {
        width: auto;
    }
}

.article::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}

.article__date {
    font: 14px/18px "ArimoRegular", sans-serif;
    color: rgb(85, 85, 85);
}

.article__date .article__author {
    padding: 0px 12px;
    border-left: 1px solid rgb(204, 204, 204);
}

.article__title {
    font: 32px/36px "RussiaLight", sans-serif;
    padding: 4px 0px 4px;
}

.article__text {
    font: 16px/24px "OpenSansRegular", sans-serif;
    color: rgb(51, 51, 51);
    padding-left: 0px;
    padding-top: 24px;
}

@media (max-width: 1280px) {
    .article__text {
        padding-left: 0px;
    }
}

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

.article__text p {
    padding: 10px 0px 10px;
    text-align: left;
}

.article__text a {
    text-decoration: underline;
    color: rgb(0, 149, 218);
}

.article__text b,
.article__text strong {
    font-weight: bold;
}

@media (max-width: 900px) {

    .page-wrap {
        padding: 15px 24px 0px;
    }
}

@media (max-width: 1024px) {
    .page-wrap {
        padding: 15px 64px 0px;
    }
}

@media (max-width: 530px) {

    .nav_mobile {
        bottom: 1px;
        z-index: 1;
        height: auto;
        top: 0px;
        display: none;
    }

    .page-wrap {
        padding: 15px 0px 0px;
    }
}

@media (max-width: 670px) {

    .page-wrap {
        padding: 0px;
    }
}

.broadÑast-item.broadcast-item_current::before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 3px;
    background: transparent url("../images/icons.png") repeat scroll 0px -1779px;
    width: 24px;
    height: 25px;
}

.of-site {
    font: bold 30px/100% "RussiaLight", sans-serif;
    display: table;
    margin: 10px auto;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.comment-block {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
}

.comment-user {
    min-height: 130px;
    clear: both;
    border-bottom: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-block .user-name {
    font-weight: bold;
    padding: 0px 0px 10px;
}

.comment-block img {
    width: 60px;
    float: left;
    margin: 0px 20px 0px 0px;
}

.comment-block p {}

.text-photo {
    width: 550px;
    max-width: 90%;
    font-style: italic;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    display: block;
    margin: 10px auto;
}
.content-img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.mainol {
    padding-left: 50px;margin-bottom: 30px;list-style-type: square;
}




html,
body,
div,
span,
p,
a,
img,
b,
form {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: transparent repeat scroll 0% 0%;
}
@media (max-width: 530px) {
  body {
    position: relative;
  }
}
/* .article__text img {
  max-width: 100%;
} */
img {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}

/* wheel */

input {
  outline: medium none;
}

a {
  color: rgb(22, 151, 206);
}

a:hover {
  color: rgb(176, 73, 59);
}

a:focus {
  outline: medium none;
}

@media screen and (max-width: 1020px) {
  body img {
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 420px) {
  body img {
    height: auto;
    max-width: 100%;
  }
}


button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

input {
  outline: none;
}

input:active {
  outline: none;
}

:focus {
  outline: none;
}

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

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

@media screen and (max-width: 480px) {
  input {
    width: 90%;
  }
}

.main-link {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-style: normal;
}

.main-link:hover {
  opacity: 0.8;
}

.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-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;
  font-size: 15px;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(
    radial,
    center center,
    0px,
    center center,
    100%,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(100%, rgba(234, 234, 234, 1))
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  background: -o-radial-gradient(
    center,
    ellipse,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 1) 0%,
    rgba(234, 234, 234, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}

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

.close-popup {
  content: '';
  position: absolute;
  display: block;
  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;
}

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

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -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: 0px;
  left: 0px;
  top: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

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

  100% {
    transform: scale(1);
  }
}

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

  100% {
    opacity: 1;
  }
}

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

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

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.pop-up-button:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

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

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

  .cursor-text {
    line-height: 48px;
    font-size: 10px;
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../images/close-1.png');
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 0px;
    cursor: pointer;
  }
}

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

input {
  padding: 10px;

  font-size: 14px;
}

@media (max-width: 366px) {
  .wheel img {
    width: 93%;
  }
}

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

.priceс {
  position: absolute;
  font-family: 'Arial', sans-serif;
  right: 0;
  bottom: 32px;
  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%;
}
.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto;
  position: relative;
}
span.discountс {
  display: block;
  margin-top: 9px;
  font-size: 18px;
}
.js_old_price {
  display: block;
  margin: 0 auto;
}
.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0px;
  margin: 0 auto;
}
.spin-wrapper p {
  text-align: center !important;
}
html {
  min-width: 320px;
}

.price_old {
  position: relative;
}

.price_old::after {
  position: absolute;
  content: '';
  top: 11px;
  left: 27%;
  height: 2px;
  background: #000;
  width: 50%;
}

#push-comments #push_ljra1dktudv1 {
  background-color: #f0f0f0;
  box-sizing: border-box;
  font-family: Arial, serif;
  padding: 3rem 2rem;
  transition: 1s;
  width: 100%;
}

#push-comments #push_ljra1dktudv1__form {
  box-sizing: border-box;
  margin: auto;
  max-width: 600px;
}

#push-comments #push_ljra1dktudv1__title {
  color: #43A047;
  border-bottom: 0px solid;
  box-shadow: 1px 4px 10px -7px #ccc;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 16px;
}

#push-comments #push_ljra1dktudv1__message {
  border: 1px solid #43A047;
  box-shadow: 0px 2px 4px -3px #237a27;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 120px;
  width: 100%;
}

#push-comments #push_ljra1dktudv1__submit {
  background: #43A047;
  border: none;
  box-shadow: 0px 2px 4px -3px #000;
  color: #fff;
  cursor: pointer;
  border-radius: 25px;
  display: table;
  margin: 20px 0 0;
  height: 50px;
  transition: .5s;
  text-align: center;
  text-shadow: 0px 0px 1px #237a27;
  font-size: 18px;
  max-width: 280px;
  width: 100%;
}

#push-comments #push_ljra1dktudv1__submit:hover {
  background: #237a27;
  text-shadow: none;
  box-shadow: none;
}

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

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 9px 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: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset, rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(234, 234, 234, 1)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -webkit-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center, ellipse, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=1);
}

.order_block {
  display: none;
  text-align: center !important;
}

.order_block img {
  width: 279px !important;
}

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

.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: 40%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.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: 0px;
  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: 40%;
  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;
  }
}
.wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px!important;
  padding: 10px !important;
  width: 50% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important;
}
.wheel_input:first-child {
  margin-top: 15px !important;
}
@media all and (max-width: 528px) {
  .wheel_input {
    width: 85% !important;
  }
}
.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 {
    line-height: 45px !important;
    font-size: 7px !important;
  }
}
  @media screen and (max-width: 345px) {
    .wheel {
      width: 250px !important;
    }

    .cursor-text {
      line-height: 40px !important;
      font-size: 6px !important;
    }
  }
  
  .actsss {
    display: none !important
  }
  
  .eeee {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    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
  }
  
  @keyframes super-rotation {
    70% {
      transform: rotate(1868deg)
    }
  
    100% {
      transform: rotate(1863deg);
    }
  }