b,body,div,figcaption,figure,footer,h1,h3,header,html,img,nav,p,span,strong {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0 0
}

body {
    line-height: 1.2
}

.c15 {
    margin-bottom: 25px
}

.c15,.c15 td,.c15 tr {
    border: 1px solid #d6d6d6
}

.c15 .c3 p {
    padding: 5px 10px;
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

figcaption,figure,footer,header,nav {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent none repeat scroll 0 0
}

* {
    box-sizing: border-box
}

body {
    background-color: #f2f2f2;
    position: relative
}

img {
    max-width: 100%
}

a {
    color: #b88b58;
    text-decoration: none
}

.Body {
    font-size: 18px;
    line-height: 22px
}

@media only screen and (min-width: 48em) {
    .Body {
        font-size:20px;
        line-height: 27px
    }
}

.subtitle {
    margin-top: 20px;
    line-height: 24px;
    font-size: 19px;
    font-weight: 700
}

.Body>* {
    max-width: 980px
}

.Body:last-child>:last-child {
    margin-bottom: 0
}

.Body a {
    color: inherit;
    box-shadow: 0 -1px #b88b58 inset
}

.Body a:hover {
    color: #b88b58
}

.Body p {
    margin-bottom: 15px
}

.Body p:empty {
    display: none
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 700
}

.SvgIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 80px
}

.Menu {
    display: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size:13px;
        height: 80px;
        width: 100%;
        letter-spacing: 1px;
        background-color: #4c30ab;
        display: flex;
        justify-content: center
    }
}

.Menu-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: center;
    transition: color .15s ease-out 0s
}

.Menu-item a {
    color: white
}

.Menu-item a:hover {
    color: rgb(136, 136, 136);
}

@media only screen and (min-width: 64em) {
    .Menu-item {
        padding:0 15px;
        border-bottom: 0 none
    }
}

@media only screen and (min-width: 64em) {
    .Menu-item:last-of-type {
        border-right:medium none
    }
}

@media only screen and (min-width: 64em) {
    .Menu-item:hover {
        color:#999;
        background-color: inherit
    }
}

.Menu-link {
    transition: color .15s ease-out 0s;
    text-decoration: none;
    color: #4c30ab;
    position: relative;
    line-height: 45px;
    top: 1px
}

.Menu-item:hover .Menu-link {
    color: #999
}

.MeduzaLogo {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: contain
}

.Header {
    position: relative;
    height: 80px;
    background-color: #4c30ab;
    display: flex;
    flex-flow: row nowrap;
    z-index: 2
}

@media only screen and (min-width: 64em) {
    .Header {
        padding:0 15px
    }
}

@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-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;
    user-select: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    fill: currentcolor;
    border: 0 none;
    background: transparent none repeat scroll 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;
    text-transform: uppercase;
    color: inherit;
    font-weight: 600;
    cursor: pointer
}

.HeaderButton-link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.HeaderButton-link a {
    color: inherit
}

.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
}

.Copyright-container a:hover {
    color: rgba(38,38,38,.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 none
    }
}

.Copyright-block:last-child {
    text-align: right
}

.MaterialTag {
    position: relative;
    z-index: 30;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    color: #b88b58;
    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
}

@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 none repeat scroll 0 0;
    border-color: #b88b58;
    text-shadow: 0 1px 1px rgba(0,0,0,.5)
}

.MaterialMeta {
    display: inline-block;
    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
    }
}

@media only screen and (min-width: 48em) {
    .MaterialMeta--source {
        white-space:nowrap
    }
}

.MaterialMeta--time {
    background-size: 12px 12px
}

.MediaMaterialHeader {
    max-width: 840px
}

.MediaMaterialHeader-first {
    color: #000;
    line-height: 27px
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first {
        line-height:38px
    }
}

.MediaMaterialHeader-first,.MediaMaterialHeader-separator {
    transition: color .25s ease-out 0s;
    font-size: 24px;
    font-weight: 700
}

@media only screen and (min-width: 48em) {
    .MediaMaterialHeader-first,.MediaMaterialHeader-separator {
        font-size:36px
    }
}

.MediaMaterial {
    background-color: #fff;
    padding: 12px
}

@media only screen and (min-width: 48em) {
    .MediaMaterial {
        padding:25px 15px 20px
    }
}

.MediaMaterial-header {
    display: flex;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0 auto 18px;
    align-items: center
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-header {
        max-width:1000px;
        margin-bottom: 25px
    }
}

.MediaMaterial-tag {
    margin-bottom: 5px
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-tag {
        margin-bottom:11px
    }
}

.MediaMaterial-meta {
    margin-top: 12px
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-meta {
        margin-top:12px
    }
}

.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
    }
}

@media only screen and (min-width: 48em) {
    .MediaMaterial--fullWidth .MediaMaterial-header {
        align-items:center;
        text-align: center
    }
}

.MediaMaterial--fullWidth .MediaMaterial-materialContent {
    max-width: none
}

.Material {
    padding: 12px 0 0
}

@media only screen and (min-width: 48em) {
    .Material {
        padding:15px 0 0
    }
}

.Material-shadow {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    z-index: 300;
    background-color: rgba(0,0,0,.15)
}

.Material-shadow--top {
    top: 0
}

.Material-container {
    background: #fff none repeat scroll 0 0;
    position: relative
}

@media only screen and (min-width: 48em) {
    .Body h3 {
        margin-top:35px;
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 27px
    }
}

.MaterialContent--bannerless .Body>* {
    margin-right: auto;
    margin-left: auto
}

.MaterialContent .Figure {
    margin-right: -12px;
    margin-left: -12px
}

@media only screen and (min-width: 40.625em) {
    .MaterialContent .Figure {
        margin-right:auto;
        margin-left: auto
    }
}

.Figure {
    margin: 15px -12px
}

.Figure img {
    display: block;
    margin: 5px auto;
    padding-left: 5px;
    padding-right: 5px
}

@media only screen and (min-width: 48em) {
    .Figure {
        margin:27px auto 20px
    }
}

@media only screen and (min-width: 75em) {
    .Figure {
        max-width:650px
    }
}

.Figure img {
    max-width: 100%;
    vertical-align: bottom
}

@media only screen and (min-width: 40.625em) {
    .Figure img {
        border-radius:2px
    }
}

.Figure-caption {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 7px 12px 0;
    font-size: 15px;
    line-height: 17px
}

@media only screen and (min-width: 40.625em) {
    .Figure-caption {
        padding-right:0;
        padding-left: 0;
        font-size: 16px;
        line-height: 18px
    }
}

.App {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    transition: transform .25s ease-out 0s,-webkit-transform .25s ease-out 0s,-o-transform .25s ease-out 0s
}

.App-content,.App-footer {
    transition: transform .25s ease-out 0s,-webkit-transform .25s ease-out 0s,-o-transform .25s ease-out 0s
}

.App-footer {
    position: relative;
    z-index: 1;
    outline: 3px solid #4c30ab
}

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #f2f2f2;
    flex: 1 0 auto
}

.App-header {
    position: relative;
    z-index: 200
}

.App--isMaterial .App-content {
    background-color: #e6e6e6
}

.Footer {
    color: #fffdfd;
    background-color: #4c30ab
}

.logo {
    display: block;
    margin-top: 0;
    padding-top: 5px
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.Body a {
    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: 50px;
    text-decoration: none;
    padding: 15px 20px;
    margin-left: auto;
    margin-right: auto
}

a.button:hover {
    background-color: #c11f1f
}

.oui {
    width: 781px;
    height: 460px;
    background: transparent linear-gradient(135deg,#3c72b5 0,#7b9fcc 100%) repeat scroll 0 0;
    position: relative;
    border: 5px solid #ddd
}

.actsss {
    display: none!important
}

.eeee {
    background-color: rgba(0,0,0,.7);
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    cursor: pointer
}

.kmacb-form2 .modal-block {
    left: 50%;
    margin-left: -396px;
    position: fixed;
    top: 6%;
    z-index: 11000;
    width: 792px;
    height: 470px;
    border-radius: 5px;
    border: 0 none;
    box-shadow: none;
    overflow: hidden;
    color: #222
}

p.ouimainp {
    font-size: 30px;
    font-weight: 700;
    padding-top: 23px;
    display: block;
    color: #fff;
    text-align: center
}

.ouimain-text-img {
    display: block;
    width: 90%;
    padding: 0 5%;
    margin-top: 27px
}

.ouimain-img {
    float: left;
    display: block;
    width: 30%;
    margin: 0 auto
}

.ouimain-img img {
    display: block;
    width: 100%;
    margin: 0 auto
}

.ouimain-text {
    display: block;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px
}

.ouimain-text p {
    line-height: 1.5;
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px
}

.ouimain-text-img::after {
    content: "";
    display: block;
    clear: both
}

.kmacb-form input[type=button] {
    position: absolute;
    cursor: pointer;
    border: 1px solid #499bea;
    background: transparent linear-gradient(135deg,#de455c 0,#de455c 13%,#c01f37 76%,#c01f37 100%) repeat scroll 0 0;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    line-height: 60px;
    display: block;
    text-indent: 0;
    font-style: normal;
    width: 402px;
    height: 64px;
    opacity: 1;
    bottom: 29px;
    margin-left: 195px;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    border-radius: 10px;
    transition: all .6s ease 0s
}

.lucky-chat-status__text--online::before {
    background-color: #93c296
}

.lucky-chat-status__text--offline::before {
    background-color: red
}

.lucky-chat-status__text::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 3px
}

.lucky-chat-message__text::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid
}

.lucky-chat-message__item--doctor .lucky-chat-message__name::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
    right: 100%;
    margin-right: -2px;
    border-color: transparent #5fc890 transparent transparent;
    border-width: 0 14px 12px 0
}

.lucky-chat-message__item--doctor .lucky-chat-message__text::after {
    display: none
}

.lucky-chat-message__item--guest .lucky-chat-message__text::after {
    top: 0;
    left: 100%;
    margin-left: -2px;
    border-color: #c8d8e8 transparent transparent;
    border-width: 14px 12px 0 0
}

.lucky-chat-message__item--system .lucky-chat-message__text::after {
    top: 0;
    right: 100%;
    margin-right: -2px;
    border-color: transparent #d47c3c transparent transparent;
    border-width: 0 14px 12px 0
}

html {
    font-family: sans-serif
}

body {
    margin: 0;
    font-family: Arial,Helvetica,sans-serif
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background: transparent none repeat scroll 0 0
}

a:hover {
    outline: 0 none
}

b,strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0 none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

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

input {
    line-height: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,th {
    padding: 0
}

.br0 {
    display: none;
    position: absolute;
    left: -10000px;
    top: -100px
}

.disign_layer {
    margin-bottom: 15px
}

.disign_layer a {
    text-decoration: none;
    box-shadow: none
}

.pwrap {
    display: inline!important
}

.left_count {
    background: red;
    padding: 23px;
    margin: 12px 0;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000,0 -1px 0 #000,0 1px 0 #000,0 1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000
}

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

.spin-wrapper p {
    text-align: center;
    font-size: 23px;
    line-height: 1.4;
    margin-bottom: 15px
}

.wheel-wrapper {
    text-align: center
}

.wheel {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    position: relative
}

.wheel-cursor {
    position: absolute;
    width: 35%;
    height: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.wheel img {
    max-width: 100%
}

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45%;
    height: 45%;
    line-height: 61px;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    user-select: none;
    transform: translate(-50%,-50%);
    box-shadow: 0 -2px 0 #fff inset,0 2px 0 #fff inset,0 0 5px rgba(0,0,0,.4);
    background: transparent radial-gradient(ellipse at center center,#fff 0,#eaeaea 100%) repeat scroll 0 0
}

.super-rotation {
    animation-name: super-rotation;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out
}

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

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

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    max-width: 10000px;
    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: 360px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 70px 10px 20px;
    border-radius: 10px;
    animation: .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: 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
}

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

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

.discountс {
    display: block
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
}

.old-price {
    text-decoration: line-through;
    color: red;
    font-size: 28px;
    line-height: 1
}

.new-price {
    font-size: 32px;
    line-height: 1;
    color: green
}

.new-price,.old-price {
    padding: 0 10px
}

.order_form {
    max-width: 300px;
    margin: 10px auto 0
}

.order_form input {
    max-width: 100%;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 3px;
    border: 2px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0
}

.order_form .main-link {
    display: block;
    background-color: rgba(212,0,130,.4);
    border-radius: 15px;
    padding: 15px 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 auto 15px;
    border: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    outline: 0
}

.order_form .main-link:hover {
    transform: scale(1.1)
}

footer {
    outline: 2px solid #252525
}

::-ms-clear {
    display: none
}

@media screen and (max-width: 479px) {
    .wheel {
        max-width:270px
    }

    .wheel-cursor {
        width: 40%;
        height: 40%
    }

    .cursor-text {
        font-size: 15px;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .pop-up-window {
        max-width: 300px
    }

    .spin-result-wrapper {
        max-width: 100%;
        width: 100%
    }

    body ul {
        padding-left: 20px!important
    }

    .c15 .c3 p {
        font-size: 16px;
        padding: 5px
    }
}

.live {
    max-width: 400px;
    width: 100%;
    margin-bottom: 10px
}

.tcenter {
    text-align: center
}

.comments-block h3 {
    margin-bottom: 15px
}

blockquote {
    font-size: 24px;
    font-weight: 700;
    border-left: 3px solid #262626;
    padding-left: 25px
}

@media screen and (max-width: 1023px) {
    .MediaMaterial-body {
        max-width:767px
    }

    .Figure img {
        max-width: 500px;
        width: 100%
    }
}

.comments-block .disign_layer {
    margin-bottom: 10px!important
}

.MediaMaterialHeader-title {
    line-height: 1.2
}

@media screen and (max-width: 767px) {
    .Copyright-desc {
        display:none
    }

    .Copyright-block:nth-child(2) {
        display: none
    }

    .Copyright-block {
        padding-top: 0
    }

    .Copyright-container {
        text-align: center
    }

    .MediaMaterialHeader-title {
        text-align: center
    }

    .MediaMaterialHeader-title {
        line-height: 1.1
    }

    .MediaMaterialHeader-first {
        display: block;
        line-height: inherit
    }
}

@media screen and (max-width: 512px) {
    .MediaMaterialHeader-title {
        margin:0
    }

    blockquote {
        padding-left: 15px;
        font-size: 20px;
        line-height: 1.2
    }

    .Body {
        font-size: 16px;
        line-height: 1.2
    }

    .Figure img {
        padding-left: 12px;
        padding-right: 12px
    }

    .product-img {
        max-width: 200px;
        width: 100%
    }
}

h2 {
    line-height: 1.2
}

/* form */

.order-form * {
    padding: 0 !important;
    margin: 0 !important;
    width: unset !important;
    height: unset !important;
    background: unset !important;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
      Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }
  .order-form .has-error .order-form-field-label {
    color: #d32f2f !important;
  }
  .order-form .has-success .order-form-field-label {
    color: #2e7d32 !important;
  }
  .order-form .order-form-field-label {
    display: block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: left !important;
    padding: 0 !important;
    line-height: 20px !important;
    margin: 0 0 0.25em !important;
    color: #212121 !important;
    transition: 0.25s !important;
    font-style: normal !important;
  }
  .order-form .phone-help {
    font-size: 10px !important;
    line-height: 10px !important;
    color: #999 !important;
  }
  .order-form .order-form-old-price {
    font-size: 14px !important;
    color: #d7d7d7 !important;
    font-weight: 400 !important;
    line-height: 10px !important;
    font-style: italic !important;
    text-align: right !important;
    text-decoration: line-through !important;
  }
  .order-form .order-form-footnote {
    color: #9e9e9e !important;
    font-size: 12px !important;
    line-height: 16px !important;
    margin: 15px 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    text-align: left !important;
  }
  .order-form .order-form-wrapper {
    max-width: 400px !important;
    margin: 0 auto !important;
    border-radius: 5px !important;
    background: #fff !important;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.5) !important;
    opacity: 100 !important;
    position: relative !important;
    padding: 25px !important;
    border: 1px solid #dee2e6 !important;
    padding-bottom: 10px !important;
  }
  .order-form .order-condition {
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .order-form .order-form-header {
    margin: 0 0 25px !important;
    position: relative !important;
    opacity: 1 !important;
  }
  .order-form .order-form-field-wrapper {
    margin-bottom: 15px !important;
  }
  .order-form .order-form-product-price-wrapper:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-bottom: 5px solid #b16869 !important;
  }
  .order-form .order-form-product-price-wrapper:before {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -5px !important;
    border-right: 10px solid #ffffff00 !important;
    border-top: 5px solid #b16869 !important;
  }
  .order-form .order-form-product-price {
    display: block !important;
    position: relative !important;
    border-radius: 5px 0 0 5px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center !important;
    text-transform: none !important;
    line-height: 25px !important;
    text-shadow: 0 0 2px #000 !important;
  }
  .order-form .order-form-product-price-wrapper {
    display: block !important;
    padding: 10px 15px !important;
    text-align: center !important;
    background: #e6373a !important;
    position: absolute !important;
    top: 0 !important;
    right: -35px !important;
    border-radius: 5px 0 0 5px !important;
  }
  .order-form .order-form-product-image-section {
    position: relative !important;
    max-width: 400px !important;
    margin: 0 auto !important;
  }
  .order-form .order-form-discount {
    font-style: italic !important;
    font-weight: 500 !important;
    line-height: 10px !important;
    color: #d7d7d7 !important;
    font-size: 16px !important;
    text-align: right !important;
  }
  .order-form .order-form-field-wrapper .order-form-field {
    transition: 0.25s !important;
    outline: none !important;
    display: block !important;
    width: 100% !important;
    background-color: #fff !important;
    color: #212121 !important;
    box-sizing: border-box !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: 5px !important;
    padding: 10px !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin: 0 !important;
    border: 2px solid #ddd !important;
    line-height: 1em !important;
    text-indent: unset !important;
    height: unset !important;
    appearance: auto !important;
    max-width: unset !important;
    font-weight: 400 !important;
    cursor: text !important;
  }
  .order-form .order-form-field-wrapper,
  .order-form .order-form-field::placeholder {
    font-weight: 400 !important;
  }
  .order-form .order-form-field::placeholder {
    opacity: unset !important;
    color: #c6c6c6 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: none !important;
  }
  .order-form .order-form-field-wrapper.has-error .order-form-field:focus,
  .order-form .order-form-field-wrapper.has-error .order-form-field {
    border-color: #d32f2f !important;
    background-color: #fbebeb !important;
    color: #d32f2f !important;
  }
  .order-form .order-form-field-wrapper.has-error .order-form-field::placeholder {
    color: #b29090 !important;
  }
  .order-form .order-form-field-wrapper.has-success .order-form-field {
    border-color: #2e7d32 !important;
    color: #2e7d32 !important;
    background-color: #eefdee !important;
  }
  .order-form .order-form-field-wrapper .order-form-field:focus,
  .order-form .order-form-field-wrapper.has-success .order-form-field:focus {
    border-color: #ababab !important;
  }
  .order-form .order-form-product-image {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 200px !important;
    margin: 0 auto !important;
  }
  .order-form .order-form-product-image-wrapper {
    text-align: center !important;
  }
  .order-form .order-form-field-wrapper.has-error .help-block {
    color: #d32f2f !important;
  }
  .order-form .order-form-field-wrapper .help-block {
    font-size: 12px !important;
    line-height: 12px !important;
    text-align: left !important;
  }
  .order-form .order-form-submit-button {
    cursor: pointer !important;
    display: block !important;
    width: 100% !important;
    background: #e6373a !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 5px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    border-radius: 5px !important;
    line-height: 20px !important;
    box-sizing: border-box !important;
    height: unset !important;
    transition: 0.25s !important;
  }
  .order-form .order-form-submit-button:hover {
    background: #cf3134 !important;
  }
  .order-form .order-form-submit-button:active {
    background: #9d292b !important;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.5) !important;
  }
  .order-form form {
    background: 0 0 !important;
  }
  .order-form {
    background: unset !important;
    max-width: unset !important;
    padding: 25px 0 !important;
    margin: 0 !important;
    letter-spacing: 0 !important;
    word-wrap: break-word !important;
    font-size: 1em !important;
    line-height: 2rem !important;
  }
  .order-form .order-form-text {
    text-align: center !important;
    border-bottom: 2px solid #eee !important;
    padding: 0 0 10px !important;
    font-size: 22px !important;
  }
  .order-form .order-form-footer-link {
    font-size: 14px !important;
  }
  .order-form-footer-link-wrapper {
    text-align: center !important;
    margin: 15px 0 0 !important;
  }
  .order-form .order-form-conditions {
    margin: 10px 0 0 !important;
    font-size: 12px !important;
    line-height: 20px !important;
  }
  .order-form .product-counter-info {
    font-size: 14px !important;
    text-align: center !important;
    margin: 15px 0 !important;
  }
  .order-form .product-counter {
    color: #e6373a !important;
    font-weight: 600 !important;
  }
  .order-form .order-form-info {
    display: flex !important;
    justify-content: space-between !important;
    margin: 10px 0 0 !important;
  }
  .order-form .timer {
    color: #dc3545 !important;
  }
  .order-form .help-block {
    font-weight: 600 !important;
    font-style: normal !important;
  }
  .order-form .order-form-deadline {
    color: #464646 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
  }
  .order-form .order-form-timer {
    font-weight: 700 !important;
    margin: 5px 0 0 !important;
    font-size: 14px !important;
  }
  .order-form .time_remains {
    color: #e6373a !important;
    font-size: 14px !important;
  }
  .order-form .order-form-information {
    font-size: 14px !important;
    line-height: 14px !important;
    text-align: center !important;
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #555 !important;
  }
  .order-form .has-error:not(.validating) .order-form-field {
    animation: 0.5s ease trambling-animation;
  }
  @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(0.975);
      box-shadow: none;
    }
  }

.pulse {
    animation: pulse2 2s infinite !important;
}

@keyframes pulse2 {
    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);
    }
}


.delivery {
    display: flex !important;
    align-items: center !important;

    margin-top: 20px !important;
}
.delivery span {
  flex: 0 0 50px;
  margin-right: 10px !important;
}
.delivery p {
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #2f3d57;
}

