@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap);

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

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

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

input[value="Получить бесплатно"] {
    text-transform: uppercase;
    padding: 10px 15px;
    margin: 15px 0;
    outline: 0;
    border: none;
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: 0 4px 3px #242120;
    background: red;
    color: #fff;
    font-weight: 700;
    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 {
    display: block;
    width: 300px !important;
    max-width: 80%;
    padding: 6px 10px;
    border: #888 1px solid;
    margin-top: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 5px
}

input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
    font-size: 18px;
    color: #333;
    display: block;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px
}

.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 {
    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 !important;
    margin: 0 auto;
    position: relative
}

.wheel img {
    max-width: 100%
}

.wheel-img {
    transition: all 4s ease 0s
}

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

.cursor-text {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: 45% !important;
    height: 45%;
    font: 16px/61px Arial !important;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ccc;
    top: 49%;
    left: 50%;
    -moz-user-select: none;
    transform: translate(-50%, -50%);
    box-shadow: 0 -2px 0 #fff inset, 0 2px 0 #fff inset, 0 0 5px rgba(0, 0, 0, .4);
    background: transparent radial-gradient(ellipse at center center, #fff 0, #eaeaea 100%) repeat scroll 0 0
}

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

.order_block img {
    width: 20%
}

.order_block h3 {
    font: 700 18px Arial !important;
    background: transparent none repeat scroll 0 0
}

#ad1_form,
#adbees_form,
#adeptcpa_form,
#apilead_form,
#burg_tl_form,
#cpagetti_form,
#crm_form,
#drcash_form,
#everad_form,
#hp_form,
#kma_form,
#leadbit_form,
#leadtrade_form,
#luckyshop_form,
#m_leads,
#monsterleads_form,
#omni_form,
#p_hp_form,
#p_omni_form,
#profit_form2,
#pw_hp_form,
#rocket_form,
#scpa_pw_ad1_form,
#scpa_pw_apilead_form,
#scpa_pw_drcash_form,
#scpa_pw_hp_form,
#scpa_pw_leadtrade_form,
#scpa_pw_tl_form,
#shakes_form,
#tl_form {
    display: flex;
    flex-direction: column;
    align-items: center
}

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

.spin-result-wrapper {
    display: none;
    padding: 0 10px;
    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: 70px 10px 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(../img/cross.svg);
    background-size: 100% auto;
    top: -40px;
    border-radius: 50%;
    box-shadow: 0 0 10px #fff;
    right: 0;
    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
}

.super-rotation {
    animation-name: super-rotation;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    transition-timing-function: ease-in-out
}

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

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

.cursor-text:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, .4) 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: 70px 10px 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(0)
    }
}

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

    100% {
        transform: scale(1)
    }
}

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

    100% {
        opacity: 1
    }
}

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

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

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

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

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

.Link-root {
    display: block;
    color: inherit
}

img {
    max-width: 100%
}

.Meta-root {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    font-size: 18px;
    line-height: 15px
}

.Meta-simple {
    align-items: flex-start;
    flex-flow: column nowrap
}

@media only screen and (min-device-width:32em) {
    .Meta-simple {
        flex-flow: row wrap
    }
}

.Meta-simple>div {
    margin-top: 3px;
    margin-bottom: 3px
}

@media only screen and (min-device-width:32em) {
    .Meta-simple>div {
        margin-top: 0;
        margin-bottom: 0
    }
}

.Meta-simple>div:first-child {
    margin-top: 0
}

.Meta-simple>div:nth-child(n+2)::before {
    display: none
}

@media only screen and (min-device-width:32em) {
    .Meta-simple>div:nth-child(n+2)::before {
        display: inline
    }
}

.Meta-simple {
    width: 100%;
    color: #757575
}

.MetaItem-root {
    display: inline-block;
    margin-right: 15px
}

.MetaItem-hasBullets {
    margin-right: 0
}

.MetaItem-hasBullets:nth-child(n+2)::before {
    display: inline-block;
    padding-right: .4em;
    padding-left: .4em;
    content: "·"
}

.Timestamp-root {
    font-weight: 400
}

.SvgSymbol-root {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.SvgSymbol-medium {
    width: 24px;
    height: 24px
}

.SvgSymbol-fb {
    width: 16px;
    fill: #304591
}

.SvgSymbol-vk {
    width: 20px;
    fill: #527397
}

.SvgSymbol-ok {
    width: 9px;
    fill: #eb722e
}

.SvgSymbol-tw {
    width: 20px;
    fill: #31adf4
}

.SvgSymbol-tg {
    width: 18px;
    fill: #2ba5e0
}

.SvgSymbol-reaction {
    width: 16px;
    color: #b88b58;
    fill: #262626
}

.SvgSymbol-menu {
    width: 22px;
    height: 24px
}

.SvgSymbol-meduzaLogo {
    width: 92px;
    height: 20px
}

@media only screen and (min-device-width:64em) {
    .SvgSymbol-meduzaLogo {
        width: 100px;
        height: 45px
    }
}

.SvgSymbol-search {
    width: 20px;
    height: 24px
}

@media only screen and (min-device-width:64em) {
    .SvgSymbol-search {
        width: 13px;
        height: 15px
    }
}

.SimpleTitle-root {
    margin: 0 0 18px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.35em;
}

@media only screen and (min-device-width:48em) {
    .SimpleTitle-root {
        margin-bottom: 15px;
        font-size: 32px;
        line-height: 1.35em;
        font-weight: bold;
    }
}

.GeneralMaterial-article p {
    margin: 0 0 0px;
    font-size: 20px;
    line-height: 28px
}

.SimpleBlock-h4 {
    margin-top: 26px;
    margin-bottom: 11px;
    font-size: 17px;
    font-weight: 700;
    line-height: 21px
}

@media only screen and (min-device-width:32em) {
    .SimpleBlock-h4 {
        margin-top: 45px;
        margin-bottom: 15px;
        font-size: 21px;
        line-height: 28px
    }
}

.ListBlock-ul li::before {
    position: absolute;
    top: 0;
    left: 5px;
    width: 8px;
    content: "•";
    text-align: center;
    color: #b88b58;
    font-size: 18px;
    line-height: inherit
}

@media only screen and (min-device-width:48em) {
    .ListBlock-ul li::before {
        left: 0;
        width: 36px;
        text-align: center;
        font-size: 20px
    }
}

.MaterialNote-root {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 22px
}

.MaterialNote-root:empty {
    margin-bottom: 0
}

.MaterialNote-root:empty::before {
    margin-bottom: 9px
}

.MaterialNote-root::before {
    display: block;
    width: 120px;
    height: 1px;
    margin-bottom: 15px;
    content: "";
    background: #000 none repeat scroll 0 0
}

.MaterialNote-default {
    margin-top: 25px
}

@media only screen and (min-device-width:32em) {
    .MaterialNote-default {
        margin-top: 35px
    }
}

.Toolbar-root {
    overflow: hidden;
    transform: translateZ(0)
}

.Toolbar-list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: outside none none
}

@media only screen and (min-device-width:64em) {
    .Toolbar-list {
        margin: 0 0 0 -15px
    }
}

.Toolbar-item {
    position: relative;
    height: 32px;
    padding-right: 10px;
    padding-left: 10px;
    min-width: 42px;
    cursor: pointer;
    transition: color .25s ease 0s;
    color: gray;
    line-height: 1;
    text-align: center
}

@media only screen and (min-device-width:64em) {
    .Toolbar-item {
        padding-right: 15px;
        padding-left: 15px
    }
}

.Toolbar-item:last-child {
    margin-right: 0
}

.Toolbar-item::before {
    position: absolute;
    top: 7px;
    left: 0;
    height: 18px;
    content: "";
    vertical-align: middle;
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.ToolbarButton-text {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle
}

.ToolbarButton-text:empty {
    display: none
}

.ToolbarButton-button {
    height: 100%;
    margin: 0;
    padding: 0 1px 0 0;
    cursor: pointer;
    color: inherit;
    border-width: 0;
    outline: medium;
    background-color: transparent;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    -moz-appearance: none
}

.ToolbarButton-button::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.ToolbarButton-button:hover {
    opacity: .6
}

.AffiliatePanels-root {
    position: relative
}

.UnderTheSun-root {
    position: relative;
    z-index: 200;
    margin-top: 12px
}

@media only screen and (min-width:32em) {
    .UnderTheSun-root {
        margin-top: 45px
    }
}

.UnderTheSun-root:empty {
    margin-top: 0
}

.GeneralMaterial-root {
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    padding: 20px 20px 23px;
    border-radius: 10px;
    background-color: #fff
}

@media only screen and (min-width:48em) {
    .GeneralMaterial-root {
        padding: 45px 15px 38px
    }
}

@media only screen and (min-width:48em) {
    .GeneralMaterial-simple {
        padding-top: 60px
    }
}

.GeneralMaterial-container {
    width: 100%
}

.GeneralMaterial-head {
    display: flex;
    flex-flow: column nowrap;
    max-width: 650px;
    margin: 0 auto 31px
}

@media only screen and (min-width:64em) {
    .GeneralMaterial-head {
        flex-flow: row nowrap;
        max-width: 1000px
    }
}

@media only screen and (min-width:64em) {
    .GeneralMaterial-materialHeader {
        max-width: 840px
    }
}

.GeneralMaterial-article {
    position: relative
}

.GeneralMaterial-simple .GeneralMaterial-container {
    max-width: 1000px
}

.GeneralMaterial-simple .GeneralMaterial-article {
    margin-right: auto;
    margin-left: auto
}

@media only screen and (min-width:64em) {
    .GeneralMaterial-simple .GeneralMaterial-article {
        margin-right: 0;
        margin-left: 0
    }
}

.GeneralMaterial-default .GeneralMaterial-article {
    width: 100%
}

.GeneralMaterial-default .GeneralMaterial-body {
    max-width: 650px;
    margin: 0 auto
}

@media only screen and (min-width:64em) {
    .GeneralMaterial-default .GeneralMaterial-body {
        max-width: 1000px
    }
}

@media only screen and (min-width:64em) {
    .GeneralMaterial-default .GeneralMaterial-body {
        display: flex;
        flex-flow: row nowrap
    }
}

.GeneralMaterial-simple .GeneralMaterial-head {
    margin-bottom: 21px
}

@media only screen and (min-width:48em) {
    .GeneralMaterial-simple .GeneralMaterial-head {
        margin-bottom: 14px
    }
}

a {
    color: #b88b58
}

.Header-root {
    position: relative;
    z-index: 300;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    height: 70px;
    -moz-user-select: none
}

@media only screen and (min-width:64em) {
    .Header-root {
        height: 77px
    }
}

.Header-menuToggle {
    z-index: 100;
    margin-left: auto;
    padding-top: 22px
}

@media only screen and (min-width:64em) {
    .Header-menuToggle {
        display: none
    }
}

.Header-logo {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    padding-top: 18px;
    background-color: inherit
}

@media only screen and (min-width:64em) {
    .Header-logo {
        position: static;
        flex-basis: 16%;
        flex-grow: 1;
        justify-content: flex-start;
        padding-top: 0;
        background-color: transparent
    }
}

.Header-meduza {
    display: inline-block;
    margin-top: -4px;
    fill: #d09959
}

@media only screen and (min-width:64em) {
    .Header-meduza {
        padding: 0 15px
    }
}

.Header-buttons {
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    padding-top: 22px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1
}

@media only screen and (min-width:64em) {
    .Header-buttons {
        position: static;
        flex-basis: 16%;
        flex-grow: 1;
        justify-content: flex-end;
        padding-top: 2px
    }
}

@media only screen and (min-width:64em) {
    .Header-buttons .Header-item::after {
        content: ""
    }
}

.Header-buttons .Header-item:last-child::after {
    display: none
}

.Header-nav {
    position: absolute;
    top: 58px;
    right: 0;
    left: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 12px 12px 4px;
    transition: height .2s ease 0s, visibility .2s ease 0s, opacity .2s ease 0s;
    opacity: 0;
    background-color: #040404
}

@media only screen and (min-width:64em) {
    .Header-nav {
        position: static;
        visibility: visible;
        height: auto;
        padding: 2px 0 0;
        transition: none 0s ease 0s;
        transform: translateZ(0);
        opacity: 1;
        background-color: transparent
    }
}

.Header-item a {
    min-width: 45px;
    line-height: 45px;
    height: 45px
}

.Header-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color .15s ease-out 0s;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background: transparent none repeat scroll 0 0;
    font-weight: 600;
    fill: currentcolor
}

.Header-item::after {
    position: absolute;
    top: 50%;
    right: -1px;
    height: 18px;
    transform: translateY(-50%);
    border-left: 1px solid #404040
}

.Header-item:focus,
.Header-item:hover,
.Header-menu a:hover {
    color: #999
}

.Header-menu a {
    color: #fff;
    padding: 0 6px;
    display: block
}

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

.Header-itemSearch,
.Header-menuToggle .Header-item {
    color: #737373
}

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

    .Header-itemSearch,
    .Header-menuToggle .Header-item {
        color: #fff;
        padding-left: 11px
    }
}

.Header-itemLang {
    display: none
}

@media only screen and (min-width:64em) {
    .Header-itemLang {
        padding-right: 10px;
        display: inline-flex
    }
}

.Header-menu {
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;
    padding-top: 16px;
    border-top: 1px solid #323232;
    font-size: 20px;
    line-height: 24px
}

@media only screen and (min-width:48em) {
    .Header-menu {
        flex-flow: row wrap;
        flex-basis: 60%;
        flex-grow: 1;
        padding-top: 0;
        border-top: 0;
        font-size: 14px;
        line-height: 17px
    }
}

@media only screen and (min-width:64em) {
    .Header-mobileNav {
        display: none
    }
}

.Header-menuAdditional {
    margin-top: 24px;
    margin-bottom: 28px;
    padding: 32px 0;
    text-align: center;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    font-size: 16px;
    line-height: 22px
}

.Header-menuAdditional a {
    color: rgba(255, 255, 255, .5)
}

.Header-menuAdditionalItem {
    margin: 0 6px
}

.Header-switcher {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: rgba(255, 255, 255, .5);
    font-size: 16px
}

.Footer-root {
    position: relative;
    z-index: 300;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 3px 12px;
    text-align: center;
    color: #999
}

@media only screen and (min-width:64em) {
    .Footer-root {
        justify-content: flex-start;
        padding: 26px 0 15px;
        text-align: left
    }
}

.Footer-root a {
    transition: color .15s ease-out 0s;
    color: #fff
}

.Footer-root a:hover {
    color: rgba(255, 255, 255, .5)
}

.Footer-container {
    width: 100%;
    max-width: 675px
}

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

.Footer-tip {
    display: none
}

@media only screen and (min-width:64em) {
    .Footer-tip {
        display: block
    }
}

.Footer-copyright {
    padding: 1px 12px 0;
    text-align: center;
    font-size: 14px
}

@media only screen and (min-width:64em) {
    .Footer-copyright {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding: 13px 0 0;
        border-top: 1px solid #333;
        font-size: 14px;
        line-height: 16px
    }
}

.Footer-giphy {
    margin-bottom: 14px;
    padding-top: 14px;
    padding-bottom: 13px;
    text-align: center;
    border-top: 1px solid #242424;
    border-bottom: 1px solid #242424
}

@media only screen and (min-width:64em) {
    .Footer-giphy {
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        border-width: 0
    }
}

.Footer-giphy a {
    display: inline-block;
    flex-shrink: 0;
    width: 60px;
    height: 14px;
    margin: -3px 8px 0;
    vertical-align: middle;
    background-image: url(../img/edf37273be8a8bd36f38c40abf3ab0ab.png);
    background-size: 60px auto;
    font-size: 0
}

.Footer-copyrightGroup {
    display: flex;
    flex-flow: row nowrap
}

.Footer-copyrightItem {
    width: 100%
}

@media only screen and (min-width:64em) {
    .Footer-copyrightItem {
        display: flex;
        flex-flow: row nowrap;
        width: auto
    }
}

.Footer-copyrightItem::after {
    display: block;
    height: 18px;
    margin: 0 15px;
    border-left: 1px solid #404040
}

@media only screen and (min-width:64em) {
    .Footer-copyrightItem::after {
        content: ""
    }
}

.Footer-about {
    flex-shrink: 0;
    text-align: center;
    width: 100%;
}

@media only screen and (min-width:64em) {
    .Footer-about {
        text-align: right
    }
}

.App-header {
    position: relative;
    z-index: 500;
    width: 100%;
    max-width: 1335px;
    margin: 0 auto
}

@media only screen and (min-width:64em) {
    .App-header {
        z-index: auto
    }
}

.App-container {
    background-image: url(../img/top_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 162px auto
}

@media only screen and (min-width:64em) {
    .App-container {
        background-position: center top;
        background-size: 412px 218px
    }
}

.App-content {
    position: relative;
    
    flex-grow: 1;
    width: 100%;
    min-height: calc(100vh - 140px)
}

@media only screen and (min-width:32em) {
    .App-content {
        max-width: 1335px;
        margin-right: auto;
        margin-left: auto
    }
}

.App-footer {
    margin-top: 10px
}

@media only screen and (min-width:32em) {
    .App-footer {
        margin-top: 0px
    }
}

body {
    margin: 0
}

footer,
header,
main,
nav {
    display: block
}

a {
    background-color: transparent
}

svg {
    overflow: visible
}

button {
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted buttontext
}

html {
    background-color: #000
}

@media only screen and (min-width:64em) {
    html {
        font-size: 1.49813vw
    }
}

body {
    font-family: sans-serif
}

h1,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

* {
    box-sizing: border-box
}

.Figure-caption {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 22px;
    max-width: 520px;
    padding-top: 4px;
    color: #1a1a1a
}

.Figure {
    display: block;
    max-width: 650px;
    width: 100%;
    margin: 20px auto
}

a.button {
font-size: 24px;
    text-align: center;
    color: #fff !important;
    background-color: red;
    display: table;
    margin: 25px auto;
    width: 500px;
    max-width: 100%;
    border-radius: 15px;
    text-decoration: none;
    padding: 18px 20px;
    transition: all .2s ease 0s;
    text-shadow: 0 0 0 #fff;
    line-height: 28px;
}

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

.ittem-comment {
    display: block;
    position: relative;
    margin-bottom: 25px;
    min-height: 60px
}

.ittem-comment p {
    display: block;
    position: relative;
    padding-left: 75px;
    margin-bottom: 5px;
    font-size: 100%;
    line-height: 1.3
}

@media only screen and (max-width:500px) {
    a.button {
        width: 100%
    }
}

.ava-img {
    width: 60px;
    border-radius: 10px;
    display: block;
    position: relative;
    float: left;
    z-index: 100;
}

.out-comebacker-content {
    width: 781px;
    height: 460px;
    background: transparent linear-gradient(135deg, #3c72b5 0, #7b9fcc 100%) repeat scroll 0 0;
    position: relative;
    border: 5px solid #ddd
}

.out-comebacker-content-close p {
    color: #fff;
    float: right;
    cursor: pointer;
    margin: 3px 10px 0 0 !important;
    font-size: 30px;
    line-height: 20px
}

p.out-comebacker-content-mainp {
    font-size: 30px;
    font-weight: 700;
    padding-top: 25px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 5px 0 0
}

.out-comebacker-content-main-text-img {
    display: block;
    width: 96%;
    padding: 0 2%;
    margin-top: 3px
}

.out-comebacker-content-main-img {
    float: left;
    display: block;
    width: 30%;
    margin: 0 auto
}

.out-comebacker-content-main-img img {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 55px;
    padding-left: 11px
}

.out-comebacker-content-main-text {
    display: block;
    width: 65%;
    float: right;
    margin-left: 5%;
    margin-top: 15px
}

.out-comebacker-content-main-text p {
    line-height: 1.5;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
    color: #fff;
    font-size: 22px;
    padding-bottom: 5px
}

.out-comebacker-content-main-text-img::after {
    content: "";
    display: block;
    clear: both
}

.out-comebacker-content-btn {
    display: block;
    max-width: 325px;
    margin: 25px auto 10px;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 5px;
    padding: 15px !important
}

.out-comebacker-content-btn:hover {
    background: #fff none repeat scroll 0 0;
    color: #b0493b;
    border: 1px solid #fff
}

@media screen and (max-width:845px) {
    .out-comebacker-content {
        width: 100%;
        height: auto !important
    }

    .my-com-date {
        line-height: 27px
    }

    .out-comebacker-content-btn {
        max-width: 78%;
        font-size: 16px
    }

    .out-comebacker-content-main-text p {
        font-size: 18px;
        text-align: center;
        line-height: 25px
    }

    .out-comebacker-content-main-img {
        display: none
    }

    p.out-comebacker-content-mainp {
        font-size: 20px
    }

    .out-comebacker-content-main-text {
        float: none;
        width: 100%;
        margin: 0
    }
}

.ps-popup-default {
    padding: 0 !important
}

.out-comebacker-content-btn:focus:hover {
    color: #b0493b !important
}

.my-com-date {
    color: #5b5f65;
    text-shadow: 0 0 0 #000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px;
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 20px
}

.out-comebacker-content-btn:hover {
    text-decoration: none !important;
    transition: all .3s ease 0s !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: medium
}

input,
textarea {
    outline: medium
}

input:active,
textarea:active {
    outline: medium
}

:focus {
    outline: medium
}

button:active,
button:focus {
    outline: medium !important
}

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

#order_form {
    background: #fff url(../img/formbg.jpg) no-repeat scroll 0 0/cover;
    padding: 20px 20px 55px;
    max-width: 600px;
    margin: 20px
}

#order_form div {
    line-height: 22px;
    background: transparent none repeat scroll 0 0 !important
}

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

#order_form label {
    width: 282px;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left !important
}

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

#order_form input {
    font-size: 21px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%
}

#order_form span {
    font-size: 12px
}

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

#order_form button:hover,
.obutton:hover {
    background-color: #017acc
}

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

.order_info h2 {
    border: medium !important;
    color: red !important;
    line-height: 32px;
    font-size: 25px
}

.left_count {
    background: red none repeat scroll 0 0;
    padding: 16px 16px 13px;
    margin: 20px 0;
    width: 150px;
    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: 27px !important;
    border-radius: 5px
}

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

@media screen and (max-width:480px) {
    #order_form label {
        font-size: 14px
    }

    #order_form button {
        font-size: 16px
    }

    #order_form {
        padding: 16px 16px 178px;
        margin-bottom: -150px
    }

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

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

    #order_form {
        margin-left: -36px;
        margin-right: -19px;
        padding-left: 26px
    }
}

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

    #order_form button {
        margin-left: 0
    }
}

div.im-colormask>input::-moz-selection {
    background: transparent none repeat scroll 0 0
}

div.im-colormask>input::-moz-selection {
    background: transparent none repeat scroll 0 0
}

div.ps-popup-default {
    color: #000;
    background: #fff none repeat scroll 0 0;
    padding: 1px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    text-align: left;
    line-height: 1
}

div.ps-popup-default .ps-form::after,
div.ps-popup-default .ps-form::before {
    content: "";
    display: table
}

div.ps-popup-default .ps-form::after {
    clear: both
}

div.ps-popup-default .ps-bottom::after,
div.ps-popup-default .ps-bottom::before,
div.ps-popup-default .ps-middle::after,
div.ps-popup-default .ps-middle::before,
div.ps-popup-default .ps-top::after,
div.ps-popup-default .ps-top::before {
    content: "";
    display: table
}

div.ps-popup-default .ps-bottom::after,
div.ps-popup-default .ps-middle::after,
div.ps-popup-default .ps-top::after {
    clear: both
}

div.ps-popup-default .ps-features-list li::after,
div.ps-popup-default .ps-features-list li::before {
    content: "";
    display: table
}

div.ps-popup-default .ps-features-list li::after {
    clear: both
}

div.ps-popup-default .ps-features-list strong::before {
    position: absolute;
    left: 0;
    top: 16px;
    content: ""
}

div.ps-popup-default .ps-left::before {
    background-position: -21px 0;
    width: 16px;
    height: 17px
}

div.ps-popup-default .ps-now::before {
    left: -5px;
    top: 14px;
    background-position: 0 0;
    width: 21px;
    height: 17px
}

.popup-container {
    display: none;
    position: relative
}

#ps-call-mobile-form a.ps-close::after,
#ps-sale-mobile-form a.ps-close::after {
    content: "";
    position: absolute;
    background: transparent url(../img/close.png) no-repeat scroll center center;
    top: 12px;
    margin-left: -8px;
    left: 50%;
    width: 15px;
    height: 12px
}

#ps-sale-mobile-form .clearance::after {
    content: "";
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    border-top: 1px solid #c0cdd4
}

.rub-ramka a {
    box-shadow: none !important
}

.rub-ramka {
    background: rgba(189, 61, 77, .04) none repeat scroll 0 0;
    padding: 12px 15px !important;
    color: #080808;
    font-size: 20px !important;
    border: 2px solid #bd3d4d;
    border-radius: 4px;
    text-shadow: 0 0 0 #616161;
    text-indent: 0 !important;
    text-align: left;
    max-width: 717px;
    margin: 0 auto !important;
    line-height: 30px
}

@media screen and (max-width:600px) {
    .rub-ramka {
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.pl_field_address_info {
    opacity: 0
}

.my-com-date {
    color: #5b5f65;
    text-shadow: 0 0 0 #000;
    font-weight: 600;
    line-height: 34px;
    padding: 1px 4px;
    background: #fdfdfd none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 20px
}

.out-comebacker-content-btn:hover {
    text-decoration: none !important;
    transition: all .3s ease 0s !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: medium
}

input,
textarea {
    outline: medium
}

input:active,
textarea:active {
    outline: medium
}

:focus {
    outline: medium
}

button:active,
button:focus {
    outline: medium !important
}

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

.pl_field_address_info {
    height: 0;
    display: block
}

@media screen and (max-width:560px) {
    .c-post-img.u-blur {
        transform: translate(-26%, 0) !important
    }
}

@media screen and (max-width:490px) {
    .c-post-img.u-blur {
        transform: translate(-31%, 0) !important
    }
}

@media screen and (max-width:460px) {
    .c-post-img.u-blur {
        transform: translate(-34%, 0) !important
    }
}

@media screen and (max-width:430px) {
    .c-post-img-wrap img {
        width: 88% !important;
        min-height: 0 !important
    }
}

@media screen and (max-width:370px) {
    .c-entry-lg .c-post-title {
        font-size: 16px !important
    }

    #p0 {
        padding: 0 10px !important
    }

    .c-post-img-wrap img {
        width: 76% !important
    }

    .c-post-img.u-blur {
        transform: translate(-31%, 0) !important
    }
}

@media screen and (max-width:350px) {
    .c-post-img.u-blur {
        transform: translate(-33%, 0) !important
    }
}

.erase_text,
.text-column {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

#square,
#square2,
.qqq {
    width: 200px;
    height: 50px;
    border-radius: 3em;
    align-self: center
}

#square {
    background: #969595 none repeat scroll 0 0;
    cursor: pointer
}

#square2 {
    display: none
}

.qqq {
    outline: medium none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #969595
}

.arrow {
    background: transparent url(../img/arrow.png) no-repeat scroll center center;
    width: 70px;
    height: 65px;
    align-self: center;
    margin: 1em
}

.bilet {
    color: #000;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    border: 4px solid #105000;
    border-radius: 5px;
    background: transparent linear-gradient(#fff, #8bc37c) repeat scroll 0 0
}

.text-column {
    flex: 2 1 0%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1em;
    align-items: center
}

.text-column p {
    margin-bottom: 0
}

.text-column p:first-child {
    text-transform: uppercase;
    text-align: center
}

.blabla p:last-child {
    font-size: .7em;
    margin: 0
}

.erase_column {
    flex: 3 1 0%;
    padding: 1em;
    font-size: 1.1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.erase {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.logo {
    background: transparent url(../img/444.png) no-repeat scroll center center;
    width: 250px;
    height: 260px
}

@media screen and (max-width:550px) {
    .gerbpk {
        display: none
    }

    .gerbmobile {
        display: block;
        margin: 0 auto
    }
}

@media screen and (min-width:550px) {
    .gerbmobile {
        display: none
    }
}

@media screen and (max-width:550px) {
    .erase {
        justify-content: center
    }
}

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

    .erase_column,
    .text-column {
        padding: 5px
    }
}

.order_form {
    padding: 20px 20px 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0
}

.block_form {
    margin: 0 0 15px
}

.block_form_label {
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #333;
    display: block;
    float: left;
    margin: 8px 10px 0 0
}

.block_form input,
.block_form select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border: #888 1px solid;
    font-size: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff
}

.block_form select {
    padding: 2px 0;
    margin-top: 6px;
    font-size: 16px
}

.block_form p {
    font-size: 15px;
    padding-top: 8px;
    color: #1d1d1d
}

.form_hr {
    border-top: #bbb 1px solid
}

.block_form div {
    margin-left: 0;
    position: relative
}

.block_form_off {
    display: none
}

.w_block_form_prices {
    padding-left: 74px
}

.block_form_prices p {
    margin-top: 3px;
    margin-bottom: 18px
}

.block_form_prices_label {
    float: left;
    padding-right: 5px
}

.block_form_prices_total label {
    text-transform: uppercase
}

.block_form_prices_total p {
    font-size: 18px;
    padding-top: 6px;
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 700
}

.order_form .clear {
    clear: both
}

.order_form .fhelp {
    font-size: 14px;
    color: #929292;
    display: block;
    padding-top: 10px
}

.errorMessage {
    position: absolute;
    z-index: 10000;
    font-size: 14px;
    background: #e74c3c;
    color: #fff;
    padding: 6px 7px 5px;
    margin: 3px 0 0 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.ifr_button {
    cursor: pointer;
    padding: 0;
    border: none;
    display: block;
    margin: 20px auto;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    width: 180px;
    height: 51px;
    line-height: 51px;
    background: #e74c3c;
    font-weight: 700;
    border-bottom: 2px solid #c0392b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.ifr_button:hover {
    background: #e75c4e
}

.ifr_button:active {
    background: #c0392b
}

@media screen and (max-width:710px) {
    .block_form {
        margin-bottom: 14px
    }

    .block_form label {
        text-align: left;
        margin: 8px 21px 7px 0;
        float: none
    }

    .block_form div {
        margin-left: 0
    }

    .block_form input,
    .block_form select {
        width: 95%
    }

    .block_form_prices label {
        float: left;
        width: auto
    }

    .int_price_total {
        margin: 0
    }

    .w_block_form_prices {
        padding-left: 0
    }
}

.block_form select {
    height: 35px;
}

.header a{text-decoration:none}
.menuFrame{width:100%;height:.46rem;background-image:url(../img/menu_bg_tvr.png);background-position:center top}
.menuFrame .burger{display:none}

.header-wrap .mainMenu {
    list-style-type: none;
    margin: 0;
    padding: .05rem 0 0 2.37rem;
    position: relative;
    padding-left: .1rem!important;
    height: .5rem;
}

.header-wrap .wrapper {
    position: relative;
}

.header-wrap .mainMenu {
    list-style-type: none;
    margin: 0;
    padding: .05rem 0 0 2.37rem;
    position: relative;
    padding-left: .1rem!important;
    height: .5rem;
}

.header-wrap .mainMenu li {
    float: left;
    margin-right: .2rem;
    font-family: 'Roboto Condensed',Arial Narrow,sans-serif;
    font-size: .17rem;
    height: .38rem;
    line-height: .36rem;
    padding-top: .04rem;
    z-index: 1000;
    font-weight: 700;
}

.header-wrap .mainMenu .active {
    padding-top: 0!important;
    background-image: url(../img/menu_active_hat_new_tvr.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-top: none!important;
    line-height: .45rem!important;
}

.header-wrap .mainMenu li a {
    color: #9ea4ab!important;
    text-decoration: none;
}

@media (max-width:1000px){
    .menuFrame{position:relative}
    .menuFrame .wrapper{width: 100%;}

}
    .menuFrame .burger span{display:block;width:100%;height:.03rem;background:#fff;position:absolute;left:0;top:0}
    .menuFrame .burger span:nth-last-of-type(2){top:.06rem}
    .menuFrame .burger span:nth-last-of-type(3){top:.12rem}
    .menuFrame ul{list-style-type:none;float:right;margin:0;padding:0}
    .menuFrame ul li{float:right;margin-left:.15rem;line-height:.46rem}
    .menuFrame ul li a{color:#9ed3e9;font-family:'Roboto Condensed',sans-serif;font-weight:700;font-size:.15rem}
    .menu-plus{position:relative;float:right;width:1.5rem;height:.46rem}
    .menu-subPlus{position:absolute;z-index:101}
    ul.sMenu{width:1.4rem;height:.46rem;overflow:hidden;margin-left:.1rem!important;position:relative;z-index:998}
    ul.sMenu:hover{height:2.6rem;background-color:#1c518f}
    ul.sMenu li{line-height:.52rem;float:left;display:block}
    ul.sMenu li span{float:left}
    ul.sMenu li img{margin-top:.15rem;margin-left:.05rem}
    ul.sMenu .top{display:block;position:relative;top:-.01rem}
    ul.sMenu .little{height:.36rem!important;line-height:.36rem!important;color:#fff}
    .delimiter{clear:both;height:.02rem;border-bottom:.01rem dotted #028dc7;border-left:0;border-right:0;width:80%;margin-left:auto;margin-right:auto}
    .nMenu .activ{background-image:url(../img/arrow_menu_active.png);background-position:center .05rem;background-repeat:no-repeat;margin-right:.3rem}
    .nMenu li:hover{background-image:url(../img/arrow_menu_active.png);background-position:center .05rem;background-repeat:no-repeat}
    .nMenu li:hover a{color:#fff}.wrapper{width:9.6rem;margin:0 auto}
    .logo-wrapper{background:#fff}
    .logo-wrapper .wrapper{padding-left:.2rem}
    .logo-wrapper .wrapper img{width:1rem}
    .header-wrap{background:#fff}



@media only screen and (max-width:1000px){
    .logo-wrapper .wrapper{width:100%;padding-left:0;text-align:center}

    .menuFrame ul {
        float: left;
    }

    .mob-none {
        display:none;
    }

    .mob-flex {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    .menuFrame ul li {
        margin-left: .1rem;
        
    }

    ul.sMenu .top {
        display: flex;
        align-items: center;
    }

    ul.sMenu li img {
        margin-top: 0rem;
    }

    .nMenu .activ {
        background-image: none;
    }


    .header-wrap .form-search {display: none;}
    .header-wrap .wrapper{position:relative; width: 100%;}
    .header-wrap .mainMenu{list-style-type:none;padding-top: 0;margin:0;margin: 0 10px;position:relative;padding-left:0!important;height:.5rem;border-top: 1px solid #D4D7E9;}
    .header-wrap .mainMenu li{float:left;margin-right:.2rem;font-family:'Roboto Condensed',Arial Narrow,sans-serif;font-size:.1rem;height:.38rem;line-height:.36rem;padding-top:.04rem;z-index:1000;font-weight:700}
    .header-wrap .mainMenu li:hover{background-image:url(../img/menu_active_hat_new_tvr.png);background-repeat:no-repeat;background-position:center top}
    .header-wrap .mainMenu li a{color:#9ea4ab!important;text-decoration:none}
    .header-wrap .mainMenu .active{padding-top:0!important;background-image:url(../img/menu_active_hat_new_tvr.png);background-repeat:no-repeat;background-position:center top;border-top:none!important;line-height:.45rem!important}
}


    .header-wrap .form-search{width:2.5rem;border-bottom:.01rem solid #a9a9a9;height:.25rem;line-height:.25rem;position:absolute;right:.1rem;top:.1rem}
    .header-wrap .form-search input{font-family:Roboto,sans-serif!important;font-weight:300!important;font-style:italic}
    .header-wrap .form-search .searchInput{background-color:transparent;border:none;color:#a9a9a9;font-family:Exo,Arial,sans-serif;font-size:.14rem;float:left;width:2.25rem;font-weight:500;height:.25rem;line-height:.25rem}
    .header-wrap .form-search .searchButton{width:.16rem!important;height:.16rem!important;background-image:url(../img/zoom_search_icon.png)!important;margin-top:.05rem!important;float:right;cursor:pointer;border:none;text-indent:-20rem;background-color:#fff}
    

    html{font-size:625%}

    
    @media (max-width:480px){html{font-size:21vw}}body{width:100%;min-height:100vh;padding:0;margin:0 auto;color:#252323;background:#f5f5f5;font-family:"Open Sans",Arial,sans-serif;font-size:.18rem}.widthContainer{max-width:19.2rem;margin:0 auto}@media (max-width:1919px){.widthContainer{width:12.2rem}}@media (max-width:767px){.widthContainer{width:100%}}iframe~div{font-size:.16rem}*{box-sizing:border-box}*>*{box-sizing:inherit}h1,h2,h3,h4{margin:0;padding:0}.button{background:#8000ff;width:4.45rem;font-size:.41rem;line-height:.47rem;font-family:"Open Sans",Arial,sans-serif;font-weight:600;color:#fff;text-align:center;border:none;outline:0;-webkit-transition:background .3s;transition:background .3s;display:block;margin-bottom:0;padding:.2rem}.button:hover{cursor:pointer;background:#6401c7}.button:active,.button:focus{background:#45008a}.alternativeTitle,.standardTitle{text-align:center;font-size:.45rem;line-height:.54rem;font-family:"Open Sans",Arial,sans-serif;font-weight:700;text-transform:uppercase;color:#34477a;letter-spacing:.06em}.alternativeTitle span,.standardTitle span{color:#34477a}.alternativeTitle b,.standardTitle b{font-weight:700}@media (max-width:1100px){.alternativeTitle,.standardTitle{font-size:.35rem;line-height:.42rem;font-family:"Open Sans",Arial,sans-serif;font-weight:700;padding:0 .3rem}}.standardTitleWrap{padding:.2rem;background:#5f0;width:4.3rem;border-radius:0 .2rem;margin:0 auto}.alternativeTitle{color:#252323}.standard-list li{padding-left:.55rem;margin-bottom:.3rem;padding-right:.2rem;position:relative;font-size:.25rem;line-height:.33rem;font-family:"Open Sans",Arial,sans-serif;font-weight:400}.standard-list li:last-of-type{margin-bottom:0}.standard-list li::before{content:'';display:block;width:.25rem;height:.25rem;background:url(../img/check.svg) center center/cover no-repeat;position:absolute;left:.15rem;top:.05rem}.standardPadd{padding:0 20px}.standardText{margin:0 0 10px;padding:0 20px;font-size:21px;line-height:25px;font-family:"Open Sans",Arial,sans-serif;font-weight:400}.standardText span{font-size:21px;line-height:25px;font-family:"Open Sans",Arial,sans-serif;font-weight:700}.nopad{padding:0}.standardTextWrap{padding:35px 30px;color:#fff}.roundBlock{position:relative;margin-bottom:80px;background:#5f0}.roundBlock::before{display:block;position:absolute;content:'';left:0;width:100%;height:100px;top:100%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-image:url(../img/pseudo-bottom.svg);background-size:100% 100%;background-position:center center;background-repeat:no-repeat;z-index:-1}.altTitle{padding-left:10px;padding-right:10px;font-size:30px;line-height:35px;font-family:"Open Sans",Arial,sans-serif;font-weight:800;text-align:center;margin-bottom:30px}@media (max-width:400px){.altTitle{font-size:26px;line-height:28px;font-family:"Open Sans",Arial,sans-serif;font-weight:700}}header{box-shadow:0 -15px 12px rgba(0,0,0,.25);position:relative;z-index:1}main{display:block;background:#f5f5f5;position:relative;z-index:0;width:100%;min-height:100vh;margin:0 auto;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}.list-reset{list-style-type:none;margin:0;padding:0}p{font-weight:400;margin:0}p.light{font-weight:300}p.medium{font-weight:500}p.semibold{font-weight:600}p.bold{font-weight:700}p.black{font-weight:900}.no-mobile{display:block}.no-desktop{display:none}@media (max-width:1100px){.no-mobile{display:none}.no-desktop{display:block}}

 .prices {
    margin: 0 auto;
    width: 250px;
    display: flex;
    justify-content: center;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

.new-price {
    background: #00b96b;
    flex-basis: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    padding-top: 5px;
    border-radius: 30px 0px 0px 30px;
    color: #fff;
}

.old-price {
    background: #ffffff;
    flex-basis: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 40px;
    padding-top: 5px;
    border-radius: 0 30px 30px 0;
    text-decoration: line-through;
}

a[href^="tel"] {
    color: inherit; /* Inherit text color of parent element. */
    text-decoration: none; /* Remove underline. */
    /* Additional css `propery: value;` pairs here */
  }

  /*new styles*/

.order-info {
    text-align: center;
}

.order-info__title {
    font-size: 24px;
    color: red;
}

.order-info__date {
    text-decoration: underline;
}

.order-info__count {
    display: block;
    background: red;
    padding: 10px;
    margin: 12px auto;
    width: 178px;
    color: #fff;
    text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
    font-size: 32px;
    border-radius: 5px;
}

.order-info__subtitle {
    font-size: 24px;
    margin: 22px auto;
}

.order-info__subtitle-price {
    font-weight: 700;
    color: red;
}

.main_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url('form_bg.jpg') center top no-repeat;
    background-size: 100% 100%;
    padding: 30px 0;
    text-align: center;
    max-width: 650px;
    margin: 0 auto 30px;
  }
  
  .main_form h2 {
    color: #01a676;
    font-weight: normal;
    margin-top: 25px;
  }
  
  .sertif {
      color: blue;
      font-size: 17px !important;
      font-style: italic;
  }
  
  .main_form .blue-border {
    margin: 15px 20px 15px 20px;
    border: 2px solid #0299ff;
    padding: 10px;
    max-width: 700px;
    font-weight: bold;
  font-size: 14px;
  line-height: 1.4em;
  }

  .main_form .price {
    margin: 15px 15px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  
  .main_form input {
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    max-width: 300px;
    width: 100%;
  }
  
  .main_form label {
    margin-top: 10px;
    font-size: 16px;
  }
  
  .main_form button {
    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-color: #0299ff;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    transition: all .15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    width: 260px;
    margin-bottom: 40px;
  }
  
  .main_form button:hover {
    background-color: #017ACC;
  }
  
  .price_red {
    font-weight: bold;
  color: red;
  }
  
  .timelimit,
  .additional {
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
  }
  
  .timelimit b {
    display: inline-block;
    background: url(../img/timerIcon2.png) no-repeat;
    margin-top: -2px;
    padding-left: 14px;
    color: red;
    vertical-align: middle;
    background-position-y: 4px;
    font-size: 15px;
  }

  @media only screen and (max-width: 321px) {
    .main_form input {
      max-width: 270px;
      font-size: 18px;
    }
  
    .main_form button {
      width: 240px;
    }
  }
  
  .main_form h2 {
    color: black;
    font-weight: bold;
    font-size: 30px;
  }

  .reporter {
      color: red;
  }

  p.margin-15{
      margin-top: 15px;
  }

  .ion {
      color: blue;
      font-weight: bold;
  }

  .blue-block {
    background: #DBF3FF;
    border: 7px solid #7EADDC;
  box-sizing: border-box;
  padding: 30px 40px 38px;
  margin: 27px auto;
  max-width: 766px;
  font-size: 20px;
  }


  
  .blue-block ol {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 20px;
  }

  @media only screen and (max-width: 767px) {
      .blue-block {
          padding: 24px 24px 14px;
      }

      .blue-block ol {
          padding-left: 15px;
      }
  }

  .blue-link {
      color: #0299ff;
      font-weight: bold;
      text-decoration: none;
  }

  .red-on-yellow {
      margin-top: 15px;
      background: #FCEA49;
      color: #EA3223;
      box-sizing: border-box;
      padding: 8px;
      font-size: 20px;
      font-weight: 600;
  }

  .subcomment {
      padding-left: 75px;
      margin-top: 17px;
  }

  .lab-img {
      margin: 35px auto 17px;
      display: block;
  }

  .lab-text {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 137.7%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #000000;
  }

  .scary-block {
      width: 100%;
      box-sizing: border-box;
      padding-top: 18px;
  }

  .scary-item {
      max-width: 570px;
      margin: 28px auto 10px;
  }

  .scary-item img {
      width: 100%;
  }

  .scary-wrapper {
      position: relative;
      max-height: 398px;
      overflow-y: hidden;
  }

  .censored {
      position: absolute;
      top: 0;
      left: 0;
  }

  @media only screen and (max-width: 1000px) {
    .censored {
        height: 100%;
    }

    .Footer-copyrightGroup {
        justify-content: center;
    }
}

  .scary-text {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #000000;
    text-align: center;
  }

  .big-link {
      display: block;
      margin: 20px auto;
      text-align: center;
      font-style: normal;
        font-weight: bold;
        font-size: 25px;
        line-height: 137.7%;
        letter-spacing: -0.02em;
        text-decoration-line: underline;
        color: #7EADDC;
  }

  .red-date {
      color: #EA3223;
      font-weight: bold;
  }

  @media only screen and (max-width: 370px) {
      body, #root {
          overflow-x: hidden;
      }
  }

  @keyframes glowing1 {
    0% {
        background-color: #009cff;
        box-shadow: 0 0 2px #009cff;
    }
    50% {
        background-color: #0c78bb;
        box-shadow: 0 0 9px #0c78bb;
    }
    100% {
        background-color: #009cff;
        box-shadow: 0 0 2px #009cff;
    }
}

  .anim2 {
    animation: glowing1 1500ms infinite;
  }

  @keyframes glowing {
    0% {
        background-color: #d4282c;
        box-shadow: 0 0 2px #d4282c;
    }
    50% {
        background-color: #e8191e;
        box-shadow: 0 0 9px #e8191e;
    }
    100% {
        background-color: #ff0000;
        box-shadow: 0 0 2px #ff0000;
    }
}
  

  .anim {
    animation: glowing 1500ms infinite;
    background-color: #d4282c;
  }