html,
body {
    overflow-x: hidden !important
}

.center {
    text-align: center;
    margin: 0 auto
}

img.center {
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.txtimg {
    text-align: center;
    color: #000;
    background-color: #e6e6e6;
    border-left: 2px solid #333;
    border-right: 2px solid #333;
    margin-top: 5px;
    padding: 5px 15px;
    font-size: 90%;
    font-style: italic
}

img {
    max-width: 100%
}

.Meta-root {
    fill: inherit;
    flex-flow: wrap;
    align-items: center;
    font-family: montserrat, Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    line-height: 15px;
    display: flex
}

.Meta-simple {
    color: #757575;
    flex-flow: column;
    align-items: flex-start;
    width: 100%
}

.Meta-simple>div {
    margin-top: 3px;
    margin-bottom: 3px
}

.Meta-simple>div:first-child {
    margin: 0 auto
}

@media only screen and (device-width>=32em) {
    .Meta-simple {
        flex-flow: wrap
    }

    .Meta-simple>div {
        margin-top: 0;
        margin-bottom: 0
    }
}

.MetaItem-root {
    margin-right: 15px;
    display: inline-block
}

.MetaItem-hasBullets {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex
}

.Timestamp-root {
    font-family: proxima nova-400, Arial, Helvetica Neue, sans-serif;
    font-weight: 400
}

.SvgSymbol-root {
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.SvgSymbol-medium {
    width: 24px;
    height: 24px
}

.SvgSymbol-fb {
    fill: #304591;
    width: 16px
}

.SvgSymbol-vk {
    fill: #527397;
    width: 20px
}

.SvgSymbol-ok {
    fill: #eb722e;
    width: 9px
}

.SvgSymbol-tw {
    fill: #31adf4;
    width: 20px
}

.SvgSymbol-tg {
    fill: #2ba5e0;
    width: 18px
}

.SvgSymbol-reaction {
    color: #b88b58;
    fill: #262626;
    width: 16px
}

.SimpleTitle-root {
    margin: 0 0 25px;
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px
}

@media (width<=767px) {
    .SimpleTitle-root {
        font-size: 30px;
        line-height: 36px
    }
}

@media (width<=479px) {
    .SimpleTitle-root {
        font-size: 26px;
        line-height: 30px
    }
}

.GeneralMaterial-article p {
    margin: 0 0 20px;
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 20px;
    line-height: 28px
}

.SimpleBlock-h4 {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 11px;
    font-family: proxima nova-700, Arial, Helvetica Neue, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px
}

@media only screen and (device-width>=32em) {
    .SimpleBlock-h4 {
        margin-top: 45px;
        margin-bottom: 15px;
        font-size: 21px;
        line-height: 28px;
        text-align: left !important
    }
}

.ListBlock-root {
    margin: 15px 0;
    padding: 0;
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif;
    font-size: 18px;
    line-height: 24px;
    list-style: none
}

.ListBlock-root li {
    margin-bottom: 6px;
    position: relative
}

@media only screen and (device-width>=32em) {
    .ListBlock-root {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (device-width>=48em) {
    .ListBlock-root {
        margin: 20px 0
    }
}

.ListBlock-ul li {
    padding: 0 0 0 23px
}

.ListBlock-ul li:last-child {
    margin-bottom: 0
}

.ListBlock-ul li:before {
    content: "•";
    text-align: center;
    color: #b88b58;
    font-size: 18px;
    line-height: inherit;
    width: 8px;
    position: absolute;
    top: 0;
    left: 5px
}

@media only screen and (device-width>=48em) {
    .ListBlock-ul li {
        padding: 0 0 0 38px
    }

    .ListBlock-ul li:before {
        text-align: center;
        width: 36px;
        font-size: 20px;
        left: 0
    }
}

.Toolbar-root {
    font-family: montserrat, Arial, Helvetica Neue, sans-serif;
    overflow: hidden;
    transform: translateZ(0)
}

.Toolbar-list {
    flex-flow: wrap;
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
    display: flex
}

@media only screen and (device-width>=64em) {
    .Toolbar-list {
        margin: 0 0 0 -15px
    }
}

.Toolbar-item {
    cursor: pointer;
    -o-transition: color .25s ease;
    color: gray;
    text-align: center;
    min-width: 42px;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1;
    transition: color .25s;
    position: relative
}

.Toolbar-item:last-child {
    margin-right: 0
}

.Toolbar-item:before {
    content: "";
    vertical-align: middle;
    border-left: 1px solid #00000026;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 0
}

@media only screen and (device-width>=64em) {
    .Toolbar-item {
        padding-left: 15px;
        padding-right: 15px
    }
}

.ToolbarButton-text {
    vertical-align: middle;
    padding-left: 5px;
    display: inline-block
}

.ToolbarButton-text:empty {
    display: none
}

.ToolbarButton-button {
    cursor: pointer;
    color: inherit;
    appearance: none;
    background-color: #0000;
    border-width: 0;
    outline: none;
    height: 100%;
    margin: 0;
    padding: 0 1px 0 0;
    font-family: montserrat, Arial, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1
}

.ToolbarButton-button:after {
    content: "";
    position: absolute;
    inset: 0
}

.ToolbarButton-button:hover {
    opacity: .6
}

.AffiliatePanels-root {
    position: relative
}

.UnderTheSun-root {
    z-index: 200;
    margin-top: 12px;
    position: relative
}

.UnderTheSun-root:empty {
    margin-top: 0
}

@media only screen and (width>=32em) {
    .UnderTheSun-root {
        margin-top: 45px
    }
}

.GeneralMaterial-root {
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    align-items: center;
    padding: 20px 20px 23px;
    display: flex;
    position: relative
}

@media only screen and (width>=48em) {
    .GeneralMaterial-root {
        padding: 45px 15px 38px
    }

    .GeneralMaterial-simple {
        padding-top: 60px
    }
}

.GeneralMaterial-container {
    width: 100%
}

.GeneralMaterial-head {
    flex-flow: column;
    max-width: 650px;
    margin: 0 auto 31px;
    display: flex
}

@media only screen and (width>=64em) {
    .GeneralMaterial-head {
        flex-flow: row;
        max-width: 1000px
    }
}

.container__header {
    background-color: #fff;
    width: 100%
}

.x-header-medical {
    margin: 0 20px;
    font-family: Roboto
}

.x-header-medical .header_content {
    background: #fff;
    justify-content: space-between;
    align-items: center;
    min-height: 150px;
    display: flex
}

.x-header-medical .header_content .header_content_text-holder .header_content-title {
    color: #1b478a;
    text-align: left;
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 700
}

.x-header-medical .header_content .header_content_text-holder .header_content-text {
    text-align: left;
    font-size: 24px;
    font-weight: 400
}

.x-header-medical .header_content .header_content_text-holder .desktop-to-mobile-img {
    display: none
}

.x-header-medical .header_content .header_content-img {
    align-self: flex-end
}

.x-header-medical .header_input {
    border: 1px solid #707070;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 210px;
    height: 35px;
    display: flex
}

.blueOtherMobile .header_desktop .header_bar,
.blueOtherMobile .header_mobile .header_bar,
.blueOtherMobile .header_desktop .header_mobile-headline,
.blueOtherMobile .header_mobile .header_mobile-headline {
    background-color: #1b478a !important
}

.header_desktop {
    border-bottom: 2px solid #b8b8b8
}

.x-header-medical .header_bar {
    background-color: #ff8096;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex
}

.x-header-medical .header_bar div {
    -webkit-background-size: contain;
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 120px
}

.x-header-medical .header_bar div img {
    max-width: 100%;
    margin: 10px
}

.header_menu {
    background-color: #fff
}

.x-header-medical .header_menu ul {
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex
}

.x-header-medical .header_menu ul li a {
    color: #1c1c1c;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none
}

.x-header-medical .header_menu ul li a p {
    padding: 10px 20px
}

.x-header-medical .header_input .header_input-input {
    border: none;
    border-right: 1px solid #b8b8b8;
    width: 100%;
    max-width: 150px;
    height: 70%
}

.x-header-medical .header_input .header_input-anchor {
    align-items: center;
    width: 100%;
    display: flex
}

.x-header-medical .header_mobile {
    display: none
}

.x-header-medical .header_mobile .header_mobile-headline {
    background: #ff8096;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 80px;
    padding: 10px;
    display: flex
}

.x-header-medical .header_mobile .header_mobile-promotion {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex
}

.x-header-medical .header_mobile .header_mobile-press {
    width: 100%;
    max-width: 348px
}

.x-header-medical .header_mobile .header_mobile-report {
    color: #fff;
    text-align: center;
    background: #ad0000;
    width: 100%;
    margin: 10px 0 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px
}

.x-header-medical .header_mobile .header_mobile-publication {
    color: #767676;
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 25px
}

.x-header-medical .header_mobile .header_mobile-publication span:nth-child(2) {
    margin-left: 10px;
    padding-left: 25px
}

.x-header-medical .header_mobile .header_mobile-headline h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    padding: 0 0 0 10px;
    font-family: Roboto;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px
}

@media only screen and (width<=1200px) {
    .x-header-medical .header_menu ul li a {
        font-size: 16px
    }
}

@media (width<=1100px) {
    .x-header-medical .header_menu ul li a p {
        padding: 10px 15px
    }
}

@media only screen and (width<=1000px) {
    .x-header-medical .header_menu ul li a {
        font-size: 12px
    }

    .x-header-medical .header_menu ul li a p {
        padding: 10px 15px
    }
}

@media only screen and (width<=768px) {
    .x-header-medical {
        border-bottom: none
    }

    .header_desktop {
        display: none
    }

    .x-header-medical .header_mobile {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex
    }

    .blueOtherMobile .header_desktop .header_bar,
    .blueOtherMobile .header_mobile .header_bar,
    .blueOtherMobile .header_desktop .header_mobile-headline,
    .blueOtherMobile .header_mobile .header_mobile-headline {
        background-color: #125b7d !important
    }
}

.aticle_list {
    list-style: none;
    position: relative
}

.aticle_list li:before {
    content: "";
    -webkit-background-size: cover;
    background: url(../images/check_marker.fc7b368d.webp) 0 0/cover no-repeat;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    display: block;
    position: absolute;
    left: 0
}

.button__text:after {
    content: "*";
    vertical-align: top;
    font-size: 75%;
    display: inline-block
}

@media only screen and (width<=1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (width<=991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2
    }
}

.dn-none {
    display: none
}

.fs-24 {
    font-size: 24px
}

.ta-center {
    text-align: center
}

.d-inline {
    display: inline-block
}

.link-blue {
    color: #0d9ee9;
    font-weight: 700;
    text-decoration: none
}

.f-s22 {
    font-size: 22px;
    font-weight: 700
}

.red-color {
    color: #c00
}

.color-green {
    color: green;
    font-weight: 700
}

.bg-color-yellow {
    color: #bf2929;
    background-color: #ff0;
    font-weight: 700
}

.mw150 {
    text-align: center;
    max-width: 150px;
    margin: 0 auto
}

.inline-block {
    display: inline-block
}

.fs-34 {
    font-size: 34px
}

.ta-center-40 {
    text-align: center;
    font-size: 40px
}

.max-w-500 {
    max-width: 500px
}

.max-w-250 {
    max-width: 250px
}

.mw-160 {
    max-width: 160px
}

.m0-tacenter {
    text-align: center;
    margin: 0 auto
}

.margin50 {
    margin: 50px 0
}

.fs-27 {
    color: #8b0000;
    font-size: 27px
}

.color-wine {
    color: #8b0000;
    font-weight: 700
}

.reporter {
    background-color: #efefef;
    overflow: hidden;
    padding: 10px !important
}

.reporter:before {
    content: "";
    -webkit-background-size: contain;
    float: left;
    background-image: url(../images/reporter.1d1133b5.webp);
    background-size: contain;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 0 10px 0 0;
    display: inline-block
}

.dr,
.patient {
    overflow: hidden
}

.dr:before {
    content: "";
    -webkit-background-size: contain;
    float: left;
    background-size: contain;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 0 10px;
    display: inline-block
}

.patient:before {
    content: "";
    -webkit-background-size: contain;
    float: left;
    background-image: url(../images/otilia.d6d099b4.webp);
    background-size: contain;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    margin: 0 10px;
    display: inline-block
}

.dr:before {
    background-image: url(../images/dr.d8e6cf72.webp)
}

.product {
    width: 100%;
    max-width: 350px;
    margin: 20px auto;
    position: relative
}

.product:before {
    content: "";
    -webkit-background-size: cover;
    background: url(../images/stamp.ae4c3482.webp) 50%/cover no-repeat;
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

.product img {
    max-width: 350px;
    margin: 0 auto;
    display: block
}

.text__link {
    display: inline-block
}

.oi {
    background-color: #abd7f76b;
    border-radius: 7px;
    padding: 5px
}

.blink {
    animation: 1.5s linear infinite blink
}

@keyframes blink {
    50% {
        color: #222
    }

    51% {
        color: #2220
    }

    to {
        color: #2220
    }
}

.pulse {
    animation: 1s ease-in-out infinite alternate pulse
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(.95)
    }
}

.reviews {
    width: 100%;
    max-width: 500px;
    margin-top: 10px;
    margin-left: 75px;
    display: block
}

.link_red {
    color: red;
    text-align: center;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    position: relative
}

@media only screen and (width>=64em) {
    .GeneralMaterial-materialHeader {
        text-align: center;
        max-width: 840px;
        margin: 0 auto
    }
}

.GeneralMaterial-article {
    position: relative
}

.GeneralMaterial-simple .GeneralMaterial-container {
    max-width: 1000px
}

.GeneralMaterial-simple .GeneralMaterial-article {
    margin-left: auto;
    margin-right: auto
}

@media only screen and (width>=64em) {
    .GeneralMaterial-simple .GeneralMaterial-article {
        margin-left: 0;
        margin-right: 0
    }
}

.GeneralMaterial-default .GeneralMaterial-article {
    width: 100%
}

.GeneralMaterial-default .GeneralMaterial-body {
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (width>=64em) {
    .GeneralMaterial-default .GeneralMaterial-body {
        flex-flow: row;
        max-width: 1000px;
        display: flex
    }
}

.GeneralMaterial-simple .GeneralMaterial-head {
    margin-bottom: 21px
}

@media only screen and (width>=48em) {
    .GeneralMaterial-simple .GeneralMaterial-head {
        margin-bottom: 31px
    }
}

a {
    color: #00f
}

a:hover {
    color: red
}

.App-header {
    z-index: 500;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto;
    position: relative
}

.App-container {
    margin-bottom: 64px
}

@media only screen and (width>=64em) {
    .App-container {
        background-position: top;
        background-size: 412px 218px
    }
}

.App-content {
    z-index: 100;
    flex-grow: 1;
    width: 100%;
    min-height: calc(100vh - 140px);
    position: relative
}

@media only screen and (width>=32em) {
    .App-content {
        max-width: 1335px;
        margin-top: -5px;
        margin-left: auto;
        margin-right: auto
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif
}

body {
    margin: 0
}

footer,
header,
main,
nav {
    display: block
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: #0000
}

svg {
    overflow: visible
}

button {
    font: inherit;
    text-transform: none;
    -webkit-appearance: button;
    margin: 0;
    overflow: visible
}

html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring {
    outline: 1px dotted buttontext
}

button:-moz-focusring {
    outline: 1px dotted buttontext
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    background-color: #fff
}

@media only screen and (width>=64em) {
    html {
        font-size: 1.49813vw
    }
}

@media (width>=1335px) {
    html {
        font-size: 20px
    }
}

body {
    font-family: PF Regal, PF Regal Text Pro, Georgia, serif
}

h1,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

* {
    box-sizing: border-box
}

.Figure-caption {
    color: #1a1a1a;
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
    font-family: montserrat, Arial, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 22px;
    display: block
}

.Figure {
    width: 100%;
    max-width: 650px;
    margin: 20px auto;
    display: block
}

a.button {
    text-align: center;
    background-color: red;
    border-radius: 15px;
    width: 100%;
    max-width: 470px;
    margin: 25px auto 0;
    padding: 15px;
    font-family: arial;
    font-size: 115%;
    font-weight: 600;
    line-height: 30px;
    text-decoration: none;
    display: table;
    color: #fff !important
}

a.button:hover {
    background-color: #c11f1f
}

.ittem-comment {
    text-align: left;
    min-height: 60px;
    margin-bottom: 25px;
    display: block;
    position: relative
}

.ittem-comment p {
    margin-bottom: 5px;
    padding-left: 75px;
    font-size: 90%;
    line-height: 1.3;
    display: block;
    position: relative
}

@media only screen and (width<=500px) {
    a.button {
        width: 100%
    }
}

.ava-img {
    float: left;
    border-radius: 10px;
    width: 60px;
    display: block;
    position: relative
}

.ittem-comment .ittem-comment {
    margin-top: 20px;
    margin-left: 75px
}

.order_info {
    text-align: center;
    margin-bottom: 30px
}

.order_info div {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 40px;
    display: block;
    color: red !important;
    border: none !important
}

.left_count {
    color: #fff;
    text-shadow: 0 -1px #000, 0 -1px #000, 0 1px #000, 0 1px #000, -1px 0 #000, 1px 0 #000, -1px 0 #000, 1px 0 #000, -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
    background: red;
    border-radius: 5px;
    width: 100%;
    max-width: 250px;
    margin: 10px auto 0;
    padding: 23px;
    display: block;
    font-size: 32px !important
}

.left_count .prod_left_val {
    font-size: 52px !important
}

.inL_618248.inL_618248 {
    position: relative
}

.inL_391352.inL_391352,
.inL_201001.inL_201001,
.inL_906191.inL_906191 {
    text-align: center
}

.inL_171623.inL_171623 {
    margin-top: 50px
}

.inL_91736.inL_91736 {
    color: #00f;
    font-size: 14px
}

.inL_527218.inL_527218 {
    font-size: 16px
}

.inL_510332.inL_510332 {
    border: 2px solid #0299ff;
    margin: 25px 10px 15px;
    padding: 10px;
    line-height: 18px !important
}

.inL_825907.inL_825907 {
    text-transform: uppercase
}

a.button {
    -o-transition: all .4s;
    filter: alpha(opacity=100);
    transition: all .4s
}

a.button:hover {
    filter: alpha(opacity=80)
}

.left_count {
    padding-top: 25px;
    line-height: 22px !important
}

a:active,
a:focus,
input,
input:active,
:focus {
    outline: none
}

button:active,
button:focus {
    outline: none !important
}

button::-moz-focus-inner {
    border: 0 !important
}

.mycity {
    text-transform: uppercase;
    color: gray;
    vertical-align: super;
    background: #fbf9fe;
    border: 1px solid #ddd3f3;
    border-radius: 2px;
    margin-left: 5px;
    padding: 2px 7px;
    font-family: calibri, roboto, arial;
    font-size: 11px;
    font-weight: 700
}

@media (width<=479px) {
    .ittem-comment strong {
        flex-direction: column;
        align-items: flex-start;
        display: flex
    }

    .mycity {
        margin-top: 5px;
        margin-left: 0
    }
}

.lowercase {
    text-transform: lowercase
}

.logo-img {
    max-width: 140px;
    display: block
}

.social__item {
    display: inline-block
}

.social__item:not(:last-of-type) {
    margin-right: 5px
}

.social__link {
    -o-transition: all .3s ease-out;
    background-color: #00a8ff;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    transition: all .3s ease-out;
    display: block;
    position: relative
}

.visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

.social__link--rss {
    background-color: #f7d070
}

.social__link--facebook {
    background-color: #7a8abb
}

.social__link--twitter {
    background-color: #8ac8eb
}

.social__link--pinterest {
    background-color: #f1615d
}

.social__link--youtube {
    background-color: #d6595a
}

.social__link--instagram {
    background-color: #8aa6bf
}

.social__link:after {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.social__link--rss:after {
    background: url(../images/rss.f4cad73f.svg) 0 0/contain no-repeat
}

.social__link--facebook:after {
    background: url(../images/facebook.f0dd3257.svg) 0 0/contain no-repeat
}

.social__link--twitter:after {
    background: url(../images/twitter.e3434d8d.svg) 0 0/contain no-repeat
}

.social__link--pinterest:after {
    background: url(../images/pinterest.886260e1.svg) 0 0/contain no-repeat
}

.social__link--youtube:after {
    background: url(../images/youtube.b55cc011.svg) 0 0/contain no-repeat
}

.social__link--instagram:after {
    background: url(../images/instagram.6094265c.svg) 0 0/contain no-repeat
}

.social__link:hover {
    background-color: #8bc741
}

.article__social {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0
}

.article__info,
.article__social {
    vertical-align: middle;
    width: auto;
    font-size: 13px;
    display: inline-block
}

@media (width<=768px) {
    .reviews {
        max-width: 300px
    }

    .SimpleTitle-root {
        line-height: 34px;
        font-size: 30px !important
    }
}

@media (width<=525px) {
    .close-popup {
        right: 0 !important
    }
}

@media (width<=414px) {
    .reviews {
        max-width: 250px
    }

    a.button {
        font-size: 105%
    }

    .MetaItem-hasBullets {
        flex-direction: column
    }

    .article__social {
        margin-top: 20px;
        padding-left: 0
    }
}

@media (width<=375px) {
    .reviews {
        max-width: 205px
    }
}

.text-link-blink-wrap,
.pulse-text-wrap {
    text-align: center;
    margin-bottom: 20px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    margin: 15px;
    font-weight: 700;
    line-height: 25px;
    text-align: center !important
}

.ruletka-p h2 {
    margin-bottom: 15px;
    font-size: 25px
}

.ruletka-a {
    color: #1697ce
}

.spin-wrapper {
    text-align: center;
    box-sizing: border-box;
    border: 3px solid red;
    border-radius: 10px;
    padding: 20px 10px;
    box-shadow: 0 0 10px
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px
}

.wheel {
    margin: 0 auto;
    position: relative;
    width: 380px !important
}

.wheel img {
    max-width: 100%
}

.wheel-img {
    -o-transition: 4s;
    transition: all 4s
}

.wheel-cursor {
    height: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35% !important
}

.cursor-text {
    z-index: 2;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    background: #fff;
    background: -o-radial-gradient(center, ellipse cover, #fff 0%, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, #fff 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1);
    background: radial-gradient(#fff 0%, #eaeaea 100%);
    border: 1px solid #ccc;
    border-radius: 50%;
    height: 48%;
    display: inline-block;
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: inset 0 -2px #fff, inset 0 2px #fff, 0 0 5px #0006;
    width: 48% !important;
    font: 12px/61px Arial !important
}

.spin-result-wrapper {
    box-sizing: border-box;
    z-index:999;
    text-align: center;
    background-color: #0009;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    display: none ;
    position: fixed;
    top: 0;
    left: 0
}

.close-popup {
    cursor: pointer;
    background-image: url(../images/cross.86e1657a.svg);
    background-size: 100%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: -40px;
    box-shadow: 0 0 10px #fff
}

.pop-up-heading {
    margin-bottom: 20px;
    font-size: 40px
}

.pop-up-text {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
    text-align: center !important
}

.pop-up-button {
    text-transform: uppercase;
    cursor: pointer;
    background-color: #71c341;
    border: none;
    border-radius: 5px;
    outline: none;
    padding: 10px 20%;
    font-size: 20px;
    color: #fff !important;
    text-decoration: none !important
}

.super-rotation {
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    animation-name: super-rotation;
    animation-duration: 7s;
    animation-fill-mode: forwards
}

@keyframes super-rotation {
    70% {
        transform: rotate(1580deg)
    }

    to {
        transform: rotate(1570deg)
    }
}

.cursor-text:active {
    box-shadow: inset 0 0 5px #0006
}

.pop-up-layer {
    z-index: 99 !important;
    background-color: #000000b3 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0 !important
}

.pop-up-layer-show {
    display: block
}

.pop-up-window {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    max-width: 400px;
    margin: 0 auto;
    padding: 70px 10px 20px;
    animation: .7s pop-up-appear;
    position: relative;
    top: 40%;
    left: 0;
    right: 0
}

.pop-up-window:before {
    content: "";
    background-color: #71c341;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin: 0 auto;
    animation: .5s .6s backwards pop-up-appear-before;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0
}

.pop-up-window:after {
    content: "";
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-transition: opacity 1s ease 0s;
    border-top: none;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-right: none;
    border-image: ;
    width: 50px;
    height: 20px;
    margin: 0 auto;
    transition: opacity 1s;
    animation: .5s .6s backwards pop-up-appear-after;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    transform: rotate(-45deg)
}

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.pop-up-button:hover {
    color: #fff !important;
    text-decoration: none !important
}

@media (width<=520px) {
    .wheel {
        width: 280px !important
    }

    .cursor-text {
        font-size: 9px !important;
        line-height: 47px !important
    }
}

@media screen and (width<=520px) and (width<=345px) {
    .wheel {
        width: 250px !important
    }

    .cursor-text {
        font-size: 8px !important;
        line-height: 40px !important
    }
}

.certificate-block {
    font-family: Arial, Helvetica, sans-serif
}

#certificate-block {
    display: none
}

.order-info {
    text-align: center
}

.order-info__title {
    color: red;
    font-size: 24px
}

.order-info__date {
    text-decoration: underline
}

.order-info__count {
    color: #fff;
    text-shadow: 0 -1px #000, 0 -1px #000, 0 1px #000, 0 1px #000, -1px 0 #000, 1px 0 #000, -1px 0 #000, 1px 0 #000, -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000, 1px 1px #000;
    background: red;
    border-radius: 5px;
    width: 178px;
    margin: 12px auto;
    padding: 10px;
    font-size: 32px;
    display: block
}

.order-info__count-val {
    font-size: 52px;
    line-height: 1
}

.order-info__subtitle {
    margin: 22px auto;
    font-size: 38px
}

.order-info__subtitle-price {
    color: red;
    font-weight: 700
}

#order_form0 {
    text-align: center;
    background-image: url(../images/formbg.2e0e2511.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 600px;
    margin: 20px auto;
    padding: 20px 20px 40px;
    line-height: 16px
}

.article__text .order-form__header-pic,
.order-form__header-pic {
    max-width: 100px
}

.order-form__header-title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 32px
}

@media (width<=767px) {
    .order-form__header-title {
        font-size: 27px
    }
}

.order-form__header-number {
    color: #00f;
    margin-top: 5px;
    font-size: 14px;
    display: block
}

.order-form__header-subtitle {
    margin: 15px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.order-form__header-subtitle--price {
    color: red;
    font-weight: 700
}

.order-form__header-annotation {
    border: 2px solid #0299ff;
    margin: 5px 10px;
    padding: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    display: block
}

.order-form__pole {
    box-sizing: border-box;
    width: 100%;
    max-width: 320px;
    margin: 10px auto 0;
    padding: 0 10px;
    display: inline-block
}

.order-form__pole label {
    box-sizing: border-box;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 8px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 700;
    display: block
}

.order-form__pole input {
    box-sizing: border-box;
    border: 2px solid #e9d7dc;
    border-radius: 3px;
    width: 100%;
    padding: 15px;
    font-size: 21px
}

.order-form__pole .country-select {
    border: 2px solid #e9d7dc;
    border-radius: 3px;
    width: 100%;
    height: 58px;
    font-size: 21px
}

.order-form__btn-wrap {
    padding: 25px 5px
}

.order-form__btn {
    color: #fff;
    -o-transition: all .15s ease-in-out;
    cursor: pointer;
    background-color: #0299ff;
    background-position: 1.35em .94em;
    background-repeat: no-repeat;
    background-size: 1em;
    border: none;
    border-radius: 5px;
    margin-top: 20px;
    padding: 20px 60px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    transition: all .15s ease-in-out;
    animation: 1s ease-in-out infinite alternate pulse;
    display: inline-block;
    box-shadow: 0 4px 15px #8196a073
}

.order-form__btn:after {
    content: "";
    margin-left: 8px;
    animation: 1.5s step-end infinite dotty;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.order-form__btn:hover {
    background-color: #017acc
}

@keyframes dotty {
    0% {
        content: ""
    }

    25% {
        content: ">"
    }

    50% {
        content: ">>"
    }

    75% {
        content: ">>>"
    }

    to {
        content: ""
    }
}

.order-form__additional {
    font-size: 12px
}

.timelimit {
    margin: 10px 0 0;
    font-size: 14px
}

.timelimit span {
    margin-bottom: 5px;
    display: inline-block
}

.timer {
    color: red;
    background: url(../images/timerIcon2.acb6902d.webp) no-repeat;
    padding-left: 14px;
    font-weight: 700;
    line-height: 15px;
    display: inline-block
}

@media (width<=525px) {
    .order-form__btn {
        font-size: 17px
    }
}

@media (width<=414px) {
    .order-form__btn {
        font-size: 15px
    }
}

@media (width<=375px) {
    .order-form__btn {
        padding: 20px 45px;
        font-size: 12px
    }

    .order-form__btn:after {
        font-size: 12px
    }
}

.ac_footer {
    text-align: center;
    color: #a12000;
    padding: 50px 0;
    position: relative;
    overflow: hidden
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

