:root {
    --accent: orange;
    --text: #fff;
    --regular-text: 16px;
    --lineheight: 1.65;
    --userfont: Neue Machina, sans-serif;
    --systemfont: -apple-system, Neue Machina, sans-serif
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: .625rem
}

.row, .row > * {
    --bs-gutter-x: 1.25rem
}

@font-face {
    src: url(../fonts/NeueMachina-Bold.9f1cb9a0.woff2) format("woff2");
    font-family: Neue Machina;
    font-weight: 700;
    font-style: normal
}

@font-face {
    src: url(../fonts/NeueMachina-Black.d46cd7b4.woff2) format("woff2");
    font-family: Neue Machina;
    font-weight: 900;
    font-style: normal
}

::-moz-placeholder {
    color: #666
}

:-ms-input-placeholder {
    color: #666
}

::placeholder {
    color: #666
}

::-moz-selection {
    background-color: var(--accent);
    color: #fff
}

::selection {
    background-color: var(--accent);
    color: #fff
}

input, textarea {
    outline: none
}

input:focus:required:invalid, textarea:focus:required:invalid {
    border-color: red
}

input:required:valid, textarea:required:valid {
    border-color: green
}

body {
    font-family: var(--userfont);
    font-size: var(--regular-text);
    line-height: var(--lineheight);
    color: var(--text);
    min-width: 320px;
    position: relative;
    overflow-x: hidden;
    background-color: #141c24
}

.f-bold {
    font-weight: 700
}

.fz-18 {
    font-size: 18px
}

.cursor-p {
    cursor: pointer
}

.image {
    max-width: 100%;
    margin-bottom: var(--bs-gutter-x);
    border-radius: 4px
}

.accent {
    color: var(--accent);
    font-weight: 700
}

header {
    margin-top: 18px
}

header .logo {
    font-weight: 900;
    font-size: 21px;
    color: #9bbe42;
    margin-left: 3px
}

header .warp_phone a {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #9bbe42;
    text-decoration: none
}

.warp_contact_title, .warp_title {
    margin-top: 39px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 44px;
    line-height: 100%;
    color: #fff
}

.warp_middle {
    margin: 0 auto 28px;
    width: 956px;
    min-height: 658px;
    background: #070b10;
    border-radius: 70px;
    padding: 24px 154px
}

.warp_contact_title {
    margin-top: 77px;
    margin-bottom: 90px
}

.warp_contact a {
    margin-top: 27px;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    text-decoration: none
}

footer {
    margin-top: 78px;
    background: #070b10;
    padding-top: 24px;
    padding-bottom: 24px
}

.warp_copy {
    font-weight: 700;
    font-size: 21px;
    line-height: 140%;
    color: #c8c8c8
}

.warp_steps {
    position: relative
}

.warp_steps:before {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background-color: #777;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 1
}

.warp_steps span {
    border: 1px solid #777;
    box-sizing: border-box;
    border-radius: 92px;
    background-color: #070b10;
    font-weight: 700;
    font-size: 16px;
    color: #777;
    padding: 2px 29px 1px;
    position: relative;
    z-index: 10
}

.warp_steps span.active {
    background-color: #9bbe42;
    font-weight: 700;
    font-size: 16px;
    color: #070b10
}

.input-control {
    background: #fff;
    border-radius: 6px;
    border: 0;
    line-height: 48px;
    font-weight: 700;
    font-size: 18px;
    color: #777;
    text-indent: 20px;
    width: 100%
}

.warp_data {
    margin-top: 36px
}

.warp_data p {
    color: #fff
}

.bt, .warp_data p {
    font-weight: 700;
    font-size: 18px
}

.bt {
    width: 100%;
    background: #9bbe42;
    border-radius: 6px;
    border: 0;
    line-height: 48px;
    color: #070b10;
    margin-top: 15px
}

.bt:hover {
    background-color: #b2e03d
}

.warp_contact-data {
    margin-bottom: 30px
}

.contact-date {
    color: #777
}

.contact-date, .warp_contact-data .date {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%
}

.warp_contact-data .date {
    color: #9bbe42
}

.warp_contact-data .info {
    font-size: 10px;
    color: #777;
    margin-top: 10px
}

.warp_promo_date {
    padding-right: 50px
}

#num_count {
    width: 100%;
    max-width: 129px
}

#num_count, .num_count {
    background: #fff;
    border-radius: 6px;
    line-height: 48px;
    font-weight: 700;
    font-size: 18px;
    color: #141c24;
    text-align: center;
    border: 0
}

.num_count {
    width: 129px;
    display: flex;
    align-items: center;
    justify-content: center
}

#button_minus, #button_plus {
    line-height: 48px;
    border: 0;
    background: none;
    color: #9bbe42;
    font-weight: 700;
    font-size: 44px
}

.warp_count {
    margin-bottom: 30px
}

.warp_text_count {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #777
}

.warp_statps_1 input {
    min-width: 300px;
    margin-bottom: 30px
}

.warp_statps_1 .bt {
    min-width: 300px
}

.bt-white {
    width: 100%;
    background: #fff;
    border-radius: 6px;
    border: 0;
    line-height: 48px;
    font-weight: 700;
    font-size: 18px;
    color: #9bbe42;
    position: relative
}

.bt-white.active {
    background-color: #9bbe42;
    color: #070b10
}

.bt-white span {
    background: #be4242;
    border-radius: 6px;
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    position: absolute;
    right: 0;
    top: -6px;
    padding: 1px 4px
}

.disabled {
    background-color: #777;
    color: #070b10
}

.warp_bt_tarif {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
    margin-bottom: 40px
}

.warp_price .itogo {
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.warp_price .price {
    font-weight: 700;
    font-size: 28px;
    color: #9bbe42
}

.warp_price .sup {
    color: #909090;
    font-size: 11px
}

.warp_price .bt {
    height: 59px;
    width: 343px
}

.info_pay {
    max-width: 343px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    background: #777;
    padding: 20px 25px;
    margin-top: 25px
}

.info_pay, .result_count {
    font-weight: 700;
    text-align: center;
    border-radius: 6px
}

.result_count {
    background: #fff;
    font-size: 18px;
    color: #141c24;
    line-height: 48px;
    width: 129px;
    margin-left: 30px
}

.warp_steps_3 .warp_bt_tarif button {
    max-width: 195px
}

.warp_steps_3 .warp_qr {
    width: 305px;
    height: 305px;
    margin-bottom: 17px
}

.warp_steps_3 p.desc_qr {
    font-weight: 700;
    font-size: 15px;
    color: #777
}

.warp_steps_3 .bt {
    display: block;
    text-align: center;
    text-decoration: none
}

.warp_steps_3 .bt:hover {
    color: #070b10
}

.input-error {
    color: red;
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 12px
}

.tarif_date {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #777;
    margin-top: 5px
}

.modeclass_2 {
    height: 94px
}

.warp_selected_tarif {
    font-weight: 700;
    font-size: 18px;
    color: #9bbe42;
    margin-bottom: 36px
}

.warp_selected_tarif p {
    color: #fff;
    margin-bottom: 0
}

.btn_sahre {
    background: #9bbe42;
    border-radius: 6px;
    width: 100%;
    max-width: 305px;
    height: 59px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s ease-in-out;
    position: relative;
    overflow: hidden;
    color: #000
}

.btn_sahre:hover {
    background: #b2e03d
}

.btn_sahre svg {
    margin-right: 7px
}

.warp_data p.qr_text {
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    color: #777;
    margin-top: 17px;
    margin-bottom: 17px
}

.buttonShowPass {
    position: absolute;
    top: 11px;
    right: 41px;
    cursor: pointer
}

.buttonShowPass input.password-but {
    min-width: 0
}

.img_qr img {
    width: 305px
}

.tittle-promo {
    margin-top: 50px
}

.warp_promo #num_count {
    max-width: 100%;
    text-align: left;
    text-indent: 20px;
    line-height: 57px
}

.warp_promo .bt {
    line-height: 57px
}

.warp_input_promo {
    position: relative
}

.warp_input_promo .input-error {
    bottom: -20px
}

.warp_promo_text {
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #fff;
    margin-top: 20px
}

.warp_promo_text, .warp_promo_text.active {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.warp_promo_text.active {
    border-radius: 6px;
    border: 1px solid #a2bc56;
    color: #a2bc56;
    font-size: 21px
}

.warp_promo_text.active.modeCass2 {
    font-size: 16px
}
.popupOneTerminal {
    max-width: 950px;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: fixed;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    color: #070B10;
    background: #9BBE42;
    padding: 60px 40px;
    border-radius: 50px;
    font-weight: 100 !important;
    z-index: 10;
    transition: all 0.3s;
}
.popupOneTerminal.active{
    opacity: 1;
    visibility: visible;
}
.popupOneTerminalText>a {
    color: #070B10;
}
.popupOneTerminalButton {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 16px;
    background: #060B0F;
    border-radius: 60px;
    color: #ffffff;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    cursor: pointer;
}
@media (max-width: 768px) {
    .warp_middle {
        width: auto;
        height: 100%;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (max-width: 576px) {
    .warp_phone {
        margin-top: 15px
    }

    .warp_contact_title, .warp_title {
        font-size: 34px
    }

    .warp_contact_title {
        margin-bottom: 35px
    }

    .warp_middle {
        padding: 20px 20px !important;
        border-radius: 35px
    }

    .warp_steps span, .warp_steps span.active {
        font-size: 14px
    }

    .warp_contact a {
        margin-top: 0;
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 27px;
        line-height: normal
    }

    footer {
        margin-top: 15px
    }

    .appstore {
        width: 125px
    }

    .googleplay {
        width: 137px
    }

    .warp_copy {
        margin-top: 15px
    }

    .tarif_date {
        margin-top: 6px
    }

    .tarif_date br {
        display: none
    }

    .warp_bt_tarif > div {
        margin-bottom: 25px
    }

    .warp_input_promo {
        margin-bottom: 20px
    }
}

@media (max-width: 390px) {
    .warp_middle {
        padding: 20px 10px !important
    }

    .warp_price .bt {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .text {
        font-size: 18px
    }
}

@media (min-width: 1400px) {
    .text {
        font-size: 22px
    }
}