.features-wrapper {
    margin-top: 80px;
 }
 .close-popup,
 .cursor-text {
    cursor: pointer;
    position: absolute;
 }
 .cursor-text,
 .pop-up-window,
 .spin-result-wrapper,
 .spin-wrapper,
 .wheel-wrapper {
    text-align: center;
 }
 .spin-wrapper {
    padding: 40px 10px;
    box-sizing: border-box;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border: 4px solid #0d7ee7;
    background: #f2f8ff;
 }
 .spin-wrapper p {
    text-align: center !important;
    font-size: 18px;
    line-height: 1.3em;
    text-indent: 0;
    padding: 0;
    margin-bottom: 40px;
 }
 .spin-wrapper .spin-title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 15px;
 }
 .wheel {
    width: 506px !important;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
 }
 .wheel-cursor {
    position: absolute;
    width: 35% !important;
    height: 35%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
 }
 .cursor-text {
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    z-index: 2;
    display: inline-block;
    width: 63px !important;
    height: 63px;
    line-height: 63px;
    border-radius: 50%;
    vertical-align: middle;
    top: 53px;
    left: 57px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    background: linear-gradient(180deg, #ffe68c 0%, #e9b80d 100%);
    animation-name: scale;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
 }
 @keyframes scale {
    0% {
       transform: scale(100%);
    }
    100% {
       transform: scale(110%);
    }
 }
 @keyframes scale2 {
    0% {
       transform: translate(-50%, -50%) scale(100%);
    }
    100% {
       transform: translate(-50%, -50%) scale(110%);
    }
 }
 .wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s;
 }
 .close-popup {
    width: 30px;
    height: 30px;
    background-image: url(/plasmaskin-blog/img/cross.svg);
    background-size: 100%;
    top: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: 10px;
 }
 .cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
 }
 .spin-result-wrapper {
    display: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
 }
 
 .spin-result-wrapper.active {
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
 }
 
 .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: 50%;
    transform: translateY(-50%);
    margin: 0 auto !important;
    background: #fff;
    padding: 70px 10px 20px !important;
    border-radius: 10px;
    animation: 0.7s ease 0s normal none 1 running pop-up-appear;
    background-image: url(../img/bg-prise.png);
    background-position: center;
    background-size: cover;
 }
 
 .pop-up-window.none {
    display: none;
 }
 
 .pop-up-window::after,
 .pop-up-window::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
 }
 .pop-up-window::before {
    width: 110px;
    height: 110px;
    top: -55px;
    background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
 }
 .pop-up-window::after {
    content: url(../img/med.svg);
    width: 84px;
    height: 67px;
    top: -32px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
 }
 .spin-wrapper::after,
 .spin-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
 }
 .spin-wrapper::before {
    width: 90px;
    height: 90px;
    top: -55px;
    background: linear-gradient(180deg, #2aa6eb 21.15%, #006aa5 100%);
    border-radius: 50%;
    animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
 }
 .spin-wrapper::after {
    display: block;
    content: url(../img/med.svg);
    width: 65px;
    height: 56px;
    top: -38px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    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(-50%);
    }
 }
 @keyframes pop-up-appear-before {
    0% {
       transform: scale(0);
    }
    100% {
       transform: scale(1);
    }
 }
 @keyframes pop-up-appear-after {
    0% {
       opacity: 0;
    }
    100% {
       opacity: 1;
    }
 }
 .pop-up-heading {
    font-size: 40px !important;
    margin-bottom: 20px !important;
 }
 p.pop-up-text {
    margin: 20px auto 25px !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
    text-indent: 0;
    color: #414141 !important;
    font-weight: 400;
 }
 .pop-up-button,
 .pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important;
 }
 .pop-up-button {
    text-transform: uppercase !important;
    padding: 10px 20% !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    background-color: #2aa6eb !important;
    border: none !important;
    cursor: pointer !important;
    outline: 0 !important;
    border-radius: 50px !important;
 }
 .cursor-wheel {
    position: absolute;
    bottom: 38px;
    left: 38px;
 }
 .wheel img {
    max-width: 100%;
 }
 .super-rotation {
    -webkit-animation-name: super-rotation;
    animation-name: super-rotation;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
 }
 @-webkit-keyframes super-rotation {
    70% {
       -webkit-transform: rotate(1783deg);
       transform: rotate(1783deg);
    }
    100% {
       -webkit-transform: rotate(1774deg);
       transform: rotate(1774deg);
    }
 }
 @keyframes super-rotation {
    70% {
       -webkit-transform: rotate(1440deg);
       transform: rotate(1440deg);
    }
    100% {
       -webkit-transform: rotate(1442deg);
       transform: rotate(1442deg);
    }
 }
 .rotate-min {
    animation-name: rotation-min;
    animation-duration: 200s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
 }
 @keyframes rotation-min {
    0% {
       transform: rotate(0deg);
    }
    100% {
       transform: rotate(360deg);
    }
 }
 .time_pxains span {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
 }
 .time_pxains_title {
    padding-top: 15px;
    text-align: center;
    font-size: 22px;
 }
 .order_block {
    display: none;
    padding: 0 10px;
 }
 .priceÃ‘Â br {
    display: none;
 }
 @media all and (max-width: 1000px) {
    .page-wrap {
       padding: 0 5px;
    }
    .article {
       padding: 15px 5px;
       width: 100%;
       box-sizing: border-box;
    }
    .article__text img {
       display: block;
       margin-bottom: 10px;
    }
 }
 .loading2 {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 506px;
    height: 506px;
    border-radius: 100%;
 }
 .loading2 > div {
    background-color: #fff;
    height: 14px;
    position: absolute;
    width: 14px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-animation-name: loading2;
    -webkit-animation-duration: 1.04s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -moz-animation-name: loading2;
    -moz-animation-duration: 1.04s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -o-animation-name: loading2;
    -o-animation-duration: 1.04s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
 }
 .loading2 > div:nth-child(1) {
    left: 246px;
    top: 5px;
    -webkit-animation-delay: 0.39s;
    -moz-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
 }
 .loading2 > div:nth-child(2) {
    left: 328px;
    top: 20px;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
 }
 .loading2 > div:nth-child(3) {
    left: 400px;
    top: 61px;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
 }
 .loading2 > div:nth-child(4) {
    left: 455px;
    top: 131px;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
 }
 .loading2 > div:nth-child(5) {
    left: 482px;
    top: 208px;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
 }
 .loading2 > div:nth-child(6) {
    top: 285px;
    left: 482px;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
 }
 .loading2 > div:nth-child(7) {
    top: 362px;
    left: 452px;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
 }
 .loading2 > div:nth-child(8) {
    top: 426px;
    left: 400px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
 }
 .loading2 > div:nth-child(9) {
    top: 472px;
    left: 323px;
    -webkit-animation-delay: 0.39s;
    -moz-animation-delay: 0.39s;
    -o-animation-delay: 0.39s;
 }
 .loading2 > div:nth-child(10) {
    top: 487px;
    left: 248px;
    -webkit-animation-delay: 0.52s;
    -moz-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
 }
 .loading2 > div:nth-child(11) {
    top: 471px;
    left: 157px;
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
 }
 .loading2 > div:nth-child(12) {
    top: 426px;
    left: 87px;
    -webkit-animation-delay: 0.78s;
    -moz-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
 }
 .loading2 > div:nth-child(13) {
    top: 362px;
    left: 35px;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
 }
 .loading2 > div:nth-child(14) {
    top: 287px;
    left: 9px;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
 }
 .loading2 > div:nth-child(15) {
    top: 200px;
    left: 9px;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
 }
 .loading2 > div:nth-child(16) {
    top: 125px;
    left: 35px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
 }
 .loading2 > div:nth-child(17) {
    top: 60px;
    left: 89px;
    -webkit-animation-delay: 1.17s;
    -moz-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
 }
 .loading2 > div:nth-child(18) {
    top: 20px;
    left: 163px;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
 }
 @-webkit-keyframes loading2 {
    0% {
       background-color: #2c3a86;
       opacity: 0;
    }
    100% {
       background-color: #ffffff;
       opacity: 1;
    }
 }
 @-moz-keyframes loading2 {
    0% {
       background-color: #2c3a86;
       opacity: 0;
    }
    100% {
       background-color: #ffffff;
       opacity: 1;
    }
 }
 @-o-keyframes loading2 {
    0% {
       background-color: #2c3a86;
       opacity: 0;
    }
    100% {
       background-color: #ffffff;
       opacity: 1;
    }
 }
 @media all and (max-width: 998px) {
    .wheel {
       width: 100% !important;
    }
    .pop-up-heading {
       font-size: 33px !important;
    }
    .pop-up-text {
       margin-bottom: 15px !important;
    }
    .cursor-text {
       width: 48% !important;
       height: 48% !important;
       top: calc(50% + 3px);
       left: 50%;
       transform: translate(-50%, -50%);
       font-size: 15px;
       line-height: 39px;
       display: flex;
       justify-content: center;
       align-items: center;
       animation-name: scale2;
    }
    .cursor-wheel {
       width: 70%;
       bottom: 10%;
       left: 50%;
       transform: translate(-50%, 0);
    }
    .close-popup {
       position: absolute;
       width: 30px;
       height: 30px;
       background-size: 100%;
       top: 10px;
       border-radius: 50%;
       -webkit-box-shadow: 0 0 10px #fff;
       box-shadow: 0 0 10px #fff;
       right: 10px;
       cursor: pointer;
    }
    .loading2 {
       width: 100%;
       height: 100%;
    }
    .loading2 > div {
       width: 7px;
       height: 7px;
    }
    .loading2 > div:nth-child(1) {
       top: 2%;
       left: 50%;
    }
    .loading2 > div:nth-child(2) {
       top: 5%;
       left: 66%;
    }
    .loading2 > div:nth-child(3) {
       left: 81%;
       top: 14%;
    }
    .loading2 > div:nth-child(4) {
       left: 91%;
       top: 26%;
    }
    .loading2 > div:nth-child(5) {
       left: 97%;
       top: 46%;
    }
    .loading2 > div:nth-child(6) {
       top: 62%;
       left: 95%;
    }
    .loading2 > div:nth-child(7) {
       top: 77%;
       left: 87%;
    }
    .loading2 > div:nth-child(8) {
       top: 87%;
       left: 77%;
    }
    .loading2 > div:nth-child(9) {
       top: 93%;
       left: 66%;
    }
    .loading2 > div:nth-child(10) {
       top: 96%;
       left: 50%;
    }
    .loading2 > div:nth-child(11) {
       top: 93%;
       left: 33%;
    }
    .loading2 > div:nth-child(12) {
       top: 84%;
       left: 18%;
    }
    .loading2 > div:nth-child(13) {
       top: 72%;
       left: 8%;
    }
    .loading2 > div:nth-child(14) {
       top: 58%;
       left: 3%;
    }
    .loading2 > div:nth-child(15) {
       top: 40%;
       left: 3%;
    }
    .loading2 > div:nth-child(16) {
       top: 25%;
       left: 9%;
    }
    .loading2 > div:nth-child(17) {
       top: 13%;
       left: 20%;
    }
    .loading2 > div:nth-child(18) {
       top: 5%;
       left: 34%;
    }
 }
 @media (max-width: 767px) {
    .wheel-wrapper {
       max-width: 506px;
       margin: 0 auto;
    }
    .cursor-text {
       width: 48% !important;
       height: 48% !important;
       top: calc(50% + 3px);
    }
 }
 @media (max-width: 480px) {
    .cursor-text {
       width: 48% !important;
       height: 48% !important;
       top: calc(50% + 3px);
       left: 50%;
       transform: translate(-50%, -50%);
       font-size: 12px;
       line-height: 39px;
       display: flex;
       justify-content: center;
       align-items: center;
    }
    .loading2 > div {
       width: 4px;
       height: 4px;
    }
 }
 @media (max-width: 359px) {
    .cursor-text {
       font-size: 10px;
    }
 }
 .main_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../img/form_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 30px 20px;
    text-align: center;
    max-width: 650px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 30px;
 }
 .main_form h2 {
    font-size: 32px;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
    font-style: normal;
 }
 .sertif {
    color: #00f;
    font-size: 14px;
    font-style: italic;
 }
 .blue-border {
    margin: 15px 20px 15px 20px;
    border: 2px solid #0299ff;
    padding: 10px !important;
    text-align: center !important;
    max-width: 700px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.35;
 }
 .main_form p {
    padding: 0 0 30px;
    text-align: left;
 }
 .main_form .price {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 0;
 }
 .price_red {
    font-weight: bold;
    color: red;
 }
 .main_form label {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: work\sans, sans-serif;
 }
 .main_form input,
 .main_form select {
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 340px;
    width: 100%;
    font-family: work\sans, sans-serif;
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
 }
 .main_form button {
    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: #d90303;
    background-position: 1.35em 0.94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 40px;
    max-width: 340px;
 }
 .main_form button {
    animation: glowing 2000ms infinite both;
 }
 .timelimit,
 .additional {
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
    font-family: work\sans, sans-serif;
 }
 .timelimit b {
    display: inline-block;
    background: url(/plasmaskin-blog/img/timerIcon2.png) left top 3px no-repeat;
    background-size: 10px;
    margin-top: -2px;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    font-size: 15px;
    font-family: work\sans, sans-serif;
 }
 .article__text b,
 .article__text strong {
    font-weight: bold;
 }
 @media (max-width: 992px) {
    .main_form {
       padding: 30px 15px;
    }
    .main_form label {
       font-size: 14px;
    }
    .main_form input,
    .main_form select {
       width: 100%;
       font-size: 16px;
    }
    .order_block {
       padding-left: 0;
       padding-right: 0;
    }
 }
 .order-info {
    text-align: center;
 }
 .order-info__title {
    font-size: 24px;
    color: red;
    text-align: center;
 }
 .order-info__date {
    text-decoration: underline;
 }
 .order-info__count {
    display: inline-block;
    background: red;
    padding: 20px;
    margin: 12px auto;
    width: auto;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
       -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
       1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
       1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 44px;
    border-radius: 5px;
    text-align: center;
 }
 .ct-label {
 }
 
 @media (max-width: 768px) {
    .header-top {
       padding: 14px 20px !important;
    }
    .header-top .header-logo img {
       max-width: 204px !important;
    }
 }