.order_block {
    position: relative
}

#orderFormBorder {
    margin: auto
}

#buyForm,
#buyForm>div {
    width: 100%
}

#buyForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

#buyForm button.submit-form {
    text-transform: uppercase;
    font-weight: 700
}

.timer {
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto 10px;
    max-width: 500px;
    text-align: center
}

.form-wrapper {
    /* max-width: 450px; */
    margin: auto
}

.form-wrapper * {
    line-height: normal
}

form {
    position: relative;
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none
}

.loader img {
    position: absolute;
    width: 10%;
    bottom: 50%;
    left: 50%;
    transform: translateY(50%);
    transform: translateX(-50%)
}

#buyForm .input-form {
    border: 2px solid #dabd75;
    height: 40px;
    padding: 0 10px;
    border-radius: 10px;
    margin: 2px 0 10px;
    display: block!important;
    width: 100%!important;
    box-sizing: border-box!important
}

#buyForm label {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: normal
}

#buyForm .submit-form {
    height: 54px;
    font-size: 28px;
    background-color: #fe0000;
    border-radius: 10px;
    max-width: 470px;
    width: 100%;
    margin: 13px auto;
    border: none;
    color: #fff;
    display: block;
    cursor: pointer;
    animation: 1s pulse infinite alternate ease-in-out
}

.form-wrapper .discount {
    text-align: center!important;
    font-size: 17px!important;
    margin-bottom: 40px
}

.form-wrapper .discount-date {
    color: #ff0000;
    font-weight: bold
}

.buyForm-product {
    max-width: 400px;
    margin: auto;
    position: relative
}

.buyForm-product .product-image {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.buyForm-product .product-cert {
    position: absolute;
    max-width: 100px!important;
    top: 0;
    right: -50px
}

.buyForm-prices {
    max-width: 470px;
    display: flex;
    margin: 0 auto 20px;
    justify-content: space-between;
    align-items: center
}

.buyForm-prices .old-price {
    text-decoration: line-through;
    font-size: 25px
}

.buyForm-prices .new-price {
    font-weight: bold;
    color: #fe0000;
    font-size: 50px
}

.form-text {
    margin: 10px 0 30px;
    text-align: center
}

@media (max-width: 550px) {
    .buyForm-prices .new-price {
        font-size: 40px
	}
}

@media (max-width: 450px) {
    .buyForm-prices {
        flex-direction: column;
        align-items: center
	}
    .buyForm-prices .new-price {
        margin: 20px 0
	}
    .buyForm-product .product-cert {
        top: -20px;
        right: 0
	}
}

@keyframes pulse {
    0% {
        transform: scale(1)
	}
    100% {
        transform: scale(1.05)
	}
}

#buyForm p {
    display: none
}

.body {
    font-family: Domine, serif;
    line-height: 1.3em
}

html,
body,
div,
span,
h1,
h3,
p,
img,
strong,
b,
figcaption,
figure,
footer,
header,
nav {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    scroll-behavior: smooth
}

body {
    line-height: 1
}

.c15 {
    margin-bottom: 25px
}

.c15,
.c15 td,
.c15 tr {
    border: 1px solid #d6d6d6
}

.c15 .c3 p {
    padding: 5px 10px 5px;
    margin-bottom: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

figcaption,
figure,
footer,
header,
nav {
    display: block
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

* {
    box-sizing: border-box
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f2f2f2;
    position: relative
}

img {
    max-width: 100%
}

a {
    color: red;
    text-decoration: none
}

.Body {
    font-size: 18px;
    line-height: 1.4;
}

@media only screen and (min-width: 48em) {
    .Body {
        font-size: 20px;
        line-height: 1.4
	}
}

.Body>* {
    font-family: 'Arial', 'Helvetica Neue', sans-serif
}

.Body:last-child>*:last-child {
    margin-bottom: 0
}

.Body a {
    color: inherit;
    box-shadow: inset 0 -1px rgb(0, 153, 255)
}

.Body a:hover {
    color: rgb(0, 153, 255)
}

.Body p {
    margin-bottom: 15px
}

.Body p:empty {
    display: none
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    font-size: 21px;
    font-weight: bold
}

.SvgIcon {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.SvgIcon--meduzaLogo {
    margin-top: -2px;
    height: 45px;
    width: 100px
}

.Menu {
    display: none;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff
}

@media only screen and (min-width: 64em) {
    .Menu {
        font-size: 13px;
        display: block;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        background-color: #262626;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
	}
}

.Menu-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out
}

@media only screen and (min-width: 64em) {
    .Menu-item {
        padding: 0 15px;
        border-bottom: 0
	}
}

@media only screen and (min-width: 64em) {
    .Menu-item:last-of-type {
        border-right: none
	}
}

@media only screen and (min-width: 64em) {
    .Menu-item:hover {
        color: #999999;
        background-color: inherit
	}
}

.Menu-link {
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
    text-decoration: none;
    color: #fff;
    position: relative;
    line-height: 45px;
    top: 1px
}

.Menu-item:hover .Menu-link {
    color: #999999
}

.MeduzaLogo {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 187px;
    height: 100%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-position: center 10px;
    background-size: contain
}

.Header {
    position: relative;
    height: 45px;
    background-color: #262626;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%
}

.Header-center {
    height: 100%;
    display: none
}

@media only screen and (min-width: 64em) {
    .Header-center {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
	}
}

.Header-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-basis: 16%;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Header-meduzaLogo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0
}

@media only screen and (min-width: 64em) {
    .Header-meduzaLogo {
        position: static
	}
}

.HeaderButton {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    fill: currentColor;
    border: 0;
    background: transparent;
    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-family: '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--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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    padding: 13px 0 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Copyright-container a:hover {
    color: rgba(255, 255, 255, 0.5)
}

@media only screen and (min-width: 48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 10px 0 18px;
        border-top: 1px solid #505050;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        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;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

@media only screen and (min-width: 48em) {
    .Copyright-block {
        padding-top: 0;
        border-top: 0
	}
}

.Copyright-block:last-child {
    text-align: right
}

.MaterialTag {
    position: relative;
    z-index: 30;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    color: #b88b58;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media only screen and (max-width: 32em) {
    .MaterialTag {
        height: 15px;
        line-height: 15px;
        padding: 0 5px;
        font-size: 10px;
        letter-spacing: .5px
	}
}

span.MaterialTag {
    cursor: default;
    pointer-events: none
}

@media only screen and (min-width: 32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0 7px;
        letter-spacing: 1px;
        font-size: 12px
	}
}

.MaterialTag--solid {
    color: #fff;
    background: #b88b58;
    border-color: #b88b58;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.FormField-input:placeholder {
    color: #AFAFAF
}

@media only screen and (min-width: 48em) {
    .Messenger-content::-webkit-scrollbar-track:hover:vertical {
        background: #F3F3F3
	}
    .Messenger-content::-webkit-scrollbar-thumb:hover:vertical {
        background: #D9D9DE
	}
}

.MaterialClose {
    cursor: pointer;
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px
}

@media only screen and (min-width: 63.125em) {
    .MaterialClose {
        display: inline-block
	}
}

.MaterialMeta {
    display: inline-block;
    font-family: 'Arial', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    font-weight: bold;
}

@media only screen and (min-width: 48em) {
    .MaterialMeta {
        font-size: 15px;
        line-height: 18px;
        margin-right: 15px
	}
}

.MaterialMeta--source {
    background-image: url("../images/ef1da55c1.svg");
    background-position-y: 1px
}

@media only screen and (min-width: 48em) {
    .MaterialMeta--source {
        background-position-y: 4px;
        white-space: nowrap
	}
}

.MaterialMeta--time {
    background-size: 12px 12px;
    background-image: url("../images/45d96d3e1.svg")
}

.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 {
    -o-transition: color .25s ease-out;
    transition: color .25s ease-out;
    font-family: '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: 20px
}

@media only screen and (min-width: 48em) {
    .MediaMaterial {
        padding: 25px 15px 20px
	}
}

.MediaMaterial-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 650px;
    margin: 0 auto 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    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;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width: 48em) {
    .MediaMaterial-meta {
        margin-top: 12px
	}
}

.MediaMaterial-containerClose {
    position: relative
}

.MediaMaterial-close {
    position: absolute;
    top: -10px;
    right: 0;
    transition: -webkit-transform .15s ease-out;
    -o-transition: -o-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out, -webkit-transform .15s ease-out, -o-transform .15s ease-out
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width: 63.125em) {
    .MediaMaterial-body {
        max-width: 1000px
	}
}

.MediaMaterial--bannerless .MediaMaterial-body {
    display: block;
    max-width: none
}

@media only screen and (min-width: 48em) {
    .MediaMaterial--fullWidth .MediaMaterial-header {
        -webkit-align-items: center;
        -ms-flex-align: center;
        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, 0.15)
}

.Material-shadow--top {
    top: 0
}

.Material-container {
    background: #fff;
    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
}

@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
	}
}

@-moz-document url-prefix() {}

.App {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    transition: -webkit-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-content,
.App-footer {
    transition: -webkit-transform .25s ease-out;
    -o-transition: -o-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out, -o-transform .25s ease-out
}

.App-footer {
    position: relative;
    z-index: 1
}

.App-content {
    position: relative;
    z-index: 1;
    overflow: visible;
    background-color: #f2f2f2;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.App-header {
    position: relative;
    z-index: 200
}

.App--isMaterial .App-content {
    background-color: #E6E6E6
}

.Footer {
    color: #999999;
    background-color: #252525;
    font-family: 'Arial', 'Helvetica Neue', sans-serif
}

.logo {
    display: block;
    margin-top: 10px
}

.ava-img {
    width: 50px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.Body a {
    color: rgb(0, 153, 255);
    box-shadow: none
}

.Body a:hover {
    box-shadow: none
}

a.button {
    font-size: 20px;
    text-align: center;
    color: #fff!important;
    background-color: red;
    display: block;
    width: 100%;
    max-width: 320px;
    border-radius: 30px;
    text-decoration: none;
    padding: 15px;
    animation: 1s pulse infinite alternate ease-in-out
}

@keyframes pulse {
    0% {
        transform: scale(1)
	}
    100% {
        transform: scale(.95)
	}
}

@-webkit-keyframes borderpulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
	}
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@keyframes borderpulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
	}
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

.question {
    background-color: rgb(241, 243, 245);
    border-radius: 10px;
    padding: 7px;
    font-weight: bold;
    overflow: hidden;
	display: flex;
    align-items: center;	
}
.question p {
	margin-bottom: 0;
}
.question .name::before {
    content: "Corresponsal: ";
    color: red;
    font-weight: bold
}

.question:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/sidebar-face.png) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px
}

.answer {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    padding: 7px;
    overflow: hidden;
    margin-top: 10px;
	
}

.answer .name::before {
    content: "Dr. Esteban Jódar: ";
    color: rgb(7, 29, 197);
    font-weight: bold
}

.answer:before {
    content: "";
    background: rgba(0, 0, 0, 0) url(../images/sidebar-face2.png) no-repeat scroll 0% 0% / 100% auto;
    float: left;
    padding: 47px;
    margin-right: 10px
}

a.button:hover {
    background-color: #c11f1f
}

.right {
    text-align: right;
    font-style: italic
}

@media (max-width: 767px) {
    .c15 .c3 p {
        padding: 0 0 7px;
		margin-bottom: 0
	}
}

#comment-component-text .comment__details a {
    text-decoration: none
}

.red {
    color: red!important
}

.timer_wrap {
    font-weight: bold
}

.Body p .grey {
    color: #999!important
}

.d-flex {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 820px
}

.Body p {
    /* color: #00a0d6 */
}

.cert-wrap,
.center,
.center img,
.center a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.link-animate {
    width: 100%;
    text-align: center;
    margin: 10px auto 20px;
    animation: pulse 1s infinite alternate ease-in-out
}

.red-box {
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.3em;
    padding: 9px;
    border: 2px red solid;
    border-radius: 5px;
    box-shadow: 0 0 0 rgba(255, 0, 0, .4);
    animation: borderpulse 1s infinite;
    text-align: center
}

@-webkit-keyframes borderpulse {
    0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
	}
    70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}
    100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@keyframes borderpulse {
    0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
	}
    70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}
    100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

.arrowsanim {
    position: relative;
    top: 10px
}

.arrowsanim:after {
    overflow: hidden;
    display: block;
    position: absolute;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 1.5s infinite;
    animation: ellipsis steps(4, end) 1.5s infinite;
    content: ">>>";
    width: 0;
    top: 20px;
    left: 6px;
    color: red
}

.Body .pop-up-button a {
    color: #fff
}

.form-text {
    line-height: 1.3em
}

form {
    position: relative
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none
}

.loader img {
    position: absolute;
    width: 10%;
    bottom: 50%;
    left: 50%;
    transform: translateY(50%);
    transform: translateX(-50%)
}

#standardfooter {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 5px;
    text-align: center
}

.footerlinks {
    display: flex;
    justify-content: center
}

.footerborder {
    margin: 0 10px
}

#standardfooter a {
    color: inherit
}


/* [src^=""] {
    position: absolute
} */

#comment-component-text {
    color: #000;
    line-height: 1.3;
    font-size: 14px;
    font-family: 'Tahoma', sans-serif
}

#comment-component-text * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: bold
}

#comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%
}

#comment-component-text .comment {
    transition: height, opacity 1000ms ease-in-out;
    overflow: hidden
}

#comment-component-text .firstComment,
#comment-component-text .newComment {
    display: none;
    opacity: 0;
    max-height: 0
}

#comment-component-text .txt-content {
    width: 100%;
    min-height: 40px;
    display: block;
    margin: 15px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: Arial, sans-serif
}

#comment-component-text .txt-cmt {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    margin: 0 -5px
}

#comment-component-text .txt-cmt .form-comment__img {
    padding: 0 5px;
    width: 80px
}

#comment-component-text .your-name {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: auto!important;
    margin-bottom: 0;
    font-family: Arial, sans-serif
}

#comment-component-text .form-comment__content {
    width: 100%;
    padding: 0 5px
}

#comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px
}

#comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%
}

#comment-component-text .comment__content .comment__name {
    margin-top: 0;
    color: #365398;
    font-size: 14px;
    text-align: left;
    text-align-last: left;
    font-weight: 700
}

#comment-component-text .comment__image {
    flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    height: 50px;
    border-radius: 50%
}

#comment-component-text .comm__content__img {
    display: flex;
    align-items: center
}

#comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 14px;
    line-height: 1.4
}

#comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0!important
}

#comment-component-text .comment__details {
    font-size: 12px;
    color: #365398;
    line-height: 1.4
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
    text-decoration: none;
    color: #365398;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer
}

#comment-component-text .comment__details img {
    width: 13px
}

#comment-component-text .comment__time {
    color: rgb(158, 158, 158);
    font-size: 11px;
    line-height: 1.4;
    cursor: normal
}

#comment-component-text .add-comment-button {
    background-color: #4267b2;
    border-color: 1px solid #4267b2;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 22px;
    cursor: pointer;
    font-weight: bold
}

#comment-component-text .reply {
    padding-left: 65px
}

#comment-component-text.rtl {
    direction: rtl;
    text-align: right
}

#comment-component-text.rtl .comment__content .comment__name {
    text-align: right;
    text-align-last: right
}

#comment-component-text.rtl .reply {
    padding-right: 65px;
    padding-left: 0
}

.comments__like {
    cursor: pointer
}

.comment-img img,
.comment__details img {
    border-radius: 0!important
}

.new-list {
    padding-left: 45px;
    list-style: none;
}

@media(max-width:480px) {
    .new-list {
		padding-left: 0;
	}
}

.new-list li {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/checkmark.png);
	background-size: 24px;
}

.main_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../images/form_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 50px;
}

.sertif {
    color: blue;
    font-size: 14px;
    font-style: italic;
}

.main_form h2 {
    font-size: 32px;
    line-height: 1.35;
    color: black;
    font-weight: bold;
    margin-top: 25px;
}

.main_form .price {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.price_red {
    font-weight: bold;
    color: red;
}

.blue-border {
    margin: 15px 0px 15px 0px;
    border: 2px solid #0299ff;
    padding: 10px !important;
    text-align: center !important;
    max-width: 700px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.35;
}

.main_form label {
    margin-top: 10px;
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.main_form input {
    font-size: 20px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
}

.main_form button {
    padding: 20px 0;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    background-color: red;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    box-sizing: border-box;
	width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
}

.timelimit,
.additional {
    font-size: 12px;
    text-align: center;
    padding: 0 0px;
}

.timelimit b {
    display: inline-block;
    background: url(../images/timerIcon2.png) 0 2px no-repeat;
    margin-top: -2px;
    padding-left: 14px;
    color: red;
    font-size: 15px;
	line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
	width:52px;
	font-weight: 700;
}

@media(max-width: 992px) {
    .main_form {
		padding: 30px 15px;
	}
}

@media(max-width:480px) {
    .main_form input {
		width: 100%;
		font-size: 14px;
	}
    .main_form label {
		font-size: 14px;
	}
	 .main_form button {
	 width: 100%;
	 }
	 .main_form h2 {
	 font-size: 28px;
	 }
}

.order-info {
    text-align: center;
}

.order-info__title {
    font-size: 22px;
    color: red;
}

.order-info__date {
    text-decoration: underline;
}

.order-info__count {
    display: block;
    background: red;
    padding: 10px;
    margin: 12px auto;
    margin-bottom: 25px;
    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 #000000;
    font-size: 32px;
    border-radius: 5px;
    animation-name: button;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes button {
    0% {
		box-shadow: 0px 0px 10px #F20000;
	}
    60% {
		box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
	}
    100% {
		box-shadow: 0px 0px 10px #F20000;
	}
}

.article__text {
    padding-top: 20px;
}

.article__text b,
.article__text strong {
    font-weight: bold;
}

.order-info__subtitle {
    font-size: 24px;
    margin: 22px auto;
}

.order-info__subtitle-price {
    font-weight: 700;
    color: red;
}

.order-info__count-val {
    font-size: 52px;
    line-height: 1.35;
}

.of-site {
    animation: glowing 2000ms infinite both;
}

.main_form button {
    animation: glowingBlue 2000ms infinite both;
}

@keyframes glowing {
    0% {
		box-shadow: 0 0 2px #d4282c;
	}
    50% {
		box-shadow: 0 0 12px #d4282c;
	}
    100% {
		box-shadow: 0 0 2px #d4282c;
	}
}

@keyframes glowingBlue {
    0% {
		box-shadow: 0 0 2px red;
	}
    50% {
		box-shadow: 0 0 12px red;
	}
    100% {
		box-shadow: 0 0 2px red;
	}
}

.prod_wrapper__list {
    text-align: left;
    padding: 20px 30px;
    background: #F0F0F0;
    border: 1px solid #6C9ACB;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px rgba(108, 154, 203, 0.45);
    border-radius: 16px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 30px;
}

.prod_wrapper__list h3 {
    text-align: center;
}

.prod_wrapper__list p {
    margin: 0;
}

.reply {}

.gift {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gift__img {
    max-width: 505px;
    width: 100%;
    position: relative;
    z-index: 99;
}

.gift__sale {
    width: 250px;
    height: 250px;
    background: url(../images/sale.svg) no-repeat 50% 50%;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    /* left: 180px; */
    left: 42%;
}

.gift__sale p {
    max-width: 180px;
    text-align: center;
}

.card.news-big .gift__sale p {
    max-width: 172px;
    text-align: center !important;
    color: #000;
    font-size: 20px;
    line-height: 27px;
    margin-top: 30px;
}

.card.news-big .gift__sale p strong {
    font-weight: 900;
}

.gift__price {
    width: 228px;
    height: 61px;
    background: linear-gradient(93.39deg, #ff000a 10.97%, #d80009 96.33%);
    border-radius: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    position: absolute;
    right: 60px;
    bottom: 0;
    z-index: 99;
}

@media (max-width: 480px) {
    .gift__sale {
		width: 50vw;
		height: 50vw;
		left: 36%;
	}
    .gift__sale p {
		max-width: 140px;
		text-align: center;
		font-size: 15px;
	}
    .card.news-big .gift__sale p {
		font-size: 3vw;
		line-height: 4vw;
		max-width: 25vw;
	}
    .gift__price {
		right: 0;
		width: 20vw;
		height: 10vw;
		font-size: 5vw;
	}
}

@media (max-width: 354px) {
    .gift__sale p {
		max-width: 130px;
		text-align: center;
		font-size: 12px;
	}
}	


.adva {
    display: table;
    width: auto;
    margin: 25px auto 0;
	position: relative;
}
.adva ul {
	list-style-type: none;
}
.adva ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 0px;
}
.adva li::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/checkmark.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 0px;
    transform: translateY(0);
}
.steps {
	margin: 30px auto;
    padding: 0 30px 25px;
    background: #ebebeb;
	border: 1px solid #e1e1e4;	
	max-width: 650px;
}
.steps * {
	display: table;
	text-align: center!important;
	margin-left: auto!important;
	margin-right: auto!important;	
}


  .swiper {
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.swiper2 {
	max-width: 485px;
	height: auto;
	padding-bottom: 15px;
	margin: 20px auto 35px;
	position: relative;
}

@media (min-width: 320px) {
	.swiper2 {
		max-width: 320px;
	}
}

@media (min-width: 480px) {
	.swiper2 {
		max-width: 480px;
	}
}


@media (min-width: 768px) {
	.swiper2 {
		max-width: 740px;
	}
}
.slider-2 {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	margin-top: 0px;
}

.swiper-pagination-bullet {
	width: 17px;
	height: 17px;
	
	background: #ffffff;
	border: 8px solid #0e0097;
}

.swiper-pagination-bullet-active {
	background: linear-gradient(265.51deg, #b61814 0%, #d8b022 100%);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.slider-top {
	display: flex;
	align-items: center;
	height: 50px;
	background-color: #fff;
	padding: 0 15px;
}
.slider-top__img {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid #dce2e9;
	padding: 2px;
	margin-right: 11px;
	background-size: cover;
}
.slider-top__name {
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 16px;
	
	color: #131212;
}
.slider-top__doted {
	margin-left: auto;
}
.slider-image {
}
.slider-nav {
	padding: 10px 10px 10px 10px;
	background-color: #fff;
	position: relative;
	top: -5px;
}
.slider-nav img {
	max-width: 24px;
	height: 24px;
	margin-left: 5px;
}
.slider-bottom {
	padding: 0 15px;
	background-color: #fff;
}
.slider-bottom__like {
	margin: 0 0 8px!important;
	font-style: normal;
	font-weight: 600;
	font-size: 15px!important;
	line-height: 16px;
	display: flex;
	align-items: center;
	
	color: #131212;
}
.Body .slider-bottom__text2 {
	font-style: normal;
	font-size: 15px!important;
	line-height: 1.25em!important;	
	color: #131212!important;
	padding-bottom: 20px!important;
	text-align: left;
	margin-bottom: 0;
}
.slider-bottom__text2 b {
	font-weight: 600;
}
.sidegutterleft .swiper-wrapper {
	flex-wrap: wrap;
}
.sidegutterleft .swiper-wrapper .swiper-slide {
	height: auto;
}
.swiper-backface-hidden .swiper-slide {
	max-width: 100%;
}
.swiper-cube .swiper-slide {
	height: auto!important;
}
.card-img {
	width: 100%;
}

.new-pag > .swiper-pagination-bullet {
	background: transparent;
	width: 38px;
	height: 42px;
	border-radius: 0;
	background-image: url(../images/facial-mask-with-flower-in-spa.svg);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	opacity: 0.3;
	outline: none;
}
.new-pag > .swiper-pagination-bullet-active {
	border: none;
	box-shadow: none;
	background-size: cover;
	opacity: 1;
	outline: none;
}
.red-link {
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: underline;
	color: #e02020!important;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	
}
.red-link:hover {
	text-decoration: underline;
}
.red-link::after {
	display: inline-block;
	-webkit-animation: dotty steps(1, end) 2s infinite;
	animation: dotty steps(1, end) 2s infinite;
	content: '';
	position: absolute;
	margin-left: 10px;
}
@keyframes dotty {
	0% {
		content: '';
	}
	25% {
		content: '>';
	}
	50% {
		content: '>>';
	}
	75% {
		content: '>>>';
	}
	100% {
		content: '';
	}
}

.delivery {
    display: flex!important;
    align-items: center!important;
    color: #2f3d57;
    padding-top: 25px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
	margin: 0px auto 10px!important;
}

.delivery span {
    flex: 0 0 50px;
    margin-right: 0px
}

