/* @font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local(PTSans-Regular), url(../fonts/pt-sans-v11-cyrillic-ext-regular.woff2) format("woff2"), url(../fonts/pt-sans-v11-cyrillic-ext-regular.woff) format("woff");
    font-display: swap
} */

.Menu-item,
.Menu-link,
.SvgIcon,
body {
    position: relative
}

* {
    box-sizing: border-box
}

.Body a:hover,
a {
    color: #b88b58
}

.Menu-item,
.Menu-link {
    transition: color .15s ease-out
}

.Menu-link,
a,
a.button {
    text-decoration: none
}

b,
body,
div,
footer,
h1,
h3,
header,
html,
img,
nav,
p,
span,
strong {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    background-color: #f2f2f2
}

.Body:last-child>:last-child {
    margin-bottom: 0
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

.Body {
    font-size: 18px;
    line-height: 22px
}

@media only screen and (min-width:48em) {
    .Body {
        font-size: 20px;
        line-height: 27px
    }
}

.Body>* {
    max-width: 980px;
    font-family: sans-serif;
}

.Body h3,
.Footer,
.HeaderButton-link,
.MaterialMeta,
.MaterialTag,
.Menu {
    font-family: sans-serif;
}

.Body p:empty {
    display: none
}

.Body h3 {
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700
}

.HeaderButton-link,
.Menu {
    font-weight: 600;
    text-transform: uppercase
}

.SvgIcon {
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.Header,
.MeduzaLogo {
    position: relative;
    z-index: 2
}

.App-content,
button {
    overflow: visible
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 45px;
    width: 100px
}

.Menu {
    display: none;
    color: #fff
}

@media only screen and (min-width:64em) {
    .Menu {
        font-size: 13px;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: #262626;
        display: flex;
        justify-content: center
    }
}

.Menu-item {
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center
}

.Menu-link {
    color: #fff;
    line-height: 45px;
    top: 1px
}

.Menu-item:hover .Menu-link {
    color: #999
}

.MeduzaLogo {
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: contain
}

.Header {
    height: 45px;
    background-color: #262626;
    display: flex;
    flex-flow: row nowrap
}

@media only screen and (max-width:63.9375em) {
    .Header .HeaderButton--chat {
        display: none
    }
}

.Header-left {
    display: flex;
    flex-basis: 16%;
    flex-grow: 1;
    height: 100%
}

.Header-center {
    height: 100%;
    display: none
}

@media only screen and (min-width:64em) {

    .Header,
    .Menu-item {
        padding: 0 15px
    }

    .Menu-item {
        border-bottom: 0
    }

    .Menu-item:last-of-type {
        border-right: none
    }

    .Menu-item:hover {
        color: #999;
        background-color: inherit
    }

    .Header-center {
        display: flex;
        justify-content: center;
        flex-grow: 2
    }
}

.Header-right {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    flex-basis: 16%;
    flex-grow: 1
}

.Header-meduzaLogo {
    display: flex;
    height: 45px;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0
}

@media only screen and (min-width:64em) {
    .Header-meduzaLogo {
        position: static
    }
}

.HeaderButton {
    position: relative;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -moz-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    fill: currentcolor;
    border: 0;
    background: 0 0;
    margin: 0;
    cursor: pointer
}

.HeaderButton:active {
    outline-width: 0
}

.HeaderButton:hover {
    color: #999
}

.HeaderButton::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #676767
}

@media only screen and (min-width:64em) {
    .HeaderButton::after {
        top: 10px;
        bottom: 10px
    }
}

.HeaderButton-link {
    display: block;
    padding-top: 2px;
    color: inherit;
    cursor: pointer
}

.HeaderButton-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.HeaderButton--chat {
    font-size: 13px;
    letter-spacing: .05em
}

.Copyright {
    padding: 0 12px;
    line-height: 1.2
}

@media only screen and (min-width:64em) {
    .Copyright {
        padding: 0
    }
}

.Copyright-container {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 13px 0 12px
}

.MaterialMeta,
.MaterialTag {
    display: inline-block
}

.Copyright-container a:hover {
    color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width:48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 10px 0 18px;
        border-top: 1px solid #505050;
        flex-wrap: nowrap;
        text-align: left
    }
}

@media only screen and (min-width:64em) {
    .Copyright-container {
        max-width: 860px
    }
}

.Copyright-container a {
    color: #fff
}

.Copyright-block {
    padding-top: 13px;
    font-size: 17px;
    flex: 1 0 20%
}

@media only screen and (min-width:48em) {
    .Copyright-block {
        padding-top: 0;
        border-top: 0
    }
}

.Copyright-block:last-child {
    text-align: right
}

.MaterialTag {
    position: relative;
    z-index: 30;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    color: #b88b58;
    -moz-user-select: none;
    user-select: none
}

@media only screen and (max-width:32em) {
    .MaterialTag {
        height: 15px;
        line-height: 15px;
        padding: 0 5px;
        font-size: 10px;
        letter-spacing: .5px
    }
}

span.MaterialTag {
    cursor: default;
    pointer-events: none
}

button,
html input[type=button],
input[type=submit] {
    cursor: pointer
}

@media only screen and (min-width:32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0 7px;
        letter-spacing: 1px;
        font-size: 12px
    }
}

.MaterialTag--solid {
    color: #fff;
    background: #b88b58;
    border-color: #b88b58;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    font-family: sans-serif;
}

.MaterialMeta {
    font-size: 12px;
    line-height: 14px;
    color: grey;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    font-weight: 400
}

@media only screen and (min-width:48em) {
    .MaterialMeta {
        font-size: 15px;
        line-height: 18px;
        margin-right: 15px
    }
}

.MaterialMeta--time {
    background-size: 12px 12px
}

.App,
.App-content,
.App-footer {
    transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.MediaMaterial {
    background-color: #fff;
    padding: 14px
}

.MediaMaterial-header {
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0 auto 18px;
    align-items: flex-start
}

@media only screen and (min-width:63.125em) {
    .MediaMaterial-header {
        max-width: 1000px;
        margin-bottom: 25px
    }
}

.MediaMaterial-tag {
    margin-bottom: 5px
}

.MediaMaterial-meta {
    margin-top: 12px
}

@media only screen and (min-width:48em) {
    .MediaMaterial {
        padding: 25px 15px 20px
    }

    .MediaMaterial-tag {
        margin-bottom: 11px
    }

    .MediaMaterial-meta {
        margin-top: 12px
    }

    .MediaMaterial--fullWidth .MediaMaterial-header {
        align-items: center;
        text-align: center
    }
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width:63.125em) {
    .MediaMaterial-body {
        max-width: 1000px
    }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
    max-width: none
}

.Material {
    padding: 12px 0 0
}

.Material-shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 300;
    background-color: rgba(0, 0, 0, .15)
}

.App-content,
.App-footer {
    z-index: 1;
    position: relative
}

.Material-shadow--top {
    top: 0
}

.Material-container {
    background: #fff;
    position: relative
}

@media only screen and (min-width:48em) {
    .Material {
        padding: 15px 0 0
    }

    .Body h3 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 27px
    }
}

.MaterialContent--bannerless .Body>* {
    margin-right: auto;
    margin-left: auto
}

.App {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.App-content {
    background-color: #f2f2f2;
    flex: 1 0 auto
}

.App-header {
    position: relative;
    z-index: 200
}

.App--isMaterial .App-content {
    background-color: #e6e6e6
}

.Footer {
    color: #999;
    background-color: #252525
}

@font-face {
   font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/ProximaNova-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
   font-family: sans-serif;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/ProximaNova-Semibold.woff) format("woff");
    font-display: swap
}

@font-face {
   font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/ProximaNova-Bold.woff) format("woff");
    font-display: swap
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.Body a {
    box-shadow: 0 -1px #b88b58 inset;
    color: #00f
}

.Body a:hover {
    box-shadow: none
}

a.button {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: block;
    width: 100%;
    max-width: 320px;
    border-radius: 30px;
    padding: 15px
}

a.button:hover {
    background-color: #c11f1f
}

html {
    font-family: sans-serif
}

footer,
header,
main,
nav {
    display: block
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    max-width: 100%;
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

th {
    text-align: left;
    vertical-align: middle;
    padding: 0 0 0 10px;
    font-weight: 500
}

.under-text {
    padding: 0 !important;
    font-size: 14px;
    font-family: sans-serif !important;
    line-height: 1.4 !important
}

.myh4,
.rub-ramka a {
    text-transform: uppercase
}

.rub-ramka {
    background: rgba(3, 224, 0, .04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, .32);
   font-family: sans-serif;
    line-height: 28px;
    font-size: 18px;
    max-width: 86%;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #3a753a;
    font-size: 16px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: #f5fef5;
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
    background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%)
}

.rub-ramka a {
    color: #ce5353;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    border-bottom: 1px dashed;
    text-shadow: 0 0 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 1px
}

@media screen and (max-width:1020px) {
    .rub-ramka {
        max-width: 95%
    }
}

.ftrsale {
    display: block;
    width: 100%;
    background: url(../images/blck.jpg);
    color: #fff;
    box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, .17);
    -webkit-box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, .17);
    -moz-box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, .17);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.ftrsale .mainfoot {
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

.mainfoot .lft {
    width: 60%;
    float: left
}

.mainfoot .rght {
    width: 40%;
    float: right;
    margin: 10px 0;
    text-align: center
}

.mainfoot p {
    text-align: center;
    margin: 10px;
    line-height: 25px;
   font-family: sans-serif;
    font-size: 20px;
    letter-spacing: 1px
}

.mainfoot p span {
    font-size: 25px;
    color: #f60
}

.mainfoot .cls {
    height: 16px;
    width: 16px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(../images/closew.png) no-repeat
}

.ftr-bttn {
    display: inline-block;
    outline: 0;
    border: 2px solid #ffb452;
    box-shadow: 0 8px 16px 0 rgba(255, 255, 255, .5), 0 6px 20px 0 #f60;
    background-color: #d4d4d4;
    border-radius: 25px;
    color: #f60;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
   font-family: sans-serif;
    cursor: pointer;
    padding: 10px 25px
}

.ftr-bttn:hover {
    background-color: #bddabe
}

.ftr-bttn:active {
    background-color: #bddabe;
    box-shadow: 0 5px #666;
    transform: translateY(4px)
}

@media (max-width:768px) {
    .mainfoot .lft {
        width: 100%;
        float: none
    }

    .mainfoot .rght {
        width: 100%;
        float: none;
        text-align: center
    }

    .mainfoot p {
        line-height: 22px;
        font-size: 18px
    }

    .mainfoot .rght .ftr-bttn {
        font-size: 18px;
        padding: 10px
    }
}

.over-window {
    font-family: sans-serif;
    width: 650px;
    padding: 10px 0 0;
    cursor: default;
    background: #fff;
    border: 3px solid #3e3e3e;
    position: relative
}

.ex-logo {
    color: #111;
   font-family: sans-serif;
    font-size: 28px;
    line-height: 38px;
    margin: 15px auto 10px;
    padding: 0 15px;
    text-align: center;
    font-weight: 700 !important
}

.footer-button {
    color: #ae1210;
    font-family: sans-serif;
    font-size: 46px;
    line-height: 56px;
    margin: 5px auto 0;
    padding: 0 15px;
    text-align: center
}

.footer-button a {
    font-family: sans-serif;
    cursor: pointer;
    border: none;
    display: block;
    margin: 5px auto 10px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    text-align: center;
    height: 51px;
    line-height: 51px;
    background: #e74c3c;
    font-weight: 400;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 9px;
    width: 380px
}

.footer-button a:hover {
    background: #e75c4e;
    color: #fff
}

.exitprod-img {
    width: 230px;
    margin: 15px;
    float: left;
    text-align: center
}

.exit-form {
    width: 370px;
    float: left
}

.exit-form-text {
    margin: 10px 0 20px
}

.exit-form-text .subhead {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
    color: #782b2b
}

.exit-form-text .subhead ul {
    list-style: none;
   font-family: sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    padding-left: 10px
}

.exit-form-text .subhead ul li {
    background: url(../images/bul.png) 0 10px no-repeat;
    margin-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: left
}

.close-ex {
    height: 52px;
    width: 52px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: -26px;
    background: url(../images/close.png) no-repeat
}

.clr {
    clear: both
}

body {
    margin: 0;
    font-family: sans-serif;
}

.contentBox {
    line-height: 1.5
}

.contentBox p {
    padding-bottom: 10px;
    padding-top: 10px
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 27px
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px
}

.blue-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #165391;
    background: #e5f2ff
}

.red-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #9f0d0d;
    background: #fee
}

.left-img-box {
    float: left;
    padding: 2%;
    background: #dadada;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.left-img-box p {
    margin: 0;
    padding: 0
}

.left-img-box img {
    float: left;
    width: 100%;
    height: auto;
    max-width: 350px !important
}

a {
    background: 0 0;
    text-decoration: none !important;
    box-shadow: none !important
}

.Body p {
    margin-bottom: 0
}

.contentBox span,
a,
h1,
h2,
h3,
p {
    font-family: sans-serif;
}

.comment-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.comment-profile-box {
    margin-bottom: 0
}

.comment-profile-box > p {
    margin-bottom: 0
}

.comment-profile-box p {
    padding-bottom: 0
}

.comment-text-box img {
    margin: 7px 0;
    max-width: 420px;
    width: 100%;
}

.comment-text-box {
    margin-bottom: 7px;
    padding-left: 60px
}

.comment-box small {
    padding-left: 60px
}

.MediaMaterial-header {
    display: block;
    text-align: center
}

.red {
    color: red
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    box-sizing: border-box;
    font-family: sans-serif;
    padding: 3rem 2rem;
    transition: 1s;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1.hide {
    opacity: 0;
    display: block !important
}

#push-comments #push_mlyjekpdfdd1__form {
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_mlyjekpdfdd1__title {
    color: #43a047;
    border-bottom: 0 solid;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit {
    background: #43a047;
    border: none;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    margin: 20px 0 0;
    height: 50px;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #237a27;
    text-shadow: none;
    box-shadow: none
}

.inL_613268 {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
    
}

.inL_813227,
.inL_858381,
.inL_914342 {
    font-family: sans-serif;
}

.inL_184994 {
    text-align: center
}

.inL_568376 {
    font-family: sans-serif;
}

.inL_583525 {
    max-width: 750px;
    width: 100%
}

.inL_323910,
.inL_341861,
.inL_549764,
.inL_592037 {
    font-family: sans-serif;
}

.inL_581934 {
    text-align: center
}

.inL_259130 {
    max-width: 750px;
    width: 100%
}

.inL_511497 {
    font-family: sans-serif;
}

.inL_181146 {
    text-align: center;
    padding-bottom: 0 !important;
    margin-bottom: -7px !important
}

.inL_688437 {
    font-family: sans-serif;
}

.inL_735976 {
    max-width: 750px;
    width: 100%
}

.inL_112213 {
    text-align: center
}

.inL_237184,
.inL_89043 {
    font-family: sans-serif;
}

.inL_455689 {
    text-align: center
}

.inL_958345 {
    font-family: sans-serif;
}

.inL_424714 {
    max-width: 600px;
    width: 100%
}

.inL_140267,
.inL_257641,
.inL_351097,
.inL_404986,
.inL_532154,
.inL_571313,
.inL_890624,
.inL_895368,
.inL_937157 {
    font-family: sans-serif;
}

.inL_985160 {
    width: 100%
}

.inL_40500,
.inL_516464 {
    font-family: sans-serif;
}

.inL_903606 {
    width: 100%
}

.inL_917674 {
    font-family: sans-serif;
}

.inL_346301 {
    width: 100%
}

.inL_459365,
.inL_535484,
.inL_647057,
.inL_791374,
.inL_872164,
.inL_958163 {
    font-family: sans-serif;
}

.inL_963334 {
    margin-left: 40px
}

.inL_145791,
.inL_150091,
.inL_161825,
.inL_18087,
.inL_313585,
.inL_384109,
.inL_386072,
.inL_411083,
.inL_715526,
.inL_870080 {
    font-family: sans-serif;
}

.inL_63361 {
    text-align: center
}

.inL_453504 {
    font-family: sans-serif;
}

.inL_884911 {
    max-width: 750px;
    width: 100%
}

.inL_341053,
.inL_605935 {
    font-family: sans-serif;
}

.inL_957850 {
    width: 70%;
    max-width: 400px
}

@media (min-width:1024px) {
    .inL_957850 {
        width: 100%;
        max-width: 400px;
        position: relative;
        top: 10px
    }
}

.inL_359937,
.inL_493150,
.inL_933594 {
    font-family: sans-serif;
}

.inL_282691 {
    margin-left: 40px
}

.inL_305179,
.inL_503614,
.inL_518067,
.inL_523030,
.inL_568363,
.inL_62659,
.inL_730746,
.inL_781460 {
    font-family: sans-serif;
}

.inL_254781 {
    background: #ffeca6;
    padding: 20px;
    border: 1px solid red
}

.inL_825033 {
    font-size: 18px
}

.inL_940316 {
    font-family: sans-serif;
}

.inL_988470 {
    color: red
}

.inL_482295 {
    max-width: 100px;
    margin-top: 20px
}

.inL_223089 {
    color: #00f;
    font-size: 14px
}

.inL_173676 {
    font-size: 16px
}

.inL_614041 {
    margin: 20px 10px;
    border: 2px solid #0299ff;
    padding: 10px
}

.inL_534360 {
    margin-bottom: 20px
}

.inL_596372 {
    font-family: sans-serif;
}

.inL_122572,
.inL_13376,
.inL_139738,
.inL_144167,
.inL_255027,
.inL_286760,
.inL_287704,
.inL_313620,
.inL_317461,
.inL_321710,
.inL_326137,
.inL_353656,
.inL_385655,
.inL_395567,
.inL_479796,
.inL_555929,
.inL_580321,
.inL_614905,
.inL_624862,
.inL_682735,
.inL_691650,
.inL_695362,
.inL_699476,
.inL_798213,
.inL_913533,
.inL_92209,
.inL_924618,
.inL_946083,
.inL_949281 {
    color: #6b6b6b
}

.inL_43375 {
    margin-bottom: 25px !important
}

.inL_1500 {
    border: 1px solid #43a047;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 25px;
    width: 100%
}

.inL_246165 {
    display: none
}

.inL_978542 {
    text-transform: uppercase
}

.inL_779222 {
    font-size: 26px
}

.inL_71807 {
    color: red
}

.form-center,
.img-center {
    display: flex;
    justify-content: center
}

.center-center {
    text-align: center
}

.inL_825033 {
    padding-left: 20px
}
}

.inL_716083 {
    padding-left: 30px;
    padding-right: 10px
}

@media (max-width:1009px) {
    .left-img-box {
        font-size: 16px !important
    }
}

@media (max-width:767px) {
    .left-img-box img {
        margin-bottom: 5px
    }

    .inL_963334 {
        margin-top: 0
    }

    .left-img-box {
        max-width: 350px;
        margin: 10px auto;
        float: none
    }

    .inL_534360,
    .inL_614041 {
        line-height: 1.3
    }

    .exit-form,
    .over-window {
        width: 290px
    }
}

.img-center picture {
    display: flex;
    justify-content: center
}

textarea {
    overflow: auto
}

@media (min-width:561px) {
    .min561 {
        display: block
    }
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-triangle.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 10px
}

select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited,
select:focus {
    outline: 0 !important
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: none !important;
    outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner {
    border: none
}

:not(#fake) {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a:-moz-focusring,
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

.reviews-popup {
    position: fixed;
    z-index: 300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none
}

.reviews-popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 3px solid green;
    padding: 20px;
    text-align: center
}

@media screen and (max-width:479px) {
    .reviews-popup__inner {
        width: 300px
    }

    .exitprod-img {
        display: none
    }

    .Body {
        font-size: 16px
    }

    .myh4 {
        hyphens: manual
    }

    #push-comments #push_mlyjekpdfdd1__title {
        font-size: 20px;
        line-height: 1.2
    }
}

.reviews-popup__text {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2
}

.reviews-popup__big {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px
}

.reviews-form__intrenal-col {
    margin-bottom: 25px
}

.reviews__form .visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

@media (max-width:700px) {

    .blue-horizontal-box,
    .red-horizontal-box {
        width: 100%
    }
}

@media (min-width:768px) {
    .exit-form-text .subhead ul li:nth-of-type(3) {
        padding-bottom: 0
    }

    .footer-button a {
        margin-bottom: 30px
    }
}

.reviews-form__file-text {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 18px
}

.reviews-form__file-text:before {
    content: '';
    width: 20px;
    height: 30px;
    background: url(../images/paperclip.svg) center center/cover no-repeat;
    position: absolute;
    left: 0;
    top: -3px
}

.blue-horizontal-box,
.red-horizontal-box {
    margin: 10px auto
}

.left-img-box {
    width: 100%
}

@media (min-width:480px) {

    .inL_282691,
    .inL_963334 {
        margin-left: 20px !important
    }
}

.modal {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 390;
    cursor: default
}

.modal-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: auto
}

.exit-main {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:999px) {
    .exitprod-img {
        display: none
    }

    .footer-button a {
        width: auto;
        font-size: 20px
    }
}

@media (max-width:1023px) {

    .blue-horizontal-box,
    .red-horizontal-box {
        padding: 12px
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .inL_1500 {
        line-height: normal
    }

    body {
        background-color: #252525
    }

    .Footer {
        border-bottom: 2px solid #252525 !important
    }
}

.hidden-price {
    opacity: 0;
    position: fixed;
    top: -1000px;
    left: -1000px
}

#order-popup {
    display: none !important
}

@media screen and (min-width: 1024px) {
    .Body p {
        text-align: justify
    }

    .Body .not-justify {
        text-align: center
    }

    .Body .rub-ramka,
    .Body .red-horizontal-box,
    .Body .left-img-box p {
        text-align: left
    }
}

.prices {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px
}

.prices .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 140px
}

.prices .price.old {
    margin-right: 30px
}

.prices .price span {
    font-size: 23px
}

.prices .price p {
    width: 100%;
    text-align: center;
    padding: 0
}

.prices .price.old span {
    color: #555
}

.prices .price.new span {
    font-weight: 700
}

.price .x_price_previous {
    position: relative
}

.price .x_price_previous:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(20deg)
}

.price .x_price_previous:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: red;
    position: absolute;
    left: 0;
    top: 50%;
    transform: rotate(-20deg)
}

@media all {
    .myh4 {
        text-transform: uppercase
    }

    .rub-ramka {
        background: rgba(3, 224, 0, 0.04);
        padding: 6px 13px !important;
        border-radius: 2px;
        border: 4px double rgba(21, 160, 37, 0.32);
       font-family: sans-serif;
        line-height: 28px;
        font-size: 16px;
        margin: 0 auto;
        font-weight: 400;
        color: #4a4a4a
    }

    .myh4 {
        padding: 6px 4px 4px 5px;
        width: 100%;
        display: table;
        border: 1px dotted #e2e2e2;
        border-right: none;
        color: #3a753a;
        font-size: 14px;
        margin-bottom: 9px;
        line-height: 23px;
        border-radius: 2px;
        margin-top: 5px;
        margin-left: -3px;
        font-weight: 600;
        background-color: #f5fef5;
        background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
        background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
        background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, 0.04) 100%)
    }

    *,
    ::after,
    ::before {
        box-sizing: border-box
    }

    .order_form {
        display: inline-block;
        width: 550px;
        padding: 20px 20px 0;
        margin: 15px auto;
        border-radius: 15px;
        background: #fff;
        zoom: 1;
        *display: inline
    }

    .order_form form {
        display: block;
        float: left;
        width: 100%;
        min-width: 150px;
        max-width: 255px;
        text-align: center;
        border-radius: 5px
    }

    .order_form input[type='text'],
    .order_form input[type='tel'],
    .icon_2 {
        display: block;
        margin: auto;
        width: 85%;
        height: 56px;
        padding: 0 15px;
        border: 1px solid #d6d9d8;
        border-radius: 5px;
        font-family: sans-serif;
        font-size: 21px;
        line-height: 56px;
        margin-bottom: 14px;
        background: #f2f4f3;
        text-align: left
    }

    .order_form input[type='submit'] {
        display: inline-block;
        text-decoration: none;
        color: #fff;
        font-size: 28px;
        background: #66cbea;
        background: -moz-linear-gradient(top, rgba(102, 203, 234, 1) 0%, rgba(0, 152, 234, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(102, 203, 234, 1) 0%, rgba(0, 152, 234, 1) 100%);
        background: linear-gradient(to bottom, rgba(102, 203, 234, 1) 0%, rgba(0, 152, 234, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cbea', endColorstr='#0098ea', GradientType=0);
        -webkit-border-radius: 12px;
        border-radius: 12px;
        width: 85%;
        text-align: center;
        padding: 10px 0 12px;
        background-size: 1px 200px
    }

    .order_form input[type='submit']:hover {
        background: #6ad4f2;
        background: -moz-linear-gradient(top, rgba(106, 212, 242, 1) 0%, rgba(0, 170, 232, 1) 100%);
        background: -webkit-linear-gradient(top, rgba(106, 212, 242, 1) 0%, rgba(0, 170, 232, 1) 100%);
        background: linear-gradient(to bottom, rgba(106, 212, 242, 1) 0%, rgba(0, 170, 232, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ad4f2', endColorstr='#00aae8', GradientType=0)
    }

    .shadow {
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.3)
    }

    .timer_box {
        float: right;
        text-align: center;
        margin: 0 5px;
        max-width: 240px
    }

    .timer {
        display: inline-block;
        max-width: 220px;
        vertical-align: top;
        font-weight: 600;
        text-shadow: 0 0 2px #fff;
        z-index: 2;
        zoom: 1;
        *display: inline
    }

    .timer>p {
        font-size: 20px;
        line-height: 130%;
        font-weight: 400;
        margin-bottom: 8px
    }

    .timer>div {
        font-size: 16px;
        line-height: 130%
    }

    .timer_wrapper1>span {
        display: inline-block;
        width: 60px;
        vertical-align: top;
        font-size: 16px;
        line-height: 130%;
        font-weight: 400
    }

    .timer_wrapper1>span>b {
        display: inline-block;
        width: 50px;
        height: 47px;
        padding-top: 3px;
        background: #fff;
        border-radius: 8px;
        font-size: 34px;
        line-height: 130%;
        font-weight: 400;
        margin-bottom: 2px;
        border: 1px solid #ecefee;
        border-radius: 8px
    }
}

@media (max-width: 1170px) {
    .order_form {
        padding: 20px 20px 30px
    }
}

@media (max-width: 999px) {
    .order_form {
        padding: 20px 20px 30px
    }
}

@media (max-width: 767px) {
    .order_form {
        padding: 0;
        padding-top: 10px
    }

    .timer_box {
        float: right;
        text-align: center;
        margin: 0 5px;
        max-width: 1000px
    }

    .order_form {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex !important;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center
    }

    .timer_box {
        order: 3;
        margin-top: 10px !important
    }

    .order_form form {
        order: 4;
        margin-top: 15px !important;
        margin-bottom: 30px
    }
}

* {
    margin: 0;
    padding: 0
}

a:focus,
input {
    outline: 0
}

a {
    color: #1697ce
}

a:hover {
    color: #b0493b
}

.renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
    color: #000;
    text-align: left;
    margin: 15px 0;
    line-height: 22px
}

@media screen and (max-width: 1020px) {
    body img {
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
        font-size: 14px
    }
}

@media screen and (max-width: 479px) {
    body img {
        width: 100%
    }

    .renul_seDwyoGn57 .Genrik91_k2XdOzZlq1 p {
        text-align: left
    }
}

.rub-ramka {
    margin-top: 22px;
    margin-bottom: 18px;
    background: rgba(189, 61, 77, 0.04);
    padding: 12px 15px !important;
    color: #080808;
    font-size: 18px;
    font-family: sans-serif;
    border: 2px solid #bd3d4d;
    border-radius: 4px;
    text-shadow: 0 0 0 #616161;
    text-indent: 0 !important;
    text-align: left
}

@media screen and (max-width: 600px) {
    .rub-ramka {
        text-align: justify !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

img {
    outline: 0
}

.api-form1 :before,
.api-form1 :after {
    content: none
}

.api-form1 .footnote1 {
    line-height: 15px !important;
    text-indent: 0 !important;
    font-size: 10px !important;
    margin: 10px 0 0 !important;
    text-align: center !important;
    padding: 0 !important;
    color: #888 !important
}

.api-form1 .text {
    border: none !important;
    text-align: center !important;
    color: #222 !important;
    padding: 0 !important;
    font-size: 18px !important;
    width: 100% !important;
    float: none !important;
    line-height: 25px !important;
    font-weight: 700 !important;
    margin: 10px 0 !important
}

.api-form1 form {
    padding: 0 !important;
    background: 0 0 !important;
    margin: 15px auto 0 !important
}

.api-form1 .form-body .text .offer-name {
    color: #ca2d2d !important;
    font-weight: 700 !important
}

.api-form1 {
    background: #fff !important;
    box-sizing: border-box !important;
    max-width: 600px !important;
    position: relative !important;
    margin: 14px auto !important;
    text-align: center !important;
    border: 2.5px dashed #ddd !important;
    border-radius: 2.5px !important;
    padding: 30px !important;
    clear: both !important;
    padding: 15px !important
}

.api-form1 .cta-form1 {
    margin: 0 !important
}

.product-image1 {
    position: relative !important;
    margin: 0 auto !important;
    background: #fff !important;
    text-align: center !important;
    max-width: 300px
}

.product-image1 img {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
    width: 200px !important;
    z-index: 0 !important;
    position: static !important
}

.ruletka-p {
    text-align: center !important
}

.boxes {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto
}

.boxes__instructions {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    padding: 20px 10px;
    background-color: #232f3e;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px;
    text-align: center
}

.boxes__wrapper {
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 800px
}

.boxes__wrapper>div {
    position: relative;
    display: inline-block;
    width: 32.5%;
    height: 50%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer
}

.boxes__wrapper>div:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.boxes__discount {
    display: none
}

.sweet-alert,
.sweet-overlay {
    position: fixed;
    display: none
}

.sweet-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    font-family: sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    top: 35%;
    margin-left: -256px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert p {
    color: #797979;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert button {
    background-color: #e84242;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-success {
    border-color: #a5dc86
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #a5dc86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.danger-text {
    color: red;
    font-weight: 700
}

.order_block {
    text-align: center !important
}

.order_block img {
    width: 60%
}

.pop-up-button,
.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

.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
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(http://127.0.0.1:5501/images/cross.svg);
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -40px;
    cursor: pointer
}

.pop-up-heading {
    font-size: 40px;
    margin-bottom: 20px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    padding: 10px 20%;
    font-size: 20px;
    border-radius: 5px;
    background-color: #71c341;
    border: none;
    cursor: pointer;
    outline: 0
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 20%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .7s ease 0 normal none 1 running pop-up-appear
}

.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-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    width: 50px;
    height: 20px;
    top: -20px;
    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 0;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.spoiler {
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px
}

.spoiler-screen {
    cursor: pointer;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    z-index: 20;
    transition: opacity .3s ease-in-out
}

.spoiler-screen.show {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

@media(max-width: 767px) {
    .spoiler {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.old-price {
    font-weight: bold;
    text-decoration: line-through;
}



.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;

    margin-bottom: 20px;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}

.content .wheel img {
    max-width: 100%;
}

.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: 1;
    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);
    font-size: 11px;
}

.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;
}

.order_block {
    display: none;
    max-width: 500px;
    margin: 0 auto;
}

.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;

    margin-bottom: 20px;
}

.timer_wrap {
    display: inline-block;
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700;
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative;
}

.submit-form {
    max-width: 300px;
}

.product img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

.Body form {
    display: block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

p.priceс {
    position: relative;
    right: -50px;
    bottom: -85px;
    color: rgb(0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.8) 0px 3px 30px;
    width: 180px;
    height: 105px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    text-align: center !important;
    margin: -160px auto 30px;
    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-radius: 19%;
    padding: 5px;
    animation: 2s ease 0s infinite normal none running pulse;
}

.priceс span {
    display: block;
    font-size: 22px;
}

.priceс .old_price {
    text-decoration: line-through;
}

.new_price {
    border-bottom: 2px solid #f00;
    margin: 0 auto;
    width: 100px;
}

.button-submit-text {
    color: rgb(255, 255, 255);
    flex: 1 1 auto;
    font-family: inherit;
    font-style: inherit;
    font-size: 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-weight: 400;
}

.form_btn {
    display: inline-block;
    min-width: 250px;
    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;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

.timer {
    
    font-size: 18px;
    font-weight: normal;
    margin: 105px 0 20px;
    text-align: center;
    max-width: 410px;

}

#clock span {
    color: #f00;
    font-weight: bold;

}

.formaa {
    margin-bottom: 30px;
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.form_group {
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%;
}

.form_btn {
    display: inline-block;
    min-width: 250px;
    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;
    animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
}

.form_btn:hover {
    opacity: 0.8;
}

.order_block h2 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.doc {
    color: blue;
}

.rep {
    color: red;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

.nw {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 13px;
    font-size: 20px;
    font-style: italic;
    color: rgb(13, 13, 63);
    text-align: left;
    margin-top: 5px !important;
    padding-bottom: 15px;
    line-height: 1.3em;
}

.list-green {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.list-green li {
    position: relative;
    padding-left: 24px;
    background-image: url(../images/gal.png);
    background-position: left top 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 7px;
}

.list-red {
    list-style-type: none !important;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.list-red li {
    position: relative;
    padding-left: 27px;
    background-image: url(../images/crest.png);
    background-position: left top 6px;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.name-input input, .phone-input input {
    flex: 1 1 auto;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0px;
    padding: 10px 15px 10px 10px;
    border-radius: 6px;
}

.link-b {
    color: #fff !important;
    background-color: red;
    padding: 10px 15px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 4px;
}