.form_amobile__container {
    /* max-width: 860px; */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}
.box-adress.form_amobile__conditions {
    /* max-width: 383px; */
    max-width: 600px;
    width: 100%;
    padding: 34px 20px;
}
.form_amobile__container-left {
    max-width: 383px;
    width: 100%;
    padding: 34px 20px;
    background: transparent;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 40px;
}
.firs-input,
.second-input {
    margin-bottom: 24px;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

label.container input {
    display: none;
}

label.container {
    padding-left: 20px;
    height: 20px;
    line-height: 20px;
}

/* custom radio button */
.check {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: white;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}
.check.check_vaibe {
    width: 20px;
    height: 20px;
    border: 1px solid #dde1e7;
}
.container input:checked ~ .check {
    background-color: #e4002b;
}

.check:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .check:after {
    display: block;
}
.container .check.check_vaibe:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}
span.little {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #1a1919;
}

.messages-container {
    margin-bottom: 41px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}
.messages-tariff.messages_tariff__block {
    padding: 0 8px 3px;
    width: 100%;
}
.promo-row {
    display: flex;
    flex-wrap: wrap;
}

.promo-input {
    padding: 0;
    max-width: 112px;
    width: 100%;
}
.promo_bonus {
    display: flex;
    gap: 7px;
}
.promo_bonus__test {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    max-width: 79px;
    width: 100%;
}
.promo_bonus__quantity {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #e4002b;
    display: flex;
    flex-direction: column-reverse;
}
#promo-input {
    font-family: "Geometria";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    padding: 3px 7px;
    text-transform: uppercase;
    margin: 0;
    border-radius: 3px;
    height: 25px;
}
.subscription .promo-button {
    width: 100%;
    padding: 0 11px;
}
.promo-button .btn_class_bg {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.045em;
    color: #ffffff;
    height: auto;
    padding: 14px 15px 15px;
}

div.divider {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin-block: 20px;
}

.sharp {
    border-radius: 0;
}

.flex {
    display: flex;
}

.total-container {
    margin-top: 30px;
}
.promo_subscription > span {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
}
.total-price-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #1a1919;
    white-space: nowrap;
    padding: 0;
    margin-bottom: 5px;
}

.text-bold {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}
.block_connection {
    box-sizing: border-box;
    max-width: 343px;
    /* padding-top: 32px; */
    /* margin-bottom: 46px; */
    margin-bottom: 6px;
}
.block_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.blocks_connection__social {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: 40px;
}
.block_connection__social {
    display: flex;
    gap: 14px;
}
.block_connection__img {
    max-width: 20px;
    height: 20px;
}
.block_connection__img > img {
    width: 100%;
    height: auto;
}
.block_connection__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.title-text {
    max-width: 343px;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin-bottom: 44.5px;
}
.tariff_center__info {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #e4002b;
    margin: 0;
    transition: all 0.4s ease-in;
    cursor: pointer;
    padding: 20px 0 0;
}
.tariff_center__text {
    padding-top: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    padding-bottom: 30px;
    border-bottom: 1px solid #d0d0d0;
    transform: matrix(1, 0, 0, 1, 0, 0);
    margin-bottom: 44.5px;
}
.tariff_center__text > p {
    margin: 0;
}
.j-c-space-b {
    justify-content: space-between;
}

.grey-sign {
    color: #9f9f9f;
}

.text-red {
    color: #e4002b;
}

.text-pale-red {
    color: #d22c35;
    font-weight: bold;
}

.price-option-card {
    /* width: 100%;
    max-width: 343px; */
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    padding: 22px 24px;
    /* background: #ffffff; */
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    /* min-height: 281px; */
    min-height: 240px;
}
.price-option-info_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 25px;
}
.price-option-info_text {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #8d8d8d;
    margin-bottom: 8px;
    min-height: 90px;
}
.price-option-info_number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.price-option-info_title,
.price-option-info_text,
.price-option-info_number,
.price-option-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.price-option-button {
    width: 100%;
}
/* .price-option-button .btn_class_bg {
  width: 100%;
} */
.tariff-connect-btn.tariff-connect-btn-vaib {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.045em;
    color: #ffffff;
    height: auto;
    padding: 14px 15px 15px;
}
.price-option-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
}

.price-text {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.price-option-info {
    min-width: 120px;
    display: inline-block;
}
.subscription {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.price-option-button button {
    max-width: 100%;
}

table,
th,
td {
    border-collapse: collapse;
    padding: 17px;
}

tr > td:last-of-type {
    white-space: nowrap;
    text-align: right;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #1a1919;
}

tr:nth-child(even) {
    background-color: #e5e5e5;
}

.service-coast-container table {
    width: 100%;
    margin-bottom: 26px;
}

.table-title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #1a1919;
}

.connection-form label {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    margin: 0;
}
.vaibe-input-wrap.vaibe_input {
    margin: 10px 0;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dde1e7;
    border-radius: 5px;
}
.vaibe-input-wrap.vaibe_input > input {
    font-weight: 700;
    height: 100%;
}
.block_range {
    top: 9px;
}
.input-unit.input-unit_text {
    font-weight: 700;
}
.promo-container {
    background: rgba(221, 225, 231, 0.3);
    border: 1px solid #dde1e7;
    border-radius: 5px;
    padding: 14px 16px;
    margin-bottom: 24px;
    box-sizing: border-box;
    position: relative;
}
.promo-container__info {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.bonus-input-block {
    display: flex;
    gap: 45px;
    align-items: center;
}
.bonus-input-block_left {
    display: flex;
    flex-direction: column;
    gap: 3px;
    max-width: 112px;
    width: 100%;
}
.bonus-input-block_left .little {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #969fa8;
}
.tariff-item.tariff-item__block > label {
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 20px;
    color: #1a1919;
    padding: 0 32px 0 28px;
}
.header-collar {
    padding: 0;
    position: relative;
    width: 100%;
    height: 400px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(163, 163, 163, 0.15);
    border-radius: 0 0 40px 40px;
}

.text-white {
    color: #ffffff;
}

.collar-text-container {
    position: absolute;
    margin: 100px 0 0 5%;
}

.collar-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 79px;
}

.collar-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 116.7%;
}

.fa-info:before {
    content: "";
}

.fa-info:after {
    content: url(/images/info.svg) !important;
}

.tooltip:before {
    content: attr(data-text); /* here's the magic */
    position: absolute;
    transform: translate(-50%, 50%);
    padding: 10px;
    color: black;
    display: none;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(176, 176, 176, 0.15);
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
}

.tooltip:hover:before {
    display: block;
}

.bonus-info-container {
    column-gap: 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bonus-label {
    display: inline-block;
    margin-right: 10px;
}

.bonus-info-container .tooltip:before {
    width: 224px;
    height: 62px;
}

.your-rating {
    display: flex;
    align-items: center;
    padding: 7px 11px 9px 11px;
    background-color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    gap: 10px;
}

.your-rating .tooltip:before {
    transform: translate(-80%, 50%);
}

.bonus-prices-col {
    display: flex;
    flex-direction: column;
}

.bonus-price-item,
.bonus-price-item span {
    color: #e4002b;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
}

@media (max-width: 700px) {
    .collar-title {
        font-size: 48px;
        line-height: 59px;
    }
    .collar-text {
        font-size: 16px;
        line-height: 116.7%;
    }
    .header-collar {
        height: 200px;
    }
    .collar-text-container {
        margin-top: 10%;
    }
    .price-text,
    .connection-form label,
    .services-info p,
    .adaptive-text,
    .bonus-label label {
        font-size: 16px;
        line-height: 20px;
    }

    .your-rating span {
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
    }

    body button,
    body input,
    body textarea {
        height: 42px;
    }
    /* .connection-form {
      padding: 16px;
    } */
    .main-form-wrap .double_btn {
        padding-inline: 20px !important;
    }

    .bonus-price-item {
        font-weight: 600;
        font-size: 16px;
        line-height: 120%;
    }

    span.modal-price-currency {
        font-size: 15px !important;
    }
}

.container {
    width: 100%;
}

button.close {
    border-radius: 50%;
    padding: 0.5em;
    width: 30px;
    height: 30px;
    border: 2px solid #e2e2e2;
    background-color: #e2e2e2;
    color: #1a1919;
    position: relative;
}

button.close:hover {
    border: 2px solid transparent;
}

button.close::before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #1a1919;
    width: 2px;
    left: 12px;
    top: 5px;
    bottom: 5px;
    transform: rotate(45deg);
}
button.close::after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #1a1919;
    height: 2px;
    top: 12px;
    left: 5px;
    right: 5px;
    transform: rotate(45deg);
}

.close-button-container {
    display: inline-block;
    float: right;
}

.price-options-modal {
    min-width: 280px;
    position: fixed;
    float: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    padding: 8px;
    display: none;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(196, 196, 196, 0.25);
    border-radius: 20px;
}

.modal-buttons {
    display: flex;
    flex-direction: column;
}

.modal-buttons button:nth-child(even) {
    margin-top: 24px;
}

.modal-title {
    text-align: center;
}

span.modal-price-currency {
    text-align: center;
    margin-left: 5px;
    letter-spacing: 0.045em;
    color: #8a8b8a;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.modal-content {
    width: 100%;
    height: 100%;
    padding: 32px;
}

.modal-title {
    margin-block: 24px;
}

#overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #9797976b;
    z-index: 99;
}

.scale-container.scale-container_number {
    display: none;
    max-width: 100%;
    padding: 0;
    transform: translate(0, -10px);
}
.scale_bottom__number {
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #969fa8;
    padding: 0 12px 0 6px;
}
.range-scale {
    text-align: right;
    color: #8a8b8a;
}

.range-bonus-scale {
    position: absolute;
    min-width: 40px;
    transform: translate(0px, -25px);
    text-align: right;
    color: #8a8b8a;
}

.bubble {
    background: red;
    color: white;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.bubble::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: red;
    top: -1px;
    left: 50%;
}

/* hero */
.vaibe-hero_container {
    background: #f6f7f9;
    box-shadow: 0px 4px 12px rgba(163, 163, 163, 0.15);
}
.vaibe-hero_block {
    height: 100%;
    /* padding: 30px 0 46px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.vaibe_red {
    background: #e3032e;
    border-radius: 45px;
}
.vaibe_gray {
    background: #e8e8e8;
    border-radius: 45px;
}
/* hero top */
.vaibe-hero_top {
    display: flex;
    position: relative;
    top: 30px;
}
.vaibe_hero_top-left {
    position: relative;
    display: block;
    height: 25px;
    max-width: 283px;
    width: 100%;
    top: 37px;
    left: -86px;
    margin-right: 100px;
}
.vaibe_top-center-left {
    position: relative;
    display: block;
    height: 54px;
    max-width: 260px;
    width: 100%;
    top: 0;
    margin-right: 93px;
}
.vaibe_top-center-right {
    position: relative;
    display: block;
    height: 50px;
    max-width: 155px;
    width: 100%;
    top: 24px;
    margin-right: 286px;
}
.vaibe_hero_top-right {
    position: relative;
    display: block;
    height: 50px;
    max-width: 272px;
    width: 100%;
    top: 24px;
}

/* hero center */
.vaibe-hero_center {
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 35px;
    right: -42px;
    top: 8px;
}
.vaibe-hero_title {
    position: relative;
    display: block;
    max-width: 373px;
    min-height: 120px;
    /* margin-right: 102px; */
}
.vaibe-hero_title > img {
    width: 100%;
    height: 100%;
}
.vaibe_hero_center-left {
    max-width: 400px;
    width: 100%;
    display: block;
    height: 50px;
    /* margin-right: 206px; */
    position: relative;
    top: 13px;
}
.vaib_center__left {
    max-width: 75px;
    width: 100%;
    min-height: 75px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
    display: block;
}
.vaibe_hero_center-right {
    max-width: 356px;
    width: 100%;
    height: 25px;
    position: relative;
    display: block;
    top: 37px;
}
.vaib_center__right {
    max-width: 283px;
    width: 100%;
    height: 25px;
    position: absolute;
    display: block;
}
/* hero bot */
.vaibe-hero_bot {
    display: flex;
    position: relative;
    gap: 120px;
    left: 245px;
    bottom: 46px;
}
.vaibe_hero_bot-left {
    position: relative;
    display: block;
    max-width: 270px;
    height: 80px;
    width: 100%;
}
.vaib_bot__left {
    position: absolute;
    display: block;
    max-width: 206px;
    width: 100%;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    left: -103px;
}
.vaibe_hero_bot-right {
    max-width: 700px;
    width: 100%;
    height: 80px;
    position: relative;
    display: block;
}
.vaib_bot__right {
    position: absolute;
    max-width: 440px;
    width: 100%;
    height: 80px;
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.mobile_hero {
    display: none;
}
.mobile_right {
    width: 100%;
    height: 100%;
    max-width: 500px;
    margin-left: auto;
}


/* rating_popup */
.rating_popup.active {
    width: 100%;
    right: 0;
    top: 0;
}
.rating_popup {
    position: fixed;
    right: 200%;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(32, 33, 38, 0.9);
    z-index: 3;
    transition: all 0.5s;
}
.rating_popup__container {
    position: relative;
    top: 50%;
    max-width: 460px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
}
.rating_popup_title {
    font-size: 22px;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.rating_popup__content{
    padding-top: 30px;
    border-top: 1px solid #d0d0d0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.rating_popup__subtitle {
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 500;
    margin: 0;
}
.rating_popup__blocks {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-height: 300px;
    padding: 10px;
    height: 100%;
    overflow: hidden auto;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}
.rating_popup__blocks::-webkit-scrollbar {
    /* Styles for scrollbar track */
    width: 6px;
    background-color: transparent;
}
.rating_popup__blocks::-webkit-scrollbar-thumb {
    /* Styles for scrollbar thumb */
    background-color: #aaa;
    border-radius: 5px;
}
.rating_popup__text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    font-weight: 600;
}
.rating_popup__text > p {
    margin: 0;
}
.rating_popup__img.active {
    transform: rotate(-180deg);
    transition: all 0.4s ease-in;
}
.rating_popup__img {
    width: 15px;
    height: 15px;
    transform: rotate(0);
    transition: all 0.3s ease-in;
}
.rating_popup__subtext {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #8d8d8d;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.3s ease;
}

.rating_popup__subtext.active {
    max-height: 200px;
    margin-top: 15px;
}
.rating_popup__close {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #b9243d;
    display: flex;
    margin: 0 auto;
    height: 20px;
}
@media screen and (max-width: 500px) {
    .rating_popup__container {
        max-width: calc(100% - 40px);
        width: 100%;
    }
}
@media screen and (max-width: 1240px) {
    .vaibe_hero_bot-right {
        max-width: 400px;
    }
}
@media screen and (max-width: 1200px) {
    .vaibe-hero_block {
        display: none;
    }
    .mobile_hero {
        padding: 40px;
        display: flex;
        justify-content: space-between;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .mobile_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .vaibe_hero_center-left {
        top: 0;
    }
    .vaibe_hero_center-right {
        margin-left: auto;
        top: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .header-collar {
        background: #f6f7f9 !important;
        box-shadow: 0px 4px 12px rgba(163, 163, 163, 0.15);
    }
}
@media screen and (max-width: 820px) {
    .mobile_right {
        display: none;
    }
}
@media screen and (max-width: 454px) {
    .mobile-hero_title {
        max-width: 250px;
        width: 100%;
    }
    .mobile-hero_title > img {
        width: 100%;
        height: 100%;
    }
}

/* popup */
.vaibe-popup.active,
.popup-info.active {
    width: 100%;
    right: 0;
    top: 0;
}
.vaibe-popup,
.popup-info {
    position: fixed;
    right: 200%;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(32, 33, 38, 0.9);
    z-index: 3;
    transition: all 0.5s;
}
.vaibe-popup_container {
    position: relative;
    top: 50%;
    max-width: 460px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
}
.vaibe-popup_tite {
    font-size: 22px;
    line-height: 19px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}
.vaibe-popup_text {
    font-size: 15px;
    line-height: 18px;
    color: #8d8d8d;
    font-weight: 500;
    margin-bottom: 20px;
}
.vaibe-tariff-content {
    max-height: 500px;
    padding: 10px;
    height: 100%;
    overflow: hidden auto;
    margin-bottom: 5px;
}
.vaibe-tariff-content::-webkit-scrollbar {
    /* Styles for scrollbar track */
    width: 6px;
    background-color: transparent;
}
.vaibe-tariff-content::-webkit-scrollbar-thumb {
    /* Styles for scrollbar thumb */
    background-color: #aaa;
    border-radius: 5px;
}
.vaibe-popup_content,
.popup-info_content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}
.popup-info_content {
    text-align: start;
}
.vaibe-popup_content-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #8d8d8d;
    margin: 0;
}
.vaibe-popup_content-price {
    font-weight: 500;
    color: #000000;
}
.vaibe-about_rating {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #b9243d !important;
    margin: 0 auto;
}
.vaibe-popup_close,
.popup-info_close {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #b9243d;
}
.btn_class_bg {
    max-width: 150px !important;
    width: 100% !important;
}
.price-options {
    min-height: 355px;
}
/* connect_popup */
.connect_popup.active {
    width: 100%;
    right: 0;
    top: 0;
}
.connect_popup {
    position: fixed;
    right: 200%;
    width: 100%;
    height: 100vh;
    top: 0;
    background-color: rgba(32, 33, 38, 0.9);
    z-index: 9999999999;
    transition: all 0.5s;
}
.connect_popup__close {
    position: absolute;
    right: 18px;
    top: 18px;
    max-width: 15px;
    width: 100%;
    height: 15px;
    cursor: pointer;
}
.connect_popup__close > img {
    width: 100%;
    height: 100%;
}
.connect_popup__container {
    position: relative;
    top: 50%;
    max-width: 704px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    padding: 38px 48px 48px;
    text-align: center;
}
.connect_popup-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #000000;
    margin-bottom: 21px;
}
.connect_popup__blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.connect_popup__block {
    padding: 23px 19px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    box-sizing: border-box;
    max-width: 286px;
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.connect_popup__block:hover {
    border: 1px solid #e4002b;
}
.connect_popup__block-title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}
.connect_popup__block-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #a8a8a8;
    margin-bottom: 25px;
    max-width: 216px;
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
}
.connect-btn__block {
    width: 100%;
    display: block;
    padding: 0 25px;
}
.connect_popup__block-btn {
    background: #e4002b;
    border-radius: 8px;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    padding: 6px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
.connect_popup__block-btn:hover{
    color: #e4002b;
    background: #fff;
}

.mobile-vaibe-description{
    display: none;
}

@media (max-width: 600px){
    .mobile-vaibe-description{
        display: block;
    }
    .desktop-vaibe-description{
        display: none;
    }
}

@media (max-width: 1136px) {
    .box-adress.form_amobile__conditions {
        max-width: 383px !important;
        width: 100% !important;
        padding: 34px 20px !important;
    }
}
@media (max-width: 1024px) {
    .service-coast-container tr {
        display: flex;
        flex-direction: column;
    }
    .service-coast-container td {
        text-align: left !important;
    }
    td:nth-child(even) {
        padding: 0 15px 15px 15px !important;
    }
    .header-collar {
        background: #f6f7f9 !important;
        box-shadow: 0px 4px 12px rgba(163, 163, 163, 0.15);
    }
    .collar-images {
        display: none;
    }
    .box-adress.form_amobile__conditions {
        max-width: 383px !important;
        width: 100% !important;
        padding: 34px 20px !important;
    }
}
@media (max-width: 895px) {
    .row.form_amobile__container {
        display: flex;
        justify-content: center;
    }
    .block_connection {
        margin-bottom: 40px;
    }
    .btn_class_bg.btn_class_bg_return.tariff-connect-btn {
        width: 100% !important;
        max-width: 150px !important;
    }
}
@media (min-width: 768px) {
    .btn_class_bg {
        width: 100%;
        max-width: 100% !important;
    }
}
@media (max-width: 720px) {
    .connect_popup__container {
        max-width: calc(100% - 40px);
        width: 100%;
    }
    .connect_popup__blocks{
        flex-direction: column;
        gap: 20px;
    }
}
@media (max-width: 535px) {
    .form_amobile__container-left {
        padding: 34px 0;
        max-width: 100%;
    }
    .form_amobile__container-left .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .col.form-main-col-wrap {
        padding: 0 !important;
    }
    .form_amobile__conditions.box-adress {
        padding: 34px 0 !important;
    }
}
@media (max-width: 442px) {
    .price-option-card {
        justify-content: center;
    }
    .row.form_amobile__container {
        padding: 0;
    }
    .connect_popup__container{
        padding: 20px;
    }
}

@media (max-width: 385px) {
    .price-option-button {
        min-width: 100%;
    }
    .price-option-info {
        margin-bottom: 10px;
    }
    .price-option-info {
        margin-bottom: 10px;
    }
    .messages-tariff {
        flex-direction: column;
    }

    .tariff-item {
        margin-top: 10px;
    }
    .promo-container .bonus-input-block {
        gap: 25px !important;
    }
}
@media screen and (max-width: 500px) {
    .vaibe-popup_container {
        max-width: calc(100% - 40px);
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .vaibe-popup_container {
        padding: 30px 20px;
    }
}
.swiper-wrapper .swiper-slide-active {
    z-index: 555 !important;
}
.card.swiper-slide.swiper-slide-visible.swiper-slide-active {
    max-width: 343px !important;
    width: 100% !important;
}
.card_blocks {
    background: #ffffff;
    box-shadow: -10px 0px 32px rgba(153, 153, 153, 0.05),
        0px 15px 32px rgba(153, 153, 153, 0.05);
    border-radius: 20px;
}
.card.swiper-slide.swiper-slide-visible.swiper-slide-prev {
    max-width: 265px !important;
    width: 100% !important;
}
.card.swiper-slide.card_blocks.swiper-slide-next {
    max-width: 265px !important;
    width: 100% !important;
}
