
@keyframes trambling-animation {
    0%,
    50%,
    100% {
        transform: rotate(0deg)
    }
    10%,
    30% {
        transform: rotate(-1deg)
    }
    20%,
    40% {
        transform: rotate(1deg)
    }
}

@keyframes pulse {
    0% {
        transform: scale(1.025)
    }
    100% {
        transform: scale(.975);
        box-shadow: none
    }
}

.cta-button .cta-button-wrapper {
    text-align: center !important
}

.cta-button .cta-button-link {
    text-shadow: 0 0 2px #000 !important;
    display: inline-block !important;
    background: #fa3d3d !important;
    line-height: 50px !important;
    padding: 0 25px !important;
    color: #fff !important;
    border-radius: 20px !important;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    font-family: sans-serif,  !important
}

.cta-button .cta-button-link:hover {
    background: #cf3134 !important;
    color: #fff !important
}

.cta-button .cta-button-link:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .5) !important
}

.cta-button {
    width: 100% !important;
    clear: both !important;
    margin: 25px 0 !important
}

@keyframes front-rotation {
    from {
        transform: rotateY(0deg)
    }
    to {
        transform: rotateY(360deg)
    }
}

@keyframes back-rotation {
    from {
        transform: rotateY(180deg)
    }
    to {
        transform: rotateY(540deg)
    }
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .5)
    }
    100% {
        box-shadow: 0 0 0 40px transparent
    }
}

.door__container {
    display: flex;
    justify-content: space-evenly
}

.door_box {
    perspective: 500px;
    position: relative
}

.door_box,
.door {
    width: 165px;
    height: 346px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919
}

.door,
.hi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.door {
    background-image: url(../images/door1.png);
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all .75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    background-size: contain
}

#door__2 {
    background-image: url(../images/door2.png)
}

#door__3 {
    background-image: url(../images/door3.png)
}

.door:hover {
    transform: rotateY(-30deg)
}

.door.open {
    transform: rotateY(-85deg)
}

.door__head {
    font-size: 18px;
    margin: 18px 0;
    text-align: center
}

.door__sales {
    position: relative;
    font-size: 45px !important;
    font-weight: 700 !important;
    color: red !important;
    border-radius: 30px !important;
    padding: 30px 5px !important;
    box-shadow: 0 1px 2px 2px #7f7878;
    margin: 0 !important
}

.door__title {
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px !important;
    margin-bottom: 25px;
    background-color: #3a4752;
    padding: 10px 0 !important;
    border-radius: .5em
}

#form-block {
    margin-top: 20px
}

@media(max-width:1040px) {
    .door_box,
    .door {
        width: 95px;
        height: 200px
    }
    .door__sales {
        font-size: 23px !important
    }
    #form-block {
        margin-bottom: 30px !important
    }
}

@media(max-width:840px) {
    .door__sales {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }
    .door {
        background-size: contain
    }
    #door__2 {
        background-size: contain
    }
    #door__3 {
        background-size: contain
    }
}

@media(max-width:360px) {
    .door_box+.door_box {
        margin-left: 15px
    }
    .door__sales {
        font-size: 19px !important;
        font-weight: 700 !important;
        color: red !important;
        border-radius: 30px !important;
        padding: 30px 5px
    }
}

body *:not(i) {
    font-family: sans-serif !important
}

@keyframes super-rotation {
    70% {
        transform: rotate(1640deg)
    }
    100% {
        transform: rotate(1620deg)
    }
}

input[value='Получить бесплатно'] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: background .3s
}

input[value='Получить бесплатно']:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value='Получить бесплатно']:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.danger-text {
    color: red;
    font-weight: 700;
    white-space: nowrap
}

.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: 0;
    left: 0;
    top: 50%;
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -160px;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross_1.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    color: #fff !important;
    border: medium;
    cursor: pointer;
    outline: medium
}


.pop-up-window::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

#order {
    display: none
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }
    30% {
        transform: translateY(100px)
    }
    100% {
        transform: translateY(0px)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media all and (max-width:520px) {
    .close-popup {
        right: 0 !important
    }
}

@media(max-width:500px) {
    .door_box,
    .door {
        width: 85px;
        height: 180px
    }
}

body {
    overflow-x: hidden !important
}

html {
    line-height: 1.15;
    text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

small {
    font-size: 80%
}

img {
    border-style: none;
    max-width: 100%
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type=button],
[type=submit] {
    appearance: button
}

::-webkit-file-upload-button {
    appearance: button;
    font: inherit
}

* {
    box-sizing: border-box
}

html {
    font-size: 16px
}

body {
    font-size: 18px;
    line-height: 1.3;
    font-family: sans-serif;
    background: #260701;
    color: #222
}

.header {
    background-color: #fff
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: center
}

.search {
    margin-left: auto
}

.menu {
    display: flex;
    align-items: center
}

.menu__item {
    color: inherit;
    text-decoration: none;
    transition: all 400ms ease 0s
}

.menu__item.active {
    border: 1px solid #006eff;
    border-radius: 5px;
    padding: 7px 5px 5px;
    line-height: 1
}

.menu__item.active:hover {
    text-decoration: none;
    background-color: #006eff;
    color: #fff
}

.menu__item:hover {
    text-decoration: underline
}

.menu__item:not(:last-child) {
    margin-right: 15px
}

p,
h2,
h3,
ul,
ol {
    margin: 1rem 0
}

ol,
ul {
    padding-left: 25px
}

li:not(:last-child) {
    margin-bottom: 5px
}


h2,
h3 {
    line-height: 1.2
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 40px
}

.content,
.header {
    background: #fff;
    color: #222
}

.header {
    margin-bottom: 15px
}

.content-img {
    max-width: 550px;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center
}

.red {
    color: red
}

.tcenter {
    text-align: center
}

.order {
    display: flex;
    align-items: center;
    justify-content: center
}

.product-img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    padding: 0 25px
}

.btn {
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 12px;
    background: #e50026;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-family: inherit;
    border-radius: 5px;
    transition: all 400ms ease 0s;
    box-shadow: #000 0 0 15px
}

.btn:hover {
    color: #fff;
    background: #7b1b2b
}

.input {
    background: #fff;
    font-family: inherit;
    font-size: 16px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
    resize: none
}

.live {
    display: block;
    max-width: 300px;
    width: 100%;
    margin-top: 10px
}

.bg {
    padding: 15px;
    margin: 1rem 0
}

.bg>:first-child {
    margin-top: 0
}

.bg>:last-child {
    margin-bottom: 0
}

.bg--yellow {
    background: #fff2cc
}

.bg--green {
    background-color: #d3e4d2
}

.black-border {
    border: 1px solid #000
}

.red-border {
    border: 1px solid red
}

.img-asign {
    font-size: .9em;
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.comment:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.comment__ava {
    width: 50px;
    margin-right: 10px;
    float: left;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover
}

.comment__name {
    font-weight: 700;
    margin-bottom: 5px;
    color: darkred
}

.comment__text {
    margin-bottom: 10px
}

.comment__text p {
    margin: 0
}

.comment__date {
    color: gray
}

.comment__text,
.comment__date,
.answer {
    margin-left: 60px
}

.footer {
    background-color: #222;
    color: #fff;
    padding: 15px
}

@media screen and (max-width:991px) {
    .container {
        padding: 15px
    }
}

@media screen and (max-width:767px) {
    body {
        font-size: 16px
    }
    h2 {
        font-size: 22px
    }
    .live {
        max-width: 250px
    }
    .order {
        flex-direction: column
    }
    .menu__item:nth-child(4) {
        display: none
    }
    .product-img {
        max-width: 300px
    }
}

@media screen and (max-width:639px) {
    .menu__item:nth-child(5) {
        display: none
    }
}

@media screen and (max-width:479px) {
    .menu__item:nth-child(6) {
        display: none
    }
    h2 {
        font-size: 21px
    }
    h3 {
        font-size: 17px
    }
    html {
        font-size: 16px
    }
    .live {
        max-width: 230px
    }
    .headline {
        text-align: center
    }
    .answer {
        margin-left: 30px
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
    100% {
        transform: scale(1)
    }
}

.list-green {
    list-style-type: none;
    padding: 0
}

.list-green>li {
    padding-left: 35px;
    position: relative
}

.list-green>li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/gal.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 35px
}

.list-red {
    list-style-type: none;
    padding: 0
}

.list-red>li {
    background-image: url(../images/crest.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 35px
}

.fiolet {
    color: #530282
}

.kor-red {
    color: red
}

.doc-blue {
    color: blue
}

@keyframes dotty {
    0% {
        content: ""
    }
    25% {
        content: ">"
    }
    50% {
        content: ">>"
    }
    75% {
        content: ">>>"
    }
    100% {
        content: ""
    }
}

@keyframes loadingD {
    0% {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg)
    }
    100% {
        transform: rotate(360deg)
    }
}
body {
    margin: 0;
    padding: 0
}

.main-gkk {
    min-width: 300px;
    overflow: hidden;
    line-height: normal;
    font-size: 14px;
    text-align: left;
    font-weight: 400
}

.main-gkk img {
    width: auto;
    max-width: 100%
}

.form-gkk {
    font-family: sans-serif
}

.wrap-form-gkk * {
    box-sizing: border-box;
    outline: 0
}

.wrap-form-gkk {
    padding: 10px 8px;
    max-width: 378px;
    margin: 10px auto;
    box-sizing: border-box
}

.form-gkk {
    border: 1px solid #dbdce0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0
}

.form-body-gkk__form {
    padding: 0 15px 8px
}

.header-gkk {
    background: rgba(219, 220, 224, .3);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 12px
}

.right-header-gkk {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end
}

.text-header-gkk {
    position: relative;
    top: 0;
    max-width: 197px;
    font-size: 9px;
    line-height: 10px;
    text-align: left;
    color: #000
}

.flag-header-gkk {
    margin-left: 10px
}

.flag-header-gkk img {
    display: block;
    max-width: 34px
}

.protect-gkk {
    text-align: center;
    margin: 13px 0 0;
    color: #333;
    padding-bottom: 5px
}

.in-protect-gkk {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 26px;
    font-size: 8px;
    line-height: 11px;
    color: #000;
    text-align: left
}

.in-protect-gkk:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 20px;
    margin: -11px 0 0;
    content: '';
    display: block;
    background: url(../fonts/protectsvg2.svg) no-repeat
}

.btn-gkk button:disabled {
    background: #99d79a;
    border-color: #74a875;
    cursor: default
}

.btn-gkk {
    margin-top: 13px
}

.btn-gkk button {
    background: #4fc732;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 0;
    height: 53px;
    border-bottom: 3px solid #389620;
    outline: 0;
    cursor: pointer;
    font-family: sans-serif, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer
}

.field-gkk {
    position: relative;
    margin-bottom: 19px
}

.field-last-gkk {
    margin-bottom: 15px
}

.field-gkk input {
    background: #fff;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #dbdce0;
    border-radius: 5px;
    outline: 0;
    height: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 10px;
    font-family: sans-serif, sans-serif
}

html {
    font-size: 20px !important
}

.main-gkk * {
    font-family: sans-serif !important
}

* {
    font-style: normal !important
}

a {
    color: #00f
}

.btn {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: .5em 1em;
    border: none;
    border-radius: 5px;
    background-color: #0599ee;
    -webkit-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    -o-transition: all .3s cubic-bezier(.95, .05, .795, .035);
    transition: all .3s cubic-bezier(.95, .05, .795, .035);
    cursor: pointer;
    text-decoration: none;
    color: #fff !important;
    background: #4fc732 !important;
    border-bottom: 3px solid #389620 !important
}

html {
    font-size: 20px !important;
    font-family: sans-serif !important
}

.main-gkk {
    font-weight: 400
}

.in-protect-gkk {
    font-size: 10px
}

.main-gkk-new .form-gkk * {
    font-family: sans-serif !important
}

.main-gkk-new .text-header-gkk {
    text-align: center;
    font-size: 14px;
    line-height: 15px
}

.main-gkk-new .flag-header-gkk {
    width: 88px;
    min-width: 88px;
    display: flex;
    justify-content: flex-end
}

.main-gkk-new .flag-header-gkk img {
    max-width: 60px
}

.main-gkk-new .header-gkk {
    height: 60px;
    padding-left: 8px;
    padding-right: 8px
}

.main-gkk-new .tit-field {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 2px
}

.main-gkk-new .field-gkk {
    margin-bottom: 8px
}

.main-gkk-new .in-protect-gkk {
    font-size: 12px
}

.main-gkk-new .field-gkk input {
    font-size: 20px;
    font-family: sans-serif
}

.main-gkk-new .btn-gkk button {
    font-size: 20px;
    font-family: sans-serif;
    border-bottom: 3px solid #74a875;
    font-weight: 400;
    max-width: 96%;
    margin: 0 auto;
    display: block
}

.main-gkk-new .protect-gkk {
    margin-top: 12px
}

.main-gkk-new .field-gkk input {
    height: 60px
}

.main-gkk-new .wrap-form-gkk {
    padding-left: 0;
    padding-right: 0
}

.form-body-gkk__form {
    padding-left: 10px;
    padding-right: 10px
}

.flag-header-gkk {
    margin-left: 0
}

@media(max-width:420px) {
    .main-gkk-new .in-protect-gkk {
        text-align: left;
        line-height: normal;
        max-width: 286px
    }
}

@media(max-width:392px) {
    .main-gkk-new .text-header-gkk {
        font-size: 11px
    }
}

@media(max-width:375px) {
    .main-gkk-new .flag-header-gkk {
        width: 78px;
        min-width: 78px
    }

    .main-gkk-new .flag-header-gkk {
        width: 72px;
        min-width: 72px
    }
}

.wr-prod-new {
    padding: 15px 10px
}

.block-prod-new {
    border-radius: 9px;
    border: 1px solid #dbdce0;
    padding: 5px 5px 15px;
    background: #fff
}

.tit-body-prod-new {
    font-size: 21px;
    text-align: center;
    margin: 0 0 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.body-prod-new {
    display: flex
}

.left-prod-new {
    padding: 0 6px 0 0;
    width: calc(100% - 140px)
}

.img-prod-new {
    margin: 0 0 19px;
    min-height: 184px;
    display: flex;
    align-items: center;
    justify-content: center
}

.img-prod-new img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.price-prod-new {
    text-align: center
}

.price-prod-new s {
    position: relative;
    color: #818181;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    text-decoration: none;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.price-prod-new s:before {
    position: absolute;
    top: 50%;
    left: 0;
    background: #818181;
    content: '';
    display: block;
    height: 1px;
    width: 100%
}

.price-prod-new p {
    color: #55a358;
    white-space: nowrap;
    margin: 4px 0 2px;
    padding: 0;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px
}

.right-prod-new {
    min-width: 140px;
    max-width: 140px;
    width: 140px
}

.name-prod-new {
    font-size: 18px;
    font-style: normal;
    margin: -5px 0 7px;
    font-weight: 700;
    line-height: 120%;
    text-align: center
}

.coms-prod-new {
    position: relative;
    border-radius: 5px;
    margin: 0 0 7px;
    border: 1px dashed #d5e14f;
    background: #fafafa;
    padding: 19px 5px 7px
}

.ico-avail-new {
    position: absolute;
    left: 13px;
    top: 6px
}

.ico-avail-new img {
    display: block
}

.ico-star-new {
    position: absolute;
    top: 6px;
    right: 10px
}

.ico-star-new img {
    display: block
}

.bot-coms-prod-new {
    display: flex;
    align-items: flex-end
}

.nums-option-new {
    font-size: 7px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: #1e323c
}

.avail-prod-new {
    position: relative;
    top: 1px;
    white-space: nowrap;
    color: #1e323c;
    margin: 0 0 0 4px
}

.avail-prod-new b {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.avail-prod-new span {
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.die-prod-new1 {
    display: flex;
    padding: 0 5px 0 52px;
    align-items: center;
    background: url(../fonts/die-prod-new1.svg) no-repeat;
    background-size: 100% auto;
    width: 140px;
    height: 48px;
    color: #d5e14f;
    font-size: 7px;
    font-style: normal;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 140%
}

.die-prod-new2 {
    color: #2d5be3;
    font-size: 7px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: flex;
    padding: 0 5px 0 52px;
    align-items: center;
    background: url(../fonts/die-prod-new2.svg) no-repeat;
    background-size: 100% auto;
    width: 140px;
    height: 48px
}

.block-stock-new {
    margin: 7px 0 0
}

.tit-stock-new {
    color: #000;
    text-align: center;
    font-size: 12px;
    margin: 0 0 -1px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.die-stock-new {
    display: flex;
    align-items: center;
    padding: 5px;
    background: url(../fonts/back-stock.svg) no-repeat;
    width: 136px;
    height: 45px
}

.perc-stock-new {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.text-stock-new {
    color: #fff;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-left: auto;
    margin-right: 5px
}

@media(max-width:400px) {
    .tit-body-prod-new {
        font-size: 19px
    }

    .price-prod-new p {
        font-size: 21px
    }

    .price-prod-new s {
        font-size: 18px
    }
}

@media(max-width:600px) {

    .name-prod-new {
        font-size: 18px
    }
}

.nums-option-new {
    min-width: 61px
}

.die-stock-new {
    justify-content: center
}

.text-stock-new {
    margin-left: 10px
}

.die-prod-new1 {
    font-size: 9px
}

.die-prod-new2 {
    font-size: 9px
}


.btn {
  color: #fff;
  width: 250px;
  background: #f44336;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 20px;
  display: block;
  margin: 20px auto;
  font-size: 20px;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #c02419;
}

@media screen and (max-width: 1020px) {

  body img {
    max-width: 100%;
  }
}

@media screen and (max-width: 420px) {

  body img {
    max-width: 100%;
  }
}

:root {
  --color_base: #fff;
  --color_primary: #3a4752;
  --color_secondary: #333;
  --color_red: red;
  --color_border: #ddd;
  --color_input: #f2f2f2;
  --color_btn: #388e3c;
  --color_btn_hover: #2bac31;
  --color_green: #d9ead3;
  --color_yellow: #fff2cc;
  --color_dark: #f3f3f3;
  --color_comments_priamry: #9faeb5;
  --color_comments_secondary: #eeee;
  --color_comments_text: #414141;
  --color_comments_hover: #5f95ad;
}

.order {
  position: initial !important;
}


.popup-title {
  font-size: 28px;
  font-weight: 600;
}

body *:not(i) {
  font-family: sans-serif !important;
}

.ruletka-p {
  text-indent: 0px;
  color: black;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: bold;
}

.danger-text {
  color: red;
  font-weight: bold;
  white-space: nowrap;
}

.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;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../fonts/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-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: white !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.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: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor white white;
  -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;
}

/*#order {
  display: none;
}*/

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pop-up-button:hover {
  color: white !important;
  text-decoration: none !important;
}

@media all and (max-width: 520px) {

  .close-popup {
    right: 0 !important;
  }
}
  .block-center {
    text-align: center;
  }

  .x_country_select {
      display: none !important;
  }
  #order-in-progress__popup span {color: #000 !important;}