.balloon-info {
    background-color: #fff;
    border-color: #E9EAEC;
    border-color: var(--G-color-gray-light);
    border-style: solid;
    border-radius: 0.25rem;
    border-width: 1px;
    box-shadow: 0.1875rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 24.375rem;
    z-index: 105;
}
.balloon-info::after, .balloon-info::before {
    border-style: solid;
    content: "";
    display: none;
    height: 0;
    position: absolute;
    width: 0;
}
.balloon-info::after {
    border-color: transparent transparent #fff transparent;
    border-width: 0 6px 6px 6px;
    left: calc(50% - 0.375rem);
    top: -0.375rem;
}
.balloon-info::before {
    border-color: transparent transparent #E9EAEC transparent;
    border-color: transparent transparent var(--G-color-gray-light) transparent;
    border-width: 0 7px 7px 7px;
    left: calc(50% - 0.4375rem);
    top: -0.4375rem;
}
.balloon-info--back-for-hover .balloon-info__dock {
    display: block;
}
.balloon-info--bg-teal {
    background-color: #4bbcbc;
    border-color: #4bbcbc;
    color: #fff;
}
.balloon-info--is-active {
    display: block;
}
.balloon-info--middle-right-7 {
    left: auto;
    right: 0.4375rem;
    top: 50%;
}
@media screen and (max-width: 1023px) {
    .balloon-info--not-in-mobile, .balloon-info--not-in-mobile.l-balloon-info--not-in-mobile {
        display: none;
    }
}
.balloon-info--pd {
    padding: 0.875rem;
}
.balloon-info--pd-1 {
    padding: 0.25rem 0.75rem 0.375rem 0.75rem;
}
.balloon-info--pointer-big::after {
    border-width: 0 10px 10px 10px;
    top: -0.625rem;
}
.balloon-info--pointer-big::before {
    border-width: 0 11px 11px 11px;
    top: -0.6875rem;
}
.balloon-info--pointer-big-top-center::after, .balloon-info--pointer-big-top-center::before {
    display: block;
}
.balloon-info--pointer-big-top-center::after {
    left: calc(50% - 0.625rem);
}
.balloon-info--pointer-big-top-center::before {
    left: calc(50% - 0.6875rem);
}
.balloon-info--pointer-bigger::after, .balloon-info--pointer-bigger::before {
    display: block;
}
.balloon-info--pointer-bigger::after {
    border-width: 0 13px 13px 13px;
    top: -0.8125rem;
}
.balloon-info--pointer-bigger::before {
    border-width: 0 14px 14px 14px;
    top: -0.875rem;
}
.balloon-info--pointer-bigger-left-center::after {
    border-width: 13px 13px 13px 0;
    left: -0.8125rem;
    top: calc(50% - 0.8125rem);
}
.balloon-info--pointer-bigger-left-center::before {
    border-width: 14px 14px 14px 0;
    left: -0.875rem;
    top: calc(50% - 0.8125rem);
}
.balloon-info--pointer-top-left-25::after, .balloon-info--pointer-top-left-25::before {
    display: block;
}
.balloon-info--pointer-top-left-25::after {
    left: 1.5625rem;
    right: auto;
}
.balloon-info--pointer-top-left-25::before {
    left: 1.5rem;
    right: auto;
}
.balloon-info--pointer-top-left-196::after, .balloon-info--pointer-top-left-196::before {
    display: block;
}
.balloon-info--pointer-top-left-196::after {
    left: 12.25rem;
    right: auto;
}
.balloon-info--pointer-top-left-196::before {
    left: 12.1875rem;
    right: auto;
}
.balloon-info--pointer-top-left-204::after, .balloon-info--pointer-top-left-204::before {
    display: block;
}
.balloon-info--pointer-top-left-204::after {
    left: 12.75rem;
    right: auto;
}
.balloon-info--pointer-top-left-204::before {
    left: 12.6875rem;
    right: auto;
}
.balloon-info--pointer-top-left-258::after, .balloon-info--pointer-top-left-258::before {
    display: block;
}
.balloon-info--pointer-top-left-258::after {
    left: 16.125rem;
    right: auto;
}
.balloon-info--pointer-top-left-258::before {
    left: 16.0625rem;
    right: auto;
}
.balloon-info--pointer-top-right-35::after, .balloon-info--pointer-top-right-35::before {
    display: block;
}
.balloon-info--pointer-top-right-35::after {
    left: auto;
    right: 2.1875rem;
}
.balloon-info--pointer-top-right-35::before {
    left: auto;
    right: 2.125rem;
}
.balloon-info--pointer-top-right-50::after, .balloon-info--pointer-top-right-50::before {
    left: auto;
    display: block;
}
.balloon-info--pointer-top-right-50::after {
    right: 3.125rem;
}
.balloon-info--pointer-top-right-50::before {
    right: 3.0625rem;
}
.balloon-info--pointer-teal::after {
    border-color: transparent #4bbcbc transparent transparent;
}
.balloon-info--pointer-teal::before {
    display: none;
}
.balloon-info--tone {
    border-color: #D1D1D1;
    border-color: var(--G-color-gray-dark);
    box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.05);
}
.balloon-info--tone::before {
    border-color: transparent transparent #D1D1D1 transparent;
    border-color: transparent transparent var(--G-color-gray-dark) transparent;
}
.balloon-info--top-above-left {
    top: calc(100% - 1.75rem);
}
.balloon-info--top-below-left {
    left: 0;
    right: auto;
    top: calc(100% + 0.375rem);
}
.balloon-info--top-below-13-left {
    left: 0;
    right: auto;
    top: calc(100% + 0.8125rem);
}
.balloon-info--top-right {
    left: auto;
    right: 0;
    top: 0;
}
.balloon-info--top-below-12-left-m4 {
    left: -0.25rem;
    right: auto;
    top: calc(100% + 0.75rem);
}
.balloon-info--top-below-12-left-m27 {
    left: -1.6875rem;
    right: auto;
    top: calc(100% + 0.75rem);
}
.balloon-info--top-below-12-left-12 {
    left: 0.75rem;
    right: auto;
    top: calc(100% + 0.75rem);
}
.balloon-info--top-below-right {
    left: auto;
    right: 0;
    top: calc(100% + 0.375rem);
}
.balloon-info--top-below-17-right-m35 {
    left: auto;
    right: -2.1875rem;
    top: calc(100% + 1.0625rem);
}
.balloon-info--top-below-17 {
    top: calc(100% + 1.0625rem);
}
.balloon-info--top-m9-right {
    left: auto;
    right: 0;
    top: -0.5625rem;
}
.balloon-info--transparent {
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}
.balloon-info--w-222 {
    width: 13.875rem;
}
.balloon-info--w-247 {
    width: 15.4375rem;
}
.balloon-info--w-300 {
    width: 18.75rem;
}
.balloon-info--w-328 {
    width: 20.5rem;
}
.balloon-info--w-auto {
    width: auto;
}
.balloon-info--w-full {
    width: 100%;
}
.balloon-info--within-profile {
    border-top-width: 0;
    box-shadow: none;
}
.balloon-info__dock {
    background-color: transparent;
    display: none;
    height: 1.25rem;
    left: 0;
    position: absolute;
    top: -1.25rem;
    width: 100%;
}
.balloon-info__dock--large {
    height: 1.5625rem;
    top: -1.5625rem;
}
.balloon-info__text {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.357;
}
.balloon-info__text--ml {
    margin-left: 0.6875rem;
}
.balloon-info .m-contacts-info__icons-pool--i-face {
    margin-right: 1.75rem;
}
.balloon-info--delivery {
    left: 0;
    right: auto;
    top: calc(100% + 0.8125rem + 0.3125rem);
    width: 18.75rem;
}
.balloon-info--delivery::after, .balloon-info--delivery::before {
    display: block;
}
.balloon-info--delivery::after {
    content: "";
    border-color: transparent transparent #fff transparent;
    border-width: 0 13px 13px 13px;
    left: 15.25rem;
    top: -0.8125rem;
}
.balloon-info--delivery::before {
    content: "";
    border-color: transparent transparent #E9EAEC transparent;
    border-color: transparent transparent var(--G-color-gray-light) transparent;
    border-width: 0 14px 14px 14px;
    left: 15.1875rem;
    top: -0.875rem;
}
@media screen and (min-width: 1024px) {
    .balloon-info--delivery {
        width: 23.125rem;
    }
}
@media screen and (min-width: 1340px) {
    .balloon-info--delivery {
        left: calc(100% + 0.8125rem + 0.625rem);
        top: 50%;
        transform: translateY(-50%);
    }
    .balloon-info--delivery::after {
        content: "";
        border-color: transparent #fff transparent transparent;
        border-width: 13px 13px 13px 0;
        left: -0.8125rem;
        top: calc(50% - 0.8125rem);
    }
    .balloon-info--delivery::before {
        content: "";
        border-color: transparent #E9EAEC transparent transparent;
        border-color: transparent var(--G-color-gray-light) transparent transparent;
        border-width: 14px 14px 14px 0;
        left: -0.875rem;
        top: calc(50% - 0.8125rem);
    }
}
.balloon-info--stickers {
    max-width: 9.1875rem;
    top: auto;
    bottom: calc(100% + 0.8125rem);
    left: 50%;
    transform: translateX(-50%);
    border: none;
}
.balloon-info--stickers:before {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    background-color: #DE5552;
    background-color: var(--G-color-error-dark);
    border: none;
    bottom: -0.5rem;
    top: auto;
    z-index: 0;
    border-radius: 0.25rem;
}
.balloon-info--stickers .balloon-info__text {
    position: relative;
    z-index: 1;
    box-shadow: none;
    background-color: #DE5552;
    background-color: var(--G-color-error-dark);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0.75rem;
    border-radius: 0.25rem;
}
.l-balloon-info__box-aligned {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.m-balloon-info__account-general {
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 1.25rem;
}
.m-balloon-info__contacts-info {
    margin-bottom: 1.875rem;
    margin-left: 2.375rem;
    margin-right: 2.375rem;
    margin-top: 2.1875rem;
}
.m-balloon-info__btn-action--close {
    right: 1.0625rem;
    position: absolute;
    top: 0.9375rem;
    z-index: 101;
}
.m-balloon-info__btn-action--series-mr {
    margin-right: 1.3125rem;
}
.m-balloon-info__btn-action--series-mr:last-child {
    margin-right: 0;
}