.SvgIcon,
body {
    position: relative;
}

.Body a:hover,
a {
    color: rgb(77 111 164);
}

.Menu-link,
a,
a.button {
    text-decoration: none;
}

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

body {
    line-height: 1;
    background-color: rgb(242, 242, 242);
}

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

.c15 {
    margin-bottom: 25px;
}

.Body:last-child> :last-child,
.c15 .c3 p {
    margin-bottom: 0px;
}

.c15,
.c15 td,
.c15 tr {
    border: 1px solid rgb(214, 214, 214);
}

.c15 .c3 p {
    padding: 5px 10px;
}

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

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

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

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

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

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

.Body>* {
    max-width: 980px;
    font-family: Roboto, sans-serif;
}

.Body p {
    margin-bottom: 15px;
}

.Body p:empty {
    display: none;
}

.Body h3 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    font-weight: 700;
}

.HeaderButton-link,
.Menu {
    font-weight: 600;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
}

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

.Header,
.MeduzaLogo {
    position: relative;
}

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

.Menu {
    display: none;
    color: rgb(255, 255, 255);
}

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

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

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

    .Menu-item:last-of-type {
        border-right: medium none;
    }

    .Menu-item:hover {
        color: rgb(19 79 173);
        background-color: inherit;
    }

    .Header {
        padding: 0px 15px;
    }
}

.Menu-link {
    transition: color 0.15s ease-out 0s;
    position: relative;
    line-height: 45px;
    top: 1px;
}

.Menu-item:hover .Menu-link {
    color: rgb(19 79 173);
}

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

.Header {
    height: 45px;
    display: flex;
    flex-flow: row nowrap;
}

@media only screen and (max-width: 63.9375em) {
    .Header .HeaderButton--chat {
        display: none;
    }
}

.Header-left {
    display: flex;
    flex-basis: 16%;
    flex-grow: 1;
    height: 100%;
}

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

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

.Header-meduzaLogo,
.Header-right {
    display: flex;
}

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

.Header-meduzaLogo {
    display: flex;
    height: 45px;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
}

@media only screen and (min-width: 64em) {
    .Header-meduzaLogo {
        position: static;
    }
}

.HeaderButton {
    position: relative;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0px 15px;
    -moz-user-select: none;
    justify-content: center;
    align-items: center;
    fill: currentcolor;
    border: 0px none;
    background: transparent none repeat scroll 0px 0px;
    margin: 0px;
    cursor: pointer;
}

.HeaderButton:active {
    outline-width: 0px;
}

.HeaderButton:hover {
    color: rgb(19 79 173);
}

.HeaderButton::after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    border-right: 1px solid rgb(103, 103, 103);
}

@media only screen and (min-width: 64em) {
    .HeaderButton::after {
        top: 10px;
        bottom: 10px;
    }
}

.HeaderButton-link {
    display: block;
    padding-top: 2px;
    cursor: pointer;
}

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

.MaterialTag,
.MediaMaterial-containerClose {
    position: relative;
}

.HeaderButton--chat {
    font-size: 13px;
    letter-spacing: 0.05em;
}

.Copyright {
    padding: 0px 12px;
    line-height: 1.2;
}

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

.Copyright-container {
    display: flex;
    flex-flow: row wrap;
    margin: 0px auto;
    padding: 13px 0px 12px;
}

@media only screen and (min-width: 48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 10px 0px 18px;
        flex-wrap: nowrap;
        text-align: left;
    }
}

@media only screen and (min-width: 64em) {
    .Copyright-container {
        max-width: 860px;
    }
}

.Copyright-block {
    padding-top: 13px;
    font-size: 17px;
    flex: 1 0 20%;
}

@media only screen and (min-width: 48em) {
    .Copyright-block {
        padding-top: 0px;
        border-top: 0px none;
    }
}

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

.MaterialTag {
    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: Roboto, sans-serif;
    color: rgb(77 111 164);
    -moz-user-select: none;
}

@media only screen and (max-width: 32em) {
    .MaterialTag {
        height: 15px;
        line-height: 15px;
        padding: 0px 5px;
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}

span.MaterialTag {
    cursor: default;
    pointer-events: none;
}

@media only screen and (min-width: 32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0px 7px;
        letter-spacing: 1px;
        font-size: 12px;
    }
}

.MaterialTag--solid {
    color: rgb(255, 255, 255);
    background: rgb(77 111 164) none repeat scroll 0% 0%;
    border-color: rgb(77 111 164);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 48em) {}

.MaterialClose {
    cursor: pointer;
    display: none;
    width: 20px;
    height: 20px;
    background-image: url("../images/cross.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px auto;
}

@media only screen and (min-width: 63.125em) {
    .MaterialClose {
        display: inline-block;
    }
}

.MaterialMeta {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: grey;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    font-weight: 400;
}

.MaterialMeta--source {
    background-image: url("../fonts/e532f4e9c23677b76653507e723a39cd30cc6345.svg");
    background-position-y: 1px;
}

@media only screen and (min-width: 48em) {
    .MaterialMeta {
        font-size: 15px;
        line-height: 18px;
        margin-right: 15px;
    }

    .MaterialMeta--source {
        background-position-y: 4px;
        white-space: nowrap;
    }
}

.MaterialMeta--time {
    background-size: 12px 12px;
    background-image: url("../fonts/a3fd45d1f497f3bbdb85276e6ec08268ed939132.svg");
}

.MediaMaterialHeader {
    max-width: 840px;
}

.MediaMaterialHeader-first {
    color: rgb(0, 0, 0);
    line-height: 27px;
}

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    transition: color 0.25s ease-out 0s;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.MediaMaterial {
    background-color: rgb(255, 255, 255);
    padding: 12px;
}

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

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

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

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

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

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px;
    }

    .MediaMaterial {
        padding: 25px 15px 20px;
    }

    .MediaMaterial-tag {
        margin-bottom: 11px;
    }

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

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

.MediaMaterial-close {
    position: absolute;
    top: -10px;
    right: 0px;
    transition: transform 0.15s ease-out 0s, -webkit-transform 0.15s ease-out 0s, -o-transform 0.15s ease-out 0s;
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px;
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0px auto;
}

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

.MediaMaterial--bannerless .MediaMaterial-body {
    display: block;
    max-width: none;
}

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

.Material {
    padding: 12px 0px 0px;
}

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

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

.Material-container {
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    position: relative;
}

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

    .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 img {
        border-radius: 2px;
    }
}

.Figure {
    margin: 15px -12px;
}

@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;
}

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

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

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

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

.App-content {
    overflow: visible;
    background-color: rgb(242, 242, 242);
    flex: 1 0 auto;
}

.App-header {
    position: relative;
}

.App--isMaterial .App-content {
    background-color: rgb(230, 230, 230);
}

.Footer {
    font-family: Roboto, sans-serif;
}

.logo {
    display: block;
    margin-top: 10px;
}

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

.Body a {
    box-shadow: 0px -1px rgb(77 111 164) inset;
    color: rgb(0, 0, 255);
}

.Body a:hover {
    box-shadow: none;
}

a.button {
    font-size: 20px;
    text-align: center;
    color: rgb(255, 255, 255) ! important;
    background-color: red;
    display: block;
    width: 100%;
    max-width: 320px;
    border-radius: 30px;
    padding: 15px;
}

a.button:hover {
    background-color: rgb(193, 31, 31);
}

.right {
    text-align: right;
    font-style: italic;
}

.sweet-alert,
.sweet-overlay {
    position: fixed;
    display: none
}

.instructions {
    text-align: center
}

.boxes,
.boxes cbox,
.boxes img {
    width: 100%
}

.instructions {
    padding: 10px;
    background-color: #232F3E;
    border-radius: 4px;
    color: #fff;
    margin-top: 20px
}

.boxes {
    margin: 10px 0
}

.box-o-t {
    position: absolute;
    top: -34%
}

.boxes .discover .box-o-b {
    z-index: 1;
    position: relative
}

.boxes .iphone {
    width: 76%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: -20%;
    left: 12%;
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.boxes .discover>.iphone {
    top: -60%
}

.boxes>div {
    position: relative;
    display: inline-block;
    width: 32.5%;
    height: 50%;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    cursor: pointer
}

.boxes>div:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.instructions table {
    width: 100%
}

.instructions td:first-child {
    padding-right: 10px;
    width: 10px
}

.instructions td:last-child {
    padding-left: 10px;
    width: 10px
}

@media (max-width: 479px) {
    .boxes>div {
        width: 32%
    }
}

@media (max-width: 319px) {
    .boxes>div {
        width: 48%
    }
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    left: 50%;
    top: 35%;
    margin-left: -256px;
    margin-top: -150px;
    overflow: hidden;
    z-index: 99999
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 10px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #e84242;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0;
    cursor: pointer
}

.sweet-alert button:focus {
    outline: 0;
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }

    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }

    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }

    100% {
        top: 0
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }

    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }

    100% {
        top: 70%
    }
}

@-webkit-keyframes animateSuccessTip {

    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {

    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {

    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {

    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {

    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {

    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {

    0%,
    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {

    0%,
    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }

    100% {
        border-color: #F8BB86
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }

    100% {
        background-color: #F8BB86
    }
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }

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

@keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }

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

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg)\9
}

.la-ball-fall {
    font-size: 0;
    color: #fff;
    width: 54px;
    height: 18px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10%,
    90% {
        opacity: .5
    }

    20%,
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10%,
    90% {
        opacity: .5
    }

    20%,
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10%,
    90% {
        opacity: .5
    }

    20%,
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }

    10%,
    90% {
        opacity: .5
    }

    20%,
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.animated.animated.bounceIn,
.animated.animated.flipOutX,
.animated@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

.la-ball-fall,
.visible {
    display: block
}

.opentry {
    display: none;
}

.order_block {
    display: none;
}

.boxtext {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ff0000;
    font-size: 25px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 800px) {
    .boxtext {
        font-size: 23px;
    }

}

@media screen and (max-width: 600px) {
    .boxtext {
        font-size: 20px;
    }
}

@media screen and (max-width: 360px) {
    .boxtext {
        font-size: 18px;
    }
}


#countdown {
    text-align: center;
}

#countdown li {
    color: red;
}

.main-link span {
    display: inline !important;
}

.country_select {
    moz-appearance: none !important;
    -webkit-appearance: none !important;
    background: none;
}

.new-comebacker-wrapp .new-comebacker-btn {
    height: 60px;
    width: 280px;
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 57px;
    font-weight: 700;
    margin: 20px auto 0;
    background: #7ABF01;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#countdown li,
#countdown-modal li {
    color: red;
}

figure,
figcaption {
    display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    font-family: Tahoma, Verdana, Aial, sans-serif;
    font-size: 28px !important;
    line-height: 108%;
    font-weight: bold;
    height: 32px;
}

.timeTo div ul li {

    font-size: 28px !important;
}

.timeTo span {
    vertical-align: top;
}

.timeTo.timeTo-white div {
    color: black;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #ffffff), color-stop(100%, #cccccc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%, #cccccc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%, #cccccc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%, #cccccc 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%, #cccccc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
}

.timeTo.timeTo-black div {
    color: white;
    background: #45484d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a74444), color-stop(67%, #3f0000));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%, #3f0000 67%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%, #3f0000 67%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%, #3f0000 67%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a74444', endColorstr='#3f0000', GradientType=0);
    /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #e17373));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%, #e17373 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%, #e17373 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%, #e17373 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%, #e17373 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e17373', GradientType=0);
    /* IE6-9 */
}

.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.timeTo figcaption {
    text-align: center;
    /*font-size: 12px;*/
    line-height: 80%;
    font-weight: normal;
    color: #888;
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    overflow: hidden;
}

.timeTo div.first {
    border-left: 1px solid silver;
}

.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3px;
    line-height: 1 !important;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    transition: background .3s
}

.submit-roulette:hover {
    background: #b00;
    transition: background .3s
}

.submit-roulette:active {
    transform: translateY(2px);
    box-shadow: none
}

input[value="Ïîëó÷èòü áåñïëàòíî"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    transition: background .3s
}

input[value="Ïîëó÷èòü áåñïëàòíî"]:hover {
    background: #b00 !important;
    transition: background .3s
}

input[value="Ïîëó÷èòü áåñïëàòíî"]:active {
    transform: translateY(2px);
    box-shadow: none !important
}

.input-roulette {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px;
    width: 250px !important
}

input[placeholder="Âàø òåëåôîí"],
input[placeholder="Âàøå èìÿ"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center;
    margin: 15px;
    line-height: 25px;
    font-weight: 700
}

.ruletka-p h2 {
    font-size: 25px;
    margin-bottom: 15px
}

.ruletka-a {
    color: ^ #1697ce
}

.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;
    box-sizing: border-box
}

.spin-wrapper .ruletka-p {
    margin-bottom: 15px;
    text-align: center !important
}

.danger-text {
    color: red;
    font-weight: 700
}

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

.wheel img {
    max-width: 100%;
    margin-bottom: 0
}

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

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

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px Arial !important;
    line-height: 61px !important;
    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, .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, .4) 0 0 5px;
    background: #fff
}

.order_block {
    display: none;
    text-align: center !important
}

.order_block h3 {
    font: bold 18px Arial !important;
    background: 0 0
}

#apilead_form,
#drcash_form,
#everad_form,
#hp_form,
#leadtrade_form,
#luckyshop_form,
#omni_form,
#p_omni_form,
#profit_form2,
#rocket_form,
#shakes_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Proxima Nova', Arial, 'Helvetica Neue', sans-serif
}

.time_remains {
    font-size: 1.1em;
    color: red;
    font-weight: 700
}

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

.pop-up-window {
    position: relative;
    max-width: 400px;
    right: 0;
    left: 0;
    top: 20%;
    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 0s normal none 1 running pop-up-appear
}

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

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

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

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

.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(1783deg);
        transform: rotate(1783deg)
    }

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

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

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

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

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, .7) !important;
    z-index: 99 !important
}

.pop-up-layer-show {
    display: block
}

.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 0s normal none 1 running pop-up-appear
}

.pop-up-window::before {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #71c341;
    border-radius: 50%;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-width: medium medium 4px 4px;
    border-style: none none solid solid;
    border-color: currentcolor currentcolor #fff #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    transform: rotate(-45deg);
    transition: opacity 1s ease 0s;
    animation: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

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

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

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

    .cursor-text {
        line-height: 45px !important;
        font-size: 12px !important
    }

    .close-popup {
        right: 0
    }

    .footer {
        margin-left: 0;
        text-align: center
    }
}

@media screen and (max-width:345px) {
    .wheel {
        width: 220px !important
    }

    .cursor-text {
        line-height: 40px !important;
        font-size: 10px !important
    }
}

body:after {
    content: url('../images/new-comebacker-close.png');
    display: none;
}

.new-comebacker-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    position: fixed;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
}

.new-comebacker-to-middle {
    width: 100%;
    height: 100%;
    display: table;
}

.new-comebacker-wrapp {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.new-comebacker-content {
    width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    padding: 20px 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new-comebacker-close {
    top: -5px;
    z-index: 6;
    right: -5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    background-color: firebrick;
    background-image: url("../images/new-comebacker-close.png");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.new-comebacker-wrapp strong {
    display: block;
    font-size: 22px;
    line-height: 1.3;
    font-weight: normal;
}

.new-comebacker-wrapp strong span {
    display: inline-block;
    text-decoration: underline;
}

.new-comebacker-wrapp .new-comebacker-btn {
    height: 60px;
    width: 280px;
    display: block;
    color: #ffffff;
    font-size: 22px;
    line-height: 57px;
    border-radius: 5px;
    margin: 20px auto 0;
    background: firebrick;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: none !important;
}

.new-comebacker-wrapp .footer__btn {
    background: #319934 !important;
    box-shadow: none !important;
    text-transform: uppercase;
}

.new-comebacker-wrapp .blockInputForm input {
    border: 2px solid #319934 !important;
}

@media screen and (max-width: 660px) {
    .new-comebacker-content {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 10px 20px;
    }

    .new-comebacker-wrapp strong {
        font-size: 18px;
    }
}

/*ñòèëè íîâîãî êàìáåêåðà êîíåö*/

#boxesContainer {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}

.delivery {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
    position: relative;
    border-radius: 20px;
    display: inline-block;
    padding: 4px 12px 4px 35px;
    border: 1px solid #ECECEC;
}

.delivery::after {
    top: 50%;
    left: 10px;
    content: "";
    width: 20px;
    height: 20px;
    margin-top: -11px;
    position: absolute;
    background: url("../images/np-ic.svg") no-repeat top center / contain;
}

.price-block b {
    color: #323232;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.3;
    margin-right: 12px;
}

.price-block .old-price {
    color: #B4B0B0;
    font-size: 38px;
    font-weight: 700;
    margin: 0 12px 0 0;
    display: inline-block;
    text-decoration: line-through;
}

.price-block .new-price {
    color: #FF5E00;
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
}

@media screen and (max-width:570px) {
    .price-block b {
        margin-right: 5px;
    }

    .price-block .old-price {
        font-size: 28px;
        margin: 0 5px 0 0;
    }

    .new-price {
        font-size: 20px;
    }

    .price-block {
        text-align: center;
    }
}

.form {
    background-color: #fff;
    height: auto;
}

.form__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}

.form__name__field,
.form__tel__field {
    padding-left: 55px;
    padding-top: 18px;
    padding-bottom: 22px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 32px;
    border: 1px solid #eae9e9;
    background-color: #f4f4f4;
    width: 300px;
    outline: 0;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
}

.form__name {
    position: relative;
    margin-top: 20px;
}

.form__name::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 23px;
    background-image: url(../images/user-icon.svg);
    background-repeat: no-repeat;
    top: 18px;
    left: 24px;
}

.form__tel {
    position: relative;
    margin-top: 15px;
}

.form__tel::before {
    position: absolute;
    content: '';
    width: 21px;
    height: 24px;
    background-image: url(../images/telefon-icon.svg);
    background-repeat: no-repeat;
    top: 20px;
    left: 27px;
}


#order_form {
    background: white url('../images/formbg.jpg') no-repeat scroll 0% 0% / cover;
    padding: 20px;
    max-width: 700px;
    font-family: Arial;
    margin: 20px;
}

#order_form div {
    background: transparent none repeat scroll 0% 0% ! important;
}

#order_form h2 {
    margin: 25px 0px 0px;
    padding: 0px;
    line-height: 32px;
    border: medium none;
}

#order_form label {
    width: 230px;
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 16px;
}

#order_form .order_form_pole {
    padding: 10px;
    margin: 10px;
}

#order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid rgb(233, 215, 220);
    max-width: 300px;
    width: 100%;
}

#order_form span {
    font-size: 12px;
}

#order_form button,
.obutton {
    display: inline-block;
    padding: 20px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0px 4px 15px 0px rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background-color: rgb(2, 153, 255);
    background-position: 1.35em 0.94em;
    background-size: 1em auto;
    background-repeat: no-repeat;
    transition: all 0.15s ease-in-out 0s;
    border: medium none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

#order_form button:hover,
.obutton:hover {
    background-color: rgb(1, 122, 204);
}

#order_form button:active {
    position: relative;
    top: 1px;
}

.order_info h2 {
    border: medium none ! important;
    color: red ! important;
}

.left_count {
    background: red none repeat scroll 0% 0%;
    padding: 23px;
    margin: 12px 0px;
    width: 178px;
    color: rgb(255, 255, 255);
    text-shadow: 0px -1px 0px rgb(0, 0, 0), 0px -1px 0px rgb(0, 0, 0), 0px 1px 0px rgb(0, 0, 0), 0px 1px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), -1px 0px 0px rgb(0, 0, 0), 1px 0px 0px rgb(0, 0, 0), -1px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), -1px 1px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0), -1px -1px 0px rgb(0, 0, 0), 1px -1px 0px rgb(0, 0, 0), -1px 1px 0px rgb(0, 0, 0), 1px 1px 0px rgb(0, 0, 0);
    font-size: 32px ! important;
    border-radius: 5px;
}

.left_count .prod_left_val {
    font-size: 52px ! important;
}

#order_form_success {
    position: relative;
}

@media screen and (max-width: 480px) {
    #order_form input {}

    #order_form label {
        font-size: 14px;
    }

    #order_form button {
        font-size: 16px;
    }

    #order_form {
        padding: 10px;
    }

    #order_form .order_form_pole {
        padding: 0px;
        margin: 2px;
    }
}

@media screen and (max-width: 459px) {
    #order_form input {
        width: 80%;
    }

    #order_form {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 349px) {
    #order_form input {
        font-size: 17px;
    }

    #order_form button {
        margin-left: 0px;
    }
}

.SvgIcon,
body {
    position: relative
}

.Menu-item,
.Menu-link {
    -webkit-transition: color .15s ease-out 0s;
    transition: color .15s ease-out 0s
}

.Menu-link,
.p5213 a,
a,
a.button {
    text-decoration: none
}

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

body {
    line-height: 1;
    background-color: #f2f2f2
}

.c15 {
    margin-bottom: 25px
}

.Body:last-child>:last-child,
.c15 .c3 p {
    margin-bottom: 0
}

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

.c15 .c3 p {
    padding: 5px 10px
}

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

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}

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

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

.Body>* {
    max-width: 980px;
    font-family: PFRegal, Georgia, serif
}

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

.HeaderButton-link,
.Menu {
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
    font-weight: 600;
    text-transform: uppercase
}

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

.Header,
.MeduzaLogo {
    position: relative;
}

.App-content,
button {
    overflow: visible
}

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

.Menu {
    display: none;
    color: #fff
}

@media only screen and (min-width:64em) {
    .Menu {
        font-size: 13px;
        height: 45px;
        width: 100%;
        letter-spacing: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.Menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    text-align: center
}

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

    .Menu-item:last-of-type {
        border-right: medium none
    }

    .Header {
        padding: 0 15px
    }
}

.Menu-link {
    position: relative;
    line-height: 45px;
    top: 1px
}

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

.Header {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media only screen and (max-width:63.9375em) {
    .Header .HeaderButton--chat {
        display: none
    }
}

.Header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-box-flex: 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-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }
}

.Header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.Header-meduzaLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-box-pack: 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-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 45px;
    height: 100%;
    padding: 0 15px;
    -moz-user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    background: 0 0;
    margin: 0;
    cursor: pointer
}

.HeaderButton:active {
    outline-width: 0
}

.HeaderButton:hover {
    color: #999
}

.HeaderButton::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid #676767
}

@media only screen and (min-width:64em) {
    .HeaderButton::after {
        top: 10px;
        bottom: 10px
    }
}

.HeaderButton-link {
    display: block;
    padding-top: 2px;
    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-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 13px 0 12px
}

.MaterialMeta,
.MaterialTag {
    display: inline-block;
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif
}

@media only screen and (min-width:48em) {
    .Copyright-container {
        max-width: 675px;
        padding: 10px 0 18px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        text-align: left
    }
}

@media only screen and (min-width:64em) {
    .Copyright-container {
        max-width: 860px
    }
}

.Copyright-block {
    padding-top: 13px;
    font-size: 17px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20%;
    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;
    vertical-align: top;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 2px;
    font-weight: 700;
    line-height: 1;
    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
}

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

@media only screen and (min-width:32em) {
    .MaterialTag--medium {
        height: 20px;
        line-height: 20px;
        padding: 0 7px;
        letter-spacing: 1px;
        font-size: 12px
    }
}

.MaterialTag--solid {
    color: #fff;
    background: #de455c;
    border-color: #de455c;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.MaterialMeta--source,
.MaterialMeta--time {
    background-image: url("")
}

.MaterialMeta {
    font-size: 12px;
    line-height: 14px;
    color: grey;
    margin-right: 12px;
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px auto;
    font-weight: 400
}

@media only screen and (min-width:48em) {
    .MaterialMeta {
        font-size: 15px;
        line-height: 18px;
        margin-right: 15px
    }

    .MaterialMeta--source {
        white-space: nowrap
    }
}

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

.MediaMaterialHeader {
    max-width: 840px
}

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

.MediaMaterialHeader-first,
.MediaMaterialHeader-separator {
    -webkit-transition: color .25s ease-out 0s;
    transition: color .25s ease-out 0s;
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 700
}

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

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

.MediaMaterial-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    max-width: 650px;
    margin: 0 auto 18px;
    -webkit-box-align: 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
}

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

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

    .MediaMaterialHeader-first,
    .MediaMaterialHeader-separator {
        font-size: 36px
    }

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

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

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

    .MediaMaterial--fullWidth .MediaMaterial-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.MediaMaterial-materialContent {
    width: 100%;
    max-width: 650px
}

.MediaMaterial-body {
    position: relative;
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width:63.125em) {
    .MediaMaterial-body {
        max-width: 1000px
    }
}

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

.Material {
    padding: 12px 0 0
}

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

.App-content,
.App-footer {
    z-index: 1;
    position: relative
}

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

.Material-container {
    background: #fff;
    position: relative
}

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

    .Body h3 {
        margin-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 img {
        border-radius: 2px
    }
}

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

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}

.App-content {
    background-color: #f2f2f2;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.App-header {
    position: relative;
}

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

.Footer {
    color: #999;
    font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 400;
    font-style: normal;
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'), url(../fonts/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 600;
    font-style: normal;
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'), url(../fonts/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.ttf) format("truetype")
}

@font-face {
    font-family: "Proxima Nova";
    font-weight: 700;
    font-style: normal;
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url(../fonts/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.ttf) format("truetype")
}

.logo {
    display: block;
    margin-top: 10px
}

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

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

.Body a:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

a.button {
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: block;
    width: 100%;
    max-width: 320px;
    border-radius: 30px;
    padding: 15px
}

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

.actsss {
    display: none !important
}

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

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

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

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

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

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

.n1543,
.y3498 p {
    overflow-wrap: break-word
}

button,
select {
    text-transform: none
}

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

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

.sendpulse-fab.sendpulse-fab-left .sendpulse-prompt-message::after,
.sendpulse-fab.sendpulse-fab-left .sendpulse-prompt-message::before {
    left: 23px;
    right: auto
}

.sendpulse-fab .sendpulse-prompt-message::after,
.sendpulse-fab .sendpulse-prompt-message::before {
    content: "";
    position: absolute;
    bottom: -21px;
    right: 23px;
    border-style: solid;
    height: 0;
    width: 0;
    border-width: 10px;
    border-color: #ccc transparent transparent
}

.sendpulse-fab .sendpulse-prompt-message::after {
    border-top-color: #fff;
    bottom: -20px
}

.sp-webpush-label::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    background-color: rgba(0, 0, 0, .4)
}

.sp-bottom-push-label .sp-brand-link::after,
.sp-webpush-label .sp-brand-link>span::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    content: "";
    background-image: url("");
    height: 20px
}

.sp-webpush-label.sp-linux.sp-firefox::after,
.sp-webpush-label.sp-windows.sp-firefox::after {
    max-width: 896px
}

.p5213,
.t4527 {
    position: fixed
}

.p5213 {
    font-weight: 380;
    text-align: left
}

td,
th {
    padding: 0 0 0 10px;
    font-weight: 500
}

.t4527 {
    background-color: rgba(0, 0, 0, .7);
    display: none;
    width: 100%;
    height: 100%;
    z-index: 333;
    top: 0;
    left: 0
}

.p5213 a,
.y3498 {
    display: block;
    text-align: center
}

.p5213,
.p5213 a {
    left: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p5213 {
    top: 5%;
    margin-left: -425px;
    padding: 20px 20px 90px;
    width: 850px;
    z-index: 3333;
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%);
    border: 5px solid #ddd;
    height: auto
}

.p5213 a,
.r6934 {
    position: absolute
}

.y3498 {
    margin: 0 0 25px;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
    font-weight: 700
}

.r6934 {
    width: 30px;
    height: 40px;
    right: 10px;
    top: 10px;
    line-height: 40px;
    color: #de455c;
    font-size: 40px;
    text-shadow: 1px 1px 2px #000, 0 0 1.5rem #fff;
    opacity: .7;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.p5213 a,
.r6934:hover {
    opacity: 1
}

.i9983 {
    width: 35%;
    float: left
}

.i9983 img {
    width: 100%;
    height: auto
}

.n1543 {
    width: 60%;
    float: right;
    color: #fff;
    font-size: 24px;
    margin-top: 85px;
    margin-left: 5%;
    line-height: 1.4
}

.p5213 a {
    margin: 0 0 0 -200px;
    bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #de455c), color-stop(13%, #de455c), color-stop(76%, #c01f37), to(#c01f37));
    background: linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%);
    color: #e0e2e6;
    text-transform: uppercase;
    line-height: 60px;
    text-indent: 0;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    width: 400px;
    height: 60px;
    font-size: 26px;
    font-weight: 900;
    border-radius: 10px;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .8);
    box-shadow: 0 0 25px rgba(0, 0, 0, .8)
}

.p5213 a:hover {
    font-size: 28px;
    color: #fff !important;
    text-shadow: 1px 1px 2px #000, 0 0 1.5rem #fcf84b !important;
    text-decoration: none !important
}

.n1543 p,
.y3498 p {
    padding: 0;
    color: #fff
}

@media only screen and (max-width:866px) {
    .p5213 {
        width: 100%;
        left: 0;
        margin-left: 0
    }
}

@media only screen and (max-width:759px) {
    .y3498 {
        font-size: 26px
    }

    .n1543 {
        font-size: 18px
    }
}

@media only screen and (max-width:605px) {
    .i9983 {
        float: none;
        margin: auto
    }

    .n1543 {
        float: none;
        width: 100%;
        margin: 20px 0 0
    }

    .b4571 {
        width: 250px;
        margin-left: -135px;
        font-size: 18px
    }

    .y3498 {
        font-size: 24px
    }

    .r6934 {
        right: 0
    }
}

@media only screen and (max-width:450px) {
    .b4571 {
        width: 95% !important;
        left: 0 !important;
        display: block !important;
        margin-left: 2.5% !important;
        font-size: 22px !important
    }

    .n1543 b,
    .n1543 p,
    .n1543 span {
        font-size: 18px !important
    }
}

.y3498 p {
    text-align: center;
    font-size: 28px;
    line-height: 25px;
    font-weight: 700;
    width: 90%;
    display: block;
    margin: auto
}

.n1543 p {
    margin: 0;
    font-size: 24px
}

.minute::after,
.second::after {
    position: absolute;
    bottom: -10px;
    font-size: 12px;
    display: block;
    width: 100%;
    color: #fff
}

.minute::after {
    content: "РјРёРЅСѓС‚"
}

.second::after {
    content: "СЃРµРєСѓРЅРґ"
}

.p5213 {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    line-height: 1.471
}

body {
    font-family: 'PT Sans', sans-serif
}

.contentBox {
    line-height: 1.5
}

.contentBox p {
    padding-bottom: 10px;
    padding-top: 10px
}

.contentBox h1 {
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px
}

.contentBox h2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px
}

.right-vertical-box {
    float: right;
    padding: 10px;
    width: 270px;
    background: #f1f1f1;
    margin-left: 20px;
    margin-bottom: 20px
}

.right-vertical-box img {
    float: right;
    margin-bottom: 10px;
    width: 100%;
    height: auto
}

.blue-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #165391;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #e5f2ff
}

.green-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #397b0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f1ffe7
}

.red-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #9f0d0d;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fee
}

.grey-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #eee;
    border: 1px solid #ccc
}

.red-border-horizontal-box {
    width: 96%;
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 3px solid red
}

.grey-shadow-horizontal-box {
    padding: 2%;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ccc;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75);
    box-shadow: 0 0 10px rgba(0, 0, 0, .75)
}

.grey-shadow-horizontal-box ul {
    margin-left: 30px
}

.left-img-box {
    float: left;
    padding: 2%;
    background: #dadada;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px
}

.left-img-box p {
    margin: 0;
    padding: 0
}

.left-img-box img {
    float: left;
    margin-right: 20px;
    width: 100%;
    height: auto;
    max-width: 350px !important
}

.censor-box {
    margin: auto;
    width: auto;
    max-width: 400px;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;
    border: 5px solid red;
    cursor: pointer
}

.censor-box img {
    width: 100%;
    max-width: 400px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.censor-box.censor-show {
    border: 5px solid #fff
}

.censor-box.censor-show img {
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s
}

.block-1 {
    color: #fff !important;
    padding: 14px !important;
    background: #005f9e none repeat scroll 0 0 !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .75) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .75) !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.block-7 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border: 3px dashed #eaeaea !important;
    background: 0 0 !important;
    padding: 14px !important;
    width: 100% !important
}

.block-2 {
    background: rgba(3, 224, 0, .04) !important;
    padding: 14px !important;
    border-radius: 2px !important;
    border: 4px double rgba(21, 160, 37, .32) !important;
    color: #4a4a4a !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    width: 100% !important
}

.block-4 {
    border-left: 5px solid #39b4ff !important;
    padding: 10px 25px 10px 25px !important;
    margin: 0 35px !important;
    color: #39b4ff !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.block-5 {
    border-left: 5px solid red !important;
    padding: 10px !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.block-6 {
    background: #ffeca6 !important;
    width: 100% !important;
    padding: 20px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important
}

.block-3 {
    padding: 14px !important;
    width: 100% !important;
    border: 1px dotted #e2e2e2 !important;
    border-right: none !important;
    color: #3a753a !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    border-radius: 2px !important;
    background-color: #f5fef5 !important;
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%) !important;
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%) !important;
    background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%) !important
}

.block-8 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .25) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .25) !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#88bf7a), to(#5c994c)) !important;
    background: linear-gradient(#88bf7a, #5c994c) !important;
    padding: 20px !important;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4) !important;
    border-radius: 5px !important
}

.block-9 {
    border: 5px double #d09959 !important;
    padding: 10px !important;
    background: #fef3d9 !important
}

.block-10 {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#e55151), to(#bd3838)) !important;
    background: linear-gradient(#e55151, #bd3838) !important;
    -webkit-box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22) !important;
    box-shadow: 0 14px 14px rgba(0, 0, 0, .25), 0 5px 5px rgba(0, 0, 0, .22) !important;
    padding: 20px !important;
    width: 100% !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2), 0 -1px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2), 0 1px 0 rgba(0, 0, 0, .2), -1px 0 0 rgba(0, 0, 0, .2), 1px 0 0 rgba(0, 0, 0, .2), -1px 0 0 rgba(0, 0, 0, .2), 1px 0 0 rgba(0, 0, 0, .2), -1px -1px 0 rgba(0, 0, 0, .2), 1px -1px 0 rgba(0, 0, 0, .2), -1px 1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(0, 0, 0, .2), -1px -1px 0 rgba(0, 0, 0, .2), 1px -1px 0 rgba(0, 0, 0, .2), -1px 1px 0 rgba(0, 0, 0, .2), 1px 1px 0 rgba(0, 0, 0, .2);
    border-radius: 5px !important
}

.block-12 {
    background: rgba(189, 61, 77, .04) !important;
    padding: 20px !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #080808 !important;
    border: 2px solid !important;
    border-radius: 5px !important;
    border-color: #bd3d4d !important;
    text-shadow: 0 0 0 #616161 !important;
    text-indent: 0 !important;
    text-align: left !important
}

.block-13 {
    background: rgba(189, 61, 77, .07) none repeat scroll 0 0 !important;
    width: 100% !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 20px !important
}

.block-11 {
    width: 100% !important;
    color: #fff !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .4) !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .35) !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .35) !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 20px !important;
    background: #3c72b5 !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0, #3c72b5), color-stop(100%, #7b9fcc)) !important;
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) !important;
    font-family: Roboto !important;
    position: relative !important;
    border-radius: 5px !important
}

.block-14 {
    width: 100% !important;
    margin: auto !important;
    max-width: 600px !important;
    text-align: center !important;
    background: #f7f7f7 !important;
    padding-bottom: 10px !important
}

.block-14 img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    margin-bottom: 10px !important
}

.block-14 p {
    margin: 0 !important;
    padding: 0 !important;
    font-style: italic !important;
    padding-bottom: 0 !important
}

#bottom-ads-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: open sans, arial;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 10px 0;
    text-align: left
}

#bottom-ads-block h3 {
    margin: 0 0 10px 0;
    padding: 0
}

#bottom-ads-block .teaser-box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100px;
    margin-bottom: 10px
}

#bottom-ads-block .teaser-box img {
    width: auto;
    height: 100%;
    margin: 0 !important;
    margin-right: 7px !important
}

#bottom-ads-block .teaser-box p {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.Body p {
    margin-bottom: 0
}

.contentBox span,
a,
h1,
h2,
h3,
h4,
p {
    font-family: PFRegal, Georgia, serif !important
}

.comment-box {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.comment-profile-box {
    margin-bottom: 7px
}

.comment-text-box img {
    margin: 7px 0
}

ol {
    margin-left: 10px !important
}

.MediaMaterial-header {
    display: block;
    text-align: center
}

.etyuvr {
    border: 1px solid #43a047;
    -webkit-box-shadow: 0 2px 4px -3px #237a27;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 25px;
    width: 100%
}

form.main_form {
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 10px;
    border-radius: 5px
}

.main_form .textbox {
    height: 35px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px
}

.main_form .message:focus,
.main_form .textbox:focus {
    outline: 0;
    border: #1895d7 1px solid;
    color: #1895d7
}

.main_form .message {
    background: rgba(255, 255, 255, .4);
    width: 100%;
    height: 80px;
    border: rgba(0, 0, 0, .3) 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 3px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    display: block;
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden
}

.main_form .button {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border: rgba(0, 0, 0, .3) 0 solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #d09959;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16pt;
    -webkit-transition: background .4s;
    transition: background .4s;
    cursor: pointer
}

.main_form .button:hover {
    background: #c9873a
}

.overlay {
    width: 100%;
    cursor: default;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(49, 53, 61, .3);
    z-index: 10000;
    -webkit-transition: opacity .5s;
    transition: opacity .5s
}

.popup {
    display: inline-block;
    left: 50%;
    opacity: 0;
    width: 100%;
    max-width: 400px;
    position: fixed;
    top: 40%;
    visibility: hidden;
    z-index: 999999;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    border-radius: 11px;
    text-align: center
}

.popup h3 {
    margin: 10px auto
}

.popup .close_window {
    font-size: 13px;
    display: block;
    width: 6px;
    height: 17px;
    position: absolute;
    padding: 1px 9px 4px 9px;
    top: -15px;
    right: -15px;
    cursor: pointer;
    color: #fff;
    font-family: tahoma, sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d51c8), to(#051fb8));
    background: linear-gradient(top, #3d51c8, #051fb8);
    background-color: #3d51c8;
    border: 1px solid #061fb8;
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: -1px 1px 3px rgba(0, 0, 0, .5)
}

.popup .close_window:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(#051fb8), to(#3d51c8));
    background: linear-gradient(top, #051fb8, #3d51c8);
    background-color: #051fb8;
    border: 1px solid #00385e
}

#push-comments #push_mlyjekpdfdd1 {
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1.hide {
    opacity: 0;
    display: block !important
}

#push-comments #push_mlyjekpdfdd1__form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_mlyjekpdfdd1__title {
    color: #43a047;
    border-bottom: 0 solid;
    -webkit-box-shadow: 1px 4px 10px -7px #ccc;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_mlyjekpdfdd1__message {
    border: 1px solid #43a047;
    -webkit-box-shadow: 0 2px 4px -3px #237a27;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit {
    background: #43a047;
    border: none;
    -webkit-box-shadow: 0 2px 4px -3px #000;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%
}

#push-comments #push_mlyjekpdfdd1__submit:hover {
    background: #237a27;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#push-comments #push_mlyjekpdfdd1__label::after,
#push-comments #push_mlyjekpdfdd1__label::before {
    content: '';
    display: none
}

.popup .close_window:active {
    background: #8f9be0
}

#push-comments #push_3dv4f7 {
    background-color: #f0f0f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, serif;
    padding: 3rem 2rem;
    -webkit-transition: 1s;
    transition: 1s;
    width: 100%
}

#push-comments #push_3dv4f7.hide {
    opacity: 0;
    display: block !important
}

#push-comments #push_3dv4f7__form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    max-width: 600px
}

#push-comments #push_3dv4f7__title {
    color: #43a047;
    border-bottom: 0 solid;
    -webkit-box-shadow: 1px 4px 10px -7px #ccc;
    box-shadow: 1px 4px 10px -7px #ccc;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 16px
}

#push-comments #push_3dv4f7__message,
.comment-input {
    border: 1px solid #43a047;
    -webkit-box-shadow: 0 2px 4px -3px #237a27;
    box-shadow: 0 2px 4px -3px #237a27;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    height: 120px;
    width: 100%
}

#push-comments #push_3dv4f7__submit {
    background: #43a047;
    border: none;
    -webkit-box-shadow: 0 2px 4px -3px #000;
    box-shadow: 0 2px 4px -3px #000;
    color: #fff;
    cursor: pointer;
    border-radius: 25px;
    display: table;
    margin: 20px 0 0;
    height: 50px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    text-shadow: 0 0 1px #237a27;
    font-size: 18px;
    max-width: 280px;
    width: 100%
}

#push-comments #push_3dv4f7__submit:hover {
    background: #237a27;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#push-comments #push_3dv4f7__label::after,
#push-comments #push_3dv4f7__label::before {
    content: '';
    display: none
}

.send_form {
    position:relative;
    min-height: 370px;
}
.form_tab.form_tab_success.flex.flex-column.p20.gap-0 {
    font-size: 20px;
    text-align: center;
}
.preloader {
    position: absolute;
    inset: 0;
    z-index: -1;
    display: flex;
    opacity: 0;
    color: #fff;
    font-size: 20px;
    border-radius: 20px;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.preloader.preloader_active {
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    background: #0a272699;
    backdrop-filter: blur(6px);
}
.preloader > p {
    margin-top: 50px;
}.form_tab {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out;
    padding: 0 !important;
}
.form_tab.active {
    transition: max-height .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
    width: 100%;
    overflow: visible;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 65px;
  display: grid;
  --mask: 
    radial-gradient(12px at left 15px top 50%, #0000 95%, #000),
    radial-gradient(12px at right 15px top 50%, #0000 95%, #000);
  -webkit-mask: var(--mask);
          mask: var(--mask);
  -webkit-mask-composite: source-in;
          mask-composite: intersect;
  animation: l1 1s infinite alternate;
}
.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
  height: 30px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
}
.loader:after {
  margin-left: auto;
}
@keyframes l1 {
  to {
    width: 40px;
  }
}
@keyframes l8-0 {
66%      {transform: skewX(0deg)}
80%,100% {transform: skewX(-45deg)}
}
@keyframes l8-1 {
0%   {transform:scale(var(--s,1)) translate(-0.5px,0)}
33%  {transform:scale(var(--s,1)) translate(calc(1px - 50%),calc(1px - 50%))}
66%  {transform:scale(var(--s,1)) translate(calc(1px - 50%),0%)}
100% {transform:scale(var(--s,1)) translate(calc(0.5px - 50%),0%)}
}