/* 1 */

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

#__main__,
#header {
    transition: .3s ease-in-out
}

.top_nav__item:hover,
header.blockHeader .blockHeaderName span:hover {
    text-decoration: underline
}

.prices {
    -o-border-image: initial;
    border-image: initial
}

.spin-wrapper {
    box-sizing: border-box
}

.spin-wrapper p {
    font-size: 21px !important;
    line-height: 1.4 !important;
    margin-bottom: 15px
}

.wheel {
    width: 380px !important
}

.spin-result-wrapper {
    box-sizing: border-box
}

.form__input,
.order_block__quantity {
    box-sizing: border-box;
    min-height: 50px
}

.pop-up-window {
    margin: 0 auto !important;
    padding: 70px 10px 20px !important
}

.pop-up-window::after,
.pop-up-window::before {
    content: ""
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

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

.pop-up-text {
    margin-bottom: 25px !important;
    font-size: 24px !important;
    line-height: 30px !important;
    color: #414141 !important;
    font-weight: 400
}

.pop-up-button {
    text-transform: uppercase !important;
    padding: 10px 20% !important;
    font-size: 20px !important;
    border-radius: 5px !important;
    background-color: #71c341 !important;
    border: none !important;
    cursor: pointer !important;
    outline: 0 !important
}

.banner_text,
.blur-p,
.greenlink,
.pop-up-button,
.popup-more-btn,
.pulse-button,
.pulse-button-no-animation,
.submit-roulette,
.top_nav__item,
header.blockHeader .blockHeaderName span {
    text-transform: uppercase
}

*,
.form__btn,
.submit-roulette,
a,
img,
input {
    outline: 0
}

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

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

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

    .cursor-text {
        line-height: 40px;
        font-size: 9px
    }

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

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

    100% {
        transform: rotate(1774deg)
    }
}

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

    100% {
        transform: rotate(1774deg)
    }
}

.time_remains_title {
    padding-top: 15px;
    font-size: 22px
}

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

.order__text {
    margin: 0 0 30px;
    font-weight: 700
}

.order_block__wrapper {
    display: table;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    padding: 20px 10px;
    border-radius: 10px;
    width: 100%
}

.form,
.prod_img_wrapper {
    display: table-cell
}

.prod_img_wrapper {
    float: left
}

.prices {
    left: -35px;
    top: -35px
}

@media (max-width:755px) {
    .prices {
        left: 0;
        box-shadow: rgba(0, 0, 0, .8) 0 3px 6px
    }
}

._yarstarosti article:nth-child(-n+2)::after,
.blur-p {
    left: 50%;
    transform: translateX(-50%);
    position: absolute
}

._company .news:last-child::before,
.price-block {
    display: none
}

.js_old_price,
.pop-up-layer-show,
.price-block--active {
    display: block
}

.js_old_price {
    margin: 0 auto
}

.countdown-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-weight: 600
}

.order_block__time {
    margin-bottom: 0;
    padding: 5px 30px;
    color: #fff;
    border-radius: 8px;
    box-shadow: 5px 5px 15px 5px rgb(0 0 0 / 31%);
    background-color: #f50000
}

.order_block__time-wiggle {
    -webkit-animation: 1s 2 wiggle;
    animation: 1s 2 wiggle
}

@-webkit-keyframes wiggle {

    0%,
    100%,
    80% {
        transform: rotate(0)
    }

    85% {
        transform: rotate(5deg)
    }

    95% {
        transform: rotate(-5deg)
    }
}

@keyframes wiggle {

    0%,
    100%,
    80% {
        transform: rotate(0)
    }

    85% {
        transform: rotate(5deg)
    }

    95% {
        transform: rotate(-5deg)
    }
}

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

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: url(../images/select.png) 96% 50% no-repeat #fff
}

.form__input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 10px
}

.form__input.error {
    border-color: #f00;
    margin-bottom: 2px;
}

.form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
}

.form__btn {
    background-color: #4cad0e;
    color: #fff;
    padding: 15px 20px;
    border-radius: 35px;
    border: none;
    margin: 0 auto;
    font-size: 14px;
    display: table;
    transition: transform .5s
}

.form .pulse-button-wrapper .pulse-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:600px) {

    .form,
    .prod_img_wrapper {
        display: block
    }

    .prod_img_wrapper {
        float: none;
        margin: 0 auto
    }

    .prices {
        top: 0
    }
}

.pulse-button-wrapper {
    height: 100%;
    margin: 0 auto;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border: unset;
    outline: 0;
    text-decoration: none !important
}

.pulse-button,
.pulse-button-no-animation {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: light;
    font-family: 'Trebuchet MS', sans-serif;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 10px;
    background: #4cad0e;
    cursor: pointer;
    box-shadow: 0 0 0 0 #4cad0e45;
    animation: 1.5s infinite pulse;
    -webkit-animation: 1.5s infinite pulse;
    text-decoration: none
}

.pulse-button-no-animation,
.pulse-button:hover {
    animation: none;
    -webkit-animation: none
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

@keyframes pulse {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0)
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0)
    }
}

.form-cupone {
    border: 2px dashed red !important;
    background-color: #ededed
}

.order_block__quantity {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f0f8ff;
    font-size: 18px
}

#body #right ._company div.news,
#body #right>div>div,
.vk-header {
    margin-bottom: 10px
}

#body #right,
[class^=col-] {
    min-height: 1px;
    box-sizing: border-box
}

.order_block__quantity-left {
    color: #fff;
    font-weight: 600;
    border: 1px solid #f50000;
    padding: 2px;
    background: red;
    border-radius: 7px;
    margin-left: 5px;
    margin-right: 5px;
    width: 30px;
    display: inline-block
}

.vk-comment-date,
.vk-comment-text {
    margin-left: 60px
}

.order_block__quantity-left-wiggle {
    -webkit-animation: 1s 2 wiggle;
    animation: 1s 2 wiggle
}

.custom-push-note-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 20px;
    z-index: 99999
}

.custom-push-note,
div.blur {
    padding: 10px;
    position: relative
}

.custom-push-note {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 3px 3px 4px -1px #00000073;
    font-size: 16px;
    max-width: 200px;
    right: -500px;
    transition: .5s
}

.custom-push-note-active {
    right: 0
}

.vk-container {
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 15px;
    color: #000;
    text-decoration: none
}

.popup-more-btn,
.popup-title {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center
}

.vk-header {
    background: #dae2e8;
    padding: 4px 4px 4px 6px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    width: 48px;
    height: 48px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

.vk-comment-date {
    color: #999
}

div.blur {
    background: #eee;
    cursor: pointer
}

div.blur img {
    display: block;
    margin: 0 auto;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    width: 100%;
    max-width: 500px
}

.blur-p {
    top: 10%;
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    text-align: center
}

@media screen and (max-width:1400px) {
    div.mIn {
        width: 100% !important
    }
}

h1,
h2,
h3 {
    font-weight: 500
}

h1 {
    font-size: 2.5em;
    line-height: 110%;
    font-weight: 400
}

body {
    overflow-x: hidden;
    background: center top no-repeat fixed rgba(0, 0, 0, 0);
    font-family: "Open Sans", Arial, sans-serif;
}

#header {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 99%;
    color: #fff;
    background: #036;
    z-index: 9;
    max-width: 1340px;
    margin: 0 auto;
    padding: 3px 5px
}

#header>div>div {
    margin: 10px 0 0;
    display: inline-block;
    vertical-align: bottom
}

#header .logo {
    margin-left: 50px;
    margin-right: 30px
}

.top_nav {
    list-style: none;
    margin: 0;
    padding: 0 0 2px
}

.top_nav__item {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-decoration: none
}

.top_nav__item+.top_nav__item {
    margin-left: 10px
}

.top_nav__item:hover {
    cursor: pointer
}

#body {
    position: relative;
    min-height: 700px;
    background-color: #eee
}

#body>#center {
    padding-left: 0
}

#body>#center p,
.img-wrap {
    margin-bottom: 20px
}

#body #right {
    padding-right: 0;
    position: relative;
    overflow: visible
}

#body #right>div>div {
    position: relative;
    float: left;
    width: 100%
}

header.blockHeader .blockHeaderName {
    background: rgba(0, 0, 0, 0)
}

header.blockHeader .blockHeaderName span {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: .8em;
    cursor: pointer
}

#right .section>article {
    padding: 15px 5px 10px;
    margin: 0 auto;
    background: #fff
}

._yarstarosti article:nth-child(-n+2)::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background-color: #eee;
    bottom: 0
}

#right .section>article div.img {
    border: none;
    margin-bottom: 10px
}

#right .section>article .linkName {
    color: #222;
    font-size: 14px;
    font-weight: 400
}

._content h1,
._content h2,
._content h3,
._content p {
    margin-bottom: 20px;
    line-height: 1.5
}

._content .news.current,
.news .section article p {
    margin-bottom: 0
}

._content .news.current .section article {
    background: #fff;
    margin-bottom: 0;
    padding-bottom: 0 !important
}

._content .news.current .section article div.gallery,
._content .news_content .section article .beforeContent {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative
}

._content .news.current .section article div.gallery {
    min-height: 150px
}

._content .news.current .section article div.gallery .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 60px;
    font-size: 20px;
    color: #fff;
    margin: 0 !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5)) rgba(0, 0, 0, 0)
}

@media screen and (max-width:1024px) {
    #header .main_menu {
        display: none
    }

    ._content .news.current .section article div.gallery .caption {
        position: relative;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0);
        color: #000;
        text-shadow: 0 0 0 rgba(0, 0, 0, .3);
        font-size: 18px
    }
}

._content .news.current .section article .categories {
    padding: 0 20px 0 60px
}

._content .news.current .section article .categories a {
    text-decoration: none;
    color: #fff;
    background: #036;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 10px
}

._content .news_content {
    float: left;
    width: 75%;
    padding: 0 20px 0 60px !important
}

._content .news_content .section article .beforeContent .categories {
    padding: 0;
    margin: 0;
    float: left
}

._content ._newsBN {
    float: right;
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #dedede
}

*,
._content>.news {
    padding: 0
}

._content {
    position: relative;
    float: left;
    width: 100%;
    background: #fff;
    padding-top: 40px;
    padding-bottom: 40px
}

._content>* {
    padding: 0 40px
}

._content>.news>h1.listHeader {
    padding-left: 60px;
    padding-right: 60px;
    color: red;
    font-weight: 700
}

@media screen and (max-width:991px) {
    #center {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    ._content>.news>h1.listHeader {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 2em;
    }

    #right {
        display: none
    }
}

@media screen and (max-width:736px) {
    #header .logo {
        margin-left: 40px;
        margin-right: 0
    }

    #body ._company div.news,
    #right,
    ._newsBN {
        display: none
    }

    ._content .news.current .section article .categories,
    header.blockHeader .blockHeaderName {
        padding: 0 20px
    }

    ._content .news_content {
        padding: 0 20px !important;
        width: 100%
    }

    ._content ._newsBN {
        width: 100%;
        padding: 0 20px;
        margin-top: 15px
    }

    ._content {
        padding-top: 20px
    }

    ._content>.news>h1.listHeader {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 1.6em
    }
}

* {
    margin: 0;
    box-sizing: border-box
}

div#__main__ {
    position: relative;
    width: 100%
}

.mOut {
    width: 100%;
    position: relative
}

.mIn {
    width: 1200px;
    margin: 0 auto;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden
}

@media screen and (max-width:1280px) {
    div.mIn {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media screen and (max-width:480px) {
    div.mIn {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }
}

a,
img {
    border: none
}

[class^=col-] {
    position: relative;
    display: block;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px
}

.col-20 {
    width: 20%
}

.col-80 {
    width: 80%
}

@media only screen and (min-width:320px) and (max-width:736px) {
    [class^=col-] {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }
}

header.blockHeader {
    margin-top: 0;
    border: none;
    float: left;
    width: 100%;
    border-bottom: 2px solid #161616;
    margin-bottom: 0
}

header.blockHeader .blockHeaderName {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 !important;
    font-size: 1.17em;
    background-color: #161616
}

.news {
    float: left;
    width: 100%
}

.news .listHeader {
    margin-bottom: 14px
}

.news .section {
    display: block;
    float: left;
    width: 100%
}

.news .section article {
    position: relative;
    float: left;
    display: block;
    list-style: none;
    width: 100%;
    margin-bottom: 20px
}

.news .section article img {
    width: 100%;
    height: auto
}

.news .section article div.img {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 1px;
    cursor: pointer
}

.news .section article .linkName {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 5px
}

.news .section article .linkName span {
    display: inline-block;
    color: #161616;
    text-decoration: none;
    cursor: pointer
}

.news .section article .caption {
    color: grey;
    font-size: .8em
}

.news .section article:last-child {
    margin-bottom: 0 !important;
    border-bottom: 0 !important
}

.news .section.leftThumb article {
    padding-bottom: 20px;
    margin-bottom: 20px
}

.news .section.leftThumb article div.img {
    display: block;
    position: relative;
    float: left;
    width: 30%
}

.news .section.leftThumb article .content {
    width: 65%;
    float: right
}

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

    .news .section.leftThumb article .content,
    .news .section.leftThumb article div.img {
        width: 100%
    }
}

@media only screen and (max-width:520px) {
    .news .section article {
        width: 100% !important
    }
}

.greenlink {
    background: green;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 5px;
    text-shadow: 0 4px 3px rgba(0, 0, 0, .4), 0 8px 13px rgba(0, 0, 0, .1), 0 18px 23px rgba(0, 0, 0, .1);
    font-size: 26px;
    line-height: 1.4em;
    box-shadow: 0 30px 30px -30px #00000070
}

a.n-underline {
    text-decoration: none;
    font-size: 21px
}

.gradient {
    background-color: #7ac44d;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjEwMCUiIHI9IjE0MS40MjEzNTYyMzczMDk1JSI+PHN0b3Agc3RvcC1jb2xvcj0iI2YzZWYxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjMDA5ODg1IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMSIvPjwvcmFkaWFsR3JhZGllbnQ+PHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-repeating-radial-gradient(left bottom, ellipse farthest-corner, #f3ef15 0, #009885 100%);
    background-image: repeating-radial-gradient(ellipse farthest-corner at left bottom, #f3ef15 0, #009885 100%);
    background-image: -ms-repeating-radial-gradient(left bottom, ellipse farthest-corner, #f3ef15 0, #009885 100%)
}

.gradient:hover {
    background: #27f713
}

.eAuthContainer>:hover {
    opacity: 1
}

.theiaStickySidebar {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 1px;
    position: static;
    transform: none
}

.theiaStickySidebar::after {
    content: "";
    display: table;
    clear: both
}

.popup-blackout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    z-index: 11
}

.popup {
    display: block;
    padding: 25px 40px;
    width: 90%;
    max-width: 780px;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    background: #3c72b5;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc));
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
    border: 5px solid #ddd;
    color: #fff
}

.close-blackout {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('../images/close-1.png');
    background-size: 100%;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    cursor: pointer
}

.popup-title {
    font-size: 30px;
    font-weight: 700;
    display: block
}

.popup-inner {
    font-size: 0;
    padding-top: 10px
}

.block-scheme__legend,
.popup-pic,
.popup-text,
.scheme-pic {
    display: inline-block;
    vertical-align: middle
}

.popup-pic {
    width: 200px
}

.popup-text {
    width: calc(100% - 200px);
    font-size: 22px;
    padding-left: 35px;
    line-height: 1.5
}

.popup-footer {
    padding-top: 25px
}

.popup-more-btn {
    border: 1px solid #499bea;
    background: #de455c;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #de455c), color-stop(13%, #de455c), color-stop(76%, #c01f37), color-stop(100%, #c01f37));
    background: linear-gradient(135deg, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    line-height: 60px;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    width: 402px;
    height: 64px;
    opacity: 1;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    transition: .6s;
    z-index: 12
}

.banner_text,
.before-after figcaption,
.block-scheme__title {
    font-size: 18px;
    text-align: center
}

.popup-more-btn:hover {
    transform: scale(1.3)
}

._newsBN__banner {
    cursor: pointer
}

._newsBN__banner img {
    display: block;
    width: 100%
}

.banner_text {
    font-weight: 700;
    margin-bottom: 10px
}

.block-scheme {
    margin: 0 auto 20px;
    position: relative
}

.block-scheme__title {
    font-weight: 700
}

.block-scheme-inner {
    position: relative;
    font-size: 0;
    padding-left: 30px
}

.block-scheme__label {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: rotate(-90deg) translate(0, -50%);
    font-size: 16px;
    font-weight: 700
}

.scheme-pic {
    width: calc(100% - 150px)
}

.block-scheme__legend {
    width: 150px;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    margin: 0;
    padding-left: 30px
}

.block-scheme__legend-item {
    display: block;
    position: relative
}

.block-scheme__legend-item:nth-child(n+2) {
    margin-top: 12px
}

.block-scheme__legend-item::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
    width: 15px;
    height: 15px
}

.block-scheme__legend-item:first-child::before {
    background-color: #f8fa01
}

.block-scheme__legend-item:nth-child(2)::before {
    background-color: #109619
}

.block-scheme__legend-item:nth-child(3)::before {
    background-color: #dc3812
}

.block-scheme__legend-item:nth-child(4)::before {
    background-color: #3266cc
}

.block-scheme__legend-item:nth-child(5)::before {
    background-color: #ff9700
}

.block-scheme__legend-item:nth-child(6)::before {
    background-color: #0efbd1
}

.article-picture-box {
    margin-bottom: 25px
}

.before-after img {
    width: 100%
}

.before-after figcaption {
    font-weight: 700;
    margin-bottom: 10px
}

.before-after__periods {
    font-size: 0;
    text-align: center
}

.before-after__periods span {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
    font-size: 16px;
    font-weight: 700
}

.colored-link {
    color: #109619;
    font-weight: 700
}

.italic {
    font-style: italic
}

.comment-rev-pic {
    display: block;
    max-width: 100%;
    margin: 0 auto 20px;
    max-height: 60vh;
    -o-object-fit: contain;
    object-fit: contain
}

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

    .block-scheme__legend,
    .scheme-pic {
        width: 100%
    }

    .block-scheme__label {
        top: 23%;
        left: -40px
    }

    .block-scheme__legend {
        padding-top: 15px
    }
}

.img-wrap img {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto
}

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

.article-title {
    font-size: 24px
}

#clock,
.red {
    color: red
}

#body>#center .vk-comment-text p,
.comment-rev-pic {
    margin-bottom: 5px
}

.greenlink.gradient {
    display: inline-block;
    text-align: center;
    width: auto
}

._company .news:nth-of-type(n+2)::before {
    content: '';
    display: block;
    width: 90%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #444
}

._articles,
._company,
._company .news:last-child,
._yarstarosti {
    border-top: 20px solid #eee
}

.doc-face-pic {
    max-width: 453px;
    width: 100%;
    display: block;
    margin: 0 auto 20px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 400
}

.ruletka-p h2 {
    font-size: 25px !important;
    font-weight: 700 !important
}

.ruletka-a {
    color: #1697ce
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

.submit-roulette {
    padding: 10px 15px;
    margin: 5px 0 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s;
    width: 100%;
    max-width: 260px
}

.country,
.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 260px;
    font-size: 17px;
    box-sizing: border-box;
    display: block
}

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

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

.wheel {
    max-width: 430px;
    margin: 0 auto;
    position: relative
}

.cursor-text,
.wheel-cursor {
    position: absolute;
    left: 50%
}

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

.wheel-img {
    transition: 4s
}

.wheel-cursor {
    width: 35% !important;
    height: 35%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.cursor-text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2;
    display: inline-block;
    width: 45%;
    height: 45%;
    font: 16px/60px Arial, sans-serif;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 49%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: translate(-50%, -50%);
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: radial-gradient(ellipse at center, #fff 0, #eaeaea 100%)
}

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

.order_block img {
    height: 100%;
    max-width: 100%;
    margin: 20px 0 0
}

.order_block h3 {
    font: bold 18px Arial, sans-serif !important;
    background: 0 0
}

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

.pop-up-button,
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    top: 0;
    z-index: 10;
    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: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-animation: .7s pop-up-appear;
    animation: .7s pop-up-appear
}

.pop-up-text,
.prices {
    text-align: center !important
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    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;
    transition-timing-function: ease-in-out
}

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

    100% {
        transform: rotate(1868deg)
    }
}

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

    100% {
        transform: rotate(1868deg)
    }
}

.cursor-text:active {
    box-shadow: rgba(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, .7) !important;
    z-index: 99 !important
}

.pop-up-window::after,
.pop-up-window::before,
.prices {
    position: absolute;
    margin: 0 auto
}

.pop-up-window::before {
    content: "";
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    background-color: #71c341;
    border-radius: 50%;
    -webkit-animation: .5s .6s backwards pop-up-appear-before;
    animation: .5s .6s backwards pop-up-appear-before
}

.pop-up-window::after {
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    content: "";
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    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;
    -webkit-animation: .5s .6s backwards pop-up-appear-after;
    animation: .5s .6s backwards pop-up-appear-after
}

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

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

    30% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-50%)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

@media all and (max-width:768px) {
    .cursor-text {
        width: 55%;
        height: 55%;
    }
}

@media all and (max-width:520px) {
    .cursor-text {
        font-size: 12px;
    }

    .desktop {
        display: none
    }

    .c-app-nav>li>a {
        margin-left: 15px
    }
}

@media all and (max-width:375px) {
    .cursor-text {
        line-height: 46px;
    }
}

@media all and (max-width:325px) {
    .cursor-text {
        line-height: 50px;
    }
}

.prices {
    font-family: Arial, sans-serif;
    right: -50px;
    color: #000;
    box-shadow: rgba(0, 0, 0, .8) 0 3px 30px;
    width: 165px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-7deg);
    padding: 0 0 5px;
    background: linear-gradient(to right, #eea513 0, #fded13 100%);
    border: 2px solid #fff;
    border-radius: 19%
}

span.discounts {
    display: block;
    margin-top: 9px;
    font-size: 18px
}

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

.prod_img_wrapper {
    text-align: center;
    min-width: 170px;
    max-width: 270px;
    margin: 15px auto 30px;
    position: relative;
}

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

    .close-popup,
    .prices {
        right: 0
    }

    .prices {
        width: 135px;
        font-size: 16px
    }

    .price_main {
        font-size: 20px
    }
}

.timer-title {
    background: #eee !important;
    padding: 10px;
    display: inline-block
}

/* 2 */

.button__text:after {
    content: '*';
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}