* {
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 0
}

footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 20px 0;
    color: #A12000
}

html {
    min-width: 320px
}

body {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif
}

header {
    width: 100%;
    height: 46px;
    background-position: center top;
    position: relative;
    z-index: 1
}

.wrapper {
    width: 960px;
    max-width: 100%;
    margin: 0 auto
}

header ul,
.menu--bottom ul {
    text-align: right
}

header ul li,
.menu--bottom ul li {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #9ed3e9;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    padding: 14px 0;
    text-align: center;
    position: relative;
    margin: 0 8px
}

header ul li:hover,
.menu--bottom ul li:hover {
    color: #00b4ff
}

header ul li a,
.menu--bottom ul li a {
    text-decoration: none;
    color: #9ed3e9
}

header ul li a:hover,
.menu--bottom ul li a:hover {
    color: #00b4ff
}

.bg_site {
    background-color: #e5e5e5;
    background-repeat: repeat-x;
    background-position: top;
    width: 100%
}

.active {
    background-position: center 5px;
    background-repeat: no-repeat
}

img {
    border-style: none
}

header ul li:nth-of-type(8),
.menu--bottom ul li:nth-of-type(8) {
    margin-right: 30px
}

header ul li:nth-of-type(8) a:before,
.menu--bottom ul li:nth-of-type(8) a:before {
    content: '+';
    position: absolute;
    border: 2px solid #9ed3e9;
    font-size: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: -30px;
    display: block;
    text-align: center;
    line-height: 18px;
    top: 12px;
    padding: 0 5px;
    font-weight: 400
}

.logo {
    padding: 27px 0
}

.menu,
.menu li {
    display: inline-block;
    vertical-align: middle
}

.menu li {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    margin-right: 10px;
    position: relative
}

.menu li:hover:before {
    content: '';
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #1c518f;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -9px;
    left: 0
}

.menu li a {
    color: #1c518f;
    text-decoration: none
}

.menu li:nth-last-of-type(1) {
    margin-right: 0
}

.menu li:nth-last-of-type(1):before {
    content: '';
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #1c518f;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -9px;
    left: 0
}

.content {
    width: 636px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.header_content,
.aside_head {
    background: #1c518f;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 33px;
    height: 34px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer
}

.header_content img,
.header_content span,
.aside_head img,
.aside_head span {
    display: inline-block;
    vertical-align: middle
}

.shadow {
    position: absolute;
    bottom: -18px;
    left: 0
}

h1 {
    color: #333;
    font-size: 38px;
    font-weight: 300
}

.date {
    font-style: italic;
    color: #4d4d4d;
    font-size: 14px
}

.breadcrumbs ul,
.breadcrumbs ul li,
.date {
    display: inline-block;
    vertical-align: middle
}

.breadcrumbs ul {
    width: -webkit-calc(100% - 102px);
    width: -moz-calc(100% - 102px);
    width: calc(100% - 102px);
    text-align: right
}

.breadcrumbs ul li {
    margin-left: 15px
}

.breadcrumbs ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 11px;
    color: #fff;
    padding: 3px 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative
}

.breadcrumbs ul li a:hover {
    opacity: .8
}

.breadcrumbs ul li span {
    margin-left: 4px
}

.breadcrumbs ul li:nth-of-type(1) a {
    background: #4267b2
}

.breadcrumbs ul li:nth-of-type(2) a {
    background: #3c9cf3;
    margin-right: 17px
}

.breadcrumbs ul li:nth-of-type(3) a {
    background: #b8001b
}

.breadcrumbs ul li img {
    position: absolute;
    right: -9px;
    top: 5px
}

.breadcrumbs ul li .like {
    position: static;
    width: 10px
}

.breadcrumbs ul li .twitter {
    position: static;
    width: 10px
}

.breadcrumbs ul li .pinterest {
    position: static;
    width: 10px
}

.breadcrumbs ul li:nth-of-type(2) a:before,
.breadcrumbs ul li:nth-of-type(3) a:before {
    content: '1';
    position: absolute;
    right: -30px;
    top: -2px;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    font-size: 13px;
    text-align: center;
    color: #333;
    line-height: 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.breadcrumbs,
h1,
p {
    margin-bottom: 20px
}

.content__img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

.autor {
    float: left;
    width: 210px;
    margin-right: 10px
}

.tftable {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%
}

tr,
td {
    border: 1px solid #d6d6d6;
    padding: 5px 10px
}

.product {
    display: block;
    margin: 30px auto 20px
}

.btn {
    display: block;
    margin: 0 auto 20px;
    color: #fff;
    background: red;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 5px;
    width: 400px;
    max-width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.btn:hover {
    background: #c11f1f
}

.comments li {
    list-style: none;
    margin-bottom: 20px
}

.avatar {
    display: inline-block;
    vertical-align: top;
    width: 32px;
    margin-right: 5px
}

.comment__post {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 41px);
    width: -moz-calc(100% - 41px);
    width: calc(100% - 41px)
}

.user_name {
    font-size: 13px;
    color: #0a78c2;
    font-weight: 700;
    margin-bottom: 5px
}

.comment_text {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 5px
}

.action span {
    font-size: 11px;
    color: #999
}

.action a {
    color: #0a78c2;
    font-size: 11px;
    text-decoration: none
}

h2:not(.order_block h2, .wheel__title, .prize__title) {
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    background: #0a78c2
}

aside {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 660px);
    width: -moz-calc(100% - 660px);
    width: calc(100% - 660px)
}

.aside_head {
    background: #028dc7;
    width: 310px;
    margin-right: -10px
}

aside ul {
    margin-top: -10px
}

aside ul li {
    display: block;
    border-bottom: 1px dotted #fff;
    padding: 10px 20px;
    background: #cbe7f2
}

.time {
    font-size: 14px;
    padding: 0 3px;
    display: inline-block;
    margin-bottom: 5px
}

.title {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.text {
    font-size: 14px;
    font-weight: 400
}

.aside_btn {
    background-color: #67bbdd;
    display: block;
    text-decoration: none;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 9px 0;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px
}

.aside_logo {
    position: absolute;
    right: 15px;
    top: 5px
}

.aside__img {
    width: 100%;
    display: block
}

.menu--bottom {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 70px
}

.burger {
    display: none
}

.burger img {
    width: 40px
}

.burger {
    text-align: right
}

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

    .logo,
    .haed,
    aside,
    header ul li,
    .menu--bottom ul li,
    .shadow,
    .menu--bottom,
    header {
        display: none
    }

    .content {
        margin: 0;
        width: 100%;
        margin-top: 20px;
        padding: 10px
    }

    header ul {
        font-size: 0;
        padding: 0 10px
    }

    .burger {
        display: inline-block;
        vertical-align: middle;
        width: 50%
    }

    h1 {
        font-size: 27px
    }
}

@media all and (max-width: 600px) {
    .autor {
        width: 165px
    }

    .breadcrumbs ul {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
        margin-top: 15px
    }

    .spin-wrapper {
        margin-bottom: 20px
    }
}

* {
    outline: none
}

.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: 50px
}

.wheel {
    width: 380px !important;
    margin: 0 auto;
    position: relative
}

.content .wheel img {
    max-width: 100%
}

.wheel-cursor {
    position: absolute;
    width: 40% !important;
    height: 40%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cursor-text {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 10px;
    line-height: 1;
    z-index: 1;
    width: 45% !important;
    height: 45%;
    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) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset, rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
    background: #fff;
    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='#fff', endColorstr='#eaeaea', GradientType=1)
}

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset
}

.content .product img {
    width: 730px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px
}

form {
    display: block;
    margin: 0 auto !important;
    text-align: center !important
}

p.price {
    position: relative;
    right: -50px;
    bottom: -50px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.8) 0 3px 30px;
    width: 180px;
    height: 105px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    transform: rotateZ(-16deg);
    text-align: center !important;
    margin: -160px auto 30px;
    background: linear-gradient(to right, #eea513 0%, #fded13 100%);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-radius: 19%;
    padding: 5px
}

.price span {
    display: block;
    font-size: 22px
}

.price .old_price {
    text-decoration: line-through
}

.price .old_price span {
    display: inline-block;
    font-weight: 400
}

.new_price {
    border-bottom: 2px solid red;
    margin: 0 auto;
    width: 100px
}

.timer {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center
}

#clock span {
    color: red;
    font-weight: 700
}

label {
    display: block;
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400
}

.form_group {
    padding: 10px;
    display: block;
    margin: 10px auto;
    border: 2px solid grey;
    border-radius: 5px;
    width: 460px;
    max-width: 100%
}

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

.form_btn:hover {
    opacity: .8
}

.order_block h2 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px
}

.red {
    color: red
}

.wheel-img {
    -webkit-transition: 4s;
    -o-transition: 4s;
    transition: 4s
}

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

.cursor-text:active {
    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset
}

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    width: 100%;
    top: 0;
    z-index: 999;
    left: 0;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    text-align: center
}

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    text-align: center;
    padding: 10px;
    padding-top: 70px;
    padding-bottom: 20px;
    border-radius: 10px;
    animation: .7s ease 0 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 0;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0px)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center
}

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

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

.wheel img {
    max-width: 100%
}

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

    .spin-wrapper {
        margin-bottom: 20px
    }

    .cursor-text {
        line-height: 36px;
        font-size: 7px
    }

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

    .autor {
        display: block;
        float: none;
        margin: 0 auto 10px
    }
}

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

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

    100% {
        -webkit-transform: rotate(1874deg);
        transform: rotate(1874deg)
    }
}

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

    100% {
        -webkit-transform: rotate(1874deg);
        transform: rotate(1874deg)
    }
}

.price {
    display: flex;
    align-items: flex-end;
    margin: 0 auto !important;
    max-width: 400px
}

.price__item {
    width: 50%
}

.price__old {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 10px;
    border-right: 1px solid #444
}

.price__new {
    padding-left: 10px
}

.price__item-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 4px;
    font-weight: 700
}

.price__old .price__item-title {
    text-align: right
}

.price__item-content {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    margin: 0 !important
}

.price__old .price__item-content {
    text-decoration: line-through
}

::-ms-clear {
    display: none
}

.header-top {
    display: flex
}

.haed {
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1023px) {
    .header-top {
        display: none
    }
}

html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figcaption,
figure,
footer,
header,
nav {
    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
}

.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,
th,
td {
    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: 115%
}

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 {
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    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-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    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;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    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: rgba(113, 71, 255, 0);
        display: flex;
        justify-content: center
    }
}

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

.Menu-item a {
    color: #000
}

@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 0;
    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: #fff;
    display: flex;
    flex-flow: row nowrap;
    z-index: 2;
    justify-content: space-between
}

@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 {
    width: 283px;
    display: flex;
    flex-shrink: 0;
    height: 100%
}

.Header-center {
    height: 100%;
    display: none
}

@media only screen and (min-width: 64em) {
    .Header-center {
        display: flex;
        justify-content: center
    }
}

.Header-right {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end
}

.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;
    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;
    text-transform: uppercase;
    color: #000;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    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, 0.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;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    color: #b88b58;
    -moz-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, 0.5)
}

.MaterialMeta {
    display: inline-block;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: gray;
    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 0;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif;
    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: flex-start
}

@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: 800px;
    margin: 0 auto
}

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

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

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

.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;
    font-family: "Proxima Nova", "Arial", "Helvetica Neue", sans-serif
}

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

.Body a:hover {
    color: blue;
    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
}

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

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

.actsss {
    display: none !important
}

.eeee {
    background-color: rgba(0, 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;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #222
}

p.ouimainp {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    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 {
    font-family: Arial, Helvetica, sans-serif;
    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;
    vertical-align: top;
    display: block;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    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 0
}

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

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:active,
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 {
    color: inherit;
    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 #000000, 0 -1px 0 #000000, -0 1px 0 #000000, 0 1px 0 #000000, -1px -0 0 #000000, 1px -0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000
}

.Header-left {
    width: 283px;
    flex-basis: auto;
    flex-grow: 0
}

.Header-right {
    flex-basis: auto;
    flex-grow: 0
}

h1 {
    font-size: 20px
}

blockquote {
    line-height: 1.1
}

.MediaMaterial--fullWidth .MediaMaterial-header {
    text-align: center;
    align-items: center
}

.product {
    margin: 0 0 20px
}

.Copyright-block {
    padding-top: 0;
    flex: auto
}

.App-footer {
    outline: none
}

.MediaMaterial {
    padding-bottom: 30px
}

.button__text {
    max-width: 440px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2
}

.product img {
    display: block;
    margin: 0 auto
}

.price {
    justify-content: space-around;
    text-align: center;
    align-items: center
}

.price__item {
    width: auto
}

.price__line {
    display: inline-block;
    height: 50px;
    width: 1px;
    background-color: #444
}

.price__old {
    align-items: center;
    border-right: none
}

.price__item-title {
    font-size: 21px
}

.price__item-content {
    flex-wrap: wrap;
    font-size: 26px
}

.live-foto {
    margin-top: 5px;
    display: block
}

.price__new .price__item-content {
    color: red
}

.order_block h2 {
    margin-bottom: 10px
}

.comments-wrap {
    margin-bottom: 30px
}

.order_block h2 {
    line-height: 1.2
}

.Copyright-container a:hover {
    color: #fff
}

@media only screen and (min-width: 480px) {
    .Header-center {
        display: flex;
        flex-grow: 0;
        justify-content: center
    }

    .Header-meduzaLogo {
        position: static
    }

    .Menu {
        font-size: 13px;
        height: 80px;
        overflow: hidden;
        width: 100%;
        letter-spacing: 1px;
        background-color: rgba(113, 71, 255, 0);
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .Menu-item {
        height: 80px;
        padding: 0 15px;
        border-bottom: 0 none
    }
}

@media only screen and (min-width: 48em) {
    .Body h3 {
        margin-top: 60px
    }

    .MediaMaterial {
        padding: 25px 15px 30px
    }

    .Copyright-container {
        padding: 20px 0
    }
}

@media screen and (max-width: 767px) {
    .Copyright-block:last-child {
        display: block;
        text-align: center
    }
}

@media screen and (max-width: 479px) {
    .Header {
        height: 60px
    }

    .SvgIcon--meduzaLogo {
        width: 200px;
        margin-top: 0
    }

    .price__item-content {
        font-size: 22px
    }

    .MediaMaterialHeader-first {
        font-size: 21px
    }

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

#comebacker_main_div {
    display: none !important
}

.disign_layer,
blockquote {
    text-align: justify
}

.price {
    display: none
}

.product {
    margin: 0
}

.form_btn {
    margin: 10px auto 20px
}

.disign_layer a {
    color: #ff4500
}

.comments-wrap a {
    color: #000
}

.blue-link {
    color: blue !important
}

@media (max-width: 1199px) {
    .Figure {
        max-width: 650px
    }
}

@media (max-width: 1023px) {

    .disign_layer,
    blockquote {
        text-align: left
    }
}

@media (max-width: 767px) {
    blockquote {
        line-height: 1.2;
        font-size: 18px !important
    }

    .disign_layer {
        font-size: 16px
    }

    .MediaMaterial {
        padding: 12px 15px
    }

    .MaterialContent .Figure {
        margin-left: auto;
        margin-right: auto
    }

    .Figure img {
        padding: 0
    }
}

@media (max-width: 639px) {
    blockquote {
        text-align: left
    }
}

@media (max-width: 600px) {
    .Header-center {
        display: none
    }

    .SvgIcon--meduzaLogo {
        width: 200px;
        margin-top: 0
    }

    .Header {
        height: 60px
    }

    .Header-meduzaLogo {
        position: absolute
    }
}

@media (max-width: 520px) {
    .dn520 {
        display: none
    }
}

@media (max-width: 479px) {
    .disign_layer {
        line-height: 20px;
        text-align: left
    }

    .MediaMaterialHeader-first {
        line-height: 25px
    }
}

.nowrap {
    white-space: nowrap
}

.countdown-block {
    text-align: center;
    background: #ed1b24;
    color: #fff;
    padding-bottom: 10px;
    box-shadow: 0 0 #000
}

.countdown-block>h3 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 30px;
    padding-top: 5px;
    margin: 0;
    padding-bottom: 10px
}

.countdown-container {
    max-width: 320px;
    background: #ed1b24;
    border: 5px solid #fffd07;
    text-align: center;
    margin: 0 auto
}

.countdown-container h3 {
    color: #fffd07;
    margin: 0 auto;
    margin-top: -10px;
    background: #ed1b24;
    width: 90%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem
}

.countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 39px;
    line-height: 1
}

.countdown-item {
    color: #fff;
    width: 5rem;
    font-weight: 800
}

.countdown-divider {
    color: #fff;
    width: 1rem
}

.countdown-text {
    margin: 0 auto;
    margin-bottom: -8px;
    background: #ed1b24;
    width: 90%;
    color: #fffd07;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: uppercase
}

.countdown-text span {
    width: 5rem;
    margin-right: 2rem
}

.best-form {
    font: 16px/1.2 Roboto, sans-serif;
    padding: 1rem;
    padding-bottom: 40px;
    color: #fff;
    background-color: #fa0;
    background-image: url("");
    background-size: cover
}

.best-form>.wrap {
    max-width: 320px;
    margin: 0 auto
}

.product {
    display: flex
}

.product .left {
    width: 300px
}

.product .left img {
    max-width: 100%
}

.product .right {
    width: 50%;
    text-align: center
}

.product .price-old {
    line-height: 1
}

.product .price-old span {
    display: inline-block;
    padding: 0 1rem;
    font-size: 2.5rem;
    color: #000;
    position: relative
}

.product .price-old span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 45%;
    right: 0;
    border-top: 5px solid #ed1b24;
    transform: rotate(-10deg)
}

.product .discount-text {
    margin-top: 1rem;
    color: #000;
    font-size: 18px
}

.product .price {
    color: #ed1b24;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1
}

.product .price span {
    font-weight: 300;
    font-size: 50%;
    margin-left: 5px
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.country-input,
.name-input,
.phone-input {
    color: #000;
    background: #fff;
    border: 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    transition: all .15s ease-in-out
}

.name-input label,
.phone-input label {
    align-self: center;
    padding-left: 15px;
    width: 60px;
    font-weight: 700
}

.name-input input,
.phone-input input {
    flex: 1 1 auto;
    border: 0;
    padding: 0;
    font: inherit;
    color: inherit;
    box-sizing: border-box;
    min-width: 0;
    padding: 10px 15px;
    padding-left: 0;
    border-radius: 6px
}

.button-submit {
    text-align: center;
    display: flex;
    box-sizing: border-box !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    border-radius: 6px;
    border: 0;
    padding: 14px 0;
    background-image: linear-gradient(to top, red, #FF4500);
    transition: all .15s ease-in-out;
    cursor: pointer;
    font: 18px/1.4 Roboto, sans-serif;
    font-weight: 400
}

.button-submit-text {
    color: #fff;
    flex: 1 1 auto;
    font: inherit;
    font-weight: 400
}

.button-submit-arrow {
    width: 0;
    height: 0;
    border-top: .6rem solid transparent;
    border-bottom: .6rem solid transparent;
    border-left: 1rem solid #fff;
    margin-right: 1rem
}

.btnbtn {
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    background-color: #B22222;
    display: inline-block;
    padding: 10px 50px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 30px;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    animation: shadow-pulse2 1s infinite;
    font-weight: 700
}

.product .right {
    margin: auto
}

.product .left {
    margin: auto
}

.product .price-old {
    margin: auto
}

.Copyright-block {
    display: flex;
    justify-content: center
}

img {
    max-width: 100%
}

.m-menu {
    display: none
}

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

    .m-menu {
        display: flex;
        height: 50px;
        background: #bbb;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff
    }
}

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

.footer-privacy {
    padding-top: 16px;
}

.footer-privacy a {
    color: #fff;
}

.disign_layer img:not(.ava-img) {
    width: 100%;
    max-width: 320px;
    display: block;
}

footer {
    font-size: 12px;
    padding: 15px;
    text-align: center;
    color: #000;
}

footer a {
    text-decoration: none;
    color: #000;
}

.highlight {
    color: #ff3333;
    font-weight: 600;
}

.alert {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background: #F7F7F7;
    box-shadow: 2px 4px 15px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 400;
    font-size: 16px;
    line-height: 135%;
}

.alert--show {
    opacity: 1;
    pointer-events: auto;
}

.alert__img {
    max-height: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 5px;
}

.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red;
}


.alert-offer {
    margin-bottom: 40px;
    text-align: center;
    color: red
}

@media (max-width: 767.98px) {
    .alert-offer {
        margin-bottom: 15px
    }
}