/*inline import css hack to remove push backdrop in safari browser*/
@media not all and (min-resolution: .001dpcm) {
    div.sp-backdrop-info.show-prompt {
        display: none !important;
    }
}

/* --- default prompt styles--- */
.sp-prompt-style {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.sp-prompt {
    color: #444444;
    text-align: left;
    display: block !important;
    font-weight: normal;
}

.sp-prompt,
.sp-prompt * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: normal;
}

.sp-prompt div,
.sp-prompt span,
.sp-prompt a {
    background-color: transparent;
    font-weight: normal;
}

.sp-prompt-btn,
.sp-prompt-close {
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    cursor: pointer;
}

.sp-prompt-btn {
    font-size: 13px;
    padding: 2px 8px 3px;
    display: inline-block !important;
    margin-bottom: 0 !important;
    outline: none !important;
    border-radius: 3px;
    text-shadow: none !important;
    height: auto;
    line-height: 1.5;
    text-transform: none !important;
    min-height: 1px !important;
    width: auto;
}

.sp-prompt-btn,
.sp-prompt-btn:hover,
.sp-prompt-btn:focus {
    background: #fff;
    border: 1px solid #aaa;
}

.sp-prompt-btn:focus {
    -webkit-box-shadow: 0 0 1px 1px rgba(90, 199, 208, 0.5);
    box-shadow: 0 0 1px 1px rgba(90, 199, 208, 0.5);
}

.sp-prompt-btn:active {
    position: relative;
    top: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.sp-accept-btn {
    margin: 0 0 0 5px;
}

.sp-accept-btn:hover {
    background: #F9F9F9;
}

.sp-bell-icon {
    position: relative;
    top: -1px;
    margin-right: 5px;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    display: inline-block !important;
}

.sp-prompt-message-text {
    word-wrap: break-word;
    max-width: 100%;
}

.sp-prompt-message-text:empty {
    display: none;
}

.sp-prompt-close {
    position: absolute;
    right: 5px;
    top: 6px;
    width: 5%;
    font-size: 22px !important;
    text-align: center;
    border: none !important;
    background: none !important;
    outline: none !important;
    padding: 0 !important;
    cursor: pointer;
    color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

@media (min-width: 768px) {
    .sp-prompt-close {
        font-size: 32px !important;
        font-weight: normal;
        line-height: 30px;
        right: 10px;
    }
}

.sp-table-wrapper {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.sp-table-wrapper>.sp-cell {
    display: table-cell;
    vertical-align: middle;
}

.sp-link {
    line-height: 1.5;
}

.sp-link,
.sp-link>span {
    display: inline-block;
    position: relative;
    font-size: 12px;
    text-decoration: none !important;
    color: #222;
    width: auto;
}

.sp-link>span {
    margin-left: 4px;
    top: 2px;
    opacity: 0.65;
}

.sp-link>img {
    vertical-align: middle;
    border: none;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.sp-link:hover>span {
    opacity: 0.9;
    color: #23527c;
}

@media (max-width: 767px) {
    .sp-popover.sp-prompt {
        background-color: #fff !important;
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        top: initial !important;
        bottom: 0;
        padding: 10px 15px;
        border: 1px solid #cdcdcd;
        font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', 'Dejavu Sans', sans-serif !important;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2) !important;
    }

    .sp-popover.sp-prompt+.sp-prompt-backdrop {
        display: none;
    }

    .sp-popover .sp-prompt-message-text,
    .sp-popover .sp-prompt-title {
        font-size: 14px;
        display: block;
        margin-bottom: 10px;
        color: #222;
    }

    .sp-popover .sp-prompt-message-text:nth-child(1),
    .sp-popover .sp-prompt-info {
        margin-bottom: 5px;
        margin-right: 10px;
    }

    .sp-popover .sp-prompt-buttons {
        text-align: right;
    }

    .sp-popover .sp-prompt-btn {
        text-transform: uppercase;
        font-weight: bold;
        font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', 'Dejavu Sans', sans-serif !important;
        border: none;
        padding: 6px 12px;
        color: #4285F4;
        font-size: 13px;
    }

    .sp-popover .sp-accept-btn {
        margin: 0 0 0 2px;
        background: #4285F4 !important;
        color: #fff !important;
    }

    .sp-popover .sp-accept-btn:active {
        background: #1769f1 !important;
    }

    .sp-popover .sp-disallow-btn {
        color: #777777 !important;
    }

    .sp-popover .sp-disallow-btn:active {
        background: #dddddd !important;
    }

    .sp-popover .sp-link-wrapper {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }
}

@media (max-width: 380px) {
    .sp-popover.sp-prompt {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }
}

/* --- type: sendpulse-popover --- */
.sp-popover.sp-prompt {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.sp-popover .sp-prompt-close {
    right: 8px;
    top: 2px;
    width: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #767676;
}

.sp-popover .sp-prompt-close:hover {
    color: #333333;
}

@media (min-width: 768px) {
    .sp-popover.sp-prompt {
        width: auto;
        max-width: 400px;
        left: 90px;
        top: 6px;
        padding: 12px 15px;
        background-color: #FBFBFB !important;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.15);
        color: #000 !important;
        font-size: 12px;
        line-height: 1.5;
    }

    .sp-popover:before,
    .sp-popover:after {
        content: '';
        position: absolute;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #FBFBFB;
    }

    .sp-popover:before {
        top: -6px;
        border-bottom: 6px solid rgba(0, 0, 0, 0.25);
        z-index: 999997;
    }

    .sp-popover:after {
        top: -5px;
        border-bottom: 6px solid #FBFBFB;
        z-index: 999998;
    }

    .sp-popover .sp-prompt-message-text {
        font-size: 12px;
        display: block;
        margin-bottom: 13px;
        color: #222;
        margin-right: 20px;
    }

    .sp-popover .sp-prompt-btn {
        margin: 0;
        border-radius: 2px;
        padding: 5px 10px !important;
        background-color: #F9F9F9;
        font-size: 12px;
        border-color: #bababa;
        font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
        color: #222 !important;
        text-transform: none;
        font-weight: normal;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
        margin-right: 5px;
    }

    .sp-popover .sp-prompt-btn:last-child {
        margin-right: 0;
    }

    .sp-popover .sp-prompt-btn:hover {
        background-color: #fff;
    }

    .sp-popover .sp-prompt-buttons {
        margin-right: 0;
        text-align: right;
        margin-bottom: 2px;
        min-width: 368px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sp-popover .sp-prompt-buttons .sp-prompt-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .sp-popover .sp-prompt-buttons .sp-link-wrapper .sp-link>span {
        top: -1px;
        line-height: 15px;
    }

    .sp-popover .sp-prompt-buttons>* {
        margin: 0 0 0 8px !important;
        float: none !important;
    }

    .sp-popover .sp-prompt-buttons>*:first-child {
        margin-left: 0 !important;
    }

    .sp-popover .sp-accept-btn {
        border-color: #57d1ad;
        font-weight: bold;
        -webkit-box-shadow: 0 1px 1px rgba(38, 93, 134, 0.18);
        box-shadow: 0 1px 1px rgba(38, 93, 134, 0.18);
    }

    .sp-popover .sp-disallow-btn {
        float: none;
        margin-left: 5px;
        margin-right: 0;
    }

    .sp-popover .sp-prompt-info {
        padding-left: 20px;
    }

    .sp-popover .sp-prompt-info .sp-bell-icon {
        margin-left: -15px;
    }

    .sp-popover .sp-link-wrapper {
        display: block;
        float: none;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: left;
        margin: 0;
    }

    .sp-popover .sp-link>span {
        margin-left: 0;
    }
}

/* --- type: sendpulse-native-popover --- */
.sp-native-popover.sp-prompt {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.sp-native-popover.sp-prompt {
    width: 90%;
    max-width: 400px;
    padding: 12px;
    bottom: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sp-native-popover.sp-prompt.sp-pos-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
}

.sp-native-popover.sp-prompt.sp-pos-right {
    right: 90px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: auto;
}

.sp-native-popover.sp-prompt .sp-prompt-btn {
    background-color: #31B58E;
    color: #fff;
    border: none;
}

.sp-native-popover.sp-prompt .sp-prompt-btn.sp-disallow-btn {
    background-color: transparent;
    border: none;
    color: #31B58E;
}

.sp-native-popover .sp-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: inherit;
}

.sp-native-popover .sp-link>span {
    color: inherit;
    top: 1px;
    margin-left: 7px;
    line-height: 14px;
}

.sp-native-popover .sp-prompt-close {
    right: 9px;
    top: 4px;
    text-align: center;
    font-size: 26px !important;
    font-weight: 400;
    color: inherit;
}

.sp-native-popover .sp-prompt-close:hover {
    opacity: 0.8;
}

.sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell {
    white-space: nowrap;
    width: 10px;
    padding-left: 16px;
}

.sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell:first-child {
    width: auto;
    padding-left: 0;
}

.sp-native-popover .sp-native-info-inner {
    margin-bottom: 16px;
}

.sp-native-popover .sp-native-info-inner .sp-prompt-info {
    font-size: 15px;
    line-height: 22px;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 290px;
}

.sp-native-popover .sp-native-info-inner .sp-cell {
    padding-left: 14px;
    vertical-align: top;
}

.sp-native-popover .sp-native-info-inner .sp-cell:first-child {
    width: 64px;
    padding-left: 0;
}

.sp-native-popover .sp-native-info-inner .sp-bell-icon {
    position: relative;
    top: 0;
    margin-right: 0;
    width: 64px;
    height: 64px;
    display: block !important;
    border-radius: 3px;
}

@media (min-width: 768px) {
    .sp-native-popover.sp-prompt {
        width: 440px;
        max-width: 440px;
        left: 90px;
        top: 6px;
        padding: 16px;
        background-color: #fff;
        border-radius: 2px;
        color: #222;
        font-size: 12px;
        line-height: 1.5;
        bottom: auto;
        margin: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sp-native-popover:before,
    .sp-native-popover:after {
        content: '';
        position: absolute;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #FBFBFB;
        display: none;
    }

    .sp-native-popover:before {
        top: -6px;
        border-bottom: 6px solid rgba(0, 0, 0, 0.25);
        z-index: 999997;
    }

    .sp-native-popover:after {
        top: -6px;
        border-bottom: 6px solid #FBFBFB;
        z-index: 999998;
    }

    .sp-native-popover .sp-prompt-message-text {
        font-size: 12px;
        display: block;
        margin-bottom: 13px;
        color: inherit;
        margin-right: 20px;
    }

    .sp-native-popover .sp-prompt-btn {
        font-size: 15px;
        padding: 6px 0 8px;
        margin: 0;
    }

    .sp-native-popover .sp-prompt-btn.sp-disallow-btn {
        background-color: transparent;
        border: none;
        float: none;
        color: #31B58E;
        font-weight: normal;
    }

    .sp-native-popover .sp-prompt-btn.sp-accept-btn {
        border-radius: 4px;
        font-weight: bold;
        color: #fff;
        background-color: #31B58E;
        border: none;
        min-width: 78px;
        padding: 6px 14px 8px;
    }

    .sp-native-popover .sp-prompt-btn:hover {
        opacity: 0.9;
    }

    .sp-native-popover .sp-prompt-info {
        padding-left: 20px;
    }

    .sp-native-popover .sp-prompt-info .sp-bell-icon {
        margin-left: -15px;
    }
}

@media (max-width: 460px) {
    .sp-native-popover .sp-native-info-inner .sp-prompt-info {
        font-size: 13px;
        line-height: normal;
    }

    .sp-native-popover .sp-native-info-inner .sp-cell {
        padding-left: 0;
        padding-right: 10px;
    }

    .sp-native-popover .sp-native-info-inner .sp-cell:first-child {
        padding-right: 0;
        display: none;
    }

    .sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell {
        display: block;
        float: right;
        width: auto;
    }

    .sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell:first-child {
        float: left;
        width: 100%;
        margin: 0 0 12px 0;
    }
}

@media (min-width: 768px) {
    body .sp-prompt.sp-native-popover {
        top: -250px;
        -webkit-transition: top 700ms;
        transition: top 700ms;
    }

    body .sp-prompt.sp-native-popover.show-prompt {
        top: 0;
    }
}

/* --- prompt modal --- */
.sp-modal.sp-prompt {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    top: 0;
}

.sp-modal+.sp-prompt-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999996;
    background: #000;
    opacity: 0.33;
}

.sp-modal.sp-prompt {
    width: 90%;
    margin: 150px auto;
    margin-top: 15vh;
    padding: 35px 20px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.sp-modal .sp-prompt-message-text {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.sp-modal .sp-prompt-info {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
    opacity: 0.8;
}

.sp-modal .sp-bell-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    margin-right: auto;
}

.sp-modal .sp-prompt-message,
.sp-modal .sp-prompt-buttons,
.sp-modal .sp-prompt-message-text {
    text-align: center;
}

.sp-modal .sp-prompt-btn {
    font-size: 16px;
    padding: 5px 14px;
    font-weight: bold;
}

.sp-modal .sp-prompt-buttons {
    position: relative;
}

.sp-modal .sp-prompt-buttons .sp-link-wrapper {
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: -20px;
}

@media (min-width: 600px) {
    .sp-modal.sp-prompt {
        width: 500px;
        left: 50%;
        margin-left: -250px;
        padding: 60px 50px 50px;
    }
}

@media (min-width: 768px) {
    body>.sp-prompt.sp-modal {
        -webkit-transition: all 300ms ease 1000ms;
        transition: all 300ms ease 1000ms;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    body>.sp-prompt.sp-modal.show-prompt {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    body>.sp-prompt.sp-modal.show-prompt+.sp-prompt-backdrop {
        display: block !important;
    }
}

/* --- type: sendpulse-bar --- */
.sp-bar.sp-prompt {
    position: relative;
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sp-bar+.sp-prompt-backdrop {
    display: none;
}

.sp-bar .sp-prompt-message {
    width: 90%;
    margin: auto;
    text-align: center;
    line-height: 1.42857143;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sp-bar .sp-prompt-close {
    font-size: 30px !important;
    top: 10px;
    margin: 0 !important;
    min-height: 1px;
    color: #333333;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.sp-bar .sp-prompt-message-text,
.sp-bar .sp-bell-icon,
.sp-bar .sp-prompt-buttons {
    display: inline-block;
}

.sp-bar .sp-prompt-message-text {
    font-size: 16px;
    margin-top: -1px;
}

.sp-bar .sp-prompt-info {
    padding-left: 0;
}

.sp-bar .sp-prompt-buttons {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    white-space: nowrap;
}

.sp-bar .sp-prompt-btn {
    font-size: 15px;
    font-weight: bold;
}

.sp-bar .sp-disallow-btn {
    padding-left: 2px;
    padding-right: 2px;
    font-weight: normal;
}

.sp-bar .sp-link-wrapper {
    position: absolute;
    display: block;
    right: 10px;
    bottom: -20px;
    line-height: normal;
}

.sp-bar .sp-link-wrapper .sp-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    background: rgba(244, 244, 244, 0.9);
    padding: 2px 8px;
    border-radius: 0 0 8px 8px;
    line-height: 1.3;
    -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.15), inset 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 50ms ease 20ms;
    transition: all 50ms ease 20ms;
}

.sp-bar .sp-link-wrapper .sp-link>span {
    margin-left: 0;
    opacity: 1;
    top: 0;
    color: #555555;
}

.sp-bar .sp-link-wrapper .sp-link:hover {
    background: #ffffff;
}

.sp-bar .sp-link-wrapper .sp-link:hover>span {
    color: #2ca17e;
}

@media (max-width: 892px) {
    .sp-bar .sp-prompt-message {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sp-bar .sp-prompt-buttons {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
    }

    .sp-bar .sp-prompt-message-text {
        margin-bottom: 5px;
    }
}

.sp-modal .sp-prompt-btn:hover,
.sp-bar .sp-prompt-btn:hover {
    opacity: 0.9;
}

.sp-modal .sp-accept-btn,
.sp-bar .sp-accept-btn {
    background-color: #31B58E;
    border-color: #31B58E;
    color: #fff;
}

.sp-modal .sp-disallow-btn,
.sp-bar .sp-disallow-btn {
    border-color: transparent;
    background-color: transparent;
    color: #31B58E;
}

/* --- prompt-style-android --- */
.sp-floating-panel {
    position: fixed;
    width: 189px;
    right: 35px;
    bottom: 35px;
    z-index: 999999;
    cursor: pointer;
}

.sp-floating-panel.sp-hide {
    display: none !important;
}

.sp-floating-panel.sp-fab-left {
    left: 35px;
    right: auto;
}

.sp-floating-panel .sp-prompt-label {
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
    -webkit-transition: text-shadow 150ms ease 50ms;
    transition: text-shadow 150ms ease 50ms;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.2), 1px 0 1px rgba(0, 0, 0, 0.2), -1px 0 1px rgba(0, 0, 0, 0.2);
}

.sp-floating-panel .sp-prompt-label a {
    color: #fff;
    font-size: inherit;
    text-decoration: none;
}

.sp-floating-panel .sp-prompt-label a:hover {
    text-decoration: underline;
}

.sp-floating-panel .sp-prompt-label:hover {
    text-shadow: -2px 0 rgba(0, 0, 0, 0.2), 0 2px rgba(0, 0, 0, 0.2), 2px 0 rgba(0, 0, 0, 0.2), 0 -2px rgba(0, 0, 0, 0.2);
    text-decoration: underline;
}

.sp-floating-panel svg {
    display: block;
    margin: 0 auto;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.sp-floating-panel svg:hover {
    opacity: 0.9;
}

.sp-floating-panel .sp-bell-icon {
    width: 26px;
    height: 26px;
    position: relative;
    top: 1px;
}

.sp-floating-panel .sp-table-wrapper .sp-cell {
    padding-left: 16px;
    line-height: 16px;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: text-shadow 200ms ease 50ms;
    transition: text-shadow 200ms ease 50ms;
}

.sp-floating-panel .sp-table-wrapper .sp-cell:last-child>a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    font-weight: bold;
    white-space: pre-wrap;
    word-wrap: break-word;
    max-width: 115px;
    display: inline-block;
}

.sp-floating-panel .sp-table-wrapper .sp-cell:first-child {
    width: 26px;
    padding-left: 0;
}

.sp-floating-panel .sp-table-wrapper .sp-cell:first-child>a {
    display: block;
}

.sp-floating-panel .sp-prompt-message {
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 16px 12px 16px;
    position: relative;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: box-shadow 200ms ease 50ms;
    -webkit-transition: -webkit-box-shadow 200ms ease 50ms;
    transition: -webkit-box-shadow 200ms ease 50ms;
    transition: box-shadow 200ms ease 50ms;
    transition: box-shadow 200ms ease 50ms, -webkit-box-shadow 200ms ease 50ms;
}

.sp-floating-panel .sp-prompt-message:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 0;
    width: 80%;
    height: 100%;
    -webkit-box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.sp-floating-panel .sp-prompt-message:hover {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 1px #fff, 0 4px 10px rgba(0, 0, 0, 0.3);
}

.sp-floating-panel .sp-prompt-message:hover .sp-table-wrapper .sp-cell {
    text-shadow: -1px 0 rgba(0, 0, 0, 0.05), 0 1px rgba(0, 0, 0, 0.05), 1px 0 rgba(0, 0, 0, 0.05), 0 -1px rgba(0, 0, 0, 0.05);
}

.sp-floating-panel .sp-prompt-message:active {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
    body .sp-floating-panel {
        right: -300px;
        -webkit-transition: left 700ms;
        transition: left 700ms;
    }

    body .sp-floating-panel.show-prompt {
        right: 20px;
    }

    body .sp-floating-panel.sp-fab-left.show-prompt {
        right: auto;
        left: 20px;
    }
}

/* --- prompt-style-android --- */
.sendulse-android-like.sp-prompt {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.sendulse-android-like.sp-prompt {
    top: 0;
    padding: 24px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.sendulse-android-like .sp-prompt-buttons {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sendulse-android-like .sp-prompt-buttons>*:first-child {
    margin-left: 0 !important;
}

.sendulse-android-like .sp-prompt-buttons .sp-link-wrapper {
    display: block;
    float: none !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    margin: 0 !important;
    top: -1px !important;
    line-height: 0;
}

.sendulse-android-like .sp-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sendulse-android-like .sp-link>span {
    color: #333333;
    opacity: 1;
}

.sendulse-android-like .sp-link>span:hover {
    opacity: 0.9;
}

.sendulse-android-like .sp-link>img {
    display: block;
    top: 3px;
    margin-top: 0;
    position: relative;
}

.sendulse-android-like .sp-prompt-close {
    right: 15px;
    top: 9px;
}

.sendulse-android-like .sp-prompt-message {
    text-align: left;
    position: relative;
}

.sendulse-android-like .sp-prompt-message-text {
    margin-bottom: 5px;
}

.sendulse-android-like .sp-prompt-title {
    font-weight: bold;
    font-size: 15px;
}

.sendulse-android-like .sp-prompt-info {
    min-height: 75px;
    padding-left: 0;
    font-size: 15px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 16px;
    padding-top: 5px;
    color: #000;
}

.sendulse-android-like .sp-bell-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 3px;
    width: auto;
    height: auto;
    border-radius: 3px;
    max-width: 64px;
    max-height: 64px;
}

.sendulse-android-like .sp-prompt-btn {
    font-size: 15px;
    padding: 7px 0 9px;
    margin: 0;
}

.sendulse-android-like .sp-prompt-btn.sp-disallow-btn {
    background-color: transparent;
    border: none;
    color: #31B58E;
    font-weight: normal;
    margin-right: 20px;
}

.sendulse-android-like .sp-prompt-btn.sp-accept-btn {
    border-radius: 4px;
    font-weight: bold;
    color: #fff;
    background-color: #31B58E;
    border: none;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 98px;
}

.sendulse-android-like .sp-prompt-btn:hover {
    opacity: 0.9;
}

@media (min-width: 480px) {
    .sendulse-android-like.sp-prompt {
        width: 480px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .sendulse-android-like .sp-prompt-message {
        padding-left: 78px;
    }

    .sendulse-android-like .sp-bell-icon {
        visibility: visible;
    }

    .sendulse-android-like .sp-prompt-buttons {
        margin-left: -78px;
    }

    .sendulse-android-like .sp-prompt-buttons .sp-link-wrapper {
        float: left;
        position: relative;
        top: 8px;
        margin-bottom: 3px;
        margin-top: 0;
        margin-right: 10px;
    }
}

@media (min-width: 768px) {
    body .sp-prompt.sendulse-android-like {
        top: -250px;
        -webkit-transition: top 700ms;
        transition: top 700ms;
    }

    body .sp-prompt.sendulse-android-like.show-prompt {
        top: 0;
    }
}

/* --- prompt-style-safari --- */
.sp-safari.sp-prompt {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.sp-safari.sp-prompt {
    top: 0;
    padding: 12px 20px;
    background: #f0f3f5;
    background: rgba(245, 247, 249, 0.97);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.sp-safari .sp-prompt-buttons {
    text-align: right;
}

.sp-safari .sp-prompt-buttons .sp-link-wrapper {
    display: block;
    text-align: left;
    margin-top: -7px;
    margin-bottom: 10px;
}

.sp-safari .sp-prompt-close {
    display: none;
}

.sp-safari .sp-prompt-message {
    text-align: left;
    position: relative;
}

.sp-safari .sp-prompt-message-text {
    margin-bottom: 5px;
}

.sp-safari .sp-prompt-title {
    font-weight: bold;
    font-size: 15px;
}

.sp-safari .sp-prompt-info {
    min-height: 30px;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0.8;
    text-align: left;
    margin-bottom: 12px;
}

.sp-safari .sp-bell-icon {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 3px;
    width: auto;
    height: auto;
    max-width: 64px;
    max-height: 64px;
}

.sp-safari .sp-prompt-btn {
    min-width: 88px;
    font-size: 14px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.sp-safari .sp-prompt-btn:hover {
    opacity: 0.9;
}

@media (min-width: 480px) {
    .sp-safari.sp-prompt {
        width: 430px;
        left: 50%;
        margin-left: -215px;
    }

    .sp-safari .sp-prompt-message {
        padding-left: 80px;
    }

    .sp-safari .sp-bell-icon {
        visibility: visible;
    }

    .sp-safari .sp-prompt-buttons {
        margin-left: -80px;
        padding-top: 7px;
        padding-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sp-safari .sp-prompt-buttons>* {
        margin: 0 0 0 8px;
    }

    .sp-safari .sp-prompt-buttons>*:first-child {
        margin-left: 0;
    }

    .sp-safari .sp-prompt-buttons .sp-link-wrapper {
        float: none;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        padding-top: 0;
        padding-left: 0;
        line-height: 0;
    }

    .sp-safari .sp-prompt-buttons .sp-link-wrapper .sp-link {
        white-space: nowrap;
        line-height: normal;
    }

    .sp-safari .sp-prompt-buttons .sp-link-wrapper .sp-link>img {
        vertical-align: middle;
        position: relative;
    }

    .sp-safari .sp-prompt-buttons .sp-link-wrapper .sp-link>span {
        top: auto;
        white-space: normal;
        vertical-align: middle;
    }
}

.sp-safari .sp-accept-btn {
    color: #fff;
    background: #7abcff;
    background: -webkit-gradient(linear, left top, left bottom, from(#7abcff), to(#4096ee));
    background: linear-gradient(to bottom, #7abcff 0%, #4096ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abcff', endColorstr='#4096ee', GradientType=0);
    border-color: #4096ee;
}

.sp-safari .sp-disallow-btn {
    color: #444 !important;
}

@media (min-width: 768px) {
    body>.sp-prompt.sp-safari {
        top: -250px;
        -webkit-transition: top 700ms;
        transition: top 700ms;
    }

    body>.sp-prompt.sp-safari.show-prompt {
        top: 0;
    }
}

/* --- prompt-style-fab --- */
.sp-fab {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
    background-color: transparent !important;
    bottom: 35px;
    right: 35px;
}

.sp-fab.sp-hide {
    display: none !important;
}

.sp-fab.sp-fab-left {
    right: auto;
    left: 35px;
}

.sp-fab.sp-fab-left .sp-prompt-message {
    right: auto;
    left: -10px;
}

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

.sp-fab .sp-prompt-message {
    position: absolute;
    bottom: 58px;
    right: -10px;
    width: 250px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    text-align: left;
}

.sp-fab .sp-prompt-message .sp-prompt-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.3;
}

.sp-fab .sp-prompt-message .sp-prompt-info {
    padding-left: 0;
    font-size: 13px;
    opacity: 0.8;
    text-align: left;
}

.sp-fab .sp-prompt-message .sp-prompt-message-text {
    margin-bottom: 5px;
}

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

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

.sp-fab .sp-prompt-fab {
    padding: 10px;
    width: 48px;
    height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #31B58E;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
    -webkit-transition: box-shadow 200ms ease 50ms;
    -webkit-transition: -webkit-box-shadow 200ms ease 50ms;
    transition: -webkit-box-shadow 200ms ease 50ms;
    transition: box-shadow 200ms ease 50ms;
    transition: box-shadow 200ms ease 50ms, -webkit-box-shadow 200ms ease 50ms;
}

.sp-fab .sp-prompt-fab .sp-bell-icon {
    margin: auto;
    width: 24px;
    height: 24px;
    top: 2px;
}

.sp-fab .sp-prompt-fab use.sp-bell-path {
    fill: #fff;
}

.sp-fab .sp-prompt-close,
.sp-fab .sp-prompt-btn {
    display: none !important;
}

.sp-fab .sp-link-wrapper {
    display: block;
    margin-bottom: 4px;
}

.sp-fab .sp-prompt-message {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 100ms ease 50ms;
    transition: all 100ms ease 50ms;
}

.sp-fab:hover .sp-prompt-message {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sp-fab:hover .sp-prompt-fab {
    -webkit-box-shadow: 0 0 0 2px #fff, 0 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 2px #fff, 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* ------- prompt-backdrop-info ------- */
.sp-backdrop-info {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999996;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 200ms ease 100ms;
    transition: all 200ms ease 100ms;
}

.sp-backdrop-info.show-prompt {
    display: block !important;
    opacity: 1;
}

.sp-backdrop-info .backdrop-close {
    position: absolute;
    color: #fff;
    right: 20px;
    top: 20px;
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    opacity: 0.8;
    cursor: pointer;
}

.sp-backdrop-info .backdrop-close:hover {
    opacity: 1;
}

.sp-backdrop-info .backdrop-close>big {
    font-size: 60px;
    line-height: 20px;
}

.sp-backdrop-info .backdrop-close>small {
    font-size: 16px;
}

.sp-backdrop-info .backdrop-message {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999997;
    position: absolute;
    max-width: 360px;
    color: #fff;
    margin-top: 150px;
    margin: 36vh auto 10vh auto;
    font-size: 21px;
    padding: 20px;
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
}

/*new prompt default styles start*/
.sp-webpush-label {
    border-radius: 50%;
    width: 896px;
    height: 220px;
    position: fixed;
    top: -85px;
    left: -190px;
    z-index: 100001;
    display: none;
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    margin-left: 22px;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
}

.sp-webpush-label.sp-show {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.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, 0.4);
}

.sp-webpush-label .sp-inner-content {
    position: absolute;
    right: calc(16% - 22px);
    top: calc(85px + 15px);
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 10;
    text-shadow: -2px 0 rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.1), 2px 0 rgba(0, 0, 0, 0.1), 0 -2px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.sp-webpush-label .sp-brand-link {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    top: -5px;
    text-shadow: -2px 0 rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.1), 2px 0 rgba(0, 0, 0, 0.1), 0 -2px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.sp-webpush-label .sp-brand-link:hover {
    text-decoration: none;
}

.sp-webpush-label .sp-brand-link:hover>span {
    text-decoration: none;
}

.sp-webpush-label .sp-brand-link>span {
    position: relative;
    padding-left: 24px;
    font-weight: bold;
    text-decoration: underline;
    font-size: inherit;
    color: inherit;
    text-shadow: -2px 0 rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.1), 2px 0 rgba(0, 0, 0, 0.1), 0 -2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
}

.sp-webpush-label .sp-brand-link>span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgZmlsbD0iIzAwQTJDMCIvPiAgICA8cmVjdCB4PSItMSIgeT0iLTEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjEiIHN0cm9rZS13aWR0aD0iMiIvPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjUwNjQgOC4wOTYzOVY4LjQzMzc0VjguNjAyNDFMMTMuNDkwMiA5SDExLjg1OUg4LjQxNTc5SDguMTIyMDZMOC4wODMyMiA4LjcwNzI1TDcuNTk3NjEgNS4zNDc1NUw1LjM5MDY0IDEzLjc0ODhMNS4zMjQ2NiAxNEg1LjA2NjI2SDMuODQ0MzJIMy41Nzg4OUwzLjUxNzgxIDEzLjc0MDNMMi4zNTA3MyA5SDAuMzM1NTA5SDBWOC43NTE3NVY3LjI2NDU3VjdIMC4zMzU1MDlIMy42MDg4OUgzLjg2MDUyTDMuODk2NjMgNy4xODc1NEw0LjQ5ODkgOS44NTM5N0w2Ljk3NDcyIDAuMjUyNjgyTDcuMDM5ODcgMEg3LjI5OTQ5SDguNTU0MDZIOC44NTExMUw4Ljg4NzEgMC4yOTY0NzdMOS43MjgxNSA3LjAxODg3SDExLjgyODlMMTIuMzE1OSA3LjAxODg2TDEyLjYzMDkgNy4wMTg4N0gxMy40OTAyTDEzLjUwNjQgNy4xODc1NFY3LjM1NjIyVjguMDk2MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBmaWxsPSJ3aGl0ZSIvPiAgICA8cGF0aCBkPSJNMTQuNDEyIDhDMTQuNDEyIDguOTc4MTQgMTMuNjIzMyA5Ljc3MTA4IDEyLjY1MDUgOS43NzEwOEMxMS42Nzc3IDkuNzcxMDggMTAuODg5MSA4Ljk3ODE0IDEwLjg4OTEgOEMxMC44ODkxIDcuMDIxODYgMTEuNjc3NyA2LjIyODkxIDEyLjY1MDUgNi4yMjg5MUMxMy42MjMzIDYuMjI4OTEgMTQuNDEyIDcuMDIxODYgMTQuNDEyIDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBmaWxsPSJ3aGl0ZSIvPiAgICA8cGF0aCBkPSJNMTIuNjUwNSA1LjIyODkxQzExLjg5NzUgNS4yMjg5MSAxMS4yMTY5IDUuNTMwNjIgMTAuNzE5NyA2LjAxODg3SDEwLjYxMDhMOS44Nzk4MSAwLjE3NTk3MUw5Ljg3OTM2IDAuMTcyMzMyTDkuODQzODIgLTAuMTIwNTA3TDkuNzM3MDYgLTFIOC44NTExMUg4LjU1NDA2SDcuMjk5NDlINy4wMzk4N0g2LjI2NUw2LjA3MTU0IC0wLjI0OTY3TDYuMDA2NCAwLjAwMjk4NjQ5TDYuMDA2MzkgMC4wMDMwMTIzMUw0LjQ1OTk5IDZIMy44NjA1MkgzLjYwODg5SDAuMzM1NTA5SDBILTFWN1Y3LjI2NDU3VjguNzUxNzVWOVYxMEgwSDAuMzM1NTA5SDEuNTY3MDhMMi41NDU1NiAxMy45NzQzTDIuNjA1NDUgMTQuMjI4OUwyLjc4Njc5IDE1SDMuNTc4ODlIMy44NDQzMkg1LjA2NjI2SDUuMzI0NjZINi4wOTU5TDYuMjkxODUgMTQuMjU0MUw2LjM1NzgzIDE0LjAwMjlMNi4zNTc4MyAxNC4wMDI5TDcuNDA5MzYgMTBIOC4xMjIwNkg4LjQxNTc5SDEwLjczOTFDMTEuMjM0NSAxMC40NzcxIDExLjkwNzIgMTAuNzcxMSAxMi42NTA1IDEwLjc3MTFDMTQuMTgwOCAxMC43NzExIDE1LjQxMiA5LjUyNTI2IDE1LjQxMiA4QzE1LjQxMiA2LjQ3NDc0IDE0LjE4MDggNS4yMjg5MSAxMi42NTA1IDUuMjI4OTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4xIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
}

.sp-webpush-label.sp-windows.sp-firefox {
    max-width: 100%;
    width: 100%;
    left: -22px;
    display: block !important;
    /*fix notification position for firefox*/
    /*fix notification position for firefox*/
}

.sp-webpush-label.sp-windows.sp-firefox+.sp-webpush-label.sp-show {
    display: none !important;
}

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

.sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
    right: auto;
    left: 654px;
}

@media (max-width: 1140px) {
    .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
        left: 645px;
    }
}

@media (max-width: 1080px) {
    .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
        left: calc(23.7% + 384px);
    }
}

@media (max-width: 978px) {
    .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
        left: calc(25% + 384px);
    }
}

@media (max-width: 860px) {
    .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
        left: calc(23.5% + 384px);
    }
}

@media (max-width: 768px) {
    .sp-webpush-label.sp-windows.sp-firefox.initialized {
        display: none !important;
    }
}

.sp-webpush-label.sp-windows.sp-opera {
    display: block !important;
}

.sp-webpush-label.sp-windows.sp-opera+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-opera .sp-inner-content {
    right: calc(16% - 45px);
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-en {
    margin-left: 0;
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-en .sp-inner-content {
    right: calc(16% - 67px);
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-ru {
    margin-left: 0;
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-ru .sp-inner-content {
    right: calc(16% - 67px);
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-uk {
    margin-left: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-uk .sp-inner-content {
    right: 58px;
}

.sp-webpush-label.sp-windows.sp-opera.sp-opera56 {
    margin-left: 0;
    right: auto;
    left: -190px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sp-webpush-label.sp-windows.sp-opera.sp-opera56 .sp-inner-content {
    right: calc(11% - 22px);
    margin-right: 0;
}

@media (max-width: 1380px) {
    .sp-webpush-label.sp-windows.sp-opera.sp-lang-en .sp-inner-content {
        right: 10%;
    }

    .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
    .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
    .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
        right: calc(11% - 22px);
        margin-right: 0;
    }
}

.sp-webpush-label.sp-windows.sp-chrome {
    display: block !important;
}

.sp-webpush-label.sp-windows.sp-chrome+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-yandex {
    top: -10px;
    left: auto;
    right: -250px;
    margin: 0;
    display: block !important;
}

.sp-webpush-label.sp-windows.sp-yandex+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-yandex .sp-inner-content {
    right: auto;
    left: 190px;
    top: 180px;
}

.sp-webpush-label.sp-linux.sp-firefox {
    max-width: 100%;
    width: 100%;
    left: -22px;
    display: block !important;
    /*fix notification position for firefox*/
    /*fix notification position for firefox*/
}

.sp-webpush-label.sp-linux.sp-firefox+.sp-webpush-label.sp-show {
    display: none !important;
}

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

.sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    right: auto;
    left: 720px;
}

@media (max-width: 1540px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: 710px;
    }
}

@media (max-width: 1450px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: calc(18% + 450px);
    }
}

@media (max-width: 1270px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: calc(19% + 450px);
    }
}

@media (max-width: 1024px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: calc(20% + 450px);
    }
}

@media (max-width: 940px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: calc(21% + 450px);
    }
}

@media (max-width: 860px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: calc(20% + 450px);
    }
}

@media (max-width: 805px) {
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        left: calc(14% + 450px);
    }
}

@media (max-width: 768px) {
    .sp-webpush-label.sp-linux.sp-firefox.initialized {
        display: none !important;
    }
}

.sp-webpush-label.sp-linux.sp-opera {
    display: block !important;
    left: auto;
    right: 0;
}

.sp-webpush-label.sp-linux.sp-opera+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-linux.sp-opera .sp-inner-content {
    right: 20px;
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-en {
    margin-left: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-en .sp-inner-content {
    right: 10.5%;
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-ru {
    margin-left: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-ru .sp-inner-content {
    right: 0;
    margin-right: -18px;
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-uk {
    margin-left: 20px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-uk .sp-inner-content {
    right: 4%;
}

.sp-webpush-label.sp-linux.sp-opera.sp-opera56 {
    margin-left: 0;
    right: auto;
    left: -190px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sp-webpush-label.sp-linux.sp-opera.sp-opera56 .sp-inner-content {
    right: calc(10% - 45px);
    margin-right: 0;
}

@media (max-width: 1380px) {
    .sp-webpush-label.sp-linux.sp-opera.sp-lang-en .sp-inner-content {
        right: 10%;
    }

    .sp-webpush-label.sp-linux.sp-opera.sp-lang-ru .sp-inner-content {
        right: 0;
        margin-right: -18px;
    }

    .sp-webpush-label.sp-linux.sp-opera.sp-lang-uk .sp-inner-content {
        right: 4%;
    }

    .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
        right: calc(11% - 22px);
        margin-right: 0;
    }
}

.sp-webpush-label.sp-linux.sp-yandex {
    top: -10px;
    left: auto;
    right: -250px;
    margin: 0;
    display: block !important;
}

.sp-webpush-label.sp-linux.sp-yandex+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-linux.sp-yandex .sp-inner-content {
    right: auto;
    left: 190px;
    top: 180px;
}

.sp-webpush-label.sp-linux.sp-chrome {
    display: block !important;
}

.sp-webpush-label.sp-linux.sp-chrome+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-macos.sp-firefox {
    left: 0;
    display: block !important;
}

.sp-webpush-label.sp-macos.sp-firefox+.sp-webpush-label.sp-show {
    display: none !important;
}

.sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    right: auto;
    left: 616px;
}

@media (max-width: 1240px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 611px;
    }
}

@media (max-width: 1180px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 602px;
    }
}

@media (max-width: 1140px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 596px;
    }
}

@media (max-width: 1060px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 585px;
    }
}

@media (max-width: 998px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 576px;
    }
}

@media (max-width: 896px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 562px;
    }
}

@media (max-width: 820px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 552px;
    }
}

@media (max-width: 760px) {
    .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
        left: 542px;
    }
}

.sp-webpush-label.sp-macos.sp-chrome {
    display: block !important;
}

.sp-webpush-label.sp-macos.sp-chrome .sp-inner-content {
    right: calc(16% - 32px);
}

.sp-webpush-label.sp-macos.sp-opera {
    display: block !important;
    left: auto;
    right: 0;
}

.sp-webpush-label.sp-macos.sp-opera .sp-inner-content {
    right: 20px;
}

.sp-webpush-label.sp-macos.sp-opera.sp-lang-en,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-ru,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-uk {
    margin-left: 0;
    right: auto;
    left: -190px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sp-webpush-label.sp-macos.sp-opera.sp-lang-en .sp-inner-content,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-ru .sp-inner-content,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-uk .sp-inner-content {
    right: calc(16% - 54px);
    margin-right: 0;
}

.sp-webpush-label.sp-macos.sp-opera.sp-opera56 {
    margin-left: 0;
    right: auto;
    left: -190px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.sp-webpush-label.sp-macos.sp-opera.sp-opera56 .sp-inner-content {
    right: calc(16% - 54px);
    margin-right: 0;
}

.sp-webpush-label.sp-macos.sp-yandex {
    top: -10px;
    left: auto;
    right: -250px;
    margin: 0;
    display: block !important;
}

.sp-webpush-label.sp-macos.sp-yandex .sp-inner-content {
    right: auto;
    left: 190px;
    top: 180px;
}

@media (max-width: 860px) {

    .sp-webpush-label.sp-windows.sp-firefox,
    .sp-webpush-label.sp-linux.sp-firefox {
        max-width: 100%;
        left: 0;
    }

    .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
        font-size: 0;
        color: transparent;
        letter-spacing: -0.36em;
        right: 62px;
    }

    .sp-webpush-label.sp-windows.sp-firefox .sp-brand-link,
    .sp-webpush-label.sp-linux.sp-firefox .sp-brand-link {
        font-size: 11px;
        letter-spacing: normal;
        color: #fff;
    }

    .sp-webpush-label.sp-windows.sp-opera,
    .sp-webpush-label.sp-linux.sp-opera {
        max-width: 100%;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sp-webpush-label.sp-windows.sp-opera .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera .sp-inner-content {
        font-size: 0;
        color: transparent;
        letter-spacing: -0.36em;
        right: 40px;
    }

    .sp-webpush-label.sp-windows.sp-opera .sp-brand-link,
    .sp-webpush-label.sp-linux.sp-opera .sp-brand-link {
        font-size: 11px;
        letter-spacing: normal;
        color: #fff;
    }

    .sp-webpush-label.sp-windows.sp-opera.sp-opera56,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56 {
        max-width: 896px;
    }

    .sp-webpush-label.sp-windows.sp-opera.sp-opera56 .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56 .sp-inner-content {
        right: calc(13% - 22px);
    }

    .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
    .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
    .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content,
    .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
        right: calc(13% - 22px);
    }
}

@media (max-width: 768px) {
    .sp-webpush-label {
        display: none !important;
        z-index: -10 !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

.sp-bottom-push-label {
    position: absolute;
    left: 50%;
    bottom: 30px;
    white-space: nowrap;
    font-size: 13px;
    color: #fff;
    line-height: 15px;
    font-weight: bold;
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 10;
    text-shadow: -2px 0 rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.1), 2px 0 rgba(0, 0, 0, 0.1), 0 -2px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.sp-bottom-push-label .sp-brand-link {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: bold;
    top: -1px;
    padding: 5px;
    text-shadow: -2px 0 rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.1), 2px 0 rgba(0, 0, 0, 0.1), 0 -2px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.sp-bottom-push-label .sp-brand-link:hover {
    text-decoration: none;
}

.sp-bottom-push-label .sp-brand-link:hover>span {
    text-decoration: none;
}

.sp-bottom-push-label .sp-brand-link>span {
    position: relative;
    padding-left: 24px;
    font-weight: bold;
    text-decoration: underline;
    font-size: inherit;
    color: inherit;
    text-shadow: -2px 0 rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.1), 2px 0 rgba(0, 0, 0, 0.1), 0 -2px rgba(0, 0, 0, 0.1);
    font-family: inherit;
}

.sp-bottom-push-label .sp-brand-link>span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiByeD0iMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSIgZmlsbD0iIzAwQTJDMCIvPiAgICA8cmVjdCB4PSItMSIgeT0iLTEiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIgMikiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS1vcGFjaXR5PSIwLjEiIHN0cm9rZS13aWR0aD0iMiIvPiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEzLjUwNjQgOC4wOTYzOVY4LjQzMzc0VjguNjAyNDFMMTMuNDkwMiA5SDExLjg1OUg4LjQxNTc5SDguMTIyMDZMOC4wODMyMiA4LjcwNzI1TDcuNTk3NjEgNS4zNDc1NUw1LjM5MDY0IDEzLjc0ODhMNS4zMjQ2NiAxNEg1LjA2NjI2SDMuODQ0MzJIMy41Nzg4OUwzLjUxNzgxIDEzLjc0MDNMMi4zNTA3MyA5SDAuMzM1NTA5SDBWOC43NTE3NVY3LjI2NDU3VjdIMC4zMzU1MDlIMy42MDg4OUgzLjg2MDUyTDMuODk2NjMgNy4xODc1NEw0LjQ5ODkgOS44NTM5N0w2Ljk3NDcyIDAuMjUyNjgyTDcuMDM5ODcgMEg3LjI5OTQ5SDguNTU0MDZIOC44NTExMUw4Ljg4NzEgMC4yOTY0NzdMOS43MjgxNSA3LjAxODg3SDExLjgyODlMMTIuMzE1OSA3LjAxODg2TDEyLjYzMDkgNy4wMTg4N0gxMy40OTAyTDEzLjUwNjQgNy4xODc1NFY3LjM1NjIyVjguMDk2MzlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBmaWxsPSJ3aGl0ZSIvPiAgICA8cGF0aCBkPSJNMTQuNDEyIDhDMTQuNDEyIDguOTc4MTQgMTMuNjIzMyA5Ljc3MTA4IDEyLjY1MDUgOS43NzEwOEMxMS42Nzc3IDkuNzcxMDggMTAuODg5MSA4Ljk3ODE0IDEwLjg4OTEgOEMxMC44ODkxIDcuMDIxODYgMTEuNjc3NyA2LjIyODkxIDEyLjY1MDUgNi4yMjg5MUMxMy42MjMzIDYuMjI4OTEgMTQuNDEyIDcuMDIxODYgMTQuNDEyIDhaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBmaWxsPSJ3aGl0ZSIvPiAgICA8cGF0aCBkPSJNMTIuNjUwNSA1LjIyODkxQzExLjg5NzUgNS4yMjg5MSAxMS4yMTY5IDUuNTMwNjIgMTAuNzE5NyA2LjAxODg3SDEwLjYxMDhMOS44Nzk4MSAwLjE3NTk3MUw5Ljg3OTM2IDAuMTcyMzMyTDkuODQzODIgLTAuMTIwNTA3TDkuNzM3MDYgLTFIOC44NTExMUg4LjU1NDA2SDcuMjk5NDlINy4wMzk4N0g2LjI2NUw2LjA3MTU0IC0wLjI0OTY3TDYuMDA2NCAwLjAwMjk4NjQ5TDYuMDA2MzkgMC4wMDMwMTIzMUw0LjQ1OTk5IDZIMy44NjA1MkgzLjYwODg5SDAuMzM1NTA5SDBILTFWN1Y3LjI2NDU3VjguNzUxNzVWOVYxMEgwSDAuMzM1NTA5SDEuNTY3MDhMMi41NDU1NiAxMy45NzQzTDIuNjA1NDUgMTQuMjI4OUwyLjc4Njc5IDE1SDMuNTc4ODlIMy44NDQzMkg1LjA2NjI2SDUuMzI0NjZINi4wOTU5TDYuMjkxODUgMTQuMjU0MUw2LjM1NzgzIDE0LjAwMjlMNi4zNTc4MyAxNC4wMDI5TDcuNDA5MzYgMTBIOC4xMjIwNkg4LjQxNTc5SDEwLjczOTFDMTEuMjM0NSAxMC40NzcxIDExLjkwNzIgMTAuNzcxMSAxMi42NTA1IDEwLjc3MTFDMTQuMTgwOCAxMC43NzExIDE1LjQxMiA5LjUyNTI2IDE1LjQxMiA4QzE1LjQxMiA2LjQ3NDc0IDE0LjE4MDggNS4yMjg5MSAxMi42NTA1IDUuMjI4OTFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzIDMpIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utb3BhY2l0eT0iMC4xIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=);
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
}

/*new prompt default styles end*/
/*hide push label for old firefox browser versions*/
.sp-webpush-label.sp-windows.sp-firefox.sp-firefox58 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox57 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox56 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox55 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox54 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox53 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox52 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox51 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox50 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox49 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox48 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox47 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox46 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox45 {
    display: none !important;
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox44 {
    display: none !important;
}

/*hide push label for old firefox browser versions*/
/*fix push label position on high resolution displays*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1440px) {
    .sp-webpush-label.sp-macos.sp-chrome .sp-inner-content {
        right: calc(16% - 54px);
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.5) and (max-width: 1280px) {
    .sp-webpush-label.sp-windows.sp-chrome .sp-inner-content {
        right: calc(16% - 54px);
    }
}

/*fix push label position on high resolution displays*/
.sp-hint-popover.sp-prompt {
    position: fixed;
    z-index: 999999;
    background-color: #fff;
}

.sp-hint-popover.sp-prompt {
    top: 68px;
    padding: 10px 18px 12px;
    background: rgba(250, 250, 250, 0.94);
    border-radius: 0 0 4px 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 284px;
    width: 305px;
    max-width: 305px;
    min-height: 94px;
}

.sp-hint-popover.sp-prompt:after {
    content: '';
    position: absolute;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMTAwIDYyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0wIDBIODYuMDI2N0M5My43NDM5IDAgMTAwIDYuMjU2MDggMTAwIDEzLjk3MzNWMTMuOTczM0MxMDAgMjEuNjkwNiA5My43NDM5IDI3Ljk0NjcgODYuMDI2NyAyNy45NDY3SDBWMFoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz48cGF0aCBkPSJNOTAgMTEuNjY3OEw4NC4yNTU3IDExLjE3OTVMODIgNS45ODg1M0w3OS43NDQzIDExLjE3OTVMNzQgMTEuNjY3OEw3OC4zODAzIDE1LjM2ODNMNzcuMDY4OSAyMC44OTM0TDgyIDE3Ljk2MzhMODYuOTU3NCAyMC44OTM0TDg1LjY0NTkgMTUuMzY4M0w5MCAxMS42Njc4Wk04MiAxNi40OTlMNzguOTgzNiAxOC4yNzIyTDc5Ljc5NjcgMTQuOTA1OEw3Ny4xMjEzIDEyLjY3TDgwLjYzNjEgMTIuMzYxN0w4MiA5LjIwMDc5TDgzLjM2MzkgMTIuMzYxN0w4Ni44Nzg3IDEyLjY3TDg0LjIyOTUgMTQuOTMxNUw4NS4wNDI2IDE4LjI5NzlMODIgMTYuNDk5WiIgZmlsbD0iIzRENTI1RSIvPjxwYXRoIGQ9Ik01MS4yNzI3IDE4Ljg2NDlDNTEuMjcyNyAxOS41OTA3IDUwLjY3NzcgMjAuMTg0NyA0OS45NTA0IDIwLjE4NDdDNDkuMjIzMSAyMC4xODQ3IDQ4LjYyODEgMTkuNTkwNyA0OC42MjgxIDE4Ljg2NDlINTEuMjcyN1pNNTUuMDY3OCAxOS45MDA5TDUzLjM2ODYgMTguMjA1SDQ0TDQ1Ljk4MzUgMTYuMjI1M1YxMi4yNjU5QzQ1Ljk4MzUgMTEuODM2OSA0Ni4wNDk2IDExLjQyMTIgNDYuMTgxOCAxMS4wMzE5TDQ0LjMxMDcgOS4xNjQzNkw0NS4yNDk2IDguMjMzOUw0Ni44MzY0IDkuODE3NjZMNTYgMTguOTYzOEw1NS4wNjc4IDE5LjkwMDlaTTQ5LjI4OTMgOC4zNTkyOFY3LjY0NjU5QzQ5LjI4OTMgNy4yODM2NSA0OS41ODY4IDYuOTg2NjkgNDkuOTUwNCA2Ljk4NjY5QzUwLjMxNCA2Ljk4NjY5IDUwLjYxMTYgNy4yODM2NSA1MC42MTE2IDcuNjQ2NTlWOC4zNTkyOEM1Mi40ODkzIDguNjc2MDMgNTMuOTE3NCAxMC4zMDYgNTMuOTE3NCAxMi4yNjU5VjE1LjAxNzdMNDcuODE0OSA4LjkyNjc5QzQ4LjI1NzkgOC42MzY0NCA0OC43NTM3IDguNDUxNjcgNDkuMjg5MyA4LjM1OTI4WiIgZmlsbD0iIzRENTI1RSIvPjxwYXRoIGQ9Ik0zMS45MzIxIDU5Ljg5NDFDMzcuOTE5NCA1OS41NzE2IDQzLjM0MTcgNTUuNTk5MyA0Ni40OTI3IDUwLjU4OUM0OS40NjIgNDUuODY3NyA1MC40NDUzIDM5Ljc5NzYgNTAuNTcwOSAzNC4zMTdDNTAuNjE2NyAzMi4zMTU5IDQ5LjYxODQgMjYuMzcxMSA0OS45NjY3IDI4LjM0MjQiIHN0cm9rZT0iIzM2QzgxRiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNNDMuODUzOSAzOC43Mzc1QzQ1LjIyODIgMzYuMzU1NiA0Ni45ODQxIDM0LjI3NjUgNDguMjczNSAzMS44MjI0QzQ4Ljg5NjUgMzAuNjM2NyA0OS4zNjg0IDI5LjQ3MDQgNDkuNzMyNyAyOC4xODczQzQ5Ljc1OTUgMjguMDkyOCA0OS45NDgyIDI2LjUyMyA1MC4xMjIzIDI2Ljg4MDFDNTEuNjQ0OSAzMC4wMDM2IDUzLjc0NTcgMzMuMTU3OCA1Ni42ODU1IDM1LjIxMjQiIHN0cm9rZT0iIzM2QzgxRiIgc3Ryb2tlLXdpZHRoPSIzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIxMDAiIHkxPSIxMy45NzMzIiB4Mj0iMS4xMzg0NWUtMDciIHkyPSIxMy45NzMzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIwLjY0OTI0OSIgc3RvcC1jb2xvcj0iI0QwRDJEOCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0QwRDJEOCIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: right 12px top 12px;
    background-repeat: no-repeat;
    opacity: 0.9;
}

.sp-hint-popover.sp-prompt.sp-secure-mode {
    top: 0;
    left: 115px;
}

.sp-hint-popover.sp-prompt,
.sp-hint-popover.sp-prompt * {
    font-family: 'Roboto', Arial, Helvetica, 'Helvetica Neue', 'Dejavu Sans', sans-serif !important;
}

.sp-hint-popover .sp-prompt-message {
    position: relative;
    z-index: 2;
}

.sp-hint-popover .sp-prompt-message-text {
    position: relative;
    max-width: 210px;
    font-size: 12px !important;
    color: #484848 !important;
    line-height: 16px !important;
}

.sp-hint-popover .sp-table-wrapper {
    margin-bottom: 8px;
}

.sp-hint-popover .sp-table-wrapper>.sp-cell {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000 !important;
    vertical-align: top;
}

.sp-hint-popover .sp-table-wrapper>.sp-cell:first-child {
    padding-right: 94px;
}

.sp-hint-popover .sp-table-wrapper>.sp-cell img {
    display: none !important;
}

.sp-hint-popover .sp-table-wrapper>.sp-cell:last-child {
    display: none !important;
}

.sp-backdrop-info .sp-hint-popover.sp-prompt {
    top: 0;
    left: 115px;
    background: #fff;
}

@media (min-width: 768px) {
    body .sp-prompt.sp-hint-popover {
        top: -250px;
        -webkit-transition: top 700ms;
        transition: top 700ms;
    }

    body .sp-prompt.sp-hint-popover.show-prompt {
        top: 85px;
    }

    body .sp-prompt.sp-hint-popover.sp-secure-mode.show-prompt {
        top: 0;
    }

    body .sp-backdrop-info .sp-hint-popover.sp-prompt.show-prompt {
        top: 0;
    }
}

.App__app-infinity-root_3VuWDtaa[data-v-4398dff6] {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.151);
    top: 0px;
    left: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.App__app-infinity-root_3VuWDtaa *[data-v-4398dff6] {
    all: initial;
    line-height: normal;
    font-family: 'Didact Gothic'
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g[data-v-4398dff6] {
    width: 580px;
    height: 380px;
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    background-size: cover;
    padding-top: 60px;
    padding-left: 40px;
    transition: 0.2s ease;
    transform: scale(0.8);
    opacity: 0;
    box-sizing: border-box;
    overflow: hidden
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__bg_3DpjpNwL[data-v-4398dff6] {
    position: absolute;
    top: -178px;
    right: -229px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 680px;
    height: 680px;
    z-index: -1
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__title_3Yf-v9xs[data-v-4398dff6] {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
    color: white
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__subtitle_26MV5W4h[data-v-4398dff6] {
    margin-top: 10px;
    font-size: 22px;
    color: white
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__list_3sar9jK1[data-v-4398dff6] {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 4px
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__list_3sar9jK1 .App__item_3sI_Wrxz[data-v-4398dff6] {
    display: flex;
    align-items: center;
    margin: 6px 0;
    font-size: 18px;
    color: white
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__list_3sar9jK1 .App__item_3sI_Wrxz img[data-v-4398dff6] {
    margin-right: 10px;
    margin-bottom: -3px;
    width: 14px;
    height: auto
}

.App__app-infinity-root_3VuWDtaa .App__modal_3oqzjl0g .App__rate-btn_2bjgK090[data-v-4398dff6] {
    all: initial;
    margin-top: 25px;
    font-size: 14px;
    color: white;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9f4a;
    border-radius: 70px;
    padding: 12px 20px;
    margin-left: 15px;
    box-sizing: border-box;
    font-family: 'Didact Gothic';
    cursor: pointer
}

/* Code tidied up by ScrapBook */
.content-left-doctor {
    display: block;
    width: 96%;
    background-color: rgb(226, 226, 226);
    padding: 2%;
    margin-top: 25px;
}

.content-left-doctor-foto {
    display: block;
    width: 48%;
    float: left;
    margin-right: 2%;
}

.content-left-doctor-foto img {
    width: 100%;
    display: block;
}

.content-left-doctor-text {
    display: block;
    width: 50%;
    float: right;
}

.content-left-doctor::after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 599px) {
    .bottom-menu {
        display: block;
    }

    .header-top-left-logo {
        width: 60%;
    }

    .content-left-doctor-foto {
        float: none;
        width: 100%;
    }

    .content-left-doctor-text {
        float: none;
        width: 100%;
        margin-top: 3%;
    }
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
}

.vk-comment-name {
    color: rgb(1, 85, 181);
    font-weight: bold;
    font-size: 14px;
    margin-left: 59px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

.mycity {
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 5px;
    background: rgb(245, 251, 251) none repeat scroll 0% 0%;
    color: rgb(68, 68, 68);
    font-weight: bold;
    font-family: calibri, roboto, arial;
    border-radius: 2px;
    border: 1px solid rgb(152, 152, 152);
    vertical-align: super;
}

.left {
    float: left;
    padding: 0px 20px 20px 0px;
}

.rub-ramka a,
a {
    text-decoration: none;
}

.myh4,
.rub-ramka a {
    text-transform: uppercase;
}

.rub-ramka {
    padding: 6px 13px ! important;
    border-radius: 2px;
    font-family: open sans, arial;
    line-height: 28px;
    font-size: 16px;
    max-width: 100%;
    margin: 0px auto;
    font-weight: 400;
    color: rgb(74, 74, 74);
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border-width: 1px medium 1px 1px;
    border-style: dotted none dotted dotted;
    border-color: rgb(226, 226, 226) -moz-use-text-color rgb(226, 226, 226) rgb(226, 226, 226);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: rgb(58, 117, 58);
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: rgb(245, 254, 245);
    background-image: repeating-linear-gradient(90deg, rgb(191, 230, 191) 0px, rgb(245, 254, 245) 100%);
}

.rub-ramka a {
    color: rgb(206, 83, 83);
    font-weight: 400;
    border-bottom: 1px dashed;
    text-shadow: 0px 0px 0px;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 1px;
}

@media screen and (max-width: 1020px) {
    .rub-ramka {
        max-width: 95%;
    }
}

.ord_button {
    background-color: rgb(252, 10, 16);
    color: rgb(255, 255, 255) ! important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px ! important;
    box-shadow: 2px 3px 8px rgb(153, 153, 153);
    text-decoration: none ! important;
    border-radius: 8px;
    border: 3px solid rgb(255, 255, 255);
    margin: 20px 0px 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
    background-color: rgb(119, 33, 51);
    box-shadow: 2px 3px 3px rgb(153, 153, 153);
    text-decoration: none ! important;
    transform: scale(1.1);
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 627px;
    height: 482px;
    top: 40px;
    left: 50%;
    margin-left: -300px;
    background-image: url("../img/RNEiDVB16BU2.jpg");
    border: 1px solid rgb(238, 238, 238);
}

.msg>h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.msg>h2 {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 18px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.close {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.fig {
    text-align: center;
}

.attenrion {
    border: 4px double rgb(75, 101, 152);
    padding: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1015px) {
    .myimghead {
        max-width: 100%;
        width: auto;
    }

    .mycol {
        width: 100%;
    }
}

@media screen and (max-width: 481px) {

    .timestamps,
    .myh3,
    .myimg2 {
        padding-right: 15px;
    }

    .breadcrumb {
        margin-left: 4px ! important;
        margin-right: 4px ! important;
    }
}


.mycity {
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 5px;
    background: #f5fbfb;
    color: #444;
    font-weight: bold;
    font-family: calibri, roboto, arial;
    border-radius: 2px;
    border: 1px solid #989898;
    vertical-align: super;
}

.block-7 {
    box-sizing: border-box !important;
    border: 3px dashed #eaeaea !important;
    background: transparent !important;
    padding: 14px !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;
    box-sizing: border-box !important;
}

.block-5 {
    border-left: 5px solid red !important;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !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;
}

.myh4,
.rub-ramka a {
    text-transform: uppercase
}

.rub-ramka {
    background: rgba(3, 224, 0, .04);
    padding: 6px 13px !important;
    border-radius: 2px;
    border: 4px double rgba(21, 160, 37, .32);
    font-family: open sans, arial;
    line-height: 28px;
    font-size: 16px;
    max-width: 86%;
    margin: 0 auto;
    font-weight: 400;
    color: #4a4a4a
}

.myh4 {
    padding: 6px 4px 4px 5px;
    width: 100%;
    display: table;
    border: 1px dotted #e2e2e2;
    border-right: none;
    color: #3a753a;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 23px;
    border-radius: 2px;
    margin-top: 5px;
    margin-left: -3px;
    font-weight: 600;
    background-color: #f5fef5;
    background-image: -webkit-repeating-linear-gradient(0deg, #bfe6bf 0, #f5fef5 100%);
    background-image: repeating-linear-gradient(90deg, #bfe6bf 0, #f5fef5 100%);
    background-image: -ms-repeating-linear-gradient(0deg, #bfe6bf 0, rgba(3, 224, 0, .04) 100%)
}

.rub-ramka a {
    color: #ce5353;
    font-weight: 400;
    text-decoration: none;
    font-size: 15px;
    text-shadow: 0 0 0;
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 1px
}

@media screen and (max-width: 1020px) {
    .rub-ramka {
        max-width: 95%
    }
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: transparent none no-repeat scroll 0% 0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
}

.vk-comment-name {
    color: rgb(164, 0, 0);
    font-weight: bold;
    font-size: 14px;
    margin-left: 59px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-avatar1 img {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.vk-comment-name1 {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 15px;
    margin-left: 59px;
}

.vk-comment-text1 {
    margin-left: 5px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}

#created-button-1,
#created-button-2 {
    line-height: 1.7em !important;
}

.my-com-date {
    color: rgb(91, 95, 101);
    text-shadow: 0 0 0px #000000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px 1px 4px;
    background: #fdfdfd;
    border-radius: 3px;
    font-size: 20px;
}

.out-comebacker-content-btn:hover {
    text-decoration: none !important;
    transition: 0.3s !important;
}

.out-comebacker-content-btn:focus {
    text-decoration: none;
    color: #fff;
}

.out-comebacker-content-btn:active {
    border: 1px solid #fff;
}

a:active,
a:focus {
    outline: none;
}

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

button:active,
button:focus {
    outline: none !important;
}

button::-moz-focus-inner {
    border: 0 !important;
}

.myimghead {
    max-width: 100%;
    width: auto;
}

.mycol {
    width: 100%;
}


@media screen and (max-width: 481px) {

    .timestamps,
    .myh3,
    .myimg2 {
        padding-right: 15px;
    }

    .breadcrumb {
        margin-left: 4px !important;
        margin-right: 4px !important;
    }
}

.my-com-date {
    color: rgb(91, 95, 101);
    text-shadow: 0 0 0px #000000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px 1px 4px;
    background: #fdfdfd;
    border-radius: 3px;
    font-size: 20px;
}

.c15 {
    margin-bottom: 25px
}

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

.c15 .c3 p {
    padding: 5px 10px 5px;
    margin-bottom: 0px;
}

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

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

.mycity {
    text-transform: uppercase;
    font-size: 10px;
    padding: 2px 5px;
    background: #f5fbfb;
    color: #444;
    font-weight: bold;
    font-family: calibri, roboto, arial;
    border-radius: 2px;
    border: 1px solid #989898;
    vertical-align: super;
}

blockquote {
    margin: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    background: #FFF4E0;
    color: #474C4F;
    padding: 20px;
    position: relative;
}

blockquote p {
    font-size: 17px;
    margin: 20px 0px 0px 0px;
}

blockquote:before {
    content: "©";
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 14px;
    color: #474C4F;
    font-size: 20px;
    background: #FFF4E0;
    padding: 0 15px;
}

blockquote:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    height: 4px;
    border-top: 1px dotted #474C4F;
    border-bottom: 1px dotted #474C4F;
}

.maki555_e4AaJE9jYG {
    margin-top: 5px;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background: rgb(226, 226, 226) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.stadii ul {
    border: 1px solid;
    padding: 10px;
    margin: 10px;
}

.stadii li {
    margin: 17px;
    color: #000;
}

.ord_button {
    background-color: rgb(252, 10, 16);
    color: rgb(255, 255, 255) ! important;
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px ! important;
    box-shadow: 2px 3px 8px rgb(153, 153, 153);
    text-decoration: none ! important;
    border-radius: 8px;
    border: 3px solid rgb(255, 255, 255);
    margin: 20px 0px 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
}

.ord_button:hover {
    background-color: rgb(119, 33, 51);
    box-shadow: 2px 3px 3px rgb(153, 153, 153);
    text-decoration: none ! important;
    transform: scale(1.1);
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
    top: 0px;
    left: 0px;
    z-index: 99999;
    display: none;
}

.msg {
    position: absolute;
    width: 627px;
    height: 482px;
    top: 40px;
    left: 50%;
    margin-left: -300px;
    background-image: url('../img/RNEiDVB16BU5.jpg');
    border: 1px solid rgb(238, 238, 238);
}

.msg>h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.msg>h2 {
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 16px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -10px;
}

.close {
    position: absolute;
    top: 16px;
    right: 18px;
    font-size: 20px;
    cursor: pointer;
    color: black;
}

.fig {
    text-align: center;
}

.attenrion {
    border: 4px double #4b6598;
    padding: 20px;
    margin-bottom: 10px
}

.wheel-img {
    position: relative;
    user-select: none
}

.wheel-img__numbers {
    position: absolute;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none
}

.wheel-img__number {
    color: #000;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    font-size: 3.5em;
    line-height: 1
}

.wheel-img__number::before {
    content: "%";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: .7em
}

.wheel-img__number:nth-child(1) {
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.wheel-img__number:nth-child(2) {
    top: 25%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(45deg)
}

.wheel-img__number:nth-child(3) {
    top: 50%;
    left: 85%;
    transform: translate(-50%, -50%) rotateZ(90deg)
}

.wheel-img__number:nth-child(4) {
    top: 75%;
    left: 75%;
    transform: translate(-50%, -50%) rotateZ(135deg)
}

.wheel-img__number:nth-child(5) {
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg)
}

.wheel-img__number:nth-child(6) {
    top: 75%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(225deg)
}

.wheel-img__number:nth-child(7) {
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%) rotateZ(270deg)
}

.wheel-img__number:nth-child(8) {
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%) rotateZ(315deg)
}

@media only screen and (max-width:576px) {
    .wheel-img__number {
        font-size: 1.95em
    }

    .wheel-img__number::before {
        top: 100%
    }
}

@keyframes super-rotation {
    70% {
        transform: rotate(1640deg)
    }

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

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

.wheel-cursor {
    user-select: none
}

html,
body,
div,
span,
h1,
p,
a,
img,
strong,
i,
center,
dt,
ul,
li,
form {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-feature-settings: inherit;
    font-language-override: inherit;
    font-kerning: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ul {
    list-style: outside none none
}

a img {
    border: 0
}

body {
    background: #e7e7e7 none repeat scroll 0% 0%
}

img {
    max-width: 100%
}

.jsTabs {
    position: relative
}

.jsTabs .jsTabs-tabs-list {
    margin: 0 -.5em 1em;
    text-align: left
}

.jsTabs .jsTabs-tabs-list .jsTabs-point {
    -moz-user-select: none;
    position: relative;
    padding: 0 0 .19em;
    margin: 0 .5em;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle
}

.jsTabs .jsTabs-tabs-list .jsTabs-point span {
    font-size: .75em
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active {
    cursor: default
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active span {
    color: #62a7d9
}

.jsTabs .jsTabs-tabs-list .jsTabs-point.jsTabs-active:hover {
    text-decoration: none
}

.jsTabs .jsTabs-tabs-list.jsTabs-center {
    text-align: center
}

.jsTabs .jsTabs-content {
    display: none;
    position: relative
}

.jsTabs .jsTabs-content::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.jsTabs .jsTabs-content.jsTabs-active {
    display: block
}

html {
    font-size: 100%
}

html,
input {
    font-family: open sans, Arial, sans-serif;
    color: #333
}

*::-moz-selection {
    background: #000 none repeat scroll 0% 0%;
    color: #fff;
    text-shadow: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #282828
}

a:hover {
    text-decoration: underline
}

i {
    font-style: italic
}

img {
    vertical-align: middle
}

input {
    font-size: 1em;
    margin: 0;
    vertical-align: baseline
}

input {
    line-height: normal
}

input[type=submit] {
    cursor: pointer
}

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

input:invalid {
    background-color: #f0dddd
}

* {
    max-height: 1000000px
}

html {
    overflow-x: auto;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    position: relative;
    background: #fff none repeat scroll 0% 0%
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5;
    font-family: open sans, Arial, sans-serif;
    width: 100%;
    min-width: 62.5em;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    display: block
}

body.mode-adaptive {
    min-width: 20em
}

input[type=text],
input[type=tel] {
    position: relative;
    border: 1px solid #dfdfdf;
    background: #fff none repeat scroll 0% 0%;
    margin: 0;
    font-size: .687em;
    outline: 0;
    padding: .455em .9em;
    display: block;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box
}

.content-right {
    display: block;
    width: 21%;
    float: right;
    position: relative;
    padding-top: 25px
}

.content-right-recommend-container {
    display: block;
    max-width: 270px;
    width: 100%
}

.content-right-recommend {
    display: block;
    width: auto
}

.content-right-recommend-top {
    height: 48px;
    background: #4aa224 none repeat scroll 0% 0%;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 48px;
    position: relative;
    text-align: center
}

.content-right-recommend-top::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 13px 0;
    border-color: transparent #4aa224 transparent transparent;
    left: 0;
    bottom: -13px
}

.content-right-recommend-top::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 17px 0 0;
    border-color: #4aa224 transparent transparent;
    right: 0;
    bottom: -13px
}

.content-right-recommend-middle {
    width: 86%;
    display: block;
    margin: auto;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1% 1% 7%;
    text-align: center;
    background: #fff none repeat scroll 0% 0%;
    text-decoration: none
}

.content-right-recommend-middle img {
    display: block;
    width: 75%;
    margin: 7% auto
}

.l-wr-main {
    overflow: hidden
}

.l-page-width {
    margin: 0 auto;
    display: block;
    width: 62.5em;
    position: relative
}

.l-page-width::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.l-page-width .l-page-width__ledge {
    margin: 0 1.125em;
    padding: 0 1.125em;
    background: #fff none repeat scroll 0% 0%
}

@media only screen and (max-width:500px) {
    .l-page-width .l-page-width__ledge {
        margin: 0;
        padding: 0
    }

    .content-right {
        display: none
    }
}

.l-page-width .l-page-width__ledge::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.l-page-width .l-page-width__ledge.m-ledge-blue {
    background: #62a7d9 none repeat scroll 0% 0%
}

.l-main-column {
    width: 45.25em;
    float: left
}

.l-main-column::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.mode-adaptive .l-wr-main {
    position: relative
}

.mode-adaptive .l-page-width {
    width: 100%;
    max-width: 62.5em;
    position: relative
}

.mode-adaptive .l-main-column {
    width: 100%;
    float: none
}

@media screen and (min-width:64em) {
    .mode-adaptive .l-wr-main {
        position: static
    }
}

.b-top-bar {
    background: #000 none repeat scroll 0% 0%;
    color: #fff;
    position: relative;
    padding: .2em 0;
    z-index: 10
}

.b-top-bar::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-top-bar a {
    color: #fff
}

.b-top-bar .b-top-bar__home {
    float: left;
    display: block;
    padding: 0 .5em 0 1.063em;
    position: relative
}

.b-top-bar .b-top-bar__home span {
    width: 6.25em;
    display: block;
    padding: .313em 0
}

.b-top-bar .b-top-bar__home span img {
    display: block;
    width: 100%
}

.b-top-bar .b-top-bar__login {
    float: right;
    display: block;
    padding: .31em;
    margin-right: .75em;
    position: relative;
    text-align: left
}

.b-top-bar .b-top-bar__login span {
    width: 1.06em;
    height: 1.06em;
    display: block;
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -636px;
    background-repeat: no-repeat
}

.b-top-bar .b-top-bar__projects_list {
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative
}

.b-top-bar .b-top-bar__projects_list li {
    display: inline-block;
    border-left: 1px solid #3e3e3e
}

.b-top-bar .b-top-bar__projects_list li a {
    padding: 0 1em .19em;
    display: block
}

.b-top-bar .b-top-bar__projects_list li a span {
    font-size: .78em;
    font-weight: 600
}

.b-top-bar .b-top-bar__projects_list li:first-child {
    border: 0
}

.mode-adaptive .b-top-bar .b-top-bar__projects_list {
    display: none
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-top-bar .b-top-bar__projects_list {
        display: block
    }
}

.b-statistic {
    margin: 0 -.5em;
    display: block
}

.b-statistic .b-statistic__item {
    display: inline-block;
    font-size: 1em;
    position: relative;
    padding-left: 1.25em;
    margin: 0 .5em
}

.b-statistic .b-statistic__item .b-statistic__icon {
    width: 1.06em;
    height: 1.06em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em
}

.b-statistic .b-statistic__item .b-statistic__number {
    font-weight: 600;
    font-size: .69em;
    display: block
}

.b-statistic .b-statistic__item.m-comments .b-statistic__icon {
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -165px;
    background-repeat: no-repeat
}

.b-statistic .b-statistic__item.m-views .b-statistic__icon {
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -1951px;
    background-repeat: no-repeat
}

.b-statistic .b-statistic__item.m-like .b-statistic__icon {
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -488px;
    background-repeat: no-repeat
}

.b-statistic .b-statistic__item.m-dislike .b-statistic__icon {
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -231px;
    background-repeat: no-repeat
}

.b-header {}

.b-header::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-header .l-page-width .l-page-width__ledge {
    background: #f4f4f4 none repeat scroll 0% 0%;
    position: relative
}

.b-header .b-header__bg-img {
    position: absolute;
    height: 5.625em;
    top: 0;
    right: 0;
    display: block
}

.b-header .b-header__logo-link {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    height: 5.625em;
    overflow: hidden
}

.b-header .b-header__logo-link img {
    height: 5.625em;
    display: block
}

.b-header .b-header__menu-button {
    display: none
}

.b-header .b-header__layer {
    overflow: hidden;
    height: 5.625em
}

.b-header .b-header__search {
    position: relative;
    float: right;
    width: 12em;
    margin: 1.25em 1.063em 0 1em;
    overflow: hidden
}

.b-header .b-header__search .b-header__search-input {
    position: relative;
    margin-right: 1.69em
}

.b-header .b-header__search .b-header__search-input input[type=text],
.b-header .b-header__search .b-header__search-input input[type=tel] {
    position: relative;
    float: right;
    border: 0;
    background: #fff none repeat scroll 0% 0%;
    margin: 0;
    font-size: .688em;
    outline: 0;
    padding: .55em;
    display: block;
    font-weight: 600
}

.b-header .b-header__search .b-header__search-nav {
    display: none
}

.b-header .b-header__search .b-header__search-button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1.69em;
    height: 1.69em;
    cursor: pointer
}

.b-header .b-header__search .b-header__search-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -.438em 0 0 -.438em;
    width: 1.125em;
    height: 1.125em;
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -1482px;
    background-repeat: no-repeat
}

.b-header .b-header__search .b-header__search-button input[type=submit] {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent none repeat scroll 0 center;
    color: transparent;
    top: 0;
    right: 0;
    border: 0;
    margin: 0;
    padding: 0;
    opacity: 0
}

.b-header .b-header__social {
    float: right;
    position: relative;
    margin: 1.25em 0 0;
    padding-top: .19em
}

.b-header .b-header__social .b-header__social-expand {
    float: right;
    display: block;
    width: 1.31em;
    height: 1.31em;
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -37px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-expand:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.b-header .b-header__social ul {
    float: right;
    overflow: hidden;
    white-space: nowrap;
    width: 7em;
    height: 1.31em;
    transition-duration: .3s;
    transition-property: width
}

.b-header .b-header__social ul li {
    display: inline-block;
    margin-right: .44em
}

.b-header .b-header__social ul li a {
    display: block;
    width: 1.31em;
    height: 1.31em
}

.b-header .b-header__social .b-header__social-yt a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2655px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-yt a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2618px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-fb a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -423px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-fb a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -386px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-vk a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2417px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-vk a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2380px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tw a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2179px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tw a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2142px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-gp a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -899px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-gp a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -862px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tg a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2105px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-tg a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -2068px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ig a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1137px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ig a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1100px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-bn a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -185px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-bn a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -148px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ok a {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1703px;
    background-repeat: no-repeat
}

.b-header .b-header__social .b-header__social-ok a:hover {
    background-image: url(../img/social-ico-s508f28af8b.png);
    background-position: 0 -1666px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header {
    overflow: hidden;
    height: 3.625em
}

.mode-adaptive .b-header .b-header__bg-img {
    right: -7.75em;
    top: -1.5em
}

.mode-adaptive .b-header .b-header__logo-link {
    height: 3.625em;
    margin-left: .25em
}

.mode-adaptive .b-header .b-header__logo-link img {
    margin-top: -.313em;
    height: 4.25em
}

.mode-adaptive .b-header .b-header__menu-button {
    position: relative;
    display: block;
    float: right;
    margin-right: .313em;
    width: 2.625em;
    height: 3.625em
}

.mode-adaptive .b-header .b-header__menu-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -.563em 0 0 -.563em;
    width: 1.125em;
    height: 1.125em;
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -735px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header .b-header__layer {
    height: 3.625em
}

.mode-adaptive .b-header .b-header__search {
    position: absolute;
    margin: 0;
    top: 0;
    right: 4.063em;
    height: 3.625em;
    width: auto;
    float: none;
    z-index: 100;
    transition: left .5s ease 0s
}

.mode-adaptive .b-header .b-header__search .b-header__search-input {
    margin-right: 2.625em;
    margin-top: .5em;
    transition: margin-right .25s ease 0s
}

.mode-adaptive .b-header .b-header__search .b-header__search-input input[type=text],
.mode-adaptive .b-header .b-header__search .b-header__search-input input[type=tel] {
    width: 0;
    padding: .667em 0 .734em;
    font-size: .937em;
    transition: width .25s ease 0s
}

.mode-adaptive .b-header .b-header__search .b-header__search-nav {
    position: absolute;
    display: block;
    width: 2.625em;
    height: 3.625em;
    top: 0;
    right: -2.625em;
    cursor: pointer;
    transition: right .25s ease 0s
}

.mode-adaptive .b-header .b-header__search .b-header__search-nav span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -.563em 0 0 -.563em;
    width: 1.125em;
    height: 1.125em;
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -803px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header .b-header__search .b-header__search-button {
    width: 2.625em;
    height: 3.625em;
    transition: right .25s ease 0s
}

.mode-adaptive .b-header .b-header__search .b-header__search-button span {
    margin: -.563em 0 0 -.563em;
    background-image: url(../img/ico-sa331de8fd1.png);
    background-position: 0 -1448px;
    background-repeat: no-repeat
}

.mode-adaptive .b-header .b-header__search .b-header__search-button input[type=submit] {
    height: 0
}

.mode-adaptive .b-header .b-header__social {
    display: none
}

@media screen and (min-width:30em) {
    .mode-adaptive .b-header {
        height: 4.375em
    }

    .mode-adaptive .b-header .b-header__bg-img {
        right: -3.5em;
        top: -.75em
    }

    .mode-adaptive .b-header .b-header__logo-link {
        position: relative;
        left: auto;
        height: 4.375em
    }

    .mode-adaptive .b-header .b-header__logo-link img {
        margin-top: 0;
        height: 4.375em
    }

    .mode-adaptive .b-header .b-header__menu-button {
        height: 4.375em
    }

    .mode-adaptive .b-header .b-header__layer {
        height: 4.375em
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        margin-top: .875em
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-nav {
        height: 4.375em
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        height: 4.375em
    }
}

@media screen and (min-width:35em) {
    .mode-adaptive .b-header .b-header__layer {
        position: relative
    }

    .mode-adaptive .b-header .b-header__search {
        height: 4.375em;
        right: 0
    }
}

@media screen and (min-width:54em) {
    .mode-adaptive .b-header .b-header__search {
        left: 55%
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        margin-right: 2.625em
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type=text],
    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type=tel] {
        width: 100%;
        padding: .667em .667em .734em
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-nav {
        display: none
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        right: 0
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button input[type=submit] {
        height: 100%
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-header {
        height: 5.625em;
        overflow: visible
    }

    .mode-adaptive .b-header .b-header__bg-img {
        right: 0;
        top: 0
    }

    .mode-adaptive .b-header .b-header__logo-link {
        height: 5.625em
    }

    .mode-adaptive .b-header .b-header__logo-link img {
        height: 5.625em
    }

    .mode-adaptive .b-header .b-header__menu-button {
        display: none
    }

    .mode-adaptive .b-header .b-header__layer {
        height: 5.625em
    }

    .mode-adaptive .b-header .b-header__search {
        position: relative;
        left: auto;
        float: right;
        display: block;
        width: 12em;
        margin: 1.25em 1.063em 0 1em;
        height: auto
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input {
        position: relative;
        margin-right: 1.69em;
        margin-top: 0
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type=text],
    .mode-adaptive .b-header .b-header__search .b-header__search-input input[type=tel] {
        width: 100%;
        font-size: .688em;
        padding: .55em
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button {
        width: 1.69em;
        height: 1.69em;
        right: 0
    }

    .mode-adaptive .b-header .b-header__search .b-header__search-button span {
        margin: -.438em 0 0 -.438em;
        background-image: url(../img/ico-sa331de8fd1.png);
        background-position: 0 -1482px;
        background-repeat: no-repeat
    }

    .mode-adaptive .b-header .b-header__social {
        display: block
    }
}

.b-main-nav {
    display: block
}

.b-main-nav::after {
    content: "";
    max-width: 64.75em;
    height: 1px;
    background: #e7e7e7 none repeat scroll 0% 0%;
    display: block;
    clear: both;
    margin: 0 auto;
    position: relative
}

.b-main-nav .b-main-nav__main {
    position: relative
}

.b-main-nav .b-main-nav__main::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item {
    float: left;
    height: 2.375em;
    white-space: nowrap
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
    display: none
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
    display: block;
    padding: .75em .625em .625em;
    color: #282828;
    text-transform: uppercase;
    overflow: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
    font-size: .8em;
    font-weight: 600;
    display: block
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:first-child .b-main-nav__main-link {
    padding-left: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:last-child .b-main-nav__main-link {
    padding-right: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link {
    color: #ff7800
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link span {
    position: relative;
    padding-right: 1.75em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.625em;
    width: 1.25em;
    height: 1.25em;
    display: block;
    background: #ff7800 none repeat scroll 0% 0%;
    border-radius: .625em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio .b-main-nav__main-link i::before {
    content: "";
    display: block;
    border-left: .5em solid #fff;
    border-top: .32em solid transparent;
    border-bottom: .32em solid transparent;
    position: absolute;
    top: 50%;
    left: .44em;
    margin-top: -.25em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
    display: none;
    position: absolute;
    top: 2.375em;
    right: 0;
    left: 0
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
    max-height: 2.625em;
    overflow: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item {
    float: left;
    white-space: nowrap
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link {
    display: block;
    position: relative;
    padding: .75em;
    color: #fff
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link span {
    font-size: .75em;
    font-weight: 600;
    display: block
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item:first-child .b-main-nav__sub-link {
    padding-left: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item:last-child .b-main-nav__sub-link {
    padding-right: 1.063em
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.m-active .b-main-nav__main-link {
    color: #62a7d9
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__main-link {
    color: #62a7d9;
    text-decoration: underline
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
    z-index: 200;
    height: auto;
    overflow: visible;
    display: none
}

.b-main-nav .b-main-nav__main .b-main-nav__main-item.sputnik-radio:hover .b-main-nav__main-link {
    color: #ff7800
}

@media screen and (min-width:64em) {
    .b-slide {
        height: auto !important
    }
}

.mode-adaptive .b-content-body {
    position: relative
}

@media screen and (max-width:63.938em) {
    .mode-adaptive .b-main-nav::after {
        height: 0;
        line-height: 0
    }

    .mode-adaptive .b-main-nav .l-page-width .l-page-width__ledge {
        margin: 0;
        padding: 0;
        background: transparent none repeat scroll 0 center
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item {
        float: none;
        height: auto;
        border-bottom: 1px solid #f4f4f4
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop {
        display: block;
        float: right;
        padding: .75em 0 .625em;
        width: 2.937em;
        position: relative;
        cursor: pointer
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop span {
        font-size: .937em;
        display: block
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-drop::after {
        content: "";
        display: block;
        border-left: .5em solid #7c7c7c;
        border-top: .375em solid transparent;
        border-bottom: .375em solid transparent;
        position: absolute;
        margin: -.375em 0 0 -.5em;
        top: 50%;
        left: 50%
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link {
        padding: .75em 1.063em .625em
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__main-link span {
        font-size: .937em;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub {
        position: relative;
        top: 0;
        background: #f4f4f4 none repeat scroll 0% 0%
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul {
        max-height: none
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item {
        float: none;
        border-top: 1px solid #fff
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link {
        padding: .75em 1.063em .625em 2em;
        color: #282828
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item .b-main-nav__sub ul .b-main-nav__sub-item .b-main-nav__sub-link span {
        font-size: .813em;
        white-space: normal
    }

    .mode-adaptive .b-main-nav .b-main-nav__main .b-main-nav__main-item:hover .b-main-nav__sub {
        display: none
    }

    .mode-adaptive .b-slide {
        position: absolute;
        right: 0;
        float: right;
        margin-right: -20em;
        width: 20em;
        background: #fff none repeat scroll 0% 0%;
        z-index: 200;
        display: block;
        transition: margin-right .25s ease 0s
    }

    .mode-adaptive .b-slide .b-slide-menu {
        position: relative
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-content-body {
        position: static
    }
}

.b-footer {
    margin: 2.5em 0 0;
    padding: 1em 0 0em;
    position: relative;
    display: block;
    background: #282828 none repeat scroll 0% 0%;
    color: #fff
}

.b-footer .b-footer__nav {
    position: relative
}

.b-footer .b-footer__nav::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-footer .b-footer__nav .b-footer__wr-items {
    display: table;
    width: 100%
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item {
    display: table-cell;
    overflow: hidden
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a {
    float: left;
    padding: .56em 1.06em .625em;
    cursor: pointer;
    color: #7c7c7c;
    white-space: nowrap;
    font-weight: 700;
    text-transform: uppercase
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a:hover {
    text-decoration: underline
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item a span {
    font-size: .81em;
    display: block
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a {
    color: #62a7d9
}

.b-footer .b-footer__nav .b-footer__wr-items .b-footer__nav-item.m-active a:hover {
    text-decoration: none;
    cursor: default
}

.b-footer .b-footer__nav .b-footer__nav-content {
    visibility: hidden;
    float: right;
    width: 100%;
    margin: 1.69em 0 2em -100%
}

.b-footer .b-footer__nav .b-footer__nav-content.m-active {
    visibility: visible
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column {
    float: left;
    width: 25%
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item {
    padding-left: 1.06em;
    line-height: 1;
    margin-bottom: .625em
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a {
    color: #62a7d9
}

.b-footer .b-footer__nav .b-footer__nav-content .b-footer__column .b-footer__item a span {
    font-size: .81em
}

.b-footer .b-footer__copyright {
    padding: 0 1.06em
}

.b-footer .b-footer__copyright::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-footer .b-footer__copyright p {
    font-size: .75em;
    color: #7c7c7c;
    margin-bottom: .75em
}

.b-footer .b-footer__copyright a {
    color: #7c7c7c;
    text-decoration: underline
}

.b-footer .b-footer__copyright a:hover {
    text-decoration: none
}

@media screen and (max-width:47.938em) {
    .mode-adaptive .b-footer .b-footer__nav {
        display: none
    }
}

.l-banner-place {
    position: relative
}

.l-banner-place.m-mobile {
    display: none
}

.mode-adaptive .l-banner-place.m-desktop {
    display: none
}

.mode-adaptive .l-banner-place.m-mobile {
    display: block
}

@media screen and (min-width:64em) {
    .mode-adaptive .l-banner-place.m-desktop {
        display: block
    }

    .mode-adaptive .l-banner-place.m-mobile {
        display: none
    }
}

.b-banner {
    margin: 0;
    padding: 0;
    position: relative
}

.b-comments {}

.b-comments::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__title {
    margin: 0 0 1em;
    padding: 1.31em 0 .31em;
    font-weight: 800;
    text-transform: uppercase
}

.b-comments .b-comments__title span {
    font-size: 1.25em;
    letter-spacing: .025em
}

.b-comments .b-comments__users-stat {
    margin: 0 0 1em;
    font-weight: 600;
    color: #7c7c7c
}

.b-comments .b-comments__users-stat span {
    font-size: .75em
}

.b-comments .b-comments__users-stat i {
    color: #282828;
    font-style: normal;
    font-weight: 700
}

.b-comments .b-comments__button-comment {
    display: block;
    text-align: center;
    padding-bottom: 1em
}

.b-comments .b-comments__button-comment a {
    background: transparent none repeat scroll 0 center;
    display: inline-block;
    border: 1px solid #62a7d9;
    color: #62a7d9;
    padding: 0 .75em .19em;
    line-height: 1.4;
    cursor: pointer;
    min-width: 2.5em;
    text-align: center;
    position: relative;
    -moz-user-select: none
}

.b-comments .b-comments__button-comment a span {
    font-size: .75em;
    font-weight: 600;
    text-transform: uppercase
}

.b-comments .b-comments__button-comment a:hover {
    text-decoration: none;
    background: #62a7d9 none repeat scroll 0% 0%;
    color: #f4f4f4
}

.b-comments .b-comments__create-top-place {
    position: relative
}

.b-comments .b-comments__create-top-place .b-comments__button-comment {
    display: none;
    padding-bottom: 1.5em
}

.b-comments .b-comments__create-bottom-place .b-comments__button-comment {
    border-top: 1px solid #dfdfdf;
    padding-top: 1.5em
}

.b-comments .b-comments__lists-place {
    border-top: 1px solid #dfdfdf;
    padding-top: 1em
}

.b-comments .b-comments__list {}

.b-comments .b-comments__list::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list ul {
    padding: 0;
    margin: 0;
    display: block
}

.b-comments .b-comments__list ul::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list .b-comments__item {
    display: block;
    position: relative;
    margin: 0 0 1em;
    padding-left: 0;
    overflow: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment {
    position: relative
}

.b-comments .b-comments__list .b-comments__item .b-comments__comment::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
    display: block;
    float: left;
    width: 3.125em;
    height: 3.125em;
    margin-top: .5em;
    margin-right: 1em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 4.125em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head {
    margin: 0 0 .31em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author {
    font-weight: 700;
    margin-right: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author span {
    font-size: .938em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-head .b-comments__item-author:hover {
    text-decoration: underline
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
    margin: 0 0 .5em;
    font-size: .938em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text a {
    color: #62a7d9;
    text-decoration: underline
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-text a:hover {
    text-decoration: none
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
    margin: 0 0 .75em;
    min-height: 1.5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time {
    float: left;
    font-weight: 700;
    color: #62a7d9;
    margin-right: .5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time span {
    font-size: .81em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date {
    float: left;
    font-weight: 600;
    color: #62a7d9;
    margin-right: 1em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date span {
    font-size: .81em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view {
    display: none;
    font-size: 1em;
    position: relative;
    padding-left: 1.25em;
    margin: 0 1em 0 0
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view .b-comments__item-likes-icon {
    width: 1.06em;
    height: 1.06em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -.5em
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like {
    display: inline-block
}

.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like .b-comments__item-likes-icon {
    background-image: url(../img/ico-sa331de8fd1_001.png);
    background-position: 0 -488px;
    background-repeat: no-repeat
}

.mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
    margin-left: 0
}

.mode-adaptive .b-comments .b-comments__button-comment a {
    padding: .438em .75em .563em
}

.mode-adaptive .b-comments .b-comments__button-comment a span {
    font-size: .875em
}

@media screen and (min-width:30em) {
    .mode-adaptive .b-comments .b-comments__list .b-comments__item .b-comments__item-ind {
        margin-left: 4.125em
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-comments .b-comments__button-comment a {
        padding: 0 .75em .19em
    }

    .mode-adaptive .b-comments .b-comments__button-comment a span {
        font-size: .75em
    }
}

.b-article {
    position: relative
}

.b-article__main {
    width: 100%;
    display: block;
    padding: 2em 1.063em 1em;
    box-sizing: border-box
}

.mode-adaptive .b-article__ind {
    margin: 0 auto
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-article__ind {
        margin: 0
    }
}

.b-article__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 1em
}

.b-article__title span {
    font-size: 2.188em
}

.b-article__intro {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 1em
}

.b-article__intro span {
    font-size: 2.188em
}

.b-article__story {
    margin-bottom: 1em;
    line-height: 1.2
}

.b-article__info {
    overflow: hidden;
    padding-bottom: .625em;
    margin-right: -1em;
    line-height: 1.2
}

.b-article__info .b-article__info-date {
    float: left;
    margin: 0 1em .5em 0;
    color: #62a7d9;
    font-weight: 600
}

.b-article__info .b-article__info-date span {
    font-size: .81em
}

.b-article__info .b-article__info-date .b-article__info-time {
    font-weight: 700;
    margin-right: .5em
}

.b-article__info .b-article__info-date-update {
    float: left;
    margin: 0 1em .5em 0;
    color: #7c7c7c
}

.b-article__info .b-article__info-date-update span {
    font-size: .75em
}

.b-article__info .b-article__info-date-update .b-article__info-date-update-color {
    font-size: 1em;
    color: #282828;
    font-weight: 600
}

.b-article__info .b-article__info-statistic {
    float: right;
    margin: 0 1em .5em 0
}

.b-article__info .b-article__info-statistic .b-statistic__item.m-comments {
    cursor: pointer
}

.b-article__lead {
    margin-bottom: 1em;
    font-weight: 700;
    max-width: 40em
}

.b-article__body {
    padding-bottom: 1em;
}

.b-article__body::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.b-article__body p {
    margin-bottom: 1.2em
}

.b-article__body a {
    color: #62a7d9
}

.b-article__body a:hover {
    text-decoration: none
}

.b-article__body ul {
    list-style-type: disc;
    list-style-position: outside;
    padding-bottom: .5em
}

.b-article__body li {
    margin-left: 2em;
    margin-bottom: .5em
}

.mode-adaptive .b-article__title span {
    font-size: 1.563em
}

.mode-adaptive .b-article__story {
    display: none
}

.mode-adaptive .b-article__info .b-article__info-date-update {
    display: none
}

.mode-adaptive .b-article__info .b-article__info-statistic .b-statistic__item.m-views {
    display: none
}

.mode-adaptive .b-article__relap {
    margin: 0 1.063em 0 0
}

@media screen and (min-width:30em) {
    .mode-adaptive .b-article__title span {
        font-size: 1.75em
    }
}

@media screen and (min-width:42.125em) {
    .mode-adaptive .b-article__story {
        display: block
    }

    .mode-adaptive .b-article__info .b-article__info-date-update {
        display: block
    }

    .mode-adaptive .b-article__info .b-article__info-statistic .b-statistic__item.m-views {
        display: inline-block
    }
}

@media screen and (min-width:48em) {
    .mode-adaptive .b-article__title span {
        font-size: 1.937em
    }
}

@media screen and (min-width:64em) {
    .mode-adaptive .b-article__title span {
        font-size: 1.5em
    }

    .mode-adaptive .b-article__relap {
        margin: 0
    }
}

.ymaps-b-form-button__input::-moz-focus-inner {
    padding: 0;
    border: 0
}

@media not all,
not all {}

@media not all {}

.b-article__body img {
    margin-bottom: 2em;
    width: 100%
}

.b-article__body a:hover {
    color: #da1942
}

.bottom-menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    background-color: #005f9e;
    padding: 2.5% 0
}

.bottom-menu-left {
    display: block;
    float: left;
    width: 54%;
    margin-left: 5%
}

.bottom-menu-left-foto {
    display: block;
    width: 12%;
    float: left
}

.bottom-menu-left-foto img {
    display: block;
    width: 100%
}

.bottom-menu-left-text {
    color: #fff;
    font-size: 14px;
    width: 85%;
    float: right;
    margin-left: 3%;
    margin-top: 3%;
    line-height: 1.4
}

.bottom-menu-left::after {
    content: "";
    display: block;
    clear: both
}

.bottom-menu-right {
    display: block;
    width: 30%;
    float: right;
    margin-right: 5%;
    margin-top: 1%
}

.bottom-menu-right a {
    display: inline-block;
    float: right;
    font-size: 11px;
    color: #000;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 3px;
    background: transparent linear-gradient(to bottom, rgb(255, 213, 0) 0%, rgb(255, 183, 0) 49%, rgb(255, 161, 0) 100%) repeat scroll 0% 0%
}

.bottom-menu::after {
    content: "";
    display: block;
    clear: both
}

.footer {
    display: block;
    width: 97%;
    max-width: 1000px;
    padding: 1% 1.5%;
    margin: 0 auto;
    background: #ebebeb none repeat scroll 0% 0%
}

.footer-text {
    color: #383838
}

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

@media screen and (max-width:1199px) {
    .content-right {
        display: none
    }

    .content-left {
        width: 100%;
        padding-right: 0
    }
}

@media screen and (max-width:989px) {
    .content {
        max-width: 750px;
        padding: 3% 6%;
        width: 88%
    }

    .header-bottom ul li a {
        font-size: 1.46vw
    }

    .like-block {
        margin: 5% 0
    }

    .footer {
        position: relative;
        z-index: 1;
        max-width: 750px;
        padding: 1% 6%;
        width: 88%
    }
}

@media screen and (max-width:720px) {
    .header-top-right {
        display: none
    }

    .content-product-img {
        display: block;
        width: 100%
    }

    .content-left-social-comments {
        font-size: 2.8vw
    }

    .content-left-social-pictures img {
        width: 100%
    }

    .content-left-social-pictures {
        margin-top: 1%
    }

    .header-bottom ul li {
        display: inline-block;
        width: 27%;
        padding: 2% 3%;
        text-align: center
    }

    .header-bottom ul li a {
        font-size: 14px
    }
}

@media screen and (max-width:599px) {
    .bottom-menu {
        display: block
    }

    .header-top-left-logo {
        width: 60%
    }

    .content-left-doctor-foto {
        float: none;
        width: 100%
    }

    .content-left-doctor-text {
        float: none;
        width: 100%;
        margin-top: 3%
    }
}

@media screen and (max-width:429px) {
    .like-block img {
        width: 100%
    }

    .header-top-container {
        padding: 3% 2%
    }
}

@media screen and (max-width:408px) {
    .bottom-menu-left-foto {
        margin-top: 5%
    }
}

@media screen and (max-width:385px) {
    .bottom-menu-right {
        width: 36%;
        margin-top: 2%
    }

    .header-bottom ul li {
        width: 44%;
        padding: 3%
    }
}

.autor {
    display: inline-block;
    width: 100%
}

.autor img {
    max-width: 100%;
    float: left;
    display: block;
    padding: 0 10px 10px
}

.autor span {
    line-height: 1.5
}

.ord_button {
    background-color: #f80000;
    color: #fff !important;
    display: inline-block;
    padding: 10px 30px;
    font-size: 25px !important;
    box-shadow: 2px 3px 8px #999;
    text-decoration: none !important;
    border-radius: 8px;
    border: 3px solid #fff;
    margin: 20px 0 30px;
    line-height: 27px;
    text-transform: uppercase;
    transition: all .3s ease-in 0s
}

.ord_button:hover {
    background-color: #772133;
    box-shadow: 2px 3px 3px #999;
    text-decoration: none !important;
    transform: scale(1.1)
}

.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, .7) none repeat scroll 0% 0%;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none
}

.msg {
    position: absolute;
    width: 620px;
    height: 330px;
    top: 120px;
    left: 50%;
    margin-left: -300px;
    background-image: url(../img/RNEiDVB16BU.jpg);
    border: 1px solid #eee
}
html{
    scroll-behavior: smooth;
}
.msg>h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px
}

.msg>h2 {
    color: #fff;
    text-align: left;
    font-size: 20px;
    margin-left: 40px;
    margin-bottom: 30px;
    margin-top: -10px
}

.close {
    position: absolute;
    top: 5px;
    right: 13px;
    font-size: 20px;
    cursor: pointer;
    color: #000
}

.submit {
    margin-top: 0;
    height: 50px;
    width: 400px;
    background-color: #b22222;
    color: #fff;
    font-size: 30px;
    border-radius: 3px
}

.fig {
    text-align: center
}


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

.additional-form-fields {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

#order_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

#order_form input {
    display: flex
}

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

input[value="Получить бесплатно"],
.submit-roulette {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: none;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    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: auto !important
}

input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
    padding-left: 5px;
    height: 42px;
    margin-bottom: 10px
}

.ruletka-p {
    text-indent: 0;
    color: #000;
    text-align: center !important;
    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
}

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

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

.wheel img {
    max-width: 100%;
    max-height: 100%
}

.wheel-img {
    max-width: 100%;
    max-height: 100%;
    -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: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4) 0 0 5px;
    background: #fff;
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, white), color-stop(100%, #eaeaea));
    background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
    background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
    background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
    background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eaeaea", GradientType=1)
}

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

.order_block img {
    max-width: 350px;
    width: 100%
}

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

#luckyshop_form,
#profit_form2,
#omni_form,
#everad_form,
#shakes_form,
#apilead_form,
#hp_form,
#p_hp_form,
#pw_hp_form,
#leadtrade_form,
#drcash_form,
#t_drcash_form,
#rocket_form,
#ad1_form,
#p_omni_form,
#m_leads,
#v_m_leads,
#kma_form,
#adbees_form,
#crm_form,
#leadgroup_form,
#leadbit_form,
#cpagetti_form,
#monsterleads_form,
#tl_form,
#adeptcpa_form,
#burg_tl_form,
#scpa_pw_ad1_form,
#scpa_pw_hp_form,
#scpa_pw_tl_form,
#scpa_pw_apilead_form,
#scpa_pw_leadtrade_form,
#scpa_pw_drcash_form,
#rekl_form,
#p_apilead_form,
#aff1_form,
#p_hp_form_test,
#p_rekl_form,
#static_omni_form,
#funcpa_form,
#ha9_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;
    line-height: 50px
}

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

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(http://9c63c14f-2117-400f-958d-7c7ff4948471.selcdn.net/mic/files/fonts/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;
    cursor: pointer;
    outline: medium
}

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

.text_small {
    font-size: .5em !important;
    font-weight: 400 !important
}

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

    30% {
        transform: translateY(100px)
    }

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

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

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

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

@media screen and (max-width:520px) and (max-width:345px) {
    .wheel {
        width: 250px !important;
        height: 250px !important
    }

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

@media(max-width:520px) {
    .close-popup {
        right: 0
    }
}

body,
html {
    margin: 0 auto
}

.demon_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: sans-serif;
    display: none;
    z-index: 9999
}

.demon_popup.active {
    display: block
}

.demon_overflow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7)
}

.demon_popup_body {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 850px;
    padding: 20px 20px 90px;
    background: linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) 0 0;
    box-sizing: border-box;
    border: 5px solid #ddd;
    min-height: 415px
}

.demon_popup_title {
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    margin: 0
}

.demon_popup_body img {
    position: absolute;
    left: 35px;
    top: 100px;
    width: 100%;
    max-width: 210px;
    height: 220px;
    object-fit: contain
}

.demon_popup_body p {
    padding-left: 266px;
    font-size: 23px;
    line-height: 1.3;
    margin: 0;
    padding-top: 30px;
    color: #fff
}

.demon_popup_body p span {
    color: #de455c;
    white-space: nowrap;
    font-size: 30px;
    font-weight: 700
}

.demon_popup_body p:first-of-type {
    padding-top: 58px
}

.demon_popup_body a:last-of-type {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    bottom: 20px;
    height: 60px;
    background: transparent linear-gradient(to bottom, #de455c 0, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0 0;
    color: #e0e2e6;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    font-size: 26px;
    font-weight: 900;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, .8)
}

.demon_popup_body a:last-of-type:hover {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.demon_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer
}

.demon_close:after {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #de455c;
    transform: rotate(45deg);
    position: absolute;
    top: 13px;
    left: -5px
}

.demon_close:before {
    content: "";
    width: 40px;
    height: 4px;
    background-color: #de455c;
    transform: rotate(-45deg);
    position: absolute;
    top: 13px;
    left: -5px
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.demon_popup.active .demon_popup_body {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.order {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: Arial, sans-serif;
  }
  .order * {
    box-sizing: border-box;
  }
  
  .order .prod-img {
    display: block;
    margin: 20px auto;
  }
  
  .order-info h2 {
    color: red;
    font-size: 1.5em;
  }
  
  .order-info h2 span {
    text-decoration: underline;
  }
  
  .order-info .left_count {
    display: block;
    width: 178px;
    padding: 23px;
    margin: 12px auto;
    background: red;
    color: #fff;
    text-shadow: 0 -1px 0 #000, 0 -1px 0 #000, 0 1px 0 #000, 0 1px 0 #000,
      -1px 0 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px -1px 0 #000,
      1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, -1px -1px 0 #000,
      1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    font-size: 32px !important;
    border-radius: 5px;
  }
  
  .order-info .prod_left_val {
    font-size: 52px;
    font-weight: 700;
    line-height: 52px;
  }
  
  .order-info div h4 span {
    color: green;
  }
  
  .order-info div#soldout_text h4 {
    color: red;
  }
  
  .order-form {
    max-width: 600px;
    padding: 90px;
    margin: 20px auto;
    background: #fff url(../img/formbg.jpg) no-repeat;
    background-size: 100% 100%;
  }
  
  .order-form .top {
    padding-top: 100px;
    background: url(../img/med.png) top center no-repeat;
    background-size: 100px auto;
  }
  
  .order-form .top h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 34px;
    font-size: 32px;
    font-weight: 700;
  }
  
  .order-form .top p {
    font-size: 16px;
    color: #00f;
    font-style: italic;
  }
  
  .order-form .price p span {
    font-size: 23px;
    font-weight: 700;
    color: red;
  }
  
  .order-form .frame {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px;
  }
  
  .order-form .frame p {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
  }
  
  .order-form .order-input {
    margin: 10px;
  }
  
  .order-form label {
    width: 230px;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }
  
  .order-form input {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    font-size: 23px;
  }
  
  .order-form p {
    font-size: 13px;
    margin: 0;
    line-height: 30px;
  }
  
  .order-form button,
  .obutton {
    max-width: 245px;
    display: block;
    margin: 20px auto;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background: #0299ff;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 22px;
  }
  
  .order-form button:hover,
  .obutton:hover {
    background: #017acc;
    text-decoration: none;
    color: #fff;
  }
  
  .order-form button:disabled,
  .obutton:disabled {
    opacity: 0.5;
  }
  
  .order-form button:hover:disabled,
  .obutton:hover:disabled {
    background-color: #0299ff;
  }
  
  .order-form button:active {
    position: relative;
    top: 1px;
  }
  
  .order-form .timelimit {
    font-size: 16px;
    margin: 0 0 10px;
  }
  
  .timer {
    display: inline-block;
    background: url(../img/timerIcon2.png) no-repeat;
    padding-left: 14px;
    color: red;
    font-weight: 700;
    line-height: 15px;
  }
  
  @media screen and (max-width: 480px) {
    .order-form label {
      font-size: 16px;
    }
  
    .order-form button {
      font-size: 18px;
    }
  
    .order-form {
      padding: 80px 50px 60px;
    }
  
    .order-form .order-input {
      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 .top h2 {
      margin: 0;
    }
    .order-form input {
      font-size: 19px;
    }
  
    .order-form .frame {
      margin: 10px;
    }
  }
  
  :root {
    --main-bg-color: red;
  }

  b,
  strong {
    font-weight: bold;
  }

  i,
  em {
    font-style: italic;
  }

  .red {
    color: red !important;
  }

  .cyanish {
    color: rgb(0, 192, 192) !important;
  }

  .black {
    color: black !important;
  }

  .grey {
    color: #575b61 !important;
  }

  .greenish {
    color: #6AA84F !important;
  }

  .biege {
    color: #F6B26B !important;
  }

  .subscript {
    font-size: 14px;
    line-height: 1.3;
  }

  .stand-out {
    font-size: 50px;
  }

  .emphasized-subtitle {
    margin-top: 30px;
    font-size: 26px;
  }

  .emphasized-speech {
    font-size: 22px;
  }

  .center {
    text-align: center !important;
  }

  .img-float {
    width: 300px;
    float: left;
    margin-right: 15px;
  }

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

  .img-center-lores {
    display: block;
    margin: 0 auto;
    width: 75%;
    max-width: 450px;
  }

  ul.list-dialog li {
    list-style-type: '- ';
  }

  .customIndent {
    margin-left: 15px;
  }

  .important {
    border: 3px solid red;
    color: red;
    padding: 10px;
    background-color: rgb(255, 255, 130);
  }

  .blue-frame {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 10px;
    background-color: #ebf6ff;
    padding: 10px;
  }

  .pink-frame {
    border: 1px solid #000;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin: 0 0 10px;
    background-color: #f4cccc;
    padding: 10px;
  }

  .comment--secondary {
    padding-left: 20px !important;
  }

  ul.dashed {
    list-style-type: none;
  }

  ul.dashed>li {
    text-indent: -5px;
  }

  ul.dashed>li:before {
    content: "-";
    text-indent: -5px;
  }

  table {
    border-collapse: collapse;
    margin: 0 auto;
  }

  td {
    border: 1px solid lightgray;
    padding: 5px;
    vertical-align: top;
    text-align: left;
    word-break: break-all;
  }

  .main-aside {
    background-color: rgb(255, 255, 122);
    font-size: 24px;
    padding: 0 15px;
    width: 300px;
  }

  .main-aside a {
    text-decoration: underline;
  }

  .main-aside a:hover {
    color: red;
  }

  .old-discount {
    color: grey !important;
    position: relative;
  }

  .old-discount:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: red;
    position: absolute;
    left: 0;
    top: 50%;
  }

  @media screen and (max-width: 500px) {
    .img-float {
      float: none;
      margin-right: 0;
      width: 100%;
    }
  }

  .vote_section {
    padding: 30px 0 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  h2.title {
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
  }

  h2.title span {
    color: #e43315;
  }

  h2.title:after {
    display: block;
    content: '';
    margin: 15px 0 0;
    width: 62px;
    height: 5px;
    background: url(../img/separator_red.png) center no-repeat;
  }

  .vote_section .vote_block {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  }

  .vote_section .questions_list {
    margin: 0 0 22px;
  }

  .vote_section .question_item {
    margin: 0 0 20px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #dedede inset;
    -moz-box-shadow: 0 0 0 1px #dedede inset;
    box-shadow: 0 0 0 1px #dedede inset;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }

  .vote_section .questions_list.active .question_item .line {
    display: block;
  }

  .vote_section .question_item:nth-child(1) .line {
    background: #7ac700;
  }

  .vote_section .question_item:nth-child(2) .line {
    background: #e43315;
  }

  .vote_section .question_item:nth-child(3) .line {
    background: #f5ca16;
  }

  .vote_section .question_item .line {
    display: none;
    width: 0%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .vote_section .question_item .question_text {
    float: left;
    padding: 0 0 0 20px;
    line-height: 50px;
    position: relative;
  }

  .vote_section .questions_list.active .question_item .percents {
    display: block;
  }

  .vote_section .question_item .percents {
    display: none;
    float: right;
    padding: 0 20px 0 0;
    font-weight: 700;
    line-height: 50px;
    text-align: right;
    position: relative;
  }

  .vote_section .voice_count {
    text-align: center;
  }

  .vote_section .voice_count b {
    margin: 0 0 0 5px;
    padding: 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #7ac700;
    color: #fff;
  }

  #comment-component-text * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  #comment-component-text #comment_num {
    border-bottom: 1px dashed #365398;
    color: #365398;
    font-weight: bold;
  }

  #comment-component-text .comment,
  #comment-component-text .txt-cmt {
    margin: auto !important;
    width: 95%;
  }

  #comment-component-text .txt-cmt {
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    margin: 0 -5px;
  }

  #comment-component-text .txt-cmt .form-comment__img {
    padding: 0 5px;
    width: 80px;
  }

  #comment-component-text img {
    max-width: 100%;
    line-height: 1;
    display: inline-block;
    border-radius: 50%;
  }

  #comment-component-text .form-comment__content {
    width: 100%;
    padding: 0 5px;
  }

  #comment-component-text .your-name,
  #comment-component-text .txt-content {
    font-size: inherit;
  }

  #comment-component-text .your-name {
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: auto !important;
    margin-bottom: 0;
    font-family: Arial, sans-serif;
  }

  #comment-component-text .txt-content {
    width: 100%;
    min-height: 40px;
    display: block;
    margin: 15px 0;
    padding: 10px;
    resize: none;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
  }

  #comment-component-text .add-comment-button {
    background-color: #4267b2;
    border: 1px solid #4267b2;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    padding: 0 8px;
    line-height: 22px;
    cursor: pointer;
    font-weight: bold;
  }

  #comment-component-text .comment {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0 -10px;
  }

  #comment-component-text .comment__image {
    flex-grow: 0;
    padding: 0 10px;
    width: 70px;
    height: 50px;
    border-radius: 50%;
  }

  #comment-component-text .comment__content {
    padding: 0 10px;
    width: 100%;
  }

  #comment-component-text .comment__content .comment__name {
    margin-top: 0;
    color: #365398;
    font-size: 16px;
    text-align: left;
    text-align-last: left;
    font-weight: 700;
  }

  #comment-component-text .comment .comment__text {
    margin: 8px 0;
    font-size: 16px;
    line-height: 1.4;
  }

  #comment-component-text .comment__details {
    font-size: 14px;
    color: #365398;
    line-height: 1.4;
  }

  #comment-component-text .comment__details a,
  #comment-component-text .comment__details span {
    text-decoration: none;
    color: #365398;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    cursor: pointer;
  }

  .comment-img img,
  .comment__details img {
    border-radius: 0 !important;
  }

  #comment-component-text .comment__details img {
    width: 13px;
  }

  #comment-component-text .comment .comment__text img {
    width: 300px;
  }

  #comment-component-text .comment .comment__text img {
    display: block;
    margin: 8px 0 0;
    border-radius: 0 !important;
  }

  .buy-button a {
    font-weight: 700;
    display: block;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
    max-width: 350px;
    background: rgb(219, 32, 32) none repeat scroll 0% 0%;
    padding: 20px 20px 14px;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    border-radius: 6px;
    text-decoration: none;
    margin: 10px auto;
    border-bottom: 6px solid transparent;
    -webkit-animation: 1s pulse infinite alternate ease-in-out;
    animation: 1s pulse infinite alternate ease-in-out;
  }

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

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