.title {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #888888; }

.label {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #222222;
    background-color: #F5F5F5;
    border-radius: 5px;
    cursor: pointer; }

.label__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }
.label__inner:before {
    content: '';
    width: 4px;
    height: 16px;
    margin-right: 10px;
    background: #FFF;
    border-radius: 5px; }
.label--red .label__inner:before {
    background-color: #F44500; }
.label--orange .label__inner:before {
    background-color: #FF8A00; }
.label--yellow .label__inner:before {
    background-color: #FFC700; }
.label--green .label__inner:before {
    background-color: #40B100; }
.label--gray .label__inner:before {
    background-color: #888888; }

.btn-add {
    width: 100%;
    height: 50px;
    padding: 0 9px 0 22px;
    background-color: #8A00DA;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
.btn-add:hover {
    background-color: #aa00ff; }
.btn-add--black {
    padding: 0;
    background-color: transparent;
    color: #222222;
    font-size: 12px;
    line-height: 15px; }
.btn-add--black:hover {
    background-color: transparent; }

.btn-add__inner {
    width: 100%;
    height: 100%;
    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; }
.btn-add__inner:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    border: 1.5px solid;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.15723' y='16' width='16' height='2' rx='1' transform='rotate(-90 7.15723 16)' fill='white'/%3E%3Crect width='16' height='2' rx='1' transform='matrix(-1 0 0 1 16 7.15723)' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat; }
.btn-add--black .btn-add__inner:after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.15723' y='16' width='16' height='2' rx='1' transform='rotate(-90 7.15723 16)' fill='%23222222'/%3E%3Crect width='16' height='2' rx='1' transform='matrix(-1 0 0 1 16 7.15723)' fill='%23222222'/%3E%3C/svg%3E%0A"); }

.btn-square {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    cursor: pointer; }
@media all and (max-width: 767px) {
    .btn-square {
        height: 42px;
        padding: 0 12px; } }
.btn-square--small {
    height: 30px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase; }
.btn-square--gray-fill {
    background-color: #D8D8D8; }
.btn-square--red {
    border: 1px solid #F91A12;
    color: #F91A12; }
.btn-square--green {
    border: 1px solid #40B100;
    color: #40B100; }
.btn-square--red-fill {
    background-color: #F91A12;
    color: #FFFFFF; }
.btn-square--yellow-fill {
    background-color: #FFC700;
    color: #FFFFFF; }
.btn-square--orange-fill {
    background-color: #FF8A00;
    color: #FFFFFF; }
.btn-square--green-fill {
    background-color: #40B100;
    color: #FFFFFF; }
.btn-square--green-fill:disabled {
    opacity: 0.2;
    cursor: default; }
.btn-square--purple-fill {
    background-color: #8A00DA;
    color: #FFFFFF; }
.btn-square--purple-fill:disabled {
    opacity: 0.2;
    cursor: default; }

.btn-square__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%; }

.field {
    position: relative;
    display: block; }

.field__label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #888888; }

.field__label-file {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 20px 16px;
    border: 1px dashed #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7.15723' y='16' width='16' height='2' rx='1' transform='rotate(-90 7.15723 16)' fill='%23222222'/%3E%3Crect width='16' height='2' rx='1' transform='matrix(-1 0 0 1 16 7.15723)' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 17px;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    cursor: pointer; }

.field__input-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

.field__input {
    width: 100%;
    height: 50px;
    padding: 15px 20px 16px;
    border: 1px solid #D8D8D8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    resize: none; }
.field__input.is-error {
    border: 1px solid #F91A12; }

.field__input-textarea {
    height: 120px; }

.field__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #8A00DA;
    border-radius: 0 5px 5px 0; }
.field__icon--button {
    z-index: 2;
    cursor: pointer; }

.labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.labels__nav-btn {
    position: relative;
    width: 25px;
    height: 25px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    cursor: pointer; }
@media all and (max-width: 1024px) {
    .labels__nav-btn {
        display: none; } }
.labels__nav-btn:after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-top-color: #222222;
    border-left-color: #222222;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.labels__nav-btn--next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.labels__slider {
    width: calc(100% - 50px);
    overflow: hidden; }
@media all and (max-width: 1024px) {
    .labels__slider {
        width: 100%; } }

.labels__item {
    width: auto; }

.radio-square {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden; }

.radio-square__box {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #979797;
    border-radius: 5px; }
.radio-square__box:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 4px;
    background-color: #979797;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.radio-square--red .radio-square__box {
    border-color: #F91A12; }
.radio-square--red .radio-square__box:after {
    background-color: #F91A12; }
.radio-square--orange .radio-square__box {
    border-color: #FF8A00; }
.radio-square--orange .radio-square__box:after {
    background-color: #FF8A00; }
.radio-square--yellow .radio-square__box {
    border-color: #FFC700; }
.radio-square--yellow .radio-square__box:after {
    background-color: #FFC700; }
.radio-square--green .radio-square__box {
    border-color: #40B100; }
.radio-square--green .radio-square__box:after {
    background-color: #40B100; }

.radio-square__input {
    position: absolute; }

.radio-square__input:checked ~ .radio-square__box:after {
    opacity: 1; }

.label-detail {
    position: relative;
    padding: 20px;
    background: #F5F5F5;
    border-radius: 5px; }
@media all and (max-width: 767px) {
    .label-detail {
        padding: 20px 10px;
        background-color: #fff; } }
@media all and (max-width: 767px) {
    .label-detail {
        border-radius: 5px 5px 0 0; } }

.label-detail__btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }

.label-detail__title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 48px;
    font-family: 'ProximaNova-Bold';
    color: #222222; }
@media all and (max-width: 767px) {
    .label-detail__title {
        font-size: 24px;
        line-height: 29px; } }

.label-detail__gray {
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #888888; }

.label-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px; }
@media all and (max-width: 767px) {
    .label-detail__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media all and (max-width: 767px) {
    .label-detail__status {
        width: 100%;
        margin-bottom: 10px; } }

@media all and (max-width: 767px) {
    .label-detail__status-item {
        margin-bottom: 10px; } }

.label-detail__photos {
    overflow: hidden; }
@media all and (min-width: 768px) {
    .label-detail__photos {
        margin-bottom: 15px; } }

.label-detail__photos-pagination {
    margin-bottom: 15px;
    text-align: center; }

.label-detail__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 30px; }
@media all and (max-width: 767px) {
    .label-detail__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.label-detail__btn-add {
    margin-left: auto;
    width: 180px; }
@media all and (max-width: 767px) {
    .label-detail__btn-add {
        width: 100%;
        padding-left: 24px;
        padding-right: 9px;
        margin-top: 20px;
        background-color: #F5F5F5; } }

.label-detail__descriptions {
    overflow: hidden; }

.label-detail__description {
    width: 100%;
    background-color: #EAEAEA;
    border-radius: 5px; }

.label-detail__descriptions-pagination {
    text-align: center; }

.label-detail__description-inner {
    padding: 20px 10px; }

.label-detail__description-author {
    margin-bottom: 10px; }

.label-detail__description-text {
    margin-bottom: 0; }

.label-detail__share {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.label-detail__share-link {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
.label-detail__share-link.is-active {
    opacity: 0.3; }

.label-detail__share-item {
    margin: 6px 7px 6px; }

.label-detail__photos-slide img {
    width: 100%;
    height: auto;
    border-radius: 5px; }

.balloon-edit__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.balloon-edit__address {
    width: 100%;
    margin-bottom: 4px; }

.balloon-edit__radius {
    width: 100%;
    margin-bottom: 15px;
}
.balloon-edit__address-description {
    width: 100%;
    padding: 4px 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
    color: #8A00DA; }
.balloon-edit__address-description--second {
    margin-bottom: 10px;
}
.balloon-edit__labels {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px; }
@media all and (max-width: 767px) {
    .balloon-edit__labels {
        width: 100%;
        margin-right: 0; } }

.balloon-edit__photos {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
@media all and (max-width: 767px) {
    .balloon-edit__photos {
        width: 100%;
        margin-right: 0; } }

.balloon-edit__photos {
    width: calc(50% - 10px);
    margin-bottom: 20px; }
@media all and (max-width: 767px) {
    .balloon-edit__photos {
        width: 100%; } }

.balloon-edit__category {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px; }
@media all and (max-width: 767px) {
    .balloon-edit__category {
        width: 100%;
        margin-right: 0; } }

.balloon-edit__levels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 10px);
    margin-bottom: 20px; }
@media all and (max-width: 767px) {
    .balloon-edit__levels {
        width: 100%; } }

.balloon-edit__levels-label {
    width: 87px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #888888; }

.balloon-edit__levels-inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.balloon-edit__description {
    width: 100%;
    margin-bottom: 50px; }

.balloon-edit__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px; }

.balloon-edit__tel-number {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 20px; }

.balloon-edit__tel-code {
    width: calc(50% + 20px);
    padding-left: 20px;
    margin-bottom: 20px; }

.balloon-edit__text {
    margin-bottom: 26px;
    font-family: 'ProximaNova-Light';
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #999999; }

.balloon-edit__btn {
    width: 100%;
    text-align: center; }

.custom-select {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #222222;
    cursor: pointer; }

.custom-select select {
    display: none; }

.select-selected {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    padding-right: 18px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    background-color: #EAEAEA; }

.select-selected:after {
    position: absolute;
    content: "";
    top: 21px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #D8D8D8 transparent transparent transparent; }

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #D8D8D8 transparent;
    top: 14px; }

.select-items div {
    padding: 8px 16px;
    color: #222222;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }

.select-items {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 243px;
    background-color: #EAEAEA;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    overflow: auto; }

.select-hide {
    display: none; }

.select-items div:hover, .same-as-selected {
    background-color: #F5F5F5; }

.select-item--red {
    color: #F44500 !important; }

.select-item--orange {
    color: #FF8A00 !important; }

.select-item--yellow {
    color: #FFC700 !important; }

.select-item--green {
    color: #40B100 !important; }

.select-item--gray {
    color: #888888 !important; }

.balloon {
    position: relative;
    width: 420px;
    height: auto;
    padding: 20px;
    background: #FFFFFF;
    border-radius: 5px; }
@media all and (max-width: 767px) {
    .balloon {
        width: 300px;
        padding: 20px 10px; } }
.balloon .tag {
    margin-left: 0; }

.balloon__address,
.balloon__label,
.balloon__title,
.balloon__content {
    max-width: 380px; }
@media all and (max-width: 767px) {
    .balloon__address,
    .balloon__label,
    .balloon__title,
    .balloon__content {
        max-width: 280px; } }

.balloon__arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px; }

.balloon__btn-close {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.77832' y='10' width='14.1421' height='1.41421' transform='rotate(-45 0.77832 10)' fill='%23222222'/%3E%3Crect width='14.1421' height='1.41421' transform='matrix(-0.707107 -0.707107 -0.707107 0.707107 11.6211 10)' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat; }

.balloon__btn-detail {
    display: block;
    margin: 0 0 0 auto;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    color: #8A00DA;
    cursor: pointer; }

.balloon__label {
    margin-bottom: 8px; }

.balloon__address {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #888888; }

.balloon__title {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 16px; }

.balloon__content {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    color: #333333; }

.map-security__title {
    margin-bottom: 15px; }

.map-security__control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px; }

.map-security__labels {
    width: 100%;
    margin-bottom: 40px; }
@media all and (max-width: 767px) {
    .map-security__labels {
        margin-bottom: 27px; } }

.map-security__categories {
    width: 325px;
    margin-right: 25px; }
@media all and (max-width: 767px) {
    .map-security__categories {
        width: 100%;
        margin-bottom: 27px;
        margin-right: 0; } }

@media all and (max-width: 767px) {
    .map-security__statuses {
        width: 100%; } }

.map-security__add-label {
    width: 215px;
    margin-left: auto; }
@media all and (max-width: 1024px) {
    .map-security__add-label {
        display: none; } }
.map-security__add-label--mobile {
    display: none; }
@media all and (max-width: 1024px) {
    .map-security__add-label--mobile {
        display: block;
        width: 280px;
        margin-left: 0;
        margin-bottom: 40px; } }
@media all and (max-width: 767px) {
    .map-security__add-label--mobile {
        width: 100%; } }

.map-security__block {
    position: relative;
    height: auto;
    min-height: 720px;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px; }
@media all and (max-width: 1024px) {
    .map-security__block {
        min-height: 530px;
        height: auto;
        padding-top: 198px;
        padding-bottom: 0;
        margin-bottom: 40px; } }
@media all and (max-width: 767px) {
    .map-security__block {
        min-height: 430px;
        padding-top: 132px;
        margin-bottom: 30px;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .map-security__block.is-active {
        padding-top: 380px; } }
@media all and (max-width: 480px) {
    .map-security__block {
        min-height: 320px;
        padding-top: 66px;
        margin-bottom: 20px; }
    .map-security__block.is-active {
        padding-top: 270px; } }

.map-security__map-block {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: gray;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
@media all and (max-width: 1024px) {
    .map-security__map-block {
        height: 480px; } }
@media all and (max-width: 767px) {
    .map-security__map-block {
        height: 320px; } }

.map-security__label-detail {
    position: absolute;
    width: 670px;
    max-width: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px); }
.map-security__label-detail.is-visible {
    position: relative;
    visibility: visible;
    pointer-events: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
.map-security__label-detail--balloon {
    display: none !important;
    position: absolute !important;
    bottom: 0;
    width: calc(100% + 20px) !important; }
@media all and (max-width: 767px) {
    .map-security__label-detail--balloon {
        display: block !important; } }
@media all and (max-width: 1024px) {
    .map-security__label-detail {
        width: 100%; } }
@media all and (max-width: 767px) {
    .map-security__label-detail {
        width: auto;
        max-width: none;
        margin-left: -10px;
        margin-right: -10px; } }

.map-security__content {
    width: 875px;
    max-width: 100%;
    padding-left: 60px; }
@media all and (max-width: 1024px) {
    .map-security__content {
        width: 100%;
        padding-left: 0; } }

.map-security__about-list {
    padding: 0;
    margin: 0 0 100px;
    list-style: none; }

.map-security__about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%; }
@media all and (max-width: 767px) {
    .map-security__about-item {
        width: 100%; } }
.map-security__about-item:nth-child(2n) {
    margin-left: auto;
    margin-right: 0; }

.map-security__about-number {
    width: 160px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 200px;
    font-family: 'ProximaNova-Black';
    line-height: 1;
    color: rgba(51, 51, 51, 0.05); }
@media all and (max-width: 767px) {
    .map-security__about-number {
        width: 100px;
        font-size: 120px; } }

.map-security__about-text {
    font-family: 'ProximaNova-Semibold';
    font-size: 18px;
    line-height: 24px; }
@media all and (max-width: 767px) {
    .map-security__about-text {
        font-size: 14px;
        line-height: 17px; } }
@media all and (max-width: 480px) {
    .map-security__about-text {
        margin-left: -100px; } }

.popover {
    display: block;
    background-color: red; }

.popover .close {
    position: absolute;
    right: 5px;
    top: 1px; }

.btn {
    margin-top: 10px; }

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; }
.popup.is-visible {
    opacity: 1;
    visibility: visible; }
.popup__btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; }
.popup__window {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 420px;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    padding: 30px;
    background: #F5F5F5;
    border-radius: 5px; 
}

.map-security__button-pubble {
    cursor: pointer;
}

.map-security__button-pubble + .map-security__button-pubble {
    margin-left: 20px;
}

.map-security__button-pubble-icon {
    width: 64px;
    height: 64px;

    object-fit: contain;
}

@media all and (max-width: 767px) {
    .map-security__button-pubble-icon {
        width: 48px;
        height: 48px;
    }

    .map-security__button-pubble + .map-security__button-pubble {
        margin-left: 10px;
    }
}

.balloon-edit__buttons-pubble {
    display: flex;
    margin-bottom: 10px;
}

.balloon-edit__button-pubble {
    display: block;
    width: 62px;
    height: 62px;
    padding: 8px;

    border: 1px solid #D8D8D8;
    border-radius: 6px;
    cursor: pointer;

    transition: all 0.35s ease;
}

.balloon-edit__button-pubble--small {
    width: 34px;
    height: 34px;
    padding: 3px;
}


.balloon-edit__button-pubble.is-active {
    border-color: #8A00DA;
}

.balloon-edit__button-pubble + .balloon-edit__button-pubble {
    margin-left: 10px;
}

.balloon-edit__button-pubble-icon {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}