.main {
    min-height: 400px;
}
.popup-window-titlebar-text {
    color: #1D1D1B;
    font-family: Circe, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
    width: 100%;
    padding-top: 8px;
}
.popup-window-titlebar {
    height: auto;
}

.bee-pay-btn {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 22px;
    border: 0.5px solid #1D1D1B;
    background: #000;
    padding: 4px 12px;
    cursor: pointer;
    margin:4px;
}

.bee-btn-buy {
    color: #FFF;
    text-align: center;
    font-family: Circe;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background: #000;
    padding: 12px 120px;
    cursor: pointer;
}
.feature-btn {
    color: #BCBCBC !important;
}

.feature-btn.active {
    color: #000000 !important;
}

.good-card__bottom_qtty {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.counter_card {
    height: 45px;
    width: 145px;
    min-width: 70px;
    border-radius: 100px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.5px solid #1D1D1B;
}

.good-detail-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.btn .feature-btn .active {
    text-decoration: underline;
    font-weight: bold;
}

.filter-btn {
    border-radius: 25px;
    border: 0.5px solid #1D1D1B;
    background-color: #000;
    height: 50px;
    width: 252px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 3px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: nowrap;
    position: relative;
    color: #fff;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 100px;
}

.data-error {
    color: #f00;
    margin-bottom: 20px;
}

.b-offer__content {
    min-height: 800px;
}

.partners-form__form__ok {
    display: none;
    text-align: center;
    text-transform: none;
    font-size: 36px;
    letter-spacing: 0;
    border-width: thin;
    border-color: #bbbbbb;
    line-height: 340%;
}

.contacts_map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
    text-align: center;
    padding: 30px;
}

.header-nav a:hover {
    text-decoration: none;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.phone_show {
    display: block;
}
.phone_hide {
    display: none;
}

.list-visible {
    list-style: circle;
}

@media (min-width: 768px) {
    .phone_show {
        display: none;
    }

    .phone_hide {
        display: block;
    }


    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41%;
    }
}
@media (max-width: 767px) {
    .bee-btn-buy {
        display: block;
        padding: 10px !important;
        margin: 10px !important;
    }
    .popup-window-titlebar-text {
        font-size: 22px !important;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .filter-btn {
        height: 40px;
        width: 215px;
    }

    .counter_card {
        width: 100px;
        height: 32px;
        font-size: 9.8px;
        padding-top: 3px;
        padding-left: 0px;
    }
}
