@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,200;0,400;0,600;1,200;1,400;1,600&display=swap');

:root {
    --body-bg: #ffffff;
    --body-color: #000000;
    --head-bg: unset;
    --auth-span: #4CB1EA;
    --auth-border: #4CB1EA;
    --box-border: #4CB1EA;
    --item-shadow: unset;
    --item-border: #AEAEB463;
    --item-button: #EE0312;
    --item-button-hover: #EE0312;
    --progress-color: #ffffff;
    --progress-bg: #1EA442;
}

body {
    background-color: var(--body-bg);
    color: var(--body-color);
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
}

input, button, textarea, select {
    font: caption !important;
    font-size: 18px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul[class],
ol[class] {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    height: 1080px;
}

ul[class],
ol[class] {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.wrapper {
    height: 100%;
}

header,
footer {
    background-color: #FFFFFF;
}

.header {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 9px;
    height: 100px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header .logo {
    margin-top: 26px;
    height: 53px;
}

.footer {
    display: block;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.footer-b0 {
    height: 140px;
}

.footer .logo {
    height: 46px;
    margin-top: 47px;
}

.footer-b0 .contacts {
    margin-top: 44px;
    font-size: 18px;
    color: #9698A1;
}

.footer-b0 .contacts .text-blue {
    color: #077035;
    font-size: 22px;
    font-weight: 500;
}

.footer-b0 .contacts .text-black {
    color: #2E3038;
    font-size: 22px;
    font-weight: 500;
}

.footer-b0 .contacts.phones {
    margin-left: 155px;
    margin-right: 55px;
}

.footer-b0 .contacts.emails {
    margin-left: 55px;
    margin-right: 55px;
}

.footer-b0 .contacts.supports {
    margin-left: 55px;
}

.footer-b0 .separator {
    margin-top: 56px;
    width: 2px;
    height: 40px;
    background-color: #E9EBF2;
}

.footer-b1 {
    justify-content: space-between;
    color: #9698A1;
    font-size: 18px;
}

.footer-b1 .separator {
    margin: 15px 0;
    width: 100%;
    height: 2px;
    background-color: #E9EBF2;
}

.footer-b1-0,
.footer-b1-1 {
    margin-top: 32px;
    border-radius: 32px;
    background-color: #F9FAFB;
    padding: 40px;
}

.footer-b1-0 {
    width: 40%;
}

.footer-b1-1 {
    width: 57%;
}

.footer-b1 .text-black {
    color: #2E3038;
}

.footer-b2 {
    color: #9698A1;
    font-size: 18px;
    padding: 25px 15px 35px 15px;
}

main {
    position: relative;
    z-index: 2;
}

.bg {
    position: relative;
    z-index: -1;
}

.bg-1 {
    background-image: url("/assets/img/2.png");
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    width: 100%;
    margin-top: -140px;
    position: relative;
    z-index: -2;
}

.bg-2 {
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
}

span.logot {
    display: inline-block;
    overflow: hidden;
    width: 46px;
    height: 39px;
    background-image: url(https://addoffer.ru/assets/img/Logo.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -79px;
}

.img-phone {
    position: absolute;
    z-index: 4;
    right: 0;
}

.bg-phone {
    display: flex;
    align-self: flex-start;
    align-items: center;
    height: 100%;

}

.main_container {
    display: flex;
    height: 100%;
}

.main_title {

    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 93px;
}

.h1 {
    line-height: 159px;
    font-size: 120px;
    color: #222;
}

.form_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form__range {
    width: 544px;
    height: 324px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 93px;
    grid-gap: 20px;
    margin-top: 70px;
}

.form__range-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    color: #222222;
}

.range_group {
    width: 100%;
}

.range_label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.form__range-label {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #222222;
}

.label-sum {
    font-weight: 700;
}

.ui-slider .ui-slider-range, .ui-slider .slider-range-inverse, .ui-slider {
    height: 4px;
    border-radius: 10px;
    border-width: 0;
}

#slider-container {
    width: 80%;
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    border-radius: 5px;
    padding: 35px 40px 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.ui-slider {
    background-color: #1ABC9C;
    background-image: -webkit-linear-gradient(left, #E8E8E8 0%, #E8E8E8 100%);
    background-image: linear-gradient(to left, #E8E8E8 0%, #E8E8E8 100%);
}

.ui-slider * {
    outline: none;
}

.ui-slider .slider-range-inverse {
    background: #CCC;
    position: absolute;
    right: 0;
}

.ui-slider .ui-slider-range {
    background: linear-gradient(90deg, #F704FF 3.23%, #47B8F5 100%);
}

.ui-slider .ui-slider-handle {
    width: 24px;
    height: 24px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background: #FFF;
    top: -10px;
    border-radius: 50%;
    border-width: 0;
}

.ui-slider .ui-slider-handle:active {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

.ui-slider .ui-slider-handle .dot {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: linear-gradient(90deg, #4CB1EA 0%, #F594F7 100%);
    overflow: hidden;
}

.ui-slider .ui-slider-handle .dot .handle-track {
    display: block;
    height: 18px;
    /*background-color: #1ABC9C;*/
    /*background-image: -webkit-linear-gradient(90deg, #4CB1EA 0%, #F594F7 100%);*/
    /*background-image: linear-gradient(90deg, #4CB1EA 0%, #F594F7 100%);*/
    position: absolute;
    padding-right: 18px;
}

.button_container {
    /*background: linear-gradient(90deg, #4CB1EA 0%, #F594F7 100%);*/
    /*border-radius: 10px;*/
    width: 504px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_container_popup {
    /*background: linear-gradient(90deg, #4CB1EA 0%, #F594F7 100%);*/
    /*border-radius: 10px;*/
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_popup {
    background: var(--item-button);
    border-radius: 12px;
    width: 100%;
    height: 60px;

    font-style: normal;
    font-size: 18px;
    line-height: 160%;
    font-weight: 600;

    color: #283FD5;
    cursor: pointer;
    border: unset;
}

.catalog__item:hover .button_popup {
    background: var(--item-button-hover);
}

.popup__content .button_popup {
    width: 310px;
}

.range_button {
    background-color: #077035;
    border-radius: 58px;
    width: 496px;
    height: 70px;

    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    /* or 38px */

    text-transform: uppercase;

    color: #FFFFFF;
    cursor: pointer;
}

.timer-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.timer-container {
    display: flex;
    grid-gap: 120px;
    align-items: center;
}

.money-title {
    font-style: normal;
    font-weight: 700;
    font-size: 34.8816px;
    line-height: 46px;

    color: #FFFFFF;

}

.progress__meter,
.progress__value {
    fill: none;
}

.progress__meter {

    stroke: #0000002E;
}

.progress__value {
    /* stroke: blue; */
    stroke-linecap: round;
}

.timer-counter {
    display: flex;
    align-items: center;
    grid-gap: 50px;
}

.nums {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.nums .num {
    font-style: normal;
    font-weight: 700;
    font-size: 34.8816px;
    line-height: 46px;
    color: #FFFFFF;
}

.num-title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;

}

.timer {
    display: flex;
    grid-gap: 50px;
}

.timer-progress {
    position: absolute;
    margin-top: -22px;
    margin-left: -30px;
}


.timer-progress:last-child {
    margin-left: 147px;

}

.dots {
    font-style: normal;
    font-weight: 500;
    font-size: 57.577px;
    line-height: 58px;
    /* identical to box height, or 100% */


    color: #FFFFFF;

    opacity: 0.5;
}

.bg-2 {
    height: 100%;
    width: 100%;
}

.h12 {
    display: none;
}

/*.catalog {*/
/*    margin-top: 50px;*/
/*}*/

.catalog_title {
    color: #2E3038;
    margin: 0 auto;

    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 88px;
}

.catalog_title span {
    color: #3E44BF;
    font-family: "Montserrat", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 88px;
}

.overlay {
    background: rgba(0, 3, 64, .47);
    opacity: .7;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 89;
    display: none;
}

.catalog_desc {
    color: #000000;
    text-align: center;
    margin: 10px auto 40px;

    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
}

.catalog_desc b {
    color: #3E44BF;
}

.catalog__items {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    padding-bottom: 50px;
}

#cdnTechScript {
    padding: 0 0 20px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.catalog__benefits {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    width: 100%;
}


.catalog__benefit {
    display: flex;
    gap: 20px 5px;
    justify-content: space-between;
    height: 24px;
}

.img {
    position: relative;
    min-height: 80px;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 100%;
}

.catalog__img {
    position: absolute;
    max-width: 90%;
    max-height: 90px;
    /*left: 20px;*/
    top: 50%;
    /*transform: translate(0, -50%);*/
    left: 50%;
    transform: translate(-50%, -50%);
}

.border-dashed {
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(223, 223, 223, 0.75), rgba(223, 223, 223, 0.75), transparent 75%, transparent 100%);
    background-size: 20px 1px;
    border: none;
}

.benefit__title {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 50%;
    padding-left: 10px;
}

.catalog__item {
    display: flex;
    flex-direction: column;
    align-items: normal;
    padding: 0 4px;
    position: relative;
    /*border: 1px solid #E9EBF2;*/
    min-width: 300px;
}

.dash-grey {
    display: block;
    width: calc(100% - 30px);
    margin: 15px 0 5px 0;
    height: 1px;
    background-image: url('/assets/img/omoney/dash.svg');
    background-position: center center;
    background-repeat: no-repeat;
}

.catalog__options {
    padding: 36px 4px;
    /*background: #E5FAF5;*/
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 22px;
    margin-right: auto;
    margin-top: 2px;
    /*margin-left: 13px;*/
    margin-left: auto;

    color: #FFFFFF;
    white-space: nowrap;
}

.benefit__strong {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 50%;
    text-align: right;
    padding-right: 10px;
}

.catalog__item {
    flex: auto;
    width: 23%;
    max-width: 23%;
    height: 225px;

    background: #FFFFFF;
    /*box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);*/
    border-radius: 0;

    display: flex;
}

.catalog {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blur {
    background: rgba(34, 34, 34, 0.5);
    backdrop-filter: blur(17px);
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    display: none;
}

.popup {
    max-width: 558px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 30%;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    background: #fff;
    border-radius: 48px;
    padding: 20px 39px 40px;

}

.popup-form__title {
    margin-bottom: 0.625rem;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;

    color: #000000;

    opacity: 0.8;

}

.popup__close {
    position: absolute;
    top: 1.5rem;
    right: 1.75rem;
    cursor: pointer;
    border: unset;
    background: unset;
}

.popup__close {
    width: 56px;
    height: 56px;
}

.form__title {
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;

    /* identical to box height */

    color: #222222;
    text-align: center;
    margin-bottom: 20px;
}

.form__desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;

    /* or 25px */
    text-align: center;

    color: #000000;
    text-align: center;
    opacity: 0.5;
    margin-bottom: 30px;
}

.popup-form__policy {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;

    /* or 17px */

    color: #000000;

    opacity: 0.5;
}

.popup-form__input {
    background: #FFFFFF;

    /* Gray 5 */
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    width: 100%;
    padding: 10px;

    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;


    color: #6B7280;

}

.popup-form__error {
    display: none;
    align-items: center;
    grid-gap: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
}

#sendsms {
    display: none;
}

.group_form {
    height: 109px;
}

.hide {
    display: none;
}

.show {
    display: flex !important;
}

.resend {
    display: flex;
    align-items: center;
    grid-gap: 5px;
    margin-top: 30px;
    cursor: pointer;
    justify-content: center;
}

.inputfield {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.inputcode {

    width: 60px;
    height: 80px;
    outline: none;
    text-align: center;
    font-size: 1.5em;

    outline: none;
    /*Hide number field arrows*/
    -moz-appearance: textfield;

    background: #FFFFFF;

    /* Gray 5 */
    border: 1px solid #E0E0E0;
    border-radius: 5px;

}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.resend span {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;

    /* or 25px */
    text-align: center;

    color: #009EFE;
}

.take-error {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

*:focus {
    outline: none;
}

.popup-form__input::-webkit-input-placeholder {
    color: rgba(58, 68, 75, 0.5);
}

.popup-form__input::-moz-placeholder {
    color: rgba(58, 68, 75, 0.5);
}

.popup-form__input:-ms-input-placeholder {
    color: rgba(58, 68, 75, 0.5);
}

.popup-form__input::-ms-input-placeholder {
    color: rgba(58, 68, 75, 0.5);
}

.popup-form__input::placeholder {
    color: rgba(58, 68, 75, 0.5);
}

.take_input {
    font-weight: 300;
    font-size: 12px;
    text-align: start;
    color: #3A444B;

}


.checkbox {
    position: relative;
}

.checkbox:not(:last-child) {
    margin-bottom: 0.3125em;
}

.checkbox__input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
}

.checkbox__input:checked + .checkbox__label:before {
    background-color: #2D74D4;
}

.checkbox__input:checked + .checkbox__label::after {
    display: block;
}

.checkbox__label {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    gap: 10px;
}

.checkbox__label:before {
    content: "";
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background: #f3f7fa;
    -webkit-box-shadow: inset 0px 0px 1px 1px rgba(174, 202, 218, 0.4);
    box-shadow: inset 0px 0px 1px 1px rgba(174, 202, 218, 0.4);
    border-radius: 4px;
}

.checkbox__label::after {
    position: absolute;
    top: 7px;
    left: 6px;
    content: "";
    background: url("/assets/img/ok.svg") 0 0 no-repeat;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 16px;
    display: none;
}

.popup-form__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.25rem;
}

.popup-form__checkbox {
    margin-right: 0.625rem;
}

.popup-profile {
    max-width: 669px;
    padding-left: 42px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 40px;

}

.popup-container {
    display: flex;
    grid-gap: 25px;
    flex-direction: column;
    height: max-content;
}

.popup-phone-group {
    height: 104px;
}

.popup__content {

}

.popup_profile_group {
    width: 100%;
    display: flex;
    grid-gap: 25px;
}

.js-slider3 .slider-range-inverse {
    background: #F7F7F7;
}

.js-slider3 {
    height: 19px;
    background-image: -webkit-linear-gradient(left, #F7F7F7 0%, #F7F7F7 100%);
    background-image: linear-gradient(to left, #F7F7F7 0%, #F7F7F7 100%);
    margin-bottom: 45px;
}

.js-slider3 .ui-slider-handle {
    background: unset;
    box-shadow: unset;
}

.js-slider3 .ui-slider-handle .dot {
    width: 14px;
    height: 14px;
    top: 12px;
    left: 13px;
}

.js-slider3 .ui-slider-range {
    top: 2px;
    height: 14px;
}


.popup {
    display: none;
}

.popup_show {
    display: flex;
}

.getmoney {
    width: 383px;
    margin-top: 15px;
}

.telegram {
    width: 420px;
    height: 118px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    display: flex;
    margin: 30px auto 50px;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    color: #27A5E4;
    text-decoration: none;
}

.button_catalog {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.telegram img {
    height: 40px;
    margin-right: 10px;
}

.getmoney_text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #ffffff;
}

.catalog__popup_title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 29px;

    color: #2E3038;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;

}

.catalog__popup_title2 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #2E3038;
    text-align: center;
}

.catalog__popup_desc {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    color: #9698A1;
}

.popup-catalog {
    justify-content: center;
    flex-direction: column;
    background-image: url("/assets/img/omoney/vector.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

.c2 {
    background-image: url("/assets/img/omoney/vector.png");
    /*background-size: contain;*/
    max-width: 558px;
    min-height: 304px;
    margin-right: 15px;
    bottom: 25px;
    top: auto;
    padding: 15px 5px !important;
}

.popup2-btn-container {
    width: 100%;
    max-width: 322px;
    display: flex;
    margin: 0 auto;
}

.catalog__popup_img {
    display: flex;
    justify-content: center;
    height: 50px;
    margin-bottom: 15px;
}

.catalog__popup_img img {
    max-width: 75%;
}

#promo-timer .num-title, #promo-timer .num {
    color: #000;
}

.promo {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.content-promo {
    margin-top: 28px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.promo_desc {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;

    /* or 25px */
    text-align: center;

    color: #000000;

    opacity: 0.5;
}

.promo_logo {
    display: flex;
    align-self: center;
    height: 100%;
}

.promo_button {
    max-width: 391px;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 40px;
}

.promo_btn_text {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;

    /* identical to box height, or 29px */
    text-transform: uppercase;

    color: #FFFFFF;
}

.promo_item {
    display: flex;
    grid-gap: 20px;
    width: 47%;
}

.promo_text {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.promo_items {
    display: flex;
    gap: 60px 60px;
    flex-wrap: wrap;
    margin-right: 66px;
    margin-left: 66px;
    margin-bottom: 35px;
    justify-content: center;
    align-items: center;
}

.promo_item_title {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;

    color: #222222;
}

.footer_promo {
    background-image: url("/assets/img/footer_promo.svg");
    background-repeat: no-repeat;
    /*background-position: center;*/
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;

    position: relative;
    /*top: -200px;*/
    height: 340px;
    width: 100%;
}

.promo_footer_title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;

    /* or 22px */
    text-align: center;

    color: #000000;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    top: -30px;

}

.promo_img {
    justify-content: center;
    display: flex;
    align-self: center;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;

}

.promo_item_desc {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;

    /* or 22px */

    color: #000000;

    opacity: 0.5;
}

#promo-timer .dots {
    color: #D1D1D1;
    opacity: 1;
}

@media screen and (max-width: 1958px) {
    .button_catalog .button_container_popup {
        width: 100%;
    }
}

@media screen and (max-width: 1480px) {
    .button_catalog .button_container_popup {
        width: 100%;
    }

    .header {
        margin-left: 30px;
    }

    .catalog__items {
        margin-right: 30px;
        margin-left: 30px;
    }

    .popup {
        max-width: 540px;
        max-height: 280px;
    }

    .c2 {
        max-width: 490px;
        min-height: 270px;
    }

    #popup-1 .catalog__popup_img {
        margin-top: 36px;
        margin-bottom: 0;
    }

    #popup-1 .catalog__popup_title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #popup-1 .catalog__popup_desc {
        margin-bottom: 25px;
    }

    .footer-b0 {
        margin-left: 30px;
    }
}

@media screen and (max-width: 798px) {
    .dash-grey {
        margin: 12px 0;
    }

    .button_container_popup {
        height: 44px;
    }

    .catalog__item {
        width: 97%;
        max-width: 97%;
        margin: 0 auto;
    }

    .catalog__items {
        margin-left: 10px;
        margin-right: 10px;
    }

    .telegram_container {
        margin-left: 40px;
        margin-right: 40px;
    }

    .telegram {
        width: 100%;
    }
}

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

    .catalog__items {
        margin-left: 10px;
        margin-right: 10px;
    }

    .telegram_container {
        margin-left: 24px;
        margin-right: 24px;
    }
}


@media screen and (max-width: 1818px) {
    .img-phone {
        height: 60%;
    }
}

@media screen and (max-width: 1594px) {
    .h1 {
        font-size: 100px;
    }

    .timer-container {
        grid-gap: 190px;
    }

    .img-phone {
        height: 50%;
    }

    .form__range {
        margin-top: 30px;
    }

}

@media screen and (max-width: 1509px) {
    .img-phone {
        height: 40%;
    }

    .bg-1 {
        margin-top: -150px;
    }
}

@media screen and (max-width: 1271px) {
    .img-phone {
        height: 30%;
    }
}

@media screen and (max-width: 1175px) {
    /*.bg-2 {*/
    /*    display: none;*/
    /*}*/
    .h1 {
        font-size: 60px;
    }

    .money-title {
        display: none;
    }

    .timer-container {
        grid-gap: 350px;
    }
}


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

@media screen and (max-width: 939px) {
    /*.bg-phone {*/
    /*    display: none;*/
    /*}*/
    .h1 {
        line-height: 70px;

    }

    .timer-container {
        grid-gap: 100px;
    }

    .img-phone {
        position: absolute;
        z-index: -1;
    }

    .num, .num-title {
        color: #000 !important;
    }
}

@media screen and (max-width: 872px) {
    #popup-1 {
        width: 90%;
        top: 75px
    }

    #popup-1.popup-to-center {
        top: calc((100vh - 410px) / 2);
    }
}

@media screen and (max-width: 476px) {
    #popup-1 {
        width: 90%;
        top: 75px
    }

    #popup-1.popup-to-center {
        top: calc((100vh - 410px) / 2);
    }

    #popup-2 {
        width: 90%;
    }
}

@media screen and (max-width: 878px) {
    .promo_item {
        width: 100%;
    }

    .promo_footer_title {
        padding-left: 10px;
        padding-right: 10px;
    }
}

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

    #profiletitle {
        width: 262px;
    }

    .popup-code, .popup-phone {
        max-width: 342px;
        padding-left: 10px;
        padding-top: 20px;
        padding-right: 10px;
        padding-bottom: 40px;
    }

    .popup-profile {
        max-width: 342px;
        padding-left: 24px;
        padding-top: 20px;
        padding-right: 24px;
        padding-bottom: 40px;
    }

    .popup_profile_group {
        flex-direction: column;
    }

    .form__title {
        font-size: 20px;
        text-align: left;
    }

    .form__desc {
        text-align: left;
        font-size: 16px;

    }

    #popdesc {
        width: 187px;
    }

    .button_popup {
        font-size: 18px;
    }

    .resend img {
        display: none;
    }

    .bg-1 {
        background-image: unset;
        margin-top: 0;
    }

    .main_title {
        padding-left: 24px;
    }

    .form__range {
        margin-left: 24px;

        width: 100%;
        margin-top: 100px;
    }

    .button_container {
        width: 100%;
    }

    .range_button {
        width: 98%;
    }

    .h1 {
        display: none;
        font-size: 40px;
        line-height: 53px;
    }

    .h12 {
        display: flex;
        font-size: 40px;
        line-height: 53px;
        color: #222;
        margin-bottom: 30px;
        margin-top: 100px;
    }

    .main_container {
        margin-top: -150px;
    }

    .form_content {
        padding-left: 24px;
        padding-right: 24px;
        display: flex;
        justify-content: center;
    }

    .form__range {
        margin-left: 0;

    }

    .range_button {
        font-size: 16px;
        line-height: 160%;
    }

    .money-title {
        display: flex;
        font-size: 20px;
        line-height: 27px;

        /* identical to box height */

        color: #222222;

        opacity: 0.5;
    }

    .timer-container {
        display: flex;
        flex-direction: column;
    }

    .main_title {
        padding-left: 0;
    }

    .timer-counter {
        flex-wrap: wrap;
    }

    .progress__meter {
        stroke: #0000002E;
    }

    .img-phone {
        top: 200px;
        height: 25%;
    }

    .bg-phone {
        overflow: hidden;
    }

    .timer {
        margin-left: 30px;
    }

}

@media screen and (min-width: 2106px) {
    .h1 {
        font-size: 8rem;
    }
}

@media screen and (min-width: 2216px) {
    .h1 {
        font-size: 140px;
    }

    .timer-container {
        grid-gap: 500px;
    }
}

.btn-animate {
    position: relative;
    overflow-x: hidden;
    display: inline-block;
    /*background: linear-gradient(90deg, #4cb1ea, #f594f7, #de94f7, #4cb1ea);*/
    background-size: 400%;
    z-index: 0;
    /*animation: animate 8s linear infinite;*/
}

/*.btn-animate:before {*/
/*    content: "";*/
/*    background: linear-gradient(90deg, #4cb1ea, #f594f7, #de94f7, #4cb1ea);*/
/*    background-size: 400%;*/
/*    transition: .5s;*/

/*    filter: blur(20px);*/
/*    opacity: 1;*/
/*    animation: animate 8s linear infinite;*/
/*}*/

.btn-animate .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 2s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@keyframes animate {
    0% {
        background-position: 0%;
    }
    100% {
        background-position: 400%;
    }
}

#popup-1 .adsfin-module {
    margin-top: 40px;
    min-height: 150px;
    padding: 0;
}

#popup-2 .adsfin-module {
    margin-top: 40px;
    min-height: 150px;
    padding: 0 25px;
}

.collapse-arrow {
    margin-left: 5px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    filter: invert(12%) sepia(63%) saturate(6234%) hue-rotate(246deg) brightness(87%) contrast(156%);

}

.collapse-arrow.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapse-our-partners {
    display: flex;
    justify-content: center;
    color: #0d6efd;
    cursor: pointer;
}

.h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-align: left;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

#collapseOurPartners .partner-name {
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    opacity: 0.6;
    color: #222222;
    text-align: left;
}

#collapseOurPartners .partner-info {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    opacity: 0.5;
    text-align: justify;
}

@media screen and (max-width: 798px) {
    .collapse-our-partners {
        width: 90%;
        margin: 0 auto;
    }

    .col-md-6 {
        width: 100%;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.fire-top,
.fire-right,
.fire-bottom,
.fire-left {
    position: absolute;
    background-image: url('/assets/img/fire-sm.gif');
    height: 24px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.fire-top {
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fire-right {
    top: 47%;
    right: -168px;
    width: 360px;
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fire-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 24px;
    background-repeat: repeat-x;
    background-position: 0 0;
}

.fire-left {
    top: 47%;
    left: -168px;
    width: 360px;
    background-repeat: repeat-x;
    background-position: 0 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media screen and (max-width: 798px) {
    .header {
        height: 67px;
    }

    .header .logo {
        height: 43px;
        margin: 13px auto;
    }

    .catalog_title {
        font-size: 14px;
        line-height: 16px;
        text-align: center;
        font-weight: 700;
    }

    .catalog_title span {
        font-size: 14px;
        line-height: 16px;
    }

    .catalog_desc {
        font-size: 12px;
        line-height: 19px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .catalog__items {
        gap: 10px 10px;
        padding-bottom: 25px;
        margin-top: 25px !important;
    }

    #cdnTechScript {
        padding: 0 5px 25px;
    }

    footer {
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        padding: 16px;
    }

    .footer .logo {
        margin-top: 15px;
    }

    .footer-b0 {
        height: unset;
    }

    .footer-b0-logo {
        width: 100%;
    }

    .footer-b0 .separator {
        display: none;
    }

    .footer-b0 .contacts {
        font-size: 14px;
        margin-top: unset;
    }

    .footer-b0 .contacts.phones {
        margin-left: 0;
        margin-right: 0;
        margin-top: 24px;
    }

    .footer-b0 .contacts.emails {
        margin-left: auto;
        margin-right: 0;
        margin-top: 24px;
    }

    .footer-b0 .contacts.supports {
        margin-left: 0;
        width: 100%;
        margin-top: 32px;
    }

    .footer-b0 .contacts .text-blue {
        font-size: 16px;
    }

    .footer-b1 {
        font-size: 14px;
    }

    .footer-b1-0,
    .footer-b1-1 {
        width: 100%;
        padding: 20px;
    }

    .footer-b2 {
        font-size: 14px;
        padding: 25px 0 35px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .popup__close {
        width: 44px;
        height: 44px;
        top: 1.25rem;
        right: 1.25rem;
    }

    .popup__close svg {
        width: 44px;
        height: 44px;
    }

    .catalog__popup_title {
        font-size: 18px;
    }

    .catalog__popup_desc {
        color: #474950;
        font-size: 14px;
    }

    .popup {
        padding: 20px 15px 20px;
    }

    #popup-1 .catalog__popup_img {
        padding-right: 15px;
    }

    .catalog__popup_img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .c2 {
        min-height: unset;
        margin-right: auto;
    }

    .catalog__popup_title2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .popup-catalog {
        background-size: contain;
    }

    .popup__content .button_popup {
        width: calc(100% - 30px);
    }

    .catalog__options {
        padding: 14px 0;
        font-size: 12px;
        line-height: 19px;
        width: unset;
        border-radius: 24px;
        margin-left: auto;
    }

    .catalog__img {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .benefit__title {
        font-size: 10px;
        line-height: 13px;
        text-align: left;
    }

    .benefit__strong {
        font-size: 10px;
        line-height: 13px;
        text-align: left;
    }

    .img {
        min-height: 75px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
}


#popup-1 .cdn_tech-module {
    width: 100%;
    margin-top: 65px;
    min-height: 150px;
    padding: 0;
}

#popup-2 .cdn_tech-module {
    width: 100%;
    margin-top: 40px;
    min-height: 150px;
    padding: 0 25px;
}

.pop_up_cdn_tech {
    width: 100%;
    min-height: 150px;
}

#place_offer_cdn_tech4 {
    width: 450px;
    min-height: 150px;
}

#place_offer_cdn_tech0 {
    width: 430px;
    min-height: 150px;
}

@media screen and (max-width: 798px) {
    #place_offer_cdn_tech4,
    #place_offer_cdn_tech0 {
        min-width: 300px;
    }
}

@media screen and (max-width: 798px) {
    .getmoney {
        margin-top: 0;
    }

    .catalog__img {
        max-height: 75px;
    }

    .catalog__options {
        padding: 14px 0;
        font-size: 12px;
        line-height: 19px;
    }

    .catalog__benefits {
        grid-gap: 5px;
    }

    .dash-grey {
        margin: 8px 0;
    }

    .button_popup {
        height: 60px;
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 18px !important;
        margin-top: 60px;
    }

    .catalog__item {
        height: 215px;
        min-width: unset;
        max-width: 95%;
    }

    .catalog {
        /*margin-top: 20px;*/
    }

    .progress-box {
        margin: 25px 0;
    }
}

.bg-success {
    background-color: #1EA442;
}

.bg-warning {
    background-color: #F7AB30;
}

.bg-info {
    background-color: #3FA9CF;
}

.row-block {
    background-color: #ffffff;
    border-radius: 35px;
}

.row-block.row-block-shadow {
    box-shadow: 0 4px 4px 0 #00000040, 0 -2px 4px 0 #00000040;
}

/**
 *********************************************
 */

.catalog__items {
    margin-top: 20px;
    position: relative;
}

.catalog_box {
    display: none;
    position: absolute;
    top: -36px;
    left: 28%;
    width: 40%;
    margin: -20px auto 0;
    padding: 12px;
    text-align: center;
}

.catalog_box_text,
.catalog_box_img {
    display: inline-block;
}

.catalog_box_text {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}

.catalog_box_img {
    /*margin-top: 5px;*/
}

.catalog_box_img {
    height: 23px;
    width: 18px;
    background-image: url('/assets/img/arrow-green-down.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.catalog_one,
.catalog_two,
.catalog_three {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.catalog_two img {
    display: none;
}

.catalog_one br,
.catalog_two br,
.catalog_three br {
    display: none;
}

.catalog_one {
    font-weight: 600;
    font-size: 26px;
    line-height: 100%;
    background: var(--head-bg);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
}

.catalog_two div {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
}

.catalog_three {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 25px;
}

.catalog_three span {
    color: #ffffff;
    background: #1EA442;
    border-radius: 5px;
    padding: 0px 3px 2px;
}

.catalog__item {
    border: 3px solid var(--item-border);
}

.catalog__item:hover {
    box-shadow: 3px -2px 24px 0 var(--item-shadow);
}

.catalog_img {
    display: none;
}

@media screen and (max-width: 798px) {
    /*body {*/
    /*    background: var(--body-bg) url("/assets/img/bg-abs-001.png");*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center top;*/
    /*    background-size: contain;*/
    /*}*/

    .catalog_box {
        display: block;
        top: -65px;
        left: 0;
        width: 95%;
        margin: 0;
        padding: 9px;
        border: unset;
        border-radius: unset;
        text-align: left;
        background: url("/assets/img/theme/blue_lime/line.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
    }

    .catalog_box_text {
        font-size: 18px;
        line-height: 110%;
        white-space: nowrap;
        color: #ffffff;
        text-align: left;
    }

    .catalog_box_img {
        height: 17px;
        width: 18px;
        background-position: center center;
        background-size: contain;
        margin-left: 10px;
        margin-right: 10px;
    }

    .catalog_one {
        font-size: 18px;
        text-align: left;
        padding-left: 5%;
        margin-top: 5px;
    }

    .catalog_img {
        display: block;
        width: 94%;
        float: left;
    }

    .catalog_two {
        display: block;
        float: left;
        font-size: 12px;
        line-height: 16px;
        width: 38%;
        margin-left: 3%;
        border-radius: 10px;
        text-align: left;
        margin-top: 0;
    }

    .catalog_two img {
        display: block;
    }

    .catalog_two div {
        font-size: 9px;
        line-height: 16px;
        margin-top: 10px;
        padding: 5px;
        border-radius: 10px;
        background: #ffffff;
        font-weight: 600;
        color: #000000;
    }

    .catalog_three {
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
        padding: 5px;
        margin-bottom: 5px;
        width: 80%;
        background: #ffffff;
        margin-left: 5%;
        border-radius: 10px;
    }

    /* /assets/img/hand-phone-right-002.png */

    .catalog_one br,
    .catalog_two br,
    .catalog_three br {
        display: inline-block;
    }

    .catalog_three {
        text-align: left;
    }

    .catalog__item {
        border: 3px solid var(--item-border);
        box-shadow: 3px -2px 14px 0 var(--item-shadow);
    }
}


/*
 ****************************************************
 */
.progress-box {
    padding-left: 10px;
    padding-right: 10px;
}

.progress {
    width: 100%;
    height: 50px;
    margin-top: 17px;
    margin-bottom: 17px;
    position: relative;
    border-radius: 15px;
    border: 3px solid var(--progress-bg) !important;
}

.progress.progress-success {
    border: 3px solid #00A16F;
    background-color: #ffffff;
}

.progress.progress-warning {
    border: 3px solid #F0C808;
    background-color: #ffffff;
}

.progress-bar {
    position: relative;
    height: 100%;
    border-radius: 9px;
    background-color: var(--progress-bg) !important;
}

.progress-success .progress-bar {
    background-color: #00A16F;
}

.progress-warning .progress-bar {
    background-color: #F0C808;
}

.progress-bar-97 {
    animation: progress-97 0.9s ease-in-out forwards;
}

@keyframes progress-97 {
    from {
        width: 0;
    }
    to {
        width: 97%;
    }
}

.progress-bar-90 {
    animation: progress-90 0.9s ease-in-out forwards;
}

@keyframes progress-90 {
    from {
        width: 0;
    }
    to {
        width: 90%;
    }
}

.progress-bar-85 {
    animation: progress-85 0.9s ease-in-out forwards;
}

@keyframes progress-85 {
    from {
        width: 0;
    }
    to {
        width: 85%;
    }
}

.progress-bar-80 {
    animation: progress-80 0.9s ease-in-out forwards;
}

@keyframes progress-80 {
    from {
        width: 0;
    }
    to {
        width: 80%;
    }
}

.progress-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    color: var(--progress-color);
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
    padding: 2px 0;
}

.progress-text span {
    display: contents;
    font-family: Stolzl, serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    color: var(--progress-color);
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;
}

.progress-warning .progress-text,
.progress-warning .progress-text span {
    color: #000000;
}

@keyframes show  {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media screen and (max-width: 798px) {
    .progress.progress-success {
        border: 2px solid #00A16F;
    }

    .progress {
        width: 100%;
        height: 30px;
        margin-top: 14px;
        margin-bottom: 14px;
        position: relative;
        border-radius: 6px;
    }

    .progress-bar {
        position: relative;
        border-radius: 4px;
    }

    .progress-text {
        font-size: 14px;
        line-height: 14px;
        top: 3px;
    }

    .progress-text span {
        font-size: 16px;
        line-height: 14px;
    }
}

/*
 ****************************************************
 */
.wrapper-auth-user {
    margin-top: 50px;
}

.auth-box {
    position: absolute;
    top: 0;
    left: calc(50% - 125px);
    width: 250px;
    margin: 0 auto;
    border: 1px solid var(--auth-border);
    border-top: unset;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 9;
}

.auth-title {
    padding: 12px 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    background: #EE0312;
    border-radius: 15px;
    color: #ffffff;
    overflow: hidden;
}

.auth-data {
    display: none;
    float: left;
    padding: 10px 8px;
    background: #FFFFFF;
    margin: 0;
    border: 2px solid #EE0312;
    border-radius: 20px;
    /*border-top: 1px solid var(--auth-border);*/
    /*border-right: 4px solid #DCF168;*/
    /*border-bottom: 4px solid #DCF168;*/
    /*border-left: 4px solid #DCF168;*/
}

.auth-data.show {
    display: block !important;
}

[class^="auth-block-"] {
    display: block;
    float: left;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
}

.auth-logo {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 2px 0 0 6px;
    border-radius: 50%;
    background: #F7AB30;

    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
}

.auth-fullname {
    display: block;
    float: left;
    padding: 0 0 0 6px;
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0;
    color: #2E3038;
}

.auth-phone {
    padding-right: 13px;
    background: url('/assets/img/shield-check.png');
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.auth-block-002,
.auth-block-003 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0;
    color: #2E3038;
}

.auth-grey-text {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0;
    color: #AEAEB4B5;
}

.auth-block-004 {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 8px;
    line-height: 10px;
    letter-spacing: 0;
    color: #2E3038;
}

.auth-block-004 span {
    color: var(--auth-span);
}

.auth-block-005 {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 7px;
    line-height: 10px;
    letter-spacing: 0;
    text-align: center;
    color: #FFC509;
}

.auth-block-001,
.auth-block-002,
.auth-block-003 {
    border-bottom: 1px solid #AEAEB463;
}

[class^="auth-block-"] .mb-1 {
    margin-bottom: 0.25rem;
}

@media screen and (max-width: 798px) {
    .auth-box {
        left: unset;
        width: 215px;
        right: 5px;
    }

    .catalog_one {
        font-size: 7px;
        position: absolute;
        top: -50px;
        left: 0;
    }
}
