@import url(css2_3.css);
@import url(css2_2.css);
@import url(css2_1.css);

.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 0.3s;
    cursor: pointer;
}

.submit-roulette:hover {
    background: #b00;
    transition: background 0.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 0.3s;
}

input[value="Получить бесплатно"]:hover {
    background: #b00 !important;
    transition: background 0.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, 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, 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: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../fonts/cross_1.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, 0.4) inset;
}

.pop-up-layer {
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 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: 0.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: 0.5s ease 0.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: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.text_small {
    font-size: 0.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;
}


.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: 0.4em;
    padding-left: 0.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: 20px;
    font-weight: 400;
    line-height: 23px;
}

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

.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 0.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, 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: 0.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: 31px;
    }
}


.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 0.2s ease 0s, visibility 0.2s ease 0s, opacity 0.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 0.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, 0.5);
}

.Header-menuAdditionalItem {
    margin: 0 6px;
}

.Header-switcher {
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: rgba(255, 255, 255, 0.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 0.15s ease-out 0s;
    color: #fff;
}

.Footer-root a:hover {
    color: rgba(255, 255, 255, 0.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: left;
    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(../images/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: right;
}

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

.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(../images/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;
    }
}


.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 0.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: 1em;
    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 0.3s ease 0s !important;
}

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

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



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

#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, 0.45);
    border-radius: 5px;
    background-color: #0299ff;
    background-position: 1.35em 0.94em;
    background-size: 1em auto;
    background-repeat: no-repeat;
    transition: all 0.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;

    }

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

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

    #order_form {

        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, 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(../images/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, 0.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 0.3s ease 0s !important;
}

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

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



.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(../images/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: 0.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(../images/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;
}


.menuFrame {
    width: 100%;
    height: 0.46rem;
    background-image: url(../images/menu_bg_tvr.png);
    background-position: center top;
}
.menuFrame .burger {
    display: none;
}
@media (max-width: 1000px) {
    .menuFrame {
        position: relative;
    }
    .menuFrame .wrapper {
        display: none;
    }
    .menuFrame .burger {
        display: block;
        position: absolute;
        right: 0.15rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 0.15rem;
        height: 0.15rem;
    }
}
.menuFrame .burger span {
    display: block;
    width: 100%;
    height: 0.03rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.menuFrame .burger span:nth-last-of-type(2) {
    top: 0.06rem;
}
.menuFrame .burger span:nth-last-of-type(3) {
    top: 0.12rem;
}
.menuFrame ul {
    list-style-type: none;
    float: right;
    margin: 0;
    padding: 0;
}
.menuFrame ul li {
    float: right;
    margin-left: 0.15rem;
    line-height: 0.46rem;
}
.menuFrame ul li a {
    color: #9ed3e9;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 0.15rem;
}
.menu-plus {
    position: relative;
    float: right;
    width: 1.5rem;
    height: 0.46rem;
}
.menu-subPlus {
    position: absolute;
    z-index: 101;
}
ul.sMenu {
    width: 1.4rem;
    height: 0.46rem;
    overflow: hidden;
    margin-left: 0.1rem !important;
    position: relative;
    z-index: 998;
}
ul.sMenu:hover {
    height: 2.6rem;
    background-color: #1c518f;
}
ul.sMenu li {
    line-height: 0.52rem;
    float: left;
    display: block;
}
ul.sMenu li span {
    float: left;
}
ul.sMenu li img {
    margin-top: 0.15rem;
    margin-left: 0.05rem;
}
ul.sMenu .top {
    display: block;
    position: relative;
    top: -0.01rem;
}
ul.sMenu .little {
    height: 0.36rem !important;
    line-height: 0.36rem !important;
    color: #fff;
}
.delimiter {
    clear: both;
    height: 0.02rem;
    border-bottom: 0.01rem dotted #028dc7;
    border-left: 0;
    border-right: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.nMenu .activ {
    background-image: url(../images/arrow_menu_active.png);
    background-position: center 0.05rem;
    background-repeat: no-repeat;
    margin-right: 0.3rem;
}
.nMenu li:hover {
    background-image: url(../images/arrow_menu_active.png);
    background-position: center 0.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: 0.2rem;
}
.logo-wrapper .wrapper img {
    width: 1rem;
}
.header-wrap {
    background: #fff;
}
@media (max-width: 1000px) {
    .logo-wrapper .wrapper {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .header-wrap {
        display: none;
    }
}
.header-wrap .wrapper {
    position: relative;
}
.header-wrap .mainMenu {
    list-style-type: none;
    margin: 0;
    padding: 0.05rem 0 0 2.37rem;
    position: relative;
    padding-left: 0.1rem !important;
    height: 0.5rem;
}
.header-wrap .mainMenu li {
    float: left;
    margin-right: 0.2rem;
    font-family: "Roboto Condensed", Arial Narrow, sans-serif;
    font-size: 0.17rem;
    height: 0.38rem;
    line-height: 0.36rem;
    padding-top: 0.04rem;
    z-index: 1000;
    font-weight: 700;
}
.header-wrap .mainMenu li:hover {
    background-image: url(../images/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(../images/menu_active_hat_new_tvr.png);
    background-repeat: no-repeat;
    background-position: center top;
    border-top: none !important;
    line-height: 0.45rem !important;
}
.header-wrap .form-search {
    width: 2.5rem;
    border-bottom: 0.01rem solid #a9a9a9;
    height: 0.25rem;
    line-height: 0.25rem;
    position: absolute;
    right: 0.1rem;
    top: 0.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: 0.14rem;
    float: left;
    width: 2.25rem;
    font-weight: 500;
    height: 0.25rem;
    line-height: 0.25rem;
}
.header-wrap .form-search .searchButton {
    width: 0.16rem !important;
    height: 0.16rem !important;
    background-image: url(../images/zoom_search_icon.png) !important;
    margin-top: 0.05rem !important;
    float: right;
    cursor: pointer;
    border: none;
    text-indent: -20rem;
    background-color: #fff;
}

.widthContainer {
    max-width: 19.2rem;
    margin: 0 auto;
}
@media (max-width: 1919px) {
    .widthContainer {
        width: 12.2rem;
    }
}
@media (max-width: 767px) {
    .widthContainer {
        width: 100%;
    }
}

.button {
    background: #8000ff;
    width: 4.45rem;
    font-size: 0.41rem;
    line-height: 0.47rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    outline: 0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    display: block;
    margin-bottom: 0;
    padding: 0.2rem;
}
.button:hover {
    cursor: pointer;
    background: #6401c7;
}
.button:active,
.button:focus {
    background: #45008a;
}
.alternativeTitle,
.standardTitle {
    text-align: center;
    font-size: 0.45rem;
    line-height: 0.54rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #34477a;
    letter-spacing: 0.06em;
}
.alternativeTitle span,
.standardTitle span {
    color: #34477a;
}
.alternativeTitle b,
.standardTitle b {
    font-weight: 700;
}
@media (max-width: 1100px) {
    .alternativeTitle,
    .standardTitle {
        font-size: 0.35rem;
        line-height: 0.42rem;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        padding: 0 0.3rem;
    }
}
.standardTitleWrap {
    padding: 0.2rem;
    background: #5f0;
    width: 4.3rem;
    border-radius: 0 0.2rem;
    margin: 0 auto;
}
.alternativeTitle {
    color: #252323;
}
.standard-list li {
    padding-left: 0.55rem;
    margin-bottom: 0.3rem;
    padding-right: 0.2rem;
    position: relative;
    font-size: 0.25rem;
    line-height: 0.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: 0.25rem;
    height: 0.25rem;
    background: url(../fonts/check.svg) center center/cover no-repeat;
    position: absolute;
    left: 0.15rem;
    top: 0.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(../fonts/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;
    }
}

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

.gift {
    width: 368px;
    margin: auto;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}
.gift__img {
    max-width: 100%;
}
.gift__text {
    color: #000;
    position: absolute;
    width: 183px;
    font-size: 16px;
    line-height: 19px;
    top: 65px;
    right: 20px;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
@media (max-width: 480px) {
    .gift {
        width: 76vw;
    }
    .gift__text {
        font-size: 3.33vw;
        line-height: 3.95vw;
        width: 38.1vw;
        top: 15vw;
        right: 5vw;
    }
}

.timerHolder {
    background: red!important;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
}

.timerHolder span {
    display: block;
}

.timerHolder div {
    background: transparent!important;
    display: inline-block!important;
    border: 1px solid green;
    border-radius: 5px;
    padding: 5px;
}

.timerHolder .timerVal {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin: 0px 10px;
}

.timerHolder .timerSign {
    font-size: 10px;
    text-align: center;
    margin: 0px;
    color: #fff;
}

hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

.orderTypeButton {
    width: 100%;
    background-color: #e7e7e7!important;
    display: inline-block;
    padding: 7px;
    margin-top: 15px;
    border-radius: 5px;
    cursor: pointer;
    max-width: 150px;
    position: relative;
    border: 2px solid #fff;
}

.otHead {
    font-size: 16px;
    display: block;
}

.otPrice {
    font-size: 22px;
}

.otCurr {
    font-size: 10px;
}

.orderTypeButton span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.otButton {
    cursor: pointer;
    font-size: 12px;
}

.orderTypeButtonActive {
    background: yellow!important;
    background-image: url(../images/tick.png)!important;
    background-repeat: no-repeat!important;
    background-position: center bottom!important;
    border: 2px solid red;
}

.otFirst {
    margin-right: 15px;
}

.otTimerImg img {
    padding: 0px!important;
    margin: 0px!important;
}

.otTimerImg {
    position: absolute;
    top: -16px;
    right: -13px;
    width: 40px;
    padding: 0;
    margin: 0;
    background: transparent!important;
}

#content img {
    display: block;
    margin: 20px 0px;
}

#order_form {
    background: white;
    padding: 0px;
    font-family: Arial;
    display: inline-block;
    background-image: url(../images/bgform.jpg);
    background-size: cover;
    border-radius: 5px;
}

#order_form_place {
    padding: 10px;
    border: 0px solid red;
    border-radius: 5px;
    box-shadow: 4px 9px 5px 0px rgb(50 50 50 / 75%);
}

#order_form div {
    background: transparent!important;
}

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

#order_form button, .obutton {
    max-width: 336px;
    display: block;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgb(129 150 160 / 45%);
    border-radius: 5px;
    background-color: red;
    background-position: 1.35em .94em;
    background-size: 1em;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    font-size: 20px;
    margin-top: 20px;
}

#order_form button:hover, .obutton:hover {
    background-color: rgb(200,0,0);
}


hr {
    color: black;
    margin: 15px 0;
}

.interview img {
    max-width: 150px;
    border-radius: 50%;
}

.interview p {
    margin-left: 15px;
}

.interview span {
    font-weight: bold;
}

.content-img {
    display: block;
    margin: 25px auto;
    width: 100%;
    max-width: 1000px;
}

hr {
    margin: 15px 0;
}
.interview {
    display: flex;
    align-items: center;
    margin: 15px 0;
    gap: 7px;
}

.name-link {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

.name-link:hover {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
}

