﻿@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit
}

a {
    text-decoration: none;
    color: inherit
}

blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
p {
    margin: 0
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    letter-spacing: inherit
}

embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%
}

[hidden] {
    display: none
}

.clearfix::after {
    content: '';
    display: block;
    clear: both
}

.visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden
}

.form__element {
    display: block;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #e1e1e1;
    background: #fff;
    padding: 12px 0;
    padding-right: 15px;
    margin-bottom: 10px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-left: 15px
}

.form__element--wrapper {
    padding: 0;
    border: none;
    position: relative
}

.form__element--select {
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    text-indent: .01px;
    background: 0 0;
    -webkit-appearance: none
}

.form__arrow {
    display: block;
    width: 45px;
    height: 100%;
    background: 0 0;
    position: absolute;
    right: 0
}

.form__arrow::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 3px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 6px solid #5c5c5c
}

select::-ms-expand {
    display: none
}

.form__select::-ms-expand {
    display: none
}

body {
    min-width: 320px;
    width: 100%;
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #fff;
    background: #f5f2e9;
    color: #000;
    background: #f5f5f5;
    direction: rtl
}

.wrapper {
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

@media (max-width:767px) {
    .wrapper {
        padding: 0 10px
    }
}

.main__inner {
    padding-top: 25px;
    padding-bottom: 25px
}

@media (max-width:767px) {
    .main__inner {
        padding: 0;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

.promo {
    padding: 30px;
    background: #fff;
    border-radius: 20px 20px 0 0
}

@media (max-width:767px) {
    .promo {
        padding: 10px
    }
}

.promo__info-list {
    margin-bottom: 20px
}

.promo__info-item {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px;
    line-height: 18px;
    color: #000;
    position: relative;
    margin-left: 20px
}

@media (max-width:767px) {
    .promo__info-item {
        font-size: 16px;
        line-height: 20px
    }
}

.promo__info-item--update::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    height: 22px;
    background: url("../images/promo__update-icon.png") no-repeat center/contain
}

.promo__info-item--eye::before {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 22px;
    height: 22px;
    background: url("../images/promo__eye-icon.png") no-repeat center/contain
}

.promo__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #000;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .promo__title {
        font-size: 28px;
        line-height: 34px
    }
}

.promo__img-wrapper {
    font-size: 0;
    margin: 0 -10px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .promo__img-wrapper {
        margin: 0 -10px;
        margin-bottom: 15px
    }
}

.promo__img-wrapper img {
    display: inline-block;
    padding: 0 10px;
    width: 50%
}

@media (max-width:767px) {
    .promo__img-wrapper img {
        width: auto;
        display: block;
        margin: 0 auto;
        padding: 10px 0
    }
}

.link {
    color: #218df0
}

.link:hover {
    text-decoration: underline
}

.header__logo {
    width: 400px;
    height: 120px;
    display: table-cell
}

@media (max-width:767px) {
    .header__logo {
        width: 137px;
        height: 60px;
        width: 50%
    }
}

.header__logo-img {
    width: 274px;
    height: 120px
}

@media (max-width:767px) {
    .header__logo-img {
        width: 137px;
        height: 60px
    }
}

.header__inner {
    display: table;
    width: 100%;
    padding: 20px 0
}

.header__search {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    width: 380px
}

@media (max-width:767px) {
    .header__search {
        height: auto;
        text-align: right;
        width: 50%
    }
}

.header__input {
    width: 100%;
    background: #fff;
    border: 1px solid #c7c7c7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50px;
    padding: 9px 0;
    background: url("../images/header__input-icon.png") no-repeat left 15px center, #fff
}

@media (max-width:767px) {
    .header__input {
        width: 40px;
        height: 40px;
        padding: 0;
        background: url("../images/header__input-icon.png") no-repeat center, #fff
    }
}

.article {
    background: #fff;
    padding-bottom: 20px
}

.article__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 15px;
    padding: 0 30px
}

@media (max-width:767px) {
    .article__text {
        font-size: 18px;
        line-height: 28px;
        padding: 0 10px
    }
}

.article__img {
    display: block;
    margin: 20px auto
}

.article__img--no-btm-margin {
    margin-bottom: 0
}

.doc__columns {
    background: #e7e7e7;
    font-size: 0;
    display: table;
    padding: 30px;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .doc__columns {
        margin: 0;
        margin-bottom: 15px;
        display: block;
        padding: 0
    }
}

.doc__column {
    display: inline-block;
    display: table-cell;
    vertical-align: top
}

.doc__column--left {
    width: 285px;
    margin-right: 20px
}

@media (max-width:767px) {
    .doc__column--left {
        max-width: 250px
    }
}

.doc__column--right {
    width: calc(100% - 305px)
}

@media (max-width:767px) {
    .doc__column {
        width: 100%;
        display: block;
        margin: 0 auto
    }
}

.doc__info {
    font-size: 22px;
    line-height: 28px;
    color: #000;
    padding: 10px 0
}

.doc__info b {
    display: block
}

@media (max-width:767px) {
    .doc__info {
        font-size: 22px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .doc__img {
        margin: 0 auto
    }
}

.doc__text {
    font-size: 18px;
    line-height: 32px
}

@media (max-width:767px) {
    .doc__text {
        font-size: 18px;
        line-height: 28px;
        padding: 0 10px
    }
}

.product {
    background: #f1e6d8;
    border-radius: 0 0 20px 20px;
    padding: 20px 30px
}

@media (max-width:767px) {
    .product {
        padding: 10px
    }
}

.product__header-text {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 50px;
    position: relative
}

.product__header-text::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #ea2525;
    bottom: -25px;
    left: 0
}

@media (max-width:767px) {
    .product__header-text {
        font-size: 22px;
        line-height: 28px
    }
}

.product__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .product__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px
    }
}

.product__img {
    width: 346px;
    margin: 20px auto
}

.btn {
    background: #ea2525;
    border-radius: 50px;
    font-weight: 900;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 580px;
    padding: 10px 0;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

@media (max-width:767px) {
    .btn {
        font-size: 16px;
        line-height: 24px;
        max-width: 280px
    }
}

.btn:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05)
}

.comments {
    padding-top: 20px
}

.comments .wrapper {
    background: #f5f5f5
}

.comments__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #3e3e3e;
    margin-bottom: 50px;
    position: relative
}

.comments__title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #e3e3e3;
    left: 0;
    bottom: -15px
}

.comments__item {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 20px;
    position: relative;
    padding: 20px;
    padding-right: 130px
}

@media (max-width:767px) {
    .comments__item {
        padding: 10px
    }
}

.comments__info {
    display: table;
    width: 100%
}

.comments__ava {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    right: 20px;
    top: 20px
}

@media (max-width:767px) {
    .comments__ava {
        position: static;
        width: 80px;
        height: 80px;
        display: inline-block;
        margin-right: 15px
    }
}

@media (max-width:767px) and (max-width:479px) {
    .comments__ava {
        width: 50px;
        height: 50px;
        margin-right: 10px
    }
}

.comments__name {
    font-weight: 900;
    font-size: 18px;
    line-height: 32px;
    color: #3e3e3e
}

@media (max-width:767px) {
    .comments__name {
        display: inline-block;
        vertical-align: top;
        line-height: 80px
    }
}

@media (max-width:479px) {
    .comments__name {
        line-height: 50px
    }
}

.comments__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .comments__text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }
}

.comments__img {
    margin-top: 15px
}

.comments__date {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    line-height: 32px;
    color: #000
}

@media (max-width:767px) {
    .comments__date {
        font-size: 18px;
        line-height: 32px
    }
}

/*new*/

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.4;
    outline: 0;
    -webkit-transition-property: visibility, opacity, -webkit-transform;
    transition-property: visibility, opacity, -webkit-transform;
    transition-property: transform, visibility, opacity;
    transition-property: transform, visibility, opacity, -webkit-transform
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
            transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
            transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
            transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #333
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 5px 9px;
    z-index: 1
}

/*new*/

.err1,
.err2,
.err3,
.err4 {
    display: none
}

.error-box {
    color: #fff;
    background-color: #de5042;
    border-radius: 5px;
    text-align: center;
    width: 95%;
    font-size: 13px;
    line-height: 20px;
    z-index: 100;
    margin: 0 auto 0
}

.flag-dropdown,
.hide {
    display: none
}

.error-box {
    color: #fff;
    background-color: #de5042;
    border-radius: 5px;
    text-align: center;
    font-size: 26px;
    line-height: 35px;
    margin: 5px !important;
    z-index: 100
}

input:invalid {
    -webkit-box-shadow: none;
            box-shadow: none
}

@media (min-width:769px) {
    .error-box {
        font-size: 13px;
        line-height: 16px
    }
}

/*new*/

.comments {
    padding-top: 10px
}

.comments-item {
    max-width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e2e3
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0
}

.comment-text {
    display: inline-block;
    max-width: 79%;
    vertical-align: top;
    font-size: 16px
}

.comment-username {
    color: #365899;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer
}

.comment-username:hover {
    text-decoration: underline
}

.comment-action {
    padding-left: 50px
}

.like,
.like-count,
.reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover,
.reply:hover {
    text-decoration: underline
}

.like:after,
.reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

.like-count {
    padding-left: 20px;
    position: relative
}

.like-count:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    background-image: url("urn:scrapbook:download:error:https://template.drcash.sh/img/like.png")
}

.like-count-liked {
    -webkit-animation: .5s like-change;
            animation: .5s like-change
}

.like-count-unliked {
    -webkit-animation: .5s like-unchange;
            animation: .5s like-unchange
}

@-webkit-keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }

    51% {
        bottom: -10px
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }

    51% {
        bottom: -10px
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

.comment-date {
    font-size: 13px;
    color: #90949c;
    position: relative
}

.comment-input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px
}

.comment-input-area {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 0;
    -webkit-perspective: 800px;
            perspective: 800px
}

.comment-input input[type=text] {
    width: 150px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    word-wrap: wrap
}

.textarea {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-family: Arial, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

.textarea-focus {
    height: 80px
}

.input-action {
    display: none;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px;
    -webkit-transform-origin: top;
            transform-origin: top;
    padding: 10px 10px
}

.input-action-focus {
    display: block;
    -webkit-animation: .6s action-appear;
            animation: .6s action-appear
}

.comment-appear {
    -webkit-animation: comment-appear .4s;
            animation: comment-appear .4s
}

@-webkit-keyframes comment-appear {
    from {
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@keyframes comment-appear {
    from {
        -webkit-transform: scale(0);
                transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@-webkit-keyframes action-appear {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg)
    }

    60% {
        -webkit-transform: rotateX(30deg);
                transform: rotateX(30deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
                transform: rotateX(0)
    }
}

@keyframes action-appear {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
                transform: rotateX(-90deg)
    }

    60% {
        -webkit-transform: rotateX(30deg);
                transform: rotateX(30deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
                transform: rotateX(0)
    }
}

.send-btn {
    float: right;
    padding: 5px 10px;
    background-color: #4267b2;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.send-btn:hover {
    background-color: #365899
}

@media all and (max-width:720px) {
    main {
        width: 100%
    }

    .sidebar {
        display: none
    }

    .mobile-header {
        display: block
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 15px 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.pulse {
    position: relative;
    z-index: 1
}

.pulse:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f44336;
    border-radius: inherit;
    transition: opacity .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.comments-refreshing-wrapper {
    background-color: rgba(0, 78, 255, .14);
    padding: 5px 0;
    margin: 10px 0;
    min-height: 150px;
    border-radius: 5px
}

.comments-refreshing-wrapper .comments-refreshing-title {
    font-size: 20px;
    padding-left: 20px
}

.comments-refreshing-wrapper .comments-item {
    display: none;
    border-bottom: none
}

.comments-refreshing-wrapper .comments-newly-showed {
    display: block;
    -webkit-animation: new-comment-show .5s;
            animation: new-comment-show .5s
}

.comments-refreshing {
    display: none;
    text-align: center
}

.comments-refreshing img {
    max-width: 100px
}

.refresh-appear {
    display: block;
    -webkit-animation: typing-show .5s;
            animation: typing-show .5s
}

@-webkit-keyframes typing-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes typing-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes new-comment-show {
    0% {
        -webkit-transform: scale(.2);
                transform: scale(.2)
    }

    80% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

@keyframes new-comment-show {
    0% {
        -webkit-transform: scale(.2);
                transform: scale(.2)
    }

    80% {
        -webkit-transform: scale(1.2);
                transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
                transform: scale(1)
    }
}

.show-message {
    font-family: Roboto-Regular
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.show-message p {
    margin: 0 !important
}

.show-message__icon {
    width: 50px !important;
    display: inline-block;
    vertical-align: middle
}

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #000;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: RobotoRegular, sans-serif
}

.show-message__info span {
    font-size: 20px;
    font-family: RobotoRegular, sans-serif
}

.show-message__left {
    font-size: 14px
}

.show-message__left span {
    font-size: 15px
}

.show-message_call {
    background-color: #363636
}

.show-message__info span {
    color: #000
}

.package_left,
.package_left span {
    font-size: 15px !important
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, .9)
}

.show-message_online {
    background-color: #cd5555;
    background-color: rgba(0, 0, 0, .9)
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle
}

.show-message__item,
.show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(255, 255, 255, .92);
    color: #000;
    padding: 0 25px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 5px;
    display: none;
    z-index: 98;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #7474ff;
    border-left-style: dashed;
    border-right-style: dashed;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 0 1px 0;
    -webkit-box-shadow: 0 0 1px 0;
    -moz-box-shadow: 0 0 1px 0
}

.lost_position {
    display: none !important;
    opacity: 0 !important
}

.block_position {
    display: block !important;
    opacity: 1 !important
}

@media screen and (max-width:767px) {

    .show-message__item,
    .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px
    }

    .show-message__info {
        width: 230px
    }

    .show-message__item,
    .show-message__item-first {
        width: 300px
    }
}

@media screen and (max-width:319px) {

    .show-message__item,
    .show-message__item-first {
        width: 225px
    }

    .show-message__info {
        width: 160px;
        margin-left: 7px;
        font-size: 15px
    }

    .show-message__info span {
        font-size: 17px
    }

    .show-message__icon {
        width: 38px !important
    }

    .show-message__info br {
        display: none
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/*new*/

.tippy-box[data-theme~=red] {
    background-color: red;
    padding-top: 10px;
    text-align: center
}

.tippy-box[data-theme~=retro] {
    color: tomato;
    font-weight: 700;
    background: beige;
    border-width: 2px;
    border-style: solid;
    border-color: tomato;
    -o-border-image: initial;
       border-image: initial;
    z-index: 1 !important;
    text-align: center
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    top: 17px;
    border-top-color: tomato
}

/*new*/

/*new*/

/*new*/